/**
 * Global classes
 */
html {
	--my-orange: #f06f2a;
	--sect-gap: 4em;
	--subsect-gap: 2.5em;
	--theme-blue: #32c4d1;
	--theme-blue-bg: #32c4d11a;
	--theme-link: #34a1ab;
	--theme-hover: #4ef0ff;
	--my-blue-bg: rgb(210 228 255);
	--hover-white: rgba(255, 255, 255, 0.7);
}
#page p {
    color: #000;
}
#primary article h1 {
    margin: 0 0 1.25em;
}
#primary article .section-wrapper {
    clear: both;
	margin: var(--sect-gap) 0;
	padding: 0;
}
#primary article .section-wrapper.pricing,
#primary #projectmanagers {
	background: #ebebeb;
	padding: var(--subsect-gap) 1em;
}
#primary #projectmanagers .flex-wrap {
    align-items: center;
	margin-top: -1em;
}
#primary #projectmanagers #pm-content {
    width: calc(100% - 254px);
    background-color: var(--my-blue-bg);
	padding: 1em;
}
#primary #projectmanagers #pm-img {
	border: 2px solid var(--my-blue-bg);
}
#primary article a:hover {
    color: var(--theme-hover) !important;
}
#primary article .cta {
	padding: var(--sect-gap) 2em;
	text-align: center;
	background-image: linear-gradient(145deg, rgba(20, 100, 160, 0.88), rgba(100, 200, 175, 0.88));
}
#primary article .cta>* {
	color: #fff;
}
#primary article .cta a {
    float: none;
	display: inline;
    font-weight: bold;
	border-width: 1.5px;
    text-transform: unset;
	transform: translate(1px, 1px);
    padding: 1em 2em;
}
#primary article .cta p {
    margin: 0 0 1em;
}
.content-tabs__wrapper {
    gap: 2em;
}
.tab-list {
	margin: 0;
}
.tabs__right .tab-list,
#pm-pricing .note,
#apo-pricing .note,
#asm-pricing .note,
#career-pricing .note {
	display: none;
}
.tabs__right .tab-list.show,
#pm-pricing .note.show,
#apo-pricing .note.show,
#asm-pricing .note.show,
#career-pricing .note.show {
	display: block;
}
.tab-list li::marker {
	color: #fff;
}
.tabs__left {
    width: 22%;
	padding-left: 2em;
}
.tabs__left .tab-list {
    list-style: none;
}
.tabs__left li {
    position: relative;
	border-color: rgba(103, 104, 106, .25);
    border-style: solid;
    border-width: 0 0 1px;
	padding-left: 0.5em;
}
.tabs__left li:first-child {
    border-top-width: 1px;
}
.tabs__left li.show {
    background: #fff;
    font-weight: bold;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    width: calc(100% + 2em);
}
.tabs__left li.show:after {
    content: "";
    position: absolute;
	top: -5px;
    right: -20px;
    width: 0;
    height: 100%;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #fff;
    z-index: 50;
}
.tabs__left li p {
    line-height: 1.25em;
    padding: 1em 0;
}
.tabs__right {
    width: calc(100% - 22% - 2em);
	background-color: rgb(35, 45, 61);
    margin: -0.5em 0;
}
.tabs__right .tab-list,
.tabs__right li {
	position: relative;
	padding-left: 1em;
}
.tabs__right li:not(:last-child) {
	margin-bottom: 1em;
}
.tab__content {
	padding: 2em;
}
.tab__content p {
	color: #fff !important;
}
.tabs__right .tab-list p {
    display: flex;
	gap: 1em;
    justify-content: space-between;
}
.tabs__right li span,
.tabs__right li p:nth-child(2) {
    line-height: 1.5em;
}
.tabs__right li span:nth-child(2) {
    text-align: right;
	word-break: initial;
}
.content-list li p {
	margin-left: 1.5em !important;
}
.pricing .note .content-list li p {
    display: flex;
	line-height: 1.25em;
	width: calc(100% - 2em);
    justify-content: space-between;
}
.content-list.options li p span:nth-child(2) {
    padding-left: 1em;
}
.company:after,
.cname-color,
.cname-color:before,
.cname-color:after,
.company_main:after,
.company_parent:after {
	font-weight: bold;
}
.company:after {
    content: 'eSolutionLab';
}
.cname-color:before,
.cname-color:after {
	color: var(--my-orange)
}
.cname-color:before {
	content: 'e';
}
.cname-color:after {
	content: 'Lab';
}
.company_main:after {
    content: 'eSolutionLab';
}
.company_parent:after {
    content: 'eSolutionLab, Inc.';
}
.margin0,
#page .page-content,
#page p:last-child,
#services .tg-column-3:nth-last-child(2),
#services .tg-column-3:last-child,
article .para_quote p,
.search-results header .page-title {
    margin: 0;
}
.flex-wrap {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
    
}
.flex-wrap.row {
    justify-content: space-around;
	text-align: center;
	gap: 0.5em;
	row-gap: 2em;
}
.flex-wrap.row:before,
.flex-wrap.row:after {
	display: none;
}
.flex-wrap.column {
    flex-direction: column;
    align-items: center;
	position: relative;
}
.col-md-3 {
	width: 30%;
}
.section-wrapper.services-training img {
    max-width: 100% !important;
	filter: drop-shadow(0 0 0.5px #000);
    -webkit-filter: drop-shadow(0 0 0.5px #0008);
	padding: 0 !important;
}
.section-wrapper.services-training .flex-wrap.column:hover img {
    width: 200px !important;
    opacity: 0.5;
}
.section-wrapper.services-training .flex-wrap.column .bottom,
.section-wrapper.services-training .flex-wrap.column:hover .top p {
    display: none;
}
.section-wrapper.services-training .flex-wrap.column:hover .bottom {
    display: flex;
    position: absolute;
	justify-content: center;
    height: 100%;
	z-index: 10;
}
.section-wrapper.services-training .flex-wrap.column:hover .bottom p {
    background: #fffa;
    border: 1px solid #0008;
	font-weight: 400;
    margin: auto 0 !important;
	padding: 1em;
}
.section-wrapper.services-training img,
.section-wrapper.services-training .flex-wrap .bottom {
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
#page #content #asm-top img {
    max-width: 100px !important;
	margin: 0 !important;
}
#lt-training .courses {
    justify-content: center;
    column-gap: 0;
}
#lt-training .courses .col-md-3 {
    width: 35%;
}
#projectmanagers .grid-wrap {
    display: grid;
    grid-template-columns: [first] calc(100% - 254px) [line2] auto [end];
    grid-template-rows: auto;
    align-items: center;
}
#projectmanagers .grid-wrap .pm-content-1 {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    background-color: var(--my-blue-bg);
	padding: 1em;
}
#projectmanagers .grid-wrap .pm-content-2 {
    grid-column: 1;
    grid-row: 2;
	align-self: start;
    background-color: var(--my-blue-bg);
	padding: 1em;
}
#projectmanagers .grid-wrap .pm-img {
    grid-column: 2;
    grid-row: 1 / 3;
}
.pricing .schedule,
.pricing .order {
    margin: -1.25em 0 1.5em !important;
    justify-content: right !important;
}
.pricing .schedule a,
.pricing .order a {
    position: relative;
	width: inherit;
	cursor: pointer;
	font-weight: 400;
	line-height: 1em;
	color: #fff !important;
	text-transform: none;
    border: 1px solid var(--theme-hover);
	margin: 0;
    padding: 0.75em 1em;
}
.pricing .note {
    margin-top: var(--subsect-gap) !important;
}
#primary .cta a:hover {
    color: #3077ab !important;
}
.content-highlight {
    border-left: 5px solid #00FF93 !important;
	border: #ccc 1px solid;
    background-color: #f2f2f2;
    padding: 1em;
}
.text-highlight {
	background-color: lightblue;
    font-style: italic;
}
.contact-wrap {
	border: #ccc 1px solid;
	background-color: var(--theme-blue-bg);
	padding: var(--subsect-gap) 1em;
}
.blink {
    animation: blinker 0.6s linear infinite;
    color: #c91c1c;
    }
@keyframes blinker {
    50% { opacity: 0; }
}
.boxformat {
	border: 1px solid #00A0C6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 1em 0;
	padding: 20px;
}

/* Hide display */
.home .widget .tg-column-wrapper:before,
.home .widget .tg-column-wrapper:after,
section#block-26>p:first-child, /* testimonials */
section#block-26>p:last-child,
#contact .contact-title,
#contact .contact-content img.block,
.recaptcha-container .nf-field-label,
body.page-id-3570 #bottom-footer .footer-nav li:last-child,
.search-results .image-popup,
.single-post .entry-thumbnail .blog-hover-effect,
.nf-form-layout .checkbox-container .nf-field-element {
    display: none;
}

/* Color */
header #site-navigation .menu li:hover a,
header #site-navigation .menu-toggle:hover,
header .search-icon:hover,
#bottom-footer .footer-nav li a:hover:before,
#bottom-footer .footer-nav li:last-child a:hover,
#bottom-footer .copyright a:hover {
    color: var(--theme-hover);
}

/* transition */
header #site-navigation .menu li:hover a,
#bottom-footer .footer-nav li a:hover:before,
#services .tg-column-3:hover .service-desc-wrap,
.cta-text-style-2 .cta-text-btn:before,
section.error-404 .button,
#about .member img {
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

/* Flex Display */
.home .widget .tg-column-wrapper,
#top-footer .tg-column-wrapper,
#portfolio .portfolio-hover {
	display: flex;
    display: -moz-box;
    display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
}

/* Border Radius */
#home a,
.slider-readmore:hover:before,
.cta-text-style-2 .cta-text-btn,
.nf-form-layout input[type=button],
.pricing .order a,
.pricing .schedule a,
.cta-text-style-2 .cta-text-btn:hover:before,
#primary .pricing .order a:hover:before,
#primary .pricing .schedule a:hover:before {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/**
 * Header
 */
.transparent .header-wrapper.stick,
.non-transparent .header-wrapper.stick {
    opacity: 0.9;
	padding: 0 !important;
}
.home.logged-in #masthead .header-wrapper {
	top: inherit;
} 
#masthead .logo {
    line-height: 58px;
	padding: 0;
}
#masthead .logo img {
    filter: drop-shadow(0 0 4px #000);
    -webkit-filter: drop-shadow(0 0 4px #000);
}
#masthead .header-wrapper.stick .logo img {
	width: 75%;
	transform: none;
	-o-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.stick #header-text {
    top: 0;
    margin: 0 !important;
}
#site-navigation .menu li a {
	font-weight: 400;
}
header #site-navigation .menu li:hover a,
#bottom-footer .footer-nav li a:hover:before {
    font-weight: 450;
}
#home .slides .tg-container {
	margin-top: 40px;
}
#home .caption-title {
	text-transform: initial;
	line-height: 1.25em;
}
#home .caption-title,
#home .slides .caption-sub {
	width: 80%;
}
#home .caption-title span {
    line-height: inherit;
	padding: 0.6em 0.75em;
}
#home .slides .caption-sub p {
	color: #fff;
	margin: 1em 0;
	line-height: 1.25em;
}
#home .slides .caption-sub .small {
	display: block;
	font-size: 0.75em;
    margin-bottom: 1em;
}
#home:hover .bx-wrapper .bx-controls div>a {
    z-index: 9999;
}
#home:hover .bx-wrapper .bx-controls .bx-prev {
    left: calc((99% - 1170px)/2);
}
#home:hover .bx-wrapper .bx-controls .bx-next {
    right: calc((99% - 1170px)/2);
}
#home a:hover:before {
	width: 100%;
}

/**
 * Footer
 */
footer {
    margin: 0 !important;
}
footer #top-footer {
    padding: 2em 0;
}
#top-footer aside.widget:last-child,
#top-footer .widget div.detail-block:last-child,
#top-footer .widget p:last-child {
	margin: 0;
    padding: 0;
}
#top-footer .tg-column-3 {
	float: right;
}
#top-footer .widget-title {
    padding-bottom: 0.25em;
}
#top-footer .widget-title:after {
    top: 0.25em;
}
#top-footer .detail-block {
    margin-bottom: 0.25em;
}
#top-footer .detail-block p {
    margin-left: 24px;
}
#top-footer .detail-block .detail-text {
    padding: 0;
}
#top-footer .detail-block .detail-title i {
    text-align: center;
}
#top-footer .widget-title {
    text-transform: none !important;
}
#top-footer p {
    color: #fff;
}
#top-footer p.places {
    margin: 0 0 0.5em;
}
#bottom-footer {
    padding: 1em 0;
}
#bottom-footer .copyright-text {
    line-height: 1.5em;
}
/* Social Menu */
#bottom-footer .footer-nav {
    position: fixed;
    top: 16%;
    right: 1%;
    writing-mode: vertical-rl;
    z-index: 1000;
}
#bottom-footer .footer-nav li {
	border-left: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 0;
}
#bottom-footer .footer-nav li a::before,
#bottom-footer .footer-nav li:last-child a {
    color: var(--theme-link);
}
#bottom-footer .footer-nav li a:hover:before {
	font-size: 22px;
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
#bottom-footer .footer-nav li a[href*="linkedin.com"] {
    font: 0/0 a;
    color: transparent;
}
#bottom-footer .footer-nav li a[href*="linkedin.com"]::before {
    content: "\f08c";
    font-size: 21px;
    line-height: 15px;
    padding: 0;
}
/* Feedback */
#bottom-footer .footer-nav li:last-child {
    transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: rgb(174, 10, 70);
	margin-top: 20vh;
    padding: 0.5em;
}
#bottom-footer .footer-nav li:last-child:hover {
    background: rgb(255 18 105);
}
#bottom-footer .copyright a {
    color: inherit;
}
.scrollup {
    right: 1%;
	bottom: 2%;
	width: 1.35em;
    height: 1.35em;
    line-height: 1.35em;
}
.scrollup:hover {
    background-color: #3eefff;
}

header .search-icon,
#home .caption-title,
#home .slides .caption-sub,
footer,
#bottom-footer .copyright {
    pointer-events: none;
}
header .search-icon i {
    line-height: 58px;
}
header .search-icon i,
#bottom-footer .copyright a,
#bottom-footer .footer-nav {
    pointer-events: auto;
}

/**
 * Home
 */
.home .section-wrapper {
	padding: var(--sect-gap) 0 !important;
 }
.home .section-title-wrapper,
#about .about-content-wrapper {
    margin: 0 0 var(--subsect-gap);
}
.home .widget .tg-column-wrapper {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto;
    gap: 3em;
}
.home .widget .tg-column-2 {
    width: 100%;
	margin: 0;
}
.home .widget .tg-column-3 {
    flex: 35%;
	max-width: 350px;
    margin: 0 !important;
}
.home .widget .tg-column-4 {
    flex: 35%;
	width: 21.5%;
	max-width: 350px;
    margin: 0 !important;
}
.home .widget .tg-column-2:first-child {
    width: auto;
	max-width: 25%;
    text-align: right;
}
.home .widget .tg-column-2:last-child {
    max-width: 70%;
}
.home .widget ul {
    margin: 0;
	list-style: inherit;
	line-height: normal;
}
.home .widget ul li {
	border-bottom: none;
	line-height: 20px;
	margin: 20px 0;
}
.home .widget ul li:before {
	content: "";
}
.home .widget_call_to_action_block .parallax-overlay,
.home #himalayas_esol_cta_widget-2 .parallax-overlay {
    background: rgb(50 196 209 / 50%);
}
#home a {
    margin: 0.5em 0 0;
}
#home a,
.cta-text-style-2 .cta-text-btn {
    font-size: 1.2em;
	line-height: 1.5em;
	padding: 0.75em 1em;
	border-color: var(--theme-hover);
}

#about .about-content-wrapper {
    display: flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
}
#about .about-image,
#about .about-content {
    align-self: center;
}
#about .about-image img {
    width: 150px;
}
#about .about-content p {
	margin-bottom: 0;
	font-size: 20px;
}
#about .about-team h4 {
    margin: 0 0 1.5em;
}
#about .about-team,
#about .name,
#about .social {
	text-align: center;
}
#about .members {
    padding-bottom: var(--sect-gap);
}
#about .member {
    flex: none;
	position: relative;
}
#about .member.one:hover {
    margin-bottom: 22em !important;
}
#about .member.two:hover,
#about .member.three:hover,
#about .member.four:hover {
    margin-bottom: 20em !important;
}
#about .member img {
    width: 100%;
	max-width: 300px;
}
#about .image,
#about .sub-wrap {
	transition: transform 350ms ease-in-out 0s;
	-o-transition: transform 350ms ease-in-out 0s;
	-ms-transition: transform 350ms ease-in-out 0s;
	-moz-transition: transform 350ms ease-in-out 0s;
    -webkit-transition: -webkit-transform 350ms ease-in-out 0s;
}
#about .sub-wrap {
    width: 100%;
	position: absolute;
	background-color: #fff;
}
#about .member:hover .image {
	transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
}
#about .member:hover .sub-wrap {
    transform: translateY(-22%) !important;
	-o-transform: translateY(-22%) !important;
	-ms-transform: translateY(-22%) !important;
	-moz-transform: translateY(-22%) !important;
	-webkit-transform: translateY(-22%) !important;
}
#about .info {
    padding: 1em 0;
}
#about .name p {
    margin: 0;
	font-weight: 450;
}
#about .description {
    display: none;
	text-align: left;
	visibility: hidden;
}
#about .member:hover .description {
    opacity: 1;
	visibility: visible;
	display: block;
    background: #fff;
}
#services .service-content-wrapper,
#portfolio .portfolio-content-wrapper {
    width: 800px;
}
#services .image-wrap {
	border: none;
	margin: 0;
	padding: 0;
}
#services .service-desc-wrap {
    width: 350px;
    margin: 0 auto;
    padding-top: 1.5em !important;
}
#services .service-desc-wrap>* {
	color: #000;
}
#services .service-content {
	margin: 1em 0;
}
#services .tg-column-3:hover .service-desc-wrap {
    background-color: var(--theme-blue);
    padding: 5% 1em 7.5%;
}
#services .tg-column-3 .service-title a:hover {
    color: var(--hover-white);
}
#services .tg-column-3:hover .service-read-more {
    font-weight: 500;
	border: 1px solid var(--hover-white);
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3% 4%;
}
#services .tg-column-3:hover .service-read-more:hover {
    color: #000;
    background: var(--hover-white);
	border: none;
}
.home .cta-text-title h2 {
    text-shadow: none;
    text-transform: inherit;
}
.home .cta-text-desc p {
    font-size: 0.9em;
	font-weight: 300;
    line-height: 1.5em;
	color: #fff !important;
}
.cta-text-style-2 .cta-text-btn {
	width: 12em;
}
.cta-text-style-2 .cta-text-btn:before,
.pricing .order a:before,
.pricing .schedule a:before {
    position: absolute;
    top: 0;
	left: 0;
	width: 0;
	height: 100%;
    content: "";
    background: #fff;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.cta-text-style-2 .cta-text-btn:hover:before,
#primary .pricing .order a:hover:before,
#primary .pricing .schedule a:hover:before {
    width: 100%;
    z-index: -9;
}
.cta-text-style-2 .cta-text-btn:hover,
#primary .pricing .order a:hover:before,
#primary .pricing .schedule a:hover:before,
.nf-form-layout input[type=button]:hover {
    font-weight: 400;
}
#primary .pricing .order a:hover,
#primary .pricing .schedule a:hover {
    color: #3077ab !important;
	z-index: 0;
}
#portfolio .portfolio-images-wrapper:hover .port-img {
    opacity: 0.75;
}
#portfolio .portfolio-hover {
    flex-direction: column;
    justify-content: space-evenly;
}
#portfolio .port-link {
    top: 0;
    left: 0;
	width: 100%;
	transform: none;
	-o-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
    position: relative;
    text-align: center;
}
#portfolio .port-link a {
	margin-left: 0;
	pointer-events: none;
}
#portfolio .port-title-wrapper {
    width: 100%;
	bottom: unset;
    position: relative;
	padding: 0 2.5%;
}
#portfolio .port-title {
    line-height: 1.5em;
	margin: 0 0 1em;
}
#portfolio .port-title a {
	padding: 0 5px;
}
#portfolio .port-title a:hover {
    color: var(--theme-blue);
}
#portfolio .port-desc p {
	color: #fff;
}
#contact .tg-column-2:first-child img {
    float: right;
}
#contact .submit-container {
    margin-bottom: 0;
}

/* Testimonials */
.sp-testimonial-free-wrapper .parallax-section {
    background-image:url(/wp-content/uploads/widgets/lake-lonely-tree.jpg);
    background-repeat:no-repeat;
	background-attachment:fixed;
    background-size:cover;
  	padding: 5% 0;
}
.sp-testimonial-free-wrapper .sp-testimonial-free-section {
    padding-top: var(--subsect-gap);
	background-color: #fffc;
	margin: 0 calc((100vw - 1170px)/2);
}
.sp-testimonial-free-wrapper .slick-list {
    margin: 0 !important;
}
.sp-testimonial-free-wrapper .sp-testimonial-item {
    padding: 0;
}
.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title {
	font-size: 30px;
	line-height: 1.3;
	position: relative;	
	margin: 0 0 15px;
}
.sp-testimonial-free-wrapper .sp-testimonial-free-section-title:before,
.sp-testimonial-free-wrapper .sp-testimonial-free-section-title:after {
    position: absolute;
	content: "";
    top: 50%;
	height: 2px;
    width: 108px;
    margin-top: -1px;
	margin-left: calc(-108px - 1em);
    border-top: 2px solid #32c4d1;
}
.sp-testimonial-free-wrapper .sp-testimonial-free-section-title:after {
    margin-left: 1em;
}
.sp-testimonial-free-section .sp-testimonial-title,
.sp-testimonial-free-section .sp-testimonial-free h4 {
  	font-weight: 700;
}
.sp-testimonial-free-section .sp-testimonial-title,
.sp-testimonial-free-section .sp-testimonial-client-designation,
.sp-testimonial-free-section .sp-testimonial-client-testimonial {
	margin: 0 0 1em;
}
.sp-testimonial-free-section .sp-testimonial-client-name {
	margin: 0;
}
.sp-testimonial-free-section .sp-testimonial-content p {
    width: 1170px;
    margin: 0 auto;
	padding: 0 1em;
	line-height: 1.5em;
}
.sp-testimonial-free-wrapper .sp-testimonial-free-section .slick-dots li {
    margin-left: 0.1em;
    margin-right: 0.1em;
}

/*
 * Ninja Forms
 *
 * ID 1: Contact Us page
 * ID 3: Contact Us About Agile Training page
 * ID 4: Contact Us Project Questionaire
 *
 */
.container.contactus,
.nf-before-form-content {
    margin: 0 0 1em;
}
.container.contactus img {
    float: right;
}
.nf-form-cont.boxformat {
    margin: 0 15% 2em;
}
.nf-form-content {
    max-width: initial !important;
}
.nf-field-container {
    max-width: 550px;
}
.nf-field-container.subject {
    width: 100%;
}
.nf-field-container.textbox-container:not(.subject-container),
.nf-field-container.name,
.nf-field-container.email,
.nf-field-container.firstname-container,
.nf-field-container.lastname-container,
.nf-field-container.email-container,
.nf-field-container.list-container {
    width: 50%;
	min-width: 267px;
}
.nf-form-content .textarea-container.reference textarea {
    height: fit-content;
}
.nf-form-layout .nf-help {
    opacity: 0.5;
}
.nf-form-layout .nf-help:before {
	content: '';
}
.nf-form-layout .nf-field-container .nf-field-label {
    line-height: 1em;
    margin-bottom: 0.5em !important;
}
.nf-form-layout .checkbox-container .nf-field-label {
    width: auto !important;
	margin: 0 !important;
}
.nf-form-layout .nf-field-label label {
    font-weight: normal;
}
.nf-form-layout input,
.nf-form-layout textarea {
    background: #f7f7f7e0 !important;
}
.nf-form-layout input[type=button] {
    color: #333 !important;
	background: #f7f7f7 !important;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
    margin: 1em 0 0;
    padding: 3% 4%;
    border: 1px solid #ccc !important;
	transition: background-position 1s;
	-o-transition: background-position 1s;
	-ms-transition: background-position 1s;
	-moz-transition: background-position 1s;
	-webkit-transition: background-position 1s;
    background-image: linear-gradient(to right, #fff 50%, var(--theme-blue) 50%);
    background-size: 200% 100%;
}
.nf-form-layout input[type=button]:hover {
	color: #fff !important;
	background-position: 100% 0;
	background: #32c4d1 !important;
}
.nf-field-element select,
input[type="tel"] {
    color: #666;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    padding: 3px 6px;
}
.nf-form-layout .checkbox-wrap .nf-field-label,
.nf-form-layout .checkbox-wrap .nf-field-element {
    width: inherit;
	text-align: left;
}
.nf-form-layout .nf-form-content select,
.nf-form-layout .nf-form-content input,
.nf-field-container.list-container .nf-field-element div {
	height: 2em !important;
	line-height: 2em !important;
}
.nf-form-layout .nf-form-content .listradio-wrap input {
    float: none;
    height: 0 !important;
    line-height: 0 !important;
}
.nf-form-layout .nf-form-content select {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.nf-form-layout .nf-form-content .listselect-wrap>div div:after {
    position: absolute;
    font-size: 1em;
    height: 2em;
    line-height: 2em;
}
.nf-form-layout .nf-form-content input[type=submit] {
	background: linear-gradient(to right, #32c4d1 52%, #fff0 50%) !important;
	background-position: right bottom !important;
	background-size: 200% 50% !important;
	border: 1px solid #ccc;
	color: #000 !important;
	padding-top: 0;
    padding-bottom: 0;
}
.nf-form-layout .nf-form-content input[type=submit]:hover {
    background-position: left bottom !important;
	color: #fff !important;
}
.nf-form-content .nf-pass.field-wrap .nf-field-element:after {
    right: 5px;
	height: 1em;
    line-height: calc(1em + 2px);
}
.nf-form-content .nf-error.field-wrap .nf-field-element:after {
    top: 0;
    right: 0;
	font-size: 1em;
	line-height: 2em;
	width: calc(2em + 2px);
    height: calc(2em + 2px);
}

/*
 * Other pages
   Slider:	
	314: Lean-Agile Coaches and Instructors
	317: Complex Systems Scaled-Lean-Agile Consultants
	320: Hands-on Technical Professional
   Services:
	358: Project Management
	3564: Servant Leadership
	3566: Agile Teams Talents
	354: Leadership Training
   Portfolio:
	425: Building Agile Enterprise One Team at a Time
	437: Visibility and Management of the Digital Economy
	442: Lean-Agile Scaled One Team At A Time
	422: Hands-on Collaboration of Technical Professionals
   3559: About Us
   Contact:
	456: Contact Us Now
	553: Contact Agile
	564: Contact Project
	3570: Feedback
   3547: One-Stop Agile and Project Management Partnership
   573: Terms and Conditions
   576: Privacy Policy
 */
body.page #page #content,
body.search #page #content,
body.error404 #page #content {
    margin: calc(78px + (var(--sect-gap))) 0 var(--sect-gap);
}
#content article {
    margin: 0;
    padding: 0;
	border-bottom: none;
}
article a {
    font-size: inherit !important;
	font-weight: bold;
}
#content article img {
    margin: 0 0 1em 1em;
}
#content article img.alignleft {
    margin: 0 1em 1em 0;
}
#post-576 ol {
	list-style: upper-alpha;
	list-style-position: inside;
    font-size: 28px;
    font-weight: 700;
	margin-left: 0;
}
#post-576 li h3 {
	display: inline;
}
#post-576 li p {
	font-size: 15px;
	font-weight: 300;
}
.page-id-553 h1,
.page-id-564 h1,
.page-id-4192 h1 {
    line-height: 60px !important;
}
.page-id-553 h1:before,
.page-id-564 h1:before,
.page-id-4192 h1:before {
    background-image: url(/wp-content/uploads/icons/contact-icon.png);
	background-size: contain;
    background-repeat: no-repeat;
    content: "";
	float: left;
	width: 60px;
    height: 60px;
	display: block;
    margin-right: 1em;
}
#content #post-3570 {
    margin: 0 15% 2em;
}
#post-3570:before {
    content: url(/wp-content/uploads/icons/feedback.jpg);
	top: 20%;
	right: 15%;
	opacity: 0.5;
	position: fixed;
	transform: scale(0.625);
	-o-transform: scale(0.625);
	-ms-transform: scale(0.625);
	-moz-transform: scale(0.625);
	-webkit-transform: scale(0.625);
    transform-origin: top right;
	-o-transform-origin: top right;
	-ms-transform-origin: top right;
	-moz-transform-origin: top right;
	-webkit-transform-origin: top right;
	z-index: -9999;
}
.single-post article.category-featured h4 {
    font-size: 28px;
}
.single-post li.next a h4,
.single-post li.next a h5,
.single-post li.previous a h4,
.single-post li.previous a h5 {
    color: #e9e9e9;
}
article.page img.wp-post-image {
    margin-left: 0;
}
.search-results .page-header {
    display: block !important;
}
article .para_quote {
    clear: both;
	justify-content: center;
	margin-bottom: 20px;
}
article .para_quote>div {
	text-align: center;
	border: #ccc 1px solid;
    background-color: var(--theme-blue-bg);
	padding: var(--subsect-gap) 1em;
}
article .para_quote .quote {
    font-weight: 550;
    font-style: italic;
}
article .para_quote .source {
    font-size: xx-small;
    float: right;
}
#content article .content-wrap {
    clear: both;
}
#content article .content-wrap.boxformat {
	margin: 2em auto;
	width: 80%;
}
#content article .content-wrap.boxformat p:last-child,
article .content-list li:last-child {
	margin-bottom: 0;
}
article .content-list {
	border: 1px solid var(--theme-blue-bg);
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin: 0 3em 1em;
	padding: 1em;
}
article .note .content-list {
	list-style: none;
}
article .inner-wrap .content-list {
	width: calc(calc(90% - 300px) - 2em);
	display: inline-block;
    margin: 0 0 1em 2em;
	text-indent: 1em;
}
article .content-list li {
	margin: 0 0 1em;
}
article .note .content-list li {
    display: flex;
}
article .note .content-list li:before {
	content: '';
	width: 1em;
    height: 1em;
	display: inline;
	background-image: url('/wp-content/uploads/icons/checkm.png');
	background-repeat: no-repeat;
    background-size: 1em;
}
#content #post-354 .para_quote,
#content #post-354 img {
    margin-bottom: 2em;
}
#content #post-553 .content-wrap {
    margin-bottom: 20px;
}

/* WooCommerce */
.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

/* Error 404 Page */
section.error-404 img {
    float: right;
    margin: 0 0 0 1em;
}
section.error-404 p {
    text-align: left;
}
section.error-404 .button {
    color: #fff;
    border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    background: #ffb606;
    font-weight: 400;
    line-height: 1;
    padding: 10px;
}
section.error-404 .button,
section.error-404 form {
	margin-left: 1.5em;
}
section.error-404 .button:hover {
    color: #FF4B33;
}
section.error-404 form .search-field {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	width: 40%;
	height: 38.4px;
    padding: 10px;
}
section.error-404 form button {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	line-height: 1;
	height: 38.4px !important;
}

/* Search */
body.search #primary {
    margin-bottom: 1.5em;
}
.search-box .close {
    font-size: 5em;
    top: 20vh;
	right: 1%;
}
.search-box .search-field {
	width: 85%;    
	font-size: 2em;
    padding: 0 2.5%;
    height: 2em;
	border: 2px solid grey;
}
.search-box form .searchsubmit {
    line-height: 2em;
    font-size: 2em;
    height: 2em;
    width: 2em;
    padding: 0;
}
.search-results .result-desc-wrap {
    padding: 10px 0 20px;
    border-bottom: 1px dotted #666;
}
.search-results .result-title a {
    color: #333;
}
.search-results .result-title a:hover,
.search-results .result-read-more:hover {
    color: var(--theme-blue);
    font-weight: 400;
	padding-left: 5px;
}

/**
 * Responsive
 */
@media (max-width: 1250px) {
	#home:hover .bx-wrapper .bx-controls .bx-prev {
		left: 3%;
	}
	#home:hover .bx-wrapper .bx-controls .bx-next {
		right: 3%;
	}
}
@media (max-width: 1200px) {
	.entry-thumbnail {
		width: initial !important;
	}
	#portfolio .portfolio-images-wrapper {
		width: 24.75%;
	}
	#about .member.one:hover {
		margin-bottom: 24em !important;
	}
	#about .member.two:hover,
	#about .member.three:hover,
	#about .member.four:hover {
		margin-bottom: 22em !important;
	}
	.sp-testimonial-free-wrapper .sp-testimonial-free-section {
		margin: 0 2%;
	}
	.sp-testimonial-free-section .sp-testimonial-content p {
		width: 99%;
	}
	#bottom-footer .footer-nav {
		right: 1%;
	}
}
@media (max-width: 1100px) {
	#masthead .header-wrapper .logo img {
		width: 97.5%;
	}
	#home .caption-title,
	#home .slides .caption-sub {
		width: 75%;
	}
	#portfolio .portfolio-content-wrapper {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
	}
	#portfolio .portfolio-images-wrapper {
		flex: 35%;
		max-width: 350px;
	}
	#about .member.one:hover {
		margin-bottom: 27em !important;
	}
	#about .member.two:hover,
	#about .member.three:hover,
	#about .member.four:hover {
		margin-bottom: 25em !important;
	}
}
@media (max-width: 1000px) {
	#home .slides .tg-container {
		transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
	#home .bx-viewport,
	#home .slides figure img {
		object-fit: cover;
		height: calc(40vw + 9em) !important;
	}
	#masthead .header-wrapper .logo img {
		width: 95%;
	}
	#about .members {
		display: block;
		margin: 2.5% 0 0;
		padding: 0;
	}
	#about .member {
		width: 100%;
		max-width: 100%;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
	}
	#about .member,
	#page #about .member:hover {
		margin: 0 0 5% !important;
	}
	#page #about .member.four {
		margin: 0 !important;
	}
	#about .member:last-child {
		margin: 0 !important;
	}
	#about .image {
		width: 30%;
	}
	#about .sub-wrap {
		position: relative;
		width: 70%;
		transform: translateY(calc(50% - 2em));
		-o-transform: translateY(calc(50% - 2em));
		-ms-transform: translateY(calc(50% - 2em));
		-moz-transform: translateY(calc(50% - 2em));
		-webkit-transform: translateY(calc(50% - 2em));
	}
	#about .member:hover .image {
		transform: none;
		-o-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		overflow: hidden;
	}
	#about .member:hover img {
		transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	#about .member:hover .sub-wrap {
		transform: translateY(0%) !important;
		-o-transform: translateY(0%) !important;
		-ms-transform: translateY(0%) !importantt;
		-moz-transform: translateY(0%) !important;
		-webkit-transform: translateY(0%) !important;
	}
	#about .info {
		font-size: larger;
		padding: 0;
	}
	#about .member:hover .info {
		font-size: revert;
	}
	#about .member:hover .description {
		display: block;
		padding: 0 0 0 1em;
	}
}
@media (max-width: 992px) {
	#home .bx-wrapper .bx-controls div>a {
		top: 60%;
	}
}
@media (min-width: 769px) and (max-width: 979px) {
	#home .caption-title {
		font-size: 2em;
	}
	#home .slides .caption-sub {
		font-size: 1.4em;
		line-height: 1.8em;
	}
}
@media (max-width: 950px) {
	.tabs__left {
		padding-left: 1.5em;
	}
	#masthead .header-wrapper .logo img {
		width: 92.5%;
	}
	.home .widget .tg-column-wrapper {
		gap: 2.75em;
	}
}
@media (max-width: 900px) {
	#home .bx-viewport,
	#home .slides figure img {
		object-fit: cover;
		height: calc(42.5vw + 9em) !important;
	}
	#masthead .header-wrapper .logo img {
		width: 90%;
	}
	header .search-icon {
		padding-left: 40px;
	}
	header .search-icon:before {
		left: 20px;
	}
	#home .caption-title {
		font-size: 1.9em;
		border-top: 3.5px solid var(--hover-white);
		border-bottom: 3.5px solid var(--hover-white);
	}
	#home .caption-title:before,
	#home .caption-title:after {
		width: 3.5px;
	}
	#home .caption-title span:before,
	#home .caption-title span:after {
		width: 80px;
		left: -80px;
		height: 3.5px;
	}
	#home .caption-title span:before {
		left: auto;
		right: -80px;
	}
	.home .widget .tg-column-wrapper {
		gap: 2.5em;
	}
	#primary #projectmanagers .flex-wrap {
		margin-top: 0;
	}
	.search-box .search-field,
	.search-box form .searchsubmit {
		font-size: 1.75em;
	}
	.search-box form .searchsubmit {
		line-height: 1.75em;
	}
}
@media (max-width: 850px) {
	.tabs__left {
		padding-left: 1em;
	}
	#masthead .header-wrapper .logo img {
		width: 87.5%;
	}
	#home .bx-viewport,
	#home .slides figure img {
		object-fit: cover;
		height: calc(45vw + 9em) !important;
	}
	#home .caption-title {
		font-size: 1.8em;
		border-top: 3px solid var(--hover-white);
		border-bottom: 3px solid var(--hover-white);
	}
	#home a,
	.cta-text-style-2 .cta-text-btn {
		font-size: 1.15em;
	}
	#home .caption-title:before,
	#home .caption-title:after {
		width: 3px;
	}
	#home .caption-title span:before,
	#home .caption-title span:after {
		height: 3px;
	}
	.home .widget .tg-column-wrapper {
		width: 100% !important;
		gap: 2.25em;
	}
	.home .widget .tg-column-3 {
		max-width: 45vw;
	}
	#services .service-desc-wrap {
		width: 45vw;
		max-width: 350px;
	}
	article .inner-wrap .content-list {
		margin: 0 0 1em 1em;
		width: calc(calc(96% - 300px) - 2em);
	}
}
@media (max-width: 800px) {
	#masthead .header-wrapper .logo img {
		width: 85%;
	}
	#home .caption-title {
		font-size: 1.5em;
		border-top: 2.5px solid var(--hover-white);
		border-bottom: 2.5px solid var(--hover-white);
	}
	#home .caption-title:before,
	#home .caption-title:after {
		width: 2.5px;
	}
	#home .caption-title span:before,
	#home .caption-title span:after {
		height: 2.5px;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn {
		font-size: 1.1em;
	}
	.home .widget .tg-column-wrapper {
		gap: 2em;
	}
	.home h2 {
		font-size: 1.8em !important;
	}
	.home .cta-text-desc p {
		font-size: 0.85em;
	}
	#portfolio .port-link a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	article .inner-wrap .content-list {
		margin: 0 0 1em;
		width: calc(calc(100% - 300px) - 2em);
	}
	#content #post-3570 {
		margin: 0 12.5% 2em;
	}
}

@media (max-width: 768px) {
	.tabs__left {
		width: 25%;
		padding-left: 0.5em;
	}
	.tabs__right {
		width: calc(100% - 25% - 2em);
	}
	#masthead .logo {
		width: 30vw;
		min-width: 172px;
		max-width: 210px;
		padding-left: 1%;
	}
	#masthead .header-wrapper .logo img {
		width: 100%;
	}
	header #site-navigation .menu-toggle {
		margin: 0;
		width: 18.86px;
		line-height: 58px;
	}
	#home .bx-viewport,
	#home .slides figure img {
		object-fit: cover;
		height: calc(48vw + 9em) !important;
	}
	#home .slides .caption-sub {
		font-size: 1.3em;
		line-height: 1.75em;
		margin: 0.5em auto;
	}
	.home .about-content {
		text-align: left;
	}
	.home .widget ul:not[.slick-dots] li {
		margin-left: 5%;
	}
	#services .tg-column-3 {
		float: left;
	}
	#services .tg-column-bottom-margin:not(:last-child) {
		margin-bottom: 2em;
	}
	#contact .tg-column-2:first-child img {
		float: right;
	}
	.cta-text-style-2 .cta-text-btn {
		margin: 1.5em auto 0;
	}
	#projectmanagers .grid-wrap {
		background-color: var(--my-blue-bg);
	}
	footer #top-footer .tg-column-3 {
		float: none;
		width: 33.33%;
	}
	.search-box .search-field,
	.search-box form .searchsubmit {
		font-size: 1.5em;
	}
	.search-box form .searchsubmit {
		line-height: 1.5em;
	}
}
@media (max-width: 750px) {
	#masthead .header-wrapper {
		padding: 9px 0;
	}
	body.page #page #content,
	body.search #page #content,
	body.error404 #page #content {
		margin-top: calc(76px + (var(--sect-gap)));
	}
	#home .caption-title::after,
	#home .caption-title::before {
		display: none;
	}
	#home .caption-title {
		font-size: 1.35em;
		border-top-width: 2px;
		border-bottom-width: 2px;
	}
	#home .caption-title,
	#home .slides .caption-sub {
		width: 80%;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn {
		font-size: 1.05em;
	}
	.home .cta-text-desc p {
		font-size: 0.8em;
	}
	.home .widget .tg-column-wrapper {
		gap: 1.75em;
	}
	#home .caption-title span:after,
	#home .caption-title span:before {
		width: 60px;
		left: -60px;
		height: 2px;
	}
	#home .caption-title span:before {
		left: auto;
		right: -60px;
	}
	#portfolio .port-link a {
		width: 47.5px;
		height: 47.5px;
		line-height: 47.5px;
	}
	article .inner-wrap .content-list {
		width: calc(calc(100% - 300px) - 1em);
		padding: 1em 0.5em;
	}
	#content #post-3570 {
		margin: 0 10% 2em;
	}
	#primary #projectmanagers .flex-wrap {
		background-color: var(--my-blue-bg);
	}
}
@media (max-width: 700px) {
	.col-md-3 {
		width: 45%;
	}
	#masthead .header-wrapper {
		padding: 8px 0;
	}
	#masthead .logo,
	header .search-icon,
	header .search-icon i,
	header #site-navigation .menu-toggle {
		line-height: 56px;
	}
	body.page #page #content,
	body.search #page #content,
	body.error404 #page #content {
		margin-top: calc(72px + (var(--sect-gap)));
	}
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title,
	#page #content h1,
	.search-results header .page-title,
	.scrollup {
		font-size: 1.9em;
	}
	#home .bx-wrapper .bx-controls div>a {
		width: 3%;
	}
	#services .tg-column-3 {
		width: 100%;
	}
	#services .tg-column-3 .service_image_class,
	#services .tg-column-3 .service-desc-wrap {
		width: 100%;
		max-width: 350px;
	}
	.home .widget .tg-column-wrapper {
		gap: 1.5em;
	}
	.home h2 {
		font-size: 1.7em !important;
	}
	#home .caption-title,
	#home .slides .caption-sub {
		width: 77.5%;
	}
	#home .caption-title,
	.home h4,
	#about .about-content p,
	.search-box .search-field,
	.search-box form .searchsubmit {
		font-size: 1.25em;
	}
	#home .slides .caption-sub {
		font-size: 1.2em;
	}
	.home .main-title:before,
	.home .main-title:after {
		width: 100px;
		left: -140px;
	}
	.home .main-title::after {
		left: auto;
		right: -140px;
	}
	#portfolio .port-link a {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	#portfolio .port-title {
		margin: 0 0 0.5em;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn {
		font-size: 1em;
	}
	.cta-text-style-2 .cta-text-title h2 {
		font-size: 26px;
	}
	.nf-field-container {
		width: 100%;
	}
	.search-box form .searchsubmit {
		line-height: 1.25em;
	}
	#content #post-3570 {
		margin: 0 7.5% 2em;
	}
}
@media (max-width: 650px) {
	.tabs__left {
		width: 18%;
	}
	.tabs__right {
        width: calc(100% - 18% - 2em);
    }
	.tabs__left li.show:after {
		top: -4px;
	}
	.tabs__left li p {
		padding: 0.5em 0;
	}
	.tab__content {
		padding: 2em 1.5em;
	}
	#masthead .header-wrapper {
		padding: 7px 0;
	}
	body.page #page #content,
	body.search #page #content,
	body.error404 #page #content {
		margin-top: calc(70px + (var(--sect-gap)));
	}
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title,
	#page #content h1,
	.search-results header .page-title,
	.scrollup {
		font-size: 1.8em;
	}
	#home .caption-title,
	.home h4,
	#services .service-title,
	#about .about-content p {
		font-size: 1.15em;
	}
	#home .slides .caption-sub {
		font-size: 1.1em;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn {
		font-size: 0.95em;
	}
	.home .main-title:before,
	.home .main-title:after {
		width: 90px;
		left: -120px;
	}
	.home .main-title::after {
		left: auto;
		right: -120px;
	}
	.home .widget .tg-column-wrapper {
		gap: 1.25em;
	}
	#portfolio .port-link a {
		width: 42.5px;
		height: 42.5px;
		line-height: 42.5px;
	}
	#page #portfolio .port-desc {
		font-size: 0.95em;
	}
	article .content-list {
		margin: 1em  2.5em;
	}
	footer #top-footer .tg-column-3 {
		width: 45%;
	}
	section.error-404 img {
		width: 50%;
	}
	#content #post-3570 {
		margin: 0 5% 2em;
	}
}
@media (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
	#wpadminbar li>.ab-item,
	#wpadminbar li>.ab-item .ab-icon {
		width: 38px !important;
	}
	#masthead .header-wrapper {
		padding: 6px 0;
	}
	#masthead .logo,
	header .search-icon,
	header .search-icon i,
	header #site-navigation .menu-toggle {
		line-height: 54px;
	}
	body.page #page #content,
	body.search #page #content,
	body.error404 #page #content {
		margin-top: calc(66px + (var(--sect-gap)));
	}
	.search-box .close {
		font-size: 4em;
	}
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title,
	#page #content h1,
	.search-results header .page-title,
	.scrollup {
		font-size: 1.7em;
	}
	.home h2 {
		font-size: 1.6em !important;
	}
	#page #content h5 {
		font-size: 1.15em;
	}
	#home .caption-title,
	#home .slides .caption-sub {
		width: 75%;
	}
	#home .caption-title,
	.home h4,
	#services .service-title,
	#about .about-content p {
		font-size: 1.05em;
	}
	#home .slides .caption-sub {
		display: inherit;
		font-size: 1em;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn,
	#services .service-read-more {
		font-size: 0.9em;
	}
	#home .bx-wrapper .bx-controls {
		display: inherit;
	}
	.home .main-title:before,
	.home .main-title:after {
		width: 80px;
		left: -100px;
	}
	.home .main-title::after {
		left: auto;
		right: -100px;
	}
	.home .sub-title {
		line-height: 1.75em;
	}
	.home .cta-text-desc {
		font-size: initial;
	}
	.home .widget .tg-column-wrapper {
		gap: 1em;
	}
	#portfolio .port-link a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#portfolio .port-title {
		line-height: 1.4em;
	}
	#page #portfolio .port-desc {
		font-size: 0.9em;
		line-height: 1.4em;
	}
	#contact .tg-column-2:first-child img {
		width: 80px;
	}
	.sp-testimonial-free-wrapper .sp-testimonial-free-section-title:before,
	.sp-testimonial-free-wrapper .sp-testimonial-free-section-title:after {
		width: 60px;
	}
	.sp-testimonial-free-wrapper .sp-testimonial-free-section-title:before {
		margin-left: calc(-60px - 1em);
	}
	.search-box .search-field,
	.search-box form .searchsubmit {
		font-size: 1em;
	}
	.search-box form .searchsubmit {
		line-height: 1em;
	}
	article .content-list {
		margin: 1em  2em;
	}
	article .inner-wrap {
		clear: both;
	}
	article .inner-wrap img {
		width: 80%;
		float: none;
		display: block;
		margin: 0 auto 1em !important;
	}
	article .inner-wrap .content-list {
		width: calc(100% - 6em);
		margin: 1em 3em;
		padding: 1em;
	}
	#projectmanagers .grid-wrap .pm-content-2 {
		grid-column: 1 / 3;
		grid-row: 2;
	}
	#projectmanagers .grid-wrap .pm-img {
		grid-column: 2;
		grid-row: 1;
	}
	.nf-form-cont.boxformat {
		width: 75%;
		margin: 0 auto 2em;
	}
	#content #post-3570 {
		margin: 0 2.5% 2em;
	}
}
@media (max-width: 550px) {
	html {
		--sect-gap: 3.5em;
		--subsect-gap: 2.25em;
	}
	.content-tabs__wrapper {
		gap: 1.5em;
	}
	.tabs__left li.show {
		width: calc(100% + 1.6em);
	}
	.tabs__left li.show:after {
		top: -7px;
	}
	.tabs__right {
		width: calc(100% - 18% - 1.5em);
	}
	#masthead .header-wrapper {
		padding: 5px 0;
	}
	body.page #page #content,
	body.search #page #content,
	body.error404 #page #content {
		margin-top: calc(64px + (var(--sect-gap)));
	}
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title,
	#page #content h1,
	.search-results header .page-title,
	.scrollup {
		font-size: 1.6em;
	}
	#page #content h3,
	.sp-testimonial-free-section h3 {
		font-size: 1.5em !important;
	}
	#page #content h5 {
		font-size: 1.1em;
	}
	#home .caption-title,
	#home .slides .caption-sub {
		width: 72.5%;
	}
	#home .caption-title,
	.home h4,
	#services .service-title,
	#about .about-content p {
		font-size: 1em;
	}
	header #site-navigation .menu li a,
	#services .service-content p,
	.nf-form-layout label,
	.nf-form-layout input,
	.nf-form-layout select,
	.nf-form-layout textarea,
	.nf-form-layout .nf-form-fields-required,
	.nf-form-layout .nf-error-msg,
	.nf-form-layout input[type=button],
	.nf-form-content .listselect-wrap .nf-field-element div,
	.nf-form-content .nf-error.field-wrap .nf-field-element:after,
	#page #masthead p,
	#page #content p,
	#page #content li,
	.tab-list li::marker,
	#primary .result-desc-wrap,
	section.error-404 p,
	section.error-404 form,
	#top-footer .detail-block .detail-title,
	#top-footer .detail-block .detail-text,
	#top-footer .footprint p,
	#bottom-footer .footer-nav li:last-child a,
	footer .copyright-text {
		font-size: 0.95em !important;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn,
	#services .service-read-more {
		font-size: 0.85em;
	}
	.home .main-title:before,
	.home .main-title:after {
		width: 70px;
		left: -90px;
	}
	.home .main-title::after {
		left: auto;
		right: -90px;
	}
	.home .sub-title {
		line-height: 1.5em;
	}
	#portfolio .port-link a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	#portfolio .port-title {
		line-height: 1.3em;
	}
	#page #portfolio .port-desc {
		font-size: 0.85em;
		line-height: 1.3em;
	}
	article .content-list {
		margin: 1em  1.5em!important;
	}
	article .inner-wrap .content-list {
		width: calc(100% - 3em);
	}
	.nf-form-cont.boxformat {
		width: 95%;
	}
	.nf-form-content .nf-error.field-wrap .nf-field-element:after {
		width: 2em;
		height: 2em;
		line-height: 2em;
	}
	.page-id-553 h1,
	.page-id-564 h1,
	.page-id-4192 h1 {
		line-height: 55px !important;
	}
	.page-id-553 h1:before,
	.page-id-564 h1:before,
	.page-id-4192 h1:before {
		width: 55px;
		height: 55px;
		margin-right: 0.5em;
	}
	#bottom-footer .footer-nav li:last-child {
		padding: 0.5em 0.45em;
	}
	#content #post-3570 {
		margin: 0 2.0 2em;
	}
}
@media (max-width: 500px) {
	html {
		--sect-gap: 3em;
		--subsect-gap: 2em;
	}
	.tabs__left {
		width: 20%;
	}
	.tabs__right {
		width: calc(100% - 20% - 1.5em);
	}
	.tabs__left li.show {
		width: calc(100% + 1.7em);
	}
	.tabs__left li.show:after {
		top: -3px;
		right: -14px;
		border-width: 25px 0px 25px 15px;
	}
	.tab__content {
		padding: 1.5em 1em;
	}
	.tabs__right li {
		padding-left: 0.5em;
	}
	#masthead .header-wrapper {
		padding: 4px 0;
	}
	#masthead .logo {
		width: 35vw;
		min-width: 125px;
	}
	#masthead .logo,
	header .search-icon,
	header .search-icon i,
	header #site-navigation .menu-toggle {
		line-height: 52px;
	}
	body.page #page #content,
	body.search #page #content,
	body.error404 #page #content {
		margin-top: calc(60px + (var(--sect-gap)));
	}
	.home h2,
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title,
	#page #content h1,
	.search-results header .page-title,
	.scrollup {
		font-size: 1.5em !important;
	}
	#page #content h3,
	.sp-testimonial-free-section h3 {
		font-size: 1.4em !important;
	}
	#page #content h5,
	.sp-testimonial-free-section h4 {
		font-size: 1.05em !important;
	}
	#home .caption-title,
	.home h4,
	#services .service-title,
	#about .about-content p,
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 0.95em;
	}
	header #site-navigation .menu li a,
	#services .service-content p,
	.nf-form-layout label,
	.nf-form-layout input,
	.nf-form-layout select,
	.nf-form-layout textarea,
	.nf-form-layout .nf-form-fields-required,
	.nf-form-layout .nf-error-msg,
	.nf-form-layout input[type=button],
	.nf-form-content .listselect-wrap .nf-field-element div,
	.nf-form-content .nf-error.field-wrap .nf-field-element:after,
	#page #masthead p,
	#page #content p,
	#page #content li,
	.tab-list li::marker,
	#primary .result-desc-wrap,
	section.error-404 p,
	section.error-404 form,
	#top-footer .detail-block .detail-title,
	#top-footer .detail-block .detail-text,
	#top-footer .footprint p,
	#bottom-footer .footer-nav li:last-child a,
	footer .copyright-text {
		font-size: 0.9em !important;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn,
	#services .service-read-more {
		font-size: 0.8em;
	}
	header #site-navigation .menu li a {
		line-height: 2.5em;
	}
	#home .bx-wrapper .bx-controls div>a {
		width: 2.5%;
	}
	.home .widget ul li {
		margin: 18px 0;
	}
	.home .widget .tg-column-wrapper {
		display: block !important;
		width: 99% !important;
	}
	.home .widget .tg-column-3 {
		width: 100% !important;
		max-width: 350px;
		float: none !important;
		margin: 0 auto var(--subsect-gap) !important;
	}
	.home .widget .tg-column-3:last-child {
		margin-bottom: 0 !important;
	}
	.home .widget .tg-column-2:first-child {
		max-width: calc(30% - 1em);
	}
	#portfolio .port-link a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	#portfolio .port-title {
		line-height: 1.5em;
	}
	#page #portfolio .port-desc {
		font-size: 1em;
	}
	#about .member {
		display: block;
	}
	#about .image {
		min-width: 200px;
		margin: 0 auto;
		text-align: center;
	}
	#about .sub-wrap {
		width: 100%;
		margin-top: 5%;
	}
	#about .member:hover .sub-wrap {
		margin: 2.5% 0 5%;
		transform: none !important;
		-o-transform: none !important;
		-ms-transform: none !important t;
		-moz-transform: none !important;
		-webkit-transform: none !important;
	}
	#about .member.four:hover .sub-wrap {
		margin: 2.5% 0 0;
	}
	#contact .tg-column-2 {
		width: 100%;
		max-width: unset;
	}
	#contact .contact-content img.round {
		display: none;
	}
	#contact .contact-content img.block {
		display: block;
		float: none;
	}
	#projectmanagers .grid-wrap {
		grid-template-columns: 100%;
	}
	#projectmanagers .grid-wrap .pm-content-1 {
		grid-column: 1;
		grid-row: 2;
	}
	#projectmanagers .grid-wrap .pm-content-2 {
		grid-column: 1;
		grid-row: 3;
	}
	#projectmanagers .grid-wrap .pm-img {
		grid-column: 1;
		grid-row: 1;
		margin: 2.5% auto 0;
	}
	.nf-form-cont .nf-field-container {
		margin-bottom: 20px;
	}
	.nf-form-layout .nf-field-container .nf-field-label {
		margin-bottom: 0.25em !important;
	}
	article .content-list {
		margin: 1em  1.25em!important;
	}
	article .inner-wrap .content-list {
		width: calc(100% - 2.5em);
	}
	footer #top-footer .tg-column-wrapper {
		display: block;
	}
	footer #top-footer .tg-column-3 {
		width: 95%;
	}
	footer #top-footer .tg-column-3:first-child {
		margin-bottom: 2em;
	}
	.page-id-553 h1,
	.page-id-564 h1,
	.page-id-4192 h1 {
		line-height: 50px !important;
	}
	.page-id-553 h1:before,
	.page-id-564 h1:before,
	.page-id-4192 h1:before {
		width: 50px;
		height: 50px;
		margin: 0 0.5em 1em 0;
	}
	.nf-before-form-content {
		margin: 0.5em 0 1em;
	}
	section.error-404 img {
		width: 40%;
	}
	section.error-404 p {
		margin-bottom: 1em;
	}
	#post-3570:before {
		opacity: 0.25;
	}
}
@media (max-width: 480px) {
	#masthead .header-wrapper:not(.stick) .logo img {
		transform: none;
		-o-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	#home .slides .tg-container {
		margin: 33px 0 0;
	}
	#home .caption-title,
	#home .slides .caption-sub {
		width: 85%;
	}
	.home .main-title:before,
	.home .main-title:after {
		width: 60px;
		left: -80px;
	}
	.home .main-title::after {
		left: auto;
		right: -80px;
	}
}
@media (max-width: 450px) {
	.flex-wrap.row {
		padding: 0 2.5%;
	}
	.col-md-3 {
		width: 100%;
	}
	.section-wrapper.services-training .flex-wrap.column .bottom p {
		width: 85%;
		min-width: 250px;
	}
	.content-tabs__wrapper {
		gap: 1em;
	}
	.tabs__left {
		width: 21%;
	}
	.tabs__left li.show {
		width: calc(100% + 1.2em);
	}
	.tabs__left li.show:after {
		top: -6px;
	}
	.tabs__right {
		width: calc(100% - 21% - 1em);
	}
	.tab__content {
		padding: 1em;
	}
	#masthead .header-wrapper {
		padding: 3px 0;
	}
	body.page #page #content,
	body.search #page #content,
	body.error404 #page #content {
		margin-top: calc(58px + (var(--sect-gap)));
	}
	#home .caption-title {
		letter-spacing: 2px;
	}
	body.page #page #content img {
		width: 100%;
		max-width: 350px;
		display: block;
		float: none;
		margin: 0 auto 1em !important;
		padding: 0 2.5%;
	}
	.home .main-title:before,
	.home .main-title:after {
		width: 50px;
		left: -65px;
	}
	.home .main-title::after {
		left: auto;
		right: -65px;
	}
	.home h2,
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title,
	#page #content h1,
	.search-results header .page-title,
	.search-results .result-title,
	.scrollup {
		font-size: 1.4em !important;
	}
	#page #content h3,
	.sp-testimonial-free-section h3,
	#top-footer .widget-title {
		font-size: 1.3em !important;
	}
	#page #content h5,
	.sp-testimonial-free-section h4 {
		font-size: 1em !important;
	}
	#home .caption-title,
	.home h4,
	#services .service-title,
	#about .about-content p,
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 0.9em;
	}
	header #site-navigation .menu li a,
	#services .service-content p,
	.nf-form-layout label,
	.nf-form-layout input,
	.nf-form-layout select,
	.nf-form-layout textarea,
	.nf-form-layout .nf-form-fields-required,
	.nf-form-layout .nf-error-msg,
	.nf-form-layout input[type=button],
	.nf-form-content .listselect-wrap .nf-field-element div,
	.nf-form-content .nf-error.field-wrap .nf-field-element:after,
	#page #masthead p,
	#page #content p,
	#page #content li,
	.tab-list li::marker,
	#primary .result-desc-wrap,
	section.error-404 p,
	section.error-404 form,
	#top-footer .detail-block .detail-title,
	#top-footer .detail-block .detail-text,
	#top-footer .footprint p,
	#bottom-footer .footer-nav li:last-child a,
	footer .copyright-text {
		font-size: 0.85em !important;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn,
	#services .service-read-more {
		font-size: 0.75em;
	}
	.home .widget ul li {
		margin: 16px 0;
	}
	#portfolio .port-link a {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	#portfolio .port-title {
		line-height: 1.6em;
	}
	.page .nf-form-cont.boxformat {
		margin: 0 0.25em 0;
		padding: 15px;
	}
	article#post-3570 {
		margin: 0 0.25em 2em;
	}
	body.page-id-3570 article:before {
		right: 0.25em;
	}
	section.error-404 p {
		margin-bottom: 0.75em;
	}
	section.error-404 .button,
	section.error-404 form .search-field,
	section.error-404 form button {
		padding: 8px;
	}
	section.error-404 form .search-field,
	section.error-404 form button {
		height: 38.4px !important;
	}
	#content article .content-wrap.boxformat {
		width: 96%;
		padding: 15px;
	}
	article .content-list {
		margin: 1em !important;
	}
	article .inner-wrap .content-list {
		width: calc(100% - 2em);
	}
	.page-id-553 h1,
	.page-id-564 h1,
	.page-id-4192 h1 {
		line-height: 45px !important;
	}
	.page-id-553 h1:before,
	.page-id-564 h1:before,
	.page-id-4192 h1:before {
		width: 45px;
		height: 45px;
	}
	#bottom-footer .footer-nav li:last-child {
		padding: 0.5em 0.35em;
	}
}
@media (max-width: 400px) {
	html {
		--sect-gap: 2.5em;
		--subsect-gap: 1.75em;
	}
	.section-wrapper.services-training .flex-wrap.column .bottom p {
		width: 95%;
	}
	.tabs__left {
		width: 22%;
	}
	.tabs__left li.show {
		width: calc(100% + 1.25em);
	}
	.tabs__left li.show:after {
		top: -3.5px;
		border-width: 20px 0 20px 15px;
	}
	.tabs__right {
		width: calc(100% - 22% - 1em);
	}
	.tabs__right .tab-list {
		padding-left: 0.75em;
	}
	#masthead .header-wrapper {
		padding: 2px 0;
	}
	#masthead .logo,
	header .search-icon,
	header .search-icon i,
	header #site-navigation .menu-toggle {
		line-height: 50px;
	}
	body.page #page #content,
	body.search #page #content,
	body.error404 #page #content {
		margin-top: calc(54px + (var(--sect-gap)));
	}
	header .search-icon {
		padding-left: 20px;
	}
	header .search-icon:before {
		left: 7.5px;
	}
	section.error-404 p.clearfix {
		margin: 0 0 1.5em;
	}
	section.error-404 img {
		width: 30%;
	}
	section.error-404 form .search-field {
		width: 70%;
	}
	.search-box .close {
		font-size: 3em;
	}
	.home h2,
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title,
	#page #content h1,
	.search-results header .page-title,
	.search-results .result-title,
	.scrollup {
		font-size: 1.3em !important;
	}
	#page #content h3,
	.sp-testimonial-free-section h3,
	#top-footer .widget-title {
		font-size: 1.2em !important;
	}
	#page #content h5,
	.sp-testimonial-free-section h4 {
		font-size: 0.95em !important;
	}
	#home .caption-title,
	.home h4,
	#services .service-title,
	#about .about-content p,
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 0.85em;
	}
	header #site-navigation .menu li a,
	#services .service-content p,
	.nf-form-layout label,
	.nf-form-layout input,
	.nf-form-layout select,
	.nf-form-layout textarea,
	.nf-form-layout .nf-form-fields-required,
	.nf-form-layout .nf-error-msg,
	.nf-form-layout input[type=button],
	.nf-form-content .listselect-wrap .nf-field-element div,
	.nf-form-content .nf-error.field-wrap .nf-field-element:after,
	#page #masthead p,
	#page #content p,
	#page #content li,
	.tab-list li::marker,
	#primary .result-desc-wrap,
	section.error-404 p,
	section.error-404 form,
	#top-footer .detail-block .detail-title,
	#top-footer .detail-block .detail-text,
	#top-footer .footprint p,
	#bottom-footer .footer-nav li:last-child a,
	footer .copyright-text {
		font-size: 0.8em !important;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn,
	#services .service-read-more {
		font-size: 0.7em;
	}
	#home .slides .caption-sub p {
		line-height: 1em;
	}
	#home .bx-wrapper .bx-controls div>a {
		width: 3%;
	}
	.home .main-title:before,
	.home .main-title:after {
		width: 40px;
		left: -55px;
	}
	.home .main-title::after {
		left: auto;
		right: -55px;
	}
	.home .widget ul li {
		margin: 14px 0;
	}
	#portfolio .port-title {
		line-height: 1.5em;
	}
	#about .member:hover .description {
		padding: 0 0 0 0.75em;
	}
	.sp-testimonial-free-wrapper .sp-testimonial-free-section-title:before,
	.sp-testimonial-free-wrapper .sp-testimonial-free-section-title:after {
		width: 20px;
	}
	.sp-testimonial-free-wrapper .sp-testimonial-free-section-title:before {
		margin-left: calc(-20px - 1em);
	}
	.nf-form-content .nf-error.field-wrap .nf-field-element:after {
		width: 2.1em;
		height: 2.1em;
		line-height: 2.1em;
	}
	section.error-404 p {
		margin-bottom: 0.5em;
	}
	article .content-list {
		margin: 1em 0.75em !important;
	}
	article .inner-wrap .content-list {
		width: calc(100% - 1.5em);
	}
	#primary article .cta a {
		padding: 1em 1.75em;
	}
	.page-id-553 h1,
	.page-id-564 h1,
	.page-id-4192 h1 {
		line-height: 40px !important;
	}
	.page-id-553 h1:before,
	.page-id-564 h1:before,
	.page-id-4192 h1:before {
		width: 40px;
		height: 40px;
	}
	.g-recaptcha {
		transform: scale(0.955) !important;
		-o-transform: scale(0.955) !important;
		-ms-transform: scale(0.955) !important;
		-moz-transform: scale(0.955) !important;
		-webkit-transform: scale(0.955) !important;
		transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-bottom: -0.5em;
	}
}
@media (max-width: 375px) {
		.g-recaptcha {
		transform: scale(0.88) !important;
		-o-transform: scale(0.88) !important;
		-ms-transform: scale(0.88) !important;
		-moz-transform: scale(0.88) !important;
		-webkit-transform: scale(0.88) !important;
		margin-bottom: -0.75em;
	}
}
@media (max-width: 350px) {
	html {
		--sect-gap: 2em;
		--subsect-gap: 1.5em;
	}
	.section-wrapper.services-training .flex-wrap.column .bottom p {
		width: 100%;
		min-width: unset;
	}
	.content-tabs__wrapper {
		gap: 0.5em;
	}
	.tabs__left {
		width: 24%;
	}
	.tabs__left li.show {
		width: calc(100% + 0.65em);
	}
	.tabs__left li.show:after {
		top: -5px;
	}
	.tabs__right {
		width: calc(100% - 24% - 0.5em);
	}
	#masthead .header-wrapper {
		padding: 1px 0;
	}
	body.page #page #content,
	body.search #page #content,
	body.error404 #page #content {
		margin-top: calc(52px + (var(--sect-gap)));
	}
	#home .slides .tg-container {
		padding: 0;
	}
	.home h2,
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title,
	#page #content h1,
	.search-results header .page-title,
	.search-results .result-title,
	.scrollup {
		font-size: 1.2em !important;
	}
	#page #content h3,
	.sp-testimonial-free-section h3,
	#top-footer .widget-title {
		font-size: 1.1em !important;
	}
	#page #content h5,
	.sp-testimonial-free-section h4 {
		font-size: 0.9em !important;
	}
	#home .caption-title,
	.home h4,
	#services .service-title,
	#about .about-content p {
		font-size: 0.8em;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 0.8em;
	}
	header #site-navigation .menu li a,
	.home .cta-text-desc p,
	#services .service-content p,
	.nf-form-layout label,
	.nf-form-layout input,
	.nf-form-layout select,
	.nf-form-layout textarea,
	.nf-form-layout .nf-form-fields-required,
	.nf-form-layout .nf-error-msg,
	.nf-form-layout input[type=button],
	.nf-form-content .listselect-wrap .nf-field-element div,
	.nf-form-content .nf-error.field-wrap .nf-field-element:after,
	#page #masthead p,
	#page #content p,
	#page #content li,
	.tab-list li::marker,
	#primary .result-desc-wrap,
	section.error-404 p,
	section.error-404 form,
	#top-footer .detail-block .detail-title,
	#top-footer .detail-block .detail-text,
	#top-footer .footprint p,
	#bottom-footer .footer-nav li:last-child a,
	footer .copyright-text {
		font-size: 0.75em !important;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn,
	#services .service-read-more {
		font-size: 0.65em;
	}
	.home .main-title:before,
	.home .main-title:after {
		width: 35px;
		left: -50px;
	}
	.home .main-title::after {
		left: auto;
		right: -50px;
	}
	#home .slides .caption-sub p {
		margin: 0.75em 0;
	}
	#about .about-content p {
		letter-spacing: 1px;
	}
	#home .caption-title,
	#home .slides .caption-sub {
		width: 80%;
	}
	.nf-form-cont .nf-field-container {
		margin-bottom: 15px;
	}
	#portfolio .port-link a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#portfolio .port-title {
		line-height: 1.4em;
	}
	#about .member:hover .description {
		padding: 0 0 0 0.5em;
	}
	.nf-form-layout .nf-field-container .nf-field-label {
		margin-bottom: 0 !important;
	}
	.nf-form-layout .nf-form-content select,
	.nf-form-layout .nf-form-content .listselect-wrap .nf-field-element div,
	.nf-form-layout .nf-form-content input,
	.nf-form-layout .nf-form-content textarea {
		padding: 0.75em;
	}
	.nf-field-container.textbox-container:not(.subject-container),
	.nf-field-container.name,
	.nf-field-container.email,
	.nf-field-container.firstname-container,
	.nf-field-container.lastname-container,
	.nf-field-container.email-container,
	.nf-field-container.list-container {
		width: 100%;
		min-width: unset;
	}
	.nf-form-content .nf-error.field-wrap .nf-field-element:after {
		top: 1px;
		width: 2em;
        height: 2em;
        line-height: 2em;
	}
	footer .detail-block .detail-title,
	footer .detail-block .detail-text {
		font-size: 90%;
	}
	#bottom-footer .footer-nav li:last-child {
		padding: 0.5em 0.25em;
	}
	.page .nf-form-cont.boxformat,
	#content article .content-wrap.boxformat {
		padding: 10px;
	}
	.g-recaptcha {
		transform: scale(0.82) !important;
		-o-transform: scale(0.82) !important;
		-ms-transform: scale(0.82) !important;
		-moz-transform: scale(0.82) !important;
		-webkit-transform: scale(0.82) !important;
		margin-bottom: -1em;
	}
	section.error-404 .button,
	section.error-404 form .search-field,
	section.error-404 form button {
		padding: 6px;
	}
	section.error-404 form .search-field,
	section.error-404 form button {
		height: 30.4px !important;
	}
	.search-box .search-field,
	.search-box form .searchsubmit {
		font-size: 0.9em;
	}
	.search-box form .searchsubmit {
		line-height: 0.9em;
	}
	article .content-list {
		margin: 1em 0.5em!important;
		padding: 0.5em !important;
	}
	article .inner-wrap .content-list {
		width: calc(100% - 1em);
	}
	#primary article .cta a {
		padding: 0.75em 1.5em;
	}
	#primary article .cta p {
		margin: 0 0 0.75em;
	}
	.page-id-553 h1,
	.page-id-564 h1,
	.page-id-4192 h1 {
		line-height: 35px !important;
	}
	.page-id-553 h1:before,
	.page-id-564 h1:before,
	.page-id-4192 h1:before {
		width: 35px;
		height: 35px;
	}
}
@media (max-width: 320px) {
	.g-recaptcha {
		transform: scale(0.76) !important;
		-o-transform: scale(0.76) !important;
		-ms-transform: scale(0.76) !important;
		-moz-transform: scale(0.76) !important;
		-webkit-transform: scale(0.76) !important;
		margin-bottom: -1.5em;
	}
	.home .g-recaptcha {
		margin-bottom: -1em;
	}
}
@media (max-width: 300px) {
	.tabs__left {
		width: 26%;
	}
	.tabs__left li.show {
		width: calc(100% + 0.7em);
	}
	.tabs__left li.show:after {
        top: -2px;
		right: -10px;
		border-width: 15px 0 15px 10px;
    }
	.tabs__right {
		width: calc(100% - 26% - 0.5em);
	}
	.tab__content {
		padding: 1em 0.5em;
	}
	.tabs__right .tab-list p {
		word-break: break-word;
	}
	#masthead .header-wrapper {
		padding: 0;
	}
	body.page #page #content,
	body.search #page #content,
	body.error404 #page #content {
		margin-top: calc(50px + (var(--sect-gap)));
	}
	.home h2,
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title,
	#page #content h1,
	.search-results header .page-title,
	.search-results .result-title,
	.scrollup {
		font-size: 1.1em !important;
	}
	#page #content h3,
	.sp-testimonial-free-section h3,
	#top-footer .widget-title {
		font-size: 1em !important;
	}
	#page #content h5,
	.sp-testimonial-free-section h4 {
		font-size: 0.85em !important;
	}
	#home .caption-title,
	.home h4,
	#services .service-title,
	#about .about-content p,
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 0.75em;
	}
	header #site-navigation .menu li a,
	.home .cta-text-desc p,
	#services .service-content p,
	.nf-form-layout label,
	.nf-form-layout input,
	.nf-form-layout select,
	.nf-form-layout textarea,
	.nf-form-layout .nf-form-fields-required,
	.nf-form-layout .nf-error-msg,
	.nf-form-layout input[type=button],
	.nf-form-content .listselect-wrap .nf-field-element div,
	.nf-form-content .nf-error.field-wrap .nf-field-element:after,
	#page #masthead p,
	#page #content p,
	#page #content li,
	.tab-list li::marker,
	#primary .result-desc-wrap,
	section.error-404 p,
	section.error-404 form,
	#top-footer .detail-block .detail-title,
	#top-footer .detail-block .detail-text,
	#top-footer .footprint p,
	#bottom-footer .footer-nav li:last-child a,
	footer .copyright-text {
		font-size: 0.7em !important;
	}
	#home a,
	.cta-text-style-2 .cta-text-btn,
	#services .service-read-more {
		font-size: 0.6em;
	}
	.home .main-title:before,
	.home .main-title:after {
		width: 25px;
		left: -40px;
	}
	.home .main-title::after {
		left: auto;
		right: -40px;
	}
	#home .slides .caption-sub p {
		margin: 0.5em 0;
	}
	#services .tg-column-3:hover .service-desc-wrap {
		padding: 2.5% 0.5em 7.5%;
	}
	#portfolio .port-link a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	#portfolio .port-title {
		line-height: 1.3em;
	}
	#about .about-content p {
		line-height: 1.5em;
	}
	#about .member:hover .description {
		padding: 0 0 0 0.25em;
	}
	.nf-form-layout .nf-form-content select,
	.nf-form-layout .nf-form-content .listselect-wrap .nf-field-element div,
	.nf-form-layout .nf-form-content input,
	.nf-form-layout .nf-form-content textarea {
		padding: 0.5em;
	}
	.nf-form-content .nf-error.field-wrap .nf-field-element:after {
		top: 2px;
	}
	.g-recaptcha {
		transform: scale(0.6) !important;
		-o-transform: scale(0.6) !important;
		-ms-transform: scale(0.6) !important;
		-moz-transform: scale(0.6) !important;
		-webkit-transform: scale(0.6) !important;
		margin-bottom: -2.5em;
	}
	.home .g-recaptcha {
		margin-bottom: -2em;
	}
	.search-box .search-field,
	.search-box form .searchsubmit {
		font-size: 0.85em;
	}
	.search-box form .searchsubmit {
		line-height: 0.85em;
	}
	article .content-list {
		margin: 0.5em 0.25em !important;
		padding-left: 0.25em !important;
	}
	article .inner-wrap .content-list {
		width: 100%;
	}
	#primary article .cta a {
		padding: 0.75em 1.25em;
	}
	.page-id-553 h1,
	.page-id-564 h1,
	.page-id-4192 h1 {
		line-height: 30px !important;
	}
	.page-id-553 h1:before,
	.page-id-564 h1:before,
	.page-id-4192 h1:before {
		width: 30px;
		height: 30px;
	}
}