body {
	background: #f9f9f9;
}
.w-40 {
	width: 40% !important;
}

.w-60 {
	width: 60%;
}

.box-shadow {
	box-shadow: 0 0 5px #ccc;
	background-color: #fff;
}
.no-shadow {
	box-shadow: none !important;
}

.error-page-search-form {
	width: 30%;
	margin: 30px auto;
}
.error-page-search-form form {
	position: relative;
	width: 100%;
}
.error-page-search-form input {
	width: 100%;
	padding: 10px;
	border: 2px solid #01B1E6;
}
.error-page-search-form button {
	top: 8px !important;
	right: 13px;
	color: #01B1E6;
}

.sec-head-2-b-center h3::before {
	left: 100px;
}

/* Select 2 Custom Style */
.select2-container .select2-selection--single {
	height: calc(2.25rem + 2px);
}
.select2-selection.select2-selection--single {
	border-color: #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
	right: 5px;
}

/* Header */
.header-top {
	background-color: #191C2F;
	padding: 7px 0;
	line-height: normal;
}
.header-contact > a {
	color: #fff;
	margin-right: 15px;
}
.header-contact > a:last-child {
	margin-right: 0;
}
.header-contact > a > i {
	margin-right: 3px;
}

.banner-area {
	background-color: #fff;
}
.banner-col {
	display: inline-flex;
	vertical-align: top;
	padding: 10px 0;
}
.header-logo {
	margin-right: ;
	margin-right: 10px;
}
.header-logo img {
	width: 85px;
	padding: 0;
}
.site-name h1 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #C3A254;
}
.site-name h2 {
	margin-bottom: 0;
	font-size: 22px;
}

.mean-container .mean-nav {
	background: none;
}

.main-navbar {
	border-top: 1px solid #ccc;
	background: #F7FFF7;
	position: relative;
	
}
.main-navbar .navbar-collapse{
	justify-content: right;	
}
.main-navbar .nav-link {
	
}
.main-navbar li:last-child a {
	border-right: 0;
}
.main-navbar a.nav-link:hover,
.main-navbar a.nav-link:active,
.main-navbar a.nav-link:focus,
.main-navbar li.active a {
	color: #007BFF !important;
}
.main-navbar .nav-item:hover .dropdown-menu {
	border-color: #007BFF;
}


/* Main Slider */
.main-slider-area {
	padding-top: 0;
}
#mainSlider .carousel-item img {
	background-color: #49D7EF;
	height: 480px;
}
#mainSlider .carousel-caption {
	position: absolute;
	width: 50%;
	bottom: 0;
	text-align: left;
	left: 0;
	padding: 30px;
}
#mainSlider .carousel-caption h5 {
	font-size: 40px;
	font-weight: 600;
}
#mainSlider .carousel-caption a {
	color: #fff;
	font-size: 20px;
}
#mainSlider .carousel-caption .btn {
	margin-top: 30px;
	border-radius: 5px;
	background: #fff;
	color: #E41D3F;
	border: 1px solid #E41D3F;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
	box-shadow: 0 0 20px rgba(228,29,63, .5);
}
#mainSlider .carousel-caption .btn:hover {
	background: #E41D3F;
	color: #fff;
}
#mainSlider .carousel-indicators {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding-left: 0;
	margin-bottom: 10px;
}
#mainSlider .carousel-control {
	position: absolute;
	bottom: 12px;
	width: 60px;
	left: 15px;
}
#mainSlider .carousel-control a {
	background-color: rgba(0,125,199,.6);
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
}
#mainSlider .carousel-control a:hover {
	background-color: rgba(0,125,199,1);
}


/* Feature Box */
.feature-box-area {
	padding-top: 60px;
	background-color: #fff;
}
.feature-box {
	/*display: flex;
	display: -webkit-flex;*/
	margin-bottom: 60px;	
}
.feature-icon {
	margin-bottom: 15px;
}
.feature-icon i {
	width: 75px;
	height: 75px;
	text-align: center;
	font-size: 60px;
	line-height: 70px;
	color: #007DC7;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
}
.feature-box:hover i {
	color: #fff;
	background-color: #007DC7;
	font-size: 40px;
	border-radius: 50%;	
}
.feature-text .title {
	font-weight: bold;
	font-size: 1.5rem;
	color: #007DC7;
	margin-bottom: 5px;
	display: inline-block;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
}
.feature-box:hover .title {
	color: #F01E42;
}
.feature-text p {
	line-height: normal;
}


/* form */
.required-alert, .required {color: #e10b0b;}
.required-star {
  color: #e10b0b;
  font-size: 18px;
  position: absolute;
  font-weight: bold;
  top: -2px;
}
button {cursor: pointer;}
label {color: #333 !important;}
.error {
	color: #E63131;
	position: absolute;
	top: -25px;
	right: 0;
}
.alert-fixed {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99;
}
.custom-alert .icon {
	margin-right: 10px;
}

/* Notice Ticker */
.notice-ticker {
	/*margin-bottom: 30px;*/
}
.notice-ticker .nt-content {
	display: flex;
}
.notice-ticker .nt-title {
	font-size: 20px;
	background-color: #EB3631;
	color: #fff;
	padding: 10px 15px;
	line-height: normal;
	font-weight: bold;
}
.notice-ticker .nt-body {
	background-color: #4C8BF4;
	display: inline-flex;
	font-size: 18px;
	padding: 10px 10px 6px;
	line-height: normal;
	margin-left: -4px;
	flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
}
.notice-ticker .nt-body a {
	color: #000;
	margin-right: 15px;
	transition: all .40s;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	border-right: 2px solid #ddd;
	padding-right: 15px;
}
.notice-ticker .nt-body a:last-child {
	margin-right: 0;
	border-right: 0;
}
.notice-ticker .nt-body a > i {
	font-size: 12px;
}
.notice-ticker .nt-body a:hover {
	color: #fff;
	text-decoration: none;
}

/* Home Section */
.home-section {
	background-color: #F7FFF7;
	padding: 60px 0;
}
.hs-even {
	background-color: #fff;
}
.hs-title {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.hs-title span {
	background-color: #007CC5;
	width: 100px;
	height: 5px;
	display: block;
	margin-top: 10px;
	border-radius: 5px;
}
.hs-bg-title {
	padding: 8px 15px;
	background-color: #288328;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}
.hs-bg-title .icon {
	margin-right: 5px;
}
.hs-bg-title .button {
	border-radius: 0;
	float: right;
	font-size: 13px;
	padding: 3px 10px;
}
.home-section .home-about-image {
	text-align: center;
}
.home-section-text p {
	margin-bottom: 20px;
}
.home-section .section-button a {
	border-radius: 5px;
	background: #fff;
	color: #3DB94E;
	border: 1px solid #3DB94E;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
	box-shadow: 0 0 20px rgba(51,162,73, .5);
}
.home-section .section-button a:hover {
	background: #3DB94E;
	color: #fff;
}

.home-video iframe {
	width: 100%;
}

/* Message */
.person-img {
	text-align: center;
	margin-bottom: 20px;
}
.person-img img {
	border: 1px solid #ccc;
}


/* Client Area */

.single-client-item {
	position: relative;
	display: flex;
	justify-content: center;
	display: -webkit-flex;	
}
.single-client-item img {
	width: 170px;
}
.client-item-content {
	position: absolute;
	display: none;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
	width: 100%;
	height: 100%;
}
.single-client-item:hover .client-item-content {
	display: block;
	background-color: rgba(255,255,255,.5);
	border: 1px solid #eee;
}
.client-item-content .item-icon-list {
	text-align: center;
	padding-top: 30px;
}
.client-item-content .item-icon-list a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #999;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
	border-radius: 50%;
	text-align: center;
}
.client-item-content .item-icon-list a:hover {
	background-color: #66E9AE;
}

/* Skills Area */
.skills-progress {
	margin-bottom: 20px;
	border-radius: 15px;
	height: 1.5rem;
	background: none;
}
.skills-progress:last-child {
	margin-bottom: 0px;
}
.skills-progress .progress-bar {
	border-radius: 15px;
	text-align: right;
	font-size: 16px;
	padding-right: 10px;
}


/* page css */
.page-title {
	text-align: center;
	margin: 0;
	background-color: #f5f5f5;
	padding: 20px;
}
.page-title h1 {
	margin-bottom: 0;
	font-weight: 600 !important;
}
/*.page-title h1 .line {
	display: block;
	background-color: #01B0E6;
	width: 80px;
	height: 5px;
	margin: auto;
	border-radius: 5px;
}*/
.page-title h1 a {
	color: #212529;
}
.page-title h1 a:hover {
	color: #6B6FFF;
}
.page-content {
	padding: 15px;
	margin-top: 60px;
	min-height: 800px;
}
.page-content p {
	margin-bottom: 20px;
}
.page-content ul {
	padding-left: 15px;
}


/* Sections CSS */
.counter-area-small {
	margin-top: 80px;
}
.single-count-area img {
	width: 80px;
}

.portfolio-hero-banner {
	background-position: top;
	/* background-size: 100% 100%; */
}

/* Baby Name */
.baby-name-letter-list {
	padding-left: 0 !important;		
}
.baby-name-letter-list li {
	font-size: 18px;
	display: inline-block;
	list-style: none;
}
.baby-name-letter-list li a {
	height: 30px;
	width: 30px;
	background-color: #eee;
	margin-right: 5px;
	margin-bottom: 5px;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
	display: inline-block;
	text-align: center;
}
.baby-name-letter-list li a:hover {
	background-color: #333;
	font-weight: bold;
	color: #fff;
}





/* Blogs */

.blog-body {
	background: none;
}
.blog-post-heading h1 {
	background-color: #fff;
	padding: 5px 10px;
	border-left: 5px solid #E33535;
	font-size: 34px;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
	box-shadow: 0 0 10px #ccc;
}
.blog-post-heading h1 a {
	color: #333;
}
.blog-post-heading h1:hover a {
	color: #6B6FFF;
}
.blog-body-content {
	padding-top: 0;
}	
.home-single-blog {
	box-shadow: 0 0 10px #ccc;
	background-color: #fff;
	margin-bottom: 30px;
}
.s-blog-image {
	border: 1px solid #ddd;
}
.s-blog-image img {
	/*height: 250px;*/
}
.s-blog-content {
	padding: 10px;
	margin-top: 0;
}
.s-blog-content .blog-title a {
	color: #0275BC;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	min-height: 50px;
}
.s-blog-text {
	min-height: 115px;
}
.s-blog-content .btn-more {
	margin-bottom: 0;
	margin-top: 10px;
	color: #E33535;
}
.blog-post-heading .publishe-date {
	margin-right: 15px;
}
.blog-post-heading .publishe-date:last-child {
	margin-right: 0;
}
.blog-post-heading .publishe-date i {
	margin-right: 2px;
}


.blog-body-content {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 10px;
	margin-top: 20px;
}
.blog-subtitle {
	margin-bottom: 20px;
	font-size: 28px;
	color: #6B6FFF;
	font-weight: 600;
}

.single-comment .person {
	font-weight: 600;
	text-transform: capitalize;
}
.single-comment .image-box img {
	border-radius: 50%;
	border: 1px solid #ccc;
}

/* Right Sidebar */
.blog-search input {
	background: none;
	padding-right: 155px;
}
.blog-search-icon-small {
	color: #999;
	padding: 0;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
	right: 25px;
}
.blog-search-icon-small:hover {
	color: #0275BC;
}
.blog-search select {
	position: absolute;
	right: 60px;
	top: 75px;
	border-top: none;
	border-bottom: none;
	padding: 0 3px;
	border-right: none;
}

.right-widget {
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 40px;
}
.right-widget ul, #blogTabContent ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}
.rw-title {
	background-color: #0275BC;
	padding: 10px 15px !important;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: bold !important;
	margin-bottom: 0;
}
.rw-title i {
	margin-right: 5px;
}
.rw-body {
	background-color: #fff;
	padding: 15px !important;
}
.category-list li {
	padding: 10px !important;
}
.category-list li:hover {
	background-color: #eee;
}
.category-list li a:hover {
	color: #007bff !important;
}
.rw-related-blog li a {
	color: #333;
	display: flex;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.rw-related-blog li:last-child a {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.rw-related-blog li a > img {
	width: 100px;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.rw-related-blog li a:hover {
	color: #007bff;
	font-weight: 700;
}

.notice-widget {

}
.notice-widget a {
	color: #333;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	transition: all .40s;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
}
.notice-widget a:hover {
	background-color: #eee;
	color: #007bff;
}
.notice-widget .widget-footer a {
	text-align: center;
	border-top: 1px solid #ccc;
	color: #E33535;
	font-weight: bold;
	background-color: #f9f9f9;
	border-bottom: 0;
}
.notice-widget .widget-footer a:hover {
	background-color: #ccc;
}

.menu_widget ul {
	padding-left: 0;
	list-style: none;
}
.menu_widget a {
	display: block;
	font-size: 20px;
	color: #333;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 31px;
	transition: all .40s;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
}
.menu_widget a .icon {
	background-color: #fff;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 48px;
	font-size: 27px;
	border-radius: 50%;
	border: 4px solid rgba(235,54,49,.2);
	margin-right: 15px;
}
.menu_widget a:hover {
	background-color: #EB3631;
	color: #fff;
}
.menu_widget a:hover i {
	color: #EB3631;
}

.right-menu-wedgit a {
	box-shadow: 0 0 5px #ccc;
}


#blog-tabs {
	background-color: #0275BC;
	border-bottom: none;
}
#blog-tabs .nav-link {
	border-radius: 0;
	border-width: 4px 0 0 0;
	border-color: transparent;
	background-color: none;
	color: #333;
	font-weight: 600;
}
#blog-tabs .nav-link {
	color: #fff;
}
#blog-tabs .nav-link.active, #blog-tabs .nav-link:hover {
	color: #333;
	border-color: #333;
	background-color: #fff;
}
.tab-blog-list li a {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	color: #333;
	transition: all .40s;
	-moz-transition: all .40s;
	-webkit-transition: all .40s;
	-o-transition: all .40s;
}
.tab-blog-list li a:hover {
	background-color: #f0f0f0;
}
.tab-blog-list li:last-child a {
	background-color: #f5f5f5;
	color: #EF7320;
	text-align: center;
	border-bottom: 0;
	font-weight: bold;
}
.tab-blog-list li:last-child a:hover {
	background-color: #eee;
}

/* */
.abou-us-area {
	background: none;
	padding-top: 0;
}
/* Contact Page */
.info-icon i {
	background: #007BFF;
}
.info-content h6 {
	color: #212529;
	background: none;
	-webkit-text-fill-color: #212529 !important;
}
/*.info-content h6 {
	background: linear-gradient(238.45deg, #42D2FF 10.32%, #49e513 88.6%);
	background-clip: none;
	-webkit-text-fill-color: none;
	-webkit-background-clip: none;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 22px;
}*/
.contactus-area {
	background: none;
}
.google-map iframe {
	width: 100%;
}

/* Photo Gallery */
#photoGallerySlider .carousel-control {
	position: absolute;
	bottom: 0;
}
#photoGallerySlider .carousel-control a {
	display: inline-block;
	background: #444;
	color: #fff;
	width: 20px;
	text-align: center;
}
#photoGallerySlider .carousel-control a:hover {
	background-color: #000;
}


.photo-gallery .card {
	position: relative;	
}
.photo-gallery .card-body {
	background-color: #f5f5f5;
	padding: 5px;
	text-align: center;
}
.photo-gallery .hover-section {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	display: none;
	transition: all .40s;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
}
.photo-gallery .card:hover .hover-section {
	display: flex;
}
.photo-gallery .hover-section .btn-zoom {
	display: inline-block;
	background-color: #fff;
	font-size: 24px;
	width: 50px;
	border-radius: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}


/* Footer */
.callto-action-text p {
	color: #ccc !important;
}
.footer-heading h3 {
	margin-top: 0;
	font-size: 22px;
}
.footer-contact {
	line-height: normal !important;
	padding-left: 0;
}
.footer-content p {
	color: #fff;
	font-size: 15px;
}
.footer-content p:first-child {
	margin-top: 30px;
}
.footer-contact li {
	display: flex;
	color: #fff;
	margin-bottom: 10px;	
}
.footer-contact li:last-child {
	margin-bottom: 0;
}
.footer-contact li i {
	margin-right: 10px;
}
.footer-contact li a {
	color: #fff;
}
.footer-contact span {
	display: inline-flex;
}
.social ul {
	padding-left: 0;
}
.social ul li {
	margin-right: 5px;
}
.social ul li a {
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
}
.social li > a:hover {
	background-color: #f9f9f9 !important;
	color: #333;
}
.social li a.facebook-f {
	background-color: #4267B2;
	border-color: #4267B2;
}
.social li a.facebook-f:hover {
	color: #4267B2;
}
.social li a.twitter {
	background-color: #2CAAE1;
	border-color: #2CAAE1;
}
.social li a.twitter:hover {
	color: #2CAAE1;
}
.social li a.youtube {
	background-color: #E2271A;
	border-color: #E2271A;
}
.social li a.youtube:hover {
	color: #E2271A;
}
.social li a.google-plus-g {
	background-color: #DC5246;
	border-color: #DC5246;
}
.social li a.google-plus-g:hover {
	color: #DC5246;
}
.social li a.linkedin-in {
	background-color: #007BB6;
	border-color: #007BB6;
}
.social li a.linkedin-in:hover {
	color: #007BB6;
}
.social li a.skype {
	background-color: #28A8EA;
	border-color: #28A8EA;
}
.social li a.skype:hover {
	color: #28A8EA;
}
.social li a.whatsapp {
	background-color: #46C655;
	border-color: #46C655;
}
.social li a.whatsapp:hover {
	color: #46C655;
}

.footer-content ul {
	list-style: none;
	padding-left: 0;
}
#scrollUp {
	bottom: 55px;
}
.copyright-area div {
	display: inline-flex;
	text-align: left;
	width: 49%;
}
.copyright-area div p {
	display: block;
	width: 100%;
}
.copyright-area div p a {
	font-weight: bold;
}


/**
 * Media Query
 */
@media(max-width: 1121px)
{
	#mainSlider .carousel-item img {
		height: 450px;
	}
}


@media(max-width: 991px)
{
	.main-navbar .navbar-brand {
		padding: 11px 0;
	}
	.main-navbar .navbar-brand .logo {
		width: 170px;
	}
	.search-icon-area {
		top: 2px;
	}

	#mainSlider .carousel-item img {
		height: 380px;
	}
	.main-slider .slider-caption {
		display: none !important;
	}
	
	
	.s-blog-content .blog-title {
		margin-bottom: 0;
	}
	.s-blog-content .s-blog-text,
	.s-blog-content .btn-more {
		display: none;
	}

	.copyright-area div {
		width: 100%;
	}
}

@media(max-width: 767px)
{
	.banner-col {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
  	.header-logo {
		display: none;
	}
	.logo-area {
		display: inline-block;
	}
	.logo-area img {
		width: 45px;
	}
		
	#mainSlider .carousel-item img {
		height: 300px;
	}
	#mainSlider .carousel-caption,
	#mainSlider .carousel-indicators {
		display: none !important;
	}
	#mainSlider .carousel-control a {
		font-size: 16px;
		width: 20px;
		height: 20px;
		line-height: normal;
	}

	.fw-widget {
		border-bottom: 2px solid;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.fw-widget:last-child {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media(max-width: 630px)
{
	.site-name h1 {
		font-size: 20px;
	}
  	.site-name h2 {
		font-size: 24px;
	}

	#mainSlider .carousel-item img {
		height: 250px;
	}
}


@media(max-width: 575px)
{
	.site-name h1 {
		font-size: 20px;
	}
  	.site-name h2 {
		font-size: 24px;
	}
	#mainSlider .carousel-item img {
		height: 200px;
	}
	.notice-ticker .nt-content {
		display: flow-root;
		text-align: center;
	}
	.notice-ticker .nt-title,
	.notice-ticker .nt-body {
		padding: 5px;
		font-size: 16px;
	}

	.home-section .home-about-image {
		margin-bottom: 30px;
	}
}


@media(max-width: 445px)
{
	.header-contact {
		text-align: center;
	}
	.header-contact .email-contact {
		display: none;
	}
	.site-name h1 {
		font-size: 18px;
	}
  	.site-name h2 {
		font-size: 22px;
	}
	#mainSlider .carousel-item img {
		height: 150px;
	}
}

@media(max-width: 400px)
{
	.site-name h1 {
		font-size: 13px;
	}
  	.site-name h2 {
		font-size: 16px;
	}
	/*#mainSlider .carousel-item img {
		height: 150px;
	}*/
	.hs-title {
		font-size: 24px;
		margin-bottom: 25px;
	}
}