/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/**
 * General design
 */
@font-face {
	font-family: 'MarkPro-Bold';
	src: url('fonts/Mark-Pro-Bold.ttf') format('truetype');
}
.markpro-bold {
	font-family: "MarkPro-Bold", Helvetica, Arial, Verdana, sans-serif !important;
}
@font-face {
    font-family: 'MarkPro-Black';
    src: url('fonts/MarkPro-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.markpro-black,
.markpro-black * {
	font-family: "MarkPro-Black", Helvetica, Arial, Verdana, sans-serif !important;
}
#content p a:not(.dt-btn):not(.add_to_cart_button):not(.wpml-ls-link) {
	text-decoration: none;
	color: #00c0e4;
}
#content p a:not(.dt-btn):not(.add_to_cart_button):not(.wpml-ls-link):hover {
	color: #0085c3;
}
.masthead header.header-bar .branding img {
	width: auto;
	max-height: 45px;
	height: 45px;
}
.masthead .mobile-header-bar .mobile-branding img {
	width: auto;
	max-height: 35px;
	height: 35px;
}
.masthead .mobile-header-bar .mobile-mini-widgets .microwidget-btn.show-on-second-switch {
	padding: 10px 15px;
}
.masthead.fixed-masthead.sticky-on .microwidget-btn {
	padding: 12px 40px;
}
@media only screen and (max-width: 991px) {
	.masthead .microwidget-btn {
		font-size: 17px;
		padding: 12px 38px;
	}
}
.fb-megamenu-partner .dt-mega-menu-wrap {
	box-shadow: none;
}
.fb-megamenu-partner .dt-mega-menu-wrap:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100vw;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
}
.fb-megamenu-partner .dt-mega-menu-wrap ul.sub-nav {
	margin-left: 5vw;
	margin-right: 5vw;
}
.fb-megamenu-partner .dt-mega-menu-wrap .mega-menu-img img {
	padding: 5px;
	width: 60px !important;
	border-radius: 5px !important;
	background-color: #00c49c;
}
.fb-megamenu-button {
	display: block !important;
	width: auto !important;
}
.fb-megamenu-button a {
	padding: 5px 15px !important;
	background-image: linear-gradient(to right, #00c0ea, #0085c3, #00c0ea, #0085c3) !important;
	background-size: 300% 100% !important;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	border-radius: 20px !important;
}
.fb-megamenu-button a:hover {
	background-position: 100% 0 !important;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.fb-megamenu-button a span.menu-text {
	color: #fff !important;
}
.fb-megamenu-button a span.menu-text:after {
	display: none;
}
#content p {
	margin-bottom: 20px;
}
#primary-menu {
	margin-right: 25px;
	gap: 0px;
}
li.fb-megamenu-partner {
	flex: 1 1 30%;
}
#primary-menu > li > a {
	justify-content: flex-end;
	padding-left: 40px;
	padding-right: 40px;
}
#TB_window {
	margin-top: auto !important;
	margin-left: auto !important;
	width: 1300px !important;
	max-width: calc(100vw - 20px);
	transform: translate(-50%, -50%) !important;
}
#TB_title {
	background-color: transparent;
	border: 0;
}
#TB_ajaxWindowTitle {
	display: none;
}
#TB_ajaxContent {
	width: 1300px !important;
	max-width: calc(100% - 30px);
	height: 90vh !important;
	max-height: 780px;
	overflow-x: hidden !important;
}
#TB_ajaxContent > div {
	margin: 20px 0;
}
#TB_closeWindowButton:focus .tb-close-icon {
	box-shadow: none !important; 
	-webkit-box-shadow: none !important;
	color: #00c0e4 !important;
}
#TB_window .tb-close-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #00c0e4 !important;
}
#TB_window .tb-close-icon:hover {
	color: #0085c3 !important;
}
#TB_window .tb-close-icon:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
}
#contact-modal {
	display: none;
}
#contact-modal-content .uvc-main-heading h2 > span {
	position: relative;
	display: inline-block;
	color: #00c49c;
}
#contact-modal-content .full-row > p,
#contact-modal-content .half-row > p {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	margin-bottom: 0;
}
#contact-modal-content .full-row > p > label {
	flex: 1 1 100%;
	min-width: 100px;
}
#contact-modal-content .half-row > p > label {
	flex: 1 1 calc(50px - 10px);
	min-width: calc(50px - 10px);
}
#contact-modal-content .wpcf7-form textarea {
	margin-top: 0;
}
#contact-modal-content .wpcf7-form label.privacy-info {
	display: block !important;
	line-height: .9em;
	font-size: .8em;
	margin-bottom: 15px;
	color: #a4a4a4;
}
#contact-modal-content .wpcf7-form label.privacy-info a {
	color: #00d5a3;
	text-decoration: none;
}
#contact-modal-content .wpcf7-form label.privacy-info a:hover {
	 color: #00aa90;
}
#contact-modal-content .wpcf7-form .wpcf7-not-valid-tip {
	display: block !important;
	line-height: .8em;
	font-size: .7em;
	margin-bottom: 5px;
}
#contact-modal-content .wpcf7-form .wpcf7-response-output {
	margin: 10px 0 0 !important;
	background-color: transparent;
	border: 0;
}
#contact-modal-content .wpcf7-form.invalid .wpcf7-response-output,
#contact-modal-content .wpcf7-form.unaccepted .wpcf7-response-output {
	color: #dc3232 !important;
}
#contact-modal-content .wpcf7-form .wpcf7-response-output .wpcf7-not-valid-tip-text {
	line-height: .8em !important;
	font-size: .7em !important;
}
#contact-modal-content .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #0085c3 !important;
}
@media only screen and (max-width:1399px) {
	#primary-menu {
		margin-right: 15px;
	}
	#primary-menu > li > a {
		justify-content: flex-end;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width:1149px) {
	#primary-menu {
		margin-right: 5px;
	}
	#primary-menu > li > a {
		justify-content: flex-end;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width:991px) {
	.fb-reorder > div:first-of-type {
		order: 3;
	}
}
@media only screen and (max-width:778px) {
	#contact-modal-content .half-row > p > label {
		flex: 1 1 100%;
		min-width: 100px;
	}
}

.wpcf7-response-output:not(.run-animation) {
	position: relative !important;
	left: 0% !important;
	top: 0% !important;
}

/**
 * Buttons design
 */
.btn-green,
.microwidget-btn {
    background-image: linear-gradient(to right, #00d7a3, #00aa90, #00d7a3, #00aa90) !important;
}
.btn-blue {
    background-image: linear-gradient(to right, #00c0ea, #0085c3, #00c0ea, #0085c3) !important;
}
.modal-btn-blue {
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}
.ult_modal .ult_modal-body p:last-child {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	text-align: center;
}
.modal-btn-blue button,
.ult_modal .ult_modal-body p:last-child a {
	padding: 10px 20px !important;
	background-image: linear-gradient(to right, #00c0ea, #0085c3, #00c0ea, #0085c3) !important;
	background-size: 300% 100% !important;
	border: 0px !important;
	border-radius: 50px !important;
	font: 600 20px / 26px "IBM Plex Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #fff !important;
	text-decoration: none;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.modal-btn-blue button:focus-visible {
	outline: none !important;
}
.ult_modal .ult_modal-body p:last-child a {
	background-image: linear-gradient(to right, #00d7a3, #00aa90, #00d7a3, #00aa90) !important;
}
.modal-btn-blue button:hover,
.ult_modal .ult_modal-body p:last-child a:hover {
	background-position: 100% 0 !important;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-blue-border {
	color: #00c0e4 !important;
	border: 1px solid #00c0e4;
}
.default-btn-shortcode.dt-btn.link-hover-off,
.microwidget-btn,
.wpcf7-submit {
	background-size: 300% 100% !important;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.default-btn-shortcode.dt-btn.link-hover-off:hover,
.microwidget-btn:hover,
.wpcf7-submit:hover {
	background-position: 100% 0 !important;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.dt-btn.fb-readmore-btn span {
	font-weight: 500;
}
.dt-btn.fb-readmore-btn span:after {
	position: relative;
	top: 5px;
	display: inline-block;
	content: "";
	margin-left: 15px;
	width: 39px;
    height: 19px;
	background-image: url("./img/long-arrow-right.png");
	background-size: contain;
	background-repeat: no-repeat;
}

/**
 * Front page design
 */
#fb-fp-hero > .upb_row_bg {
	height: calc(100% - 200px);
}
.fp-slogan .uvc-main-heading h2 {
	font-family: "MarkPro-Black", Helvetica, Arial, Verdana, sans-serif !important;
}
.fp-slogan .uvc-main-heading h2 > span {
	position: relative;
	display: inline-block;
	color: #00c49c;
	line-height: inherit;
}
/*
.fp-slogan .uvc-main-heading h2 > span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 11px;
	background-color: rgba(0,213,163,.25);
}
*/
ul.fp-case-study-data {
	list-style: none;
	position: relative;
	top: -60px;
	left: 0;
	display: -webkit-flex;
	display: flex;
	gap: 30px;
	margin: 0 20px;
	padding: 0;
}
ul.fp-case-study-data > li {
	flex: 0 0 calc(50% - 35px);
	display: -webkit-flex;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	border-radius: 10px;
}
ul.fp-case-study-data > li strong {
	flex: 0 0 30%;
	max-width: 30%;
	/*white-space: nowrap;*/
	font-family: "MarkPro-Bold", Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 30px;
	color: #00d5a3;
}
ul.fp-case-study-data > li:first-of-type strong {
	color: #004a9c;
}
ul.fp-case-study-data > li span {
	font-size: 14px;
	line-height: 20px;
}
.fp-case-study .dt-owl-item > article {
	margin: 10px !important;
	width: calc(100% - 20px);
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	border-radius: 10px;
}
.fp-case-study .dt-owl-item > article .post-entry-content {
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.fp-case-study .dt-owl-item > article img {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.fp-case-study .entry-title {
	font-family: "MarkPro-Bold", Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 38px !important;
	line-height: 38px !important;
}
.fp-case-study .entry-description {
	margin-bottom: 20px;
	font-family: "MarkPro-Bold", Helvetica, Arial, Verdana, sans-serif !important;
	text-transform: uppercase;
}
.fp-case-study .entry-excerpt {
	max-width: 80%;
	font-size: 18px !important;
	line-height: 30px !important;
}
.fp-case-study a.post-details {
	float: right;
	font-weight: 500;
}
.fp-case-study a.post-details:hover {
	color: #0085c3;
}
.fp-case-study a.post-details:after {
	display: none;
}
.fp-case-study a.post-details i {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 39px;
    height: 19px;
	background-image: url("./img/long-arrow-right.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.fp-case-study a.post-details i:before {
	content: "";
}
.hide-right-arrow .owl-nav .owl-prev {
	display: none;
}
.fb-fp-section {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(239,239,239,1);
	-moz-box-shadow: 0px 0px 6px 3px rgba(239,239,239,1);
	box-shadow: 0px 0px 6px 3px rgba(239,239,239,1);
	border: 1px solid #efefef;
	border-radius: 15px;
	cursor: pointer;
}
.fb-fp-section .vc_column-inner:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.fb-fp-section .vc_column-inner > div {
	position: relative;
}
.fb-fp-section .uvc-heading {
	display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 90px;
}
.fb-fp-section .ult-content-box > .wpb_text_column {
	display: none;
}
.fb-fp-section .ult-content-box > .wpb_text_column * {
	line-height: 28px;
	color: #fff;
}
.fb-fp-section .ult-content-box .uvc-sub-heading {
	margin: 0;
}
.fb-video-shadow > div {
	margin: 0 auto;
	max-width: 80%;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.07);
}
/*
.fb-fp-numbers {
	background: linear-gradient(to right, #00bfe4, #00d5a3);
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
}
.fb-fp-numbers > div {
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
}
.fb-fp-numbers > div:first-of-type {
	border-left: 0;
}
.fb-fp-numbers > div:last-of-type {
	border-right: 0;
}
*/
.fb-fp-numbers .stats-block {
	display: -webkit-flex !important;
	display: flex !important;
}
.fb-fp-numbers .stats-block > div {
	flex: 1 1 100%;
}
.fb-fp-numbers .stats-block .stats-desc {
	text-align: center;
}
.fb-fp-numbers .uvc-heading .uvc-main-heading > h3,
.fb-fp-numbers .stats-block .stats-desc .stats-number,
.fb-fp-numbers .stats-block .stats-desc .counter_suffix {
	display: inline-block;
	font-family: "MarkPro-Bold", Helvetica, Arial, Verdana, sans-serif !important;
}
.fb-fp-numbers .stats-block .stats-desc .counter_suffix {
	margin-left: 5px;
}
.fb-fp-numbers .stats-block .stats-desc .stats-text {
	margin-top: 10px;
}
.fb-fp-numbers .aio-icon-left {
	display: none !important;
}
.fb-fp-partners img {
	width: auto;
	height: 60px;
}
.fp-featured-blog .post-thumbnail-wrap a {
	border-radius: 10px;
}
.fp-featured-block .post-thumbnail-wrap a:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.fp-featured-block .entry-title a,
.fp-featured-block .entry-categories,
.fp-featured-block .entry-featured-content,
.fp-featured-block .entry-excerpt,
.fp-featured-block a.post-details {
	color: #fff;
}
.fp-featured-block .entry-title {
	font-family: "MarkPro-Bold", Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 42px !important;
	line-height: 42px !important;
}
.fp-featured-block .entry-categories {
	margin-bottom: 10px;
}
.fp-featured-block .entry-categories span {
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 20px;
	background-color: #0085c3;
	border-radius: 50px;
}
.fp-featured-block .entry-categories span:not(:last-of-type) {
	margin-right: 5px;
}
.fp-featured-block .post-entry-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.fp-featured-block .entry-content-wrap {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
}
.fp-featured-block .entry-content-wrap .entry-featured-content,
.fp-featured-block .entry-content-wrap .entry-excerpt {
	flex: 0 0 calc(100% - 185px);
	margin-right: 50px;
}
.fp-featured-block .entry-content-wrap .entry-featured-content p,
.fp-featured-block .entry-content-wrap .entry-excerpt p {
	margin: 0 !important;
	font-size: 18px;
	line-height: 26px;
}
.fp-featured-block a.post-details {
	margin: 0 !important;
	width: 130px;
	font-weight: 500;
}
.fp-featured-block a.post-details:hover {
	color: #0085c3;
}
.fp-featured-block a.post-details:after {
	display: none;
}
.fp-featured-block a.post-details i {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 39px;
    height: 19px;
	background-image: url("./img/long-arrow-right.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.fp-featured-block a.post-details i:before {
	content: "";
}
@media only screen and (min-width:1550px) {
	.fb-fp-numbers .uvc-heading .uvc-main-heading > h3,
	.fb-fp-numbers .stats-block .stats-desc .stats-number,
	.fb-fp-numbers .stats-block .stats-desc .counter_suffix {
		font-size: 60px !important;
		line-height: 60px !important;
	}
}
@media only screen and (max-width:1400px) {
	ul.fp-case-study-data {
		gap: 20px;
	}
	ul.fp-case-study-data > li strong {
		font-size: 24px;
	}
}
@media only screen and (min-width:1400px) {
	.vc_row.fb-fp-numbers,
	.fp-featured-block {
		left: 50% !important;
		transform: translate(-50%, 0);
		width: calc(100vw - 100px);
		max-width: 1600px;
		padding: 50px 0 !important;
	}
}
@media only screen and (min-width:1320px) and (max-width:1549px) {
	.fb-fp-numbers .uvc-heading .uvc-main-heading > h3,
	.fb-fp-numbers .stats-block .stats-desc .stats-number,
	.fb-fp-numbers .stats-block .stats-desc .counter_suffix {
		font-size: 48px !important;
		line-height: 48px !important;
	}
}
@media only screen and (max-width:1300px) {
	.fp-featured-block .entry-title {
		font-size: 32px !important;
		line-height: 32px !important;
	}
	.fp-featured-block .entry-content-wrap .entry-featured-content p,
	.fp-featured-block .entry-content-wrap .entry-excerpt p {
		font-size: 16px;
		line-height: 22px;
	}
}
@media only screen and (max-width:1250px) {
	ul.fp-case-study-data > li strong {
		font-size: 20px;
	}
}
@media only screen and (max-width:1150px) {
	.fp-featured-block .entry-categories,
	.fp-featured-block .entry-content-wrap .entry-featured-content,
	.fp-featured-block .entry-content-wrap .entry-excerpt {
		display: none;
	}
	ul.fp-case-study-data {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (max-width:991px) {
	#fb-fp-hero {
		padding-top: 30px !important;
	}
	#fields:not(.fb-fields-block) {
		margin-top: 0px !important;
	}
	ul.fp-case-study-data {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	ul.fp-case-study-data > li strong {
		font-size: 30px;
	}
	.fb-video-shadow > div {
		margin: 30px auto;
		padding: 10px !important;
		max-width: 75%;
	}
	.fb-fp-numbers > div {
		border-left: 0;
		border-right: 0;
	}
	.fb-fp-numbers > div:not(:last-of-type):not(:nth-last-child(2)):after {
		position: absolute;
		left: 50%;
		bottom: -1px;
		transform: translate(-50%, 0);
		content: "";
		display: block;
		width: 90%;
		height: 2px;
		background-color: rgba(255,255,255,.5);
	}
	.fp-featured-block .entry-title {
		font-size: 28px !important;
		line-height: 28px !important;
	}
	.fp-featured-block .entry-categories,
	.fp-featured-block .entry-content-wrap .entry-featured-content,
	.fp-featured-block .entry-content-wrap .entry-excerpt {
		display: block;
	}
}
@media only screen and (max-width:767px) {
	.fb-fp-numbers > div:nth-last-child(2):after {
		position: absolute;
		left: 50%;
		bottom: -1px;
		transform: translate(-50%, 0);
		content: "";
		display: block;
		width: 90%;
		height: 2px;
		background-color: rgba(255,255,255,.5);
	}
	.fp-featured-block .entry-title {
		font-size: 24px !important;
		line-height: 24px !important;
	}
}
@media only screen and (max-width:680px) {
	ul.fp-case-study-data > li strong {
		font-size: 24px;
	}
}
@media only screen and (max-width:580px) {
	ul.fp-case-study-data {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	ul.fp-case-study-data > li strong {
		font-size: 30px;
	}
	.fp-featured-block .entry-categories,
	.fp-featured-block .entry-content-wrap .entry-featured-content,
	.fp-featured-block .entry-content-wrap .entry-excerpt {
		display: none;
	}
	.fp-featured-block .entry-title {
		font-size: 20px !important;
		line-height: 20px !important;
	}
}

/**
 * BRP desing
 */
.fb-green-heading {
	font-weight: inherit;
	color: #00d3a2;
}
.fb-green-shadow > div {
	-webkit-box-shadow: 10px 10px 0px 0px #8ed1c5;
	-moz-box-shadow: 10px 10px 0px 0px #8ed1c5;
	box-shadow: 10px 10px 0px 0px #8ed1c5;
}
.fb-blue-shadow > div {
	-webkit-box-shadow: 10px 10px 0px 0px #3c8cb4;
	-moz-box-shadow: 10px 10px 0px 0px #3c8cb4;
	box-shadow: 10px 10px 0px 0px #3c8cb4;
}
.fb-green-shadow .aio-icon-img img,
.fb-blue-shadow .aio-icon-img img {
	padding: 10px;
	width: 85px !important;
	border-radius: 5px !important;
	background-color: #00c49c;
}
.fb-no-image-limit img {
	max-width: none;
}
.fb-image-limit-50 img {
	max-width: 50vw;
}
.fb-border-30 > .upb_row_bg {
	border-radius: 30px !important;
}
.fb-gray-1_3-back > div:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100vw;
	height: 50vh;
	max-height: 500px;
	background-color: #f0f0f0;
}
@media only screen and (max-width:767px) {
	#functionalities > div {
		margin: 0;
		width: calc(100% - 20px);
	}
	.fb-image-limit-50 img {
		max-width: 100%;
	}
	.fb-border-30 > .upb_row_bg {
		margin: 0 auto;
		padding: 0 10px;
		width: calc(100% - 50px) !important;
		min-width: 0 !important;
	}
}

/**
 * Fields design
 */
.fb-fields-block {
	left: 50% !important;
	transform: translate(-50%, 0);
	max-width: 1800px;
}

/**
 * Field design
 */
.fb-green-text {
	font-weight: 600;
	line-height: 72px;
	color: #00d3a2;
}
.fb-large-no {
	font-size: 60px;
	font-weight: 600;
}
.fb-halffull-img:after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	bottom: -1px;
	display: block;
	width: 100%;
	clip-path: polygon(100% 0, 80% 100%, 100% 100%);
	background-color: #fff;
	z-index: 3;
}
.fb-halffull-text {
	width: calc(50% - 50px);
    max-width: 650px;
}
.fb-halffull-text .standard-arrow li {
	font-weight: 600;
	line-height: 42px;
}
.fb-halffull-text .standard-arrow li:before {
	width: 18px;
	height: 32px;
	border-radius: 0;
	background-color: transparent;
	background-image: url("./img/thunder.png");
}
.fb-halffull-text .standard-arrow li:after {
	display: none;
}
.fb-minus-bg > .upb_row_bg {
	height: calc(100% - 200px);
}
.fb-img-shadow {
	position: relative;
	margin: 0 auto;
	max-width: 400px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	border-radius: 10px;
}
.fb-img-shadow .wpb_single_image {
	position: relative;
}
.fb-img-shadow .wpb_single_image:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	border-radius: 10px;
}
.fb-img-shadow .wpb_single_image img {
	border-radius: 10px;
}
.fb-img-shadow .uvc-heading {
	position: absolute;
	bottom: 0;
	margin: 25px;
}
.fb-img-shadow .uvc-heading h3 {
	font-family: "MarkPro-Bold", Helvetica, Arial, Verdana, sans-serif !important;
}
.fb-counter-block .aio-icon-left {
	display: none !important;
}
.fb-counter-block .stats-block {
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	border-radius: 10px;
}
.fb-counter-block .stats-block .stats-desc {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fb-counter-block .stats-block .stats-desc .stats-number {
	min-width: 50px;
	text-align: right;
}
.fb-counter-block .stats-block .stats-desc .stats-number,
.fb-counter-block .stats-block .stats-desc .counter_suffix {
	font-family: "MarkPro-Bold", Helvetica, Arial, Verdana, sans-serif !important;
}
.fb-counter-block .stats-block .stats-desc .stats-text {
	margin-left: 10px;
	width: auto;
}
#letstalk .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
#letstalk .wpcf7-form select {
	max-width: 500px;
}
#letstalk .wpcf7-form textarea {
	margin-top: 0;
}
#letstalk .wpcf7-form p a {
	color: #00d5a3 !important;
}
#letstalk .wpcf7-form p a:hover {
	color: #00aa90 !important;
}
#services .service-column > div > div,
#services .ult-content-box-container {
	height: 100%;
}
#services .ult-content-box-container {
	margin: 0 auto;
	max-width: 500px;
}
#services .ult-content-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: space-between;
	height: 100%;
}
#services .ult-content-box .uvc-sub-heading strong {
	font-size: 14px;
	font-weight: 600;
}
#services .ult-content-box .standard-arrow {
	margin: 0 0 auto;
}
#services .fb-no-list-margin .ult-content-box .standard-arrow {
	margin: 0;
}
#services .ult-content-box .standard-arrow li {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 30px;
}
#services .ult-content-box .standard-arrow li:before {
	width: 19px;
	height: 19px;
	border-radius: 0;
	background-color: transparent;
	background-image: url("./img/check-green.svg");
}
#services .ult-content-box .standard-arrow li.active:before {
	background-image: url("./img/check-gray.svg");
}
#services .ult-content-box .standard-arrow li.plussign:before {
	background-image: url("./img/check-plus.svg");
}
#services .ult-content-box .standard-arrow li:after {
	display: none;
}
.fb-testimonials-block .testimonial-item {
	margin: 5px;
	border: 5px solid rgb(239,239,239,.7);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.17);
	border-radius: 10px;
}
.fb-testimonials-block .testimonial-item .testimonial-name {
	font-family: "MarkPro-Bold", Helvetica, Arial, Verdana, sans-serif !important;
}
.fb-testimonials-block .testimonial-content > div,
.fb-testimonials-block .testimonial-content > section,
.fb-testimonials-block .testimonial-content > section > div,
.fb-testimonials-block .testimonial-block {
	height: 100%;
}
.fb-testimonials-block .testimonial-block {
	display: -webkit-flex;
	display: flex;
}
.fb-testimonials-block .testimonial-block > div > div {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: space-between;
	height: 100%;
}
.fb-testimonials-block .testimonial-block .wpb_single_image {
	display: -webkit-flex;
	display: flex;
	margin: 10px 0 30px;
	height: 60px;
	justify-content: center;
	align-items: center;
}
.fb-testimonials-block .testimonial-block .wpb_single_image img {
	width: 100%;
	max-width: 200px;
	max-height: 60px;
}
.fb-testimonials-block .testimonial-block .wpb_text_column {
	margin-top: auto;
}
.fb-testimonials-block .testimonial-block .wpb_text_column p:first-of-type {
	margin-bottom: 10px !important;
}
.fb-testimonials-block .testimonial-block .wpb_text_column p:first-of-type strong {
	font-size: 16px;
	line-height: 36px;
}
.fb-testimonials-block .testimonial-block .wpb_text_column strong {
	font-weight: 600;
	color: #004a9c;
}
.owl-carousel.fb-testimonials-carousel .owl-stage {
	display: -webkit-flex;
	display: flex;
	max-height: calc(100% - 40px);
}
.owl-carousel.fb-testimonials-carousel .owl-stage .dt-owl-item,
.owl-carousel.fb-testimonials-carousel .owl-stage .dt-owl-item .ult-content-box-container {
	display: -webkit-flex;
	display: flex;
}
.fb-testimonials-carousel .ult-content-box,
.fb-testimonials-carousel .ult-content-box:hover {
	height: 100%;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(239,239,239,1);
	-moz-box-shadow: 0px 0px 6px 3px rgba(239,239,239,1);
	box-shadow: 0px 0px 6px 3px rgba(239,239,239,1);
	border: 1px solid #efefef;
	border-radius: 15px;
}
.fb-testimonials-carousel .ult-content-box .wpb_single_image {
	display: -webkit-flex;
	display: flex;
	margin: 10px 0 30px;
	height: 60px;
	justify-content: flex-start;
	align-items: center;
}
.fb-testimonials-carousel .ult-content-box .wpb_single_image img {
	width: 100%;
	max-width: 200px;
	max-height: 60px;
}
.fb-testimonials-carousel .ult-content-box .uvc-main-heading > p:before,
.fb-testimonials-carousel .ult-content-box .uvc-main-heading > p:after {
	content: '"';
	display: inline-block;
}
#partners .owl-stage {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#faq .vc_tta-container .vc_tta-panel-heading {
	background-color: transparent;
}
#faq .vc_tta-container .vc_tta-panel-title span {
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	color: #353535;
}
#faq .vc_tta-container .vc_active .vc_tta-panel-title span {
	color: #004a9c;
}
#faq .vc_tta-container .vc_tta-controls-icon {
	width: 35px;
	height: 35px;
}
#faq .vc_tta-container .vc_tta-controls-icon:before {
	border-color: #141414;
	border-width: 5px 0 0 0;
}
#faq .vc_tta-container .vc_tta-controls-icon:after {
	border-color: #141414;
	border-width: 0 0 0 5px;
}
#faq .vc_tta-container .vc_tta-panel-body {
	margin-bottom: 20px;
}
#faq .vc_tta-container .vc_tta-panel-body p strong {
	font-weight: 600;
}
#faq .vc_tta-container .vc_tta-panel-body p a {
	color: #00d5a3 !important;
}
#faq .vc_tta-container .vc_tta-panel-body p a:hover {
	color: #0085c3 !important;
}
@media only screen and (max-width:1300px) {
	#services-block {
		margin: 0 !important;
	}
}
@media only screen and (max-width:991px) {
	#fb-fields-hero,
	#fb-field-hero {
		padding-top: 60px !important;
	}
	.fb-large-no {
		font-size: 36px;
	}
	.fb-halffull-text {
		padding: 0 20px;
		width: 100%;
		max-width: none;
	}
}
@media only screen and (max-width:778px) {
	.fb-halffull-text {
		padding: 0;
	}
	.fb-halffull-text > div {
		padding: 20px !important;
	}
}
@media only screen and (max-width:767px) {
	.fb-counter-block .stats-block .stats-desc {
		justify-content: flex-end;
	}
	.fb-counter-block .stats-block .stats-desc .stats-text {
		width: calc(100% - 120px);
	}
}

/**
 * Case study desing
 */
body.single-portfolio #page > .page-title {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 3;
}
body.single-portfolio #page > .page-title > div {
	padding-top: 20px;
	-ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
body.single-portfolio #page > .page-title h1 {
	color: #fff;
}
body.single-portfolio #content article.dt_portfolio {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
body.single-portfolio #content .project-extras {
	position: relative;
	top: -90px;
	order: 2;
	z-index: 5;
}
body.single-portfolio #content .project-extras ul.fp-case-study-data {
	top: 0;
	justify-content: center;
}
body.single-portfolio #content .project-extras ul.fp-case-study-data > li {
	flex: 1 0 calc(25% - 43px);
}
body.single-portfolio #content .project-extras ul.fp-case-study-data > li strong {
	flex: 0 1 30%;
	max-width: none;
}
body.single-portfolio #content .project-description {
	position: relative;
	margin-bottom: 35px;
	padding-left: 70px;
	color: #004a9c;
	font-weight: 600;
	font-style: italic;
	order: 2;
}
body.single-portfolio #content .project-description:before {
	content: "\f10e";
	position: absolute;
	left: 0;
	display: block;
	width: 70px;
	font-family: "Font Awesome 5 Free";
	font-size: 40px;
	line-height: 60px;
	font-weight: 600;
	color: #00c0e4;
}
body.single-portfolio #content .project-slider {
	margin-bottom: 0;
}
body.single-portfolio #content .project-slider .images-container {
	position: relative;
}
body.single-portfolio #content .project-slider .images-container img {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
body.single-portfolio #content .project-slider .images-container:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	content: "";
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 1;
}
body.single-portfolio #content .project-content,
body.single-portfolio #content .post-navigation {
	order: 3;
}

@media only screen and (max-width:991px) {
	body.single-portfolio #content .project-extras {
		top: 0;
		margin: 45px 0;
	}
}

/**
 * About design
 */
.fb-team-block > div > div {
	margin: 0 auto;
	max-width: 420px;
}
.fb-team-block .team-container {
	padding: 5px;
	height: auto !important;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.17);
	border-radius: 10px;
}
.fb-team-block .team-media a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 50%;
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.fb-team-block .team-desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 40px);
}
.fb-team-block .team-author {
	padding-bottom: 0;
}
.fb-team-block .team-author p,
.fb-team-block .team-content p {
	margin-bottom: 0 !important;
}
.fb-team-block .team-author-name a {
	font-family: "MarkPro-Bold", Helvetica, Arial, Verdana, sans-serif !important;
	color: #fff !important;
}
.fb-team-block .team-content {
	display: none;
	margin-top: 5px;
	color: #fff;
}
.fb-team-block .soc-ico {
	margin-bottom: 0;
	padding-top: 0;
}
.fb-team-block .soc-ico a.linkedin {
	position: absolute;
	top: 0;
	right: 15px;
}
.fb-team-block .soc-ico a.linkedin .soc-font-icon {
	font-family: "Font Awesome 5 Brands" !important;
}
.fb-team-block .soc-ico a.linkedin .soc-font-icon:before {
	content: "\f08c";
}
.fb-team-block .soc-ico a.mail,
.fb-team-block .soc-ico a.phone {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 20px !important;
	line-height: 28px !important;
	color: #fff !important;
}
.fb-team-block .soc-ico a.mail {
	font-weight: 600;
	color: #00d7a3 !important;
}
@media only screen and (max-width:991px) {
	#fb-about-hero {
		padding-top: 60px !important;
	}
}

/**
 * Contact desing
 */
.btn-gmaps {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	white-space: nowrap;
}
.wpcf7-form label {
	display: block;
	margin-bottom: 10px;
}
.wpcf7-form br {
	display: none;
}
.wpcf7-form textarea {
	margin-top: 30px;
}
.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7-form select,
.wpcf7-form textarea {
	padding: 10px 15px;
	font-size: 20px;
	line-height: 34px;
	background-color: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 5px;
}
.wpcf7-form input[type="submit"] {
	padding: 20px 40px !important;
	font-size: 20px !important;
	line-height: 22px !important;
}
.wpcf7-validates-as-required.wpcf7-not-valid {
	border-color: #f55b5f !important;
}
#contact p {
	font-size: 16px;
	line-height: 26px;
}
#contact p strong {
	color: #4d4d4d;
}
@media only screen and (max-width:991px) {
	#fb-contact-hero {
		padding-top: 60px !important;
	}
	#contact-map .ultimate-map-wrapper,
	#contact-map .ultimate-map-wrapper > div {
		height: 300px !important;
	}
}

/**
 * Campaign design
 */
.fb-fp-section.fb-section-click .dt-btn.fb-readmore-btn span:after {
	top: 0;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 10px;
	width: auto;
    height: auto;
	background-image: none;
}
.fb-fp-section.fb-section-click.fb-section-open .dt-btn.fb-readmore-btn span:after {
	content: "\f077";
}
ul.fb_project_grid {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 80px;
	margin: 0;
	padding: 0;
}
ul.fb_project_grid > li {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 80px;
	margin: 0;
	padding: 0;
}
ul.fb_project_grid > li > div {
	flex: 1 1 50%;
	max-width: 50%;
}
ul.fb_project_grid > li:nth-child(odd) .project-image {
    order: 3;
}
ul.fb_project_grid > li .project-image img {
	max-width: calc(100% + 60px);
}
ul.fb_project_grid > li:nth-child(even) .project-image img {
    margin-left: -60px;
}
ul.fb_project_grid > li .project-content {
	
}
ul.fb_project_grid > li .project-title {
	margin-bottom: 30px;
}
ul.fb_project_grid > li .project-extras {
	margin-top: 30px;
}
ul.fb_project_grid > li ul.fp-case-study-data {
	top: auto !important;
	margin: 0 !important;
}
ul.fb_project_grid > li ul.fp-case-study-data > li {
	box-shadow: none !important;
	border: 1px solid #efefef;
}
.fb-gradient-form {
	z-index: 3;
}
.fb-white-links a {
	color: #fff;
	text-decoration: none;
}
.fb-white-links a:hover {
	color: #00c0e4;
}
@media only screen and (max-width:991px) {
	ul.fb_project_grid > li ul.fp-case-study-data {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (max-width: 778px) {
	ul.fb_project_grid > li {
		-webkit-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
	ul.fb_project_grid > li > div {
		flex: 1 1 100%;
		max-width: 100%;
	}
	ul.fb_project_grid > li:nth-child(odd) .project-image {
		order: 0;
	}
	ul.fb_project_grid > li .project-image img {
		max-width: 100%;
	}
	ul.fb_project_grid > li:nth-child(even) .project-image img {
		margin-left: 0;
	}
	ul.fb_project_grid > li ul.fp-case-study-data {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
}
@media only screen and (max-width:580px) {
	ul.fb_project_grid > li ul.fp-case-study-data {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

/**
 * Footer design
 */
#footer .wf-container {
	display: -webkit-flex;
	display: flex;
}
#footer .custom-html-widget {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
#footer hr {
	margin-bottom: 10px;
	max-width: 250px;
	height: 2px;
	background: linear-gradient(to right, #00c0ea, #0085c3);
	border: 0 !important;
}
#footer .footer-slogan {
	margin-bottom: 10px;
	max-width: 250px;
}
#footer .footer-slogan img {
	display: block;
}
#footer .footer-address {
	margin-bottom: 10px;
	max-width: 250px;
}
#footer .footer-contact strong {
	display: inline-block;
}
#footer .footer-contact strong:after {
	position: relative;
	top: 5px;
	display: inline-block;
	content: "";
	margin-left: 15px;
	width: 39px;
    height: 19px;
	background-image: url("./img/long-arrow-right.png");
	background-size: contain;
	background-repeat: no-repeat;
}
#footer .footer-navi {
	display: -webkit-flex;
	display: flex;
	margin-top: 70px;
}
#footer .footer-navi > li {
	flex: 0 0 50%;
}
#footer .footer-navi > li > strong {
	display: block;
	margin-bottom: 20px;
}
#footer .footer-navi a {
	color: #0085c3;
}
#footer .footer-navi a:hover {
	color: #00c0ea;
}
#footer .footer-copy {
	text-align: right;
}
@media only screen and (max-width:991px) {
	#footer .wf-container {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#footer .footer-navi {
		margin-top: 0;
	}
	#footer .footer-copy {
		margin-top: 30px;
		text-align: left;
	}
}

/* CAPTCHA */

.grecaptcha-badge {
	visibility: hidden;
}

/* EAS logos */
@media only screen and (max-width: 778px) {
	.home .mobilelogos {
		display: block !important;
	}
	.home .desktoplogos {
		display: none !important;
	}
}
.home .footer-logos {
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(239,239,239,1);
	-moz-box-shadow: 0px 0px 6px 3px rgba(239,239,239,1);
	box-shadow: 0px 0px 6px 3px rgba(239,239,239,1);
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 999;
}
.home .footer-logos ul {
	list-style: none;
	padding: 0;
}
.home .footer-logos img {
	width: 250px;
	height: auto;
}
.home .mobilelogos {
	display: none;
}
.home .mobilelogos img {
	width: 200px;
}
.home .footer-logos .grant-title {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 5px 0;
}
.home .footer-logos .grant-title a {
	color: #000;
	text-decoration: none;
}
