@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Acme&family=PT+Serif&display=swap');
a{text-decoration:none!important;}
li{list-style-type:none!important;}
.acme{font-family: Helvetica, sans-serif;}
.ptserif{font-family: Helvetica, sans-serif; line-height:30px;}
.navfont{font-family: 'Arial', sans-serif; font-size:20px;}
.navbar-light .navbar-nav .active > .nav-link {color: #c31c1e!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;}
.top-head{background: linear-gradient(to left, #751113, #8d1517, #c31c1e) !important;}
.logo{width:90px;}
.imglogo{width:100px;}
.topbrd{border-right:1px solid white;}
.text1 {position: absolute; padding: 0 0 0 103px; margin-top: -66px;}
.text {position: absolute; padding: 0px 0 0 25px; margin-top: -46px;}
.pad{padding:90px 0;}
.yellow_bg {background-color: #F7931E!important; border-radius:20px;}
.pink_bg {background-color: #D3005B!important; border-radius:20px;}
.green_bg {background-color: #53A31E!important; border-radius:20px;}
.blue_bg {background-color: #0074D9!important; border-radius:20px;}
.orange_bg {background-color: #FF632B!important; border-radius:20px;}
.red_bg {background-color: #E31E24!important; border-radius:20px;}
.icnwidth{width:65px;}
.icntxt{font-size:14px;}
.clr{color:#e31e24;}
.headfnt{font-size:60px;}
.padht{transition: 0.5s; transform: translateY(0);}
.padht:hover {-webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); cursor:pointer;}
.service-color-card {
  position: relative;
  left: 11.6666666%;
  z-index: 1;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 64px 100px 56px 64px!important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #c31c1e;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  color: #fff;
  text-align: left;
}
.service-image {
  width: 66.66666667%;
  height: 560px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #e1e3ea;
}
.service-color-card.service-card-right {
  left: auto;
  right: 16.6666666%;
}
.service-image.service-image-1 {
  background-image: url("../images/groundchakkar.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-image.service-image-2 {
  background-image: url("../images/flowerpots.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-image.service-image-3 {
  background-image: url("../images/sparklers.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-image.service-image-4 {
  background-image: url("../images/garlands.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-image.service-image-5 {
  background-image: url("../images/fancyfountains.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-color-cardsm {
  position: relative;
  left: 0%;
  z-index: 1;
  width: auto;
  margin-top: -72px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 26px;
  text-align: center;
  font-size:14px;
  border-radius: 10px;
}
.btn-effect2{background:transparent; color:white; border:1px solid white; padding:10px 30px; transition:.5s;}
.btn-effect2:hover{background:white; color:black; }
.footer{background-color:black;}
.welcom-left {
    padding: 40px 60px;
    position: relative;
	height: 100%;
}
.welcom-left-colm {
    background-color: red;
    color: #fff;
    text-align: center;
}
.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.welcom-left-colm {
    color: #fff;
    text-align: center;
}
.welcom-left::after {
    content: '';
    position: absolute;
    border: 2px solid #333;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 70%;
    z-index: -1;
}
.brdlft{border-left:4px solid #c9222ce8;}
.fullbg{padding:0!important; margin:0;}
.wrdbrk{white-space: pre;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:150px;}
.point{bottom:50px!important; right:10px!important;}
@media (min-width:5px) and (max-width:767.98px){
.headfnt{font-size:30px;}	
.pad{padding:30px 0;}	
}
#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 {
	font-family: 'Helvetica', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Helvetica', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'Helvetica', 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;}
}