/*!
Theme Name: atcorp
Theme URI: https://buncreative.com/
Author: Buncreative
Author URI: https://buncreative.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atcorp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

atcorp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	background: #fff;
  	color: #4d4d4d;
  	font: 400 1em/1.5 "myriad-pro", Arial, Helvetica, sans-serif;
  	letter-spacing: 1px; 
}

h1, h2, h3, h4, h5, h6 {
  font: 400 1em/1.5 "myriad-pro", Arial, Helvetica, sans-serif;
  line-height: 1.15;
  margin: 1rem 0
  1rem;
}

h1 {
  margin-top: 0;
  font-size: 4.209em;
}

h2 {
  font-size: 3.125em;
}

h3 {
  font-size: 2.813em;
}

h4 {
  font-size: 1.438em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

h1.wht, h2.wht, h3.wht, h4.wht, h5.wht, h6.wht, p.wht, span.wht, div.wht {
  color: #fff;
}

h1.nb, h2.nb, h3.nb, h4.nb, h5.nb, h6.nb, p.nb, span.nb, div.nb {
  color: #1a2a4c;
}

h1.au, h2.au, h3.au, h4.au, h5.au, h6.au, p.au, span.au, div.au {
  color: #b59b63;
}

p {
  font-size: 1rem;
}

small, .text_small {
  font-size: 0.75em;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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


/* Elements
--------------------------------------------- */
body {
	background: #fff;
  	color: #4d4d4d;
  	font: 400 1em/1.5 "myriad-pro", Arial, Helvetica, sans-serif;
  	letter-spacing: 1px; 
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
	margin:0;
	padding:0;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Links
--------------------------------------------- */
a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

/*a:visited {
	color: #fff;
}*/

a:hover,
a:focus,
a:active {
	color: #b59b63;
}

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

/* Forms
--------------------------------------------- */
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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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, select:focus {
	color: #4d4d4d;
	outline: 2px solid #d2b47c;
}

select {
	border: 1px solid #ffffff;
	padding: 12px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.wrap {
  padding-left: 25px;
  padding-right: 25px;
}

.wrap-mlr {
  margin-left: 25px;
  margin-right: 25px;
}

.outer_wrap {
  transition: all 0.35s ease-in-out;
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  .outer_wrap {
    max-width: 750px;
  }

}

@media screen and (min-width:1024px) {
  .outer_wrap {
    max-width: 970px;
  }

}

@media screen and (min-width:1366px) {
  .outer_wrap {
    max-width: 1400px;
  }

}

@media screen and (min-width:1920px) {
  .outer_wrap {
    max-width: 1700px;
  }

}

section {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

section.nb {
  background: #1a2a4c;
}

section.grey {
  background: #f4f4f6;
}

section.p0 {
  padding: 0;
}

section.ptop0 {
  padding-top: 0;
}

section.ptop200 {
  padding-top: 200px;
}

@media screen and (min-width:1024px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}

.bg-grey {
  background: #f4f4f6;
}

.bg-nb {
  background: #1a2a4c;
}

.p_f20 {
  padding: 20px;
}

.p_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p_btm20 {
  padding-bottom: 20px;
}

@media screen and (min-width:1024px) {
  .p_80 {
    padding-right: 80px;
  }

  .p_0 {
    padding: 0;
  }

}

.m_top50 {
  margin-top: 50px;
}

.m_btm20 {
  margin-bottom: 20px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_col-right, .flex_site-left {
  width: 100%;
}

@media screen and (min-width:1024px) {
  .flex {
    flex-wrap: inherit;
    gap: 20px;
  }

  .flex_site-left {
    flex: 0 0 40%;
  }

  .flex_col-right {
    flex: 1;
    width: 55%;
  }

  .flex.aln-center {
    justify-content: center;
  }

  .flex.aln-space {
    justify-content: space-around;
  }

  .flex.aln-right {
    justify-content: flex-end;
  }

  .flex.aln-top {
    align-items: flex-start;
  }

  .flex.aln-middle {
    align-items: center;
  }

}

@media screen and (min-width:1366px) {
  .flex {
    gap: 70px;
    align-items: center;
  }

  .flex_site-left {
    flex: 0 0 35%;
  }

}

.gap_20 {
  gap: 20px;
}

@media screen and (min-width:600px) {
  .gap_50 {
    gap: 50px;
  }

}

.col-5 {
  flex-basis: 50%;
}

@media screen and (min-width:1024px) {
  .col-8 {
    max-width: 80%;
  }

}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	/*width: 100%;*/
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.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;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
	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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------
# This theme styling
---------------------------------------------*/

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b59b63;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
  z-index: 1;
}

.back-to-top:hover {
  background: #a0834a;
  transform: translateY(-3px);

}

.back-to-top a:hover {
	color: #fff;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/*  Footer */
.site-footer {
  background-color: #1a2a4c;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #f4f4f6;
}

.site-footer_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.site-footer_copyright p {
  font-size: 14px;
}

.site-footer .social {
  margin-top: 20px;
}

.site-footer .social-title {
  margin-right: 15px;
}

.site-footer .social-list {
  align-items: center;
  display: flex;
  gap: 10px;
}

.site-footer .social-list .icon > .label {
  display: none;
}

.site-footer .social-list .icon.alt {
  display: inline-block;
  border: solid 1px;
  border-radius: 100%;
}

.site-footer .social-list .icon.alt:before {
  display: block;
  font-size: 1em;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
}

.site-footer .social-list .icon.alt:hover {
  background-color: #b59b63;
  border:1px solid #fff;
  color:#fff;
}

.site-footer .social-list a:focus, .site-footer .social-list a:active {
	color: #fff;
}

@media screen and (min-width:1024px) {
  .site-footer_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }

  .site-footer .social {
    margin-top: 0;
  }

}

/* Curve bar */
.curve-wht {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 40px;
  position: relative;
  top: -30px;
  background-color: #fff;
  z-index: 1;
}

@media screen and (min-width:1024px) {
  .curve-wht {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    height: 80px;
    top: -50px;
  }

}

.curve-nb {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 40px;
  position: relative;
  top: -30px;
  background-color: #1a2a4c;
  z-index: 1;
}

@media screen and (min-width:1024px) {
  .curve-nb {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    height: 80px;
    top: -50px;
  }

}

/* Heading */
.heading-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b59b63;
}

.heading-title::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url("images/at_logo.svg") no-repeat center/contain;
  position: relative;
  top: -12px;
}

/* Hero Heading Content */
.hero_content {
  position: relative;
}

.hero_content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, #1a2a4c, rgba(26, 42, 76, 0));
}

.hero_content img {
  width: 100%;
  height: 100vh;    /* full-screen height */
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero_content-info {
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 40px;
  position: absolute;
  top: 60%;
  width: 80%;
  z-index: 1;
}

@media screen and (min-width:600px) {
  .hero_content-info {
    width: 80%;
  }

}

@media screen and (min-width:1024px) {
  .hero_content-info {
    width: 55%;
    text-align: left;
  }

  .hero_content-info_info {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    width: 65%;
  }

}

.hero_content-fit {
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b59b63;
  margin-bottom: 15px;
}

.hero_content-fit {
  font-size: 16px;
}

@media screen and (min-width:340px) {
  .hero_content-fit {
    font-size: calc(16px + 4 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1920px) {
  .hero_content-fit {
    font-size: 20px;
  }

}

.hero_content-fit::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url("images/at_logo.svg") no-repeat center/contain;
  position: relative;
  top: -5px;
}

.hero_content-text {
  color: #fff;
}

.hero_content-text h2 {
  font-size: 35px;
}

@media screen and (min-width:340px) {
  .hero_content-text h2 {
    font-size: calc(35px + 15 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1920px) {
  .hero_content-text h2 {
    font-size: 50px;
  }

}

.hero_content-text p {
  letter-spacing: 0;
  line-height: 22px;
}

.hero_content-text p {
  font-size: 16px;
}

@media screen and (min-width:340px) {
  .hero_content-text p {
    font-size: calc(16px + 2 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1920px) {
  .hero_content-text p {
    font-size: 18px;
  }

}

@media screen and (min-width:1024px) {
  .hero_content {
    padding-top: 150px;
  }

  .hero_content img {
    height: 100%;        /* full-screen height */
  }

  .hero_content h2 {
    font-size: 40px;
  }

}

@media screen and (min-width:1024px) and (min-width:340px) {
  .hero_content h2 {
    font-size: calc(40px + 10 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1024px) and (min-width:1920px) {
  .hero_content h2 {
    font-size: 50px;
  }

}

@media screen and (min-width:1024px) {
  .hero_content p {
    letter-spacing: 0;
    line-height: 28px;
  }

  .hero_content p {
    font-size: 16px;
  }

}

@media screen and (min-width:1024px) and (min-width:340px) {
  .hero_content p {
    font-size: calc(16px + 2 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1024px) and (min-width:1920px) {
  .hero_content p {
    font-size: 18px;
  }

}

/* Button */
.button, .nf-form-content input[type="submit"] {
  display: inline-block;
  padding: 0.75rem 1rem;
  border-style: solid;
  border-color: #b59b63;
  color: #b59b63;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.3s ease;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
}

.button:after {
  content: ' >';
  padding-left: 5px;
  display: inline-block;
  top: -1px;
  position: relative;
}

.button:hover, .nf-form-content input[type="submit"]:hover {
  background: #b59b63;
  color: #fff;
}

.button-sp {
  text-transform: none;
  color: #fff;
  font-weight: 400;
}

.button-wht {
  border-color: #fff;
  color: #fff;
}

.button-wht:hover {
  background: #1a2a4c;
  color: #fff;
  border-color: #1a2a4c;
}

/* accordion */
.accordion {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #b79d62;
}

.accordion .accordion-item-bbtm-0 {
  border-bottom: 0;
}

.accordion .accordion-item .accordion-header {
  width: 100%;
  text-align: left;
  padding: 12px 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1a2a4c;
  text-transform:uppercase;
}

.accordion .accordion-item .accordion-header .icon {
  transition: transform 0.3s ease;
}

.accordion .accordion-item .accordion-header.active .icon {
  transform: rotate(45deg);
}

.accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.1s ease;
  padding: 0 15px;
}

.accordion .accordion-item.open .accordion-content {
  max-height: 100%;
  padding: 15px;
}

.accordion .accordion-content ul{
	list-style: disc;
}

.accordion .accordion-item .accordion-header.active{
	color: #b59b63;
}

/* Swiper button */
.swiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  color: transparent;
  background: url("images/arrow_lft_gold.svg") center/cover no-repeat;
}

.swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  color: transparent;
  background: url("images/arrow_rgt_gold.svg") center/cover no-repeat;
}

.swiper-pagination-bullet-active {
  background-color: #1a2a4c;
}

/* Navbar (desktop & mobile) */
.home .navbar {
  background: transparent;
}

.home .navbar ul li a {
  text-decoration: none;
  color: #fff;
}

@media (max-width:901px) {
  .home .navbar ul li a {
    color: #1a2a4c;
  }

}

@media (max-width:901px) {
  .home .navbar .hamburger {
    display: block;
    color: #fff;
  }

}

/* Hamburger (only mobile) */
.hamburger {
  display: none;
  font-size: 32px;
  cursor: pointer;
}

@media (max-width:901px) {
  .hamburger {
    display: block;
    color: #1a2a4c;
    background: none;
    border: none;
    padding:0;
  }

}

.close-btn {
  align-self: flex-end;
  font-size: 42px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  color: #1a2a4c;
  top: 0;
  left: -5px;
  display: block;
  padding:0;
}

@media (min-width:902px) {
  .close-btn {
    display: none;
  }

}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  z-index: 1000;
  background: #fff;
}

.navbar.scrolled {
  height: 85px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .hamburger {
  color: #1a2a4c;
}

.navbar.scrolled .brand {
  content: url("images/at_logo_gold.svg");
  height: 55px;
}

.navbar.scrolled ul li
a {
  text-decoration: none;
  color: #1a2a4c;
  font-weight: 700;
  transition: color 0.3s;
}

.navbar.scrolled ul li
a::after {
  content: ' >';
  padding-left: 5px;
  display: inline-block;
}

.navbar.scrolled ul li
a:hover, .navbar.scrolled ul li
a.active {
  color: #b59b63;
}

.navbar .brand {
  height: 100px;
}

@media screen and (min-width:1366px) {
  .navbar {
    padding: 15px 65px;
  }

}

@media screen and (min-width:1024px) {
  .navbar {
    padding: 15px 40px;
    height: 150px;
  }

  .navbar .brand {
    height: 150px;
  }

}

@media screen and (min-width:1920px) {
  .navbar {
    padding: 15px 120px;
  }

}

/* Desktop Menu */
.nav-menu {
  display: flex;
  gap: 30px;
}

.nav-menu ul {
  display: flex;
  gap: 20px;
}

.nav-menu ul li a {
  text-decoration: none;
  color: #1a2a4c;
  font-weight: 700;
  transition: color 0.3s;
  text-transform: uppercase;
}

.nav-menu ul li a::after {
  content: ' >';
  padding-left: 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.nav-menu ul li a:hover {
  color: #b59b63;
}

.nav-menu ul li.current-menu-item a {
  color: #b59b63;
}
/*
@media (max-width:901px) {
  .nav-menu {
    display: none;
  }

}*/

/* Mobile Menu (Slide in from right) */
@media (max-width:901px) {
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 1100;
  }

  .nav-menu ul {
    display: flex;
    gap: 25px;
    flex-direction: column;
    margin-top: 50px;
    padding: 0 20px;
  }

  .nav-menu ul li {
    border-bottom: 1px solid #b59b63;
    padding-bottom: 10px;
  }

  .nav-menu ul li a {
    text-decoration: none;
    color: #1a2a4c;
    font-weight: 700;
    transition: color 0.3s;
  }

  .nav-menu ul li a:hover {
    color: #b59b63;
  }

  .nav-menu ul li.current-menu-item a {
    color: #b59b63;
  }

  .nav-menu.active {
    right: 0;
  }

}

@media screen and (max-width:901px) and (min-width:600px) {
  .nav-menu {
    width: 80%;
  }

}

/* Hero Section */
.home .hero {
  position: relative;
}

.home .hero_content {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}

.home .hero_content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #1a2a4c, rgba(26, 42, 76, 0));
}

.home .hero_content p {
  line-height: 22px;
}

.home .hero_content img {
  height: 100vh;
}

.home .hero_content-info {
  top: 50%;
}

@media screen and (min-width:1024px) {
  .home .hero_content img {
    height: 100%;        /* full-screen height */
  }

}

.home .hero .swiper-button-next, .home .hero .swiper-button-prev {
  display: none;
}

.home .hero .swiper-pagination-horizontal {
  bottom: 80px !important;
}

.home .hero .swiper-pagination-bullet {
  background: #b59b63;
}

.hmcom .imgbox {
  flex: 0 0 100%;
  position: relative;
}

.hmcom .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(80% 0%, 100% 50%, 80% 100%, 0% 100%, 20% 50%, 0% 0%);
  object-position: center center;
}

.hmcom .heading-description p{
	color:#ffffff;
}

@media screen and (min-width:600px) {
  .hmcom .imgbox {
    flex: 0 0 100%;
  }

}

@media screen and (min-width:1024px) {
  .hmcom {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
  }

  .hmcom-info {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hmcom .imgbox {
    flex: 0 0 50%;
  }

}

.hm_news {
  color: #1a2a4c;
  gap: 10px;
}

.hm_news p a{
	color: #1a2a4c;
}

.hm_news-tess{
	align-items:stretch;
}

.hm_news-tessbox{
	width: 100%;
}

@media screen and (min-width:600px) {
  .hm_news-tessbox {
    flex: 1 1 calc(50% - 1.5rem);
  }

}

.hm_news h5 {
  font-weight: 700;
  margin: 5px 0;
  text-align: right;
}

.hm_news h5.col-right {
  display: flex;
  flex: 1 0 50%;
}

.hm_news-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.date {
  font-size: 1.438em;
  width: 40%;
}

.cat {
  width: 60%;
}

@media screen and (min-width:1024px) {
  .cat {
    text-align: right;
  }

}

.hm_service-container {
  width: calc(100% - 100px);    /* Example: If arrows are 50px on each side */
  margin: 0 auto;    /* Center the container if width is reduced */
  padding: 0px 30px;
}

.hm_service-container .swiper-slide {
	box-sizing: border-box;
}

.hm_service-container .swiper-wrapper {
  overflow: visible;
  padding-top: 40px;
}

/*.hm_srv_card .swiper-button-lock, .hm_tess_card .swiper-button-lock {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}*/

/*.hm_service .serv-btn-prev, .hm_service .serv-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}*/

.hm_service-card {
  padding: 20px 10px;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}

.hm_service-card img {
  width: 85px;
  object-fit: contain;
}

.hm_service-card h5 {
  color: #1a2a4c;
}

.hm_service-card p {
  color: #4d4d4d;
}

.hm_service .nxtbtn, .hm_service .prevbtn {
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 2;
}

.hm_service .prevbtn {
  left: 0;
}

.hm_testimonial {

  /* Adjust .swiper-container width if necessary to account for arrow placement */
}

.hm_testimonial-container {
  width: calc(100% - 100px);    /* Example: If arrows are 50px on each side */
  margin: 0 auto;    /* Center the container if width is reduced */
  padding: 0px 18px;
}

.hm_testimonial-container .swiper-slide {
	box-sizing: border-box;
}

.hm_testimonial-container .swiper-wrapper {
  overflow: visible;
  padding-top: 40px;
}

.hm_testimonial .swiper-button-prev, .hm_testimonial .swiper-button-next {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10;    /* Ensure arrows are above slides */
}

.hm_testimonial-card {
  border: 1px solid #b59b63;
  padding: 20px 10px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;    /* pushes image to bottom */
  height: auto !important;
}

.hm_testimonial-card::before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url("images/quote_open.svg") no-repeat center/contain;
  position: relative;
  top: -60px;
  left: 0;
}

.hm_testimonial-card .client-quote {
  flex-grow: 1;
  position: relative;
  top: -30px;
}

.hm_testimonial-card img {
  height: 50px;
  object-fit: contain;
  margin: 0 auto;
}

.hm_testimonial .nxtbtn, .hm_testimonial .prevbtn {
  background-color: #f4f4f6;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 2;
}

.hm_testimonial .prevbtn {
  left: 0;
}

.abtnum-info {
  font-weight: 300;
  text-align: center;
  flex: 1 1 calc(33.333% - 1rem);
  min-width: 200px;
}

.abtnum-info .num {
  font-size: 125px;
  line-height: 125px;
  color: #b59b63;
  font-weight: 400;
}

.abtnum-info div {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}

.abt_family .abtloc {
  background: #b59b63;
  width: 100%;
  text-align: center;
  padding: 15px;
  color: #fff;
  justify-content: space-around;
}

.abt_family .abtloc h4 {
  text-transform: uppercase;
}

.abt_family .abtloc .ctrline {
  border-bottom: 1px solid #fff;
}

.abt_family .abtloc div {
  padding: 5px;
}

.abt_family .abtloc .placeloc {
  padding-right: 0;
  padding-bottom: 8px;
  border-right: 0;
  border-bottom: 1px solid #fff;
}

.abt_family .abtloc .placeloc:last-child {
  	border-bottom: none;
}

@media screen and (min-width:1024px) {
  .abt_family .abtloc {
    display: flex;
    position: relative;
    top: -70px;
    width: 70%;
    margin: 0 auto;
  }

  .abt_family .abtloc .placeloc {
    padding-right: 8px;
    padding-bottom: 0;
    border-right: 1px solid #fff;
    border-bottom: 0;
  }

  .abt_family .abtloc .placeloc:last-child {
  	border-right: none;
	}

}

@media screen and (min-width:1920px) {
  .abt_family .abtloc .placeloc {
    padding-right: 50px;
  }

}

.abt_value h4 {
  text-transform: uppercase;
}

.abt_value-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}

.abt_value-box {
  background: #fff;
  padding: 20px;
  flex: 1 1 calc(50% - 1rem);
  min-width: 200px;
}

@media screen and (min-width:1024px) {
  .abt_value-box {
    flex: 1 1 calc(33.333% - 1rem);
  }

}

.abt_value img {
  max-width: 70px;
}

.abt_culture .imgbox {
  flex: 0 0 50%;
  position: relative;
}

.abt_culture .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width:1024px) {
  .abt_culture {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
  }

  .abt_culture-info {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

}

.meetptr {
  border-top: 1px solid #b59b63;
  border-bottom: 1px solid #b59b63;
  padding: 30px 0;
}

.meetptr-container {
  display: flex;
  align-items: center;
  overflow: visible;
}

.meetptr-container img {
  width: 200px;
}

.meetptr-card {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 12rem !important;
  background: transparent;
}

.mtt_testimonial {

  /* Adjust .swiper-container width if necessary to account for arrow placement */
}

.mtt_testimonial-container {
  width: calc(100% - 100px);    /* Example: If arrows are 50px on each side */
  margin: 0 auto;    /* Center the container if width is reduced */
  padding: 0px 22px;
}

.mtt_testimonial-container .swiper-slide{
	box-sizing: border-box;
}

.mtt_testimonial-container .swiper-wrapper {
  overflow: visible;
  padding-top: 40px;
}

.mtt_testimonial .swiper-button-prev, .mtt_testimonial .swiper-button-next {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10;    /* Ensure arrows are above slides */
}

.mtt_testimonial-card {
  border: 1px solid #b59b63;
  padding: 20px 10px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;    /* pushes image to bottom */
  height: auto !important;
}

.mtt_testimonial-card::before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url("images/quote_open.svg") no-repeat center/contain;
  position: relative;
  top: -60px;
  left: 0;
}

.mtt_testimonial-card .client-quote {
  flex-grow: 1;
  position: relative;
  top: -30px;
}

.mtt_testimonial-card img {
  height: 50px;
  object-fit: contain;
  margin: 0 auto;
}

.mtt_testimonial .nxtbtn, .mtt_testimonial .prevbtn {
  background-color: #f4f4f6;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 2;
}

.mtt_testimonial .prevbtn {
  left: 0;
}

.partner_logo {
  gap: 20px;
  align-items: stretch;
}

.partner_logo-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;    /* text at top, image at bottom */
}

.partner_logo-card h4 {
  text-transform: uppercase;
}

.partner_logo-card .logo {
  padding: 10px;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.partner_logo-card .logo img {
  width: 150px;
}

.partner_logo-card p {
  flex-grow: 1;
}

@media screen and (min-width:768px) {
  .partner_logo-card {
    flex: 1 1 calc(50% - 1.5rem);
    margin-bottom: 30px;
  }

}

@media screen and (min-width:1024px) {
  .partner_logo-card {
    flex: 1 1 calc(20% - 1rem);
  }

}

/* Profile card */
.profile {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}

.profile-card {
  position: relative;
  width: 335px;
  text-align: center;
}

.profile-card .arrow-bg {
  position: absolute;
  bottom: -114px;
  left: 10px;
  transform: translateY(-50%);
  width: 90%;
  height: 75%;
  background: #b59b63;
  clip-path: polygon(80% 0%, 100% 50%, 80% 100%, 0% 100%, 20% 50%, 0% 0%);
  z-index: 0;
}

.profile-card .arrow-btn {
  position: absolute;
  left: 40px;
  top: 75px;
  width: 45px;
  height: 45px;
  background: url("images/arrow_rgt_wht.svg") center/cover no-repeat;
  z-index: 2;
}

.profile-card .arrow-btn.active {
  background: url("images/arrow_dwn_wht.svg") center/cover no-repeat;
}

.profile-card .person {
  position: relative;
  z-index: 1;
  left: 10px;
  bottom: 6px;
}

@media screen and (min-width:1024px) {
  .profile-card .person {
    left: 65px;
  }
}

.profile-card .person img {
  max-width: 250px;
  height: auto;
  display: block;
  margin-left: 1rem;
}

.profile-card .info {
  position: relative;
  z-index: 2;
  background: #e8e9ed;
  background: linear-gradient(92deg, #e8e9ed 30%, rgba(181, 155, 98, 0) 95%);
  padding: 8px 15px;
  margin-top: -40px;
  display: inline-block;
  border-radius: 10px;
  left: 0;
  bottom: 40px;
  text-align: left;
  width: 100%;
}

.profile-card .info h4 {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 300;
  color: #1a2a4c;
}

.profile-card .info p {
  margin: 0;
  color: #1a2a4c;
  font-weight: 700;
}

.close {
  justify-content: flex-end;
  width: 100%;
}

.close img {
  width: 42px;
  height: 42px;
}

.profile-desc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  background: #f4f4f6;
}

.profile-desc .profile-left {
  position: relative;
  flex: 1;
  color: #1a2a4c;
  display: flex;
  flex-wrap: wrap;
  gap: 150px;
}

.profile-desc .profile-left h2 {
  margin: 0;
  font-weight: 300;
}

.profile-desc .profile-left h4 {
  margin: 0.5rem 0 2rem;
  font-weight: 700;
}

.profile-desc .profile-left .arrow-bg {
  position: absolute;
  bottom: -165px;
  left: 0;
  transform: translateY(-50%);
  width: 300px;
  height: 333px;
  background: #b59b63;
  clip-path: polygon(80% 0%, 100% 50%, 80% 100%, 0% 100%, 20% 50%, 0% 0%);
  z-index: 0;
}

.profile-desc .profile-left .person {
  position: relative;
  z-index: 1;
}

.profile-desc .profile-left .person img {
  max-width: 280px;
  height: auto;
  display: block;
  
}

@media screen and (min-width:1024px) {
	.profile-img{
		position: relative;
    bottom: 60px;
	}
	.profile-desc .profile-left .arrow-bg {
		  width: 350px;
  	height: 330px;
	}

	.profile-desc .profile-left .person img {
		margin-left: 5rem;
	}
}

.profile-desc .profile-right {
  flex: 2;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.profile-desc .profile-right .blockquote {
  font-size: 35px;
  color: #1a2a4c;
  line-height: 42px;
  position: relative;
  flex-direction: row;
  display: flex;
}

.profile-desc .profile-right .blockquote img {
  width: 250px;
}

.profile-desc .profile-right .blockquote .quote-open {
  margin-right: 20px;
  position: relative;
  top: 5px;
}

.profile-desc .profile-right .blockquote .quote-close {
  align-items: flex-end;
  display: flex;
}

.profile-desc .profile-right .bio {
  width: 75%;
}

.profile-desc .profile-right p {
  margin-bottom: 1rem;
}

.profile-desc .social-media {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

@media (min-width:1024px) {
		.profile-desc .social-media {
			 justify-content: flex-start;
		}
}


.profile-desc .profile-right .socialmedia p {
  font-weight: 700;
}

.profile-desc .profile-right .socialmedia a {
  background: #b59b63;
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.profile-desc .profile-right .socialmedia .label {
	display: none;
}

.profile-desc .profile-right .socialmedia a::before {
  font-size: 22px;
}

/* Responsive */
@media (max-width:900px) {
  .profile-desc {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .profile-desc .profile-left {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .profile-desc .profile-right {
    gap: 0;
  }

  .profile-desc .profile-right .bio {
    width: 100%;
  }

}

.biobox {
  background: #f4f4f6;
  padding: 20px 30px;
  text-align: left;
  position: relative;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close {
  width: 152px !important;
  height: 84px !important;
}

.mfp-close-btn-in .mfp-close {
  color: transparent !important;
}

.serv-bnr .hero-slide {
  background: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center/cover no-repeat;
}

.service {

  /* Adjust .swiper-container width if necessary to account for arrow placement */
}

.service-container {
  width: calc(100% - 100px);    /* Example: If arrows are 50px on each side */
  margin: 0 auto;    /* Center the container if width is reduced */
  padding: 0px 30px;
  text-align: center;
}

.service-container .swiper-slide {
	box-sizing: border-box;
}

.service-container .swiper-wrapper {
  overflow: visible;
  padding-top: 40px;
}

.service .swiper-button-prev, .service .swiper-button-next {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10;    /* Ensure arrows are above slides */
}

.service-card {
  padding: 10px;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}

.service-card img {
  width: 85px;
  display: inline-block;
}

.service-card h5 {
  color: #1a2a4c;
}

.service-card h5.active {
  font-weight: 700;
}

.service-card p {
  color: #4d4d4d;
}

.service .nxtbtn, .service .prevbtn {
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 2;
}

.service .prevbtn {
  left: 0;
}

.servcat .imgbox {
  flex: 0 0 100%;
  position: relative;
}

.servcat .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(80% 0%, 100% 50%, 80% 100%, 0% 100%, 20% 50%, 0% 0%);
  object-position: center center;
}

.servcat-info img {
  width: 85px;
}

.servcat-info .heading {
  margin-top: 20px;
}

@media screen and (min-width:600px) {
  .servcat .imgbox {
    flex: 0 0 100%;
  }

}

@media screen and (min-width:1024px) {
  .servcat {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .servcat-info {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .servcat .imgbox {
    flex: 0 0 50%;
  }

  .servcat .imgbox img {
    position: absolute;
    bottom: -80px;
  }

}

.serv-desc {
  text-align: center;
  color: #fff;
  padding-top: 60px;
}

.serv-desc_wrap {
  max-width: 972px;
  margin: 0 auto;
}

.serv-desc h5 {
  font-weight: 700;
  text-transform:uppercase;
}

.serv-desc p {
  font-weight: 300;
}

.serv-desc p {
  font-size: 20px;
}

@media screen and (min-width:340px) {
  .serv-desc p {
    font-size: calc(20px + 10 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1920px) {
  .serv-desc p {
    font-size: 30px;
  }

}

.serv-desc p span {
  font-weight: 700;
  color: #b59b63;
}

@media screen and (min-width:1366px) {
  .form-wrap .form-row {
    flex-direction: row;
    gap: 100px;
  }

}

.infocentre .heading .left-info h5 {
  font-weight: 700;
  text-transform: uppercase;
}

.infocentre .heading img {
  width: 100%;
}

@media screen and (min-width:1366px) {
  .infocentre .heading {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
  }

  .infocentre .heading .left-info {
    flex: 1;
  }

  .infocentre .heading .right-info {
    flex: 1;
  }

}

.servsSwiper .swiper-wrapper {
  padding-bottom: 30px;
}

.career-bnr .hero-slide {
  background: url("https://images.unsplash.com/photo-1455849318743-b2233052fcff?q=80&w=1469&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center/cover no-repeat;
}

.mySwiper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;  /* Swiper arrows */
}

.mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.mySwiper .swiper-slide .slide-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  background: #f7f7f9;
  padding: 30px;
}

.mySwiper .swiper-slide .slide-image {
  flex: 1;
}

.mySwiper .swiper-slide .slide-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mySwiper .swiper-slide .slide-text {
  flex: 2;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.mySwiper .swiper-button-prev, .mySwiper .swiper-button-next {
  color: #b08d2e;
  width: 40px;
  height: 40px;
  border: 2px solid #b08d2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySwiper .swiper-button-prev::after, .mySwiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.skillinfo .careerbox .right-info h3 {
  color: #1a2a4c;
}

.skillinfo .careerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media screen and (min-width:1024px) {
  .skillinfo .careerbox {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
  }

  .skillinfo .careerbox img {
    height: 520px;
  }

  .skillinfo .careerbox .right-info {
    flex: 1;
  }

  .skillinfo .careerbox .left-info {
    flex: 1;
  }

}

.hirebox h3, .hirebox h4, .hirebox p {
  color: #fff;
}

.hirebox p {
  padding: 0;
}

.hirebox .accordion-content {
  background: #b59b63;
}

.pos-list .pos-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.pos-list .pos-container-box .pos-cat-title {
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b59b63;
}

.pos-list .pos-container-box .pos-cat-title::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url("images/at_logo.svg") no-repeat center/contain;
  position: relative;
  top: -12px;
}

.pos-list .pos-container .pos-content {
  font-weight: 400;
}

.pos-list .pos-container .pos-content .flex {
  justify-content: space-between;
}

.pos-list .pos-container .pos-content h4 {
  margin-bottom: 0;
}

.pos-list .pos-container .pos-content p {
  margin-top: 5px;
  margin-bottom: 0;
}

.accordion-content .pos-details p.department{
	color: #1a2a4c;
}

.pos-list .pos-container .pos-content .icon {
  color: #fff;
  width: 25px;
  margin-top: 20px;
}

.pos-list .pos-container-box{
		margin-bottom: 50px;
		border-bottom: 1px solid #b59b63;
}

.pos-list .pos-detail-box .accordion-item:last-child {
  border-bottom: none; /* or remove completely */
}

@media screen and (min-width:1024px) {
 /* .pos-list .pos-container {
    flex-direction: row;
  }
*/
	.pos-list .pos-container-box{
		display: flex;
		gap:70px;
	}

	.pos-list .pos-container-box{
		margin-bottom: 20px;
	}

	.pos-list .pos-container-box .pos-cat{
		flex: 1 1 calc(25% - 1.5rem); /* two columns */
	}
  .pos-list .pos-container .pos-cat {
    width: 250px;        /* fixed width */
  }

  .pos-list .pos-container .pos-content {
    flex: 1;        /* flexible, fills remaining space */
  }

}

.pos-list .pos-details {
  margin: 20px auto;
}

.pos-list .pos-details-title {
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.pos-list .pos-details-title::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url("images/at_logo.svg") no-repeat center/contain;
  position: relative;
  top: -12px;
}

.no-jobs-message {
  color: #b59b63;;
}

@media screen and (min-width:1024px) {
  .pos-list .pos-details {
    margin: 50px auto;
  }

}

.pos-list .pos-details .details-row {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: space-around;
  flex-direction: column;
}

.pos-list .pos-details .details-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pos-list .pos-details .details-group div {
  color: #fff;
}

.pos-list .pos-details .details-group p {
  margin-bottom: 0;
}

@media screen and (min-width:1024px) {
  .pos-list .pos-details .details-group {
    flex-direction: row;
  }

  .pos-list .pos-details .details-group div {
    width: 250px;
  }

  .pos-list .pos-details .details-group p {
    width: 100%;
  }

}

.pos-list .pos-details .qual {
  border-top: 1px solid #fff;
  padding: 20px 0;
  margin-top: 30px;
}

.pos-list .pos-details .btn {
  margin-top: 30px;
  text-align: center;
}

.pos-list h4 {
  margin-bottom: 0;
}

.pos-list p {
  margin-top: 5px;
}

.swiper.cultureSwiper {
  padding-bottom: 48px;
}

@media screen and (min-width:1024px) {
  .swiper.cultureSwiper {
    padding-bottom: 60px;
  }

}

.cultureSwiper {

  /* Space them apart */
}

.cultureSwiper .swiper-button-prev, .cultureSwiper .swiper-button-next {
  position: absolute;
  bottom: 10px;    /* stick to bottom */
  left: 10px;    /* align to left */
}

.cultureSwiper .swiper-button-next {
  left: 60px;    /* pushes next button to the right of prev */
}

.cultureSwiper .btnSwiper {
  position: absolute;
  bottom: 28px;
}

.cultureSwiper .cul-info {
  background-color: #f4f4f6;
}

.cultureSwiper .cul-info p {
  padding: 15px;
}

.cultureSwiper .cul-info .imgbox {
  flex: 0 0 50%;
  position: relative;
}

.cultureSwiper .cul-info .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width:1024px) {
  .cultureSwiper .cul-info {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .cultureSwiper .cul-info p {
    padding: 15px;
  }

  .abt_compay .cultureSwiper .cul-info {
  	justify-content: flex-start;
  }

}

.news-bnr .hero-slide {
  background: url("https://images.unsplash.com/photo-1756662299763-f6fc25875e84?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center/cover no-repeat;
}

.post-grid {
  display: grid;
  position: relative;
  color: #1a2a4c;
}

.post-grid .post-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.post-grid .post-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.post-grid .post-card .post-content {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.post-grid .post-card .post-content .title a{
	color: #1A2A4C;
}

.post-grid .post-card .post-content .category {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-grid .post-card .post-content .title {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 40px;
}

.post-grid .post-card .post-content .title {
  font-size: 30px;
}

@media screen and (min-width:340px) {
  .post-grid .post-card .post-content .title {
    font-size: calc(30px + 10 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1920px) {
  .post-grid .post-card .post-content .title {
    font-size: 40px;
  }

}

.post-grid .post-card .post-content .post-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.post-grid .post-card .post-content .post-footer .date {
  font-weight: 400;
  line-height: 35px;
}

.post-grid .post-card .post-content .post-footer .date, .post-header .date {
	text-transform: uppercase;
}

.post-grid .post-card .post-content .post-footer .date {
  font-size: 30px;
}

.post-grid .post-card .post-content .post-footer .date span, .post-header .year{
	display: block;
	margin-left: 5px;
	margin-top: -5px;
}

@media screen and (min-width:340px) {
  .post-grid .post-card .post-content .post-footer .date {
    font-size: calc(30px + 15 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1920px) {
  .post-grid .post-card .post-content .post-footer .date {
    font-size: 45px;
  }

}

.post-grid .post-card .post-content .post-footer .date span {
  display: block;
}

.post-grid .post-card .post-content .post-footer .date span {
  font-size: 15px;
}

@media screen and (min-width:340px) {
  .post-grid .post-card .post-content .post-footer .date span {
    font-size: calc(15px + 5 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1920px) {
  .post-grid .post-card .post-content .post-footer .date span {
    font-size: 20px;
  }

}

@media screen and (min-width:600px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

}

@media screen and (min-width:1366px) {
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .post-grid .post-card {
    padding-right: 40px;
    border-right: 1px solid #b79d63;
  }

  .post-grid .post-card:nth-child(3n) {
    border-right: none;
    padding-right: 0;
  }

}

.post-page {
  max-width: 980px;
  margin: 0 auto;
}

.post-page .post-header, .post-title {
  color: #1a2a4c;
}

.post-page .post-header .category {
  font-weight: 700;
}

.post-page .post-header .category {
  font-size: 20px;
}
.post-title {
	font-size: calc(38px + 5 * ((100vw - 340px) / 1580));
}

@media screen and (min-width:340px) {
  .post-page .post-header .category {
    font-size: calc(20px + 5 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1920px) {
  .post-page .post-header .category {
    font-size: 25px;
  }

}

.post-page .post-header .date {
  font-size: 32px;
}

@media screen and (min-width:340px) {
  .post-page .post-header .date {
    font-size: calc(32px + 13 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1920px) {
  .post-page .post-header .date {
    font-size: 45px;
  }

}

.post-page .post-header .date .year {
  font-weight: 300;
}

.post-page .post-header .date .year {
  font-size: 20px;
}

@media screen and (min-width:340px) {
  .post-page .post-header .date .year {
    font-size: calc(20px + 5 * ((100vw - 340px) / 1580));
  }

}

@media screen and (min-width:1920px) {
  .post-page .post-header .date .year {
    font-size: 25px;
  }

}

.post-page .post-hero {
  position: relative;
  margin: 2rem 0;
}

.post-page .post-hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* Contact Page */
#contact-us{
	background: #1a2a4c;;
}

/* Location Section */
.location-section {
  background: #1a2a4c;
}

.location-section .location-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.location-section .location-cards .card {
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #4d4d4d;
}

.location-section .location-cards .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-section .location-cards .card .card-content {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.location-section .location-cards .card .card-content .countryname {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b59b63;
  font-size: 1rem;
}

.location-section .location-cards .card .card-content p {
  font-size: 1.125 rem;
}

.location-section .location-cards .card .card-content p a{
	color: #4d4d4d;
}
@media screen and (min-width:1024px) {
  .location-section .location-cards .card {
    flex: 1 1 0;
  }

  .location-section .location-cards .card .imgbox {
    height: 340px;
  }

}

@media screen and (min-width:1366px) {
  .location-section .location-cards .card {
    flex-direction: row;
    align-items: stretch;
  }

  .location-section .location-cards .card .card-content {
    width: 70%;
    padding: 50px 20px;
  }

  .location-section .location-cards .card .imgbox {
    height: auto;
  }

}

.location-section .map-content {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
}

/* Contact Section */

@media screen and (min-width:1366px) {
  .contact-section {
 		width: 50%;
  	margin: 0 auto;
	}
}

.contact-section .submit {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* Ninja Form */

.nf-before-form-content {
    display: none;
}

.nf-field-label .nf-label-span, .nf-field-label label{
  font-weight: 400 !important;
}

.label-above .nf-field-label {
  margin: 15px 0 5px;
  font-size: 16px;
  color: #1a2a4c

}

.label-above .nf-field-element {
	display: flex;
  justify-content: center;
}

.file_upload-wrap .nf-field-element{
	display: flex;
	justify-content: flex-start !important;
}

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 {
  width: 100%;
  padding: 12px;
  border: none;
  background: #fff;
  color: #4d4d4d;
  font-size: 1rem;
  border-radius: 0;
}

.nf-field-label .nf-label-span, .nf-field-label label{
  font-size: 16px;
  font-weight: 400 !important;
  color: #1a2a4c;
}

.nf-field-element select.ninja-forms-field{
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 32px; /* Make space for the arrow */
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231c2340' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 18px;
}

/* Make two columns stack on mobile */
@media (max-width: 768px) {
    .one-half {
        width: 100% !important;
        float: none !important;
        margin-left:0 !important;
    }
}

/* abt_company */

/* When both sides exist */
.abt_compay .heading.two-col .flex_site-left {
  flex: 1;
}
.abt_compay .heading.two-col .flex_col-right {
  flex: 1;
}

/* When only left side exists */
.abt_compay .heading.one-col {
  flex-direction: column; /* or keep it centered */
}
.abt_compay .heading.one-col .flex_site-left {
  flex: 1;
  width: 100%;
}
.abt_compay .heading.one-col .flex_col-right {
  display: none;
}

@media (max-width: 768px) {
  .abt_compay .heading.flex {
    flex-direction: column;
  }
}

/*@media screen and (max-width:768px) {
  .field-wrap select {
 		width: 100%;
	}
}*/
