@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
body{background-image:url("../images/crackersbackground.webp")}
a{text-decoration:none!important;}
li{list-style-type: none!important;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:90px 0;}
.wrdbrk{white-space:pre;}
.fullpad{padding: 0!important; margin:0!important;}
.arial {font-family: Arial, sans-serif;font-weight: 600;}
.helvetica {font-family: helvetica, sans-serif;}
.fw-600{font-weight: 600;}
.bg-yell{background-color: #5e2b7c !important;}
.honeydew{color:honeydew;}
.marquee{
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
  background-color: #140b7b;
  color:honeydew ;}
.logo{width: 250px;}
.phone p{
  left: -25px;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  color: red;
  font-size: 14px;}
.phone span{
  vertical-align: middle;
  display: table-cell;
  color: #292929;
  font-size: 13px;}
.phone{
  float: right;
  width: 282px;
  height: 70px;
  margin: 25px 10px 25px 10px;
  display: table;
  background: url(../images/box.webp) no-repeat;
  border-left: transparent;}
.phone p::after{
  content: url(../images/phonecall.webp);
  position: absolute;
  top: 12px;
  margin-left: 26px;}
.pricelist_pdf{
  padding: 10px 20px !important;
  background-color: #f00;
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  font-weight: bold;
  display: inline-block;}
.navfont{font-family: 'Arial', sans-serif;font-size: 16px;letter-spacing: 1px;}
.navbar-light .navbar-nav .active > .nav-link{color:#dde318 !important;}
.sticky-top{position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}
.navbar-light .navbar-nav .nav-link {color: honeydew;}
.navbg{background-color: #fff;}
.navbar button{background-color:rgb(255, 73, 61);}
/* #navbar end */
/* welcome */
.red{color: #eb3800;}
.bold{font-weight: 600;}
.top-title {
  font-weight: 500;
  font-size: 16px; 
  color: #d2151e;
  position: relative; 
  text-transform: uppercase; 
  display: inline-block; 
  line-height: 1;}
.top-title::before, .top-title::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #d2151e;
    top: 50%;
    margin-top: -1px;}
.top-title::before{left: -65px;}
.top-title::after{right: -65px;}
.top-title span {position: relative;}
.top-title span::before, .top-title span::after {
    content: '';
    position: absolute;
    width: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2151e;
    top: 50%;
    margin-top: 0px;}
.top-title span::before{left: -65px;}
.top-title span::after {right: -65px;}
/* #welcome session end */
/* session2i */
.bg-cover{
  background-image: url("../images/about_parallax.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  position: relative;}
  .bg-cover::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
  }  
  .shape_bg{background-image: url("../images/shape.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 285px;}	
  .shape_bg img{transition: .25s;}	
  .shape_bg:hover img{transform: rotate(15deg);}	
  .product_button{background-image: linear-gradient(to right, #EDE233, #FEAC0A);
    border-radius: 50px;
    width: 75%;
    margin:0 auto 0 auto;
    padding: 3px 20px;
    color: #000;
    font-size: 20px;}
.section-lg{padding-top: 158px;padding-bottom: 73px;}
.position-relative{position: relative !important;}
.overlay-image{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;}
.btn-wa{
  background: linear-gradient(37deg, rgb(180, 62, 121) 1%, rgb(247, 70, 58) 100%);
  color: #fff;
  border: 0;}
/* session2i endd */
/* products */
.product-card .product-one{
	background-image: url(../images/bg-circle.webp);
	background-repeat: no-repeat;
	width: 87%;
	height: 222px;
	border-radius: 48%;
	position: relative;
	transition: 1s;}
.product-one:hover{
	background-image: url(../images/bg-circle.webp);
	height: 327px !important;
	height: 380px !important;
	border-radius: 0;
	transition: 1s;}
.product-one img{
	width: 70%!important;
	position: absolute;
	right: 17%;
	top: 15%;
	transition: 1s;}
.product-one img:hover{
	width: 80%!important;
	position: absolute;
	right: 10%;
	top: 18%;
	transform: rotate(40deg) scale(1.4);
	transition: transform .20s linear;}
.product-card .product-two{
	background-image: url(../images/org-circle.webp);
	background-repeat: no-repeat;
	width: 87%;
	height: 222px;
	border-radius: 48%;
	position: relative;
	transition: 1s ;}
.product-two:hover{
	background-image: url(../images/org-circle.webp);
	height: 380px !important;
	border-radius: 0;
	transition: 1s ;}
.product-two img{
	width: 70%!important;
	position: absolute;
	right: 17%;
	top: 15%;
	transition: 1s;}
.product-two img:hover{
	width: 80%!important;
	position: absolute;
	right: 10%;
	top: 18%;
	transform: rotate(40deg) scale(1.4);
	transition: transform .20s linear;}
  /* threee */
.product-card .product-three{
	background-image: url(../images/blue-circle.webp);
	background-repeat: no-repeat;
	width: 87%;
	height: 222px;
	border-radius: 48%;
	position: relative;
	transition: 1s;}
.product-three:hover{
	background-image: url(../images/blue-circle.webp);
	height: 380px !important;
	border-radius: 0;
	transition: 1s;}
.product-three img{
	width: 70%!important;
	position: absolute;
	right: 17%;
	top: 15%;
	transition: 1s;}
.product-three img:hover{
	width: 80%!important;
	position: absolute;
	right: 10%;
	top: 18%;
	transform: rotate(40deg) scale(1.4);
	transition: transform .20s linear;}
  /* four */
.product-card .product-four{
	background-image: url(../images/purble-circle.webp);
	background-repeat: no-repeat;
	width: 87%;
	height: 222px;
	border-radius: 48%;
	position: relative;
	transition: 1s;}
.product-four:hover{
	background-image: url(../images/purble-circle.webp);
	height: 380px !important;
	border-radius: 0;
	transition: 1s;}
.product-four img{
	width: 70%!important;
	position: absolute;
	right: 17%;
	top: 15%;
	transition: 1s;}
.product-four img:hover{
	width: 80%!important;
	position: absolute;
	right: 10%;
	top: 18%;
	transform: rotate(40deg) scale(1.4);
	transition: transform .20s linear;}
.count-title{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;}
section.our-facts{
  background-image: url(../images/color-spark.webp);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
  position: relative;}
section.our-facts h2{
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;}
.count-area-content{
  text-align: center;
  background-color: rgb(206, 167, 15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;}
.count-area-content{text-align: center;}
.count-digit{
  margin: 5px 0px;
  color: #f5a425;
  font-weight: 700;
  font-size: 36px;}
.percentage .count-digit::after{margin-left: 3px;}
.new-students{margin-top: 45px;}
/* session1i endd */
/* session */
.service-bg{
  background-image: url(../images/service-item-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;}
.service-bg1{
  background-image: url(../images/service-bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;}
.service-bg2{
  background-image: url(../images/service-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;}
section.our-facts .video{
  text-align: center;
  margin-left: 5px;
  background-image: url(../images/video-item-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;}
section.our-facts .video img{ padding: 170px 0px; max-width: 56px;}
/* session endd */
/* sessioni3 */
.videow::before{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background-color: #cc140b30 !important;
  width: 80%;
  height: 100%;
  border-radius: 0 50% 50% 0;}
.videow{position: relative;}
.section{padding: 100px 0;}
.videow .videow-block{position: relative;}
.videow .videow-block .img-block{ position: relative;box-shadow: 0px 0px 70px 0px rgba(0, 42, 106, 0.1);}
.text-lg{font-size: 3.25rem;line-height: 1.2;}
.text-color{color: red;}
.counter-item-2 p{margin-bottom: 0px;}
.column{padding: 15px;}
.column{
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem;}
.counttext{color: red;font-size: 60px;font-weight: 700;}
.bannerhead{color:red;font-size: 44px;font-weight: 700;}
/* sessioni3 ended*/
/* sessioni4 */
.section-title-border::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  background: #d2151e;
  border-radius: 10px;
  right: -100%;
  top: 0;}
.section-title-border::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background:#d2151e ;
  border-radius: 10px;
  right: -60%;
  top: 0;}
.section-title-border{
  position: relative;
  height: 5px;
  width: 30px;
  background: #d2151e;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;}
.subtitle{font-weight: 600;color: #818385;}
.section-title{ margin-bottom: 40px;}
/* sessioni4 endd*/
/* session */
.tm-section-3{
  height: 790px;
  background-image: url(../images/spot-bg-02.webp);
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;}
.tm-flex-center-v{display: flex;flex-direction: column;justify-content: center;}
.tm-bg-circle-pad-2{padding-left: 120px;}
.tm-bg-circle-white{
  background-color: white;
  color: #6c6c6c;
  padding: 75px 81px 75px 90px;
  padding-left: 90px;
  border-radius: 50%;
  width: 550px;
  height: 550px;}
.active{color: #a87125 !important;}
.choicefnt{font-size: 30px;}
.clr1{ color: gray !important;}
/* session endd */
/* abt session1 */
.overlay-secondary-half{background-image: url('../images/spark.webp');}
.overlay-secondary-half::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #992584 60%, #5e2b7c);}
.overlay-secondary-half{ position: relative;}
.text-gradient-primary{
  background: linear-gradient(37deg, rgba(180, 106, 62, 0.76) 1%, rgb(232, 247, 58) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
/* abt session1 endd */
/* footer */
.footer{
  background-image: url("../images/bgbottom.webp"), radial-gradient(at center center, #ffddc1 0%, #C8C8C8 100%);
  background-color: #f89d53;
  padding: 80px 0 20px;}
.smallborder1{
  width: 80px;
  height: 2px;
  background-color: #e31e0d;}
.text1{
  position: relative;
  padding: 5px 0 0 25px;
  margin-top: -42px;}
/* #footer end */
/* safetytip */
.block-head::after{
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  content: "";
  display: inline-block;
  background-color: #ec2424;}
.block-head::before{
  position: absolute;
  bottom: -3px;
  left: 20px;
  width: 35px;
  height: 5px;
  content: "";
  display: inline-block;
  background-color: #ec2424;}
.block-head{
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px #cac9c9 solid;
  font-weight: normal;
  color: #333e48;}
.feature-gd{
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  height: 150px;
  margin-bottom: 10px;}
.gicon, .ricons{ margin-right: 1em;}
.gicon i{
  color: #559926;
  font-size: 28px;
  background: rgb(13 54 159 / 9%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  display: block;}
.ricons i{
  color: #b61818;
  font-size: 28px;
  background: rgb(13 54 159 / 9%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  display: block;}
.headfont{font-family: Arial, sans-serif;font-weight: 600 !important;}
.ln{font-family: helvetica, sans-serif; font-size: 16px;line-height: 40px;}
.do ul{list-style-image: url("../images/check.webp");}
.dont ul{list-style-image: url("../images/wrong.webp");}
.smallborder{
  margin-left: calc(4% - 16px);
  width: 70px;
  height: 2px;
  background-color: #e31e0d;}
.smallfnt{font-size: 14px;}
.topbg1{background-color: #c8151b;}
.btn1{color: black !important;padding: 15px 30px;background-color: #eaf10d;border-radius: 10px;}
/* --safetytip endd-- */
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.point2{bottom: 15px; right: 10px;}
.blink{
    -webkit-animation: blink 1s;
	  animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;}
@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% { opacity: 0;}
    100% {opacity: 1;}}


@media (min-width:1px) and (max-width:767.98px){
.videow::before {border-radius: 0 0 0 0;}
.logo{width: 120px;}
.product-card .product-one {
  width: 66%;
  height: 217px;
  position: relative;
  transition: 1s;
  left: 20%;
  border-radius: 60%;}
.product-one img {
	width: 75% !important;
	position: absolute;
	right: 14%;
	top: 21%;
	transition: 1s;}
.product-card .product-two {
	width: 66%;
	height: 217px;
	position: relative;
	transition: 1s;
	left: 20%;
	border-radius: 60%;}
.product-two img {
	width: 75% !important;
	position: absolute;
	right: 14%;
	top: 17%;
	transition: 1s;}
.product-card .product-three {
	background-image: url(../images/bg-circle.webp);
	background-repeat: no-repeat;
	width: 66%;
	height: 217px;
	position: relative;
	transition: 1s;
	left: 20%;
	border-radius: 60%;}
.product-three img {
  width: 75% !important;
  position: absolute;
  right: 14%;
  top: 21%;
  transition: 1s;}
.product-card .product-four {
	background-image: url(../images/bg-circle.webp);
	background-repeat: no-repeat;
	width: 66%;
	height: 217px;
	position: relative;
	transition: 1s;
	left: 20%;
	border-radius: 60%;}
.product-four img {
  width: 75% !important;
  position: absolute;
  right: 14%;
  top: 21%;
  transition: 1s;}
.section-lg {padding-top: 50px; padding-bottom: 50px;}
.pad{padding:40px 0;}
.tm-bg-circle-white{
    border-radius: 100px;
    width: 100%;
    height: auto;
    padding: 50px;}
.tm-section-3{
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);}
.videow::before{ width: 100%;}
.counttext {font-size: 40px;}	
}

@media (min-width:768px) and (max-width:991.98px){
.product-card .product-one{width: 100%;}
.product-card .product-two{width: 100%;}
.product-card .product-three{width: 100%;}
.product-card .product-four{width: 100%;}
.videow::before {border-radius: 0 0 0 0;}
.pad{padding:40px 0;}
.tm-bg-circle-white{margin-left: auto; margin-right: auto;}
.section-lg{padding-top: 64px; padding-bottom: 0px;}
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
}

.time-of-year {
	margin: 100px 75px 10px 75px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0); }
.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;}
.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 58px;
	content: " ";
	position: absolute;
	left: 0%;
	margin-left: -13px;
	transform: rotate(92deg);}
.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);}