@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,700&display=swap');

:root{

}

body{
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  background-color: #fff;
}

h1{
	font-family: Merriweather;
}

.clsimg-fluid
{
	max-width: 380px;
	height: auto;
	padding: 0px 20px;
	margin-bottom: 15px;
	margin-top: 10px;	
	max-height: 120px;
}

header a{
	text-decoration: none;
}

.no-margin{
	margin:0px;
}

.top-panel {
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    background-color: #cc162c;
    color: #302b4b;
}

.cls-track-panel{
	float: right;
	color: #fff;
}

.cls-track-panel .btn-custom {
  background-color: #199353;
  border-radius: 7px;
}

.top-panel-content {
    padding-top: 10px;
}

.btn-custom{
	background-color: #cc0b0b;
	color: #fff;
	padding: 2px 12px;
	font-weight: bold;
	border-color: #cc0b0b;	
}

.banner-wrapper img {
  width: 100%;
}

.content-wrapper{
	margin-top:30px;
}

.content-wrapper-about h1{
	margin-top: 40px;
	margin-bottom: 40px;
}

.content-wrapper-about {
	line-height: 30px;
}

.clscompname{
	color: #cc0b0b;
}

.content-wrapper-about img {
  width: 100%;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 4px;
  border-radius: 0px 40px 360px 0px;
}

h1{
	font-family: Merriweather;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}


.content-wrapper-services{
	margin-top:80px;
	background-color: #fafafa;
}

.content-wrapper-services h1{
	padding-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.services-item{
	position: relative;
	margin-bottom: 100px;
}

.services-item-wrapper img{
	width: 100%;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.services-item-wrapper h2{
	position: absolute;
	top:91%;
	left 10px;
	width: 85%;
	padding: 28px 20px;
	font-size: 1.25rem;
	background-color: #fff;
	color: #1a9658;
	text-align: center;
	font-weight: 600;
}

.services-item-wrapper .services-item-leftpanel {
  position: absolute;
  top: 65px;
  width: 60px;
  background-color: #e2e2e2;
  left: 7px;
  height: 3px;
}

.services-item-wrapper .services-item-leftpanel1 {
  position: absolute;
  top: 15px;
  width: 2px;
  background-color: #cc0b0b;
  left: 2px;
  height: 50px;
}

.content-wrapper-bgpanel{
	background-color: red;
	width: 100%;
	margin-bottom: -20px;
}

.content-wrapper-bgpanel h1{
	color: #fff;
	line-height: 40px;
	padding: 20px;
	font-size: 30px;
}

.footer-wrapper {
  padding: 30px;
  text-align: center;
  border-top: 2px solid #1c7547;
}
.footer-wrapper img{
	width: 25%;
}

footer .clsbtm{
	background-color: #1c7547;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding-block: 20px;
}

.content-tracking-seperator{
	height: 2px;
	background-color: #cc0b0b;
	width: 100%;
}

.content-tracking-wrapper{
	padding: 5%;
}

.content-tracking-wrapper h1{
	margin-top: -50px;
	margin-bottom: 10px;
	color: #cc0b0b;
}


.content-tracking-wrapper htitle
{
	color: #cc0b0b;
}

.content-tracking-wrapper li {
	list-style: none;
	border-bottom: 2px dashed #4f4848;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.htitle {
	color: #cc0b0b;
}