@import url('https://fonts.googleapis.com/css2?family=Merienda&family=Roboto&display=swap');
.meri{font-family: 'Merienda', cursive!important;}
.robo{font-family: 'Roboto', sans-serif;}
.ros{color:#ff01ff;}.re{color:#f30100;}.vio{color:#0a0553;}.blk{color:black!important;}
li{list-style-type:none!important;}
a{text-decoration:none!important;}
html{scroll-behavior: smooth;}
.pass{padding:90px 0 0 0;}
.pad4{padding:80px 0;}
.head1{font-size:2.4rem;}.heading4{font-size: 1.5rem;}.heading2{font-size: 2rem;}.heading3{font-size: 1.75rem;}.heading5{font-size: 1.25rem;}
.fullpad{padding:0!important; margin:0;}
.topbg{background-color:#f1f1f1;}
.logo1 {
    width: 200px;
}
.topheader {
    background: url("../images/newheader.png") no-repeat scroll;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
    background-size: contain;
    background-color:#fff;
}
/**Navigation**/
.navfont{font-family: 'Merienda', cursive!important; font-size:18px;}
.navbar-light .navbar-nav .nav-link {color:#0a0553!important;}
.navbar-light .navbar-nav .active > .nav-link {color:#f30100!important;font-weight:bold;}
.navbar-light .navbar-nav .nav-link:hover {color:#f30100!important;}
.navbar button {background-color:#0a0553;}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
/**Welcome page**/
.para{font-size:16.5px;line-height:28px;}
.headpad{padding:100px 80px!important;}
.secht{height:110px;}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.bannerhead{font-size: 100px;}
/**content page**/
.bg1{background-image:url("../images/wel1.gif"); width:100%;background-position: center center; background-repeat: no-repeat;background-size: cover;}
.bg2{background-color:#fb3199;}
.textx{position: relative; padding: 0 0 0 95px; margin-top: -100px;}
.padr{padding:100px 0 40px 0;}
.padr1{padding-bottom:15px;}
.cardx{font-size:50px!important;color:white!important;}
.padds{padding:0px!important;margin:0px!important;}
.contimg{width:100%!important;}
/** parallax **/
.parallax{
	position: relative; 
	background-image:url("../images/paralbanner.jpg"); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding:40px 0;
}
.parallax::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	background-color:#00000087;
    content: "";
}
.parallaxpad{padding:65px 0;}
.btn1 {
    padding: 19px 40px;
    font-size: 16px;
    font-weight: 700;
    background-color:#ffe500;
    color:black;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 5px;
}
.btn1:hover {background-color:#ff01ff; color:white; border-radius: 50px;}
/**footer**/
.foot{background: url("../images/footerimg.png") no-repeat scroll;background-color:#ffd939;}
.pad2{padding:100px 0 10px 0;}
hr {border-top: 1px solid red!important;}

/**About page**/
.smallborder1 {margin-left: calc(4% - 20px); width: 80px; height: 2px; background-color: #ffbc1e;}
.smallborder2 {margin-left: calc(46% - 20px); width: 80px; height: 2px; background-color: #ffbc1e;}
.clr1{color:#f2c21a;}
.card-header{background:red!important;}
.main{color:#ffd939!important;}
.bground{background:#f30100;}
.btn-effect2{background-color:#ffd939; color:black; font-size:22px; border-radius: 0px; padding: 10px 20px; border-radius:50px;width:60%;}
.btn-effect2:hover{color:#f30100;}
.sectionbg{background-color: #f2eada;}

/** safety tips**/
.safetytipsbg {
    background-image: url("../images/safetyimage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.safetypad{padding:180px 0px;}
.section-title-divider {width: 100px; height: 3px; background: #1F5AAD;}
.text4 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}
.block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px #cac9c9 solid;
    font-weight: normal;
    color: #333e48;
}
.font{font-size: 45px;}
.block-head::before {
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
    background-color: #ec2424;
}
.block-head::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
    background-color: #ec2424;
}
.icnclr1 {color: #559926; font-size: 30px;}
.icnclr2 {color: #b61818; font-size: 30px;}
/**Contact Page**/
.contactinfobox{padding: 40px 25px 45px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.27);
    text-align: center;
	height: 300px;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.contactinfobox:hover{box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08); background-image: linear-gradient(#FDCA31, #fff); transition: all 0.4s ease;}
.contacticn{font-size: 40px; color: #e82b2b;}
.text5 {
position: relative;
padding: 0 0 0 27px;
margin-top: -35px;
}

/** what's app & Call**/
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn1{width:60px;}
.priceicn2{width: 130px;}
.point{bottom:10px;}
.point1{bottom:70px;}
.point2{bottom: 15px; right: 10px;}

.time-of-year {
    color:#ff01ff!important;
    font-size: 24px;
    margin: 100px 75px 10px 75px;
    position: relative;
    text-align: center;
    transform: translateZ(0); 
    -webkit-transform: translateZ(0); 
    -webkit-font-smoothing: antialiased; 
  }
.time-of-year .tooltip {
  background:#ff01ff;
  border-radius: 3px;
  bottom: -49px;
  font-size: 20px;
  display: block;
  left: -67px;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 320px;
  z-index: 1102;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .7s ease-out;
  -moz-transition: all .7s ease-out;
  transition: all .7s ease-out;
  height: 100px;
  }
.time-of-year .tooltip::after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #ff01ff 10px;
    bottom: 58px;
    content: " ";
    height: 0;
    left: 0%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    transform: rotate(92deg);
}
.time-of-year:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}




@media (min-width:5px) and (max-width:767.98px){
	.headpad{padding:40px 20px!important;}
    .head1{font-size:1.6rem;}
	.head2{font-size:1rem;}
	.bannerhead{font-size: 25px;}
	.padds{padding:0px!important;margin:0px!important;}
	.pad4{padding:30px 0;}
	.pad2{padding:30px 0 5px 0;}
	.owl-theme .card-body{height:85px!important;}
	.navbar{padding: .5rem 1rem!important;}
    .btn-effect2{width:36%;}
	.topheader { background:none;}
}




@media (min-width:768px) and (max-width:992.98px){
.headpad{padding:45px 30px!important;}
.bannerhead{font-size:40px;}
.padds{padding:0px!important;margin:0px!important;}
.head2{font-size:1.2rem;}
.pad4{padding:30px 0;}
.pad2{padding:30px 0 5px 0;}
.owl-theme .card-body{height:85px!important;}
.navbar{padding: .5rem 1rem!important;}
.btn-effect2{width:75%;}
.topheader { background:none;}
}

#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;}
}