@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Roboto&display=swap');
html{scroll-behavior: smooth;}
li{list-style-type:none!important;}
a{text-decoration: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:100px 0;}
.wrdbrk{white-space: pre;}
.courgette{font-family: 'Courgette', cursive;}
.roboto{font-family: 'Roboto', sans-serif; line-height: 28px;}
#home {
    background-image: url("../images/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-position: 50% 0px;}
.homecenter {
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
    position: relative;}
.toppagelogo {width: 425px;}
.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	animation: anim2 ease-in-out 3s infinite alternate;
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;}
.move a {
	border-radius: 50%;
	border: 2px solid #d70700;
	color: #d70700;
	padding: 20px;
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;}
.move a:hover {background-color: #d70700; color: #fff; text-decoration: none;}
@keyframes anim2{
	0%{
	  -webkit-transform: scale(1.0) rotate(0deg);
	}
	50%{
	  -webkit-transform: scale(0.8) rotate(10deg);
	}
	100%{
	  -webkit-transform: scale(1.2) rotate(-20deg);
	}
  }
.clr{color:#ee2426;}
.videologo {width: 170px;}
.headfnt{font-size: 50px;}
.topbg{background-image: url("../images/newconfetti.png"), radial-gradient(#fbfb4c, #fbda27); background-repeat: no-repeat; background-size:cover;}
.sectionbar{background-color:#ee2426;}
.navfont{font-family: 'Courgette', cursive; font-size: 20px;}
.logo{width:110px;}
.navbar-light .navbar-nav .nav-link.active{color:#ee2426 !important;}
.navbar .navbar-nav .nav-link:hover{color:#ee2426 !important;}
.fullpad{padding:0!important; margin:0!important;}
.pfnt{font-size: 15px;}
.navbrd{border-top: 4px solid #ee2426;}
.aboutbg{background: #fffef4;}
.ribbon {
	position: relative;
	margin: 0 auto 20px;
	padding: 10px 40px;
	text-align: center;
	background-color: #F71E20;
	font-size: 25px;
	color:#fff;}
.ribbon::before, .ribbon::after {
	content: '';
	width: 80px;
	height: 100%;
	background-color: #E11D1F;
	position: absolute;
	z-index: -1;
	top: 20px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
	background-image: linear-gradient(45deg, transparent 50%, #FB5455 50%);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: bottom right;}
.ribbon::before {left: -60px;}
.ribbon::after {right: -60px; transform: scaleX(-1); }
@media (max-width: 400px) {
.ribbon { font-size: 17px; }
}
.ribbontext{box-sizing: border-box;
	display: grid;
	align-items: center;
	margin: 0;
	padding: 20px 80px;
	color: #fff;}
.bg1{
	background-image: url("../images/bg1.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
.bg2{
	background-image: url("../images/bg2.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
.bg3{
	background-image: url("../images/bg3.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
.bg4{
	background-image: url("../images/bg4.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
.bg5{
	background-image: url("../images/bg5.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
.bg6{
	background-image: url("../images/bg6.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
.bg7{
	background-image: url("../images/bg7.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
.contact-form .form-control {
	height: 50px!important;
	border: 1px solid #e5e6e9;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-top: 5px;
	font-size: 14px;}
.contact-form  .form-control.formheight{height: 110px!important;}
.text2 {position: relative; padding: 0 0 0 50px; margin-top: -49px;}
.linkbtn{background:white; color:#ee2426!important; padding:15px 30px; border:1px solid #ee2426; transition:.5s;}
.linkbtn:hover{background:#ee2426; color:white!important;}
.wapp{width:50px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn1{width:45px;}
.point{bottom:10px!important; right:10px!important;}
.point1{bottom:70px!important; right:10px!important;}
.greenclr {color: green;}

@media (min-width:5px) and (max-width:767.98px){
.pad{padding:100px 0;}
.logo{width:120px;}
.headfnt{font-size: 40px;}
}

@media (min-width:768px) and (max-width:992.98px){
.pad{padding:100px 0;}	
.logo{width:120px;}
.headfnt{font-size: 40px;}
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
}
.notfound a {
	font-family: 'Montserrat', sans-serif;
	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;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}