body {
	font-family: 'Poppins', sans-serif !important;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 5rem;
}

 
h1, h2, h3, h4, h5, h6, p, a, ul, li {
	font-family: 'Poppins', sans-serif !important;
}


header{
	padding: 10px 0;
	background: #fff !important;
	z-index: 99;
	width: 100%;
	height: 6rem;
	position: sticky;
	top: 0;
	
}




.menu-safe{
	float: right;
	padding: 18px 0 0 0;
}
/* .bnr-sec{
	margin-top: 94px;
} */
.bnr-sec .item1{
	background: url(../images/slider1.jpg) no-repeat center center;
	background-size: cover;
	min-height: 752px;

}
.bnr-sec .item2{
	background: url(../images/slider2.jpg) no-repeat center center;
	background-size: cover;
	min-height: 752px;

}
.bnr-sec .item3{
	background: url(../images/slider3.jpg) no-repeat center center;
	background-size: cover;
	min-height: 752px;

}

.bnr-txt-safe{
	padding: 204px 0 0 0;
}

.bnr-txt1{
	background: #36b857;
	padding: 10px 16px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 25px;
	display: table;
	margin: 0 0 0px 0;
}

.bnr-txt2{
	font-size: 60px;
	font-weight: 900;
	color: #fff;
	line-height: 85px;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.72);
	margin: 0 0 15px 0;
}

.bnr-txt2 span{
	background: #433490;
	padding: 0 15px;
}

.bnr-btn{
	padding: 60px 0 0 0;
}

.bnr-btn a{
	font-size: 20px;
	font-weight: bold;
	color: #36b857;
	letter-spacing: 0.25px;
	text-decoration: none;
	background: #ffffff;
	border: 2px solid #36b857;
	padding: 16px 75px;
	line-height: 25px;
}

.bnr-btn a:hover, .bnr-btn a:focus{
	background: #36b857;
	color: #fff;
	text-decoration: none;
	
}

.about-sec{
	padding: 75px 0 90px 0;
}

.hd1-tp{
	background: #433490;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	display: table;
	line-height: 25px;
}

.about-sec h1{
	font-size: 40px;
	font-weight: 900;
	color: #36b857;
	line-height: 45px;
	padding: 0 0 0 0;
	margin: 15px 0 20px 0;
}

.about-sec p{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 33px;
	letter-spacing: 0.25px;
	margin: 0 0 15px 0;
}


.srv-sec{
	background:#36b857 url(../images/srv-bg.jpg) repeat-y right top; 
	min-height: 350px;
	padding: 35px 0 52px 0;
}


.srv-sec h2{
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 25px 0;
	padding: 0 0 13px 0;
	background: url(../images/hd2-bdr.jpg) no-repeat left bottom;
}

.srv-sec ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 35px;
}

.srv-sec ul li{
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	padding: 0 0 18px 0;
	line-height: 25px;
}

.srv-sec ul li::before{
	content: "";
	background: url(../images/tik.svg) no-repeat center center;
	background-size: cover;
	width: 13px;
	height: 13px;
	float: left;
	display: block;
	margin: 8px 0 0 -35px;
}

.srv-slidr{
	padding:123px 25px 0 0;
}


.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
   }
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
	 opacity: 1;
   }
   
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
	opacity: 0;
   }
   
   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
   }




   footer{
	   background: #433490;
	   padding: 0 0 0 0;
	   margin: 165px 0 0 0;
   }

   .phn-bx-safe{
	   background: #fff;
	   padding: 40px 40px 30px 50px;
	   margin: -90px 0 0 0;
	   -webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);

   }

   .phn-bx-safe a{
	   font-size: 45px;
	   font-weight: 600;
	   color: #42338d;
	   line-height: 55px;
	   display: block;
	   text-decoration: none;
   }

   .phn-bx-safe a:hover,  .phn-bx-safe a:focus{
	color: #36b857;
	text-decoration: none;

   }
   .phn-icn{
	   float: left;
	   margin: 25px 25px 0 0;
   }
   .phn-icn img{
	   width: 64px;
	   height: 64px;
   }

   .adrs-mail{
	   padding: 47px 0 0 0;
   }
   .adrs-mail ul{
	   list-style-type: none;
	   margin: 0 0 0 0;
	   padding: 0 0 0 40px;
   }

   .adrs-mail ul li{
	   font-size: 18px;
	   font-weight: 600;
	   color: #fff;
	   line-height: 30px;
	   letter-spacing: 0.25px;
	   margin-bottom: 15px;
   }

   .adrs-mail ul li a{
	color: #fff;
	text-decoration: none;

   }

   .adrs-mail ul li a:hover, .adrs-mail ul li a:focus{
	color: #fff;
	text-decoration: underline;
	   
   }
   .adrs-mail ul li::before{
	   content:"";
	   float: left;
	   display: block;
	   font-size: 25px;
	   color: #36b857;
	   margin: 5px 0 0 -35px;
	   font-family: FontAwesome !important;

   }
   .adrs-mail ul li.lctn::before{
	   content: "\f041";

   }

   .adrs-mail ul li.mail::before{
	content: "\f0e0";
	font-size: 20px;
	margin-top: 0px;

}


.cpy-rit{
	border-top: 1px solid #4d3e9d;
	margin: 45px 0 0 0;
	padding: 10px 0;
}

.cpy-rit p{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #847ab6;
	margin: 0 0 0 0;
	letter-spacing: 0.25px;
}

.wts-app {
    position: fixed;
    left: 25px;
    top: 85%;
    z-index:99;
}
.wts-app a img {
    width:45px;
}

.fixd-phn{
	position: fixed;
    right: 25px;
    top: 87%;
    z-index:99;

}

.fixd-phn a{
	background: #fff;
	border-radius: 100px;
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
padding: 10px 43px;
font-size: 27px;
line-height: 25px;
font-weight: 600;
letter-spacing: 0.25px;
color: #42338d;
text-decoration: none;

}

.fixd-phn a i{
	color: #36b857;
	padding-right: 10px;
	font-size: 25px;
	vertical-align: middle;
}

.fixd-phn a:hover, .fixd-phn a:focus{
	color: #36b857;
	text-decoration: none;

}
.lft-arow, .rit-arow{
	top: 48% !important;
}
.lft-arow{
	background: url(../images/bnr-arow.png) no-repeat left top !important;
	width: 24px !important;
	height: 44px !important;
	left: 20px !important;
}

.rit-arow{
	background: url(../images/bnr-arow.png) no-repeat right top !important;
	width: 24px !important;
	height: 44px !important;
	right: 20px !important;
}



/* Float Shadow */
.hvr-float-shadow {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	/* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
  }
  .hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
  }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	/* move the element up by 5px */
  }
  .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
  }
  


  /* Float */
.about-sec:hover .hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .about-sec:hover .hvr-float:hover, .about-sec:hover .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
  }