/*
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... */

@font-face {
	font-family: 'Dalton';
	src: url('fonts/dalton-webfont.woff2') format('woff2'),
		 url('fonts/dalton-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* 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;
}

.btn-primary {
	background-color: #EA2628;
}

.btn-primary:active,
.btn-primary:hover {
	background-color: rgba(234, 38, 40, 0.77) !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_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input,
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit] {
	background-color: #ff9900;
}

.gform_wrapper.gravity-theme .gform_footer input {
	padding: 16px;
}

.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover,
.gform_legacy_markup_wrapper .gform_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper.gravity-theme .gform_footer button:active,
.gform_wrapper.gravity-theme .gform_footer input:active,
.gform_wrapper.gravity-theme .gform_page_footer button:active,
.gform_wrapper.gravity-theme .gform_page_footer input:active,
.gform_legacy_markup_wrapper .gform_footer input.button:active,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:active {
	background-color: rgba(234,38,40,0.77);
}

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

.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 {
	font-weight: 700;
}

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

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

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

.ginput_container_consent .gform-field-label {
    font-size: 16px;
}
#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: #ff9900;
	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 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:not(.clickable) > 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: 0;
}

.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-weight: 900;
	color: #1f1f1f;
}

footer .widget a {
	color: #666666;
}
/* .fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-5eea621672917 section.employee ul li:nth-child(6) {
	display: none !important;
} */
/* Footer */
.social-share-icons {
	position: fixed;
	left: 1%;
	top: 50%;
	display: grid;
	position: fixed;
	left: 0%;
	top: 50%;
	display: flex;
	flex-direction: column;
	gap: 0px;
	padding: 0px;
	line-height: 0px;
	margin: 0px;
}

.social-share-icons i {
	font-family: 'font awesome 5 Brands';
	font-size: 40px;
	padding: 0px !important;
	line-height: 35px;
	font-size: 29px;
	text-align: center;
	justify-content: center;
}
.social-share-icons i {
	font-size: 100%;
}

.social-share-icons a{
	text-decoration:unset;
}
a.fb-icon {
	background-color: #1877F2;
	color: white;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
i.fa.fa-facebook-f {
	font-size: 25px;
	text-align: center;
	justify-content: center;
}

i.fa.fa-twitter {
	font-size: 25px;
	text-align: center;
	justify-content: center;
	color:white !important;
}

i.fa.fa-linkedin {
	font-size: 25px;
	text-align: center;
	justify-content: center;
	color:white !important;

}

a.linked-in{
	background-color: #0077B5;
	color: white;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}


a.whatsapp {
	background-color: #4FCB5B;
	color: white;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

i.fa.fa-whatsapp{
	font-size: 25px;
	text-align: center;
	justify-content: center;
	color:white !important;
}
a.twitter-icon {
	background-color: #1DA1F2;
	color: white;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-share-icons a.twitter-icon .fa-twitter {
	background: url("images/tw-x.png") center no-repeat;
}
.social-share-icons a.twitter-icon .fa-twitter:before {visibility: hidden;}


.social-share-icons a {
	text-align: center;
}
.social-share-icons a.fb-icon:hover {
	transform: scale(1.2);
}
.social-share-icons a.linked-in:hover {
	transform: scale(1.2);
}
.social-share-icons a.whatsapp:hover {
	transform: scale(1.2);
}
.social-share-icons a.twitter-icon:hover {
	transform: scale(1.2);
}
#menu-header-menu-medium-devices .menu-item-type-taxonomy>a>img {
	width: 25px;
	margin-right: 10px;
}
.webPrice {
	background-image: url(images/price-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 60%;
	max-width: 523px;
	height: 14vw;
	max-height: 261px;
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.fl-slide-text>.webPrice {
	margin-top: -22%!important;
    margin-left: 20%!important;
}
.fl-slide-text>.webPrice .slant {
	-webkit-transform: skew(.2rad);
	-ms-transform: skew(.2rad);
	transform: skew(.2rad);
}
.fl-slide-text>.webPrice .reg, .fl-slide-text>.webPrice small {
	font-size: 70%!important;
}
.fl-slide-text>.webPrice .reg>span {
	font-size: 100%;
}
.fl-slide-text>.webPrice small {
	font-size: 55%!important;
	text-align: right!important;
	display: block;
}
.web-prices {
	font-weight: 700;
}
.web-prices .web-row{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.web-prices .web-row .col-name {
	font-size: 20px;
	width: 100%;
}
.web-prices .web-row:not(.package-heading) .col-name:before {
	content: "> ";
	color: #FF0000;
	font-weight: 900;
}
.web-prices .web-row .col-regPrice,.web-prices .web-row .col-promoPrice{
	text-align: center;
}
.web-prices .web-row .col-regPrice, .web-prices .web-row .col-regPrice span {
	color: #C3C4C5;
}
.web-prices .web-row .col-regPrice strike {
	color: #FF0000;
}
.web-prices .web-row .col-regPrice {
	font-size: 32px;
}
.web-prices .web-row .col-promoPrice {
	color: #FF0006;
	font-size: 40px;
	text-shadow: 0 0 4px white;
}
.web-prices .package-heading .col-regPrice {
	color: #fff;
	font-size: 20px;
}
.web-prices .package-heading .col-promoPrice {
	font-size: 22px;
}

.btn-add-to-cart {
	color: #000;
	background-color: #FF9900;
	border-color: #FF9900;
}
.btn-add-to-cart:active,.btn-add-to-cart:hover {
	color: #000;
	background-color: rgba(255, 153, 0, 0.77)!important;
}

.btn-orange {
	color: #fff;
	background-color: #FF9900;
	border-color: #FF9900;
}
.btn-orange:hover, .btn-orange:active {
	color: #fff;
	background-color: rgba(234,38,40,0.77);
}
.btn-orange:active {
	border:none;
}

.single-product #fl-main-content>.container>.row>.col-lg-8.order-3,
.single-product #fl-main-content>.container>.row>.col-lg-4.order-2 {
	margin-top: 40px;
}

.fl-theme-builder-flyout-menu-active .fl-menu-mobile-flyout {
	width: 90%;
    max-width: 320px;
}

/* Media */
@media screen and (min-width:768px) {
	.web-prices .web-row .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.web-prices .web-row .col:not(.col-name) {
		width: auto;
	}
	.web-prices .web-row .col-name {
		width: 50%;
	}
}
@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 screen and (min-width:1300px){
	.web-prices {
		margin-top: -4rem;
		margin-left: 4rem;
	}
}
@media screen and (max-width:1700px){
	.webPrice {
		width: 62%;
	}
	.web-prices .web-row:not(.package-heading) .col-regPrice {
		font-size: 28px;
	}
	.web-prices .web-row:not(.package-heading) .col-promoPrice {
		font-size: 35px;
	}
	.web-prices .package-heading .col-regPrice {
		font-size: 16px;
	}
	.web-prices .package-heading .col-promoPrice {
		font-size: 18px;
	}
}
@media screen and (max-width:1600px){
	.webPrice {
		width: 65%;
		height: 15vw;
	}
	.web-prices .web-row:not(.package-heading) .col-regPrice {
		font-size: 22px;
	}
	.web-prices .web-row:not(.package-heading) .col-promoPrice {
		font-size: 28px;
	}
}
@media screen and (max-width:1300px){
	.webPrice {
		width: 70%;
	}
}
@media screen and (max-width:1200px){
	.webPrice {
		width: 80%;
		height: 18vw;
	}
}
@media screen and (max-width:1199px) {
	.web-prices .web-row:not(.package-heading) .col-regPrice {
		font-size: 18px;
	}
	.web-prices .web-row .col-name,.web-prices .package-heading .col-regPrice {
		font-size: 14px;
	}
	.web-prices .web-row .col-name, .web-prices .package-heading .col-promoPrice {
		font-size: 16px;
	}
	.web-prices .web-row:not(.package-heading) .col-promoPrice {
		font-size: 24px;
	}
}
@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;
	}
	
	.ginput_recaptcha {
	  transform: scale(.73);
	  transform-origin: 0 0;
	}
}

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

@media screen and (max-width:991px) {
	.webPrice {
		width: 90%;
	}
}

@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;
	}
}

/* 9 6 2023 */
.menu-dropdown-services .menu_icon {
	max-width: 25px;
}

.package_categories {
	padding: 0;
	margin: 0;
	list-style: none;
}

.package_categories > li:not(:last-child) {
	margin-bottom: 15px;
}

.package_categories a {
	display: flex;
	align-items: center;
	font-weight: 600;
	transition: .3s;
	opacity: .5;
	text-decoration: none;
}

.package_categories a:hover, .package_categories a:focus, .package_categories a.active {
	opacity: 1;
	text-decoration: none;
}

.package_categories .dropcap {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #dbdde6;
	color: #ffffff;
	border-radius: 6px;
}

.package_categories .dropcap.all {
	color: #000000;
}

.package_categories .name {
	margin-left: 16px;
	margin-bottom: 0;
	color: #000;
	transition: all .2s;
}

.package_categories a:hover .name, .package_categories a:focus .name, .package_categories a.active .name {
	transform: translateX(10px);
}

.link-block {
	display: block;
	padding: 20px;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	font-weight: 600;
	height: 100%;
	border-radius: 6px;
	transition: all .3s;
	text-decoration: none;
}

.link-block:hover, .link-block:focus {
	transform: scale(.95);
	text-decoration: none;
}

.link-block .style-svg {
	width: 50px;
	display: block;
	margin: 0 auto;
}

.link-block .title {
	color: #000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
}

.link-block .description {
	color: #000;
	margin-top: 10px;
	padding-bottom: 40px;
	font-size: 16px;
	font-weight: 400;
}

.link-block .price {
	color: #08a04b;
	text-align: right;

}

.link-block .price span {
	color: #000000;
}

.tax-package_category .title_container, .tax-product_cat .title_container {
	padding: 20px;
	text-align: center;
	border-radius: 12px;
}

.tax-package_category .title_container h1, .tax-product_cat .title_container h1 {
	font-weight: 900;
	color: #ffffff;
}

.tax-package_category .title_container p, .tax-product_cat .title_container p {
	color: #ffffff;
}

.package-block {
	border: solid 2px #dddddd;
}

.package-block .brand {
	max-width: 120px;
	max-height: 30px;
}

.single-packages .title_container, .single-product .title_container {
	padding: 30px;
	text-align: center;
	border-radius: 6px;
}

.single-packages .title_container h1, .single-product .title_container h1 {
	font-weight: 900;
	color: #ffffff;
}

.single-packages .title_container p, .single-product .title_container p {
	color: #ffffff;
}

.single-packages .inclusions, .single-product .inclusions {
	background-color: #f8fafd;
	padding: 10px 20px;
	border-radius: 6px;
}

.single-packages .inclusions ul, .single-product .inclusions ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-packages .inclusions ul li, .single-product .inclusions ul li {
	padding: 10px;
	padding-left: 40px;
	position: relative;
}

.single-packages .inclusions ul li:not(:last-child), .single-product .inclusions ul li:not(:last-child) {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.single-packages .inclusions ul li:before, .single-product .inclusions ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	color: #4fcb5b;
	position: absolute;
	left: 10px;
	top: 15px;
}

.single-packages .plan_tab, .single-product .plan_tab {
	padding: 30px;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	border-radius: 6px;
}

.single-packages .plan_tab .price, .single-product .plan_tab .price {
	letter-spacing: 1px;
	font-size: 34px;
	font-weight: 600;
}

#package_table span.check::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	color: #4fcb5b;
}

#package_table .table {
	font-size: 14px;
}

#startModal .img-fluid {
	max-height: 130px;
}

#circle {
	/*width: 10em;
	height: 10em;
	background-color: #ffffff;
	position: absolute;
	transform: translate(-50%, 50%);
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(16, 0, 54, 0.2);
	transition: 0.1s ease-out;
	z-index: 999999;*/
}

.zoomImg {
	background-color: #fff;
}

/* 11 10 2023 */
.what_you_get {
	position: relative;
}

.what_you_get .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  background-color: #8382ac;
}

.what_you_get.left .line {
	right: -50px;
}

.what_you_get.right .line {
	left: -50px;
}

.what_you_get.left .line:before {
  content: '';
  position: absolute;
  top: 50%;
	left: 0;
  width: 100px;
  height: 4px;
  background-color: #8382ac;
}

.what_you_get.right .line:before {
  content: '';
  position: absolute;
  top: 50%;
	right: 0;
  width: 100px;
  height: 4px;
  background-color: #8382ac;
}

.what_you_get .fl-col-content .fl-module {
  position: relative;
}

.what_you_get .fl-col-content .fl-module:before, .what_you_get .fl-col-content .fl-module:after {
	content: '';
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	background-color: #8382ac;
}

.what_you_get .fl-col-content .fl-module:before {
	width: 50px;
	height: 4px;
}

.what_you_get .fl-col-content .fl-module:after {
	width: 10px;
  	height: 10px;
  	border-radius: 100%;
}

.what_you_get.left .fl-col-content .fl-module:before, .what_you_get.left .fl-col-content .fl-module:after {
  left: 100%;
}

.what_you_get.right .fl-col-content .fl-module:before, .what_you_get.right .fl-col-content .fl-module:after {
  right: 100%;
}

/* 11 28 2023 */
.employee .shadow {
  max-width: 178px;
}