@font-face {
  font-family: "AzoThin"; /* Give your font a name */
  src: url("../../assets/fonts/AzoSans-Thin.woff2") format("woff2"),
    /* Format and path to the font file */
      url("../../assets/fonts/AzoSans-Thin.woff") format("woff");
  /* You can add more font formats and paths if needed */
  /* You might also include font-weight and font-style properties here */
}
@font-face {
  font-family: "AzoLight"; /* Give your font a name */
  src: url("../../assets/fonts/AzoSans-Light.woff2") format("woff2"),
    /* Format and path to the font file */
      url("../../assets/fonts/AzoSans-Light.woff") format("woff");
  /* You can add more font formats and paths if needed */
  /* You might also include font-weight and font-style properties here */
}
@font-face {
  font-family: "Azo"; /* Give your font a name */
  src: url("../../assets/fonts/AzoSans-Regular.woff2") format("woff2"),
    /* Format and path to the font file */
      url("../../assets/fonts/AzoSans-Regular.woff") format("woff");
  /* You can add more font formats and paths if needed */
  /* You might also include font-weight and font-style properties here */
}
@font-face {
  font-family: "AzoMedium"; /* Give your font a name */
  src: url("../../assets/fonts/AzoSans-Medium.woff2") format("woff2"),
    /* Format and path to the font file */
      url("../../assets/fonts/AzoSans-Medium.woff") format("woff");
  /* You can add more font formats and paths if needed */
  /* You might also include font-weight and font-style properties here */
}
@font-face {
  font-family: "AzoBold"; /* Give your font a name */
  src: url("../../assets/fonts/AzoSans-Bold.woff2") format("woff2"),
    /* Format and path to the font file */
      url("../../assets/fonts/AzoSans-Bold.woff") format("woff");
  /* You can add more font formats and paths if needed */
  /* You might also include font-weight and font-style properties here */
}
@font-face {
  font-family: "AzoBlack"; /* Give your font a name */
  src: url("../../assets/fonts/AzoSans-Black.woff2") format("woff2"),
    /* Format and path to the font file */
      url("../../assets/fonts/AzoSans-Black.woff") format("woff");
  /* You can add more font formats and paths if needed */
  /* You might also include font-weight and font-style properties here */
}
/* general */
html body.page,
html body.post {
  margin: 0;
}

html body {
  font-family: "Azo";
  font-weight: normal;
}

*:focus {
  outline: none;
}

/* general */

/* menu */
.main-navigation ul {
  align-items: center;
  justify-content: flex-end;
}

header.site-header {
  padding: 20px 0;
	    background: #fff;
       width: 100%;
    transition: transform 0.3s ease-in-out;
	    position: absolute;
}

 header.site-header.sticky {
          position: fixed;
      top: -100px;
      width: 100%;
      background-color: #ffffff;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      transition: top 0.3s ease-in-out;
      z-index: 99999;
    }
  header.site-header.sticky.active {
      top: 0;
    }
header#masthead+section {
    margin-top: 99px;
}
.menu-wrap li a {
  text-align: left;
  opacity: 1;
  font-size: 16px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  vertical-align: middle;
  padding: 0 0 0 28px;
  transition: 0.3s;
  position: relative;
  padding: 0 28px 0 0;
}
.main-navigation li:nth-last-child(2) a {
  padding-right: 0;
}
.main-navigation li.menu-item-has-children a {
  padding-right: 40px;
}
.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  vertical-align: middle;
  line-height: 15px;
  background-size: 10px 6px;
  background-image: url(/wp-content/uploads/2023/07/arr-bottom.svg);
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  filter: brightness(20);
}

.menu-wrap li.current-menu-item > a,
.menu-wrap li a:hover {
  color: #d61343;
}

.menu-wrap li.btn-prim a {
  background: #d61343;
  display: inline-block;
  /*padding: 17px 37px 17px 15px;*/
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  /*font-size: 13px;*/
  line-height: 17px;
  /*margin-left: 90px;*/
  margin-left: 20px;
  border: 1px solid #d61343;
 /* 폭 줄이기 */
  padding: 10px 20px;  /* 패딩 축소로 버튼 폭 축소 */
  margin-left: 10px;   /* 이전보다 여백 축소 */
  font-size: 12px;     /* 글자 크기 축소 */
	
}

.menu-wrap li.btn-prim a:after {
  content: "";
  position: absolute;
  vertical-align: middle;
  line-height: 15px;
  background-size: 15px 15px;
  background-image: url(/wp-content/uploads/2023/07/next-red.svg);
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  filter: brightness(20);
}

.menu-wrap li.btn-prim a:hover {
  color: #d61343;
  background: #fff;
}

.menu-wrap li.btn-prim a:hover:after {
  filter: brightness(1);
}

.main-navigation ul ul {
  display: block;
  background-color: #d61343;
  padding: 15px;
  float: unset;
}

.main-navigation ul ul a {
  padding: 0;
  padding-bottom: 15px;
  color: #fff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul li.current-menu-item a {
  color: #fff;
  text-decoration: underline;
}

.main-navigation ul ul li:nth-last-child(1) a {
  padding-bottom: 0;
}

/* menu */
/* home banner */
.icon-wrap-banners{
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 105px;
  right: 0;
  background-color: #000;
}
section.banner-wrap {
  height: 667px;
  width: 100%;
  background-image: url(/wp-content/uploads/2023/07/banner.jpg);
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.shadow-wrap-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
}

.col-lg-8.col-cust-8 {
  flex: 0 0 auto;
  width: 60%;
}

.col-lg-4.col-cust-4 {
  flex: 0 0 auto;
  width: 40%;
}

.baner-cont-wrap {
  position: relative;
  z-index: 1;
}

.banner-box {
  padding: 0 20px 0 15px;
}
.banner-box {
    padding: 0 10px 0 5px;
    position: relative;
}

.baner-cont-wrap img {
  margin-bottom: 30px;
  transition: 0.9s;
  visibility: hidden;
  opacity: 0;
  scale: 0;
}
img.ab-icon {
  position: absolute;
  bottom: 60px;
  margin-bottom: 0;
  transition: 0.9s;
  visibility: visible;
  opacity: 1;
  scale: 1;
}
.baner-cont-wrap p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  transition: 0.9s;
  scale: 0;
}
.banner-box-row:hover p,
.banner-box-row:hover img{
  opacity: 1;
  visibility: visible;
  scale: 1;
}
.banner-box-row:hover img.ab-icon{
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  scale: 0;
}
.banner-box-row {
  transition: 0.9s;
}

.banner-box-row:hover {
  background: rgba(214, 19, 67, 0.5);
  cursor: pointer;
}

.baner-cont-wrap .banner-box-row:hover p {
  display: block;
}

.baner-cont-wrap h3 {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 30px;
  font-style: italic;
	font-family: 'Azo';
	font-weight: 300;
}

.baner-cont-wrap h1 {
  font-size: 45px;
  line-height: 60px;
  font-style: italic;
  font-weight: 700;
  font-family: "AzoBold";
  color: #fff;
  padding-left: 50px;
  padding-left: 15px;
}
.img-hid {
  overflow: hidden;
}
.b-l {
  border-left: 1px solid #fff;
}

.b-r {
  border-right: 1px solid #fff;
}

.b-b {
  border-bottom: 1px solid #fff;
}
.baner-cont-wrap .col-lg-4:nth-child(3n) {
  border-right: 1px solid #fff;
}
/* home banner */
/* about section */

section.about-sec {
  background-color: rgba(235, 235, 235, 0.5);
  padding: 95px 0 55px;
  position: relative;
  background-image: url(/wp-content/uploads/2023/07/about-bg.png);
  background-repeat: no-repeat;
  background-position: 110px 70px;
  background-position: left 20% top 110px;
}

.left-triangle {
  background-image: url(/wp-content/uploads/2023/07/left-tri.svg);
  position: absolute;
  left: -30px;
  top: -30px;
  width: 270px;
  height: 270px;
  background-repeat: no-repeat;
}

.right-triangle {
  background-image: url(/wp-content/uploads/2023/07/right-tri.svg);
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 720px;
  height: 620px;
  background-repeat: no-repeat;
  box-shadow: 20px 13px 13px -10px rgba(0, 0, 0, 0.3);
}

.cont-abt {
  max-width: 475px;
}

section.about-sec h2 {
  font-size: 35px;
  line-height: 47px;
  margin-bottom: 30px;
  font-style: italic;
  font-weight: 900;
  font-family: "AzoBlack";
}

section.about-sec p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 30px;
  font-weight: 300;
	/* margin-right: -100px; */
}

section.about-sec img {
  position: relative;
  z-index: 1;
	/* margin-left: 57px; */
}

.btn.btn-prim {
  background: #d61343;
  display: inline-block;
  padding: 17px 55px 17px 27px;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  border: 1px solid #d61343;
  border-radius: 0;
  position: relative;
	min-width: 170px;
}

.btn.btn-prim:after {
  content: "";
  position: absolute;
  vertical-align: middle;
  line-height: 15px;
  background-size: 15px 15px;
  background-image: url(/wp-content/uploads/2023/07/next-red.svg);
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  filter: brightness(20);
}
.btn.btn-prim:hover {
  color: #d61343;
  background: #fff;
}

.btn.btn-prim:hover:after {
  filter: brightness(1);
}

/* about section */

/* global section */
section.global-sec {
  margin: 20px 0;
	padding-top: 90px;
}
.cont-global {
  max-width: 660px;
}
.cont-global h2{
	font-size: 35px;
    line-height: 47px;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 900;
    font-family: "AzoBlack";
}
.cont-global p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 30px;
  font-weight: 300;
}
.global-loc-box {
  background-image: url(/wp-content/uploads/2023/07/bg-network.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 40px 0 42px;
  padding: 0 0 42px;
}
.global-loc-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.global-loc-box ul li {
  border-bottom: 1px solid #e0e0e0;
  padding-left: 20px;
	padding: 18px 0;
	display: flex;
	align-items: flex-start;
}
.global-loc-box ul li:nth-last-child(1) {
  border-bottom: none;
}
.global-loc-box ul li a {
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
/*   display: flex;
  justify-content: space-between; */
  padding-right: 20px;
	width: 100%;
  transition: 0.3s;
}
.global-loc-box ul li a:hover {
  color: #d61343;
}
.global-loc-box ul li a span {
/*     display: flex;
    align-items: center; */
  padding: 0 0 0 12px;
	display: inline-block;
}
.global-loc-box ul li a img {
  transition: 0.3s;
}
.global-loc-box ul li a i {
  display: inline-block;
  font-style: normal;
	width: 100%;
}
.global-loc-box ul li a span + img {
  filter: brightness(0);
}
.global-loc-box ul li a:hover span + img {
  filter: brightness(1);
}
.row-map {
  padding: 40px 0 50px;
}
/* global section */
/* resources sec */
.resources-sec {
  position: relative;
}
.resources-content h2 {
  font-size: 35px;
  line-height: 46px;
  font-weight: 900;
  font-family: "AzoBlack";
  font-style: italic;
  margin-bottom: 20px;
}
.resources-content p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  font-family: "AzoMedium";
	font-weight: 300;
    font-family: "Azo";
}
.resources-sec:before {
  content: "";
  left: 0;
  background-image: url(/wp-content/uploads/2023/07/resources-bg.png);
  position: absolute;
  left: 40px;
  top: 0;
  width: 1020px;
  height: 690px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
section.resources-sec:after {
  content: "";
  background-image: url(/wp-content/uploads/2023/07/resources-bottom-bg.svg);
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 490px;
  height: 235px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.resources-sec .res-img-wrap img {
  box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0);
  margin-top: 30px;
  padding-bottom: 20px;
}
.resources-content ul {
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
.resources-content ul li a {
  font-size: 35px;
  line-height: 70px;
  font-weight: 700;
  font-family: "AzoBold";
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
.resources-content ul li a:hover {
  color: #d61343;
  font-style: italic;
}
.resources-content ul li a img {
  filter: brightness(0);
  margin-right: 12px;
  transition: 0.2s;
}
.resources-content ul li a:hover img {
  filter: brightness(1);
}
/* resources sec */
/* testimonial sec */
.testimonial-sec {
  position: relative;
  padding: 35px 0 75px;
}
.testimonial-sec:before {
  content: "";
  left: 0;
  background-image: url(/wp-content/uploads/2023/07/bg-testimonial.svg);
  position: absolute;
  right: 0px;
  top: 0;
  width: 326px;
  height: 307px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
section.testimonial-sec h2 {
  font-size: 35px;
  line-height: 46px;
  font-weight: 900;
  font-family: "AzoBlack";
  font-style: italic;
  margin-bottom: 20px;
  padding-top: 40px;
}
section.testimonial-sec p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  font-family: "AzoMedium";
  font-weight: 300;
  font-family: "Azo";
}
.says.box {
  box-shadow: 0px 0px 30px -5px #00000029;
  box-shadow: 0 0 20px rgba(0,0,0,0.16);
  padding: 58px 50px;
  padding: 20px 25px;
  margin: 70px 25px 40px;
}
.says.box h5 {
  font-size: 17px;
  line-height: 25px;
  color: #000;
  font-weight: normal;
}
.says.box h3 {
  font-size: 20px;
  color: #d61343;
  line-height: 25px;
  font-style: italic;
  font-weight: 700;
  font-family: "AzoBold";
	margin-bottom: 0;
}
.says.box h4 {
  color: #7c7c7c;
  font-size: 20px;
  line-height: 25px;
}
/* testimonial sec */
/* facilities section */
section.fac-sec {
  /*background: #ebebeb;*/
	background: #fbfbfb;
  margin-bottom: 50px;
  position: relative;
  padding: 70px 0;
  padding: 0;
}
.fac-sec.img-hv-sec .img-hid{
  height: calc(100% + 60px);
  top: -30px;
  position: relative;
}
section.fac-sec:before {
  content: "";
  left: 0;
  background-image: url(/wp-content/uploads/2023/07/fac-top.png);
  position: absolute;
  left: 40px;
  top: 0;
  width: 217px;
  height: 187px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
section.fac-sec:after {
  content: "";
  /*background-image: url(/wp-content/uploads/2023/07/fac-bot.png);*/
  position: absolute;
  right: -15px;
  bottom: -11px;
  width: 344px;
  height: 265px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
img.fac-img-wrap {
  height: calc(100% + 60px);
  position: relative;
  top: -30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
section.fac-sec h3 {
  font-size: 35px;
  line-height: 47px;
  margin-bottom: 25px;
      font-weight: 900;
    font-family: "AzoBlack";
    font-style: italic;
}
section.fac-sec p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 40px;
}
.con-fac-wrap {
  /*padding-left: 60px;*/
}
.says.box hr {
  width: 20px;
  background: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
/* facilities section */
/* newsletter section */
section.newsletter-sec h3 {
  font-size: 35px;
  line-height: 47px;
  font-weight: 900;
  font-family: "AzoBlack";
  font-style: italic;
  padding-left: 25px;
  margin-right: 25px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
section.newsletter-sec h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 115px;
  background-color: #d61343;
}
section.newsletter-sec h4 {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: 300;
  font-family: "Azo";
}
.news-wrap {
  position: relative;
}
.news-wrap input {
  padding: 15px 15px 15px 50px;
}
.news-wrap img {
  position: absolute;
  /* top: 50%;
    transform: translateY(-50%); */
  top: 22px;
  left: 15px;
  z-index: 9;
}
.news-wrap p {
  margin-bottom: 0;
}
.cont-testi p{
	font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}
.news-wrap input {
  width: 100%;
}
.sub-btn {
  position: absolute;
  display: inline-block;
  right: 0;
  /* top: 50%;
    transform: translateY(-50%); */
  top: 4px;
}
.sub-btn img {
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  filter: brightness(0);
}
.sub-btn p {
  margin-bottom: 0;
}
.sub-btn input {
  width: 25px;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.sub-btn span.wpcf7-spinner {
  position: absolute;
}
section.newsletter-sec {
  padding: 80px 0 70px;
}
/* newsletter section */
/* footer */
footer {
  background: #e0e0e0;
}
.footer-content {
  padding: 70px 0 20px;
}
.social-wrap img {
  filter: brightness(0);
  transition: 0.3s;
}
.social-wrap a:hover img {
  filter: brightness(1);
}
.social-wrap a {
  text-decoration: none;
  margin-right: 20px;
  transition: 0.3s;
}
.logo-footer-wrap {
  margin-bottom: 20px;
}
.cont-det-wrap a,
.cont-det-wrap p a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  display: block;
  transition: 0.3s;
}
.cont-det-wrap a:hover {
  color: #d61343;
}
html body a:focus{
  outline: none;
  box-shadow: none;
}
.cont-det-wrap p {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}
.menu-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-footer ul li {
  display: inline-block;
  margin-left: 25px;
}
.menu-footer ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  transition: 0.3s;
}
.menu-footer ul li a:hover {
  color: #d61343;
}
.site-info {
  position: relative;
}
.site-info:after {
  content: "";
  background-image: url(/wp-content/uploads/2023/07/bg-testimonial.svg);
  position: absolute;
  right: -180px;
  bottom: 0;
  width: 326px;
  height: 307px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.site-info * {
  z-index: 9999;
}
/* copyright */
.footer-copyright {
  padding: 23px 0 42px;
}
.copyright-wrap p {
  font-size: 16px;
  line-height: 20px;
}
.footer-copyright a {
  transition: 0.3s;
}
.footer-copyright a:hover {
  opacity: 0.7;
}
.about-sec-wrap section.partners-sec:before{
  left: -7px;
  top: -5px;
}
/* footer */
/* track section */
.track-sec {
  background-image: url(/wp-content/uploads/2023/08/track-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 362px;
  border-bottom: 5px solid #d61343;
  position: relative;
  background-attachment: fixed;
}
.track-cont {
  position: relative;
  z-index: 9;
}
.track-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
}
section.track-sec h4 {
  font-size: 35px;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
  font-family: "AzoBold";
  font-style: italic;
  margin-bottom: 45px;
}
/* track section */
.body-wrap-main {
  overflow: hidden;
}
/* inner banner */
section.inner-banner {
  height: 182px;
  background-image: url(/wp-content/uploads/2023/08/inner-banner-about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
section.inner-banner h1 {
  margin-bottom: 33px;
  font-size: 45px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-family: "AzoBold";
}
/* inner banner */
/* cap section about page */
section.fac-sec.cap-sec {
  position: relative;
  background-image: url(/wp-content/uploads/2023/07/about-bg.png);
  background-repeat: no-repeat;
  background-position: left 0px bottom 110px;
  /*box-shadow: 0px 3px 6px #00000029;*/
  padding-top: 95px;
	padding-bottom: 65px;
}
section.fac-sec.cap-sec:after {
  /*background-image: url(/wp-content/uploads/2023/08/cap-1.png);*/
  bottom: auto;
  top: -28px;
  width: 374px;
  height: 305px;
  background-size: 374px 305px;
  right: -30px;
}
section.fac-sec.cap-sec h3 {
  font-size: 35px;
  line-height: 47px;
  font-weight: 900;
  font-family: "AzoBlack";
  margin-bottom: 25px;
  font-style: italic;
}
.slider-cap {
  padding-top: 20px;
  position: relative;
  top: 55px;
}
.cap-slider-wrap {
  padding: 20px;
  /* box-shadow: 0px 3px 6px #00000015; */
  background: #fff;
  text-align: center;
}
.cap-slider-wrap h2 {
  color: #d61343;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  font-family: "AzoBold";
}
.cap-slider-wrap p {
  font-size: 14px;
  line-height: 25px;
  color: #7c7c7c;
}
.cap-slider-wrap hr {
  width: 40px;
  background: #000000;
  margin: 0 auto 22px;
}
.cap-slider.owl-carousel .owl-stage {
  display: flex;
}
.cap-slider .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.cap-slider .cap-slider-item {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 auto;
  width: 100%;
  margin: 10px;
  box-shadow: 0px 3px 6px #00000015;
}
.cap-slider .owl-nav {
  text-align: right;
  position: absolute;
  top: -50px;
  width: 100%;
}
.cap-slider-wrap {
  height: 100%;
}
.cap-slider-icon-wrap {
  margin-bottom: 35px;
}
.cap-slider-icon-wrap img {
  max-width: 110px;
  margin: 0 auto;
  width: 100%;
  height: 110px;
  object-fit: cover;
}
html body .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
html body .owl-theme .owl-nav [class*="owl-"] img {
  filter: brightness(0);
  opacity: 0.5;
  transition: 0.3s;
}
html body .owl-theme .owl-nav [class*="owl-"]:hover img {
  filter: brightness(1);
  opacity: 1;
}
/* cap section about page */
/* mileston */
section.milestone-sec {
  padding: 130px 0 110px;
}
section.milestone-sec h2 {
  font-size: 35px;
  line-height: 47px;
  font-weight: 900;
  font-family: "AzoBlack";
  margin-bottom: 65px;
  margin-bottom: 0;
  font-style: italic;
  text-align: center;
}

.item-wrap-miles .milestone-head h3 {
  color: #fff;
  -webkit-text-stroke: 1px #d61343;
  font-size: 60px;
  line-height: 80px;
}
.item-wrap-miles .milestone-para p {
  font-size: 14px;
  line-height: 18px;
  color: #2f2f2f;
}

.mileston-slider.owl-carousel .owl-stage {
  display: flex;
}
.mileston-slider .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  border-bottom: 1px solid #000;
}
.mileston-slider .owl-item:nth-child(even) .item {
  border-top: 1px solid #000;
  border-bottom: none;
  position: relative;
  top: 196px;
  top: 212px;
}
.mileston-slider .item-wrap-miles {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 auto;
  width: 100%;
  margin: 10px;
  /* box-shadow: 0px 3px 6px #00000015; */
}
.mileston-slider.owl-carousel .owl-stage-outer {
  padding-bottom: 196px;
}
.mileston-slider .item:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 33px;
  bottom: -15px;
  border: 1px solid #7c7c7c;
  left: 0;
}
.mileston-slider .owl-item:nth-child(even) .item:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #7c7c7c;
  border: none;
  border-radius: 22px;
  top: -11px;
}
/* mileston */
/* partner */
section.partners-sec {
  background: #e0e0e0;
  padding: 95px 0 50px;
  position: relative;
}
section.partners-sec:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/partner-right.png);
  position: absolute;
  left: -15px;
  top: -11px;
  width: 153px;
  height: 118px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
section.partners-sec:after {
  content: "";
  background-image: url(/wp-content/uploads/2023/07/fac-bot.png);
  position: absolute;
  right: -15px;
  bottom: -11px;
  width: 344px;
  height: 265px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.par-sec-cont {
  position: relative;
  z-index: 99;
}
section.partners-sec h2 {
  font-size: 35px;
  line-height: 47px;
  font-weight: 900;
  font-family: "AzoBlack";
  margin-bottom: 25px;
  font-style: italic;
}
/* partner */
/* team sec */
.team-sec {
  padding: 88px 0 50px;
}
.team-sec h2 {
  font-size: 35px;
  line-height: 47px;
  font-weight: 900;
  font-family: "AzoBlack";
  margin-bottom: 25px;
  font-style: italic;
}
.team-slider-item {
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  margin: 10px;
}
.team-slider .owl-nav {
  text-align: right;
  position: absolute;
  top: -65px;
  width: 100%;
}
.team-slider-detail {
  background: url(/wp-content/uploads/2023/08/team-icon.png);
  position: absolute;
  bottom: -2px;
  z-index: 99;
  width: 100%;
  background-repeat: no-repeat;
  height: 110px;
  left: -2px;
  padding-left: 15px;
}
.team-slider-detail h4 {
  font-size: 11px;
  line-height: 15px;
  color: #d61343;
  margin-bottom: 0;
  margin-top: 60px;
}
.team-slider-detail h3 {
  font-size: 18px;
  line-height: 24px;
  color: #61626b;
  margin-bottom: 0;
}
/* team sec */
/* service page */
.ser-inner-box {
  border: 1px solid #ebebeb;
  padding: 35px 22px 22px;
  /*transition: 0.3s;*/
	transition: 0.1s;
}
section.services-inner-wrap {
  padding: 85px 0 105px;
}
.ser-inner-box h3 {
  font-size: 14px;
  line-height: 18px;
  color: #7c7c7c;
  transition: 0.3s;
  margin-bottom: 0;
}
.bl-0 {
  border-left: 0 !important;
}
.ser-inner-box-icon {
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
.ser-inner-box-icon img {
  transition: 0.3s;
}
.services-inner-wrap a {
  text-decoration: none;
}
.services-inner-wrap a:hover .ser-inner-box {
  background: #d61343;
  box-shadow: 0px 3px 6px #00000029;
}
.services-inner-wrap a:hover .ser-inner-box h3 {
  color: #fff;
}
.services-inner-wrap a:hover .ser-inner-box img {
  filter: brightness(10);
}
.ser-detail-cont-wrap h2 {
  font-size: 44px;
  line-height: 57px;
  font-weight: 900;
  font-style: italic;
  font-family: "AzoBlack";
  margin-bottom: 17px;
}
.ser-detail-cont-wrap ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.ser-detail-cont-wrap ul li {
  color: #000000;
  font-size: 17px;
  line-height: 37px;
  border-bottom: 1px solid #e0e0e0;
}
.ser-detail-cont-wrap ul li img {
  filter: brightness(0);
  margin-right: 28px;
}
.ser-detail-icon-wrap {
  padding-top: 60px;
  padding-right: 30px;
}
.ser-cont-wrap-detail {
  padding: 100px 0 0;
}
.ser-detail-cont-wrap {
  position: relative;
}
.ser-detail-cont-wrap:after {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/inner-ser-left.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 507px;
  height: 252px;
  left: -45px;
  bottom: 35px;
  z-index: -1;
}
.ser-detail-icon-wrap {
  padding-top: 60px;
  padding-right: 30px;
  background-image: url(/wp-content/uploads/2023/08/inner-ser-right.png);
  background-position: right top;
  background-repeat: no-repeat;
  display: flex;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
}
/* even services */
.ser-cont-wrap-detail.list-with-icon ul li {
    position: relative;
    padding-left: 45px;
}
.ser-cont-wrap-detail.list-with-icon ul li:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 16px;
    background-image: url(/wp-content/uploads/2023/07/next-red.svg);
    left: 10px;
    top: 10px;
    filter: brightness(0);
}
.ser-cont-wrap-detail:nth-child(even) {
  direction: rtl;
  background-image: url(/wp-content/uploads/2023/07/about-bg.png);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
}
.ser-cont-wrap-detail:nth-child(even) .ser-detail-icon-wrap {
  background-image: none;
}
.ser-cont-wrap-detail:nth-child(even) .ser-detail-cont-wrap {
  direction: ltr;
}
.ser-cont-wrap-detail:nth-child(even) .ser-detail-cont-wrap:after {
  transform: rotateY(180deg);
}
/* .col-lg-4.cust-4 {
    width: 40%;
}
.col-lg-8.cust-8 {
    width: 60%;
} */
/* trading sec */
.trade-sec {
  padding: 25px 0;
	padding-top: 70px;
}
.trade-sec h2 {
  font-size: 44px;
  line-height: 57px;
  font-weight: 900;
  font-style: italic;
  font-family: "AzoBlack";
  margin-bottom: 50px;
  margin-right: 90px;
}
.consult-wrap {
  position: relative;
  cursor: pointer;
}
.consult-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.42;
  width: 100%;
  height: 100%;
}
.consult-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d61343;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.consult-wrap:hover:after {
  opacity: 0.5;
}
.consult-wrap h4 {
  position: absolute;
  color: #fff;
  z-index: 9;
  bottom: 50px;
  left: 45px;
  font-size: 28px;
  line-height: 37px;
	    position: absolute;
    color: #fff;
    z-index: 9;
    bottom: 10px;
    left: 50%;
    font-size: 28px;
    line-height: 37px;
    transform: translateX(-50%);
    width: 80%;
    font-style: italic;
}
.consult-wrap img {
  width: 100%;
}
/* services page */
/* service inner page */
.inner-cont-page-ser {
  position: relative;
  padding: 55px 0 65px;
  background-image: url(/wp-content/uploads/2023/07/about-bg.png);
  background-repeat: no-repeat;
  background-position: right -90px top 125px;
}
.inner-cont-left-ser {
  background: url(/wp-content/uploads/2023/08/inner-ser-left-1.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner-cont-page-ser h3 {
  font-size: 35px;
  line-height: 46px;
  font-weight: 700;
  font-style: italic;
  font-family: "AzoBold";
  margin-bottom: 25px;
}
.inner-cont-page-ser h2 {
  font-size: 44px;
  line-height: 57px;
  font-weight: 900;
  font-style: italic;
  font-family: "AzoBlack";
  margin-bottom: 30px;
}
.ser-cont-wrap-detail .ser-detail-icon-wrap {
  padding: 0;
  background-color: none;
}
.services-inner-detail-wrap .ser-detail-icon-wrap{
  padding-right: 30px;
  padding-top: 60px;
  background-position: right 0px top 0;
}
.ser-cont-wrap-detail .ser-detail-icon-wrap img {
  width: 100%;
  margin-left: 25px;
}
.par-sec-cont ul {
  padding-left: 0;
  margin-left: 20px;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 40px;
}
.img-wrap-ser {
  display: flex;
  height: 100%;
}
.img-wrap-ser img {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 3px 6px #00000029;
  object-fit: cover;
  width: 100%;
}
h3 {
  font-size: 35px;
  line-height: 46px;
  font-weight: 700;
  font-style: italic;
  font-family: "AzoBold";
  margin-bottom: 25px;
}
.vid-sec {
  margin-top: 50px;
}
.vid-wrap {
  position: relative;
  cursor: pointer;
}
.vid-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.vid-wrap video {
  opacity: 0;
  visibility: hidden;
}
.vid-wrap.active img {
  opacity: 0;
  visibility: hidden;
}
.vid-wrap.active video {
  opacity: 1;
  visibility: visible;
}
/* service inner page */
/* moin work css */
/* join acs team careers page starts */
.join-acs-team-section {
  padding-top: 125px;
  padding-bottom: 95px;
  position: relative;
  /* z-index: 9; */
}
.join-acs-team-section::before,
.join-acs-team-section.join-acs-team-section-before::before{
     content: "";
    position: absolute;
    top: 90px;
    left: 40px;
    width: 326px;
    height: 307px;
    background-image: url(/wp-content/uploads/2023/07/bg-testimonial.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    /* opacity: 0.5;
}
.join-acs-wrapper {
  position: relative;
  z-index: 9;
}

.join-acs-content h2 {
  font-size: 44px;
  line-height: 57px;
  color: #000;
  font-style: italic;
  text-transform: capitalize;
	    font-style: italic;
    font-weight: 900;
    font-family: "AzoBlack";
	margin-bottom: 30px;
}
.acs-marg{
	margin-bottom: 30px;
}
.careers-accordion-btn .accordion-btns-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.accordion-btns-h div {
  flex: 1;
  display: flex;
  /*   justify-content: space-between; */
}
.accordion-btn-h span img {
  margin-right: 15px;
}
.our-global-net-intro {
	position: relative;
	z-index: 99;
}
.our-global-net-intro  h2{
	    font-style: italic;
    font-weight: 900;
    font-family: "AzoBlack";
	font-size: 35px;
	line-height:44px;
	margin-bottom: 15px;
}
.careers-accordion-btn:hover {
  text-decoration: none;
}
.careers-accordion-btn:not(.collapsed)::after {
  background-image: url(/wp-content/uploads/2023/08/downarrowacc.png);
  background-image: url(/wp-content/uploads/2023/08/drop.svg);
}
.careers-accordion-btn::after {
  background-image: url(/wp-content/uploads/2023/08/collapsedarrow.png);
  background-image: url(/wp-content/uploads/2023/08/close-drop.svg);
  padding: 0px;
  background-size: 12px 12px;
  height: 12px;
}
.accordion-button h3 {
  font-size: 25px;
  line-height: 33px;
  color: #000;
  text-transform: capitalize;
  font-style: italic;
  /* position: relative; */
  /* z-index: 9; */
	margin-bottom: 0;
}
.careers-accordion-btn span {
  font-size: 16px;
  padding: 6px 12px;
  line-height: 24px;
  color: #000;
  /* align-items: end; */
  /* align-self: flex-end; */
}
h2.accordion-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
h2.accordion-header button.collapsed{
    border-bottom: 1px solid #e0e0e0;
}
.accordion-body ul{
	margin: 0;
}
/* .careers-accordion-btn[aria-expanded="true"] {
  background: #fff;
} */
.career-acs-y-sec {
  background: #ebebeb;
  padding: 55px 0px 16px;
  position: relative;
}
.career-acs-y-sec::before {
  content: "";
  position: absolute;
  top: -7%;
  left: -14%;
  width: 40%;
  height: 60%;
  background-image: url(/wp-content/uploads/2023/07/left-tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  /* opacity: 0.5; */
}
.career-acs-y-sec::after {
  content: "";
  position: absolute;
  bottom: -1%;
  right: -22%;
  width: 70%;
  height: 90%;
  background-image: url(/wp-content/uploads/2023/07/right-tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  /* opacity: 0.5; */
}

.join-acs-content span {
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.acs-content-wrap {
  border: 1px solid #e0e0e0;
  border-top: 6px solid #d61343;
  padding: 30px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  z-index: 9;
}
.job-title {
  position: relative;
  z-index: 9;
}
.job-title h2 {
  font-size: 25px;
  line-height: 33px;
  color: #000;
  text-transform: capitalize;
  font-style: italic;
  /* position: relative; */
  /* z-index: 9; */
}
.job-detail p {
  font-size: 16px;
  padding: 6px 12px;
  line-height: 24px;
  color: #000;
}
.report-to {
  padding: 20px 0px;
  position: relative;
  z-index: 9;
}
.report-to span {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}
.job-instruction h3 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-style: italic;
  padding: 10px 0;
}
.job-instruction ul li {
  font-size: 15px;
  line-height: 16px;
  color: #7c7c7c;
  padding-bottom: 12px;
  /* margin: 0; */
}
.Careers-acs-list li {
  margin-bottom: 20px;
}
.Careers-acs-list li:nth-last-child(2) {
  margin-bottom: 0;
}

/* modal styling  */
.modal-header {
  border: 0;
}
.modal-header #applyModalLabel {
  font-size: 41px;
  line-height: 53px;
  color: #d61343;
  font-style: italic;
  font-weight: 500;
	font-weight: 900;
	font-family: 'AzoBlack';
	font-family: 'AzoBold';
}
.form-group {
  /* padding-bottom: 20px; */
  margin-bottom: 32px;
}
.modal .form-group{
  margin-bottom: 22px;
}
.form-check {
  margin-bottom: 32px;
}
.modal-body .form-group input {
  font-size: 26px;
  line-height: 38px;
  color: #7c7c7c;
  padding: 25px 30px;
  border: 1px solid #e0e0e0;
  width: 100%;
	padding: 15px 30px;
	font-size: 18px;
    line-height: 24px;
}
html body .modal-body .form-group select{
	padding: 15px 30px;
	font-size: 18px;
    line-height: 24px;
}
html body .upload-button-wrap .browse-button{
	    padding: 15px 60px 15px 43px;
}
html body .upload-button-wrap {
	padding: 30px 20px;
}
html body .career-modal button.btn.btn-prim{
	    font-size: 18px;
    line-height: 26px;
	padding: 15px 80px 15px 40px;
}
html body .modal-content {
    border-bottom: 10px solid #D61343;
}
html body .modal{
	z-index: 9999999;
}
html body .modal-header #applyModalLabel{
	font-size: 30px;
}
.modal-body .form-group input:focus {
  box-shadow: 0px 3px 6px #00000019;
  border-bottom: 1px solid #d61343;
}
.upload-button-wrap {
  max-width: 100%;
  margin-bottom: 20px;
  position: relative;
	background: #fff;
}
.upload-button-wrap .browse-button {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translatey(-50%);
  padding: 23px 60px 23px 43px;
  font-size: 16px;
  line-height: 20px;
  background: #d61343;
  color: #fff;
  cursor: pointer;
}
.career-modal button.btn.btn-prim {
    font-size: 25px;
    line-height: 33px;
    padding: 33px 131px 33px 51px;
    padding: 28px 131px 28px 51px;
}
.career-modal button.btn.btn-prim:after {
    background-size: 32px 30px;
    width: 32px;
    height: 30px;
}
.upload-button-wrap {
  padding: 40px 20px;
  border: 1px solid #e0e0e0;
}
.modal-body .form-group select {
  font-size: 29px;
  line-height: 38px;
  color: #7c7c7c;
  padding: 15px 25px;
	padding: 30px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus {
  outline: none;
  box-shadow: none;
}
html .career-modal .form-check {
    color: #7C7C7C;
    font-size: 24px;
    line-height: 32px;
	    padding-left: 0;
}
html .career-modal .form-check .wpcf7-list-item{
	margin-left: 0;
}
html .career-modal .form-check .wpcf7-list-item [type="checkbox"] {
    width: 40px;
    height: 25px;
	    width: 17px;
    height: 15px;
}
.apply-acs-btn {
  font-size: 25px;
  line-height: 33px;
  color: #fff;
  text-transform: uppercase;
  background: #d61343;
  padding: 30px 50px 30px 50px;
  /* margin-left: 20px; */
  /* margin-bottom: 30px; */
}
.apply-acs-btn img {
  filter: invert(100%);
}
.apply-acs-btn:hover {
  background: transparent;
  color: #d61343;
  border: 1px solid #d61343;
  background: transparent;
}
.apply-acs-btn:hover img {
  filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0)
    brightness(1000%) contrast(100%);
  filter: invert(17%) sepia(93%) saturate(5982%) hue-rotate(323deg)
    brightness(99%) contrast(106%);
}
.btn img {
  filter: invert(100%);
}
.btn:hover {
  background: transparent;
  color: #d61343;
  border: 1px solid #d61343;
}
.btn:hover img {
  filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0)
    brightness(1000%) contrast(100%);
  filter: invert(17%) sepia(93%) saturate(5982%) hue-rotate(323deg)
    brightness(99%) contrast(106%);
}
.btn:active {
  background: #d61343 !important;
  color: #fff !important;
}
.btn:active img {
  filter: invert(100%);
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
  background: #d61343;
  color: #fff;
}
.btn:focus img {
  filter: invert(100%);
}
/* careers page end */
/* acs news page starts  */
.acs-news-section {
  padding-top: 93px;
  padding-bottom: 64px;
  position: relative;
}
.acs-news-section::before {
  content: "";
  position: absolute;
  top: -7%;
  left: -1%;
  width: 50%;
  height: 55%;
  background-image: url(/wp-content/uploads/2023/08/inner-ser-left-1-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  opacity: o.5;
}
.first-before-news::before {
  content: "";
  position: absolute;
  top: -6%;
  left: -22%;
  width: 80%;
  height: 80%;
  background-image: url(/wp-content/uploads/2023/08/about-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  /* opacity: 0.5; */
}
.acs-news-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  /* left: 3%; */
  right: 0;
  width: 20%;
  height: 40%;
  background-image: url(/wp-content/uploads/2023/08/form-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.first-before-news {
  position: relative;
  z-index: 9;
}
.acs-news-section a{
	text-decoration: none;
}
.acs-news-img {
  margin-bottom: 80px;
  cursor: pointer;
  z-index: 9;
  position: relative;
  /* display: flex; */
  /* align-items: flex-start; */
}
.acs-news-img h5 {
 font-size: 25px;
    line-height: 33px;
    color: #000;
    font-weight: 700;
    font-style: italic;
    padding-left: 0;
    padding-top: 15px;
}
.acs-news-img img {
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 9;
	height: 475px;
	object-fit: cover;
	width: 100%;
}
/* acs news detail section  */
.acs-news-detail-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #ebebeb;
  position: relative;
}
.acs-news-detail-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7%;
  width: 22%;
  height: 45%;
  background-image: url(/wp-content/uploads/2023/08/path_lft.svg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.acs-news-detail-section::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 50%;
  width: 50%;
  height: 100%;
  background-image: url(/wp-content/uploads/2023/08/pathright.svg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.acs-news-detail-cont {
  position: relative;
  z-index: 9;
}
.acs-news-detail-img {
  position: relative;
  z-index: 9;
}
.acs-news-detail-cont h3 {
  font-size: 44px;
  line-height: 57px;
  color: #000;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 30px;
}
.acs-news-detail-cont p {
  font-size: 17px;
  line-height: 25px;
  color: #000;
  margin-bottom: 30px;
}
.acs-news-detail-img img {
  max-width: 100%;
  height: auto;
}
/* acnews page end */
/* Faqs section starts  */
.Faq-section {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  z-index: 9;
}
.Faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  width: 20%;
  height: 40%;
  background-image: url(/wp-content/uploads/2023/08/about-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  /* opacity: 0.5; */
}
.Faq-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  /* left: 3%; */
  right: -5%;
  width: 40%;
  height: 50%;
  background-image: url(/wp-content/uploads/2023/08/form-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.faq-wrapper {
  position: relative;
  z-index: 9;
}
.faq-heading h2 {
    font-size: 44px;
    line-height: 57px;
    color: #000;
    font-style: italic;
    font-weight: 900;
    position: relative;
    z-index: 9;
    letter-spacing: 0px;
    color: #2F2F2F;
    margin-bottom: 43px;
	    font-style: italic;
    font-weight: 900;
    font-family: "AzoBlack";
}
.faq-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
	left: -120px;
}
.Faq-section.cust-faq-section .faq-wrapper .col-lg-6{
  margin: 15px 0;	
}
.Faq-section .faq-item {
  padding: 30px 15px 30px 20px;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #d61343;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  position: relative;
  z-index: 9;
	height: 100%;
}
.cust-faq-section.Faq-section::before{
	display: none;
}
.faq-item h3 {
  font-size: 25px;
  line-height: 33px;
  color: #000;
  font-weight: 700;
  margin-bottom: 22px;
}
.faq-item p {
  font-size: 15px;
  line-height: 24px;
  color: #7c7c7c;
  margin-bottom: 22px;
}
/* faq section ends  */
/* all forms section starts  */
.downloads-form-heading {
  padding-left: 50px;
}
.pdf-icon img {
    padding-right: 12px;
}
.downloads-form-heading h3 {
  font-size: 25px;
  line-height: 33px;
  color: #000;
  font-style: italic;
  font-weight: 900;
}
.downloads-form-heading p {
  font-size: 18px;
  line-height: 24px;
  color: #7c7c7c;
}
.pdf-container {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 3px 6px #00000029;
  padding: 45px 50px;
	position: relative;
	z-index: 99;
}
.Faq-section.cust-faq-section .faq-wrapper:before{
	    left: -90px;
      top: -60px;
}
.pdf-item {
  margin-bottom: 38px;
}
.pdf-info {
  font-size: 18px;
  line-height: 14px;
  color: #7c7c7c;
}
.btn-download {
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #d61343;
  border: 1px solid #d61343;
  border-radius: 0;
  padding: 11px 35px 11px 20px;
  align-self: center;
  position: relative;
}
.btn-download:after {
  /* All forms button arrow style */
  content: "";
  position: absolute;
  vertical-align: middle;
  line-height: 10px;
  background-size: 10px 10px;
  background-image: url(/wp-content/uploads/2023/07/next-red.svg);
  background-repeat: no-repeat;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  filter: brightness(20);
}
.btn-download:hover:after {
  /*all forms download button on hover */
  filter: brightness(1);
}

/* all forms section ends  */
/* track your shipment section starts  */
.cargo-links ul {
  list-style: none;
  padding-left: 0;
	margin-left: 0;
}
.cargo-links ul li {
  /* margin-bottom: 12px; */
  padding-bottom: 12px;
}
.cargo-links ul li span {
  margin-right: 8px;
}
.cargo-links ul li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #7c7c7c;
}
.cargo-links ul li:hover {
  filter: invert(34%) sepia(94%) saturate(7435%) hue-rotate(329deg)
    brightness(91%) contrast(100%);
}
.shipping-line-section {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.ship-wrap-sec.Faq-section.cust-faq-section{
	    padding-top: 121px;
}
/* track your shipment section ends  */
/* privacy policy */
.Faq-section.privacy-page-main:before,
.Faq-section.privacy-page-main:after{
	display: none;
}
.privacy-page-main .faq-wrapper,
.privacy-wrap{
	position: relative;
	z-index: 9;
}
.faq-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    width: 368px;
    height: 349px;
    background-image: url(/wp-content/uploads/2023/08/about-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    /* opacity: 0.5; */
}
.privacy-page-main .faq-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    /* left: 3%; */
    right: -5%;
    width: 40%;
    height: 50%;
    background-image: url(/wp-content/uploads/2023/08/form-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.privacy-wrap h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
    padding-bottom: 0;
}
.privacy-wrap p {
	    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
    font-weight: 300;
}
/* moin work css */
/* contact page */
.contact-form-wrap input,
.contact-form-wrap textarea {
  border: 1px solid #e0e0e0;
  padding: 15px 23px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #7c7c7c;
  opacity: 1;
  margin-bottom: 13px;
  width: 100%;
  border-radius: 0;
  transition: 0.3s;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.contact-form-wrap button {
  position: relative;
  z-index: 9;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
  box-shadow: 0px 3px 6px #00000019;
  border-bottom: 1px solid #d61343;
}
.cont-wrap {
  padding: 105px 0 50px;
}
.cont-wrap h2 {
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  font-size: 30px;
  line-height: 39px;
  font-weight: 900;
  font-style: italic;
	font-family: 'AzoBlack';
}
.career-modal{
	background-image: url(/wp-content/uploads/2023/08/mapbg.png);
}
.cont-wrap .form-wrap h2 {
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
}
.form-wrap h2 + p {
  margin-bottom: 30px;
}
.cont-wrap .acc-wrap-main p {
  letter-spacing: 0px;
  color: #7c7c7c;
  opacity: 1;
  font-size: 18px;
  line-height: 24px;
}
html body button.accordion-button {
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  font-size: 25px;
  line-height: 33px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  font-family: 'AzoBold';
  font-style: normal;
}
html body .accordion-button:not(.collapsed) {
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  font-size: 25px;
  line-height: 33px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}
.cont-wrap .acc-wrap-main h2.accordion-header:focus,
.cont-wrap .acc-wrap-main .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: none;
  border: none;
  box-shadow: none;
}
.cont-wrap .acc-wrap-main h2.accordion-header {
  letter-spacing: 0px;
  color: #7c7c7c;
  opacity: 1;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  font-size: 25px;
  line-height: 33px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 700;
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cont-wrap .acc-wrap-main .accordion-body {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-radius: 0;
}
.cont-wrap .acc-wrap-main .accordion-item {
  border: 0;
  margin-bottom: 25px;
  background: transparent;
}
.acc-wrap-main {
  position: relative;
}
.acc-wrap-main:after {
  content: "";
  background-image: url(/wp-content/uploads/2023/07/about-bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -70px;
  top: -70px;
  background-repeat: no-repeat;
  z-index: -1;
}
.acc-wrap-main {
  position: relative;
  border-right: 1px solid #e0e0e0;
  padding-right: 50px;
  margin-right: 15px;
}
.contact-form-wrap {
  position: relative;
}
.contact-form-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2023/08/form-bg.png);
  background-repeat: no-repeat;
  bottom: -70px;
  right: -120px;
	z-index: -1;
}
.contact-accordion-button:not(.collapsed)::after {
  background-image: url(/wp-content/uploads/2023/08/minus.png);
}
.contact-accordion-button::after {
  background-image: url(/wp-content/uploads/2023/08/plus.png);
  padding: 0;
  background-size: 23px 43px;
  height: 47px;
}
section.ser_sec .ser_slide_wrap p img {
  height: auto;
}
html .first-before-news::before{
	display: none;
}
.posts-wrap-inner{
	position: relative;
}
.posts-wrap-inner::before{
    content: "";
    position: absolute;
    top: -70px;
    left: -100px;
    width: 368px;
    height: 346px;
    background-image: url(/wp-content/uploads/2023/08/about-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    /* opacity: 0.5; */
}
.page-id-21 .services-inner-wrap .col-lg-2:nth-child(1) a .ser-inner-box {
  background: #d61343;
  box-shadow: 0px 3px 6px #00000029;
}
.page-id-21 .services-inner-wrap .col-lg-2:nth-child(1) a .ser-inner-box h3 {
  color: #fff;
}
.page-id-21 .services-inner-wrap .col-lg-2:nth-child(1) a .ser-inner-box img {
  filter: brightness(10);
}
.page-id-182 .services-inner-wrap .col-lg-2:nth-child(2) a .ser-inner-box {
  background: #d61343;
  box-shadow: 0px 3px 6px #00000029;
}
.page-id-182 .services-inner-wrap .col-lg-2:nth-child(2) a .ser-inner-box h3 {
  color: #fff;
}
.page-id-182 .services-inner-wrap .col-lg-2:nth-child(2) a .ser-inner-box img {
  filter: brightness(10);
}
.page-id-183 .services-inner-wrap .col-lg-2:nth-child(3) a .ser-inner-box {
  background: #d61343;
  box-shadow: 0px 3px 6px #00000029;
}
.page-id-183 .services-inner-wrap .col-lg-2:nth-child(3) a .ser-inner-box h3 {
  color: #fff;
}
.page-id-183 .services-inner-wrap .col-lg-2:nth-child(3) a .ser-inner-box img {
  filter: brightness(10);
}
.page-id-185 .services-inner-wrap .col-lg-2:nth-child(4) a .ser-inner-box {
  background: #d61343;
  box-shadow: 0px 3px 6px #00000029;
}
.page-id-185 .services-inner-wrap .col-lg-2:nth-child(4) a .ser-inner-box h3 {
  color: #fff;
}
.page-id-185 .services-inner-wrap .col-lg-2:nth-child(4) a .ser-inner-box img {
  filter: brightness(10);
}
.page-id-184 .services-inner-wrap .col-lg-2:nth-child(5) a .ser-inner-box {
  background: #d61343;
  box-shadow: 0px 3px 6px #00000029;
}
.page-id-184 .services-inner-wrap .col-lg-2:nth-child(5) a .ser-inner-box h3 {
  color: #fff;
}
.page-id-184 .services-inner-wrap .col-lg-2:nth-child(5) a .ser-inner-box img {
  filter: brightness(10);
}
.page-id-23 .services-inner-wrap .col-lg-2:nth-child(6) a .ser-inner-box {
  background: #d61343;
  box-shadow: 0px 3px 6px #00000029;
}
.page-id-23 .services-inner-wrap .col-lg-2:nth-child(6) a .ser-inner-box h3 {
  color: #fff;
}
.page-id-23 .services-inner-wrap .col-lg-2:nth-child(6) a .ser-inner-box img {
  filter: brightness(10);
}
.you-may-also-like h2 {
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 900;
    font-family: "AzoBlack";
}
.ser-detail-cont-wrap ul li a {
  color: #000000;
  text-decoration: none;
}
section.inner-cont-page-ser ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.inner-cont-page-ser ul li {
  position: relative;
  padding-left: 45px;
}
section.inner-cont-page-ser ul li:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 16px;
  background-image: url(/wp-content/uploads/2023/07/next-red.svg);
  left: 10px;
  top: 10px;
  filter: brightness(0);
}
.join-acs-content h2 {
  font-size: 44px;
  line-height: 55px;
  font-family: 'AzoBlack';
  margin-bottom: 30px;
  font-style: italic;
}
section.join-acs-team-section.join-acs-team-section-before::before{
  top: 0;
}
.accordion-btns-h {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
html body .modal-content{
  border-radius: 0;
}
html body .modal-content{
  border-bottom: 16px solid #D61343;
}
label[for="check-data"] {
  position: absolute;
top: 1px;
    z-index: 99;
    left: 30px;
	font-size: 16px;
}
html .career-modal .form-check span.wpcf7-list-item.first.last, html .career-modal .form-check span.wpcf7-list-item.first.last>label{
	font-size: 16px;
}
label[for="check-data"] a{
  color: #7c7c7c;
}
html .career-modal .form-check{
  position: relative;
}
html .career-modal .form-check span.wpcf7-list-item.first.last, html .career-modal .form-check span.wpcf7-list-item.first.last>label {
  position: relative;
  width: 100%;
  z-index: 999;
}
/* .file-btn {
  position: absolute;
  width: 172px;
  height: 68px;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.upload-button-wrap {
  position: relative;
}
.upload-button-wrap>p {
  width: 100%;
  height: 100%;
}
.upload-button-wrap>p>span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.upload-button-wrap>p>span.browse-button{
  width: auto;
  height: auto;
} */
p#fileName {
  margin: 0;
  position: absolute;
}
.Faq-section.cust-faq-section:after{
  right: 0;
  bottom: 30px;
}
.downloads-form-heading {
  padding-left: 50px;
  position: relative;
  z-index: 99;
}
.Faq-section.cust-faq-section.ship-wrap-sec:after {
  bottom: 50px;
}
.shipping-lines:after {
  content: "";
    position: absolute;
    bottom: -5px;
    left: -50px;
    width: 40%;
    height: 50%;
    background-image: url(/wp-content/uploads/2023/08/form-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transform: rotateY(180deg);
}
.con-fac-wrap {
  position: relative;
  z-index: 99;
}
.mob_menu{
  display: none !important;
}

.img-abt{
  position: relative;
  z-index: 99;
  min-height: 480px;
}
.page-template-template-inner-services .ser-detail-cont-wrap:after{
  background-image: none;
}
.post-content h1 {
  margin-bottom: 31px;
  font-size: 44px;
  line-height: 57px;
  font-weight: 700;
  font-style: italic;
  font-family: 'AzoBlack';
}
section#blog_post.acs-news-section::after {
  display: none;
}
/* scroll */
/* .menu-item-has-children > a:after{
  right: 10px;
} */
.banner-box-row a{
  text-decoration: none;
}
.img-hid img{
  transition: 0.9s;
  width: 100%;
}
/*.img-hid:hover img{
  scale: 1.1 !important;
  cursor: pointer;
}*/

section.fac-sec .img-hid img {
  height: 100%;
  object-fit: cover;
}
.main-navigation ul #menu-item-29 ul a{
  width: 120px;
}
.slider-cap .row{
  height: 100%;
}
.slider-cap .col-xl-3{
  height: 50%;
  height: 420px;
  /*border-bottom: 20px solid #ebebeb;*/
	border-bottom: 20px solid #fbfbfb;
}
html body .slider-cap{
  top: 0;
}
.cap-slider-item {
  height: 100%;
}
.img-fac img{
  height: 380px;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}
.img-soc img{
  height: 380px;
  object-fit: cover;
  width: 100%;
}
.img-soc.img-left-soc {
  position: relative;
  /* top: -70px;
  left: 100px; */
}
.img-soc.img-right-soc {
  position: relative;
  /* top: -70px; */
}

section.about-sec img.img-icon-abt {
  position: absolute;
  z-index: 8;
  bottom: 70px;
  left: 0px;
}
.home section.about-sec img.img-icon-abt{
/* 	display: none; */
	position: unset;
}
.img-abt {
  padding: 30px;
}
.testimonial-sec .owl-carousel .owl-nav button {
  background: #d61343;
  color: #fff;
  padding: 5px 10px !important;
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  border-radius: 0;
}
section.testimonial-sec .owl-nav {
  position: absolute;
  top: 0;
  right: 20px;
}
/* milestone */
.mileston-wrap {
  flex-wrap: wrap;
  display: flex;
  margin: 75px 0 120px;
}
.milestone-box {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  width: 12.5%;
  padding: 0 20px;
}
.milestone-box img{
  display: block;
  margin: 0 auto 20px;
}
.milestone-box img.brdr-img{
  width: 100%;
}
.milestone-box h2 {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: bold;
  margin: 15px 0 10px;
}
.milestone-box h3 {
  font-size: 16px;
  line-height: 20px;
  color: #D61343;
  margin: 0 0 10px;
}
.milestone-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.milestone-box ul li {
  color: #000000;
  font-size: 12px;
  padding-left: 25px;
  line-height: 16px;
  position: relative;
  margin-bottom: 5px;
}
.milestone-box ul li:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #000;
  left: 0;
  top: 8px;
}
.milestone-box:nth-last-child(2) {
  margin-top: 35px;
}
.milestone-box:nth-last-child(3) {
  margin-top: 70px;
}
.milestone-box:nth-last-child(4) {
  margin-top: 105px;
}
.milestone-box:nth-last-child(5) {
  margin-top: 140px;
}
.milestone-box:nth-last-child(6) {
  margin-top: 175px;
}
.milestone-box:nth-last-child(7) {
  margin-top: 210px;
}
.milestone-box:nth-last-child(8) {
  margin-top: 245px;
}
.milestone-box:nth-last-child(9) {
  margin-top: 280px;
}
.milestone-box:nth-last-child(10) {
  margin-top: 315px;
}
.milestone-sec {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #f2f2f2;
	padding-top: 50px
}
.head-milesone{
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 0 20px;
}
.head-milesone h2{
  font-size: 35px;
  line-height: 47px;
  color: #000000;
  font-weight: 700;
}
.mileston-main-wrap{
  position: relative;
}
.page-template-template-contact .contact-form-wrap input, .page-template-template-contact .contact-form-wrap textarea{
	background: transparent;
}
.modal-backdrop{
	z-index: 99999;
}
.job-instruction ul{
	list-style: none;
	padding: 0;
}
.global-network-section.sea-fright-global.career-acs-y-sec .our-global-net-intro ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (min-width: 1500px){
  .w-15 section,
  .w-15 .site-info {
    max-width: 1500px;
    margin: 0 auto;
}
section.inner-banner,
section.track-sec,
section.banner-wrap{
  max-width: 100%;
}
.site-info:after{
  right: -120px;
}
section.global-sec{
  margin: 20px auto;
}
section.about-sec {
  background-color: rgba(235, 235, 235, 0.5);
  position: relative;
  background-color: transparent;
}
section.about-sec:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  background: rgba(235, 235, 235, 0.5);
  left: -50%;
  top: 0;
  z-index: -1;
}
}
@media (min-width: 1400px) {
  .container {
    max-width: 1270px;
  }
}
@media (max-width: 1399px) {
  .milestone-box h2{
    font-size: 24px;
    line-height: 30px;
  }
  .milestone-box h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .milestone-box ul li {
    font-size: 11px;
    padding-left: 15px;
    line-height: 15px;
  }
  .milestone-box ul li:after{
    top: 5px;
    width: 9px;
  }
  html body .menu-wrap li.btn-prim a {
    margin-left: 10px;
    font-size: 10px;
  }
  html body .menu-wrap li a {
    font-size: 13px;
  }
  html body .main-navigation li.menu-item-has-children a {
    padding-right: 30px;
}
html body .menu-wrap li a {
    font-size: 10px;
    padding: 0 20px 0 0;
}
}
@media (min-width: 1200px){
	.fadeOut .item .says.box{
		    padding: 58px 30px;
	}
	.says.box{
/* 		min-height: 360px; */
	}
	.says.box h5{
		min-height: 160px;
	}
	.fadeOut .item .says.box h5{
		min-height: 325px;
		min-height: auto;
	}
}
@media (max-width: 1199px) {
	.fadeOuts .says.box h5 {
    min-height: 200px;
}
  .head-milesone{
    position: unset;
    margin-top: 50px;
  }
  .mileston-wrap {
    margin: 15px 0 120px;
}
  html body .milestone-box {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 20px;
    margin-top: 0 !important;
}
.milestone-box img {
  display: block;
  margin: 0 auto 20px;
  height: 50px;
  object-fit: contain;
  width: 80px;
  margin-top: 30px;
}
.milestone-box img.brdr-img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
div#our_milestone{
  background-image: none !important;
}
  .cont-abt {
    max-width: 100%;
    margin-bottom: 15px;
}
  html body .menu-wrap li.btn-prim a {
    margin-left: 10px;
    font-size: 10px;
  }
  html body .menu-wrap li a {
    font-size: 13px;
  }
  html body .main-navigation li.menu-item-has-children a {
    padding-right: 30px;
}
html body .menu-wrap li a {
    font-size: 10px;
    padding: 0 20px 0 0;
}
  .menu-wrap li.btn-prim a {
    margin-left: 10px;
    font-size: 12px;
  }
  .menu-wrap li a {
    font-size: 13px;
  }
  .baner-cont-wrap h1 {
    font-size: 36px;
    line-height: 46px;
    font-style: italic;
    font-weight: 700;
    font-family: "AzoBold";
    color: #fff;
    padding-left: 20px;
  }
  .left-triangle,
  .right-triangle,
  .resources-sec:before,
  section.resources-sec:after,
  section.fac-sec:after,
  section.newsletter-sec h3:after {
    display: none;
  }
}
@media (max-width: 1299px) {
	.item .says.box{
		margin: 70px 10px 40px;
		    padding: 20px 15px;
	}
	 .says.box{
		margin: 70px 10px 40px;
		    padding: 20px 15px;
	}
}
@media (max-width: 991px) {

	.fadeOuts .says.box h5{
		min-height: initial;
	}
	.acs-news-img img{
		height: auto;
		width: 100%;
	}
  .toggled .menu-menu-1-container{
    overflow-y: auto;
  }
  .main-navigation ul{
    padding-top: 200px;
  }
  .img-soc.img-left-soc {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .img-soc.img-right-soc {
    position: relative;
    top: 0px;
  }
  .img-fac img{
    height: 380px;
      object-fit: cover;
      width: 100%;
      object-position: bottom;
      height: auto;
      margin-bottom: 15px;
  }
  section.banner-wrap{
    height: 100vh;
    max-height: 900px;
    min-height: 900px;
  }
  .col-lg-8.col-cust-8.h-100{
    height: auto !important;
  }
  .col-lg-8.col-cust-8.h-100>.row.h-100{
    max-height: 700px;
  }
  .baner-cont-wrap .col-lg-4:nth-last-child(-n+3) {
    border-bottom: none;
}
  .ser-inner-box {
    padding: 15px 15px;
}
  .services-inner-wrap a, .services-inner-wrap a .ser-inner-box {
    height: 100%;
}
  .main-navigation ul ul {
/*     position: unset; */
  }
	html body .menu-wrap li.btn-prim a{
		margin-left: 0;
	}
	html body .menu-wrap li>a {
    margin: 10px 0;
}
	html body .menu-wrap li li a {
    margin: 0;
}
	.menu-wrap li.btn-prim a{
		padding: 0;
		margin: 10px 0;
	}
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .inner-cont-page-ser h2 {
    font-size: 34px;
    line-height: 47px;
    font-weight: 900;
  }
  .inner-cont-page-ser h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .par-sec-cont ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  section.partners-sec h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .vid-wrap video {
    height: auto;
  }
  section.milestone-sec h2 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 900;
    font-family: "AzoBlack";
    margin-bottom: 15px;
    font-style: italic;
    text-align: center;
  }
  section.milestone-sec {
    padding: 40px 0 40px;
  }
  button.menu-toggle {
    background: transparent;
    border: 0;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 9999;
  }
  .site-branding {
    position: relative;
    z-index: 9999;
  }
  .toggled .menu-menu-1-container {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 9;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    z-index: 999;
  }
  .menu-wrap li a {
    padding: 10px 0;
  }
  .menu-wrap li.btn-prim a {
    background: #d61343;
    display: inline-block;
    padding: 17px 37px 17px 15px;
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px;
    margin-left: 90px;
    border: 1px solid #d61343;
    margin: 0;
    padding: 10px 0;
    background: transparent;
    border: none;
    color: #000;
  }
  .col-lg-8.col-cust-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-4.col-cust-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  section.banner-wrap {
    /* height: auto; */
    padding: 25px 0;
  }
  .baner-cont-wrap h1 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 0;
    padding-top: 15px;
  }
  .left-triangle,
  .right-triangle,
  .resources-sec:before,
  section.resources-sec:after,
  section.fac-sec:after,
  section.newsletter-sec h3:after {
    display: none;
  }
  section.about-sec h2 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 900;
    font-family: "AzoBlack";
  }
  section.about-sec {
    padding: 35px 0 35px;
    background-position: 110px 70px;
  }
  .resources-content h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    font-family: "AzoBlack";
    font-style: italic;
    margin-bottom: 10px;
  }
  .resources-content p,
  section.testimonial-sec p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    font-family: "AzoMedium";
  }
  .resources-content ul li a {
    font-size: 24px;
    line-height: 55px;
  }
  section.testimonial-sec h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    font-family: "AzoBlack";
    font-style: italic;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  img.fac-img-wrap {
    height: auto;
    position: relative;
    top: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
  }
  .con-fac-wrap {
    padding-left: 0 !important;
  }
  section.newsletter-sec h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    font-family: "AzoBlack";
    font-style: italic;
    padding-left: 25px;
    margin-right: 25px;
    margin-bottom: 0;
    position: relative;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  section.newsletter-sec {
    padding: 30px 0 40px;
  }
  section.track-sec h4 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-family: "AzoBold";
    font-style: italic;
    margin-bottom: 45px;
  }
  .footer-content {
    padding: 20px 0 15px;
  }
  .logo-footer-wrap {
    margin-bottom: 20px;
    text-align: left;
  }
  .social-wrap {
    margin: 0 0 30px;
  }
  .menu-footer {
    text-align: left;
  }
  .menu-footer ul li {
    display: inline-block;
    margin-left: 0;
    display: block;
  }
  .footer-copyright {
    padding: 10px 0px 30px;
  }
  .copyright-wrap p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px !important;
  }
  .footer-copyright a {
    transition: 0.3s;
    display: block;
    text-align: left;
  }
  .menu-toggle {
    display: block;
  }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
	.careers-accordion-btn .accordion-btns-h{
		    flex-wrap: wrap;
	}
	.accordion-btns-h div {
    flex: 1;
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
		flex-wrap: wrap;
		flex: 0 0 auto;
}
	.join-acs-team-section {
    padding-top: 25px;
		padding-bottom: 45px;
	}
	.careers-accordion-btn span {
    font-size: 16px;
    padding: 6px 12px;
    line-height: 24px;
    color: #000;
    /* align-items: end; */
    /* align-self: flex-end; */
    width: 100%;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
	.accordion-button h3{
		font-size: 16px;
		    line-height: 23px;
		margin-bottom: 0;
	}
	.report-to {
    padding: 0;
    position: relative;
    z-index: 9;
}
	.job-instruction ul {
    margin: 0;
}
	.acs-content-wrap{
		padding: 15px;
	}
	.career-acs-y-sec::before,
	.career-acs-y-sec::after{
		display: none;
	}
	.pdf-item.w-50.d-flex.align-items-start.justify-content-between {
    width: 100% !important;
}
	  li.menu-item-has-children>a {
/*     display: none !important; */
	      margin: 10px 0;
}
	.main-navigation ul ul{
		margin-bottom: 10px;
	}
	.img-abt {
    padding: 30px 0;
}
	.global-loc-box ul{
		    padding: 20px 20px;
	}
}
@media (max-width: 767px) {
  .baner-cont-wrap h3{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .baner-cont-wrap p{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  img.ab-icon{
    bottom: 30px;
  }
  .baner-cont-wrap img{
    max-width: 35px;
    margin-bottom: 10px;
  }
  .baner-cont-wrap h1 {
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
}
section.banner-wrap{
  padding: 0;
}
	section.fac-sec.cap-sec{
		padding-bottom: 0;
	}
	.img-abt {
    padding: 30px 0;
}
	.global-loc-box ul{
		    padding: 20px 20px;
	}
	.downloads-form-heading h3{
		margin-top: 20px;
	}
  html body .milestone-box {
    width: 33.3333%;
}
  .baner-cont-wrap .col-lg-4:nth-child(3n) {
    border-right: none;
}
  .slider-cap .col-xl-3{
    height: auto;
  }
  .baner-cont-wrap .col-lg-4 {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff !important;
    height: initial !important;
}
.col-lg-8.col-cust-8.h-100>.row.h-100 {
  max-height: initial;
}
  section.banner-wrap {
    height: auto;
    max-height: initial;
    min-height: initial;
  }
}
@media (max-width: 575px) {
  html body .milestone-box {
    width: 50%;
}
  .acc-wrap-main:after{
    display: none;
  }
  .mob_menu{
    display: block !important;
  }
  li.menu-item-has-children>a {
/*     display: none !important; */
	      margin: 10px 0;
}
	.main-navigation ul ul{
		margin-bottom: 10px;
	}
  .career-acs-y-sec {
    padding: 16px 0px;
}
  .our-global-net-intro h2{
    font-size: 24px;
  }
  label[for="check-data"] {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 30px;
    font-size: 11px;
}
.upload-button-wrap .browse-button{
  transform: translatey(0%);
  position: unset;
}
  .cont-abt{
    margin-bottom: 15px;
  }
  .cont-global h2 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
}
section.fac-sec h3{
  font-size: 24px;
    line-height: 27px;
}
.con-fac-wrap.py-3 {
  padding: 30px 0 !important;
}
section.fac-sec{
  margin-bottom: 0;
}
.track-sec{
  height: 230px;
}
section.track-sec h4{
  margin-bottom: 15px;
}
.footer-content .col-xl-5.col-lg-6 {
  order: 2;
  margin-top: 15px;
  margin-bottom: 0;
}
.footer-content .social-wrap{
  margin-bottom: 0;
}
.footer-content {
  padding: 30px 0 15px;
}
.row-map{
  padding-bottom: 0;
}
  button.menu-toggle img {
    max-width: 30px;
}
header#masthead+section {
  margin-top: 81.25px;
}
	.mob-d-none{
		display: none !important;
	}
	.pdf-name, .pdf-description {
    font-size: 13px;
    line-height: 14px;
}
	.Faq-section {
		padding-top: 34px;
	}
	.faq-heading h2 {
    font-size: 36px;
    line-height: 47px;
    color: #000;
    font-style: italic;
    font-weight: 900;
    position: relative;
    z-index: 9;
    letter-spacing: 0px;
    color: #2F2F2F;
    margin-bottom: 30px;
}
	.faq-item h3 {
    font-size: 18px;
		line-height: 24px;
	}
	.faq-wrapper::before{
		display: none;
	}
	.cont-wrap h2,
	.cont-wrap .form-wrap h2,
	html body button.accordion-button{
		font-size: 18px;
	}
	.cont-wrap {
    padding: 15px 0 50px;
}
	section.inner-banner h1 {
    font-size: 26px;
    line-height: 34px;
}
	.acs-news-img {
		margin-bottom: 20px;
	}
	section.about-sec img {
    position: relative;
    z-index: 1;
    object-fit: contain;
}
	.pdf-item.w-50.d-flex.align-items-start.justify-content-between {
    width: 100% !important;
}
	.join-acs-content h2 {
		font-size: 26px;
		margin-bottom: 0;
	}
	.cont-wrap .acc-wrap-main p{
		font-size: 16px;
	}
	.accordion-body {
    padding: 0;
}
	.modal-body .form-group input {
    font-size: 18px;
    line-height: 18px;
    padding: 15px;
}
	.modal-body .form-group select {
    font-size: 18px;
    line-height: 18px;
		padding: 15px;
	}
	.acc-wrap-main {
    position: relative;
    border-right: none;
    padding-right: 0;
    margin-right: 15px;
}
	.modal-header #applyModalLabel {
    font-size: 30px;
		line-height: 43px;
	}
	html .career-modal .form-check {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 32px;
    padding-left: 0;
}
	html .career-modal .form-check .wpcf7-list-item [type="checkbox"] {
    width: 19px;
    height: 14px;
}
	.career-modal button.btn.btn-prim {
    font-size: 15px;
    line-height: 33px;
    padding: 23px 90px 23px 51px;
    width: 100%;
}
	.upload-button-wrap {
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
}
	.upload-button-wrap .browse-button {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translatey(-50%);
    padding: 10px 60px 10px 43px;
    font-size: 13px;
    line-height: 20px;
    background: #d61343;
    color: #fff;
    cursor: pointer;
}
  .b-l,
  .b-b {
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
	      margin-bottom: 0;
    /* padding-top: 15px; */
  }
  .banner-box-row{
    padding-top: 15px;
  }
  .pdf-container {
    padding: 30px 20px;
  }
  .newzealand-port .downloads-form-heading {
    padding-top: 16px;
  }
  .downloads-form-heading {
    padding-left: 0;
  }
  .cargo-links ul {
    margin: 0;
    font-size: 16px;
  }
  section.inner-banner {
    height: 125px;
  }
  .cont-abt {
    margin-bottom: 20px;
}
.cont-global h2 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
}
.ser-detail-cont-wrap h2{
  font-size: 24px;
  margin-bottom: 15px;
}
.ser-detail-cont-wrap ul li{
  font-size: 14px;
    line-height: 34px;
}
.ser-detail-cont-wrap {
  position: relative;
  margin-bottom: 25px;
}
.ser-cont-wrap-detail {
  padding: 50px 0 0;
}
.ser-cont-wrap-detail .ser-detail-icon-wrap img {
  width: 100%;
  margin-left: 0;
}
.trade-sec h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  font-style: italic;
  font-family: "AzoBlack";
  margin-bottom: 25px;
  margin-right: 90px;
  text-align: center;
  width: 100%;
}
.mileston-slider .item {
  width: 100% !important;
  border: none;
}
.mileston-slider .owl-item:nth-child(even) .item{
  top: 0;
}
.mileston-slider.owl-carousel .owl-stage-outer {
  padding-bottom: 0;
}
.mileston-slider .owl-item .item:after{
  display: none;
}
.mileston-slider .owl-item:nth-child(even) .item{
  border: none;
}
section.services-inner-wrap {
  padding: 0px 0;
}
.inner-cont-page-ser h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: "AzoBold";
}
section.inner-cont-page-ser ul li {
  font-size: 14px;
  line-height: 34px;
}
section.partners-sec {
  background: #e0e0e0;
  padding: 20px 0 30px;
  position: relative;
}
}
/* a:visited {
  color: #d61343;
}
a {
  color: #d61343;
  text-decoration: underline;
} */