@CHARSET "UTF-8";

 #content {
 	padding: 30px 0;
 }
 
 .mypara {
	border-left: 4px solid red;
	padding-left: 15px;
	margin: 20px 0;
}

.tech {
	color: #313131;
}

.tech div h5 {
	color : #ccc;
	margin-bottom: 0;
}

.tech div a {
	font-weight: 700;
	text-decoration: none;
	color: #313131;
}

.tech div a:hover {
	text-decoration: underline;
}

.prince {
	text-align: right;
	color : #f24c0a;
}

.prince h2 {
	margin: 0;
	padding: 10px;
	line-height: 45px;
}

.img {
	margin: 30px 0;
}

.tit1 {
	border-top: 3px solid #ffb606;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 15px 0;
	font-weight: 700;
}

.tit2 {
	border-bottom: 1px solid #eee;
	height: 53px;
}

.content-info {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 30px 10px;
	margin-bottom: 30px;
}

.content-info h4 {
	font-weight: 700;
}

.tab-content {
	padding: 25px 15px;
	border-bottom: 1px solid #ddd;
}

.content-info .nav-tabs a {
	color: #313131;
}

.openning {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}

.openning .open {
	border: 2px solid #bebebe;
	border-radius: 5px;
}

.openning .open h4 {
	margin: 0 0 5px 0;
	padding: 10px;
	background: #eeeeee;
}

.contact-we {
	padding: 10px 15px;
}

.contact-we h4 {
	font-weight: 700;
}

.mybtn:hover {
	background-color: #4285f4;
	color: white;
	transition: all 0.3s;
}
