@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #24323d;
	float: left;
	width: 100%;
	overflow-x: hidden;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul, li {
	display: block;
}
a, ul, li, i, img, button, input, textarea {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	text-decoration: none;
}
input, textarea, select {
	border: none;
	border-bottom: 1px #d4dade solid;
	padding: 7px 11px;
	background: none;
	background: none;
	border-radius: 0px;
}
input:focus, textarea:focus {
	border-color: #09539f !important;
}
button:hover, a:hover {
	text-decoration: none;
	cursor: pointer;
}
select {
	background: url(../img/select-arrow.png) no-repeat right #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position-x: 89%;
}
a:focus {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	float: left;
	width: 100%;
}
p {
	float: left;
	width: 100%;
	line-height: 24px;
}
strong, b {
	font-weight: 700;
}
header, section, footer {
	float: left;
	width: 100%;
}
.blue-btn {
	float: left;
	font-size: 16px;
	background: #08cdff;
	padding: 10px 26px;
	text-transform: uppercase;
	border: none;
	-webkit-box-shadow: inset 44px 0px 48px 0px rgb(9, 84, 159);
	-moz-box-shadow: inset 44px 0px 48px 0px rgb(9, 84, 159);
	box-shadow: inset 44px 0px 48px 0px rgb(9, 84, 159);
	border-radius: 50px;
	color: #fff !important;
}
.blue-btn:hover {
	color: #fff;
	-webkit-box-shadow: inset -44px 0px 48px 0px rgb(9, 84, 159);
	-moz-box-shadow: inset -44px 0px 48px 0px rgb(9, 84, 159);
	box-shadow: inset -44px 0px 48px 0px rgb(9, 84, 159);
}
.blue-btn:focus {
	color: #fff;
}
.green-btn {
	float: left;
	font-size: 16px;
	background: #0ef2ff;
	padding: 10px 26px;
	text-transform: uppercase;
	border: none;
	-webkit-box-shadow: inset 64px 0px 78px 0px rgb(45, 205, 115);
	-moz-box-shadow: inset 64px 0px 78px 0px rgb(45, 205, 115);
	box-shadow: inset 64px 0px 78px 0px rgb(45, 205, 115);
	border-radius: 50px;
	color: #fff !important;
}
.green-btn:hover {
	color: #fff;
	-webkit-box-shadow: inset -64px 0px 78px 0px rgb(45, 205, 115);
	-moz-box-shadow: inset -64px 0px 78px 0px rgb(45, 205, 115);
	box-shadow: inset -64px 0px 78px 0px rgb(45, 205, 115);
}
.green-btn:focus {
	color: #fff;
}
.show-x {
	display: none;
}
/*header*/
header {
	position: fixed;
	top: 0px;
	z-index: 4;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.logo {
	padding: 23px 0px;
	float: left;
}
.nav-close {
	display: none;
	position: absolute;
	right: 19px;
	font-size: 24px;
	top: 10px;
}
/*end*/

/*banner*/
.banner {
	background: #fff;
	position: relative;
}
.b-slider {
	float: left;
	width: 100%;
}
.b-slider li {
	float: left;
	width: 100%;
}
.b-slider li img {
	float: left;
	width: 100%;
}
.banner .owl-dots {
	float: none;
	bottom: 22px;
	position: absolute;
	left: 14%;
}
.banner .owl-dot {
	background: none;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	border: none;
	display: inline-block;
	margin: 0px 4px;
	background: #bbc5cc;
	background: -moz-linear-gradient(left, #bbc5cc 0%, #bbc5cc 100%);
	background: -webkit-linear-gradient(left, #bbc5cc 0%, #bbc5cc 100%);
	background: linear-gradient(to right, #bbc5cc 0%, #bbc5cc 100%);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.banner .owl-dot.active {
	width: 18px;
	background: #2dcd73;
	background: -moz-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: -webkit-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: linear-gradient(to right, #2dcd73 0%, #31acce 100%);
}
.b-caption {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	transform: translate(42%, -50%);
	text-align: left;
	width: 34%;
	color: #24323d;
}
.b-caption h1 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.b-caption h1 span {
	color: #2dcd73;
}
.b-caption ul {
	float: left;
	width: 100%;
}
.b-caption ul li {
	float: left;
	width: 100%;
	margin-bottom: 7px;
}
.b-caption ul li i {
	float: left;
	background: #09539f;
	background: -moz-linear-gradient(left, #09539f 0%, #30a4c1 100%);
	background: -webkit-linear-gradient(left, #09539f 0%, #30a4c1 100%);
	background: linear-gradient(to right, #09539f 0%, #30a4c1 100%);
	color: #fff;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 5px;
	font-size: 15px;
}
.b-caption ul li span {
	float: left;
	font-size: 19px;
	padding-left: 10px;
}
/*end*/

/*about*/
.about {
	padding: 45px 0px;
}
.about h1 {
	float: left;
	width: 65%;
	font-size: 45px;
	font-weight: 700;
	padding-left: 30px;
	padding-top: 10px;
}
.about h1 span {
	display: block;
	font-size: 19px;
	color: #2dcd73;
	margin-top: 10px;
	font-weight: 400;
	line-height: 24px;
}
.about p {
	color: #6f7c8c;
}
.a-pulse {
	float: left;
	background-image: url(../img/h-icon-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 59px;
}
.a-pulse span {
	float: left;
	padding: 17px 11px 11px 11px;
	display: block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(80,186,214, 0.4);
	animation: pulseani 2s infinite;
}
/*.a-pulse:hover {
  animation: none;
}*/

@-webkit-keyframes pulseani {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(80,186,214, 0.4);
}
 70% {
 -webkit-box-shadow: 0 0 0 10px rgba(80,186,214, 0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(80,186,214, 0);
}
}
@keyframes pulseani {
 0% {
 -moz-box-shadow: 0 0 0 0 rgba(80,186,214, 0.4);
 box-shadow: 0 0 0 0 rgba(80,186,214, 0.4);
}
 70% {
 -moz-box-shadow: 0 0 0 10px rgba(80,186,214, 0);
 box-shadow: 0 0 0 10px rgba(80,186,214, 0);
}
 100% {
 -moz-box-shadow: 0 0 0 0 rgba(80,186,214, 0);
 box-shadow: 0 0 0 0 rgba(80,186,214, 0);
}
}
/*end*/

/*why*/
.heading {
	float: left;
	width: 100%;
	font-size: 19px;
	color: #2dcd73;
	font-weight: 400;
	line-height: 33px;
	margin-top: 63px;
	margin-bottom: 50px;
}
.heading span {
	display: block;
	font-size: 45px;
	font-weight: 700;
	color: #24323d;
}
.why {
	background: #f4f9fc;
	padding-bottom: 70px;
}
.why-grid {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin-top: 0px;
}
.why-type {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	-moz-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
}
.why-type h3 {
	background: #09539f;
	background: -moz-linear-gradient(left, #09539f 0%, #0ea7c8 100%);
	background: -webkit-linear-gradient(left, #09539f 0%, #0ea7c8 100%);
	background: linear-gradient(to right, #09539f 0%, #0ea7c8 100%);
	color: #fff;
	font-size: 24px;
	padding: 20px 30px;
}
.why-type h3 span {
	line-height: 80px;
}
.why-type h3 img {
	float: right;
}
.why-type p {
	padding: 22px 30px;
	color: #6f7c8c;
}
/*end*/

/*book*/
.book-h {
	background: #09539f;
	background: -moz-linear-gradient(left, #09539f 0%, #0ea7c8 100%);
	background: -webkit-linear-gradient(left, #09539f 0%, #0ea7c8 100%);
	background: linear-gradient(to right, #09539f 0%, #0ea7c8 100%);
	color: #fff;
	padding: 50px 0px 80px 0px;
}
.book-h .heading {
	margin: 0px;
}
.book-h .heading span {
	color: #fff;
}
.book-h a {
	float: right;
	background: #fff;
	color: #0a5ea4;
	border-radius: 50px;
	padding: 10px 30px;
	margin: 1px 0px 6px 0px;
}
.book-h a:hover {
	background: #aee9f9;
}
.book {
	margin-top: -45px;
}
.b-form {
	float: left;
	width: 100%;
	-webkit-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	-moz-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.b-form form {
	float: left;
	width: 75%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	padding: 50px 30px;
}
.b-form form label {
	float: left;
	width: 100%;
	position: relative;
}
.b-form form label:focus span {
	color: #2dcd73;
}
.b-form form label i {
	color: #2dcd73;
	position: absolute;
	bottom: 10px;
	font-size: 54px;
}
.b-form form label input, .b-form form label select {
	float: left;
	width: 100%;
	font-size: 23px;
	padding-left: 60px;
	padding: 2px 10px 10px 60px;
}
.b-form form label span {
	padding-left: 60px;
}
.b-form form label button {
	font-size: 20px;
	padding: 11px 36px;
}
.b-form .book-img {
	float: left;
	width: 25%;
}
/*end*/

/*courses*/
.courses {
	padding-bottom: 70px;
}
.courses .heading {
	margin-bottom: 45px;
}
.c-wrap {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin-top: 0px;
}
.c-type {
	float: left;
	width: 100%;
	background: #09539f;
	background: -moz-linear-gradient(left, #09539f 0%, #0ea7c8 100%);
	background: -webkit-linear-gradient(left, #09539f 0%, #0ea7c8 100%);
	background: linear-gradient(to right, #09539f 0%, #0ea7c8 100%);
	color: #fff;
	-webkit-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	-moz-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	border-radius: 10px;
	padding: 35px 35px;
}
.c-type:last-child {
	background: #2dcd73;
	background: -moz-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: -webkit-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: linear-gradient(to right, #2dcd73 0%, #31acce 100%);
}
.c-type:last-child .c-type-content h4::after {
	background: #0a5ea4;
}
.c-type-i i {
	float: left;
	font-size: 75px;
}
.c-type-i span {
	float: right;
	font-size: 63px;
	font-weight: 700;
	color: rgba(255,255,255,0.3);
	line-height: 70px;
}
.c-type-content {
	float: left;
	width: 100%;
	margin-top: 14px;
}
.c-type-content h4 {
	float: left;
	width: 100%;
	font-size: 28px;
}
.c-type-content h4::after {
	content: "";
	background: #2dcd73;
	width: 60px;
	height: 2px;
	display: block;
	margin-top: 10px;
}
.c-type-content p {
	color: rgba(255,255,255,0.55);
	margin-bottom: 0px;
	margin-top: 20px;
}
/*end*/

/*faculty*/
.faculty {
	background: #f4f9fc;
	padding-bottom: 70px;
}
.f-slider {
	float: left;
	width: 100%;
}
.f-slider .owl-stage-outer {
	padding: 0px 0px 30px 0px !important;
}
.f-slider .f-type {
	float: left;
	width: 100%;
	-webkit-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	-moz-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	border-radius: 10px;
	overflow: hidden;
}
.f-t-img {
	float: left;
	width: 100%;
}
.f-t-img img {
	float: left;
	width: 100%;
}
.f-t-content {
	float: left;
	width: 100%;
	padding: 20px 30px 40px 30px;
}
.f-t-content h5 {
	float: left;
	width: 100%;
	font-size: 21px;
	margin: 0px 0px 15px 0px;
}
.f-t-content h5 span {
	float: left;
	width: 100%;
	color: #2dcd73;
	font-size: 16px;
}
.f-t-content p {
	color: #6f7c8c;
}
.f-t-content a {
	border-bottom: 2px #2dcd73 solid;
}
.f-slider .owl-dots {
	float: none;
	position: absolute;
	left: 0;
	right: 0;
	display: table !important;
	margin: 0 auto;
}
.f-slider .owl-dot {
	background: none;
	width: 9px;
	height: 9px;
	border-radius: 50px;
	border: none;
	display: inline-block;
	margin: 0px 4px;
	background: #bbc5cc;
	background: -moz-linear-gradient(left, #bbc5cc 0%, #bbc5cc 100%);
	background: -webkit-linear-gradient(left, #bbc5cc 0%, #bbc5cc 100%);
	background: linear-gradient(to right, #bbc5cc 0%, #bbc5cc 100%);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.f-slider .owl-dot.active {
	width: 16px;
	background: #2dcd73;
	background: -moz-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: -webkit-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: linear-gradient(to right, #2dcd73 0%, #31acce 100%);
}
/*end*/

/*footer*/
footer {
	background-color: #13232f;
	background-image: url(../img/f-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	color: #7694aa;
}
.f-types {
	float: left;
	width: 33%;
}
.f-types h6 {
	float: left;
	width: 100%;
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 60px;
}
.f-contact {
	float: left;
	width: 100%;
	margin-top: 7px;
}
.f-contact li {
	float: left;
	width: 100%;
	margin-bottom: 9px;
}
.f-contact li i {
	float: left;
	color: #2dcd73;
	font-size: 20px;
	text-align: center;
}
.f-contact li span {
	float: left;
	width: 90%;
	padding-left: 9px;
}
.f-social {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.f-social li {
	float: left;
	margin-right: 10px;
}
.f-social li a {
	float: left;
	background: #7694aa;
	color: #13232f;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	font-size: 24px;
	text-align: center;
	padding-top: 3px;
}
.f-social li a:hover {
	background: #fff;
}
.f-link {
	float: left;
	width: 50%;
}
.f-link li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.f-link li a {
	float: left;
	color: #7694aa;
}
.f-link li a:hover {
	color: #fff;
}
.f-types form {
	float: left;
	width: 100%;
	position: relative;
}
.f-types form input {
	float: left;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 50px;
	padding: 13px 22px;
}
.f-types form button {
	position: absolute;
	right: 3px;
	top: 3px;
}
.copy {
	text-align: center;
	margin: 61px 0px 15px 0px;
	font-size: 14px;
}
#top {
	padding: 5px 10px;
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 5px;
	display: none;
	z-index: 3;
	font-size: 20px;
	right: 20px;
	background: #2dcd73;
	background: -moz-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: -webkit-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: linear-gradient(to right, #2dcd73 0%, #31acce 100%);
	border-radius: 50%;
}
/*end*/

/*i-banner*/
.i-banner {
	position: relative;
	background-color: #fff;
	background-image: url(../img/i-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 160px 0px 30px 0px;
}
.i-banner h1 {
	float: left;
	width: 100%;
	font-size: 45px;
	color: #24323d;
	font-weight: 700;
	line-height: 73px;
}
.i-banner h1 span {
	display: block;
	font-size: 19px;
	font-weight: 400;
	padding-top: 0px;
	color: #2dcd73;
	line-height: 13px;
	padding-bottom: 12px;
}
.i-banner ul {
	float: right;
	font-size: 15px;
	line-height: 75px;
}
.i-banner ul li {
	float: left;
	color: #777;
}
.i-banner ul li::after {
	content: '|';
	margin: 0px 6px;
	font-size: 13px;
	top: 0px;
	position: relative;
}
.i-banner ul li:last-child::after {
	display: none;
}
.i-banner ul li a {
	color: #1090d8;
}
.i-banner ul li a:hover {
	text-decoration: underline;
}
/*end*/

/*page*/
.page {
	margin-bottom: 50px;
}
.page p {
	color: #6f7c8c;
}
.i-heading {
	float: left;
	width: 100%;
	font-size: 27px;
	margin: 50px 0px 10px 0px;
	font-weight: 700;
}
.i-heading span {
	color: #2dcd73;
	font-size: 16px;
	display: block;
}
.i-img {
	float: left;
	width: 100%;
	-webkit-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	-moz-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 53px;
	background: #fff;
	padding: 4px;
}
.ul-types {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 6px;
	margin-top: 0px;
}
.ul-types li {
	float: left;
	width: 100%;
}
.ul-types li i {
	float: left;
	width: 16px;
	color: #1090d8;
	margin-top: 3px;
	text-align: center;
	font-size: 19px;
}
.ul-types li span {
	float: left;
	width: 90%;
	margin-left: 10px;
}
.m-wrap {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.m-type {
	float: left;
	width: 100%;
	color: #fff;
	-webkit-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	-moz-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 22px 40px 22px 20px;
}
.m-type:nth-child(1) {
	background: #09539f;
	background: -moz-linear-gradient(left, #09539f 0%, #0ea7c8 100%);
	background: -webkit-linear-gradient(left, #09539f 0%, #0ea7c8 100%);
	background: linear-gradient(to right, #09539f 0%, #0ea7c8 100%);
}
.m-type:nth-child(2) {
	background: #2dcd73;
	background: -moz-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: -webkit-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: linear-gradient(to right, #2dcd73 0%, #31acce 100%);
}
.m-type:nth-child(3) .m-type-content h3 {
	color: #24323d;
}
.m-type:nth-child(3) .m-type-content p {
	color: #6f7c8c;
}
.m-type-i {
	float: left;
	width: 14%;
	text-align: center;
}
.m-type-content {
	float: left;
	width: 86%;
}
.m-type-content h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	float: left;
	width: 100%;
}
.m-type-content p {
	color: rgba(255,255,255,0.55);
	margin-bottom: 0px;
	margin-top: 6px;
}
.i-form-bg {
	background: #f4f9fc;
	padding-bottom: 80px;
	margin-top: 35px;
}
.i-form {
	float: left;
	width: 100%;
	-webkit-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	-moz-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	margin-top: 17px;
}
.i-form form {
	float: left;
	width: 100%;
	padding: 35px 30px 25px 40px;
}
.i-form form label {
	float: left;
	width: 50%;
	position: relative;
	padding-right: 30px;
	margin-bottom: 25px;
}
.i-form form label:nth-child(2n+2) {
}
.i-form form label:nth-child(5) {
	width: 100%;
}
.i-form form label:focus span {
	color: #2dcd73;
}
.i-form form label i {
	color: #2dcd73;
	position: absolute;
	bottom: 10px;
	font-size: 54px;
	top: 4px;
}
.i-form form label input, .i-form form label select, .i-form form label textarea {
	float: left;
	width: 100%;
	font-size: 23px;
	padding-left: 60px;
	padding: 2px 10px 10px 60px;
}
.i-form form label span {
	padding-left: 60px;
}
.i-form form label button {
	font-size: 20px;
	padding: 11px 36px;
}
.contact {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-top: 55px;
	margin-bottom: 20px;
}
.con-type {
	float: left;
	width: 100%;
	text-align: center;
	background: #09539f;
	background: -moz-linear-gradient(left, #09539f 0%, #0ea7c8 100%);
	background: -webkit-linear-gradient(left, #09539f 0%, #0ea7c8 100%);
	background: linear-gradient(to right, #09539f 0%, #0ea7c8 100%);
	color: #fff;
	-webkit-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	-moz-box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	box-shadow: 5px 5px 26px 0px rgba(133,180,246,0.4);
	border-radius: 10px;
	padding: 25px 25px;
}
.con-type i {
	font-size: 51px;
}
.con-type h3 {
	font-size: 21px;
	margin: 10px 0px;
	font-weight: 700;
}
.con-type p {
	margin-bottom: 0px;
	color: rgba(255,255,255,0.55);
}
#accordion {
	float: left;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 30px;
}
#accordion .card-header::after {
	font-family: 'LineAwesome';
	content: "\f28e";
	float: right;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	background: #2dcd73;
	background: -moz-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: -webkit-linear-gradient(left, #2dcd73 0%, #31acce 100%);
	background: linear-gradient(to right, #2dcd73 0%, #31acce 100%);
	position: absolute;
	right: -11px;
}
#accordion .card-header.collapsed:after {
	content: "\f2c2";
}
#accordion .card-header {
	cursor: pointer;
}
#accordion .card-header {
	cursor: pointer;
	position: relative;
}
.gallery {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	margin-top: 55px;
}
.gallery li {
	float: left;
	width: 100%;
}
.gallery li a:hover span {
	opacity: 1;
}
.gallery li a:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.gallery li a {
	float: left;
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.gallery li a span {
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.55);
	z-index: 1;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.gallery li a span b {
	color: #fff;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	font-size: 22px;
	left: 50%;
	font-weight: normal;
	text-align: center;
	line-height: 28px;
}
.gallery li a span i {
	color: #fff;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	font-size: 30px;
	left: 50%;
}
.gallery li a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.gallery li p {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 8px;
	color: #000;
	margin-bottom: 0px;
}
.p-line {
	float: left;
	width: 100%;
	border-top: 2px #e3e3e3 dashed;
	height: 2px;
	margin-top: 50px;
}
.mr-30 {
	margin-top: 55px;
}
.mr-20 {
	margin-top: 25px;
}
/*end*/
