/*!
Theme Name: Agilno
Theme URI: https://agilno.com/
Author: Agilno
Author URI: https://agilno.com/
Description: Custom theme for Agilno website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agilno
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
	--ag-main-color: #1585bb;
	--ag-main-light: #61c6f9;
	--ag-dark-blue: #003650;
	--ag-light-blue: #f1f8fb;
	--ag-dark-21: #212121;
	--ag-workflow-gray: #e3e3e3;
	--ag-base-grey: #f6f8f9;
	--ag-ed-grey: #ededed;
	--ag-heading-letter-spacing: -1px;
	--ag-teal: #40BBCF;
	--ag-btn-blue-hover: #137CAE;
}

@font-face {
  font-family: 'Mona Sans';
  src:
    url('fonts/mona-sans/Mona-Sans.woff2') format('woff2 supports variations'),
    url('fonts/mona-sans/Mona-Sans.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
}

@font-face {
	font-family: 'Dharma Gothic E Regular';
	src: url('fonts/dharma-gothic/DharmaGothicE-Regular.eot');
	src: local('Dharma Gothic E Regular'), local('DharmaGothicE-Regular'),
		url('fonts/dharma-gothic/DharmaGothicE-Regular.eot@') format('embedded-opentype'),
		url('fonts/dharma-gothic/DharmaGothicE-Regular.woff2') format('woff2'),
		url('fonts/dharma-gothic/DharmaGothicE-Regular.woff') format('woff'),
		url('fonts/dharma-gothic/DharmaGothicE-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Mona Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
body {
	background: #fff;
	word-break: break-word;
}
body.home.opera #page {
	overflow-x: hidden;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
a {
	color: var(--ag-main-color);
}

a:visited {
	color: var(--ag-main-color);
}

a:hover,
a:focus,
a:active {
	color: var(--ag-main-color);
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #003650;
	border: 1px solid #CBD5D9;
	padding: 10px 20px;
	font-weight: 600;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #003650;
	outline: 3px solid var(--ag-main-color);
	border-color: transparent;
}

::placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #8A969A;
}

::-moz-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #8A969A;
}

select {
	border: 1px solid #CBD5D9;
	padding: 10px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url(images/icons/icon-down-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	font-size: 14px;
	color: #8A969A;
	line-height: 37.5px;
	font-weight: 600;
}

textarea {
	width: 100%;
}


.contact-content {
	max-width: 700px;
}

.wpcf7 .form-field {
	margin-bottom: 20px;
}

.wpcf7 label,
.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 label {
	color: var(--ag-main-color);
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	margin-bottom: 5px;
}

.wpcf7 select {
	display: block;
	width: 100%;
	padding: 10px 20px;
}

.ag-checkboxes .wpcf7-checkbox,
.ag-radios .wpcf7-radio {
	display: block;
}

.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-radio label {
	padding: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
	color: var(--ag-dark-blue);
	padding-left: 40px;
}

.ag-checkboxes .wpcf7-checkbox .wpcf7-list-item,
.ag-radios .wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	margin: 0 0 10px 0;
}

.ag-checkboxes>label,
.ag-radios>label {
	margin-bottom: 25px;
}

.wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox],
.wpcf7-radio .wpcf7-list-item input[type=radio] {
	display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
	position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
	top: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #CBD5D9;
	content: '';
	height: 24px;
	top: -5px;
	left: 0;
	position: absolute;
	width: 24px;
}

.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label:before {
	content: '';
	color: var(--ag-main-color);
	background-image: url(images/icons/icon-checkmark.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.ag-checkbox .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .form-field.above-submit {
	margin-bottom: 100px;
}

.wpcf7 .ag-btn {
	border: none;
	border-radius: 0;
	background: none;
	cursor: pointer;
}

.wpcf7-not-valid-tip {
	display: inline-block;
	background: #dc3232;
	color: #fff;
	margin-top: 8px;
	padding: 5px 20px;
	position: relative;
	border-radius: 3px;
	font-weight: 600;
}

.wpcf7 .use-floating-validation-tip .wpcf7-not-valid-tip {
	background: #dc3232;
	width: auto;
}

.wpcf7-not-valid-tip::before {
	position: absolute;
	content: '';
	left: 15px;
	top: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #dc3232;
}

.agcf7-spinner {
	display: block;
	margin: 15px auto;
}

.wpcf7 form.wpcf7-form {
	position: relative;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
	color: var(--ag-dark-blue);
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	margin: -30px 0 0 0;
	width: 100%;
	text-align: center;
}

.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
	border-color: var(--ag-main-color);
	font-size: 20px;
}

.wpcf7 .codedropz-upload-handler .codedropz-upload-container {
	padding: 25px 20px;
}

.wpcf7 .codedropz-upload-handler {
	border: 1px dashed #CBD5D9;
}

.wpcf7 .codedropz-upload-handler h3 {
	font-size: 14px;
	color: #8A969A;
	text-align: center;
	line-height: 37.5px;
	font-weight: 600;
}
.relative {
	position: relative;
}
.fc-main {
	color: var(--ag-main-color);
}
.fc-teal {
	color: var(--ag-teal);
}
.bc-main {
	background-color: var(--ag-main-color);
}

.fc-main-light {
	color: var(--ag-main-light);
}
.cs-link a.fc-dark-blue, 
.next-case-study-title a.fc-dark-blue, 
.fc-dark-blue {
	color: var(--ag-dark-blue);
}
.bc-main-light {
	background-color: var(--ag-main-light);
}

.bg-dark {
	background-color: #212121;
}
.bg-dark-blue {
	background-color: #003650;
}
.bg-base-gray,
.bg-base-grey,
.bg-gray-689 {
	background-color: #f6f8f9;
}
.ag-hero-title {
	font-size: 72px;
	line-height: 100%;
	letter-spacing: var(--ag-heading-letter-spacing);
}
.ag-h1 {
	font-size: 50px;
	line-height: 100%;
	letter-spacing: var(--ag-heading-letter-spacing);
}
.ag-h2 {
	font-size: 32px;
	line-height: 125%;
	letter-spacing: var(--ag-heading-letter-spacing);
}
.ag-h3 {
	font-size: 24px;
	line-height: 125%;
	letter-spacing: var(--ag-heading-letter-spacing);
}
.ag-fwr {
	font-weight: 400;
}
.ag-fwm {
	font-weight: 500;
}
.ag-fwb {
	font-weight: 700;
}
.ag-b17 {
	font-size: 17px;
	line-height: 150%;
}
.ag-p14 {
	font-size: 16px;
	line-height: 150%;
}
.ag-d10 {
	font-size: 10px;
	line-height: 150%;
}
.text-upper {
	text-transform: uppercase;
}
a.underline-none, 
.underline-none {
	text-decoration: none;
}
.fs-italic {
	font-style: italic;
}
.ag-mb-0 {
	margin-bottom: 0;
}
.ag-mb-5 {
	margin-bottom: 5px;
}
.ag-mb-10 {
	margin-bottom: 10px;
}
.ag-mb-15 {
	margin-bottom: 15px;
}
.ag-mb-20 {
	margin-bottom: 20px;
}
.ag-mb-25 {
	margin-bottom: 25px;
}
.ag-mb-30 {
	margin-bottom: 30px;
}
.ag-mb-16 {
	margin-bottom: 16px;
}
.ag-mb-32 {
	margin-bottom: 32px;
}
.list-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-tabs {
	display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs button {
	background: none;
	cursor: pointer;
}
.fade:not(.show) {
    opacity: 0;
}
.fade {
    transition: opacity .15s linear;
}
.text-white {
	color: #fff !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.text-center {
	text-align: center !important;
}
.w-100 {
	width: 100%  !important;
}
.slide-1 {
	width: 100%;
	height: 500px;
	background-image: url(images/road.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-mask-image: url(images/svg/3-blue-lines.svg);
	mask-image: url(images/svg/3-blue-lines.svg);
}
#page {
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.top-banner {	
	background: linear-gradient(90deg, #1585BB 0%, #40BBCF 100%);
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	max-height: 500px;
	position: relative;
	transition: max-height 0.5s;
}
.blog .top-banner, 
.single-post .top-banner {
	display: none;
}
.single.single-post #page {
	margin-top: 0;
}
.top-banner .content {
	padding: 8px 24px;	
}
.top-banner .tb-logo {
	padding-top: 7px;
    padding-left: 5px;
}
.top-banner .tb-link {
	color: #fff;
	margin-left: 7px;
}
#tb-close {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	margin-top: 3px;
}
.top-banner.hide {
	max-height: 0;
	overflow: hidden;
}

#masthead {
	background-color: #fff;
	padding: 0;
	z-index: 100000;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
	/*transition: all .3s ease .3s;*/
}
.masthead-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#masthead.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}
body.admin-bar #masthead, 
body.admin-bar #masthead.sticky {
	top: 32px;
}
#masthead .ag-logo img {
	display: block;
	height: 24px;
}
.menu-open #masthead.sticky .main-navigation {
	top: 5px;
}
.menu-open #masthead {
	height: 100vh;
}

body.page:not(.home) .header-wrap,
body.archive .header-wrap,
body.blog .header-wrap {
	background-color: var(--ag-dark-blue);
	color: #fff;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.menu a {
	text-decoration: none;
}

.menu-open {
	overflow: hidden;
}

.main-navigation {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.main-navigation .close-text {
	opacity: 0;
	visibility: hidden;
	margin-right: 20px;
	position: fixed;
	right: 80px;
	font-weight: 600;
	width: max-content;
	display: inline-block;
	z-index: 1010;
	transform: translateX(-50px);
	transition: all .2s;
}
.menu-open .main-navigation .close-text {
	transform: translateX(0);
}
.menu-open .main-navigation .close-text {
	opacity: 1;
	visibility: visible;
}

.main-navigation .hamburger-lines {
	height: 50px;
	width: 50px;
	position: relative;
	z-index: 1010;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.main-navigation .menu-toggle {
	width: 40px;
    height: 50px;
	position: relative;
	z-index: 10000;
}
.main-navigation .menu-toggle .icon {
	transition-duration: 0.5s;
    position: absolute;
    height: 0px;
    width: 30px;
    top: 20px;
    background-color: var(--ag-dark-blue);
}
.main-navigation .menu-toggle .icon:before {
	transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: var(--ag-dark-blue);
    content: "";
    top: 0;
}
.main-navigation .menu-toggle .icon:after {
	transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: var(--ag-dark-blue);
    content: "";
    top: 6px;
}
.main-navigation .hamburger-lines .line {
	display: block;
	height: 3px;
	width: 18px;
	background: #333;
}
.menu-open .main-navigation .menu-toggle .icon:before {
	transform: rotateZ(45deg) translate(2px, 2px);
}
.menu-open .main-navigation .menu-toggle .icon:after {
	transform: rotateZ(-45deg) translate(2px, -2px);
}
.main-navigation .hamburger-lines .line1 {
	transform-origin: 5px 7px;
	transition: transform 0.5s ease-in-out;
}

.main-navigation .hamburger-lines .line2 {
	transition: transform 0.2s ease-in-out;
}

.main-navigation .hamburger-lines .line3 {
	transform-origin: 5px -3px;
	transition: transform 0.5s ease-in-out;
}

.menu-open .hamburger-lines .line1 {
	transform: rotate(36deg);
}

.menu-open .hamburger-lines .line2 {
	transform: scaleY(0);
}

.menu-open .hamburger-lines .line3 {
	transform: rotate(-36deg);
}

.ag-menu-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	display: flex;
	transform: translateX(-120%);
	transition: all .5s;
	overflow: hidden;
}
.menu-open .ag-menu-wrap {
	transform: translateX(0);
}
.agm-left {
	width: 40%;
    position: relative;
    overflow: hidden;
}
.agm-left img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.agm-left .img-overlay {
	position: absolute;
	content: '';
	inset: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 10;
}
#menu-logo-white {
	position: absolute;
	left: 130px;
    top: 30px;
    z-index: 100;
}
.menu-open .top-banner {
	max-height: 0;
}
.agm-right {
	width: 60%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
    overflow-y: auto;
}
.ag-menu-wrap .primary-menu-container {
	height: 100%;
}
.ag-menu-wrap:not(.agm-higher) .primary-menu-container {
	display: flex;
    /*justify-content: center;*/
    align-items: center;
}
.ag-menu-wrap.agm-higher .primary-menu-container {
	display: block;
}
.admin-bar .ag-menu-wrap {
	top: 32px;
}
.ag-menu {
	height: 100%;
}
#primary-menu {
	margin: 0;
	counter-reset: count;
	width: 80%;
}

#primary-menu>li {
	counter-increment: count;
	width: 80%;
}
@media (min-width: 768px) {
	#primary-menu>li {
		opacity: 0;
		transform: translateX(-30%);
		transition: all .3s cubic-bezier(0.1, 1.26, 0.95, 0.97) calc(var(--pm-item)*0.1s + .3s);
	}
	.menu-open #primary-menu>li {
		opacity: 1;
		transform: translateX(0);
	}
}

#primary-menu a {
	color: var(--ag-dark-blue);
	font-size: 17px;
	position: relative;
	z-index: 100;
	font-weight: 700;
	line-height: 1.5;
	transition: all .3s;
}
#primary-menu .menu-item.featured a {
	font-size: 50px;
	line-height: 1;
	padding: 5px 0;
}
#primary-menu .menu-item.featured.item-mb {
	margin-bottom: 24px;
}
#primary-menu a:hover {
	color: var(--ag-main-color);
}
.external-link {
	margin-left: 5px;
}

@media (hover: hover) and (pointer:fine) {
	#primary-menu>li:hover::after {
		bottom: -10px;
	}
	.ag-blog-post .entry-title a:hover {
		background-position-x: right;
		background-position-y: bottom;
		background-size: 100% 100%;
	}
	.ag-blog-post .post-cats a:hover::before {
		opacity: 1;
		top: 0;
	}
	
	.ag-blog-post .post-cats a:hover::after {
		opacity: 1;
		bottom: 0;
	}
	.post-thumb a:hover::before {
		bottom: 0;
		top: 100%
	}
}

.ag-menu .socials {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translate(0, -50%);
}

.ag-menu .socials li {
	opacity: 0;
	transition: all .3s linear calc(var(--social-item)*0.2s + .3s);
}
.menu-open .ag-menu .socials li {
	opacity: 1;
}
.socials li {
	text-align: center;
}

.ag-menu .social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	padding: 0;
	margin: 0;
}

.ag-menu .social-links li {
	opacity: 0;
	transition: all .3s linear calc(var(--social-item)*0.2s + .3s);
}
.menu-open .ag-menu .social-links li {
	opacity: 1;
}
.ag-menu .social-links a {
	color: var(--ag-dark-blue);
	font-weight: 500;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.home .header-wrap {
	padding-bottom: 0 !important;
	background-size: 100% 92%;
	background-repeat: no-repeat;
    background-color: #fff;
}
.hero-home {
	padding: 165px 0;
	position: relative;
}
.hero-home .content {
	position: relative;
	z-index: 100;
}
.hero-home-btn {
	margin-top: 40px;
}
#hero-home-btn {
	cursor: pointer;
}
.hero-home .blue-lines {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.hero-home .blue-line {
	background-color: #004769;
	height: 31.5%;
	width: 100%;
	margin-top: 1.5%;
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero-home .blue-line.blue-line-1 {
	transform: translateX(30%);
}
.hero-home .blue-line.blue-line-3 {
	transform: translateX(20%);
}
.home-hero-title {
    font-size: clamp(45px, 8vw, 72px); 
    line-height: 100%;
	font-weight: 700;
    letter-spacing: var(--ag-heading-letter-spacing);
	color: #fff;
	margin: 0;
}
.ht-word {
	width: max-content;
}
.ht-word span {
	position: relative;
	z-index: 10;
}
.ht-word .hero-svg-wrap {
	position: absolute;
	left: 0;
	max-width: 100%;
	z-index: 1;
	overflow: hidden;
}
.ht-word svg {
	max-width: 100%;
}
.ht-word.hero-dp .hero-svg-wrap {
	width: 97%;
	bottom: -12px;
}
.ht-word.hero-dp .hero-svg-wrap .svg-over, 
.ht-word.hero-exp .hero-svg-wrap .svg-over, 
.ht-word.hero-transf .hero-svg-wrap .svg-over {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--ag-dark-blue);
	z-index: 5;
	animation-name: slideRight;
	animation-fill-mode: forwards;
}
.ht-word.hero-dp .hero-svg-wrap .svg-over {
	animation-duration: 2s;
	animation-delay: 1s;
}
.ht-word.hero-exp .hero-svg-wrap {
	width: 100%;
	bottom: -12px;
}
.ht-word.hero-exp .hero-svg-wrap .svg-over {
	height: 80%;
	animation-duration: 2s;
	animation-delay: 2s;
}
.ht-word.hero-transf .hero-svg-wrap {
	width: 88%;
	left: 12%;
	bottom: -12px;
}
.ht-word.hero-transf .hero-svg-wrap .svg-over {
	animation-duration: 2s;
	animation-delay: 3s;
}
@keyframes slideRight {
	from {
		left: 0;
	}
	to {
		left: 100%;
	}
}
.home .hero-image {
	position: relative;
}
.home .hero-image .top {
	position: absolute;
	right: 0;
	top: 4vw;
}
.home .hero-image .top img {
	width: 60vw;
}
.home .hero-image .middle {
	padding-top: 13vw;
	
}
.home .hero-image .bottom {
	position: absolute;
	left: 0;
	bottom: -7vw;
}
.home .hero-image .bottom img {
	width: 42.5vw;
}
.home .hero-image .content {
    color: #fff;
}
.home .hero-image .hi-text {
	font-size: clamp(38px, 3vw, 60px);
	line-height: 1.2;
}
.home .hero-image .hi-btn {
	margin-top: 20px;
}
.home .hero-image .ag-btn {
	font-weight: 600;
}
.hero-title {
	visibility: hidden;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: var(--ag-heading-letter-spacing);
	margin: 0;
}
.hero-title p {
	margin: 0;
}
.wwd-cursor-v2 {
	width: 2px;
	height: 40px;
	background-color: var(--ag-dark-blue);
	display: inline-block;
	transform: translateY(1px);
}
.ag-blog-post .post-thumb img {
	width: 100%;
}

.featured-post {
	position: relative;
}

.ag-blog-post .entry-title a {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: var(--ag-heading-letter-spacing);
	text-decoration: none;
	display: inline-block;
	position: relative;
	background-image: linear-gradient(transparent 90%, var(--ag-main-color) 0, var(--ag-main-color));
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: 0 100%;
	display: inline;
	text-decoration: none;
	transition: background-size .3s ease-in-out 0s, background-position 0s ease-in-out .3s;
}
.more-articles-wrap .title {
	font-size: 19px;
	color: var(--ag-main-color);
	text-align: center;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 35px;
}

.more-articles .excerpt {
	font-size: 16px;
	color: var(--ag-dark-blue);
	line-height: 21px;
	font-weight: 600;
}

.ag-blog-post.more-post .entry-title {
	font-size: 30px;
}

.ag-blog-post .post-cats {
	margin-top: 10px;
}

.ag-blog-post .post-cats a {
	font-size: 13px;
	color: var(--ag-dark-blue);
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.ag-blog-post .post-cats a::before,
.ag-blog-post .post-cats a::after {
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	width: 100%;
	z-index: 10;
	background-color: var(--ag-main-color);
	transition: all .3s ease-in-out;
}

.ag-blog-post .post-cats a::before {
	opacity: 0;
	top: 100%;
}

.ag-blog-post .post-cats a::after {
	opacity: 0;
	bottom: 100%;
}
.ag-blog-post .entry-title {
	text-align: left;
	margin-bottom: 15px;
}

.ag-blog-post .excerpt {
	color: var(--ag-dark-blue);
	font-size: 16px;
	line-height: 1.5;
}

.post-thumb a,
.post-thumb img {
	display: block;
}

.post-thumb a {
	position: relative;
	overflow: hidden;
}

.post-thumb a::before {
	--agilno-ptbg-duration: .7s;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: bottom var(--agilno-ptbg-duration) cubic-bezier(0.12, 0.98, 0.26, 1.12) 0s,
		top var(--agilno-ptbg-duration) cubic-bezier(0.63, 0.02, 0.29, 0.98) .2s;
	transition: bottom var(--agilno-ptbg-duration) cubic-bezier(0.12, 0.98, 0.26, 1.12) 0s,
		top var(--agilno-ptbg-duration) cubic-bezier(0.63, 0.02, 0.29, 0.98) .2s;
}

.ag-ns-wrap {
	max-width: 730px;
	margin: 0 auto;
}

.ag-ns-wrap .title {
	font-size: 33px;
	color: #FFFFFF;
	text-align: center;
	line-height: 37px;
	font-weight: 600;
}
.single #page {
	margin-top: 80px;
}
.single.single-agln_cs_content #page {
	margin-top: 0;
}
.single.single-agln_landing #page {
	margin-top: 0;
}
.landing-header {
	background-color: var(--ag-dark-blue);
	color: #fff;
	padding-top: clamp(50px, 9vw, 110px);
	padding-bottom: clamp(50px, 9vw, 110px);
	padding-left: 24px;
	padding-right: 24px;
}
.landing-header > .container > .row {
	align-items: center;
}
.landing-header .hero-logo svg {
	width: 88px;
}
.landing-header h1 {
	font-size: 50px;
	line-height: 1;
}
.landing-header .hero-text, 
.landing-header .hero-text p {
	font-size: 14px;
	line-height: 21px;
}
.landing-header .bcf-title {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 32px;
}
.landing-header .wpcf7 .input-group {
	margin-bottom: 16px;
}
.landing-header .wpcf7 .input-group.submit {
	margin-top: 32px;
}
.landing-header .wpcf7 label {
	font-size: 12px;
	font-weight: 500;
	line-height: 150%;
	color: #fff;
	padding: 0;
	margin-bottom: 8px;
}
.landing-header .wpcf7 input:not([type="submit"]) {
	background-color:rgba(228, 239, 242, 0.2);
	border: solid 1px rgba(244, 250, 252, 0.1);
	border-radius: 8px;
	color: #fff;
}
.landing-header .wpcf7 input:not([type="submit"])::placeholder {
	color: rgba(255, 255, 255, 0.8);
}
.bfc-form .agcf7-spinner {
	display: inline-block;
	margin: 0 24px;
}
.landing-header .wpcf7 button.ag-btn-blue:hover, 
.landing-header .wpcf7 button.ag-btn-blue:active {
	border-color: var(--ag-main-color);
}
.landing-header .wpcf7 form.wpcf7-form .wpcf7-response-output {
	position: relative;
	margin: 2em 0.5em 1em;
	color: #fff;
}
.single-agln_landing .awards-section.bg-base-gray {
	background-color: #fff;
}
.single-agln_landing .awards-section .description {
	display: none;
}
body.opera {
	overflow-x: hidden;
}
.single-agln_landing.postid-1279 #masthead {
	display: none;
}
.single-agln_landing.postid-1279 .hero-wrap {
	margin-top: 0 !important;
}
.landing-header.bg-white {
	background-color: #fff;
	color: var(--ag-dark-blue);
}
.landing-header.dwp .landhead-col {
	visibility: hidden;
}
.landing-header.bg-white .cs-content-section-1 {
	padding: 32px 0 0;
}
.landing-header.dwp .hero-text {
	padding-top: 32px;
	border-top: solid 1px #ededed;
}
.landing-header.dwp .hero-text p, 
.landing-partnerships .ps-text p {
	font-size: 16px;
	line-height: 1.5;
}
.landing-header.dwp .hero-text p:last-child {
	margin-bottom: 32px;
}
.single-agln_landing .calendly-overlay .calendly-popup {
	max-height: unset;
}

.landing-partnerships .ps-text {
	font-size: 14px;
	line-height: 21px;
	color: var(--ag-dark-blue);
}
.bg-base-gray .separator-text span {
	background: var(--ag-base-grey);
}
.col-ps-video {
	position: relative;
}
.col-ps-video .btn-ps-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dwp-steps .step {
	color: var(--ag-dark-blue, #003650);
}
.dwp-steps .step .dwp-subtitle {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
}
.dwp-steps .step .dwp-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.96px;
	margin: 8px 0 16px;
}
.dwp-steps .step .dwp-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
.agln_landing-template-template-landing-affiliate #masthead {
	display: none;
}
.affiliate .landing-header.elevate {
	position: relative;
	padding-bottom: clamp(50px, 9vw, 160px);
}

.affiliate .landing-header.elevate .hero-logo, 
.affiliate .landing-header.elevate .hero-text {
	margin-bottom: 40px;
} 
.affiliate .landing-header.elevate .hero-title {
	font-size: clamp(45px, 8vw, 72px);
	font-weight: 700;
	line-height: 100%; /* 72px */
	letter-spacing: -2.16px;
	padding: 0;
} 
.affiliate .landing-header.elevate .hero-text {
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: 125%; /* 40px */
	letter-spacing: -0.96px;
	padding: 0;
} 
.ag-btn-dark-outline {
	border: solid 2px var(--ag-dark-blue);
	color: var(--ag-dark-color);
}
.ag-btn-dark-outline:hover {
	background-color: var(--ag-dark-blue);
	border: solid 2px #fff;
	color: #fff;
}
a.ag-btn-dark-bg {
	background-color: var(--ag-dark-blue);
	color: #fff;
}
.hero-btns a {
	display: inline-flex;
	padding: 16px 40px;
	line-height: 2;
}
.hero-btns a:first-child {
	margin-right: 8px;
}
.hero-btns a {
	margin-bottom: 16px;
}
.hero-btns a svg {
	margin-left: 8px;
}
.guide-form-section {
	padding: 60px 24px;
}
.gf-card {
	background: #fff;
	padding: 64px;
	border-radius: 8px;
	box-shadow: 0px 0px 20px 0px rgba(43, 45, 46, 0.10);
	margin-top: -100px;
	position: relative;
    z-index: 1000;
}
.gf-card .subtitle {
	color: var(--ag-dark-blue);
	font-size: 14px;
	line-height: 150%;
	margin-top: 8px;
}
.bg-base-gray .gf-card .separator-text span {
	background: #fff;
}
.gf-card .csc-service {
	font-size: 17px;
	line-height: 150%;
}
.gf-card .csc-services li:first-child {
	font-weight: 700;
}
.wpcf7 .free-guide .row {
	margin-bottom: 16px;
}
.wpcf7 .free-guide div[class^="col-md"] p, 
.wpcf7 .free-guide div[class^="col-md"] {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wpcf7 .free-guide input,
.wpcf7 .free-guide select {
	border-radius: 8px;
	border: 1px solid #E4EFF2;
	background-color: #F4FAFC;
	color: var(--ag-dark-blue);
	font-size: 16px;
    line-height: 150%;
}
.wpcf7 .free-guide select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.8332 7L9.99984 12.8333L4.1665 7' stroke='%23003650' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	font-weight: 400;
}
.wpcf7 .free-guide label {
	padding: 0;
	margin-bottom: 8px;
	display: block;
	color: var(--ag-dark-blue);
	font-size: 12px;
	line-height: 150%;
}
.wpcf7 .free-guide ::placeholder {
	color: #BBC3C6;
}
.wpcf7 .free-guide .ag-checkbox .wpcf7-list-item-label {
	display: block;
}
.wpcf7 .free-guide .ag-checkbox label {
	margin-bottom: 0;
}
.wpcf7 .free-guide button {
	display: flex;
	padding: 16px 40px;
	background: var(--ag-dark-blue);
	border: solid 1px var(--ag-dark-blue);
	width: fit-content;
} 
.wpcf7 .free-guide button svg {
	margin-left: 8px;
}
.wpcf7 .free-guide .wpcf7-spinner {
	position: absolute;
    z-index: 10000;
    left: 50%;
}
.affiliate .wpcf7 form.wpcf7-form .wpcf7-response-output {
	position: relative;
	margin: 0;
}
.success-story .title {
	margin-bottom: 24px;
}
.success-story .subtitle {
	color: var(--ag-dark-blue);
	font-size: 32px;
	line-height: 125%;
	font-weight: 300;
	margin-bottom: 32px;
}
.success-story {
	
	position: relative;
}
.success-story-bg {
	position: absolute;
	content: '';
	inset: 0;
	background-image: url('images/landing/affiliate/phones-vetster-2.png');
    background-repeat: no-repeat;
}
.success-story .col-image {
	visibility: hidden;
}
.success-story .col-image img {
	opacity: 0;
	visibility: hidden;
}
.results-section {
	background-color:#40389D;
	color:#fff;
	padding: 80px 24px;
}
.results-section .outcomes {
	margin: 0;
}
.results-section .outcome {
	border-left: solid 2px rgb(213, 82, 145);
    padding-left: 24px;
}
.phones-section {
	position: relative;
	overflow: hidden;
}
.phones-section img {
	width: 100%;
	display: block;
	display: none;
}
.phones-section .phones-section-bg {
	background-image: url('images/landing/affiliate/bg-phones-vetster.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
	height: 150%;
}
@media (min-width: 992px) {
	.phones-section {
		height: 550px;
	}
}
@media (max-width: 991px) {
	.phones-section {
		height: 50vh;
	}
	.phones-section .phones-section-bg {
		height: 80vh;
	}
}
.affiliate .cs-agt-desc .text {
	color: var(--ag-dark-blue);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.affiliate .cs-agt-quote {
	color: var(--ag-dark-blue);
}
.affiliate .cs-agt-data .company {
	font-style: normal;
}
.guide-desc-section {
	background: linear-gradient(151deg, #005279 0.55%, #00334B 82.13%);
	color: #fff;
}
.guide-desc-section .row:nth-child(1) {
	margin-bottom: 88px;
}
.guide-desc-section .row .gd-image {
	background-color: #1B5185;
	display: flex;
	padding: 48px 75px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 8px;
}
.guide-image {
	max-width: 260px;
}
.guide-desc-section .row.row-reverse .gd-image {
	background-color: #F6F8F9;
}
.guide-desc-section .title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 125%; /* 40px */
	letter-spacing: -0.96px;
	margin-bottom: 8px;
}
.guide-desc-section .gd-text {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
	margin-bottom: 40px;
}
.guide-desc-section .logo {
	margin-bottom: 40px;
}
.guide-desc-section .btns a {
	display: inline-flex;
    padding: 16px 40px;
    line-height: 23px;
	margin-bottom: 40px;
}
.guide-desc-section .btns svg {
	margin-left: 8px;
}
.affiliate .landing-header.elevate .ht-word {
	display: inline-block;
}
.affiliate .landing-header.elevate .ht-word.hero-exp .hero-svg-wrap .svg-over {
	background-color: #fff;
}
.ag-btn-white-outline, 
a.ag-btn-white-outline {
	border: solid 2px #fff;
    color: #fff;
}
.ag-btn-rounded {
	text-align: center;
}
.get-started.landing {
	background-color: var(--ag-main-color);
	color: #fff;
	padding: 64px 0;
}
.get-started.landing .col-lg-12 {
	max-width: 850px;
	margin: auto;
    text-align: center;
}
.get-started.landing .logo {
	margin-bottom: 40px;
}
.get-started.landing .title {
	font-size: 50px;
	line-height: 1;
	color: #fff;
	max-width: unset;
	margin-bottom: 16px;
}
.get-started.landing .text {
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 40px;
}
.single-post .post {
	position: relative;
}

.single-post .post-thumb {
	max-height: 520px;
	overflow: hidden;
}

.single-post .post-thumb img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	object-position: center;
}

.single-post .entry-title {
	font-size: 50px;
	color: var(--ag-main-color);
	font-weight: 700;
	letter-spacing: var(--ag-heading-letter-spacing);
	text-align: center;
}

.single-post .entry-meta {
	text-align: center;
	font-size: 17px;
	line-height: 1.5;
	color: var(--ag-main-color);
	font-weight: 700;
}

.single-post .bullet {
	margin: 0 10px;
}

.single-post .entry-content {
	color: var(--ag-dark-blue);
	font-size: 16px;
	font-weight: 400;
	max-width: 800px;
	margin: 45px auto;
}

.post-btn-back {
	text-align: center;
}

.post-btn-back.after-thumb {
	margin-top: -25px;
}
.ag-prev-next {
	text-align: center;
}
.ag-prev-next .ag-btn {
	margin: 0 5px;
}
.ag-btn.post-prev {
	padding: 15px 50px 15px 70px;
}
.post-btn-back .ag-btn {
	padding: 15px 70px 15px 130px;
}

.ag-btn.ag-btn-back span {
	left: -25px;
	right: unset;
}

.ag-btn.ag-btn-back:hover span {
	transform: translateX(-20px);
}

.more-articles-wrap {
	max-width: 800px;
	margin: 90px auto 90px auto;
	overflow: hidden;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.home-services-section {
	margin: 10vw 0;
}

.home-services {
	list-style: none;
	counter-reset: hs-counter;
	visibility: hidden;
}

.home-services li {
	counter-increment: hs-counter;
	padding: 32px 0;
}

.home-services li::before {
	content: '0' counter(hs-counter);
}

.home-services li:nth-child(n+10)::before {
	content: counter(hs-counter);
}
.hs-content {
	visibility: hidden;
}
.hp-cat {
	font-size: 17px;
	color: var(--ag-dark-blue);
	font-weight: 700;
	margin-bottom: 20px;
}

.hp-title {
	font-size: 50px;
	color: var(--ag-main-color);
	font-weight: 700;
	line-height: 1;
	letter-spacing: var(--ag-heading-letter-spacing);
}

.hp-text {
	font-size: 16px;
	color: var(--ag-dark-blue);
	font-weight: 400;
}

.home-service {
	position: relative;
	cursor: pointer;
}

.home-service::before {
	position: absolute;
	left: -40px;
	top: 32px;
	color: var(--ag-main-color);
	font-size: 17px;
	font-weight: 700;
	transition: all .3s;
}

.home-services li:last-child::after {
	display: none;
}

.home-service::after {
	position: absolute;
	content: '';
	left: -60px;
	bottom: 0;
	width: calc( 100% + 60px);
	height: 1px;
	background: #E5EBED;
}

.home-service-inner {
	position: relative;
}

.home-service .title {
	font-size: clamp(1rem, 2vw, 30px);
	font-size: 17px;
	color: var(--ag-dark-blue);
	font-weight: 700;
	line-height: 25px;
	transform-origin: 0 0;
	transition: all .5s;
}

.hs-bg-left {
	position: absolute;
	content: '';
	right: 49%;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	background-color: var(--ag-light-blue);
	clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: all .5s ease-in-out .2s;
}

.hs-bg-right {
	position: absolute;
	content: '';
	left: 49%;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	background-color: var(--ag-light-blue);
	clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
	transition: all .5s ease-in-out .2s;
}
.home-service.open .hs-bg-left {
	width: calc(50% + 80px);
}

.home-service.open .hs-bg-right {
	width: calc(50% + 80px);
}

.hs-desc-wrap {
	visibility: hidden;
	height: 0;
}

.home-service.open .hs-desc-wrap {
	visibility: visible;
	height: auto;
}

.home-service .description {
	padding-right: 30px;
	padding-top: 20px;
	font-size: 16px;
	color: var(--ag-dark-blue);
}

.hs-arrow {
	position: absolute;
    right: 20px;
    top: 0;
	transition: transform .3s;
}
.home-service.open .hs-arrow {
	transform: rotate(180deg);
}
.home-cs-section {
	background-color: #f6f8f9;
	position: relative;
	overflow: hidden;
	padding: 110px 0;
}
.hcs-btn-all {
	margin-top: 16px;
	margin-bottom: 40px;
}
.hcs-btn-all a {
	text-decoration: none;
}
.home-case-studies .home-cs {
	margin-bottom: 30px;
}
.hcs-content .hcs-description {
	margin-bottom: 16px;
}
.hcs-content .hcs-numbers {
	margin-bottom: 32px;
}
.hcs-content .hcs-title {
	margin-bottom: 16px
}
.hcs-content > a {
	display: block;
	text-decoration: none;
}
.hcs-content .hsc-logo {
	margin-bottom: 32px;
}
.hcs-content .hsc-logo img {
	display: block;
	border-radius: 25px;
}
.hcs-description {
	font-size: 16px;
	font-weight: 400;
	color: var(--ag-dark-blue);
}
.hcs-content .read-more {
	margin-bottom: 0;
} 

.service-works {
	list-style: none;
	counter-reset: sw-counter;
}

.service-works li {
	counter-increment: sw-counter;
}

.service-works li::before {
	content: '0' counter(sw-counter);
}

.service-works li:nth-child(n+10)::before {
	content: counter(sw-counter);
}
.service-work {
	--ag-service-top: 16px;
	position: relative;
	cursor: pointer;
	padding-top: var(--ag-service-top);
	padding-bottom: var(--ag-service-top);
}

.service-work::before {
	
	position: absolute;
	left: -40px;
	top: var(--ag-service-top);
	color: var(--ag-main-color);
	font-size: 17px;
	font-weight: 700;
	transition: all .3s;
}

.service-works li:last-child::after {
	display: none;
}

.service-work::after {
	position: absolute;
	content: '';
	left: -60px;
	bottom: 0;
	width: calc( 100% + 60px);
	height: 1px;
	background: #E5EBED;
}
.service-work .title {
	margin: 0;
	line-height: 25px;
}
.service-work .desc {
	visibility: hidden;
	height: 0;
    font-size: 16px;
    color: var(--ag-dark-blue);
}
.service-work .desc p:last-of-type {
	margin: 0;
}
.service-work.open .desc {
	padding-right: 32px;
    padding-top: 8px;
	visibility: visible;
	height: auto;
}
.sw-arrow {
    position: absolute;
    right: 20px;
    top: var(--ag-service-top);
    transition: transform .3s;
}
.service-work.open .sw-arrow {
    transform: rotate(180deg);
}

.awards {
	display: flex;
}
.col-awards-desc .title {
	margin-bottom: 16px;
}
.awards .award {
	margin: 0 2vw;
}
.awards .award img {
	width: 340px;
}
.awards .award:nth-child(odd) {
	padding-top: 100px;
}

.ag-timeline .slick-dots li button::before,
.ag-offices .slick-dots li button::before,
.ag-benefits .slick-dots li button::before,
.csfw-slider .slick-dots li button::before,
.home-works .slick-dots li button::before {
	font-size: 10px;
}

.ag-timeline .slick-dots li.slick-active button::before,
.ag-offices .slick-dots li.slick-active button::before,
.ag-benefits .slick-dots li.slick-active button::before,
.csfw-slider .slick-dots li.slick-active button::before,
.home-works .slick-dots li.slick-active button::before {
	font-size: 16px;
}

.pfc-slider .slick-dots li button::before {
	font-size: 10px;
	color: #fff;
}

.pfc-slider .slick-dots li.slick-active button::before {
	font-size: 16px;
	color: var(--ag-main-color);
}

.pfc-slider .title,
.pfc-slider .subheading,
.pfc-slider .pfc-description {
	position: relative;
	overflow: hidden;
}

.pfc-slider .title::before,
.pfc-slider .subheading::before,
.pfc-slider .pfc-description::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #212121;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(0);
}

.pfc-slider .title::before {
	transition: all 1s ease-in-out 0s;
}

.pfc-slider .subheading::before {
	transition: all 1s ease-in-out .3s;
}

.pfc-slider .pfc-description::before {
	transition: all 1s ease-in-out .6s;
}

.pfc-slider .slick-current .title::before,
.pfc-slider .slick-current .subheading::before,
.pfc-slider .slick-current .pfc-description::before {
	transform: translateY(100%);
}

.pfc-slider .pfc-image {
	overflow: hidden;
}

.pfc-slider .pfc-image::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #212121;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	transform: translateY(0);
	transition: all 1s ease-in-out .3s;
}

.pfc-slider .slick-current .pfc-image::before {
	transform: translateY(-100%);
}

.pfc-content .subheading {
	font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.ag-timeline .header-text {
	position: relative;
}

.ag-timeline .header-text::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(0);
	transition: all 1s ease-in-out .2s;	
}
.ag-timeline .slick-current .header-text::before {
	transform: translateY(100%);
}
.ag-timeline .tl-item .title {
	position: relative;
	margin: 0;
}
.ag-timeline .tl-item .title::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(0);
	transition: all 1s ease-in-out .4s;
}
.ag-timeline .slick-current .tl-item .title::before {
	transform: translateY(100%);
}
.ag-timeline .tl-item .tl-text {
	position: relative;
}
.ag-timeline .tl-item .tl-text::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(0);
	transition: all .5s ease-in-out .8s;
}
.ag-timeline .slick-current .tl-item .tl-text::before {
	transform: translateY(100%);
}
.offices-section {
	padding: 100px 0;
}

.ag-office {
	position: relative;
}

.ag-office .office-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.ag-office .office-image::before {
	position: absolute;
	content: '';
	inset: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.ag-office.toronto-canada .office-image {
	background-image: url(images/offices/toronto-canada.jpg);
}

.ag-office.split-croatia .office-image {
	background-image: url(images/offices/split-croatia.jpg);
}

.ag-office.austin-texas .office-image {
	background-image: url(images/offices/austin-texas.jpg);
}

.ag-office .title {
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
}

.ag-office .office-content {
	position: absolute;
	color: #fff;
	bottom: 30px;
	width: 100%;
}

.ag-office .office-content a {
	color: #fff;
	text-decoration: none;
}

.ag-office .office-content .content {
	font-size: 15px;
	font-weight: 500;
}

.ag-office .office-image img {
	width: 100%;
}
.sticky {
	display: block;
}

.page-title {
	position: absolute;
	top: 17px;
	right: 80px;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 1em;
	text-transform: lowercase;
	color: var(--ag-dark-blue);
	font-weight: 600;
	opacity: 1;
	transform: translateX(0);
	transition: all .3s;
}
#masthead.sticky .page-title {
	top: 23px;
}
.menu-open .page-title {
	opacity: 0;
	transform: translateX(-50px);
}
#page .post,
#page .page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.services {
	overflow: hidden;
}
.service {
	position: relative;
	width: 100vw;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	visibility: hidden;
}
.work,
.service {
	position: relative;
	z-index: 1;
}

.service {
	background-repeat: no-repeat;
}

.service-image img {
	max-width: 750px;
}

.works {
    overflow: hidden;
}
.work {
	position: relative;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
	margin-bottom: 30px;
	visibility: hidden;
}
.work .description p:last-of-type {
	margin: 0;
}
.work .description {
	color: var(--ag-dark-blue);
	margin-bottom: 32px;
}
.work .work-image-new  {
	margin-bottom: 32px;
}
.work .work-image-new img {
	display: block;
	border-radius: 25px;
}
.works .work:nth-child(even) .work-image img, 
.services .service:nth-child(even) .service-image img {
	left: 0;
}

.service-category .cat-name {
	color: var(--ag-dark-blue);
}
.work .entry-header a {
	text-decoration: none;
}
.work .entry-title {
	font-size: 32px;
	line-height: 1;
	color: var(--ag-dark-blue);
	letter-spacing: var(--ag-heading-letter-spacing);
	margin: 0 0 16px 0;
	font-weight: 700;
}
.cs-content-top {
	padding: 24px 0;
}
.cs-content-top span {
	margin-right: 13px;
}
.cs-content-section-1 {
	padding: 64px 0 88px;
}
.cs-content-section-1 .client-logo img {
	width: 130px;
}
.cs-content-section-1 .label.ag-d10 {
	line-height: 1.25;
}
.cs-content-section-1 .project-data {
	display: flex;
    gap: 20px;
}
.cs-content-section-1 .project-data .csp-data {
	display: flex;
    gap: 20px;
}
.cs-content-section-1 .project-description {
	border-top: solid 1px #ededed;
}
.cs-content-section-2 .logos-plus {
	display: flex;
    justify-content: center;
	align-items: center;
}
.logos-plus .logo-client img {
	width: 130px;
}
.cs-content-section-2 .logos-plus .plus {
	margin: 0 20px;
}
.cs-content-section-3-1, 
.cs-content-section-5, 
.cs-content-section-next-cs {
	padding-top: 88px;
	padding-bottom: 88px;
}
.cs-content-section-3-3 {
	padding-bottom: 88px;
}
.cs-content-section-3-3 .row {
	margin: 88px 0;
}
.cs-content-section-1 .client-logo {
	margin-bottom: 60px;
}
.cs-content-section-1 .title {
	margin-bottom: 35px;
}
.cs-content-section-1 .project-data {
	margin-bottom: 32px;
}
.cs-content-section-1 .project-description {
	padding-top: 32px;
}
.cs-content-section-2 {
	padding: 112px 0;
}
.separator-text {
	position: relative;
	margin-top: 48px;
	margin-right: 40px;
	margin-bottom: 32px;
}
.separator-text span {
	position: relative;
	z-index: 10;
	padding-right: 8px;
	background-color: #fff;
}
.separator-text::after {
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: var(--ag-ed-grey);
    content: '';
}
ul.csc-services li, 
ul.csc-components li {
	margin: 8px 0;
}
ul.csc-technologies .csc-technology {
	margin-bottom: 8px;
}
ul.csc-technologies .csc-technology span {
	display: inline-block;
	background-color: #EDF6FB;
	border-radius: 4px;
	padding: 8px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.25;
}
.cs-content-section-3 .text-with-icons {
	margin-top: 40px;
	color: var(--ag-dark-blue);
}
.cs-content-section-3 .text-with-icons .icon {
	display: inline-block;
	margin-right: 13px;
	position: relative;
	top: 2px;
}
.cs-content-section-3-2.fullwidth-image {
	overflow: hidden;
}
.cs-content-section-3-2.fullwidth-image .row {
	margin-left: -20px;
	margin-right: -20px;
}
.cs-content-section-3-2.fullwidth-image .col-12 {
	padding-left: 0;
	padding-right: 0;
}
.cs-content-section-3-2.fullwidth-image img {
	width: 100%;
}
.cs-content-section-4 {
	padding-top: 48px;
	padding-bottom: 144px;
}
.outcomes {
	margin-top: 90px;
	display: flex;
    gap: 96px;
    flex-wrap: wrap;
    justify-content: center;
}
.outcome {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: 24px;
}
.outcome .description {
	margin-top: 8px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}

.cs-ag-testimonial {
	position: relative;
}
.cs-agt-quote-before {
	margin-right: 8px;
}
.cs-ag-testimonial blockquote {
	margin: 32px 0;
}
.cs-ag-testimonial .cs-agt-data .title {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 4px;
}
.cs-ag-testimonial .cs-agt-data .company {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	font-style: italic;
}
.next-case-study-link a {
	display: inline-block;
}
.case-studies-link a:hover, 
.next-case-study-link a:hover {
	text-decoration: none;
}
.next-case-study-link span {
	margin-left: 13px;
	position: relative;
    top: 4px;
}
.next-case-study-thumb {
	display: flex;
    align-items: center;
	border-radius: 20px;
}
.next-case-study-thumb img {
	border-radius: 20px;
}
.coming-soon {
	color: var(--ag-dark-blue);
	font-weight: 700;
    font-size: 32px;
}
.ag-accordion>h3 {
	color: var(--ag-main-color);
	padding: 10px 0;
	cursor: pointer;
}

.ag-accordion>h3 .counter {
	color: var(--ag-main-light);
	font-weight: 300;
	margin-right: 10px;
    margin-left: -30px;
}

.ag-accordion .title {
	position: relative;
	width: fit-content;
	padding-left: 20px;
	padding-right: 40px;
}

.ag-accordion .title-bg {
	position: absolute;
	content: '';
	left: -30px;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	background-color: var(--ag-light-blue);
	transition: all .3s;
}

.ag-accordion .title.ui-state-active .title-bg {
	width: calc(100% + 30px);
}

.ag-accordion .desc {
	color: var(--ag-dark-blue);
}

.ag-partner .col-agp-text {
	margin-bottom: 34px;
}
.col-agp-text .cbtn {
	margin-bottom: 30px;
}
.ag-partner .title {
	margin-top: 8px;
	margin-bottom: 16px;
}

.ag-partner-svg-word-wrap {
	position: relative;
	display: inline-block;
}
.ag-partner-svg-word-wrap span {
	position: relative;
	z-index: 10;
}
.ag-partner-svg-wrap .svg-over {
	position: absolute;
	inset: 0;
	z-index: 5;
	background-color: var(--ag-dark-blue);
	animation-duration: 2s;	
}
.ag-partner .title.active .ag-partner-svg-wrap .svg-over {
	animation-name: slideRight;
    animation-fill-mode: forwards;
}
.ag-partner #ag-partner-svg {
	position: absolute;
    left: 0;
    bottom: -16px;
	width: 100%;
    z-index: 0;
	overflow: hidden;
}


.agp-box {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
	background-color: #fff;
	padding: 40px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}
.agp-box .agpb-icon {
	margin-bottom: 16px;
}
.agp-box .agpb-title {
	margin-top: 4px;
	margin-bottom: 16px;
}
.agp-table .top,
.agp-table .bottom {
	background-color: #0d77aa;
}

.ag-btn {
	position: relative;
	z-index: 1;
	padding: 15px 90px 15px 40px;
	display: inline-block;
	color: var(--ag-main-color);
	text-decoration: none;
	font-weight: 600;
}

.ag-btn::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}

.ag-btn span {
	position: absolute;
	top: 10px;
	right: -25px;
	display: block;
	padding: 5px 30px;
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	transition: transform .3s;
}
.ag-btn-rounded {
	position: relative;
	z-index: 1;
	padding: 15px 40px;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	transition: all .3s;
}
button.ag-btn, 
button.ag-btn-rounded {
	cursor: pointer;
}
.ag-btn-blue {
	background-color: var(--ag-main-color);
	border: solid 2px var(--ag-main-color);
	color: #fff;
}
.ag-btn-white {
	background-color: #fff;
	border: solid 2px #fff;
	color: var(--ag-main-color);
}
.ag-btn-white:hover {
	background-color: transparent;
	border: solid 2px #fff;
	color: #fff;
}
.ag-btn-blue-outline {
	border: solid 2px var(--ag-main-color);
	color: var(--ag-main-color);
}
.ag-btn-blue-outline:hover {
	background-color: var(--ag-main-color);
	border: solid 2px #fff;
	color: #fff;
}
.ag-btn-dark {
	color: #fff;
}
.ag-btn-blue:focus,
.ag-btn-blue:visited,
.ag-btn-blue:active, 
.ag-btn-dark:hover,
.ag-btn-dark:focus,
.ag-btn-dark:visited,
.ag-btn-dark:active {
	color: #fff;
}
.ag-btn-blue:hover {
	background-color: var(--ag-btn-blue-hover);
	color: #fff;
}
.ag-btn-blue.hover-text-white:hover {
	color: #fff;
}
.masthead-inner a.btn-contact:hover {
	background-color: var(--ag-btn-blue-hover);
}
.ag-btn-dark span {
	background-color: #003650;
	color: #fff;
}

.ag-btn-dark::before {
	background-color: var(--ag-main-color);
}

.ag-btn-light {
	color: var(--ag-main-color);
}

.ag-btn-light::before {
	background-color: #fff;
}

.ag-btn-light:visited {
	color: var(--ag-main-color);
}

.ag-btn-light span {
	background-color: #40BBCF;
	color: #fff;
}

.ag-btn:hover span {
	transform: translate(20px, 0);
}

.masthead-inner a.btn-contact {
	position: absolute;
	top: 50%;
    right: 60px;
	padding: 8px 24px;
    transform: translateY(-50%);
}
.menu-open .masthead-inner a.btn-contact {
	display: none;
}
.wte {
	background-image: linear-gradient(199deg, #EDF0F2 8%, #FFFFFF 100%);
	padding: 160px 0;
}

.wte-list a {
	text-decoration: none;
	display: flex;
	align-items: center;
	outline: none;
	padding: 5px 0 5px 35px;
	margin: 10px 0;
	position: relative;
	z-index: 1;
}

.wte-list a::before {
	position: absolute;
	content: '';
	left: -30px;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	background-color: #f1f8fb;
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	transition: all .3s;
}

.wte-list-item.active a::before,
.wte-list a:hover::before {
	width: 100%;
}

.wte-li-counter {
	font-size: 0.9em;
}

.wte-li-title {
	color: var(--ag-main-color);
	font-size: clamp(1rem, 1vw, 30px);
	font-weight: 700;
	padding-left: 20px;
	transition: all .3s;
}

.wte-list-item.active .wte-li-title {
	transform-origin: 0 50%;
	transform: scale(1.3);
}

.wte .title {
	font-size: 73px;
	color: var(--ag-main-color);
	font-weight: 700;
}

.wte .wte-content-wrap {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.wte-btn {
	text-align: center;
	padding-top: 100px;
}
.workflow-intro-section {
	position: relative;
}

.workflow-intro-section .title {
	font-size: 50px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: var(--ag-heading-letter-spacing);
}

.workflow-intro-section .desc {
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	color: var(--ag-dark-blue);
	margin: 24px 0;
	max-width: 350px;
}

.workflow-phases-section {
	position: relative;
}

.phase-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: var(--ag-heading-letter-spacing);
	color: var(--ag-main-color);
	margin-bottom: 10px;
}

.phase-description {
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	color: var(--ag-dark-blue);
}

.steps {
	border-top: solid 1px var(--ag-dark-blue);
	margin-top: 48px;
	padding-top: 48px;
}

.steps>.row {
	display: flex;
	align-items: center;
}

.phase {
	margin-bottom: 100px;
}

.phase-step-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: var(--ag-main-color);
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.step-title {
	background-color: var(--ag-main-color);
	color: #fff;
	font-weight: 700;
	font-size: 21px;
	line-height: 27px;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.step-content {
	margin-bottom: 15px;
}

.sc-title {
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	color: var(--ag-dark-blue);
	margin-bottom: 10px;
}
.wbtn {
	margin-top: 30px;
}

.wbtn-inner .bw-image {
	position: absolute;
    bottom: 0;
}
.wbtn-content {
	position: relative;
	z-index: 10;
	margin: 64px 0 38px;
}
.wbtn-title {
	font-size: clamp(18px, 2vw, 33px);
	line-height: 1;
    font-weight: 600;
	margin-bottom: 10px;
}
.wbtn-subtitle {
	font-size: clamp(15px, 1vw, 21px);
}
.blue-image {
	width: 100%;
	overflow: hidden;
}
.blue-image img {
	width: 100%;
}
.title-fs5090 {
	font-size: clamp(50px, 6vw, 90px);
	line-height: 1;
	color: var(--ag-main-color);
	font-weight: 700;
}

.text-fs17 {
	font-size: 17px;
	line-height: 1.4;
	color: var(--ag-dark-blue);
	font-weight: 500;
}
.text-fs4363 {
	font-size: clamp(43px, 5vw, 63px);
	line-height: 1.4;
	color: var(--ag-main-color);
	font-weight: 700;
}

.text-fs5494 {
	font-size: clamp(54px, 7vw, 94px);
	line-height: 1.4;
	color: var(--ag-dark-blue);
	font-weight: 200;
}
.ag-timeline .header-title, 
.ag-timeline .header-text {
	font-size: 50px;
	line-height: 1.5;
}
.global-brands {
	overflow: hidden;
}

.brand-logo.logo-h1 img {
	width: 68px;
}
.global-brands .gb-partner {
	position: relative;
	display: inline-block;
}
.global-brands .gb-partner span {
	position: relative;
	z-index: 10;
}
.global-brands .gb-partner .svg-over {
	position: absolute;
	inset: 0;
	z-index: 5;
	background-color: var(--ag-dark-blue);
	animation-duration: 2s;	
}
.global-brands .title.active .gb-partner .svg-over {
	animation-name: slideRight;
    animation-fill-mode: forwards;
}
.global-brands #gb-partner-svg {
	position: absolute;
    left: 0;
    bottom: -16px;
	width: 100%;
    z-index: 0;
	overflow: hidden;
}
.get-started {
	overflow: hidden;
}
.get-started .text {
	font-size: clamp(16px, 2vw, 24px);
}
.testimonials {
	overflow: hidden;
}
.testimonials .agt-wrap {
	position: relative;
}
.ag-testimonial .title {
	font-size: 16px;
	font-weight: 700;
	color: var(--ag-dark-blue);
	line-height: 1.25;
	margin-bottom: 4px;
}

.ag-testimonial .company {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	font-style: italic;
	color: var(--ag-dark-blue);
}

.agt-quote {
	position: relative;
	margin: 0;
	padding-top: 100px;
	padding-bottom: 60px;
	color: var(--ag-dark-blue);
	font-size: 24px;
	line-height: 1.35;
	font-weight: 400;
	font-style: italic;
}

.agt-quote-before {
	position: absolute;
	top: 0;
	left: 0;
}

.agt-quote-after {
	position: absolute;
	right: 0;
}

.agt-data {
	margin-top: -30px;
}

.agt-nav-item img {
	width: 70px;
	height: 70px;
	margin: 10px auto;
	border-radius: 50%;
	cursor: pointer;
}

.agt-nav .slick-slide:not(.slick-current) .agt-nav-item img {
	filter: sepia(40%) hue-rotate(190deg) saturate(40%);
	opacity: 0.6;
}
.ag-videos-wrap {
	position: relative;
}

.ag-video {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ag-video .ag-video-content {
	max-width: 720px;
	position: relative;
	z-index: 10000;
}

.ag-video .title {
	font-size: clamp(32px, 3vw, 50px);
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

.ag-videos-nav .ag-video-nav {
	position: relative;
	cursor: pointer;
}

.ag-video-nav .ag-video-thumb {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ag-video-nav .ag-video-content {
	position: relative;
	z-index: 10;
}

.ag-video-btn {
	position: relative;
	display: inline-block;
	padding: 5px 40px;
	margin-bottom: 30px;
}

.ag-video-btn .vbtn-bg {
	position: absolute;
	content: '';
	left: 0;
	top: 15px;
	right: 0;
	bottom: 15px;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.ag-video-btn {
	color: #fff;
	text-decoration: none;
}

.ag-video-btn .play-btn span {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-right: 20px;
	float: left;
	margin-top: 30px;
}

#cboxOverlay {
	background: #000;
}
.about-mission-section {
	overflow: hidden;
}
.mission .nav-tabs {
	border: none;
}

.mission .nav-tabs .nav-item {
	position: relative;
	margin-right: 50px;
}

.mission .nav-tabs .nav-link {
	position: relative;
	font-size: clamp(18px, 2vw, 29px);
	font-size: 24px;
	font-weight: 700;
	color: #8bc3dd;
	border: none;
	padding: 25px 25px 25px 0;
	overflow: hidden;
}

.mission .nav-tabs .nav-link.active {
	border: none;
	color: #fff;
	background-color: transparent;
}

.mission .nav-tabs .nav-link::before,
.mission .nav-tabs .nav-link.active::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35%;
	height: 4px;
	background-color: var(--ag-main-light);
	transform: translateX(-110%);
	transition: transform .3s ease-in-out;
}
.mission .nav-tabs .nav-link:hover {
	color: #fff;
}
.mission .nav-tabs .nav-link.active::before,
.mission .nav-tabs .nav-link:hover::before {
	transform: translateX(65%);
}

.mission .tab-pane {
	font-size: clamp(26px, 3vw, 50px);
	font-weight: 600;
	line-height: 1.3;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	padding: 30px 30px 30px 0;
}

.mission .tab-content {
	display: flex;
}

.mission .tab-content>.tab-pane {
	display: block;
	visibility: hidden;
	margin-right: -100%;
	width: 100%;
}

.mission .tab-content>.active {
	visibility: visible;
}
.mission {
	position: relative;
}
.mission-image-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform: translateX(100%);
	transition: all .6s ease-in-out .3s;
}
.mission-image-holder.show {
	opacity: 1;
	transform: translateX(0);
}
#image-mission-tab {
	background-image: url(images/mission.jpg);
}
#image-purpose-tab {
	background-image: url(images/purpose.jpg);
}
#image-vision-tab {
	background-image: url(images/vision.jpg);
}
.title-fs5073 {
	font-size: clamp(50px, 6vw, 73px);
	font-weight: 700;
	line-height: 1;
	color: var(--ag-main-color);
	margin-bottom: 30px;
}

.ag-values-section {
	position: relative;
	padding: 10vw 0;
	overflow: hidden;
}
.ag-values-section.wte-new {
	padding: 10vw 0 5vw 0;
}
.wte-new .wte-btn {
	text-align: center;
    padding-top: 0;
}
.ag-values {
	list-style: none;
	counter-reset: values-counter;
	/*margin-left: 25px;*/
}

.ag-values li {
	counter-increment: values-counter;
	padding: 16px 0;
}

.ag-values li::before {
	content: '0' counter(values-counter);
}

.ag-values li:nth-child(n+10)::before {
	content: counter(values-counter);
}

.ag-value-desc-wrap {
	font-size: 17px;
	color: var(--ag-dark-blue);
	font-weight: 500;
}

.ag-value {
	--ag-value-top: 16px;
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
}
.ag-value .agv-arrow {
	position: absolute;
    right: 20px;
    top: var(--ag-value-top);
    transition: transform .3s;
}
.ag-value.show .agv-arrow {
	transform: rotate(180deg);
}
.ag-value::before {
	position: absolute;
	left: -40px;
	top: 15px;
	z-index: 10;
	color: var(--ag-main-color);
    font-size: 17px;
    font-weight: 700;
	transition: all .3s;
}

.ag-values li:last-child::after {
	display: none;
}

.ag-value::after {
	position: absolute;
	content: '';
	left: -45px;
	bottom: 0;
	width: calc( 100% + 60px );
	height: 1px;
	background: #D8D8D8;
}

.ag-value-inner {
	position: relative;
}

.ag-value .title {
	font-size:17px;
	color: var(--ag-dark-blue);
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	transform-origin: 0 0;
	transition: all .5s;
}

.ag-value-desc-wrap {
	visibility: hidden;
	height: 0;
}

.ag-value.show .ag-value-desc-wrap {
	visibility: visible;
	height: auto;
}

.ag-value .description {
	padding-right: 30px;
	padding-top: 16px;
}

.ag-value.show .description {
	opacity: 1;
}

.ag-values-images-wrap {
	overflow: hidden;
}

.ag-value-images .ag-value-image-1 {
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	position: absolute;
	right: 25%;
	width: 35%;
	height: 25%;
	transform: translateY(-100%);
}

.ag-value-images.show .ag-value-image-1 {
	transform: translateY(0);
}

.ag-value-images .ag-value-image-2 {
	clip-path: polygon(7% 0%, 100% 0%, 93.5% 100%, 0% 100%);
	position: absolute;
	top: 27%;
	right: 47%;
	width: 50%;
	height: 35%;
	transform: translateX(-100%);
}

.ag-value-images.show .ag-value-image-2 {
	transform: translateX(0);
}

.ag-value-images .ag-value-image-3 {
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
	position: absolute;
	top: 27%;
	right: 0;
	width: 50%;
	height: 55%;
	transform: translateX(100%);
}

.ag-value-images.show .ag-value-image-3 {
	transform: translateX(0);
}

.ag-value-images .ag-value-image-4 {
	clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
	position: absolute;
	top: 64%;
	right: 50.5%;
	width: 35%;
	height: 25%;
	transform: translateY(100%);
}

.ag-value-images.show .ag-value-image-4 {
	transform: translateY(0);
}

.ag-value-images .ag-value-image {
	opacity: 0;
	transition: all .5s ease-in-out .3s;
}

.ag-value-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ag-value-images.show .ag-value-image {
	opacity: 1;
}

.ag-value-1-images .ag-value-image-1 {
	background-image: url(images/values/embrace-change-1.jpg);
}

.ag-value-1-images .ag-value-image-2 {
	background-image: url(images/values/embrace-change-2.jpg);
}

.ag-value-1-images .ag-value-image-3 {
	background-image: url(images/values/embrace-change-3.jpg);
}

.ag-value-1-images .ag-value-image-4 {
	background-image: url(images/values/embrace-change-4.jpg);
}

.ag-value-2-images .ag-value-image-1 {
	background-image: url(images/values/take-ownership-1.jpg);
}

.ag-value-2-images .ag-value-image-2 {
	background-image: url(images/values/take-ownership-2.jpg);
}

.ag-value-2-images .ag-value-image-3 {
	background-image: url(images/values/take-ownership-3.jpg);
}

.ag-value-2-images .ag-value-image-4 {
	background-image: url(images/values/take-ownership-4.jpg);
}

.ag-value-3-images .ag-value-image-1 {
	background-image: url(images/values/exceed-expectations-1.jpg);
}

.ag-value-3-images .ag-value-image-2 {
	background-image: url(images/values/exceed-expectations-2.jpg);
}

.ag-value-3-images .ag-value-image-3 {
	background-image: url(images/values/exceed-expectations-3.jpg);
}

.ag-value-3-images .ag-value-image-4 {
	background-image: url(images/values/exceed-expectations-4.jpg);
}

.wte .ag-value-1-images .ag-value-image-1 {
	background-image: url(images/what-to-expect/approach-1.jpg);
}
.wte .ag-value-1-images .ag-value-image-2 {
	background-image: url(images/what-to-expect/approach-2.jpg);
}
.wte .ag-value-1-images .ag-value-image-3 {
	background-image: url(images/what-to-expect/approach-3.jpg);
}
.wte .ag-value-1-images .ag-value-image-4 {
	background-image: url(images/what-to-expect/approach-4.jpg);
}
.wte .ag-value-2-images .ag-value-image-1 {
	background-image: url(images/what-to-expect/partnership-1.jpg);
}
.wte .ag-value-2-images .ag-value-image-2 {
	background-image: url(images/what-to-expect/partnership-2.jpg);
}
.wte .ag-value-2-images .ag-value-image-3 {
	background-image: url(images/what-to-expect/partnership-3.jpg);
}
.wte .ag-value-2-images .ag-value-image-4 {
	background-image: url(images/what-to-expect/partnership-4.jpg);
}
.wte .ag-value-3-images .ag-value-image-1 {
	background-image: url(images/what-to-expect/expectations-1.jpg);
}
.wte .ag-value-3-images .ag-value-image-2 {
	background-image: url(images/what-to-expect/expectations-2.jpg);
}
.wte .ag-value-3-images .ag-value-image-3 {
	background-image: url(images/what-to-expect/expectations-3.jpg);
}
.wte .ag-value-3-images .ag-value-image-4 {
	background-image: url(images/what-to-expect/expectations-4.jpg);
}

.people-first-wrap,
.story-wrap {
	position: relative;
	overflow: hidden;
}
.story-title-wrap, 
.story-text-wrap, 
.story-image {
	overflow: hidden;
}
.people-first-content .title {
	margin-bottom: 16px;
}
.people-first-content .subtitle {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 16px;
}
.people-first-content .ag-people-first p {
	margin-top: 0;
}
.people-first-content .ag-people-first p:last-of-type {
	margin-bottom: 32px;
}
.pf-image {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.people-first-images .pf-image-1 {
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	position: absolute;
	right: 25%;
	width: 35%;
	height: 25%;
	transform: translateY(0);
}
.people-first-images .pf-image-2 {
	clip-path: polygon(7% 0%, 100% 0%, 93.5% 100%, 0% 100%);
	position: absolute;
	top: 27%;
	right: 47%;
	width: 50%;
	height: 35%;
	transform: translateX(0);
}
.people-first-images .pf-image-3 {
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
	position: absolute;
	top: 27%;
	right: 0;
	width: 50%;
	height: 55%;
	transform: translateX(0);
}
.people-first-images .pf-image-4 {
	clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
	position: absolute;
	top: 64%;
	right: 50.5%;
	width: 35%;
	height: 25%;
	transform: translateY(0);
}
.people-first-images .pf-image-1 {
	background-image: url(images/people-first/people-first-1.jpg);
}
.people-first-images .pf-image-2 {
	background-image: url(images/people-first/people-first-2.jpg);
}
.people-first-images .pf-image-3 {
	background-image: url(images/people-first/people-first-3.jpg);
}
.people-first-images .pf-image-4 {
	background-image: url(images/people-first/people-first-4.jpg);
}
.ag-num {
	text-align: center;
}

.ag-num-suffix,
.ag-num span {
	font-size: 93px;
	color: var(--ag-dark-blue);
	line-height: 112px;
	font-weight: 200;
}

.ag-num-text {
	font-size: 23px;
	color: var(--ag-main-color);
	line-height: 72px;
	font-weight: 700;
}

.ag-benefits-section {
	padding: 100px 0;
}
.ag-benefit {
	background-color: #fff;
	box-shadow: 0 3px 40px rgba(0,0,0,0.1);
	padding: 48px;
	border-radius: 40px;
}

.ag-benefit .icon img {
	margin: auto;
}

.ag-benefit .icon {
	margin-bottom: 16px;
}

.ag-benefit .title {
	font-size: 34px;
	color: var(--ag-main-color);
	line-height: 37px;
	font-weight: 700;
	margin-bottom: 16px;
}

.ag-benefit .description {
	font-size: 17px;
	color: var(--ag-dark-blue);
	line-height: 24px;
	font-weight: 500;
}

.ag-benefits .slick-dots {
	bottom: -50px;
}
.op-image {
	margin-bottom: 24px;
}
.op-image img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
}
.op-title {
	font-size: 24px;
	line-height: 1;
	color: var(--ag-dark-blue);
	font-weight: 700;
	letter-spacing: var(--ag-heading-letter-spacing);
	margin-bottom: 1rem;
}
.op-text {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	color: var(--ag-dark-blue);
	margin-bottom: 50px;
}
.ag-join-team-section {
	padding: 80px 0;
}

.ag-join-team-section .title {
	font-size: 50px;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 5px;
}
.pagination {
	display: flex;
	justify-content: center;
}

.pagination ul {
	list-style: none;
}

.pagination ul li {
	display: inline-block;
	margin: 10px 6px;
}

.pagination span,
.pagination a {
	display: block;
	font-size: 14px;
	color: #CBD5D9;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.pagination span,
.pagination a {
	color: #CBD5D9;
	border: solid 1px #CBD5D9;
	transition: all .3s ease-in-out;
}

.pagination a:hover,
.pagination span.current {
	color: #CBD5D9;
	background-color: var(--ag-dark-blue);
	border: solid 1px var(--ag-dark-blue);
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}

.error404,
.error404 #page {
	background-color: #f6f8f9;
}
.error-404 > .container > .row {
	align-items: center;
}
.error-404 .title-404 {
	margin: 0;
}
.error-404 .pun {
	font-size: 25px;
	color: var(--ag-dark-blue);
	font-weight: 700;
	margin: 20px 0 50px;
}
.error-404-image {
	position: relative;
}
.error-404-image .error-404-icon-cry {
	position: absolute;
	right: 25%;
	top: -8px;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10.4348px;
	gap: 3.48px;
	isolation: isolate;
	z-index: 100;
}
.error-404-icon-cry::before {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 20px solid #fff;
  }
.site-footer {
	background-image: linear-gradient(199deg, #EDF0F2 8%, #FFFFFF 100%);
}

.footer-widgets .widget-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--ag-dark-blue);
}

.footer-widgets .widget {
	color: var(--ag-main-color);
}

.site-info .socials,
.footer-widgets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-info .socials {
	margin-bottom: 20px;
}

.site-info .socials li {
	display: inline-block;
	margin: 0 5px;
}
.site-info .menu {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.site-info .menu > li > a {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.site-info .menu > li > a::after {
	position: absolute;
    content: '';
    top: 50%;
    right: -12px;
    width: 4px;
    height: 4px;
    background: #b7b7b7;
    border-radius: 2px;
    margin-top: -2px;
}
.site-info .menu > li:first-child > a {
	margin-left: 0;
}
.site-info .menu > li:last-child > a::after {
	display: none;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	-webkit-clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.cc_div #c-bns {
	flex-direction: row-reverse;
}
.cc_div #c-s-bn {
	margin-left: 0;
}
.cc_div #c-p-bn {
	margin-left: 0.5em;
}
.c-settings,
.c-settings:active,
.c-settings:focus {
	position: fixed;
	bottom: -7px;
	right: 15px;
	z-index: 10;
	color: var(--ag-dark-blue);
	background: #f9f9f9;
	padding: 10px 20px 15px 20px;
	display: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-align: center;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	transition: all .3s;
}

.cc_div .cc-link:active:focus-visible,
.c-settings:focus-visible {
	outline: none;
}

.c-settings:hover {
	background: #efefef;
}

.cc_div .cc-link:active,
.cc_div .cc-link:focus {
	background: transparent;
}
.ag-cc-title {
	font-size: 17px;
	line-height: 25px;
}
.cc_div :hover .ag-cc-title {
	font-size: 17px;
	line-height: 25px;
}
#cc_div .cc-link {
	color: var(--ag-main-color);
	border-bottom: 1px solid var(--ag-main-color);
	display: block;
}

.cc_div .c-bn {
	border-radius: 25px;
	padding: 8px 24px;
	
}
.cc_div .c-bn > span {
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	font-style: normal;
}
#c-bns #c-p-bn {
	background: var(--ag-main-color);
	color: #fff;
}
#c-bns #c-p-bn:hover {
	background: var(--ag-btn-blue-hover);
}
#c-bns #c-s-bn {
	background: #fff;
	color: var(--ag-main-color);
	border: solid 2px var(--ag-main-color);
}
#s-bns {
	border: none;
	display: flex;
}
#s-bns .c-bn {
	flex: inherit;
}
#s-bns #s-all-bn {
	background: var(--ag-main-color);
	color: #fff;
	order: 2;
	margin-left: 0.5em;
}
#s-bns #s-rall-bn {
	background: #fff;
	color: var(--ag-main-color);
	border: solid 2px var(--ag-main-color);
	order: 1;
	margin-left: 0;
}
#s-bns #s-sv-bn {
	background: var(--ag-main-color);
	color: #fff;
	order: 3;
	margin-left: auto;
}
#s-bl .c-bl.b-ex {
	background: #f6f8f9;
}
#s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover {
	background: #f0f1f1;
}
.cc_div .b-tg .c-tgl:checked~.c-tg, 
.cc_div .b-tg .c-tgl~.c-tg.c-ro {
	background: var(--ag-teal)
}
.cc_div .b-tg .c-tgl~.c-tg.c-ro {
	opacity: .5;
}
.cc_div .off-i, 
.cc_div .b-tg .c-tgl:checked~.c-tg .on-i {
	display: none;
}
.cc_div .b-tg .c-tg {
	background: #E4EFF2;
}
#s-inr {
	padding-top: 6.75em;
}
#s-hdr {
	height: 6em;
	border: none;
}
#cs, #s-inr {
	height: auto;
}
#cs {
	bottom: 0;
    top: inherit;
}
.cc_div .bar #c-s-in {
	height: auto;
	max-height: inherit;
	position: absolute;
	top: inherit;
	bottom: 15px;
	right: 15px;
	
}
.cc_div .bar #s-inr {
	border-radius: 8px;
}
#s-ttl .ag-cc-image {
	margin-top: 1em;
}
#s-bl .b-tl {
	font-size: 17px;
	line-height: 25px;
	font-weight: 700;
}
#s-cnt .b-bn .b-tl {
	font-size: 14px;
    font-weight: 700;
}
#s-cnt .c-bl .p {
	font-size: 14px;
}
#s-cnt .c-bl.b-ex .p {
	font-size: 12px;
}
#s-bl .c-bl:first-child {
	margin-bottom: 1em;
}
#ag-close #s-c-bn {
	width: auto;
	color: var(--ag-main-color);
	font-size: 14px;
	background: transparent;
	overflow: visible;
}
#ag-close #s-c-bn::before {
	display: none;
}
#ag-close #s-c-bn::after {
	transform: none;
	background: var(--ag-main-color);
    border-radius: 0;
    height: 1px;
    left: 0;
    top: inherit;
	bottom: 0;
    width: 100%;
}
@media (max-width: 688px) {
	#s-bl, .cc_div .bar #s-bl {
		padding-bottom: 70px;
	}
	.bns-t #s-bns {
		height: auto;
	}
	#c-bns button+button, 
	#s-cnt button+button {
		margin-top: 0;
	}
	#s-bns .c-bn {
		width: auto;
	}
	#s-inr.bns-t {
		padding-bottom: 1em;
	}
}
@media (max-height:770px) {
	#cs, #s-inr {
		height: 100%;
		top: 0;
	}
}
@media (max-width: 400px) {
	#s-bl, .cc_div .bar #s-bl {
		padding-bottom: 160px;
	}
	#s-bns {
		display: block;
	}
	#s-inr.bns-t {
		padding-bottom: 1em;
	}
	#s-bns .c-bn {
		width: 100%;
		margin-bottom: 5px;
	}
	#s-bns #s-all-bn {
		margin-left: 0;
	}
}
@media (max-height:500px) {
	#s-hdr {
		height: auto;
	}
	#s-inr {
		padding-top: 4em;
	}
	.ag-cc-image {
		margin-top: 0;
	}
	.ag-cc-image img {
		width: 80px;
	}
}

@media (min-width: 1700px) {
	.ag-video-content {
		margin-left: 35vw;
	}
}
@media (min-width: 1400px) and (max-width: 1699px) {
	.ag-video-content {
		margin-left: 42vw;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.ag-video-content {
		margin-left: 45vw;
	}
}
@media (min-width: 1200px) {
	.home .hero-image {
		margin-top: -5vw;
	}
	.home .hero-image .content {
		position: absolute;
		width: 100%;
		max-width: 770px;
		left: 50%;
		top: 56%;
		transform: translate(-50%, -42%);
		z-index: 10;
	}
	.home .hero-image .top, 
	.home .hero-image .middle, 
	.home .hero-image .bottom {
		visibility: hidden;
	}
	.hero-home .blue-lines {
		width: 30%;
	}
	.home-works {
		height: 100vh;
	}

	.home-works .home-work {
		width: 100vw;
		height: 100vh;
		display: flex;
		align-items: center;
		background-color: #f6f8f9;
	}
	.home-work {
		padding: 10vw 0;
	}
	.hw-image {
		position: absolute;
		right: 8vw;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: -10;
	}

	.hw-image img {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.home-work.flip-image img {
		-webkit-transform: translateY(-50%) scaleX(-1);
	  transform: translateY(-50%) scaleX(-1);
	}
	.home-works .slick-dots {
		width: auto;
		left: 10px;
		bottom: 50%;
		transform: translateY(-50%);
	}
	.home-works .slick-dots li {
		display: block;
	}
	.services {
		padding: 100px 0 0 0;
	}
	.service {
		padding-bottom: 100px;
		overflow: hidden;
	}
	.works {
		padding: 100px 0;
	}
	.work {
		overflow: hidden;
	}
	.work > .container > .row {
		display: flex;
		align-items: center;
	}
	.work-image,
	.service-image {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: -10;
	}
	.work-image img, 
	.service-image img {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 40vw;
	}
	.success-story-bg {
		background-position: 44vw center;
		background-size: 40vw;
	}
	.guide-desc-section {
		padding: 88px 24px;
	}
	 .guide-desc-section .row-reverse {
		flex-direction: row-reverse;
	}
	.guide-desc-section .row .col-text {
		padding-right: 32px;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	}
	.guide-desc-section .row .col-image {
		padding-left: 32px;
	}
	.guide-desc-section .row.row-reverse .col-text {
		padding-left: 32px;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	}
	.guide-desc-section .row.row-reverse .col-image {
		padding-right: 32px;
	}
	.ag-accordion {
		margin-left: 30px;
	}
	.ag-accordion .title-bg {
		clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	}
	.ag-py-14080 {
		padding: 140px 0;
	}
	.ag-videos-nav {
		left: 20vw;
	}
	.ag-offices::before {
		position: absolute;
		content: '';
		left: 0;
		top: 15%;
		right: 0;
		bottom: 15%;
		background-color: var(--ag-dark-21);
	}
	.ag-office {
		--office-skew-deg: 10deg;
		transform: skewX(-10deg);
		max-height: 420px;
		height: 30vw;
		overflow: hidden;
	}

	.ag-office .office-content {
		transform: skewX(var(--office-skew-deg));
		padding: 0 80px 0 60px;
	}

	.ag-office .office-image {
		position: absolute;
		content: '';
		transform: skewX(var(--office-skew-deg));
		width: 130%;
		left: -6vw;
		top: 0;
		height: 100%;
	}
	
	.ag-people-first-section .people-first-wrap {
		margin-top: 40px;
	}
	.cs-content-section-3-3 .row-reverse {
		flex-direction: row-reverse;
	}
	.cs-content-section-3-3 .row .col-text {
		padding-right: 32px;
	}
	.cs-content-section-3-3 .row .col-image {
		padding-left: 32px;
	}
	.cs-content-section-3-3 .row-reverse .col-image {
		padding-right: 32px;
	}
	.cs-content-section-3-3 .row-reverse .col-text {
		padding-left: 32px;
	}
	.workflow-intro-section {
		padding: 145px 0;
	}

	.workflow-intro-lines {
		position: absolute;
		top: 50%;
		right: 0;
		width: 40vw;
		transform: translateY(-50%);
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		overflow: hidden;
	}

	.workflow-intro-line {
		height: 96px;
		background-color: var(--ag-main-color);
		width: 100%;
		margin: 5px 0;
		clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	.workflow-intro-line.line-1 {
		width: 85%;
	}

	.workflow-intro-line.line-3 {
		width: 80%;
	}

	.container-phases {
		display: flex;
		justify-content: space-between;
		gap: 3vw;
	}

	.container-phases .nav-phases {
		position: sticky;
		top: 100px;
		align-self: flex-start;
		width: 300px;
	}

	.nav-phases::before {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100px;
		z-index: 20;
		background: rgb(255, 255, 255);
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
	}

	.nav-phases::after {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100px;
		z-index: 20;
		background: rgb(255, 255, 255);
		background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
	}

	.nav-phases-inner {
		position: relative;
		overflow: hidden;
	}

	.container-phases .nav-phases ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		height: 60vh;
	}

	.content-phases .phase {
		scroll-margin-top: 100px;
	}

	.mp-lines {
		width: 10px;
		height: 50vh;
		height: 100%;
		background: rgb(17, 78, 168);
		background: linear-gradient(180deg, rgba(17, 78, 168, 1) 0%, rgba(17, 78, 168, 1) 30%, rgba(77, 219, 242, 1) 33%, rgba(77, 219, 242, 1) 60%, rgba(17, 78, 168, 1) 66%);
		margin: 0 auto;
		position: absolute;
		left: 50%;
		margin-left: -5px;
	}

	.mp-lines::before,
	.mp-lines::after {
		position: absolute;
		content: '';
		width: 1px;
		height: 100%;
		background: rgb(17, 78, 168);
		background: linear-gradient(180deg, rgba(17, 78, 168, 0.6) 0%, rgba(17, 78, 168, 0.6) 30%, rgba(77, 219, 242, 0.6) 33%, rgba(77, 219, 242, 1) 60%, rgba(17, 78, 168, 0.6) 66%);
		margin: 0 auto;
	}

	.mp-lines::before {
		left: -5px;
	}

	.mp-lines::after {
		right: -5px;
	}
	
	.mpl-wrap {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30px;
		height: 100%;
		margin: auto;
		background: #fff;
		z-index: 2;
	}
	
	.mp-lines-over {
		width: 10px;
		height: 50vh;
		height: 100%;
		background: var(--ag-workflow-gray);
		margin: 0 auto;
		z-index: 2;
		position: absolute;
		left: 50%;
		margin-left: -5px;
	}

	.mp-lines-over::before,
	.mp-lines-over::after {
		position: absolute;
		content: '';
		width: 1px;
		height: 100%;
		background: var(--ag-workflow-gray);
	}

	.mp-lines-over::before {
		left: -5px;
	}

	.mp-lines-over::after {
		right: -5px;
	}

	.container-phases .menu-phases li {
		position: relative;
	}

	.container-phases .menu-phases a {
		font-size: 14px;
		font-weight: 700;
		line-height: 17px;
		letter-spacing: 1px;
		color: var(--ag-dark-blue);
		text-decoration: none;
		text-transform: uppercase;
		position: relative;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
		background-color: #fff;
	}

	.menu-phases li.mp-menu-item a {
		position: relative;
	}

	.menu-phases li.menu-item-discover a {
		border-radius: 50%;
	}

	.container-phases .menu-phases a span {
		position: relative;
		z-index: 10;
	}

	.menu-phases li.menu-item-discover a {
		width: 105px;
		height: 105px;
	}

	.menu-phases li.menu-item-plan a,
	.menu-phases li.menu-item-build a {
		width: 82px;
		height: 82px;
		margin: auto;
	}

	.menu-phases li.menu-item-ship a {
		width: 80px;
		height: 80px;
		margin: auto;
	}

	.menu-phases li.menu-item-discover a::before {
		content: "";
		position: absolute;
		z-index: 2;
		inset: 0;
		border-radius: 50%;
		padding: 11px;
		background: linear-gradient(180deg, #4DDBF2, #114EA8);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		opacity: 0;
		transition: opacity .3s ease-in-out;
	}

	.menu-phases li.menu-item-discover a::after {
		content: "";
		position: absolute;
		z-index: 1;
		inset: 0;
		border-radius: 50%;
		padding: 11px;
		background: var(--ag-workflow-gray);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}

	.menu-phases li.menu-item-discover.active a::before {
		opacity: 1;
	}

	.menu-phases li.menu-item-plan a::before,
	.menu-phases li.menu-item-build a::before {
		position: absolute;
		content: '';
		z-index: 2;
		inset: 2px;
		padding: 10px;
		border-radius: 8px;
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		transform: rotate(45deg);
		opacity: 0;
		transition: opacity .3s ease-in-out;
	}

	.menu-phases li.menu-item-plan a::before {
		background: linear-gradient(315deg, #4DDBF2, #114EA8);
	}

	.menu-phases li.menu-item-build a::before {
		background: linear-gradient(135deg, #4DDBF2, #114EA8);
	}

	.menu-phases li.menu-item-plan.active a::before,
	.menu-phases li.menu-item-build.active a::before {
		opacity: 1;
	}

	.menu-phases li.menu-item-plan a::after,
	.menu-phases li.menu-item-build a::after {
		position: absolute;
		content: '';
		z-index: 1;
		inset: 2px;
		padding: 10px;
		border-radius: 8px;
		background: var(--ag-workflow-gray);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		transform: rotate(45deg);
	}

	.menu-phases li.menu-item-ship a::before {
		position: absolute;
		z-index: 2;
		content: '';
		inset: -1px;
		padding: 10px;
		border-radius: 8px;
		background: linear-gradient(0deg, #4DDBF2, #114EA8);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		opacity: 0;
		transition: opacity .3s ease-in-out;
	}

	.menu-phases li.menu-item-ship.active a::before {
		opacity: 1;
	}

	.menu-phases li.menu-item-ship a::after {
		position: absolute;
		z-index: 1;
		content: '';
		inset: -1px;
		padding: 10px;
		border-radius: 8px;
		background: var(--ag-workflow-gray);
		-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}

	.nav-start,
	.nav-end {
		position: relative;
		height: 9vh;
		overflow: hidden;
	}

	.nav-start {
		margin-bottom: -3px;
	}
	.nav-end {
		margin-top: -3px;
		z-index: 0;
	}
	
	.lr-wrap {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 40px;
		height: 100%;
		margin: auto;
		background: #fff;
		z-index: 18;
	}
	
	.nav-start .left,
	.nav-end .left {
		position: absolute;
		top: 0;
		left: calc(50% - 12px);
		z-index: 5;
		width: 10px;
		height: 100%;
		background: #4CDAF1;
	}

	.nav-start .left::before,
	.nav-end .left::before {
		position: absolute;
		content: '';
		left: -5px;
		width: 1px;
		height: 100%;
		background: #4CDAF1;
	}

	.nav-start .left-over,
	.nav-end .left-over {
		position: absolute;
		top: 0;
		left: calc(50% - 12px);
		z-index: 10;
		width: 10px;
		height: 100%;
		background: var(--ag-workflow-gray);
	}

	.nav-start .left-over::before,
	.nav-end .left-over::before {
		position: absolute;
		content: '';
		left: -5px;
		width: 1px;
		height: 100%;
		background: var(--ag-workflow-gray);
	}

	.nav-start .right,
	.nav-end .right {
		position: absolute;
		top: 0;
		right: calc(50% - 12px);
		width: 10px;
		height: 100%;
		background-color: #4CDAF1;
	}
	.nav-start .right {
		z-index: 5;
	}

	.nav-start .right::before,
	.nav-end .right::before {
		position: absolute;
		content: '';
		right: -5px;
		width: 1px;
		height: 100%;
		background: #4CDAF1;
	}

	.nav-start .right-over,
	.nav-end .right-over {
		position: absolute;
		top: 0;
		right: calc(50% - 12px);
		width: 10px;
		height: 100%;
		background-color: var(--ag-workflow-gray);
	}

	.nav-start .right-over::before,
	.nav-end .right-over::before {
		position: absolute;
		content: '';
		right: -5px;
		width: 1px;
		height: 100%;
		background: var(--ag-workflow-gray);
	}
	
}
@media (max-height:690px) {
	.menu-phases li.mp-menu-item a {
		width: 65px;
		height: 65px;
		letter-spacing: 0;
	}
	.menu-phases li.mp-menu-item.menu-item-discover a {
		width: 80px;
		height: 80px;
	}
}
@media (max-width:1199px) {
	.home .hero-image .top, 
	.home .hero-image .middle, 
	.home .hero-image .bottom {
		display: none;
	}
	.home .hero-image {
		background-image: url(images/home-mobile-bg-1.png);
		background-repeat: no-repeat;
		background-position: center 50px;
		background-size: cover;
		padding-bottom: 20vw;
	}
	.home .hero-image .content {
		max-width: 440px;
		margin: 0 auto;
		padding: 38vw 30px 10vw 30px;
	}
	.home-works-section {
		padding: 100px 0;
	}
	.home-work.flip-image img {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	.home-work .hw-image img {
		margin-left: auto;
	}
	.work-tags {
		text-align: center;
	}
	.home-work .hw-image-new {
		text-align: center;
	}
	.ag-py-14080 {
		padding: 80px 0;
	}
	.services {
		padding: 50px 0 0 0;
	}
	.work {
		padding: 50px 24px;
	}
	.service {
		padding: 50px 24px 0 24px;
	}
	.right-image .work-image,
	.right-image .service-image {
		text-align: right;
	}

	.work-image img,
	.service-image img {
		margin-top: 30px;
		width: 90%;
	}
	
	.work-image-new {
		text-align: center;
	}

	.services .service:nth-child(odd) .service-image {
		text-align: right;
	}

	.service > .container-fluid,
	.service .service-content {
		padding: 0;
	}
	.service > .container-fluid > .row {
		margin: 0;
	}
	.service .service-works {
		height: auto !important;
	}
	.wpcf7 .free-guide {
		margin-top: 16px;
	}
	.success-story-bg {
		background-position: left 1vw bottom;
		background-size: 90vw;
	}
	.guide-desc-section {
		padding: 48px 24px;
	}
	.ag-accordion {
		width: 100%;
		overflow: hidden;
	}
	.ag-accordion .title {
		margin: 0;
		width: 100%;
		position: relative;
		padding: 15px 30px 0 60px;
	}

	.ag-accordion .desc {
		width: 100%;
		position: relative;
		padding: 15px 30px 5px 65px;
	}

	.ag-accordion .desc::before {
		position: absolute;
		content: '';
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-color: var(--ag-light-blue);
		transition: all .3s;
	}
	.ag-accordion .ui-accordion-content-active.desc::before {
		height: 100%;
	}
	.ag-accordion .title-bg {
		width: 100%;
		height: 0;
		left: 0;
	}
	.ag-accordion .title.ui-state-active .title-bg {
		height: 100%;
	}
	.ag-accordion>h3 .counter {
		position: absolute;
		left: 30px;
		margin-left: 0;
	}
	
	.ag-py-14080 {
		padding: 80px 0;
	}
	
	.offices-section {
		padding: 100px 0 50px;
	}
	
	.offices-section .container .title {
		margin-bottom: 90px;
	}

	.ag-office .office-image {
		height: 475px;
	}

	.ag-office .office-content {
		padding: 0 50px;
	}
	.workflow-intro-section {
		padding: 50px 0;
	}

	.nav-phases {
		display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ag-videos-nav {
		left: 10vw;
	}
	.ag-video-content {
		margin-left: 45vw;
	}
}
@media (min-width: 992px) {
	.masthead-inner {
		padding: 11px 0;
	}
	.main-navigation .menu-toggle .icon {
		left: 50%;
		transform: translateX(-50%);
	}
	body.page:not(.home) .hero-title-wrap,
	body.archive .hero-title-wrap,
	body.blog .hero-title-wrap {
		min-height: 400px;
		display: flex;
		align-items: center;
	}
	
	.home-cs-section .home-cs-even {
		margin-top: 80px;
	}
	.single.single-agln_landing .landhead-col-1 {
		padding-right: 32px;
	}
	.single.single-agln_landing .landhead-col-2 {
		padding-left: 32px;
	}
	.landing-steps.dwp, 
	.landing-partnerships {
		padding: 112px 24px;
	}
	.dwp-steps .step {
		display: flex;
		align-items: center;
		margin: 72px 0;
	}
	.dwp-steps .step:nth-child(even) {
		flex-direction: row-reverse;
	}
	.dwp-steps .step .step-col {
		width: 50%;
	}
	.dwp-steps .step:nth-child(odd) .step-col-1 {
		padding-right: 32px;
	}
	.dwp-steps .step:nth-child(odd) .step-col-2 {
		padding-left: 32px;
	}
	.dwp-steps .step:nth-child(even) .step-col-1 {
		padding-left: 32px;
	}
	.dwp-steps .step:nth-child(even) .step-col-2 {
		padding-right: 32px;
	}
	.affiliate .landing-header.elevate::after {
		position: absolute;
		content: '';
		right: 0;
		top: 0;
		bottom: 0;
		left: 50%;
		background: linear-gradient(151deg, #005279 0.55%, #00334B 82.13%);
		z-index: 1;
	}
	.elevate-hero-image {
		position: absolute;
		z-index: 10;
		left: 75%;
		width: 30vw;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.works .work.even {
		margin-top: 80px;
	}
	.col-awards {
		overflow: hidden;
		padding-right: 0;
		width: 50vw;
		position: absolute;
		right: 0;
	}

	.col-awards-desc {
		height: 440px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}
	
	.awards {
		width: 500%;
		overflow: hidden;
	}

	.awards .slick-list::before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 30px;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);
		z-index: 10;
	}
	
	.next-case-study {
		display: flex;
	}
	.next-case-study-link {
		width: 42%;
	}
	.next-case-study-thumb {
		width: 225px;
		height: 178px;
		background: #127B8D;
	}
	.next-case-study-title {
		display: flex;
		align-items: center;
		width: 39%;
		padding-left: 48px;
	}
	.ag-video {
		padding: 25vw 0 10vw 0;
	}

	.ag-videos-nav {
		max-width: 300px;
		width: 25vw;
		position: absolute;
		top: 50%;
		left: 16vw;
		transform: translateY(-50%);
	}

	.ag-videos-nav .ag-video-nav {
		margin: 5px 0;
		padding: 53px 0 10px 0;
	}
	.ag-videos-nav .ag-video-nav .title {
		font-size: 17px;
		margin-left: 20px;
		transition: transform .3s ease-in-out;
	}

	.ag-videos-nav .ag-video-nav:hover .title {
		transform: translateY(-20px);
	}

	.ag-video-nav .ag-video-thumb {
		right: 12px;
		clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	}

	.ag-videos-nav .ag-video-nav::before {
		position: absolute;
		content: '';
		right: 13px;
		top: 0;
		width: 2px;
		height: 100%;
		opacity: 0;
		transform: rotate(8deg) translate(-50px, 6px);
		background-color: var(--ag-main-color);
		transition: all .3s cubic-bezier(0.6, 0.38, 0.57, 1.39) .1s
	}

	.ag-videos-nav .ag-video-nav:hover::before,
	.ag-videos-nav .slick-current .ag-video-nav::before {
		opacity: 1;
		transform: rotate(8deg) translate(0, 0);
	}

	.ag-videos-nav .ag-video-nav::after {
		position: absolute;
		content: '';
		right: 0;
		top: 50%;
		width: 10px;
		height: 10px;
		transform: translate(-50px, 6px);
		opacity: 0;
		background-image: url(images/svg/chevron-right-white.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px;
		transition: all .3s cubic-bezier(0.6, 0.38, 0.57, 1.39);
	}

	.ag-videos-nav .ag-video-nav:hover::after,
	.ag-videos-nav .slick-current .ag-video-nav::after {
		opacity: 1;
		transform: rotate(8deg) translate(0, 0);
	}
	.mission .tab-content {
		max-width: 80%;
	}
	.mission-img {
		position: absolute;
		content: '';
		top: 15%;
		bottom: 15%;
		right: 0;
		width: 37vw;
		overflow: hidden;
	}
	.mission-image-holder {
		clip-path: polygon(7.5% 0, 100% 0%, 100% 99%, 0% 100%);
	}
	.ag-values-images-wrap {
		position: absolute;
		top: 50%;
		right: 0;
		height: 700px;
		width: 50vw;
		transform: translateY(-50%);
	}
	
	.people-first-wrap>.container {
		max-width: 100%;
	}
	
	.people-first-content {
		width: 24vw;
		margin-left: 15vw;
	}
	.story-content {
		width: 35vw;
	}
	.ag-partner {
		padding: 112px 0;
	}
	.people-first-content .title {
		margin-bottom: 16px;
	}
	
	.people-first-image, 
	.story-image {
		position: absolute;
		top: 50%;
		right: 0;
		width: 50vw;
		transform: translateY(-50%);
		text-align: right;
		padding-right: 3vw;
	}
	
	.people-first-wrap .people-first-image {
		padding-right: 0;
	}
	
	.people-first-image img {
		clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
		width: 45vw;
		max-width: 790px;
	}
	.people-first-images-wrap {
		position: absolute;
		top: 50%;
		right: 0;
		height: 700px;
		width: 50vw;
		transform: translateY(-50%);
	}
	.ag-benefits {
		display: flex;
		flex-wrap: wrap;
		gap: 50px;
		justify-content: center;
	}
	.ag-benefit {
		width: 30%;
	}
	.ag-pfc-wrap {
		overflow: hidden;
	}
	.pfc-slider .slick-list {
		overflow: visible;
	}
	.pfc-content {
		width: 30vw;
		max-width: 440px;
		margin-left: 15vw;
	}
	.pfc-slider .slick-dots {
		width: auto;
		margin-left: 15vw;
		bottom: unset;
	}
	
	.pfc-image {
		position: absolute;
		top: 50%;
		right: 0;
		width: 50vw;
		transform: translateY(-50%);
		padding-right: 3vw;
		margin-top: 1vw;
		max-height: 450px;
	}

	.pfc-image img {
		clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
		width: 100%;
		max-width: 890px;
	}
	.ag-benefits-wrap .cbtn {
		padding-top: 48px;
		text-align: right;
	}
	.ag-benefits .slick-active .ag-benefit {
		opacity: 1;
	}
	.careers-images-section {
		overflow: hidden;
	}

	.careers-images {
		display: flex;
		margin: 0 -10%;
	}

	.careers-image {
		transform: skewX(-10deg);
		width: 100%;
		height: 300px;
		overflow: hidden;
		position: relative;
		margin: 0 2px;
	}

	.careers-image .careers-image-bg {
		transform: skewX(10deg);
		position: absolute;
		content: '';
		width: 130%;
		left: -6vw;
		top: 0;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.careers-image-1 .careers-image-bg {
		background-image: url(images/careers-images/image-1.jpg);
	}

	.careers-image-2 .careers-image-bg {
		background-image: url(images/careers-images/image-2.jpg);
	}

	.careers-image-3 .careers-image-bg {
		background-image: url(images/careers-images/image-3.jpg);
	}

	.careers-image-4 .careers-image-bg {
		background-image: url(images/careers-images/image-4.jpg);
	}

	.careers-image img {
		display: block;
	}

	.other-perks-section {
		padding: 100px 0;
	}

	.other-perks-section .cbtn {
		margin-top: 48px;
	}
	.story-image img {
		clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
		width: 45vw;
		max-width: 790px;
	}
	
	.ag-timeline .slick-dots {
		bottom: inherit;
		width: 60vw;
		right: 0;
	}

	.tl-item {
		display: flex !important;
		align-items: center;
	}

	.tl-images {
		width: 50vw;
		position: relative;
		overflow: hidden;
		height: 40vw;
		margin: 10vw 0 2vw;
	}

	.tl-content {
		width: 50vw;
		text-align: center;
		padding: 0 10vw 0 0;
	}

	.tl-text {
		font-size: 17px;
		max-width: 500px;
		margin: auto;
	}

	.tl-img img {
		width: 100%;
	}

	.tl-img-1 {
		width: 28vw;
		position: absolute;
		right: 33.5vw;
		top: 3.5vw;
		clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	}

	.ag-timeline:not(.first-load) .tl-img-1 {
		transform: translateX(-100%);
		opacity: 0;
		transition: all .4s ease-in-out .5s;
	}

	.ag-timeline .slick-current .tl-img-1 {
		transform: translateX(0);
		opacity: 1;
	}

	.tl-img-2 {
		width: 35vw;
		position: absolute;
		right: 0;
		top: 0;
		clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	}

	.ag-timeline:not(.first-load) .tl-img-2 {
		transform: translateY(-100%);
		opacity: 0;
		transition: all .4s ease-in-out .7s;
	}

	.ag-timeline .slick-current .tl-img-2 {
		transform: translateY(0);
		opacity: 1;
	}

	.tl-img-3 {
		width: 27vw;
		position: absolute;
		left: 3vw;
		top: 19.2vw;
		clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	}

	.ag-timeline:not(.first-load) .tl-img-3 {
		transform: translateY(100%);
		opacity: 0;
		transition: all .4s ease-in-out .9s;
	}

	.ag-timeline.first .tl-img-3 {
		transform: translateY(0);
		opacity: 1;
	}

	.ag-timeline .slick-current .tl-img-3 {
		transform: translateY(0);
		opacity: 1;
	}
	.ag-in-numbers {
		display: flex;
	}

	.ag-in-numbers .ag-numbers {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.ag-office .office-content .content {
		display: flex;
		justify-content: space-between;
	}

	.ag-office .office-content .contact {
		text-align: right;
	}
	.ag-offices .slick-track {
		padding-left: 50px;
	}

	.ag-offices .slick-slide {
		margin-left: 20px;
		margin-right: 20px;
	}

	.ag-offices .slick-dots {
		bottom: -70px;
	}

	.wte-list {
		position: relative;
		overflow: hidden;
	}

	.wte-list>li>a,
	.wte-list>li>.wte-content {
		width: 50%;
	}

	.wte-list>li {
		display: flex;
	}

	.wte .wte-content {
		position: absolute;
		right: 0;
		opacity: 0;
		transition: all 1s;
		transform: translateY(-300%);
	}

	.wte .wte-content.show {
		top: 50%;
		opacity: 1;
		transform: translateY(-50%);
	}
	.wbtn-content {
		padding-left: 22%;
	}
	.ag-cats {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 50px 0 35px 0;
	}

	.ag-cats li {
		display: inline-block;
		margin-bottom: 15px;
	}

	.ag-cats a {
		display: block;
		margin: 0 5px;
		padding: 10px 20px;
		text-decoration: none;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;
		min-width: 120px;
		text-align: center;
		overflow: hidden;
		clip-path: polygon(10px 0%, 100% 0%, calc(100% - 11px) 100%, 0% 100%);
	}

	.ag-cats a::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #CBD5D9;
		z-index: -10;
	}

	.ag-cats a::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: var(--ag-main-color);
		z-index: -5;
		transform: translateX(-100%);
		transition: transform .3s ease-in-out;
	}

	.ag-cats a:hover::after {
		transform: translateX(0);
	}

	#page .ag-blog .ag-blog-post {
		margin-bottom: 60px;
	}

	.ag-blog.all .cat-item-all a::before,
	.ag-blog .current-cat a::before {
		background-color: var(--ag-main-color);
	}

	.ag-blog-post.featured-post .post-cats,
	.featured-post .post-entry a {
		color: #fff;
	}

	.featured-post .post-entry {
		position: absolute;
		left: 0;
		bottom: 50px;
		margin: 0 15px;
		color: #fff;
		padding-left: 70px;
	}

	.featured-post .excerpt {
		display: none;
	}

	.ag-cats-filter-wrap {
		display: none;
	}

	.pagination {
		padding: 60px 0 120px;
	}

	.ag-newsletter-subscribe-section {
		padding: 80px 0 90px 0;
	}

	.get-started {
		padding: 120px 0;
	}
	.get-started .title {
		max-width: 450px;
	}
	.ag-blog .featured-post .post-thumb img {
		max-height: 500px;
		object-fit: cover;
		object-position: center;
	}
	.error-404 {
		margin: 10vw 0;
	}
	.footer-widgets .col-lg-2 {
		width: 20%;
	}
	.site-info .copyright {
		text-align: right;
	}
	.site-info-inner {
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 991px) {
	#masthead > .container {
		padding-left: 24px;
		padding-right: 24px;
	}
	.masthead-inner {
		padding: 5px 0;
	}
	.main-navigation .menu-toggle .icon {
		right: 0;
	}
	.hero-title {
		padding: 25vw 0 15vw;
	}
	.hero-home .tw-hero-wrap {
		display: block;
	}
	.home-services {
		overflow: hidden;
		margin-top: 48px;
	}
	.home-service:hover .hs-bg-left, 
	.home-service:hover .hs-bg-right {
		width: 150%;
	}
	.testimonials .agt-wrap {
		margin-top: 50px;
	}

	.ag-mobile-col-reverse {
		flex-direction: column-reverse;
	}
	.col-logos {
		margin-top: 50px;
	}
	.agt-quote {
		padding-top: 16px;
	}
	.agt-quote-before {
		display: none;
	}
	.col-awards {
		margin-top: 8vw;
		overflow: hidden;
	}
	.awards-section .description br {
		display: none;
	}
	.awards {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.awards::-webkit-scrollbar:horizontal {
		height: 8px;
	}
	.awards::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 2px solid #003650;
		background-color: #003650;
	}
	.awards::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	.awards .award {
		flex-shrink: 0;
	}
	.cs-content-section-3-1 .section-3-image-1, 
	.cs-content-section-3-3 .section-3-image-2 {
		margin-top: 48px;
	}
	.cs-ag-testimonial {
		margin-top: 48px;
	}
	.outcomes {
		flex-direction: column;
		align-content: center;
		margin: 90px auto 0;
	}
	.service .entry-title,
	.work .entry-title {
		font-size: 32px;
		line-height: 40px;
	}
	.single.single-agln_landing .hero-title {
		padding: 30px 0;
	}
	.single.single-agln_landing .hero-title h1 {
		margin: 0;
	}
	.single.single-agln_landing .hero-title h1 br {
		display: none;
	}
	.single-agln_landing ul.home-services {
		height: auto !important;
	}
	.landing-steps.dwp, 
	.landing-partnerships {
		padding: 50px 24px;
	}
	.affiliate .landing-header.elevate {
		padding: 0;
	}
	.elevate-hero-image {
		margin-top: 50px;
		padding: 50px 0;
		background: linear-gradient(151deg, #005279 0.55%, #00334B 82.13%);
		text-align: center;
	}
	.col-ps-video {
		margin-top: 32px;
	}
	.col-ps-video img {
		width: 100%;
	}
	.landing-header.dwp .landhead-col-2 {
		padding-top: 50px;
	}
	.dwp-steps .step {
		margin: 50px 0;
	}
	.dwp-steps .step img {
		width: 100%;
		margin-bottom: 8px;
	}
	.single-agln_landing .calendly-overlay .calendly-popup-close {
		z-index: 100000000000;
	}
	.wte-list>li {
		overflow: hidden;
	}

	.wte .wte-content {
		position: relative;
		height: 0;
		transform: scaleY(0);
		transform-origin: top;
		transition: transform 0.5s ease;
	}

	.wte .wte-content.show {
		height: auto;
		transform: scaleY(1);
		padding: 30px;
	}
	.wbtn-text {
		padding-left: 20vw;
		margin-bottom: 30px;
	}
	.get-started {
		padding: 90px 0;
	}
	.get-started .title {
		margin-bottom: 1.5rem;
	}
	.ag-video {
		padding: 50px 35px
	}
	.ag-videos-nav {
		position: absolute;
		left: 0;
		bottom: 10px;
		width: 100%;
	}
	.ag-videos-nav .ag-video-nav {
		width: 26px !important;
		height: 26px;	
		position: relative;
	}
	.ag-videos-nav .ag-video-nav::before {
		position: absolute;
		content: '';
		width: 20px;
		height: 20px;
		left: 3px;
		top: 3px;
		background-color: #ddd;
		border-radius: 50%;
	}
	.ag-videos-nav .slick-track {
		height: auto !important;
		display: flex;
    	justify-content: center;
	}

	.ag-videos-nav .slick-list {
		height: auto !important;
	}

	.ag-videos-nav .slick-track .slick-slide {
		width: 20px !important;
		margin: 0 5px;
	}
	
	.ag-videos-nav .slick-track .slick-slide.slick-current .ag-video-nav::before {
		background-color: var(--ag-dark-blue);
		width: 26px;
		height: 26px;
		left: 0;
		top: 0;
	}
	.ag-videos-nav .ag-video-nav .title,
	.ag-videos-nav .ag-video-nav .content,
	.ag-video-nav .ag-video-thumb {
		display: none;
	}
	.ag-videos-nav .ag-video-nav .title {
		font-size: 34px;
		font-weight: 600;
	}
	.ag-videos-nav.slick-vertical .slick-slide {
		border: none;
	}
	.mission.ag-py-14080 {
		padding-bottom: 0;
	}
	.mission-img {
		position: relative;
		height: 57vw;
		overflow: hidden;
	}
	.mission-image-holder {
		background-size: contain;
	}
	.people-first-images-wrap {
		position: relative;
		height: 700px;
	}
	.ag-partner {
		padding: 25px 0;
	}
	.ag-partner-boxes > div {
		margin-bottom: 30px;
	}
	.ag-benefits-wrap .cbtn {
		padding-top: 20px;
		text-align: center;
	}
	.ag-benefit {
		margin-bottom: 40px;
	}
	.careers-image {
		height: 250px;
		width: 100%;
		position: relative;
	}

	.careers-image .careers-image-bg {
		position: absolute;
		content: '';
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.careers-image-1 .careers-image-bg {
		background-image: url(images/careers-images/image-1.jpg);
	}

	.careers-image-2 .careers-image-bg {
		background-image: url(images/careers-images/image-2.jpg);
	}

	.careers-image-3 .careers-image-bg {
		background-image: url(images/careers-images/image-3.jpg);
	}

	.careers-image-4 .careers-image-bg {
		background-image: url(images/careers-images/image-4.jpg);
	}

	.careers-image img {
		display: block;
	}
	.careers-image {
		display: none;
	}
	.careers-images .careers-image-4 {
		display: block;
	}
	.other-perks-section {
		padding: 50px 0;
	}
	.other-perks-section .cbtn {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.other-perks-section .cbtn {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.ag-values-images-wrap {
		position: relative;
		height: 700px;
	}

	.ag-values {
		height: auto !important;
	}
	.ag-value .title::before {
		visibility: hidden;
	}
	.ag-value.show .title::before {
		width: 200vw;
		left: -50vw;
		visibility: visible;
	}
	.people-first-wrap {
		padding: 92px 0 102px;
	}
	.story-wrap {
		padding: 30px 0 0;
	}
	.story-title-wrap .ag-story-title {
		margin-bottom: 10px;
	}
	.people-first-content .title {
		margin-bottom: 30px;
	}

	.people-first-content {
		padding-bottom: 80px;
	}
	
	.story-content {
		padding-bottom: 15px;
	}

	.people-first-image, 
	.story-image {
		position: relative;
		width: 100vw;
	}

	.people-first-image img, 
	.story-image img {
		width: 100%;
		display: block;
	}
	
	.ag-timeline-section .ag-timeline.slick-slider {
		margin-bottom: 50px;
	}

	.tl-img-1,
	.tl-img-3 {
		display: none;
	}

	.tl-img-2 {
		width: 100%;
		height: 50vw;
		overflow: hidden;
	}

	.tl-img-2 img {
		width: 100%;
		height: 100%;
	}

	.tl-content {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		padding: 0 30px;
	}
	.ag-in-numbers .title {
		margin-left: 10vw;
		margin-bottom: 80px;
	}
	
	.pfc-content {
		margin: 0 30px 80px 30px;
	}

	.pfc-image img {
		width: 100%;
	}

	.pfc-slider .slick-dots {
		bottom: -65px;
	}
	.ag-cats-wrap {
		display: none;
	}
	.ag-cats-filter-wrap {
		padding: 30px;
	}

	.next-case-study-thumb {
		margin: 32px 0;
	}
	#page .ag-blog .ag-blog-post {
		margin-bottom: 90px;
	}

	.single .ag-post .container {
		max-width: 100%;
		padding: 0;
	}

	.single .ag-blog-post.more-post .post-entry,
	.single .ag-post .entry-header,
	.single .ag-post .entry-content {
		padding: 0 30px;
	}

	.single .more-articles .article.prev {
		margin-bottom: 90px;
	}

	.pagination {
		padding: 20px 0 80px;
	}

	.ag-newsletter-subscribe-section {
		padding: 90px 0 130px 0;
	}
	.error-404 {
		text-align: center;
		margin: 20vw 0;
	}
	.error-404 .error-404-image {
		margin-top: 70px;
	}
	.site-info .privacy-menu-container {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.site-info .copyright {
		text-align: center;
		font-size: 12px;
	}
	.site-info-inner {
		text-align: center;
	}
	.site-info .socials {
		margin: 0;
	}
	.site-info .socials li {
		margin: 0 12px;
	}
	.site-info .menu > li > a::after {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.hero-home .blue-lines {
		width: 50%;
	}
}
	
@media (min-width: 768px) and (max-width: 991px) {
	.ag-menu-wrap.agm-higher .primary-menu-container {
		display: flex;
		align-items: center;
	}
	.ag-menu .social-links {
		gap: 10px;
		font-size: 14px;
		margin-left: 8vw;
	}
	.fw-row {
		display: grid;
		grid-template-columns: 50% 50%;
	}
	.fw-row .fw-col-1 {
		grid-column: 1;
		grid-row: 1/3;

	}
	.fw-row .fw-col-2 {
		grid-column: 2;
		grid-row: 1;
	}
	.fw-row .fw-col-3 {
		grid-column: 2;
		grid-row: 2;
	}
	.fw-row .fw-col-4 {
		grid-column: 2;
		grid-row: 3;
	}
	.fw-row .fw-col-5 {
		grid-column: 1;
		grid-row: 3/4;
		margin-top: -30px;
	}
}
@media (min-width: 480px) and (max-width: 991px) {
	.elevate-hero-image img {
		width: 80%;
		margin: auto;
	}
}
@media (min-width: 768px) {
	.top-banner .content {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#primary-menu {
		padding-left: 7vw;
	}
	.ag-menu-wrap.agm-higher #primary-menu {
		padding-left: 8vw;
	}
	#primary-menu a {
		padding: 3px 0;
	}
	#masthead .ag-menu-wrap.agm-higher {
		padding-top: 0 !important;
	}
	.ag-menu-wrap:not(.agm-higher) .ag-menu .social-links {
		position: absolute;
		bottom: 35px;
		left: 7vw;
	}
	.csfw-images {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-left: -2px;
		margin-right: -2px;
	}
	.csfw-images .csfw-image {
		padding: 0 2px;
	}
	.csfw-images.images-1 .csfw-image {
		width: 100%;
	}
	.csfw-images.images-2 .csfw-image {
		width: 50%;
	}
	.csfw-images.images-3 .csfw-image {
		width: 33.33333333333333%;
	}
	.csfw-images.images-4 .csfw-image {
		width: 25%;
	}
	.csfw-images.images-5 .csfw-image {
		width: 20%;
	}
	.contact-content {
		margin: 120px auto 0;
	}
	.specializations {
		display: flex;
		gap: 32px;
	}
	.ag-checkboxes .wpcf7-checkbox .wpcf7-list-item,
	.ag-radios .wpcf7-radio .wpcf7-list-item {
		width: 33%;
	}
	.wbtn-inner {
		position: relative;
	}
	.footer-widgets .widget-title {
		margin-bottom: 1rem;
	}
	.footer-widgets .widget-title svg {
		display: none;
	}
}

@media (max-width: 767px) {
	#masthead > .container {
		max-width: 100%;
	}
	.top-banner .tb-link {
		display: block;
	}
	.agm-left {
		display: none;
	}
	.agm-right {
		width: 100%;
		overflow: hidden;
		overflow-y: auto;
	}
	.menu-open #masthead > .container {
		width: 100%;
		max-width: 100%;
		padding: 0;	
		position: relative;		
	}
	.menu-open #masthead .masthead-inner {
		padding: 5px 24px;	
	}
	.menu-open #masthead .container::after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
	}
	#primary-menu {
		width: 100%;
		padding-left: 24px;
	}
	.ag-menu-wrap:not(.agm-higher) .ag-menu .social-links {
		position: absolute;
		bottom: 35px;
		left: 24px;
	}
	.ag-menu-wrap.agm-higher .primary-menu-container {
		height: auto;
	}
	.ag-menu-wrap.agm-higher .ag-menu .social-links {
		position: relative;
		gap: 10px;
		margin-top: 24px;
		margin-left: 24px;
	}
	.ag-logo {
		position: relative;
		z-index: 100000;
	}
	.tw-hero-wrap {
		display: block;
	}
	.ht-word {
		width: auto;
		display: inline-block;
	}
	.ag-values-images-wrap {
		display: none;
	}
	.col-agp-table {
		width: 100%;
		padding: 0 !important;
	}
	.agp-table {
		position: relative;
		width: 100%;
	}
	.contact-content {
		margin: 50px auto 0;
		padding: 0 30px;
	}
	.specializations {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction:row;	
	}
	.specializations .specialization {
		flex: 0 1 calc(50% - 10px);
		margin: 5px;
	}
	.wpcf7 .form-field.ag-checkboxes {
		margin-bottom: 60px;
	}

	.ag-checkboxes .wpcf7-checkbox .wpcf7-list-item {
		display: block;
	}
	.wbtn {
		position: relative;
	}
	.bw-image {
		left: -30px;
	}
	.ag-office {
		overflow: hidden;
	}
	.ag-office .office-image {
		position: absolute;
		content: '';
		inset: 0;
	}
	.ag-office .office-content {
		position: relative;
		bottom: inherit;
		padding: 150px 50px 20px;
	}
	
	.blog .ag-blog-container,
	.archive .ag-blog-container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.blog .ag-blog-container .row,
	.archive .ag-blog-container .row {
		margin: 0;
	}

	.blog .ag-blog-container>.row>.col-md-12,
	.archive .ag-blog-container>.row>.col-md-12 {
		padding: 0;
	}

	.ag-blog .ag-blog-post {
		padding-left: 0;
		padding-right: 0;
	}

	.ag-blog .ag-blog-post .post-entry {
		margin-left: 30px;
		margin-right: 30px;
	}

	.ag-ns-wrap {
		padding: 0 30px;
	}

	.ag-ns-wrap .form-wrap {
		margin-top: 80px;
		text-align: center;
	}

	.ag-ns-wrap .agns-email-wrap {
		margin-bottom: 55px;
	}
	
	#colophon {
		padding-top: 0 !important;
	}
	.footer-widgets .widget {
		margin: 0;
	}
	#colophon .site-info-inner {
		display: flex;
		flex-wrap: wrap;
	}
	#colophon .site-info-inner > div,
	#colophon .site-info-inner > ul {
		width: 100%;
	}
	#colophon .site-info-inner .copyright {
		margin-bottom: 10px;
	}
	#colophon .site-info-inner .socials {
		margin-bottom: 30px;
	}
	#colophon .site-info-inner .privacy-menu-container {
		order: 3;
	}
	.footer-widgets .widget-title {
		margin: 0 0 16px 0;
	}
	.footer-widgets .widget-title svg {
		float: right;
		margin-top: 6px;
		transition: transform .3s ease-in-out;
	}
	.footer-widgets .widget-title.content-open svg {
		transform: rotate(540deg);
	}

	.footer-widgets .widget .widget-content p:last-of-type {
		margin: 0;
	}

	.footer-widgets .widget .widget-content {
		display: none;
		margin-bottom: 16px;
	}
}
@media (max-width: 600px) {
	.top-banner .tb-logo {
		position: relative;
		top: 3px;
	}
	.guide-form-section {
		padding: 50px 0;
	}
	.guide-form-section .container {
		max-width: 100%;
	}
	.guide-desc-section .row .gd-image {
		padding: 20px;
	}
	.guide-desc-section .row.row-reverse .gd-image {
		padding: 10px 20px;
	}
	.guide-desc-section .gd-image .guide-image {
		max-width: 100%;
	}
	.gf-card {
		padding: 24px;
	}
	.wpcf7 .free-guide div[class^="col-md"] {
		padding: 0;
		margin-bottom: 24px;
	}
	.wpcf7 .free-guide .wpcf7-spinner {
		left: inherit;
		right: 0;
	}
}
@media (max-width: 575px) {
	.hero-home {
		padding: 142px 0;
	}
	.hero-home > .container {
		padding-left: 24px;
		padding-right: 24px;
	}
	.row>* {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media (max-width: 539px) {
	.hero-title {
		word-break: break-word;
	}

	.hero-title br {
		word-break: break-word;
		display: none;
	}
	.wbtn-text {
		padding-left: 35vw;
	}
	.mission .nav-tabs .nav-item {
		margin-right: 10px;
	}
	.mission .nav-tabs .nav-link {
		padding: 15px 5px 15px 0;
	}
}
@media (min-width: 500px) {
	.affiliate .cs-agt-desc .title span {
		display: block;
	}
}
@media (min-width: 480px) {
	.brand-logo {
		padding: 0 40px;
		text-align: center;
		height: 100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
	}
	
}
@media (max-width: 479px) {
	.masthead-inner a.btn-contact {
		display: none !important;
	}
	.col-awards {
		padding: 0;
	}
	.awards .award img {
		width: 75vw;
	}
	.awards .slick-list {
		padding: 0 50px 0 0 !important;
	}
	.brand-logo {
		padding: 15px;
	}
	.ag-menu .socials {
		display: none;
	}
	.agt-quote-after {
		top: -25px;
	}
	.error-404 {
		margin: 100px 0 50px;
	}
}
@media (max-width: 410px) {
	.hero-transf > span {
		display: block;
	}
	.ht-word.hero-transf .hero-svg-wrap {
		width: 100%;
		left: 0;
	}
}
@media(min-width: 381px) {
	.home-service .title {
		padding-right: 40px;
	}
}
@media (max-width: 380px) {
	.home-service .hs-arrow, 
	.service-work .sw-arrow, 
	.ag-value .agv-arrow	{
		display: none;
	}
	.specializations {
		width: 100%;
	}
	.specializations .specialization {
		width: 100%;
		margin: 5px 0;
	}
}

@media (min-width: 360px) {
	
	.home-cs-section .hcs-numbers{
		display: flex;
		gap: 20px;
	}
}