/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/* Custom Classes */
.fs-sm {
	font-size: 16px;
}

.fs-md {
	font-size: 21px;
}

.lh-0 {
	line-height: 1em;
}

.lh-1 {
	line-height: 1.2em;
}

.lh-2 {
	line-height: 1.5em;
}

.lh-3 {
	line-height: 1.7em;
}

.lh-4 {
	line-height: 2em;
}

.lh-5 {
	line-height: 2.2em;
}

.loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
}

.text-lightblue {
	color: #4593ca;
}

.btn,
#gform_wrapper_2 .gform_button,
.modal .gform_button {
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	font-weight: 700;
	line-height: 1.7em;
	padding: 16px 32px !important;
}

button,
button:hover,
.btn:hover {
	border: none;
}

.container-xs {
	max-width: 992px;
}

.btn-primary,
.btn-danger,
.btn-transparent,
.btn-success {
	color: #fff !important;
}

.btn-primary,
#gform_wrapper_2 .gform_button {
	background-color: #bd2380 !important;
}

.btn-primary:active,
.btn-primary:hover,
#gform_wrapper_2 .gform_button:active,
#gform_wrapper_2 .gform_button:hover {
	background-color: rgba(177, 23, 116, 0.8) !important;
}

.btn-danger {
	background-color: #ea262b;
}

.btn-danger:active,
.btn-danger:hover {
	background-color: rgba(234, 38, 43, 0.8) !important;
}

.btn-success {
	background-color: #00b159;
}

.btn-success:active,
.btn-success:hover {
	background-color: rgba(0, 150, 70, 0.8) !important;
}

.btn-transparent:active,
.btn-transparent:hover {
	color: #000 !important;
	background-color: #fff !important;
}

.text-pink {
	color: #bd2380;
}

.text-purple {
	color: #4b45cc;
}

.has-preview-parent:hover .has-preview .preview {
	opacity: 1;
}

.has-preview {
	position: relative;
}

.has-preview .preview {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem 1rem;
	background-color: rgba(255, 255, 255, 0.75);
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.transition-1 {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* Slick */
.slick-slider {
	position: relative;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
}

.slick-dots {
	padding-left: 0;
	list-style: none;
}

.slick-dots {
	padding-left: 0;
	list-style: none;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1rem;
}

.slick-dots li {
	margin-right: 0.5rem;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li button {
	font-size: 0;
	padding: initial;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
}

.slick-dots li.slick-active button {
	top: 0 !important;
	background-color: rgba(10, 126, 192, 0.5);
}

.slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slick-track > div {
	height: auto;
}

.slick-track > div > div,
.slick-track > div > div > * {
	height: 100%;
}

.slick-track > div > div > * {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.slick-arrow:hover {
	opacity: 0.5;
}

/* Gravity Forms */
#gform_1,
#gform_fields_1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#gform_1 .gform_footer {
	width: auto;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}

#gform_1 .gfield .ginput_container,
#gform_1 .gfield input {
	margin-top: 0;
}

.gform_button {
	background-color: #bd2380 !important;
	font-size: 14px !important;
	margin-right: 0 !important;
}

.gform_button:hover {
	background-color: rgba(222, 26, 29, 0.72) !important;
}

#gform_1 .gfield {
	margin-top: 0;
	width: 100% !important;
}

.gform_button,
.gfield input,
.gfield textarea,
.gfield select {
	font-size: 14px !important;
	padding: 0.5rem 1rem !important;
}

.fl-accordion-button-label:focus {
	outline: none;
}

.modal .gform_wrapper .top_label .gfield_label,
.modal .gform_wrapper legend.gfield_label {
	font-size: 12px !important;
	font-weight: 400 !important;
	margin-bottom: 0;
	line-height: 1.7em;
}

.gform_wrapper select {
	border: 1px solid #e6e6e6;
	-moz-transition: all ease-in-out 0.15s;
	border-radius: 4px;
}

.modal .ginput_recaptcha > div {
	margin-left: auto;
	margin-right: auto;
}

/* Base */
.body {
	position: relative;
}
.fl-node-5ed9434390b54.fl-module-heading .fl-heading,
.fl-node-5ed9457a42819.fl-module-heading .fl-heading {
	-webkit-text-decoration-color: #d6d6d6;
	text-decoration-color: #d6d6d6;
}

#select-category-project {
	border-color: #4b45cd;
	color: #4b45cd;
	font-size: 16px;
}

.search-domain {
	width: 100%;
	max-width: 678px;
	margin-left: auto;
	margin-right: auto;
}

.search-domain .btn {
	border: 1px solid #fff;
	background-color: transparent;
	font-weight: 700;
}

.search-domain .btn:hover {
	background-color: #fff;
	color: #4b45cd;
}

#input-search-domain,
.search-domain .btn {
	border-radius: 0;
}

#input-search-domain {
	border: none;
}

.fl-node-5edb902d93c45 {
	position: relative;
}

#label_2_5_1 {
	font-size: 15px !important;
}
.gform_wrapper .gform_footer {
	text-align: center;
}

#nav-category-project li:hover {
	cursor: pointer;
}

#nav-category-project li:hover,
#nav-category-project li.active {
	color: #bd2380;
}

.tab-content .nav-link,
.tab-content .nav-link.active {
	color: #000;
}

.tab-content .nav-link.active {
	background-color: transparent;
}

.tab-content .nav-link {
	border-bottom: 1px solid #a3a3a3;
	border-radius: 0;
	position: relative;
}

.tab-content .nav-link.active:after {
	content: "";
	position: absolute;
	bottom: -4px;
	height: 4px;
	background-color: #bd2380;
	left: 0;
	right: 0;
	z-index: 1;
}

.tab-content .tab-content h3 {
	font-size: 25px;
	color: #00b259;
}

.tab-content .tab-content h2 {
	font-size: 45px;
	color: #0a72b8;
	margin-bottom: 1.5rem;
}

.tab-content .tab-content ul {
	list-style: none;
	padding-left: 0;
}

.tab-content .tab-content p,
.tab-content .tab-content li {
	font-size: 21px;
	line-height: 1.7em;
}

.tab-content .tab-content li {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

.tab-content .tab-content li:before {
	content: "⦁";
	position: absolute;
	left: 0;
	line-height: 1.8em;
	color: #0a72b8;
}

.tab-content .tab-content h2,
.tab-content .tab-content h3 {
	line-height: 1.2em;
}

.blog .list-categories .list-inline-item:nth-child(odd) .badge-primary {
	background-color: #4b45cd;
}

.blog .list-categories .list-inline-item:nth-child(even) .badge-primary {
	background-color: #00b259;
}

.blog .list-categories .list-inline-item:nth-child(odd) .badge-primary:hover {
	background-color: #3d38a5;
}

.blog .list-categories .list-inline-item:nth-child(even) .badge-primary:hover {
	background-color: #019049;
}

.blog .list-post-item a {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog .list-post-item a:hover {
	background-color: #f9f9f9;
}

.page-item.active .page-link {
	border-color: #0a72b8;
	background-color: #0a72b8;
}

.page-link {
	color: #0a72b8;
}

.timeline .time {
	font-weight: 900;
	font-size: 70px;
}

.timeline .milestone .time {
	color: #bd227f;
}

.timeline .milestone:nth-child(2n) .time {
	color: #4b45cc;
}

.timeline .milestone:nth-child(3n) .time {
	color: #00b259;
}

.timeline .milestone:nth-child(4n) .time {
	color: #ea2628;
}

.milestone .group-time:before,
.milestone .group-time:after {
	content: "";
	position: absolute;
}

.milestone .group-time:before {
	top: 37px;
	left: 10%;
	right: 0;
	height: 3px;
}

.milestone .group-time:after {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	right: -13px;
	top: 24px;
}

.timeline .milestone .group-time:before,
.timeline .milestone .group-time:after {
	background-color: #bd227f;
}

.timeline .milestone:nth-child(2n) .group-time:before,
.timeline .milestone:nth-child(2n) .group-time::after {
	background-color: #4b45cc;
}

.timeline .milestone:nth-child(3n) .group-time:before,
.timeline .milestone:nth-child(3n) .group-time:after {
	background-color: #00b259;
}

.timeline .milestone:nth-child(4n) .group-time:before,
.timeline .milestone:nth-child(4n) .group-time:after {
	background-color: #ea2628;
}

.fl-widget-title {
	font-size: 25px;
	color: #4b45cc;
}

#gform_widget-3.fl-widget {
	text-align: center;
	background-color: #e7f4fe;
	padding: 2rem;
}

#gform_widget-3.fl-widget .button {
	background-color: #bd2380 !important;
}

#gform_widget-3.fl-widget .button:hover {
	background-color: rgba(177, 23, 116, 0.8) !important;
}

#gform_widget-3.fl-widget input,
#gform_widget-3.fl-widget textarea {
	border: none;
}

.most-viewed.blog .list-post li:first-child {
	padding-top: 0 !important;
}

.search .btn {
	padding-top: 6px;
	padding-bottom: 6px;
}

.fl-node-5ed94219ec5fe .fl-node-5ed94219ede81 .fl-col-content.fl-node-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fl-node-5ed94219ec5fe .fl-node-5ed94219ede81 .fl-module-button {
	margin-top: auto;
}

.fl-accordion-button-icon {
	color: #0a72b8 !important;
	opacity: 1 !important;
}

.fl-node-5ed93f2452249 a:hover {
	text-decoration: none;
	color: #fb3c41 !important;
}

.project-showcase .nav-link,
.project-showcase .nav-link.active {
	background-color: transparent;
}

.project-showcase .nav-link {
	color: #a7a7a7;
}

.project-showcase .nav-link.active {
	color: #bd2380;
}

.project-showcase iframe {
	width: 100%;
	height: 80vh;
	border: none;
}

.project-showcase .container-mobile {
	max-width: 414px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.employee .position {
	font-size: 12px;
}

#menu-header .has-child > a {
	pointer-events: none;
	cursor: default;
}

.menu-item.has-child > a {
	position: relative;
}

.menu-item.has-child > a:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	margin-left: 0.25rem;
	font-size: 0.75rem;
}

.menu-dropdown-services .fas {
	font-size: 1.5rem;
}

.menu-dropdown-services .link:hover {
	background-color: #f2f2f2;
}

.menu-dropdown-services .link-title {
	color: #de1a1d;
}

.menu-dropdown-services .link:hover .link-title {
	font-weight: 700;
}

.menu-dropdown-services .link-icon,
.menu-dropdown-services .link-tagline {
	color: #6a6a6a;
}

.menu-dropdown-services .link:hover .link-icon,
.menu-dropdown-services .link:hover .link-tagline {
	color: #000;
}

.menu-dropdown-services .category:nth-child(1),
.menu-dropdown-services .category:nth-child(2) {
	border-bottom: 1px solid #dee2e6;
}

.menu-dropdown-services .category:nth-child(1),
.menu-dropdown-services .category:nth-child(3) {
	border-right: 1px solid #dee2e6;
}

.menu-dropdown-services {
	overflow: hidden;
	position: absolute;
	top: 117px;
	right: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	height: 0;
}

.menu-dropdown-services.show {
	height: auto;
	opacity: 1;
}

#menu-header .menu-item a {
	padding-top: 50px;
	padding-bottom: 50px;
}

#menu-header-menu-medium-devices a {
	text-align: left;
}

#menu-header-menu-medium-devices .sub-menu {
	padding-left: 1.5rem;
}

.fl-theme-builder-header-sticky {
	border-bottom: 1px solid #dee2e6;
}

.gform_wrapper .validation_message {
	font-size: 12px !important;
	font-weight: 400 !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
	font-weight: 400 !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
	margin-top: initial !important;
}

.fl-node-5ee9127ee580c .fl-col-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 32px;
}

.fl-node-5ee9127ee580c .fl-col-group > .fl-col > .fl-col-content {
	height: 100%;
}

#gform_submit_button_4 {
	padding: 1rem 2rem !important;
}

#input_4_7 > div {
	margin-left: auto;
	margin-right: auto;
}

#nav-category-project {
	height: 40vh;
	overflow-y: scroll;
}

.group-nav-category-project {
	background-color: #fff;
}

.sticky-nav-category-project.sticky {
	position: fixed;
	top: 160px;
}

.sticky-nav-category-project.end {
	top: auto;
	position: absolute;
	bottom: 48px;
}
select#input_4_5 {
	border: 1px solid #e6e6e6;
	border-radius: 0.3rem;
}

.blog .content h1,
.blog .content h2,
.blog .content h3,
.blog .content h4,
.blog .content h5,
.blog .content h6 {
	color: #4b45cc;
}

.blog .content a {
	color: #bd2380;
}

.blog .content a:hover {
	color: rgba(177, 23, 116, 0.77);
}

/* Custom Beaver Builder */
.fl-photo-img-svg img {
	width: 100%;
}

footer .widgettitle,
footer .widget a {
	font-family: "Montserrat", sans-serif;
}

footer .widgettitle {
	font-size: 16px;
	font-weight: 900;
	color: #1f1f1f !important;
}

footer .widget a {
	font-size: 14px;
	color: #666666 !important;
}

/* Media */
@media (min-width: 769px) {
	.fl-node-5edb902d93f2e {
		position: absolute;
		right: 0;
		z-index: 1;
		width: 75% !important;
		top: 100px;
	}

	.fl-node-5edeb3b10e53e {
		margin-right: -15px;
		overflow: auto;
		position: relative;
		margin-bottom: -45px;
	}

	.fl-node-5edfa1e1b3d1e {
		position: relative;
		margin-left: -110px;
	}
}
@media (max-width: 1024px) {
	.fl-node-5ed94219ee084 {
		display: none !important;
	}

	.fl-node-5ed93dd2b2afb .menu a {
		font-size: 14px !important;
		padding-left: 8px;
		padding-right: 8px;
	}

	.fl-col.fl-node-5ed93dd2b2af9 {
		width: 45% !important;
	}
}

@media (max-width: 1023px) {
	.fl-col.fl-node-5ed93dd2b2af9 {
		width: 20% !important;
	}
}

@media (max-width: 768px) {
	.fl-builder-content .fl-node-5ed93ebab0af2 {
		width: 100% !important;
	}

	.md-reverse .fl-row-content .fl-col-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.md-reverse .fl-row-content .fl-col-group > div:first-child {
		margin-top: 1rem;
	}

	#gform_1,
	#gform_fields_1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#gform_fields_1 .gfield {
		width: 50% !important;
		margin-bottom: 16px;
	}

	#gform_1 .gform_footer {
		width: 100%;
	}

	.img-infographics img {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
	}

	.timeline .time {
		font-size: 30px;
		margin-top: 22px;
	}

	.custom-card {
		margin-bottom: 32px;
	}

	.fl-node-5ee9127ee580e {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 575px) {
	.fl-col-group.fl-node-5ed94219ede81 > div {
		padding-left: 16px;
		padding-right: 16px;
	}
	#gform_fields_1 .gfield {
		width: 100% !important;
	}

	.gchoice_2_5_1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}

	.gchoice_2_5_1 input {
		margin-right: 0.5rem;
	}

	.fl-accordion-button-label,
	.fl-accordion-content p {
		font-size: 18px !important;
	}

	.fl-accordion-content {
		padding-left: 1.5rem !important;
		padding-right: 1rem !important;
	}

	.fl-accordion-content p {
		color: #444;
		font-size: 16px !important;
		line-height: 1.7;
	}

	.group-time {
		border-right: none !important;
	}

	.milestone .group-time:before,
	.milestone .group-time:after {
		right: 12px;
	}

	.fl-node-5ee9127ee580c .fl-col-group {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
