body{
	font-family: 'Open Sans', sans-serif;
}
ul {
	margin: 0; 
	padding: 0;
}
.pd-40{
	padding:40px 0px;
}
.pd-50{
	padding:50px 0px;
}
.pd-60{
	padding:60px 0px !important;
}
.wrapper{
	width:100%;
	float:left;
}
header {
	
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
}

.logo-main {
	width: 350px;
	position: relative;
	top: 0px;
}




.hdrlinks{
	float:right;
	color:#fff;
	font-size: 17px;
}

.hdrlinks a{
	text-decoration:none;
	color:#fff;
}

.hdrlinks a:hover{
	color:#79C753;
}


.greybg{
	background:#fff;
	padding:50px;
	padding-top:80px;
	
}

.greybg.contctfedback {
	padding-top: 180px;
}



.inner_hdr .top-bar {
	width: 100%;
	float: left;
	background: #081423;
	padding: 20px 0;
	border-top: none;
}

.header-main.main_hdrshrk {
    background: #fff;
    position: fixed;
   height: 100px;
	border-bottom: 4px solid #79C753;
}
.main_hdrshrk .top-bar{
	border-top-color:#fff;
}




.top-bar {
	width: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.4);
	border-top: 5px solid #79C753;
	padding: 20px 0;
}
.logo-main img {
	max-width: 100%;
}
.nav-main {
	float: right;
	margin-top: 8px;
}

.leavemsghdng {
	font-size: 31px;
	text-align: center;
	color: #000;
	font-weight: 600;
	margin-bottom: 19px;
}

.header-main.main_hdrshrk #cssmenu > ul > li > a {
	color: #fff;
}



.header-main.main_hdrshrk #cssmenu > ul > li.active > a{
	color: #fff;
}
.header-main.main_hdrshrk #cssmenu > ul > li > a:hover{
	color: #fff;
}


.leavemsghdng {
	font-size: 31px;
	text-align: center;
	color: #000;
	font-weight: 600;
	margin-bottom: 19px;
	position: relative;
}


.leavemsghdng::after {
	background: #79C753;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 3px;
	width: 90px;
	content: "";
	position: absolute;
	margin: 0 auto;
}


.leavemsghdng::before {
	background: #000;
	left: 0;
	bottom: -5px;
	right: 0;
	height: 2px;
	width: 150px;
	content: "";
	position: absolute;
	margin: 0 auto;
	z-index: 10;
}


.leaveparah {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	font-size: 17px;
	padding-bottom: 25px;
}




.serv-head {
	text-align: center;
}
.img-hovr {
	position: relative;
}
.img-hovr::before {
	background: #79C753;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease 0s;
}
.img-hovr:hover::before{
	opacity:0.8;
	transform: scale(1);
}

.img-sz img {
	max-width: 100%;
}
.service-main {
	text-align: center;
}
.service-main h3 {
	color: #000;
	text-align: center;
	margin: 0;
	font-weight: 600;
	margin-bottom: 15px;
}
.serv-img-box h3 span {
	font-size: 40px;
	font-weight: bold;
	color: #e0e0e0;
	padding-right: 10px;
}
.service-main p {
	color: #666666;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	padding: 0 15px;
}
.serv-img-box a {
	color: #101010;
	text-align: center;
	text-transform: lowercase;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.serv-img-box a:hover {
	color: #a91605;
}
.serv-img-box a::after {
	content: "\f178";
	font-family: fontawesome;
	padding-left: 10px;
	font-size: 20px;
	vertical-align: middle;
	color: #a91605;
}
.serv-head h4 {
	color: #79C753;
	font-size: 35px;
	margin: 0;
	position: relative;
	margin-bottom: 30px;
}
.serv-head h4::before {
	content: "";
	background: #a91605;
	position: absolute;
	width: 132px;
	height: 3px;
	bottom: -8px;
	left: 50%;
	margin-left: -41px;
}
.serv-head h4::after {
	position: absolute;
	content: "";
	background: #a91605;
	width: 98px;
	height: 2px;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
}
.serv-head span {
	color: #fff;
	font-weight: 600;
}
.serv-head p {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0;
	color: #fff;
	margin-bottom: 50px;
}
.serv-img-box {
	background: #fff;
	padding: 25px 20px;
	margin-bottom: 50px;
}
.btn-servc a {
	display: inline-block;
	background: #79C753;
	padding: 13px 45px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-right: 4px solid #fff;
	transition: all 0.3s ease 0s;
}

.btn-servc a:hover {
    background:#b32210;
    color:#fff;
}

.ftr-main {
	background: #111111;
	width: 100%;
	float: left;
	
}
.ftr-main a {
	text-decoration: none;
}


.copyright{
	color:#fff;
}

.ftr-all-rights {
	width: 100%;
	float: left;
	background: linear-gradient(rgba(0,11,28,.9), rgba(0,11,28,.9));
	padding: 15px 0px;
	
	
}
.ftr-all-rights p {
	color: #fff;
	float:left;
	margin:0;
}
.ftr-all-rights a {
	color: #fff;
	float: right;
	margin:0;
}
.ftr-all-rights a span {
	color: #111;
}
.ftr-links ul li a:hover {
	color: #79C753;
}
.ftr-all-rights a {
	text-decoration: none;
	background: #fff;
	color: #000;
	padding: 8px 10px;
	margin-right: 5px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 14px;
	transition: all 0.5s ease 0s;
}

.ftr-all-rights a:hover {
	background:#79C753;
	color:#fff;

}
















.serv-slide img{
	width:100%;
	height:350px;
}

.content{
}

.contenthdng h3 {
    color: #a91605;
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
	margin-top:0px;
	display: inline-block;
}


.contenthdng h3::before {
    content: "";
    background: #a91605;
    position: absolute;
    width: 145px;
    height: 3px;
    bottom: -8px;
     right: 0px;
}


.contenthdng h3::after {
    position: absolute;
    content: "";
    background: #a91605;
    width: 100px;
    height: 2px;
    bottom: -12px;
    right: 0px;
}


.contenthdng h3 span {
    color: #101010;
    font-weight: 600;
}

.contentprah p{
	font-size:14px;
	text-align:justify;
	padding-bottom:10px;
}




.contact-page {
	padding: 19px 0px;
}

.contact-page .contactfaicon{
	float: left;
color: #79C753;
font-size: 42px;
height: 110px;
margin-right: 40px;
	
}

.contact-hdng {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-bottom: 7px;
}



.contctfedback .form-control {
	border-radius: 0px;
	margin-bottom: 12px;
	box-shadow: none;
	height: 54px;
	border:1px solid #ddd;
}

.contctfedback  textarea{
	border-radius: 0px;
	margin-bottom: 12px;
	box-shadow: none;
	height: 253px;
	border:1px solid #ddd;
	width:100%;
}

.contctfedback button{
		background: #79C753;
	color: #fff;
	padding: 12px 55px;
	float: right;
	border:none;
	border-right: 4px solid #101010;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.contctfedback button:hover{
	
	background:#101010;
	border-right: 4px solid #79C753;
	
	
}


.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}


.mainboxbg {
	border: 1px solid #ddd;
	padding: 0px;
	margin-bottom: 50px;
	box-shadow: 0 14px 21px -8px rgba(0,0,0,0.2);
	transition: all 0.4s ease 0s;
	display: inline-block;
	width: 100%;
}

.mainboxbg h1 {
	padding: 11px 12px;
	background: #79C753;
	margin: 0px;
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 10px;
}

.pro-detail-content li {
	list-style: none;
	color: #000;
	border-bottom: 1px dashed #ddd;
	line-height: 34px;
}

.pro-detail-content li a {
	color: #fff;
	padding: 1px 13px;
	line-height: 24px;
	display: inline-block;
	float: right;
	margin-right: 16px;
	background: #79C753;
	border-radius: 5px;
	margin-top: 6px;
	transition: all 0.5s ease 0s;
}


.pro-detail-content li a:hover {
	background:#081423;
	color:#fff;
	text-decoration: none;
	}

.pro-detail-content ul li p {
	display: inline-block;
	padding-left: 33px;
	line-height: 31px;
	position: relative;
}

.pro-detail-content ul li p::after {
	position: absolute;
	content: "\f0da";
font-family: 'FontAwesome';
	left: 15px;
}



.pro-detail-content li span {
	background: green;
	float: right;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
	top: -4px;
	right: 4px;
	padding: 0px;
}

.pro-detial-btm-btn {
	margin: 17px;
	float: right;
}

.pro-detial-btm-btn a {
	background: #081423;
	padding: 9px 16px;
	color: #fff;
	margin-top: 11px;
	border-radius: 5px;
	font-size: 15px;
}

.pro-detial-btm-btn a:hover {
	text-decoration: none;
}

.pro-detail-content {
	height: 340px;
}

.dashboard-btm-text{
	padding: 10px 0px;
	display: inline-block;
	width:100%;

}



.thead-inverse th {
    color: #fff;
    background-color: #79C753;
}

.tstbwsrbtn {
	float: left;
	margin-right: 10px;
}
.tstbwsrbtn a{
	display:inline-block;
	background:#000;
	border-radius: 3px;
	padding: 4px 10px;
	width: auto;
	transition: all ease 0.7s;
	color:#fff;
	font-size: 13px;
font-weight: normal;
	
}

.tstbwsrbtn a:hover{
	background:#79C753;
	text-decoration:none;
	
}
.testdeletebtn {
	float: left;
}

.testdeletebtn a {
	display: inline-block;
	color: #fff;
	background: #d01d23;
	background: -webkit-gradient(linear, left top, left bottom, from(#ec3238), to(#d01d23));
	background: -moz-linear-gradient(top, #ec3238, #d01d23);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec3238', endColorstr='#d01d23');
	border-radius: 3px;
	padding: 4px 10px;
	/* padding-right: 7px; */
	width: auto;
	transition: all ease 0.7s;
	font-size: 13px;
font-weight: normal;
}

.testdeletebtn a:hover{
	background:#000;
	text-decoration:none;
}

body{
	font-family: 'Open Sans', sans-serif;
}
ul {
	margin: 0; 
	padding: 0;
}
.pd-40{
	padding:40px 0px;
}
.pd-50{
	padding:50px 0px;
}
.pd-60{
	padding:60px 0px !important;
}
.wrapper{
	width:100%;
	float:left;
}
header {
	
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
}

.logo-main {
	width: 350px;
	position: relative;
	top: 0px;
}




.hdrlinks{
	float:right;
	color:#fff;
	font-size: 17px;
}

.hdrlinks a{
	text-decoration:none;
	color:#fff;
}

.hdrlinks a:hover{
	color:#79C753;
}


.greybg{
	background:#fff;
	padding:50px;
	padding-top:80px;
	
}

.greybg.contctfedback {
	padding-top: 180px;
}



.inner_hdr .top-bar {
	width: 100%;
	float: left;
	background: #081423;
	padding: 20px 0;
	border-top: none;
}

.header-main.main_hdrshrk {
    background: #fff;
    position: fixed;
   height: 100px;
	border-bottom: 4px solid #79C753;
}
.main_hdrshrk .top-bar{
	border-top-color:#fff;
}




.top-bar {
	width: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.4);
	border-top: 5px solid #79C753;
	padding: 20px 0;
}
.logo-main img {
	max-width: 100%;
}
.nav-main {
	float: right;
	margin-top: 8px;
}

.leavemsghdng {
	font-size: 31px;
	text-align: center;
	color: #000;
	font-weight: 600;
	margin-bottom: 19px;
}

.header-main.main_hdrshrk #cssmenu > ul > li > a {
	color: #fff;
}



.header-main.main_hdrshrk #cssmenu > ul > li.active > a{
	color: #fff;
}
.header-main.main_hdrshrk #cssmenu > ul > li > a:hover{
	color: #fff;
}


.leavemsghdng {
	font-size: 31px;
	text-align: center;
	color: #000;
	font-weight: 600;
	margin-bottom: 19px;
	position: relative;
}


.leavemsghdng::after {
	background: #79C753;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 3px;
	width: 90px;
	content: "";
	position: absolute;
	margin: 0 auto;
}


.leavemsghdng::before {
	background: #000;
	left: 0;
	bottom: -5px;
	right: 0;
	height: 2px;
	width: 150px;
	content: "";
	position: absolute;
	margin: 0 auto;
	z-index: 10;
}


.leaveparah {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	font-size: 17px;
	padding-bottom: 25px;
}




.serv-head {
	text-align: center;
}
.img-hovr {
	position: relative;
}
.img-hovr::before {
	background: #79C753;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease 0s;
}
.img-hovr:hover::before{
	opacity:0.8;
	transform: scale(1);
}

.img-sz img {
	max-width: 100%;
}
.service-main {
	text-align: center;
}
.service-main h3 {
	color: #000;
	text-align: center;
	margin: 0;
	font-weight: 600;
	margin-bottom: 15px;
}
.serv-img-box h3 span {
	font-size: 40px;
	font-weight: bold;
	color: #e0e0e0;
	padding-right: 10px;
}
.service-main p {
	color: #666666;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	padding: 0 15px;
}
.serv-img-box a {
	color: #101010;
	text-align: center;
	text-transform: lowercase;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.serv-img-box a:hover {
	color: #a91605;
}
.serv-img-box a::after {
	content: "\f178";
	font-family: fontawesome;
	padding-left: 10px;
	font-size: 20px;
	vertical-align: middle;
	color: #a91605;
}
.serv-head h4 {
	color: #79C753;
	font-size: 35px;
	margin: 0;
	position: relative;
	margin-bottom: 30px;
}
.serv-head h4::before {
	content: "";
	background: #a91605;
	position: absolute;
	width: 132px;
	height: 3px;
	bottom: -8px;
	left: 50%;
	margin-left: -41px;
}
.serv-head h4::after {
	position: absolute;
	content: "";
	background: #a91605;
	width: 98px;
	height: 2px;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
}
.serv-head span {
	color: #fff;
	font-weight: 600;
}
.serv-head p {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0;
	color: #fff;
	margin-bottom: 50px;
}
.serv-img-box {
	background: #fff;
	padding: 25px 20px;
	margin-bottom: 50px;
}
.btn-servc a {
	display: inline-block;
	background: #79C753;
	padding: 13px 45px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-right: 4px solid #fff;
	transition: all 0.3s ease 0s;
}

.btn-servc a:hover {
    background:#b32210;
    color:#fff;
}

.ftr-main {
	background: #111111;
	width: 100%;
	float: left;
	
}
.ftr-main a {
	text-decoration: none;
}


.copyright{
	color:#fff;
}

.ftr-all-rights {
	width: 100%;
	float: left;
	background: linear-gradient(rgba(0,11,28,.9), rgba(0,11,28,.9));
	padding: 15px 0px;
	
	
}
.ftr-all-rights p {
	color: #fff;
	float:left;
	margin:0;
}
.ftr-all-rights a {
	color: #fff;
	float: right;
	margin:0;
}
.ftr-all-rights a span {
	color: #111;
}
.ftr-links ul li a:hover {
	color: #79C753;
}
.ftr-all-rights a {
	text-decoration: none;
	background: #fff;
	color: #000;
	padding: 8px 10px;
	margin-right: 5px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 14px;
	transition: all 0.5s ease 0s;
}

.ftr-all-rights a:hover {
	background:#79C753;
	color:#fff;

}
















.serv-slide img{
	width:100%;
	height:350px;
}

.content{
}

.contenthdng h3 {
    color: #a91605;
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
	margin-top:0px;
	display: inline-block;
}


.contenthdng h3::before {
    content: "";
    background: #a91605;
    position: absolute;
    width: 145px;
    height: 3px;
    bottom: -8px;
     right: 0px;
}


.contenthdng h3::after {
    position: absolute;
    content: "";
    background: #a91605;
    width: 100px;
    height: 2px;
    bottom: -12px;
    right: 0px;
}


.contenthdng h3 span {
    color: #101010;
    font-weight: 600;
}

.contentprah p{
	font-size:14px;
	text-align:justify;
	padding-bottom:10px;
}




.contact-page {
	padding: 19px 0px;
}

.contact-page .contactfaicon{
	float: left;
color: #79C753;
font-size: 42px;
height: 110px;
margin-right: 40px;
	
}

.contact-hdng {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-bottom: 7px;
}



.contctfedback .form-control {
	border-radius: 0px;
	margin-bottom: 12px;
	box-shadow: none;
	height: 54px;
	border:1px solid #ddd;
}

.contctfedback  textarea{
	border-radius: 0px;
	margin-bottom: 12px;
	box-shadow: none;
	height: 253px;
	border:1px solid #ddd;
	width:100%;
}

.contctfedback button{
		background: #79C753;
	color: #fff;
	padding: 12px 55px;
	float: right;
	border:none;
	border-right: 4px solid #101010;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.contctfedback button:hover{
	
	background:#101010;
	border-right: 4px solid #79C753;
	
	
}


.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}


.mainboxbg {
	border: 1px solid #ddd;
	padding: 0px;
	margin-bottom: 50px;
	box-shadow: 0 14px 21px -8px rgba(0,0,0,0.2);
	transition: all 0.4s ease 0s;
	display: inline-block;
	width: 100%;
}

.mainboxbg h1 {
	padding: 11px 12px;
	background: #79C753;
	margin: 0px;
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 10px;
}

.pro-detail-content li {
	list-style: none;
	color: #000;
	border-bottom: 1px dashed #ddd;
	line-height: 34px;
}

.pro-detail-content li a {
	color: #fff;
	padding: 1px 13px;
	line-height: 24px;
	display: inline-block;
	float: right;
	margin-right: 16px;
	background: #79C753;
	border-radius: 5px;
	margin-top: 6px;
	transition: all 0.5s ease 0s;
}


.pro-detail-content li a:hover {
	background:#081423;
	color:#fff;
	text-decoration: none;
	}

.pro-detail-content ul li p {
	display: inline-block;
	padding-left: 33px;
	line-height: 31px;
	position: relative;
}

.pro-detail-content ul li p::after {
	position: absolute;
	content: "\f0da";
font-family: 'FontAwesome';
	left: 15px;
}



.pro-detail-content li span {
	background: green;
	float: right;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
	top: -4px;
	right: 4px;
	padding: 0px;
}

.pro-detial-btm-btn {
	margin: 17px;
	float: right;
}

.pro-detial-btm-btn a {
	background: #081423;
	padding: 9px 16px;
	color: #fff;
	margin-top: 11px;
	border-radius: 5px;
	font-size: 15px;
}

.pro-detial-btm-btn a:hover {
	text-decoration: none;
}

.pro-detail-content {
	height: 340px;
}

.dashboard-btm-text{
	padding: 10px 0px;
	display: inline-block;
	width:100%;

}



.thead-inverse th {
    color: #fff;
    background-color: #79C753;
}

.tstbwsrbtn {
	float: left;
	margin-right: 10px;
}
.tstbwsrbtn a{
	display:inline-block;
	background:#000;
	border-radius: 3px;
	padding: 4px 10px;
	width: auto;
	transition: all ease 0.7s;
	color:#fff;
	font-size: 13px;
font-weight: normal;
	
}

.tstbwsrbtn a:hover{
	background:#79C753;
	text-decoration:none;
	
}



.createtst a{
	display:inline-block;
	background: #d01d23;
	background: -webkit-gradient(linear, left top, left bottom, from(#ec3238), to(#d01d23));
	background: -moz-linear-gradient(top, #ec3238, #d01d23);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec3238', endColorstr='#d01d23');
	border-radius: 3px;
	border-radius: 3px;
	padding: 6px 15px;
	width: auto;
	margin-bottom:10px;
	transition: all ease 0.7s;
	color:#fff;
	font-size: 13px;
font-weight: normal;
}

.createtst a:hover{
	background:#000;
	text-decoration:none;
}


.testdeletebtn {
	float: left;
}

.testdeletebtn a {
	display: inline-block;
	color: #fff;
	background: #d01d23;
	background: -webkit-gradient(linear, left top, left bottom, from(#ec3238), to(#d01d23));
	background: -moz-linear-gradient(top, #ec3238, #d01d23);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec3238', endColorstr='#d01d23');
	border-radius: 3px;
	padding: 4px 10px;
	/* padding-right: 7px; */
	width: auto;
	transition: all ease 0.7s;
	font-size: 13px;
font-weight: normal;
}

.testdeletebtn a:hover{
	background:#000;
	text-decoration:none;
}

.wrapper {
	padding: 40px 0px;
	display: inline-block;
	width: 100%;
}

.brststbg {
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	margin-bottom: 50px;
	padding: 20px;
	display: inline-block;
	width: 100%;
}


.brswtsthdng h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #000;
}


.tstatatempt p {
	background: #efefef;
	display: inline-block;
	padding: 5px 17px;
	border-radius: 4px;
	font-size: 14px;
	margin: 0px;
}


.tstatatempt p span {
	color: #fff;
	padding: 0px 14px;
	font-size: 15px;
	background: red;
	border-radius: 90px;
}


.tstatatempt a {
	color: red;
	padding-right: 7px;
}


.brwstqusans h3 {
	margin: 0px;
	text-align: right;
	padding-bottom: 11px;
	font-size: 17px;
	
}

.brwstqusans {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0px;
	display: inline-block;
	width: 100%;
}

.qusanslist li {
	list-style: none;
	padding-bottom: 10px;
}

.qusanslist li input {
	margin-right: 12px;
}

.qusanslist li span {
	font-weight: bold;
	padding-right: 10px;
}

.rais-query {
	float: right;
	margin-bottom: 8px;
}



.rais-query a {
	background: #000;
	color: #fff;
	border-radius: 4px;
	padding: 7px 10px;
	font-size: 11px;
}



.rais-query a:hover{
	background: red;
	color: #fff;
	text-decoration:none;
}

.brwsrbtndesign{
	text-align: center;

}

.brwsrbtndesign a {
	background: #79C753;
	color: #fff;
	padding: 7px 18px;
	border-radius: 44px;
	transition: all ease 0.5s;
}

.brwsrbtndesign a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.brwsrbtndesign {
	display: inline-block;
	width: 100%;
	margin-top: 9px;
}

.testimonial {
	margin-top: 45px;
}

.testimonial ul {
	margin-left: 15px;
}

.testimonial li {
	list-style: none;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 14px;
}

.testimonial ul li p {
	padding-bottom: 0px;
}


.testimonial h4 {
	font-size: 14px;
	padding: 0px;
	margin-bottom: 11px;
	color: red;
}