/*-- this is for webpage restae page desigm --*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #142440;
	font-family: "Poppins", sans-serif;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #142440;
	transition: 0.4s;
}

a:hover {
	text-decoration: none;
	color: #142440;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

body {
	position: relative;
	font-family: "Roboto", sans-serif;
}

p {
	margin: 0;
	padding: 0;
	color: #6f7484;
	font-family: "Poppins", sans-serif;
}


/*-- this is for typography --*/

h1,
h2,
h3,
h4,
h5,
h6 {
	/* color: #142440; */
	color: #002366;
	font-family: "Poppins", sans-serif;
}

.pst {
	position: static !important;
}

.psr {
	position: relative !important;
}

.section_title h4 {
	font-weight: 600;
	font-size: 25px;
	position: relative;
	padding-bottom: 15px;
}

/* .section_title h4:after {
	position: absolute;
	height: 2px;
	width: 40px;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #ddd;
} */

.section_title p {
	font-size: 15px;
	margin: 0 auto;
	/* margin-top: 20px; */
}

#sub_banar {
	padding: 150px 0px 80px;
	width: 100%;
	background: url(../img/banar/sub.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}

#sub_banar:after {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

#sub_banar .sub_banar_content h3 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
}

#sub_banar .sub_banar_content p {
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}

#sub_banar .sub_banar_content p a {
	color: #fff;
	font-weight: 600;
	margin-right: 10px;
	color: #25AAE1;
}

#sub_banar .sub_banar_content p .fal {
	margin-right: 8px;
}


/*-- start main css here --*/


/*-- start header top css --*/

.pl0 {
	padding-left: 0px;
}

.pr0 {
	padding-right: 0px;
}

.white {
	color: #fff;
}

.bg_white {
	background: #fff !important;
	color: #142440 !important;
}

.facebook {
	background: #3b5999;
	color: #fff;
}

.google {
	background: #dd4b39;
	color: #fff;
}

#menu_rea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99999999;
	background: rgba(0, 0, 0, 0.7);
	box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.6);
}

#menu_rea .menu_area_main_container {
	padding: 0px 100px;
}

#menu_rea .heder_logo a img {
	margin: 0 auto;
	display: table;
}

#menu_rea .menu_area_menu ul li {
	display: inline-block;
	position: relative;
}

#menu_rea .menu_area_menu ul li a {
	color: #fff;
	display: block;
	padding: 30px 15px;
	text-transform: uppercase;
	font-size: 13px;
}

#menu_rea .menu_area_menu ul li a:hover {
	color: #25AAE1;
}

#menu_rea .menu_area_menu ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	background: #fff;
	display: none;
	opacity: 0;
}

#menu_rea .menu_area_menu ul li ul li {
	display: block;
}

#menu_rea .menu_area_menu ul li ul li a {
	color: #142440;
	text-align: left;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 13px;
}

#menu_rea .menu_area_menu ul li ul li a:hover {
	background: #25AAE1;
	color: #fff;
}

#menu_rea .menu_area_menu ul li:hover ul {
	display: block;
	opacity: 1;
}

#menu_rea .menu_area_menu ul li:hover>a {
	color: #25AAE1;
}

#menu_rea .menu_area_menu ul .active>a {
	color: #25AAE1;
}

#menu_rea .menu_area_menu_right a {
	background: #25AAE1;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 5px;
	word-spacing: 2px!important;
}

#menu_rea .menu_area_menu_right a i{
	margin-right: 5px;
}

#menu_rea .menu_area_menu_right a:hover {
	background: #9C3A59;
}

#banar {
	height: 100vh;
	width: 100%;
}

#banar .banar_slider_active .owl-dots {
	position: absolute;
	top: 50%;
	right: 30px;
}

#banar .banar_slider_active .owl-dots .owl-dot {
	height: 15px;
	width: 15px;
	display: block;
	background: rgba(255, 255, 255, 0.192);
	border-radius: 50%;
	margin-right: 10px;
	transition: 0.4s;
	margin-bottom: 10px;
}

#banar .banar_slider_active .owl-dots .active {
	background: #25AAE1;
}

#banar .banar_slider_active .banar_slider_item .banar_table {
	height: 100vh;
	width: 100%;
	display: table;
}

#banar .banar_slider_active .banar_slider_item .banar_table .banar_table_cell {
	display: table-cell;
	vertical-align: bottom;
}

#banar .banar_slider_active .banar_slider_item .banar_table .banar_table_cell .banar_content h1 {
	color: #fff;
	font-weight: 700;
	font-size: 65px;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#banar .banar_slider_active .banar_slider_item .banar_table .banar_table_cell .banar_content p {
	color: #fff;
	width: 60%;
	font-size: 20px;
	line-height: 26px;
	margin: 0 auto;
	animation-delay: 0.4s;
}

#banar .banar_slider_active .banar_slider_item .banar_table .banar_table_cell .banar_content a {
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 60px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 20px;
	margin-top: 20px;
	animation-delay: 0.8s;
	position: relative;
	top: -100px;
}

#banar .banar_slider_active .banar_slider_item .banar_table .banar_table_cell .banar_content a:hover {
	background: #65A247;
}

#banar .banar_slider_active .banar_slider_item .banar_table .banar_table_cell .banar_content .banar_sp {
	background: #9C3A59;
	margin-left: 20px;
	animation-delay: 1.2s;
}

#wht_we_do {
	padding: 100px 0px;
	background: #fff;
}

#wht_we_do .what_we_title h5 {
	color: #25AAE1;
	font-size: 18px;
	margin-bottom: 20px;
}

#wht_we_do .what_we_title h3 {
	color: #142440;
	font-weight: 600;
	font-size: 25px;
}

#wht_we_do .what_we_title a {
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 60px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 20px;
	animation-delay: 0.8s;
}

#wht_we_do .what_we_title a:hover {
	background: #65A247;
}

#wht_we_do .wht_we_do_item h3 {
	font-weight: 600;
	font-size: 18px;
	margin-top: 20px;
}

#wht_we_do .wht_we_do_item p {
	font-size: 15px;
	margin-top: 8px;
}

#wht_we_do .wht_we_do_item a {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
	text-transform: capitalize;
}

#wht_we_do .wht_we_do_item a:hover {
	color: #65A247;
}

#wht_we_do .wht_we_do_item a .fas {
	margin-right: 5px;
}

#home-about {
	/* background: linear-gradient(to top, #ffffff, #e8f5fe 52%, #ffffff); */
	background: url(../img/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.about_overlay {
    background: rgba(0, 0, 0, 0.7);
	padding: 82px 0px 82px
}

#home-about .about_us_content h2 {
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 10px;
	color: #d2d7e0;
}

#home-about .about_us_content h2 span {
	color: #25AAE1;
}

#home-about .about_us_content h4 {
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

#home-about .about_us_content p {
	font-size: 15px;
	padding-right: 30px;
	margin-bottom: 20px;
	line-height: 25px;
	color: #d2d7e0;
}

#home-about .about_us_content a {
	/* background: #25AAE1; */
	color: #25AAE1;
	/* display: inline-block;
	padding: 8px 35px; */
	font-weight: 600;
	font-size: 14px;
	/* border-radius: 30px;
	margin-top: 10px;
	animation-delay: 0.8s; */
}

#home-about .about_us_content a .fas {
	margin-left: 5px;
}

#home-about .about_us_content a:hover {
	/* background: #65A247; */
}

#feater {
	background: url(../img/2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.feater_overlay {
	background: rgba(0, 0, 0, 0.7);
		padding: 150px 0px;
}

#feater .feater_content h2 {
	color: #ffffff;
	//text-transform: capitalize;
	font-size: 40px;
	margin-bottom: 20px;
}

#feater .feater_content p {
	color: #25AAE1;
	font-size: 14px;
	width: 60%;
	margin: 0 auto;
}

#feater .feater_content a {
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 60px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 20px;
	animation-delay: 0.8s;
}

#feater .feater_content a:hover {
	background: #65A247;
}

/*recent event home start*/
#recent_event_home {
	padding: 100px 0px 0px;
	background: #fff;
}

#recent_event_home .recent_event_title h3 span{
		color:#25AAE1;
}

#recent_event_home .recent_event_title h3 {
	font-size: 35px;
	position: relative;
	padding-bottom: 15px;
	font-weight: bold;
}

#recent_event_home .recent_event_title p{
		font-size: 14px;
		width: 70%;
		margin: 0 auto;
		line-height: 26px;
}


#recent_event_home .recent_event_container {
	margin-top: 50px;
}

#recent_event_home .recent_event_container .recent_event_item {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
	padding: 20px!important;
	border-radius: 10px;
}

#recent_event_home .recent_event_container .recent_event_item .recent_event_content {
	padding: 20px 20px;
}

#recent_event_home .recent_event_container .recent_event_item .recent_event_content h4 {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

#recent_event_home .recent_event_container .recent_event_item .recent_event_content p {
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
}

#recent_event_home .recent_event_container .recent_event_item .recent_event_content a {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
	text-transform: capitalize;
}

#recent_event_home .recent_event_container .recent_event_item .recent_event_content a:hover {
	color: #65A247;
}

#recent_event_home .recent_event_container .recent_event_item .recent_event_content a .fas {
	margin-right: 5px;
}

/*recent_event part start*/
#recent_event {
	padding: 100px 0px 0px;
	background: #fff;
}

#recent_event .recent_event_title h3 span{
		color:#25AAE1;
}

#recent_event .recent_event_title h3 {
	font-size: 35px;
	position: relative;
	padding-bottom: 15px;
	font-weight: bold;
}

#recent_event .recent_event_title p{
		font-size: 14px;
		width: 70%;
		margin: 0 auto;
		line-height: 26px;
}

#recent_event .recent_event_container {
	margin-top: 50px;
}

#recent_event .recent_event_container .recent_event_item {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

#recent_event .recent_event_container .recent_event_item .recent_event_content {
	padding: 20px 20px;
}

#recent_event .recent_event_container .recent_event_item .recent_event_content h4 {
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}

#recent_event .recent_event_container .recent_event_item .recent_event_content p {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

#recent_event .recent_event_container .recent_event_item .recent_event_content a {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
	text-transform: capitalize;
}

#recent_event .recent_event_container .recent_event_item .recent_event_content a:hover {
	color: #65A247;
}

#recent_event .recent_event_container .recent_event_item .recent_event_content a .fas {
	margin-right: 5px;
}

.upcoming_event_slider_active .recent_event_item {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.upcoming_event_slider_active .recent_event_item .recent_event_content {
	padding: 20px 20px;
}

.upcoming_event_slider_active .recent_event_item .recent_event_content h4 {
	font-weight: 600;
	font-size: 17px;
}

.upcoming_event_slider_active .recent_event_item .recent_event_content p {
	font-size: 14px;
	margin-top: 10px;
}

.upcoming_event_slider_active .recent_event_item .recent_event_content a {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
	text-transform: capitalize;
}

.upcoming_event_slider_active .recent_event_item .recent_event_content a:hover {
	color: #65A247;
}

.upcoming_event_slider_active .recent_event_item .recent_event_content a .fas {
	margin-right: 5px;
}

#counter {
	padding: 100px 0px;
	background: url(../img/counter.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#counter .couner_content h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-align:center;
}

#counter .couner_content p {
	color: rgba(255, 255, 255, 0.726);
	margin-top: 20px;
	font-size: 14px;
	line-height: 25px;
	text-align:center;
}

#counter .couner_content a {
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 60px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 20px;
	animation-delay: 0.8s;
}

#counter .couner_content a:hover {
	background: #65A247;
}

#counter .couner_content .counter_item {
	margin-top: 50px;
}

#counter .couner_content .counter_item .fal {
	color: #25AAE1;
	font-size: 40px;
}

#counter .couner_content .counter_item h3 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	margin-top: 20px;
}

#counter .couner_content .counter_item h4 {
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}

#join_us {
	padding: 100px 0px;
	background: linear-gradient(to top, #ffffff, #e8f5fe 52%, #ffffff);
}

#join_us .join_us_content h5 {
	font-weight: 600;
	font-size: 20px;
}

#join_us .join_us_content h2 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 30px;
	margin-top: 10px;
}

#join_us .join_us_content p {
	font-size: 16px;
	margin-top: 10px;
}

#join_us .join_us_content a {
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 60px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 20px;
	animation-delay: 0.8s;
}

#join_us .join_us_content a:hover {
	background: #65A247;
}

#blog {
	padding: 50px 0px;
	background: #fff;
}

#blog .blog_title h3 {
	font-weight: 600;
	font-size: 35px;
	position: relative;
	padding-bottom: 15px;
	color: #25AAE1;
}

#blog .blog_title h3 span{
	color:#000
}

#blog .blog_container {
	margin-top: 40px;
}

#blog .blog_container .blog_item{
		padding: 15px 15px!important;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		margin-bottom: 20px;
		min-height:430px;
}

#blog .blog_container .blog_item img {
	width: 100%;
	min-height: 250px;
}

#blog .blog_container .blog_item a h4.blog_title {
	color: #333;
	margin-top: 15px;
	font-weight: 700;
	font-size: 15px;
}

#blog .blog_container .blog_item h5 {
	color: #666;
	margin-top: 5px;
	font-size: 11px;
}

#blog .blog_container .blog_item a.cus_btn {
	font-weight: 600;
	font-size: 13px;
	margin-top: 17px;
	display: inline-block;
	background-color: #25AAE1;
	color: #fff;
	transition: linear all 0.5s;
}
#blog .blog_container .blog_item a.cus_btn:hover{
		background: #65A247;
		color: #fff;
}

#blog .blog_container .blog_item a.cus_btn i{
		margin-right:2px;
}

#blog .blog_container .blog_item a:hover {
	color: #25AAE1;
}

#blog .blog_container .blog_item p {
	font-size: 14px;
	margin-top: 15px;
	text-align: justify;
}

#blog .blog_container .news_more_btn {
	margin-top: 50px;
}

#blog .blog_container .news_more_btn a {
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 60px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 20px;
	animation-delay: 0.8s;
}

#blog .blog_container .news_more_btn a:hover {
	background: #65A247;
}

#partner {
	/* padding: 0px 0px 80px 0px;*/
	background-color: #fff; 
	padding: 50px 0px 70px;
}

#partner .partner_title h3 {
	font-weight: 600;
	font-size: 35px;
	position: relative;
	padding-bottom: 15px;
	text-align: left;
}
#partner .partner_title h3:after {
	content: "";
    width: 5.5%;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 10;
    border-top-color: #25AAE1;
    border-top-width: 5px;
}
#partner .partner_title h3 span{
	color: #25AAE1;
}

#partner .partner_container {
	margin-top: 20px;
}

#partner .partner_container .partner_slider_active .partner_slider_item img {
	width: auto !important;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
}

#footer_top {
	padding: 100px 0px;
	/* background: #25AAE1; */
	background: #002366;
}

#footer_top .footer_link .footer_link_item h4 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
	color: #fff;
}

#footer_top .footer_link .footer_link_item h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background: #ddd;
	height: 2px;
	width: 40px;
}

#footer_top .footer_link .footer_link_item ul li {
	margin-bottom: 5px;
}

#footer_top .footer_link .footer_link_item ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

#footer_top .footer_link .footer_link_item ul li a:hover {
	color: #fff;
}

#footer_top .footer_sub h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
	color: #fff;
}

#footer_top .footer_sub h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background: #ddd;
	height: 2px;
	width: 40px;
}

#footer_top .footer_sub p {
	margin-bottom: 20px;
	color: #fff;
}

#footer_top .footer_sub .subscribe_box {
	position: relative;
}

#footer_top .footer_sub .subscribe_box input {
	width: 100%;
	background: #fff;
	border: none;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 15px;
}

#footer_top .footer_sub .subscribe_box button {
	position: absolute;
	top: 0;
	right: 0;
	background: #65A247;
	border: none;
	height: 100%;
	padding: 0px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	transition: 0.4s;
}

#footer_top .footer_sub .subscribe_box button:hover {
	background: #65A247;
}

#footer_bottom {
	padding: 20px 0px;
	background: #fff;
}

#footer_bottom .footer_cop p {
	font-weight: 500;
	color: #142440;
	font-size: 12px;
	margin-top: 8px;
}

#footer_bottom .footer_copy_link ul li {
	display: inline-block;
}

#footer_bottom .footer_copy_link ul li a {
	font-weight: 600;
	font-size: 14px;
	margin-left: 10px;
}

#footer_bottom .footer_copy_link ul li a:hover {
	color: #25AAE1;
	text-decoration: underline;
}


/*-- about page --*/

#mission_vission {
	padding: 100px 0px;
	background: #fff;
}

#mission_vission .mission_vission_title h3 {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 35px;
}

#mission_vission .mission_vission_title h3 span{
	color:#25AAE1;
}

#mission_vission .mission_vission_title p {
	font-size: 15px;
	width: 60%;
	margin: 0 auto;
	line-height: 24px;
}

#mission_vission .mission_vission_main_container {
	margin-top: 50px;
}

#mission_vission .mission_vission_main_container .mission_vission_main_item {
	padding: 0px 0px;
}

#mission_vission .mission_vission_main_container .mission_vission_main_item h3 {
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

#mission_vission .mission_vission_main_container .mission_vission_main_item p {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 10px;
	text-align: justify;
}


#service_feater {
	padding: 100px 0px;
	background: url(../img/about/5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}

#service_feater:after {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

#service_feater .service_feater_title h3 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 10px;
}

#service_feater .service_feater_title h5 {
	font-weight: 600;
	font-size: 15px;
	color: #25AAE1;
}

#service_feater .service_feater_title p {
	font-size: 14px;
	margin-top: 20px;
	color: #fff;
}

#service_feater .service_feater_title a {
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 40px;
	margin-top: 20px;
	font-weight: 600;
	font-size: 15px;
	border-radius: 2px;
}

#service_feater .service_feater_title a:hover {
	background: #fff;
	color: #142440;
}

#service_feater .service_feater_main_content {
	padding-left: 70px;
}

#service_feater .service_feater_main_content .service_feater_main_content_item {
	margin-bottom: 40px;
}

#service_feater .service_feater_main_content .service_feater_main_content_item .service_feater_main_content_item_icon span {
	color: #fff;
	font-size: 20px;
	position: relative;
	height: 50px;
	width: 50px;
	display: block;
	background: #25AAE1;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}

#service_feater .service_feater_main_content .service_feater_main_content_item .service_feater_main_content_item_content {
	padding-left: 30px;
}

#service_feater .service_feater_main_content .service_feater_main_content_item .service_feater_main_content_item_content h4 {
	color: #25AAE1;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}

#service_feater .service_feater_main_content .service_feater_main_content_item .service_feater_main_content_item_content p {
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	line-height: 25px;
}

#about_page_feater {
	padding: 100px 0px;
	background: #fff;
}

#about_page_feater .about_page_feater_content {
	padding-left: 50px;
}

#about_page_feater .about_page_feater_content h3 {
	font-weight: 600;
	margin-bottom: 15px;
}

#about_page_feater .about_page_feater_content h3 span {
	color: #25AAE1;
}

#about_page_feater .about_page_feater_content h5 {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 20px;
}

#about_page_feater .about_page_feater_content p {
	font-size: 14px;
	line-height: 26px;
}

#about_page_feater .about_page_feater_content ul {
	margin-top: 20px;
}

#about_page_feater .about_page_feater_content ul li {
	margin-bottom: 5px;
}

#about_page_feater .about_page_feater_content ul li .fal {
	margin-right: 5px;
	color: #25AAE1;
}

#about_page_feater .about_page_feater_content a {
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 40px;
	margin-top: 20px;
	font-weight: 600;
	font-size: 15px;
	border-radius: 2px;
}

#about_page_feater .about_page_feater_content a:hover {
	background: #65A247;
	color: #fff;
}

#upcoming_event {
	padding: 80px 0px;
	background: #fff;
}

#upcoming_event .upcoming_event_title h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}

#upcoming_event .upcoming_event_title p {
	font-size: 14px;
	width: 50%;
	margin: 0 auto;
}

#upcoming_event .upcoming_event_main_container {
	margin-top: 70px;
}

#upcoming_event .upcoming_event_main_container .upcoming_event_slider_item {
	min-height: 400px;
}

#upcoming_event .upcoming_event_main_container .upcoming_event_slider_item .upcoming_event_slider_item_image {
	position: relative;
}

#upcoming_event .upcoming_event_main_container .upcoming_event_slider_item .upcoming_event_slider_item_image .event_count_1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	text-align: center;
	height: 30%;
	line-height: 170px;
	text-align: center;
	font-size: 17px;
	color: #25AAE1;
}

#upcoming_event .upcoming_event_main_container .upcoming_event_slider_item .upcoming_event_slider_item_image .event_count_1 .count_info {
	color: #fff;
}

#upcoming_event .upcoming_event_main_container .upcoming_event_slider_item .upcoming_event_slider_item_content h4 {
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
}

#upcoming_event .upcoming_event_main_container .upcoming_event_slider_item .upcoming_event_slider_item_content p {
	font-size: 13px;
	margin-top: 4px;
}

#past_event {
	padding: 80px 0px 80px;
	background: #f7f7f7;
}

#past_event .upcoming_event_title h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}

#past_event .upcoming_event_title p {
	font-size: 14px;
	width: 50%;
	margin: 0 auto;
}

#past_event .upcoming_event_main_container {
	margin-top: 70px;
}

#past_event .upcoming_event_main_container .upcoming_event_slider_item {
	min-height: 400px;
}

#past_event .upcoming_event_main_container .upcoming_event_slider_item .upcoming_event_slider_item_image {
	position: relative;
}

#past_event .upcoming_event_main_container .upcoming_event_slider_item .upcoming_event_slider_item_image .event_count_1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	text-align: center;
	height: 30%;
	line-height: 170px;
	text-align: center;
	font-size: 17px;
	color: #25AAE1;
}

#past_event .upcoming_event_main_container .upcoming_event_slider_item .upcoming_event_slider_item_image .event_count_1 .count_info {
	color: #fff;
}

#past_event .upcoming_event_main_container .upcoming_event_slider_item .upcoming_event_slider_item_content h4 {
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
}

#past_event .upcoming_event_main_container .upcoming_event_slider_item .upcoming_event_slider_item_content p {
	font-size: 13px;
	margin-top: 4px;
}


#service_page_service {
    padding: 50px 0px 70px;
    background: #f7f7f7!important;
}

.service_page_bg{
	background-color: #f7f7f7!important;
}

.service_home_padding{
	padding: 50px 0px 70px!important;
}

#service_page_service .service_page_service_title_home h3 {
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 10px;
}

#service_page_service .service_page_service_title_home h3 span{
	color:#25AAE1;
}

#service_page_service .service_page_service_title h3 {
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 10px;
}

#service_page_service .service_page_service_title h3 span{
		color:#25AAE1;
}

#service_page_service .service_page_service_title p {
	font-size: 14px;
	width: 70%!important;
	margin: 0 auto;
	line-height: 26px;
}

#service_page_service .service_page_service_container {
	margin-top: 50px;
}


#service_page_service .service_page_service_container .service_page_service_item {
	margin-bottom: 30px;
	border:2px solid #f7f7f7;
	padding: 20px 10px;
	background-color: #3c5a9a;
	min-height: 470px;
}

#service_page_service .service_page_service_container .service_page_service_item h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
}

#service_page_service .service_page_service_container .service_page_service_item h3 span {
	margin-right: 5px;
	color: #25AAE1;
	font-size: 30px;
	position: relative;
	top: 5px;
}

#service_page_service .service_page_service_container .service_page_service_item p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

#service_page_service .service_page_service_container .service_page_service_item_home {
	/* margin-bottom: 30px;
	border:2px solid #f7f7f7;
	min-height: 250px;
	position: relative; */
}

#service_page_service .service_page_service_container .service_page_service_item_home h3 {
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #000;
	/* position: absolute;
	bottom: 0px; */
	width: 100%;
	display: block;
	line-height: 30px;
	opacity: 0.7;
}

#service_page_service .service_page_service_container .service_page_service_item_home h3 span {
	margin-right: 5px;
	color: #25AAE1;
	font-size: 30px;
	position: relative;
	top: 5px;
}

#service_page_service .service_page_service_container .service_page_service_item_home p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

#service_feater_service {
	padding: 50px 0px;
	background: #25AAE1;
}

#service_feater_service .service_feater_service_content {
	padding-left: 50px;
}

#service_feater_service .service_feater_service_content h3 {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

#service_feater_service .service_feater_service_content p {
	color: #fff;
	font-size: 14px;
}

#service_page_feater_3 {
	padding: 150px 0px;
	background: url(../img/1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}

#service_page_feater_3:after {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

#service_page_feater_3 .service_page_feater_3_content h3 {
	background: #25AAE1;
	color: #fff;
	width: 40%;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 30px;
	margin: 0 auto;
}

#service_page_feater_3 .service_page_feater_3_content h3 span {
	font-weight: 600;
	font-size: 23px;
}

#service_page_feater_3 .service_page_feater_3_content h2 {
	color: #fff;
	font-weight: 600;
	margin-top: 30px;
}

#service_page_feater_3 .service_page_feater_3_content p {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}

.wedo_part{
		text-align: center;
}

.wedo_part a{
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 60px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 20px;
	margin-top: 10px;
	animation-delay: 0.8s;
}

.wedo_part a:hover{
	background: #65A247;
	border-radius: 10px;
}

#contact_page_info {
	padding: 100px 0px;
	background: #fff;
}

#contact_page_info .contact_page_info_item {
	padding: 50px 30px 46px 30px;
	border-radius: 15px 0px 15px 0px;
	position: relative;
}

#contact_page_info .contact_page_info_item span {
	position: absolute;
	top: 30px;
	right: 50px;
	font-size: 30px;
	color: #fff;
}

#contact_page_info .contact_page_info_item p {
	color: #fff;
	margin-bottom: 10px;
}

#contact_page_info .contact_page_info_item h3 {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 7px;
	color: #fff;
}

#contact_page_info .contact_page_info_item_1 {
	background: #01cb93;
}

#contact_page_info .contact_page_info_item_2 {
	background: #0170cb;
}

#contact_page_info .contact_page_info_item_3 {
	background: #25AAE1;
}

#contact_page_contact_form {
	padding: 80px 0px 100px 0px;
    background: #f7f7f7!important;
}

#contact_page_contact_form .contact_page_contact_form_form h4 {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 50px;
	position: relative;
}

#contact_page_contact_form .contact_page_contact_form_form h4:after {
	position: absolute;
	height: 3px;
	width: 40px;
	content: "";
	top: 50%;
	left: 0;
	background: #25AAE1;
	transform: translateY(-50%);
}

#contact_page_contact_form .contact_page_contact_form_form form {
	margin-top: 50px;
}

#contact_page_contact_form .contact_page_contact_form_form form input {
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #f7f7f7;
	padding: 10px 0px;
	margin-bottom: 20px;
	font-weight: 600;
	font-style: italic;
	font-size: 14px;
	transition: 0.4s;
}

#contact_page_contact_form .contact_page_contact_form_form form input:focus {
	border-color: #25AAE1;
}

#contact_page_contact_form .contact_page_contact_form_form form textarea {
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #f7f7f7;
	padding: 10px 0px;
	margin-bottom: 20px;
	height: 200px;
	font-weight: 600;
	font-style: italic;
	font-size: 14px;
	transition: 0.4s;
	resize: none;
}

#contact_page_contact_form .contact_page_contact_form_form form textarea:focus {
	border-color: #25AAE1;
}

#contact_page_contact_form .contact_page_contact_form_form form button {
	display: block;
	width: 100%;
	background: #25AAE1;
	color: #fff;
	border: none;
	padding: 13px 0px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	transition: 0.4s;
}

#contact_page_contact_form .contact_page_contact_form_form form .has-error input{
		border-bottom: 1px solid #FF0000;
}

#contact_page_contact_form .contact_page_contact_form_form form .has-error textarea{
		border-bottom: 1px solid #FF0000;
}

#contact_page_contact_form .contact_page_contact_form_form form button:hover {
	background: #65A247;
}

#contact_page_contact_form .contact_page_contact_form_map {
	border: 4px solid #f8f8f8;
}

#contact_page_contact_form .contact_page_contact_form_map iframe {
	height: 500px;
	width: 100%;
}

#blog_page {
	padding: 50px 0px;
	background: #fff;
}

#blog_page .blog_left_side .blog_single_item {
	margin: 30px 0px 30px;
}

#blog_page .blog_left_side .blog_single_item>a {
	color: #142440;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
}

#blog_page .blog_left_side .blog_single_item>a:hover {
	color: #25AAE1;
	text-decoration: underline;
}

#blog_page .blog_left_side .blog_single_item>ul {
	margin-top: 10px;
}

#blog_page .blog_left_side .blog_single_item>ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
}

#blog_page .blog_left_side .blog_single_item>ul li .fal {
	color: #25AAE1;
	margin-right: 5px;
}

#blog_page .blog_left_side .blog_single_item p {
	margin-top: 15px;
	font-size: 14px;
	line-height: 25px;
}

#blog_page .blog_left_side .blog_single_item .blog_item_info {
	margin-top: 20px;
}

#blog_page .blog_left_side .blog_single_item .blog_item_info .blog_item_info_button a {
	background: #f8f8f8;
	display: inline-block;
	padding: 10px 30px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 2px;
}

#blog_page .blog_left_side .blog_single_item .blog_item_info .blog_item_info_button a .fal {
	margin-right: 5px;
}

#blog_page .blog_left_side .blog_single_item .blog_item_info .blog_item_info_button a:hover {
	background: #25AAE1;
	color: #fff;
}

#blog_page .blog_left_side .blog_single_item .blog_item_info .blog_item_info_comment h4 {
	font-weight: 600;
	font-size: 15px;
}

#blog_page .blog_left_side .blog_single_item .blog_item_info .blog_item_info_comment h4 .fas {
	color: #25AAE1;
	margin-right: 5px;
}

#blog_page .blog_left_side .blog_single_item_pagination ul li {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}

#blog_page .blog_left_side .blog_single_item_pagination ul li a {
	display: block;
	padding: 10px 5px;
}

#blog_page .blog_left_side .blog_single_item_pagination ul li a:hover {
	color: #25AAE1;
}

#blog_page .blog_left_side .blog_single_item_pagination ul .active a {
	color: #25AAE1;
}

#blog_page .blog_left_side .blog_details_content img {
	min-height: 520px;
}
#blog_page .blog_left_side .blog_details_content h3 {
	font-weight: 600;
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 10px;
}

#blog_page .blog_left_side .blog_details_content>ul {
	margin-top: 10px;
}

#blog_page .blog_left_side .blog_details_content>ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
}

#blog_page .blog_left_side .blog_details_content>ul li .fal {
	color: #25AAE1;
	margin-right: 5px;
}

#blog_page .blog_left_side .blog_details_content h4 {
	font-weight: 600;
	font-size: 16px;
	margin-top: 20px;
}

#blog_page .blog_left_side .blog_details_content h5 {
	font-weight: 600;
	font-size: 15px;
	margin-top: 20px;
}

#blog_page .blog_left_side .blog_details_content p {
	font-size: 14px;
	margin-top: 20px;
	line-height: 26px;
}

#blog_page .blog_left_side .blog_details_content h2 {
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
}

#blog_page .blog_left_side .blog_details_content .blog_share {
	border-top: 1px solid #f8f8f8;
	padding-top: 20px;
	margin-top: 20px;
}

#blog_page .blog_left_side .blog_details_content .blog_share ul li {
	display: block;
	font-weight: 600;
	font-size: 15px;
}

#blog_page .blog_left_side .blog_details_content .blog_share ul li a {
	font-weight: 400;
	margin-left: 15px;
	font-size: 14px;
	color:blue;
	font-style:italic;
}

#blog_page .blog_left_side .blog_details_content .blog_share ul li a:hover {
	color: #25AAE1;
}

#blog_page .blog_left_side .blog_comment {
	margin-top: 100px;
	background: #f8f8f8;
	padding: 40px;
}

#blog_page .blog_left_side .blog_comment .blog_comment_main .blog_comment_main_image {
	border: 4px solid #ddd;
	border-radius: 50%;
}

#blog_page .blog_left_side .blog_comment .blog_comment_main .blog_comment_main_content h5 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 4px;
}

#blog_page .blog_left_side .blog_comment .blog_comment_main .blog_comment_main_content h6 {
	font-weight: 600;
	font-size: 13px;
}

#blog_page .blog_left_side .blog_comment .blog_comment_main .blog_comment_main_content p {
	font-size: 14px;
	margin-top: 10px;
}

#blog_page .blog_left_side .blog_comment_replay {
	background: #f8f8f8;
	padding: 40px;
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}

#blog_page .blog_left_side .blog_comment_replay .blog_comment_main .blog_comment_main_image {
	border: 4px solid #ddd;
	border-radius: 50%;
}

#blog_page .blog_left_side .blog_comment_replay .blog_comment_main .blog_comment_main_content h5 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 4px;
}

#blog_page .blog_left_side .blog_comment_replay .blog_comment_main .blog_comment_main_content h6 {
	font-weight: 600;
	font-size: 13px;
}

#blog_page .blog_left_side .blog_comment_replay .blog_comment_main .blog_comment_main_content p {
	font-size: 14px;
	margin-top: 10px;
}

#blog_page .blog_left_side .blog_comment_box {
	margin-top: 30px;
}

#blog_page .blog_left_side .blog_comment_box h4 {
	font-weight: 600;
	font-size: 17px;
}

#blog_page .blog_left_side .blog_comment_box form {
	margin-top: 20px;
}

#blog_page .blog_left_side .blog_comment_box form textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 20px;
	height: 150px;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 2px;
}

#blog_page .blog_left_side .blog_comment_box form input {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 2px;
}

#blog_page .blog_left_side .blog_comment_box form button {
	background: #25AAE1;
	color: #fff;
	margin: 0 auto;
	display: table;
	border: none;
	padding: 10px 30px;
	margin-top: 20px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 3px;
	transition: 0.4s;
}

#blog_page .blog_left_side .blog_comment_box form button:hover {
	background: #65A247;
}

#blog_page .blog_right_sidebar {
	padding-left: 50px;
	margin-top: 30px;
}

#blog_page .blog_right_sidebar .blog_right_side_search {
	background: #25AAE1;
	padding: 50px 30px;
	border-radius: 5px;
}

#blog_page .blog_right_sidebar .blog_right_side_search h3 {
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

#blog_page .blog_right_sidebar .blog_right_side_search h3:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: "";
	height: 3px;
	width: 25px;
	background: #fff;
}

#blog_page .blog_right_sidebar .blog_right_side_search form .search_box {
	position: relative;
}

#blog_page .blog_right_sidebar .blog_right_side_search form .search_box input {
	width: 100%;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border-radius: 30px;
	padding: 10px 40px 10px 20px;
}

#blog_page .blog_right_sidebar .blog_right_side_search form .search_box button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0px 20px;
	border: none;
	background: transparent;
	color: #fff;
}

#blog_page .blog_right_sidebar .blog_category {
	margin-top: 70px;
}

#blog_page .blog_right_sidebar .blog_category h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
	text-transform: uppercase;
}

#blog_page .blog_right_sidebar .blog_category h4:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: "";
	height: 3px;
	width: 25px;
	background: #25AAE1;
}

#blog_page .blog_right_sidebar .blog_category ul {
	margin-top: 20px;
}

#blog_page .blog_right_sidebar .blog_category ul li .fal {
	margin-right: 4px;
	font-size: 14px;
}

#blog_page .blog_right_sidebar .blog_category ul li a {
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #f7f7f7;
	display: block;
	padding: 10px 0px;
	text-transform: capitalize;
}

#blog_page .blog_right_sidebar .blog_category ul li a:hover {
	color: #25AAE1;
	text-decoration: underline;
}

#blog_page .blog_right_sidebar .blog_recent_post {
	margin-top: 70px;
}

#blog_page .blog_right_sidebar .blog_recent_post h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#blog_page .blog_right_sidebar .blog_recent_post h4:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: "";
	height: 3px;
	width: 25px;
	background: #25AAE1;
}

#blog_page .blog_right_sidebar .blog_recent_post .blog_recent_post_item {
	margin-bottom: 30px;
}

#blog_page .blog_right_sidebar .blog_recent_post .blog_recent_post_item .blog_recent_post_item_content a {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	display: block;
}

#blog_page .blog_right_sidebar .blog_recent_post .blog_recent_post_item .blog_recent_post_item_content a:hover {
	color: #25AAE1;
	text-decoration: underline;
}

#blog_page .blog_right_sidebar .blog_recent_post .blog_recent_post_item .blog_recent_post_item_content p {
	margin-top: 5px;
	color: #25AAE1;
	font-weight: 600;
	font-size: 14px;
}

#blog_page .blog_right_sidebar .blog_page_category {
	margin-top: 100px;
}

#blog_page .blog_right_sidebar .blog_page_category h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#blog_page .blog_right_sidebar .blog_page_category h4:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: "";
	height: 3px;
	width: 25px;
	background: #25AAE1;
}

#blog_page .blog_right_sidebar .blog_page_category ul {
	margin-top: 40px;
}

#blog_page .blog_right_sidebar .blog_page_category ul li {
	display: inline-block;
}

#blog_page .blog_right_sidebar .blog_page_category ul li a {
	padding: 10px 15px;
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	border-radius: 3px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

#blog_page .blog_right_sidebar .blog_page_category ul li a:hover {
	background: #25AAE1;
	color: #fff;
	border-color: #25AAE1;
}

#event_page_event {
	padding: 100px 0px 50px 0px;
	background: #fff;
}

#event_page_event .event_page_event_title h3 {
	font-weight: 600;
	font-size: 25px;
	position: relative;
	padding-bottom: 15px;
}

#event_page_event .event_page_event_title h3:after {
	position: absolute;
	height: 2px;
	width: 40px;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #ddd;
}

#event_page_event .event_page_event_main_container {
	margin-top: 50px;
}

#event_page_event .event_page_event_main_container .event_page_event_item {
	margin-bottom: 30px;
}

#event_page_event .event_page_event_main_container .event_page_event_item .event_page_event_item_image {
	position: relative;
}

#event_page_event .event_page_event_main_container .event_page_event_item .event_page_event_item_image img {
	height: 350px;
	width: 100%;
}

#event_page_event .event_page_event_main_container .event_page_event_item .event_page_event_item_image:after {
	position: absolute;
	height: 30px;
	width: 3px;
	background: #65A247;
	content: "";
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

#event_page_event .event_page_event_main_container .event_page_event_item .event_page_event_item_content {
	margin-top: 20px;
}

#event_page_event .event_page_event_main_container .event_page_event_item .event_page_event_item_content h4 {
	font-weight: 600;
	font-size: 18px;
}

#event_page_event .event_page_event_main_container .event_page_event_item .event_page_event_item_content p {
	font-size: 14px;
	margin-top: 5px;
}

#event_page_event .event_page_event_main_container .event_page_event_item .event_page_event_item_content p .fal {
	color: #25AAE1;
	margin-right: 5px;
}

#event_page_event .event_page_event_main_container .event_page_load_more a {
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 60px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 20px;
	animation-delay: 0.8s;
}

#event_page_event .event_page_event_main_container .event_page_load_more a:hover {
	background: #65A247;
}

#partner_page {
	padding: 100px 0px 50px 0px;
	background: #fff;
}

#partner_page .partner_page_title h3 {
	font-weight: 600;
	font-size: 25px;
	position: relative;
	padding-bottom: 15px;
}

#partner_page .partner_page_title h3:after {
	position: absolute;
	height: 2px;
	width: 40px;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #ddd;
}

#partner_page .partner_page_main_container {
	margin-top: 50px;
}

#partner_page .partner_page_main_container .partner_page_item {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}

#partner_page .partner_page_main_container .partner_page_item:hover img {
	filter: blur(1px);
}

#partner_page .partner_page_main_container .partner_load_more a {
	background: #25AAE1;
	color: #fff;
	display: inline-block;
	padding: 14px 60px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 20px;
	animation-delay: 0.8s;
}

#partner_page .partner_page_main_container .partner_load_more a:hover {
	background: #65A247;
}

#login_signUp {
	padding: 100px 0px;
	background: #fff;
}

#login_signUp .log_sign_main_container {
	border: 1px solid #ddd;
}

#login_signUp .log_sign_main_container .log_sign_image {
	position: relative;
}

#login_signUp .log_sign_main_container .log_sign_image .log_sign_social {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	padding: 50px 70px;
}

#login_signUp .log_sign_main_container .log_sign_image .log_sign_social ul li {
	display: block;
	text-align: center;
}

#login_signUp .log_sign_main_container .log_sign_image .log_sign_social ul li a {
	padding: 13px 20px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 2px;
}

#login_signUp .log_sign_main_container .log_sign_image .log_sign_social ul li a .fab {
	margin-right: 10px;
}

#login_signUp .log_sign_main_container .log_sign_image .log_sign_social ul li a:hover {
	background: #25AAE1;
	color: #fff;
}

#login_signUp .log_sign_main_container .log_sign_main_form {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
	margin: 0 auto;
	display: table;
}

#login_signUp .log_sign_main_container .log_sign_main_form h4 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#login_signUp .log_sign_main_container .log_sign_main_form form .log_input_box {
	position: relative;
}

#login_signUp .log_sign_main_container .log_sign_main_form form .log_input_box input {
	width: 100%;
	padding: 14px 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	font-weight: 600;
	font-size: 14px;
}

#login_signUp .log_sign_main_container .log_sign_main_form form .log_input_box span {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0px 30px;
	line-height: 45px;
	display: block;
}

#login_signUp .log_sign_main_container .log_sign_main_form form>a {
	display: block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
}

#login_signUp .log_sign_main_container .log_sign_main_form form>a:hover {
	color: #25AAE1;
}

#login_signUp .log_sign_main_container .log_sign_main_form form button {
	display: block;
	width: 100%;
	background: #25AAE1;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
	padding: 13px 0px;
	border-radius: 2px;
	margin-top: 30px;
	transition: 0.4s;
}

#login_signUp .log_sign_main_container .log_sign_main_form form button:hover {
	background: #65A247;
}

#login_signUp .log_sign_main_container .log_sign_main_form form p {
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
	font-size: 15px;
}

#team_page_team {
	padding: 100px 0px;
	background: #fff;
}

#team_page_team .team_page_main_container {
	margin-top: 50px;
}

#team_page_team .team_page_main_container .team_page_main_item{
		margin-bottom: 30px;
}

#team_page_team .team_page_main_container .team_page_main_item .team_page_main_item_item {
	padding: 40px 20px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

#team_page_team .team_page_main_container .team_page_main_item a h3 {
	font-weight: 600;
	font-size: 14px;
	background: #142440;
	color: #fff;
	text-align: center;
	padding: 10px;
	transition: 0.4s;
}

#team_page_team .team_page_main_container .team_page_main_item:hover h3 {
	background: #25AAE1;
}

#team_page_team {
	padding: 100px 0px 50px 0px;
	background: #fff;
}

#team_page_team .team_page_main_container {
	margin-top: 50px;
}

#team_page_team .team_page_main_container .team_page_team_item {
	margin-bottom: 30px;
	border-radius: 3px;
	border:2px solid #f2f2f2;
	background-color: #f7f7f7;
	text-align: center;
}

#team_page_team .team_page_main_container .team_page_team_item img {
	height: 250px;
}

#team_page_team .team_page_main_container .team_page_team_item h3 {
	font-weight: 600;
	font-size: 15px;
	border-top:2px solid #f2f2f2;
	padding-top: 10px;
}

#team_page_team .team_page_main_container .team_page_team_item p {
	font-size: 13px;
	margin-top: 2px;
}

#team_page_team .team_page_main_container .team_page_team_item ul {
	margin-top: 10px;
	border-top:2px solid #f2f2f2;
}

#team_page_team .team_page_main_container .team_page_team_item ul li {
	display: inline-block;
}

#team_page_team .team_page_main_container .team_page_team_item ul li a .fab {
	height: 35px;
	width: 35px;
	background: #f7f7f7;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.4s;
	border-right:2px solid #f2f2f2;
}

#team_page_team .team_page_main_container .team_page_team_item ul li:first-child a .fab {
		border-left:2px solid #f2f2f2;
}

#team_page_team .team_page_main_container .team_page_team_item ul li a .fab:hover {
	background: #25AAE1;
	color: #fff;
}

#mission_page {
	padding: 100px 0px;
	background: #fff;
}

#mission_page .mission_main_container {
	margin-top: 50px;
}

#mission_page .mission_main_container .mission_vision_content h3 {
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
}

#mission_page .mission_main_container .mission_vision_content h5 {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin-top: 15px;
}

#mission_page .mission_main_container .mission_vision_content p {
	font-size: 13px;
	margin: 15px 15px;
	line-height: 24px;
	text-align: center;
}

#news_pr_content {
	padding: 100px 0px 50px 0px;
	background: #f7f7f7;
}

#news_pr_content .news_pr_main_container {
	margin-top: 50px;
}

#news_pr_content .news_pr_main_container .news_pr_main_item {
	margin-bottom: 30px;
	/* padding: 10px; */
	border: 1px solid #ddd;
	min-height: 300px;
}

#news_pr_content .news_pr_main_container .news_pr_main_item img {
	margin-bottom: 20px;
	min-height: 380px;
}

#news_pr_content .news_pr_main_container .news_pr_main_item h3 {
	font-weight: 600;
	font-size: 20px;
	padding: 0px 10px;
}

#news_pr_content .news_pr_main_container .news_pr_main_item p {
	font-size: 14px;
	margin-top: 10px;
	padding: 0px 10px;
}

#news_pr_content .news_pr_main_container .news_pr_main_item a {
	background: #25AAE1;
	color: #fff;
	padding: 6px 13px;
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	border-radius: 2px;
	margin-top: 15px;
	margin: 10px;
}

#news_pr_content .news_pr_main_container .news_pr_main_item a:hover {
	background: #65A247;
}

#gallery_page {
	padding: 100px 0px;
	background: #fff;
}

#gallery_page .gallery_main_container {
	margin-top: 50px;
}

#gallery_page .gallery_main_container .gallery_item {
	margin-bottom: 30px;
}

#gallery_page .gallery_main_container .gallery_item img {
}

#gallery_page .gallery_main_container .gallery_item h4 {
	background: #142440;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 10px;
}

#gallery_page .gallery_load_more {
	margin-top: 0px;
}

#gallery_page .gallery_load_more a {
	background: #25AAE1;
	color: #fff;
	padding: 10px 40px;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	border-radius: 2px;
	margin-top: 15px;
}

#gallery_page .gallery_load_more a:hover {
	background: #65A247;
}

#how_help_area {
	padding: 100px 0px 80px;
	background: #fff;
}

#how_help_area .how_help_main_container {
	margin-top: 50px;
}

#how_help_area .how_help_main_container .how_help_main_content h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

#how_help_area .how_help_main_container .how_help_main_content h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

#how_help_area .how_help_main_container .how_help_main_content p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 24px;
}

#how_help_area .how_help_main_container .how_help_main_content a {
	background: #25AAE1;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	border-radius: 2px;
	font-weight: 600;
	font-size: 14px;
}

#how_help_area .how_help_main_container .how_help_main_content a:hover {
	background: #65A247;
	color: #fff;
}

#how_help_area_two {
	padding: 80px 0px;
	background: #f7f7f7;
}

#how_help_area_two .how_help_main_container {
	margin-top: 50px;
}

#how_help_area_two .how_help_main_container .how_help_main_content h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

#how_help_area_two .how_help_main_container .how_help_main_content h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

#how_help_area_two .how_help_main_container .how_help_main_content p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 24px;
}

#how_help_area_two .how_help_main_container .how_help_main_content a {
	background: #25AAE1;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	border-radius: 2px;
	font-weight: 600;
	font-size: 14px;
}

#how_help_area_two .how_help_main_container .how_help_main_content a:hover {
	background: #65A247;
	color: #fff;
}

#member_registration {
	padding: 100px 0px;
	background: #fff;
}

#member_registration .member_registration_title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
}

#member_registration .member_registration_main_container {
	padding: 40px;
	border: 1px solid #ddd;
}

#member_registration .member_registration_main_container form label {
	display: block;
	font-weight: 600;
	font-size: 14px;
}

#member_registration .member_registration_main_container form input {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 20px;
	margin-bottom: 15px;
	border-radius: 2px;
}

#member_registration .member_registration_main_container form .nice-select {
	width: 100%;
	border-radius: 0px;
	border: 1px solid #ddd;
}

#member_registration .member_registration_main_container form .nice-select .list {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
}

#member_registration .member_registration_main_container form textarea {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 20px;
	height: 200px;
	resize: none;
}

#member_registration .member_registration_main_container form button {
	padding: 10px 40px;
	background: #25AAE1;
	color: #fff;
	border: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 20px;
	border-radius: 2px;
	transition: 0.4s;
}

#member_registration .member_registration_main_container form button:hover {
	background: #65A247;
}

.has-error .invalid-feedback{
		display: block;
		margin-top: -15px;
		font-style: italic;
		margin-left: 10px;
		font-size: 12px;
		margin-bottom: 10px;
}

.contact_title h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}

.contact_title p {
	font-size: 14px;
	width: 50%;
	margin: 0 auto 20px;
}

.bus_ecom{
		background:url('../img/books/2.jpg') center center no-repeat;
}

.funda_ecom{
		background:url('../img/books/1.jpg') center center no-repeat;
}

.bg_enterpu{
		background:url('../img/books/3.jpg') center center no-repeat;
}

.misvis_conp{
		margin-top: 80px;
		font-size: 13px;
		text-align: justify;;
}

#how_tag_line{
		padding: 80px 0px;
		background-color: #94355f;
}

#how_tag_line p{
		text-align: center;
		font-size: 25px;
		color: #fff;
}

.footer_logo{
		margin-top: 14px;
}

.footer_logo img{

}

.mar_bot_40{
	  margin-bottom:40px;
}

#news_tv_content{
		padding: 80px 0px 60px;
		background-color: #fff;
}

.news_tv_main_container{
		margin-top: 30px;
}

#news_tv_content .media_page_title h3 {
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 10px;
}

#news_tv_content .media_page_title h3 span{
		color:#25AAE1;
}

#news_tv_content .media_page_title p {
	font-size: 14px;
	width: 70%;
	margin: 0 auto;
	line-height: 26px;
}


#news_pr_content .media_page_title h3 {
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 10px;
}

#news_pr_content .media_page_title h3 span{
		color:#25AAE1;
}

#news_pr_content .media_page_title p {
	font-size: 14px;
	width: 70%;
	margin: 0 auto;
	line-height: 26px;
}

#client_testimonial{
		padding: 80px 0px;
		background-color: #f7f7f7;
}

#client_testimonial .testi_part_title h3{
		font-weight: 600;
		font-size: 35px;
		margin-bottom: 30px;
}

#client_testimonial .testi_part_title h3 span{
		color:#25AAE1;
}

#client_testimonial .testi_part_title p{
		font-size: 14px;
		width: 70%;
		margin: 0 auto;
		line-height: 26px;
}

.written_feedback{

}

.written_feedback h4{
		margin-top: 30px;
}

.custom_written_media{
		background-color: #fff;
		padding: 20px;
		border-radius: 10px;
		margin: 30px 0px;
		box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
}

.custom_written_media img{
		width: 20%;
		margin-top: 5px;
		border-radius: 50%;
}

.custom_written_media .media-body{

}

.custom_written_media .media-body p{
		font-size: 12px;
		margin-top: 20px;
}

.custom_written_media .media-body h4{
		font-size: 13px;
		margin-bottom: 5px;
		line-height: 14px;
		margin: 0px;
		text-align: left;
		margin-top: 10px;
		color: #6f7484;
		font-style: italic;
}

.custom_written_media .media-body h5{
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 14px;
		margin: 0px;
		margin-top: 5px;
		font-style: italic;
		color: #6f7484;
}

.custom_written_media .media-body h6{
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 14px;
		margin: 0px;
		margin-top: 3px;
		color: #6f7484;
		font-style: italic;
}

.video-container{
	  margin-top: 30px;
		padding: 20px;
		background-color: #fff;
		border-radius: 20px;
}

.custom_video_media{
		background-color: #fff;
		padding: 20px;
		border-radius: 10px;
		margin: 30px 0px;
		box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
		width: 100%!important;
}

#book_details_page{
		padding: 80px 0px;
		background-color: #f7f7f7;
}

.book_details_page_part{
		background-color: #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		margin-bottom: 50px;
		border-radius: 5px;
}

.book_details_inner{
		padding: 30px;
}

.book_details_sidebar{
		background-color: #f6f6f6;
		padding: 30px;
}

.book_details_sidebar ul{

}

.book_details_sidebar ul li{
		font-size: 15px;
		margin-top: 10px;
		font-family: "Poppins", sans-serif;
		font-weight: 500;
		color: #6c757d;
}

.book_details_sidebar ul li i{
		padding-right: 5px;
}

.book_details_sidebar h4{
		font-size:17px;
		color:#25AAE1;
}

.book_details_sidebar ul.social_share{
		text-align: center;
}

.book_details_sidebar ul.social_share li{
		float: left;
		margin-left: 10px;
}

.book_details_sidebar ul.social_share li a{
		font-size: 30px;
}

.book_details_sidebar ul.social_share li a i{

}

.book_details_img_part{
		padding: 20px;
		border:1px solid #ddd;
}

.book_details_img_part img{
}

.book_details_content_part{

}

.book_details_content_part h3{
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		color: #25AAE1;
		margin-top: 20px;
		font-weight: bold;
}

.book_details_content_part h4{
		font-family: "Poppins", sans-serif;
		font-size: 15px;
		color: #6c757d;
		margin-top: 25px;
		font-weight: 500;
}

.book_details_content_part p{
		font-family: "Poppins", sans-serif;
		font-size: 12px;
		color: #6c757d;
		margin-top: 10px;
}

.book_details_content_part p a{
		color: #25AAE1;
		font-weight: bold;
}

.book_details_content_part h6 strike{
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		color: darkred;
		margin-top: 20px;
		font-weight: 600;
}

.book_details_content_part h6{
		font-family: "Poppins", sans-serif;
		font-size: 20px;
		color: #6f7484;
		margin-top: 20px;
		font-weight: 600;
}

.cart_btn_part a{
		color: #fff;
		background-color: #25AAE1;
		margin-top: 30px;
}

.btn_cart_book{
		background-color: #25AAE1;
		color: #fff;
		font-weight: bold;
}

.btn_cart_book:hover{
		color: #fff;
		background-color: #FFA500;
}

.book_detail_sidebar{
		background-color: #f7f7f7;
}

.table_book_details{
		width: 100%;
}

.table_book_details thead tr td{
		background-color: #25AAE1;
		font-size: 14px;
		padding-top:8px;
		padding-bottom:8px;
		font-weight: bold;
		color: #fff;
}

.table_book_details tbody tr td{
		font-size: 13px;
		padding-top:8px;
		padding-bottom:8px;
		font-weight: bold;
}

.table_book_details tbody tr td:first-child{
		font-weight: bold;
		text-align: right;
		width: 30%;
}

.table_book_details tbody tr td:last-child{
		font-weight: 500;
		text-align: left;
		width: 68%;
		font-style: italic;
}

.book_specification_part{
		background-color: #fff;
		padding: 30px;
		margin: -15px;
		box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
		margin-bottom: 40px;
		border-radius: 5px;
}

.book_tab_part{

}

.book_tab_part h4{
		margin-bottom: 25px;
		margin-top: 10px;
		color: #6c757d;
}

.book_tab_part .nav .nav-item a{
		color: #6c757d;
		font-weight: 500;
		font-size: 14px;
}

.tab_summary_part{
		margin-top: 20px;
}

.tab_summary_part p{
		margin-bottom: 10px;
		font-family: 11px;
}

.tab_specification_part{
		margin-top: 20px;
}

table.custom_tab_table{

}

table.custom_tab_table tr{

}

table.custom_tab_table tr td{
		padding-top:8px;
		padding-bottom:8px;
		font-size: 14px;
}

table.custom_tab_table tr td:first-child{
		width: 20%;
		text-align: right;
		font-weight: bold;
		background-color: #f7f7f7;
}

table.custom_tab_table tr td:last-child{
		color: #6f7484;
		font-weight: 600;
}

.tab_author_part{
	margin-top: 20px;
}

.tab_author_part p{
		margin-bottom: 10px;
		font-family: 11px;
}
/*service inner page code*/
#service_inner_page{
		padding: 80px 0px;
		background-color: #f7f7f7!important;
}

#service_inner_page .service_inner_page_title h3 {
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 10px;
}

#service_inner_page .service_inner_page_title h3 span{
		color:#25AAE1;
}

.service_inner_page_container{
		margin-top: 50px;
}

.service_inner_part{
		background-color: #fff;
		padding: 20px;
		border-radius: 5px;
		box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
		margin-bottom: 30px;
}

.service_inner_part h4{
		font-size: 22px;
}

.service_inner_part p{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
}

.service_inner_part a.hire_btn{
	background: #25AAE1;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 5px;
	word-spacing: 2px!important;
	margin-top: 20px;
}

.service_inner_part a.hire_btn:hover{
		background: #9C3A59;
}

#courses_page{
		padding: 80px 0px;
}

#courses_page .courses_page_title h3 span{
		color:#25AAE1;
}

#courses_page .courses_page_title h3 {
	font-size: 35px;
	position: relative;
	padding-bottom: 15px;
	font-weight: bold;
}

#courses_page .courses_page_title p{
		font-size: 14px;
		width: 70%;
		margin: 0 auto;
		line-height: 26px;
}

.courses_page_container{
		margin-top: 50px;
}

.single_course_item{
		padding: 15px;
		background:#f7f7f7;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		margin-bottom: 30px;
		min-height: 510px;
}

.single_course_item_inner{

}

.single_course_item_inner h3{
		font-size: 18px;
		padding: 10px 0px;
		color: #142440;
		font-weight: 600;
}

.single_course_item_inner p{
		font-size: 15px;
		line-height: 24px;
}

.single_course_item_inner p span{
		color: #142440;
		font-weight: bold;
}

.single_course_item_inner p.price_code{
		margin-top: 15px;
		color: darkred;
		font-weight: 500;
}

.single_course_item_inner p.price_code b{
		margin-left:15px;
		font-size: 18px;
}

.course_btn_part{
		margin: 20px 0px 10px;
}

.course_btn_part a {
	background: #142440;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 2px;
	color: #fff;
}

.course_btn_part a .fal {
	margin-right: 5px;
}

.course_btn_part a:hover {
	background: #25AAE1;
	color: #fff;
}

.course_btn_part button {
	background: #142440;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 2px;
	color: #fff;
}

.course_btn_part button .fal {
	margin-right: 5px;
}

.course_btn_part button:hover {
	background: #25AAE1;
	color: #fff;
}

/*webpage main page code start*/
#webpage_main_part{
		padding: 80px 0px;
}

#webpage_main_part .webpage_title h3 span{
		color:#25AAE1;
}

#webpage_main_part .webpage_title h3 {
	font-size: 35px;
	position: relative;
	padding-bottom: 15px;
	font-weight: bold;
}

#webpage_main_part .webpage_title p{
		font-size: 14px;
		width: 70%;
		margin: 0 auto;
		line-height: 26px;
}

.webpage_title_marbot{
		margin-bottom: 50px;
}

.webpage_container{

}

/*course_details_content*/
.course_details_content{

}

.course_details_content h3{
		font-size: 24px;
		margin: 20px 0px;
		font-weight: bold;
}

.course_details_content h4{
		font-size: 17px;
		margin: 15px 0px 10px;
		font-weight: bold;
		text-transform: uppercase;
}

.course_details_content h5{
		font-size: 14px;
		margin: 15px 0px 10px;
		font-weight: bold;
		text-transform: uppercase;
}

.course_details_content p{
		font-size: 14px;
		margin-bottom: 15px;
		font-weight: normal;
}

.course_details_content ul{
	margin-left: 30px;
	margin-bottom: 20px;
}

.course_details_content ul li{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	list-style-type: disc;
	font-family: "Poppins", sans-serif;
	color:#6f7484;
}

.course_details_sidebar{

}

.cd_sidebar_inner_part{
		background-color: #f7f7f7;
		margin-bottom: 30px;
		padding: 20px;
		border-radius: 5px;
}

.cd_sidebar_inner_part h3{
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-weight: bold;
		border-bottom: 2px solid #142440;
}

.cd_sidebar_inner_part h4{
		font-size: 17px;
		margin: 15px 0px 10px;
		font-weight: bold;
		text-transform: uppercase;
}

.cd_course_info p{
		font-size: 15px;
		line-height: 24px;
}

.cd_course_info p span{
		color: #142440;
		font-weight: bold;
}

.cd_course_info p.price_code{
		margin-top: 15px;
		color: darkred;
		font-weight: 500;
}

.cd_course_info p.price_code b{
		margin-left:15px;
		font-size: 18px;
}

.cd_traininer_info{
		text-align: center;
}

.cd_traininer_info img{

}

.cd_traininer_info h4{
		margin: 10px 0px 5px;
		font-size: 15px;
}

.cd_traininer_info h5{
		font-size: 14px;
		font-style: italic;

}
.cd_traininer_info h6{
		font-weight: bold;
		font-size: 15px;
}

.cd_traininer_info ul{
		margin: 0px auto;
}

.cd_traininer_info ul li{

}

.cd_traininer_info ul li a{
		font-size: 20px;
		float: left;
}

.cd_listing_info{

}

.cd_listing_info ul{
		margin-left: 20px;
}

.cd_listing_info ul li{
		font-size: 15px;
		line-height: 20px;
		font-weight: normal;
		list-style-type: disc;
		font-family: "Poppins", sans-serif;
		color:#6f7484;
}

#book_cart_page{
		padding: 80px 0px;
}

.cart_top_part{
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
}

.cart_top_part h4{
		font-size: 19px;
		line-height: 60px;
		font-family: "Poppins", sans-serif;
		color:#6f7484;
		padding: 0px 20px;
}

.cart_bot_part{
	margin-top: 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 30px 20px;
}

.cart_title{
		padding: 0px 5px;
}

.cart_title h4{
		font-size: 17px;
		line-height: 22px;
		font-family: "Poppins", sans-serif;
		color:#6f7484;
		padding: 10px 0px 5px;
		font-weight: 500;
}

.cart_quantity{
		margin-top: 30px;
}

.cart_price{
		margin-top: 30px;
		font-family: "Poppins", sans-serif;
		color:#6f7484;
		font-size: 16px;
		line-height: 22px;
		padding: 7px 5px;
		font-weight: bold;
}

.btn_cart_ship_btn{
		background-color: #25AAE1;
		font-weight: bold;
		color: #fff;
}

.btn_cart_ship_btn:hover {
		color: #fff;
		background-color: #FFA500;
}

.cart_page_sidebar{

}

.cart_page_sidebar h4{
		font-size: 17px;
}

.cart_page_sidebar h6{
		font-size: 16px;
		font-weight: normal!important;
		border-bottom: 1px solid #ddd;
		padding-bottom: 8px;
}

table.table_cart_checkout{
		margin-top: 20px;
		margin-bottom: 50px;
}

table.table_cart_checkout tr{

}


table.table_cart_checkout tr td{
		border-top:0px;
		padding: 7px;
		border-bottom: 1px solid #ddd;
		color: #333;
		font-family: "Poppins", sans-serif;
		font-size: 15px;

}

table.table_cart_checkout tr td:last-child{
		text-align: right;
		font-weight: 500;
}

table.table_cart_checkout tr:last-child td{
		font-weight: 500;
		border-bottom: 1px dotted #ddd;
}

.shipping_info{

}

.shipping_info h4{
		font-size: 17px;
}

.shipping_info  form .form-row{
		margin-bottom: 15px;
}

.shipping_info  form .form-row .form-control{
		font-size: 14px;
		font-family: "Poppins", sans-serif;
}

.btn_ship_btn{
		background-color: #25AAE1;
		font-weight: bold;
		color: #fff;
		font-size: 15px;
		font-family: "Poppins", sans-serif;
}

.btn_ship_btn:hover {
		color: #fff;
		background-color: #FFA500;
}

.apply_form_group{

}

.apply_form_group label{
		text-align: right;
		margin-right: -15px;
		font-weight: bold;
		color: #142440;
		font-family: "Poppins", sans-serif;
		font-size: 14px;
}

.apply_registration_title {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 30px;
}

.plus, .minus {
    background: #fff;
    border: 1px solid #222;
    cursor: pointer;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.plus:focus, .minus:focus {
    outline:none;
}

.custom_video_media_home{
	background-color: #fff;
	padding: 10px 10px 4px 10px;
	border-radius: 3px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
	width: 100%!important;
}

#navbarNav{
		float: right!important;
}

#menu_rea ul.navbar-nav {
		margin-left: 300px;
}
.footer_social{
    margin-top: 40px;
}
.footer_social ul li{
    display: inline-block;
}
.footer_social ul li .fab {
    height: 40px;
    width: 40px;
    color: #fff;
}
.footer_social ul li .fab:hover{
    color: #f89521;
}
.home-slider{
	position:relative;
}
.banner_bottom{
	background-color: rgba(10,10,10,.70);
    min-height: 92px;
    z-index: 154!important;
    position: absolute!important;
    bottom: 0;
    width: 100%;
    padding: 22px 18px;
}
.blink-btn2{
	position: relative;
    border: none;
    box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
    border-radius: 50%;
    background-color: #e84c3d;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
	line-height: 1.7em!important;
	font-weight: 500;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
}
.slide-regi-btn{
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'Verdana',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #e23a3e;
	padding-top: 9px!important;
    padding-right: 9px!important;
    padding-bottom: 9px!important;
    padding-left: 9px!important;
	display: inline-block;
	transition: all 300ms ease 0ms;
}
@keyframes pulse {
  100% {
		box-shadow: 0 0 0 15px rgb(232 76 61 / 0%);
	}
}

.ebooks h3:after{
	content: "";
    width: 5.5%;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    bottom: 0;
    left: 16px;
    z-index: 10;
    border-top-color: #25AAE1;
    border-top-width: 6px;
}
.book_img{
	/* box-shadow: 0 22px 18px -6px rgb(0 0 0 / 30%); */
}
.disc_box{
	font-size: 14px;
    line-height: 1.9em;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding-top: 30px!important;
    padding-right: 30px!important;
    padding-bottom: 30px!important;
    padding-left: 30px!important;
    box-shadow: 0 2px 18px 0 rgb(0 0 0 / 30%);
}
.pb_inner{
	
}
.pb_inner h3{
	font-family: 'Helvetica Light',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
    line-height: 1.5em;
	font-weight: bold;
}
.pb_inner p{
	font-weight: 600;
    font-style: italic;
    margin-bottom: 22px!important;
}
.pb_in ul{}
.pb_in ul li{margin-bottom: 15px;}
.pb_in img{
	border: 1px solid #25AAE1;
    /* padding: 5px; */
    /* width: 100%; */
    /* height: 40px; */
}
.mb-80 {
	margin-bottom: 80px;
}

.str3 .str_item {
	font-size:0;
	line-height:0
}
.str3 a{
	margin-right:20px;
}
.str3 img { opacity:0.8; border: 1px solid #25AAE1; padding: 5px}
.str3 img:hover { opacity:1}
.str3.str_wrap.str_active {
	background:#fff;
}
.social_icon_div{
	
}
.social_icon_div ul {
	
}
.social_icon_div ul li:first-child {
	margin-left: 0px;
}
.social_icon_div ul li:last-child {
	margin-right: 40px;
}
.social_icon_div ul li {
	float: left;
    margin-left: 40px;
}
.btn-custom{
	color: #fff;
    background-color: #25AAE1;
    border-color: #25AAE1;
}
.btn-custom:hover {
    color: #fff;
    background-color: #26abe2db;
    border-color: #26abe2db;
}

#banner .container-out {
    width: 100%;
    overflow: hidden;
}

#banner .slider-body {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#banner .slider-body .content {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 32%;
    width: 800px;
    transform: translate(-50%, -50%);
    text-align: center;
}

#banner .slider-body .content h3 {
    font-size: 60px;
    color: #002366;
    margin: 0 0 0.35em;
    text-transform: uppercase;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 35px !important;
    line-height: 2em !important;
    text-align: center !important;
}

#banner .slider-body .content p {
    font-size: 16px;
    color: #002366;
    line-height: 1.6em;
    font-family: lato;
    margin-bottom: 2.5em;
    font-weight: 400;
}

#banner .slider-body .content a,
#banner .slider-body .content .lbtn2 {
    border: 2px solid #13234c;
    background: #13234c;
    width: 48%;
    border-radius: 4px;
    float: left;
    color: #ffffff;
    padding: 8px;
    margin-bottom: 10px;
    margin-right: 5px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

#banner .slider-body .content a:hover,
#banner .slider-body .content .lbtn2:hover {
    color: white;
    border: 2px solid white;
    text-decoration: none;
    background: transparent;
}

#banner .slider-body .content .lbtn2 {
    background-color: #ffffff;
    color: #13234c;
    border: 2px solid white;
}

#banner .slider-body .content .btns {
    width: 500px;
    overflow: hidden;
    padding: 5px;
    margin-left: 70%;
    transform: translateX(-50%);
    position: relative;
    z-index: 9999999;
}

#banner .slider-body button:focus {
    box-shadow: none;
}

#banner #banner .owl-carousel .owl-nav button.owl-next:focus {
    box-shadow: none;
}

#banner .owl-carousel .owl-dot,
#banner .owl-carousel .owl-nav .owl-next,
#banner .owl-carousel .owl-nav .owl-prev {
    color: white;
    border-radius: 0;
}

#banner .owl-carousel .owl-dot,
#banner .owl-carousel .owl-nav .owl-next span,
#banner .owl-carousel .owl-nav .owl-prev span {
    font-size: 70px;
    line-height: 0;
    display: block;
    padding: 70px 6px;
    padding-top: 50px;
}

#banner .owl-nav {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: white;
}

#banner .owl-carousel .owl-nav button.owl-next {
    float: right;
}

#banner .owl-carousel .owl-nav button.owl-prev {
    float: left;
}

#banner #banner .owl-carousel .owl-dot:focus,
#banner #banner .owl-carousel .owl-nav .owl-next span:focus,
#banner #banner .owl-carousel .owl-nav .owl-prev span:focus {
    box-shadow: none;
    border: none;
}

.service-middle .service_page_service_item {
  background: #25AAE1!important;
}
.service-middle .service_page_service_item h3{
  color: #fff !important;
}
.service-middle .service_page_service_item p{
  color: #fff !important;
}
.service-middle .service_page_service_item h3 span {
    background: #fff !important;
    color: #25AAE1!important;
}
.service-middle .service_page_service_item:hover{
  background: #fff !important;
}
.service-middle .service_page_service_item:hover h3 span{
    background: #5ca7dc !important;
    color: #fff !important;
}
.service-middle .service_page_service_item:hover h3{
  color: #000 !important;
}
.service-middle .service_page_service_item:hover p{
  color: #000 !important;
}

#about-banner .container-out {
    width: 100%;
    overflow: hidden;
}

#about-banner .slider-body {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#about-banner .slider-body .content {
    overflow: hidden;
    position: absolute;
    top: 35%;
    left: 52%;
    width: 600px;
    transform: translate(-0%, -0%);
}

#about-banner .slider-body .content h3 span{
	font-weight: 500;
}

#about-banner .slider-body .content h3 {
    font-size: 60px;
    color: #002366;
    margin: 0 0 0.35em;
    text-transform: uppercase;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 35px !important;
    line-height: 2em !important;
	letter-spacing: 2px;
}
#about {
    padding: 50px 0px;
    background: #fff;
}
.about_title{
	
}
.about_title h3{
	font-family: 'Helvetica Light',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 42px;
}
.about_title h3:after {
    content: "";
    width: 7%;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    bottom: 0;
    left: 14px;
    z-index: 10;
    border-top-color: #25AAE1;
    border-top-width: 6px;
}
.about_main_container {
	
}
.about_details{
	letter-spacing: .5px;
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}
.about_details p{
	line-height: 2em;
    padding-bottom: 2.75%;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
	position: relative;
}

#student-voice {
    padding: 50px 0px 50px;
    background: #fff;
    font-family: 'Poppins';
    background-image: linear-gradient(135deg, #13234c 0%, #2347aa 100%) !important;
}

.student_voice_item {}

#student-voice .voice-bg {
    padding: 10px;
}

#student-voice .voice-bg .voice-body {
    widows: 100%;
    overflow: hidden;
    color: white;
}

#student-voice .voice-bg .voice-body i {
    font-size: 28px;
    display: inline-block;
    border: 2px solid white;
    border-radius: 50%;
    padding: 19px;
}

#student-voice .voice-bg .voice-body h3 {
    font-family: 'Poppins';
    font-size: 28px;
    line-height: 35px;
    padding: 15px 0px 5px;
    font-weight: 600;
	color: white;
}

#student-voice .voice-bg .voice-body h4 {
	font-weight: 500 !important;
    font-size: 16px !important;
    padding-top: 10px;
    font-family: 'Poppins';
    color: white;
    margin-bottom: .5rem;
    line-height: 1.2;
}

#student-voice .voice-bg .voice-body h5 {
    font-weight: 500 !important;
    font-size: 14px !important;
    font-family: 'Poppins';
	color: white;
    margin-bottom: .5rem;
    line-height: 1.2;
}

#student-voice .voice-bg .voice-body img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    border: 3px solid #f7f7f7;
}

#student-voice .voice-bg .voice-body p {
    padding-top: 5px;
    font-size: 13px;
    text-align: justify;
    color: #fff;
    line-height: 22px;
    font-family: 'Poppins';
}

.student-voice {
    margin: 0px auto;
}

#about-banner .slider-body .content p {
    font-size: 16px;
    color: #002366;
    font-family: lato;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5em;
}

#about-banner .slider-body .content a,
#about-banner .slider-body .content .lbtn2 {
    border: 2px solid #13234c;
    background: #13234c;
    border-radius: 4px;
    float: left;
    color: #ffffff;
    padding: 8px;
    margin-bottom: 10px;
    margin-right: 5px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

#about-banner .slider-body .content a:hover,
#about-banner .slider-body .content .lbtn2:hover {
    color: #13234cd6;
    border: 2px solid #13234cd6;
    text-decoration: none;
    background: transparent;
}

#about-banner .slider-body .content .lbtn2 {
    background-color: #ffffff;
    color: #13234c;
    border: 2px solid white;
}

#about-banner .slider-body .content .btns {
    width: 500px;
    overflow: hidden;
    padding: 5px;
    margin-left: 70%;
    transform: translateX(-50%);
    position: relative;
    z-index: 9999999;
}

#about-banner .slider-body button:focus {
    box-shadow: none;
}

#about-banner #about-banner .owl-carousel .owl-nav button.owl-next:focus {
    box-shadow: none;
}

#about-banner .owl-carousel .owl-dot,
#about-banner .owl-carousel .owl-nav .owl-next,
#about-banner .owl-carousel .owl-nav .owl-prev {
    color: white;
    border-radius: 0;
}

#about-banner .owl-carousel .owl-dot,
#about-banner .owl-carousel .owl-nav .owl-next span,
#about-banner .owl-carousel .owl-nav .owl-prev span {
    font-size: 70px;
    line-height: 0;
    display: block;
    padding: 70px 6px;
    padding-top: 50px;
}

#about-banner .owl-nav {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: white;
}

#about-banner .owl-carousel .owl-nav button.owl-next {
    float: right;
}

#about-banner .owl-carousel .owl-nav button.owl-prev {
    float: left;
}

#about-banner #about-banner .owl-carousel .owl-dot:focus,
#about-banner #about-banner .owl-carousel .owl-nav .owl-next span:focus,
#about-banner #about-banner .owl-carousel .owl-nav .owl-prev span:focus {
    box-shadow: none;
    border: none;
}
.radio_content{
	background: #f7f7f7 !important;
}
.write_up{
	background: #fff !important;
}
#gallery_page .section_title h4 span{
	font-size: 14px;
}
.ebooks .section_title h4 span{
	color: #25AAE1;
}
.ebooks .section_title h4 .subhead{
	font-size: 14px;
    color: #142440;
}
.product .blog_title h3:after {
    content: "";
    width: 5.5%;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    bottom: 12px;
    left: 56.6%;
    z-index: 10;
    border-top-color: #25AAE1;
    border-top-width: 5px;
}
#service_how_it_works{
	
}
#service_how_it_works .service_how_it_works_title h3 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 10px;
}
#service_how_it_works img{
	width: 100%;
}
#why_consult{
	padding: 50px 0px 70px!important;
}
.why_consult_overlay{
	
}
.why_consult_content{}
.why_consult_content h2{
	margin-bottom: 20px;
}
.why_consult_content a{
	background: #25AAE1;
    color: #fff;
    display: inline-block;
    padding: 14px 60px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    margin-top: 20px;
    animation-delay: 0.8s;
}
.why_consult_content a:hover{
	background: #65A247;
    border-radius: 10px;
}

#service_contact_page_contact_form {
	padding: 80px 0px 100px 0px;
    background: #f7f7f7!important;
}

#service_contact_page_contact_form h4 {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}

#service_contact_page_contact_form .contact_page_contact_form_form h4:after {
	/* position: absolute;
	height: 3px;
	width: 40px;
	content: "";
	top: 50%;
	left: 0;
	background: #25AAE1;
	transform: translateY(-50%); */
}

#service_contact_page_contact_form .contact_page_contact_form_form form {}

#service_contact_page_contact_form .contact_page_contact_form_form form input {
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #f7f7f7;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: 600;
	font-style: italic;
	font-size: 14px;
	transition: 0.4s;
}

#service_contact_page_contact_form .contact_page_contact_form_form form input:focus {
	border-color: #25AAE1;
}

#service_contact_page_contact_form .contact_page_contact_form_form form textarea {
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #f7f7f7;
	padding: 10px;
	margin-bottom: 20px;
	height: 244px;
	font-weight: 600;
	font-style: italic;
	font-size: 14px;
	transition: 0.4s;
	resize: none;
}

#service_contact_page_contact_form .contact_page_contact_form_form form textarea:focus {
	border-color: #25AAE1;
}

#service_contact_page_contact_form .contact_page_contact_form_form form button {
	display: block;
	width: 100%;
	background: #25AAE1;
	color: #fff;
	border: none;
	padding: 13px 0px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	transition: 0.4s;
}

#service_contact_page_contact_form .contact_page_contact_form_form form .has-error input{
		border-bottom: 1px solid #FF0000;
}

#service_contact_page_contact_form .contact_page_contact_form_form form .has-error textarea{
		border-bottom: 1px solid #FF0000;
}

#service_contact_page_contact_form .contact_page_contact_form_form form button:hover {
	background: #65A247;
}

#service_contact_page_info {}

#service_contact_page_info .contact_page_info_item {
	padding: 20px;
	border-radius: 15px 0px 15px 0px;
	position: relative;
}

#service_contact_page_info .contact_page_info_item span {
	font-size: 20px;
	color: #fff;
}

#service_contact_page_info .contact_page_info_item p {
	color: #fff;
	margin-bottom: 5px;
}

#service_contact_page_info .contact_page_info_item h3 {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
	color: #fff;
}

#service_contact_page_info .contact_page_info_item_1 {
	background: #01cb93;
}

#service_contact_page_info .contact_page_info_item_2 {
	background: #0170cb;
}

#service_contact_page_info .contact_page_info_item_3 {
	background: #25AAE1;
}