@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial;
 }

.green-box{
	background-color: rgb(120,205,202);
	background: solid;
	border-radius: 10px;
	height: 35px;
	line-height: 35px;
}

.bg-breadcrumb{
	background-color: #eef2f6;
}
.breadcrumb-link {
	color: black;
}

.bg-wiregreen{
	background-color: rgb(61,141,6) !important;
}

.bg-wirered{
	background-color: rgb(240,44,6) !important;
}

.bg-oldblue{
	background-color: rgb(56, 109, 206) !important;
	border-color: rgb(28, 77, 168) !important;
}

.text-wiregreen{
	color: rgb(61,141,6) !important;
}

.text-wirered{
	color: rgb(240,44,6) !important;
}


/*----------------------bg scroll---------------------------*/

 
.cd-fixed-bg {
	
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
 
.cd-fixed-bg.cd-bg-1 {
	min-height: 100px;
  background-image: url("../images/cd-background-1.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../images/cd-background-2.jpg");
	height: 100px;
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../images/cd-background-3.jpg");
	height: 125px;
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../images/cd-background-4.jpg");
	/* height: 800px; */
}

