/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.headerSection {
  position: relative;
  z-index: 3333;
}
.headerSection .logo {
  position: absolute;
  top: 25px;
  left: 50px;
  width: 231px;
  height: 84px;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 3;
}
.headerSection .logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .headerSection .logo {
    left: 15px;
  }
  .headerSection .logo img {
    height: 65px;
  }
}
.headerSection .menu-btn {
  width: 140px;
  height: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#b6410d), to(#E27F11));
  background: linear-gradient(270deg, #b6410d, #E27F11);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 32px;
  right: 40px;
  z-index: 2222;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s, color 0.2s;
  transition: background 0.3s, color 0.2s;
  outline: none;
  padding: 0;
}
.headerSection .menu-btn:hover {
  background: #E27F11;
  color: #fff;
}
.headerSection .menu-btn:focus {
  background: #E27F11;
  color: #fff;
}
@media (max-width: 767px) {
  .headerSection .menu-btn {
    font-size: 16px;
    width: auto;
    right: 15px;
    padding: 10px 15px;
    height: auto;
    margin-top: 10px;
  }
}
.headerSection .menu-overlay {
  position: fixed;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 67, 13, 0.3)), to(rgba(20, 8, 14, 0.3)));
  background: linear-gradient(180deg, rgba(188, 67, 13, 0.3) 0%, rgba(20, 8, 14, 0.3) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: opacity 0.7s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  transition: opacity 0.7s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  transition: opacity 0.7s cubic-bezier(0.77, 0, 0.18, 1), transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  transition: opacity 0.7s cubic-bezier(0.77, 0, 0.18, 1), transform 0.7s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: 44444;
  width: 35%;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .headerSection .menu-overlay {
    width: 100%;
  }
}
.headerSection .menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.headerSection .menu-overlay.closing {
  opacity: 0;
  -webkit-transform: translateX(100vw) scale(0.96);
          transform: translateX(100vw) scale(0.96);
  pointer-events: none;
}
.headerSection .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 70px;
  align-items: flex-end;
}
.headerSection .menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  text-align: center;
}
.headerSection .menu-nav li {
  text-align: right;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  margin-bottom: 10px;
  position: relative;
}
.headerSection .menu-nav li:focus {
  color: #ffb347;
}
.headerSection .menu-nav li a {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  padding-bottom: 10px;
}
.headerSection .menu-nav li:hover::before {
  content: "";
  background: #fff;
  height: 5px;
  position: absolute;
  left: -60%;
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.headerSection .menu-nav li.active::before {
  content: "";
  background: #fff;
  height: 5px;
  position: absolute;
  left: -60%;
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1199px) {
  .headerSection .menu-nav ul {
    gap: 25px;
  }
  .headerSection .menu-nav ul li a {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .headerSection .menu-nav {
    padding-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .headerSection .menu-nav .navi_mobile {
    width: 100%;
  }
  .headerSection .menu-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
  .headerSection .menu-nav ul li a {
    font-size: 40px;
    line-height: 40px;
  }
}
.headerSection .menu-close {
  position: absolute;
  top: 32px;
  right: 48px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.headerSection .menu-close:hover {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.headerSection .menu-close:focus {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.headerSection .menu-close svg {
  display: block;
}

@media screen and (min-width: 300px) and (max-width: 1899px) {
  .container {
    max-width: 95%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    max-width: 1820px;
    padding: 0 20px;
  }
}
@-webkit-keyframes spin-circle-text {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin-circle-text {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  color: #232323;
  font-size: 22px;
  line-height: 34px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 22px;
  line-height: 34px;
}
@media (max-width: 1600px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

ul {
  list-style-type: none;
}

.subTitle {
  font-size: 26px;
  line-height: 34px;
}
@media (max-width: 1600px) {
  .subTitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .subTitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .subTitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.info2, .info, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png);
}

.alert-success {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png);
}

.split-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.split-container .left-panel {
  height: 110vh;
  min-height: 110vh;
  width: 65%;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  background: -webkit-gradient(linear, left top, left bottom, from(#BC430D), to(#14080E));
  background: linear-gradient(180deg, #BC430D 0%, #14080E 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 48px 32px 48px;
  position: relative;
  padding-bottom: 24px;
}
.split-container .left-panel .main-headline {
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 120px;
  line-height: 110px;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  text-align: left;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}
.split-container .left-panel .main-headline span {
  color: #CDCDCD;
  display: block;
}
@media (max-width: 1600px) {
  .split-container .left-panel .main-headline {
    font-size: 85px;
    line-height: 85px;
  }
}
.split-container .left-panel .headline-border {
  width: 100%;
  border-top: 1px solid #fff;
  opacity: 0.7;
  margin-bottom: 70px;
}
@media (max-width: 1600px) {
  .split-container .left-panel .headline-border {
    margin-bottom: 30px;
  }
}
.split-container .left-panel .headline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  gap: 0;
  margin-top: 150px;
}
@media (max-width: 1600px) {
  .split-container .left-panel .headline-flex {
    margin-top: 90px;
  }
}
.split-container .left-panel .headline-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.split-container .left-panel .subtitle-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 0;
}
.split-container .left-panel .subtitle-block .blurred-box {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.split-container .right-panel {
  height: 110vh;
  min-height: 110vh;
  width: 35%;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1199px) {
  .split-container .left-panel {
    min-height: auto;
    height: auto;
  }
  .split-container .left-panel .main-headline {
    font-size: 70px;
    line-height: 70px;
  }
  .split-container .left-panel .blurred-box {
    padding: 40px;
  }
  .split-container .right-panel {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .split-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .split-container .left-panel {
    height: auto;
    min-height: auto;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 30px 20px;
  }
  .split-container .left-panel .headline-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .split-container .left-panel .subtitle-block {
    width: 100%;
  }
  .split-container .left-panel .blurred-box {
    max-width: 300px;
    min-height: 210px;
    padding: 30px;
  }
  .split-container .left-panel .blurred-box p {
    font-size: 24px;
    line-height: 34px;
  }
  .split-container .left-panel .headline-block {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .split-container .left-panel .main-headline {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 20px;
  }
  .split-container .right-panel {
    height: 300px;
    min-height: 300px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .split-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .split-container .left-panel {
    height: auto;
    min-height: auto;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 30px 20px;
  }
  .split-container .left-panel .headline-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .split-container .left-panel .subtitle-block {
    width: 100%;
  }
  .split-container .left-panel .blurred-box {
    max-width: 250px;
    min-height: 200px;
    padding: 20px;
  }
  .split-container .left-panel .blurred-box p {
    font-size: 20px;
    line-height: 30px;
  }
  .split-container .left-panel .headline-block {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .split-container .left-panel .main-headline {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
  }
  .split-container .right-panel {
    height: 300px;
    min-height: 300px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.blurred-box {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 154, 111, 0.1)), to(rgba(119, 47, 9, 0.1)));
  background: linear-gradient(180deg, rgba(242, 154, 111, 0.1) 0%, rgba(119, 47, 9, 0.1) 100%);
  position: relative;
  border-radius: 16px;
  padding: 75px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 8px 32px 0 rgba(119, 47, 9, 0.18);
          box-shadow: 0 8px 32px 0 rgba(119, 47, 9, 0.18);
  z-index: 2;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  overflow: hidden;
  max-width: 330px;
  min-height: 340px;
}
.blurred-box p {
  font-weight: 400;
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.4;
  text-align: left;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .blurred-box {
    max-width: 275px;
    min-height: 240px;
    padding: 40px;
  }
  .blurred-box p {
    font-size: 22px;
    line-height: 40px;
  }
}

.blur-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  pointer-events: none;
}

.info-row-section {
  margin-top: 150px;
  max-width: none;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-row-section .info-row {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.info-row-section .info-row::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 19%;
  background: #d9d9d9;
  height: 2px;
  width: 200px;
}
@media (max-width: 1600px) {
  .info-row-section {
    margin-top: 50px;
  }
  .info-row-section .info-row::before {
    width: 150px;
    right: 23%;
  }
}
@media (max-width: 1199px) {
  .info-row-section .info-row {
    gap: 20px;
  }
  .info-row-section .info-row::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .info-row-section {
    margin-top: 10px;
  }
  .info-row-section .info-row {
    gap: 20px;
  }
  .info-row-section .info-row::before {
    display: none;
  }
}

.info-box.clients {
  background: #E27F11;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
  padding: 75px 53px;
  text-align: left;
}
.info-box.clients .big {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 4px;
  text-align: left;
}
.info-box.clients .small, .info-box.clients .tiny {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
}
@media (max-width: 1600px) {
  .info-box.clients {
    padding: 60px 40px;
  }
}
@media (max-width: 1199px) {
  .info-box.clients {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .info-box.clients {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .info-box.clients {
    padding: 20px 15px;
  }
  .info-box.clients .big {
    font-size: 30px;
    line-height: 30px;
  }
  .info-box.clients .small, .info-box.clients .tiny {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .info-box.clients {
    padding: 10px 15px;
  }
}

.info-box.experience {
  background: transparent;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 180px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.info-box.experience .big {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 4px;
}
.info-box.experience .small {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
  max-width: 75%;
}
@media (max-width: 767px) {
  .info-box.experience {
    max-width: 100px;
    min-width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info-box.experience .big {
    font-size: 60px;
    line-height: 60px;
  }
  .info-box.experience .small {
    font-size: 16px;
    line-height: 20px;
  }
}

.get-started {
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
  border-radius: 50%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  color: #E55F0E;
}
.get-started .circle-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.get-started .circle-text text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  fill: #E55F0E;
  letter-spacing: 6.5px;
  text-transform: uppercase;
}
.get-started .arrow-icon {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
}
.get-started:hover {
  -webkit-transform: scale(1.07) rotate(-8deg);
          transform: scale(1.07) rotate(-8deg);
}
.get-started:hover .circle-text {
  -webkit-animation: spin-circle-text 6s linear infinite;
          animation: spin-circle-text 6s linear infinite;
}
@media (max-width: 767px) {
  .get-started {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .get-started .circle-text {
    width: 100px;
    height: 100px;
  }
  .get-started .arrow-icon {
    width: 35px;
    height: 35px;
  }
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.feature-section {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-section .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.feature-section .feature-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-width: 320px;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-section .feature-desc {
  font-family: "Poppins", sans-serif;
  color: #444;
  margin-bottom: 32px;
  max-width: 750px;
  padding-right: 30px;
}
.feature-section .abtBtn {
  text-align: left;
}
.feature-section .feature-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-width: 320px;
  max-width: 800px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.feature-section .feature-img-main {
  width: 100%;
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(34, 34, 34, 0.1);
          box-shadow: 0 8px 32px rgba(34, 34, 34, 0.1);
}
.feature-section .feature-img-main img {
  width: 100%;
  display: block;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .feature-section .feature-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature-section .feature-desc {
    max-width: 100%;
    padding: 0;
  }
  .feature-section .feature-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .feature-section .feature-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .feature-section .feature-desc {
    margin-bottom: 20px;
  }
}

.comnBtn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  padding: 20px;
  border: 1px solid #291A05;
  border-radius: 999px;
  background: #fff;
  color: #291A05;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
  z-index: 1;
}
.comnBtn span {
  position: relative;
  z-index: 1;
}
.comnBtn .comnBtn-arrow svg {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
}
.comnBtn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#b6410d), to(#E27F11));
  background: linear-gradient(270deg, #b6410d, #E27F11);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 0;
}
.comnBtn:hover, .comnBtn:focus {
  border-color: #b6410d !important;
}
.comnBtn:hover::before, .comnBtn:focus::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.comnBtn:hover span, .comnBtn:focus span {
  color: #fff;
}
.comnBtn:hover .comnBtn-arrow svg, .comnBtn:focus .comnBtn-arrow svg {
  -webkit-transform: translateX(-15px) rotate(45deg);
          transform: translateX(-15px) rotate(45deg);
}
.comnBtn:hover .comnBtn-arrow svg path, .comnBtn:focus .comnBtn-arrow svg path {
  fill: #fff;
}
.comnBtn.whitebtn::before {
  background: -webkit-gradient(linear, right top, left top, from(#b6410d), to(#E27F11));
  background: linear-gradient(270deg, #b6410d, #E27F11);
}
.comnBtn.whitebtn:hover, .comnBtn.whitebtn:focus {
  border-color: #b6410d !important;
}
@media (max-width: 1600px) {
  .comnBtn {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 24px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .comnBtn {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 24px;
    gap: 25px;
  }
}

.sectionPadding {
  padding: 120px 0px;
}
@media (max-width: 1600px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}

.sectionTitle {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
  color: #232323;
  font-size: 80px;
  line-height: 80px;
}
@media (max-width: 1600px) {
  .sectionTitle {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}

.text-center {
  text-align: center;
}

.network-solutions-section {
  width: 100%;
  background: #0d4254;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.network-solutions-section .container {
  width: 100%;
}
.network-solutions-section .container .network-solutions-container .network-solutions-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-bottom: -15%;
}
.network-solutions-section .container .network-solutions-container .network-solutions-content .sectionTitle {
  color: #fff;
}
.network-solutions-section .container .network-solutions-container .network-solutions-content .comnBtn {
  color: #fff;
  margin-top: 12px;
  border-color: #fff;
  background: transparent !important;
}
.network-solutions-section .container .network-solutions-container .network-solutions-content .comnBtn:hover {
  background: #fff;
  color: #0d4254;
  border-color: #fff;
}
.network-solutions-section .container .network-solutions-container .network-solutions-content .comnBtn .comnBtn-arrow img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .network-solutions-section .container .network-solutions-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .network-solutions-section .container .network-solutions-container .network-solutions-image {
    margin-top: 0;
  }
  .network-solutions-section .container .network-solutions-container .network-solutions-content {
    text-align: center;
    margin: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .network-solutions-section .container .network-solutions-container .network-solutions-content .sectionTitle {
    margin-bottom: 15px;
  }
  .network-solutions-section .container .network-solutions-container .network-solutions-content .sectionTitle br {
    display: none;
  }
}

.why-agyle-section {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-agyle-section .container {
  width: 100%;
}
.why-agyle-section .container .why-agyle-header {
  text-align: center;
  margin-bottom: 0;
}
.why-agyle-section .container .why-agyle-header .why-agyle-subtitle {
  font-weight: 400;
  text-align: center;
  color: #232323;
  max-width: 900px;
  margin: 0 auto;
}
.why-agyle-section .container .why-agyle-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .why-agyle-section .container .why-agyle-cards {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .why-agyle-section .container .why-agyle-cards {
    margin-bottom: 0px;
  }
}
.why-agyle-section .container .why-agyle-cards li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}
.why-agyle-section .container .why-agyle-cards li .why-agyle-card {
  position: relative;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-agyle-section .container .why-agyle-cards li .why-agyle-card.card-curve-left {
  background-position: top left;
}
.why-agyle-section .container .why-agyle-cards li .why-agyle-card.card-curve-right {
  background-position: top right;
}
.why-agyle-section .container .why-agyle-cards li .why-agyle-card .card-top {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 130px 30px 35px 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.why-agyle-section .container .why-agyle-cards li .why-agyle-card .card-top > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 8px 0;
}
.why-agyle-section .container .why-agyle-cards li .why-agyle-card .card-top p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .why-agyle-section .container .why-agyle-cards li .why-agyle-card .card-top > h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .why-agyle-section .container .why-agyle-cards li .why-agyle-card .card-top p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1600px) {
  .why-agyle-section .container .why-agyle-cards li .why-agyle-card .card-top > h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .why-agyle-section .container .why-agyle-cards li .why-agyle-card .card-top p {
    font-size: 14px;
    line-height: 22px;
  }
}
.why-agyle-section .container .why-agyle-cards li:first-child .why-agyle-card::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -40px;
  width: 100%;
  height: 200px;
  background: url(../images/half_circle.png) no-repeat;
  background-size: cover;
}
.why-agyle-section .container .why-agyle-cards li:first-child .why-agyle-card {
  position: relative;
  background-color: #b6410d;
}
.why-agyle-section .container .why-agyle-cards li:first-child .why-agyle-card .curve {
  position: absolute;
  right: -1px;
  top: -1px;
  height: 50px;
  width: 70%;
  background: #fff;
}
.why-agyle-section .container .why-agyle-cards li:first-child .why-agyle-card .curve::before {
  content: "";
  background: url(../images/curve1.png) no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 28px;
  height: 27px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: -26px;
  right: 0;
}
.why-agyle-section .container .why-agyle-cards li:first-child .why-agyle-card .curve::after {
  content: "";
  background: url(../images/curve2.png) no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 54px;
  height: 50px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -50px;
}
@media (max-width: 767px) {
  .why-agyle-section .container .why-agyle-cards li:first-child .why-agyle-card::before {
    left: 0;
  }
}
.why-agyle-section .container .why-agyle-cards li:nth-child(2) .why-agyle-card {
  position: relative;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(2) .why-agyle-card .curve {
  position: absolute;
  right: -1px;
  top: -1px;
  height: 50px;
  width: 70%;
  background: #fff;
  z-index: 3;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(2) .why-agyle-card .curve::before {
  content: "";
  background: url(../images/curve1.png) no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 28px;
  height: 27px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: -26px;
  right: 0;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(2) .why-agyle-card .curve::after {
  content: "";
  background: url(../images/curve2.png) no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 54px;
  height: 50px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -50px;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(2) .why-agyle-card .card-top {
  padding: 250px 30px 70px 30px;
  border-radius: 30px;
  overflow: hidden;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(2) .why-agyle-card .card-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/agyle_bx.jpg) no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: top left;
  z-index: -1;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(2) .why-agyle-card .card-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 65, 92, 0.8);
  z-index: -1;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(3) .why-agyle-card {
  background: #A73300;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(3) .why-agyle-card .card-top {
  padding: 30px;
  text-align: center;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(4) .why-agyle-card {
  position: relative;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(4) .why-agyle-card .curve {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 50px;
  width: 70%;
  background: #fff;
  z-index: 3;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(4) .why-agyle-card .curve::before {
  content: "";
  background: url(../images/curve1.png) no-repeat;
  width: 28px;
  height: 27px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: -26px;
  left: 0;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(4) .why-agyle-card .curve::after {
  content: "";
  background: url(../images/curve2.png) no-repeat;
  width: 54px;
  height: 50px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -50px;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(4) .why-agyle-card .card-top {
  padding: 250px 30px 70px 30px;
  border-radius: 30px;
  overflow: hidden;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(4) .why-agyle-card .card-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/agyle_bx.jpg) no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: top left;
  z-index: -1;
}
.why-agyle-section .container .why-agyle-cards li:nth-child(4) .why-agyle-card .card-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 65, 92, 0.8);
  z-index: -1;
}
.why-agyle-section .container .why-agyle-cards li:last-child .why-agyle-card::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -40px;
  width: 100%;
  height: 200px;
  background: url(../images/half_circle_2.png) no-repeat;
  background-size: cover;
}
.why-agyle-section .container .why-agyle-cards li:last-child .why-agyle-card {
  position: relative;
  background-color: #b6410d;
}
.why-agyle-section .container .why-agyle-cards li:last-child .why-agyle-card .curve {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 50px;
  width: 70%;
  background: #fff;
}
.why-agyle-section .container .why-agyle-cards li:last-child .why-agyle-card .curve::before {
  content: "";
  background: url(../images/curve1.png) no-repeat;
  width: 28px;
  height: 27px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: -26px;
  left: 0;
}
.why-agyle-section .container .why-agyle-cards li:last-child .why-agyle-card .curve::after {
  content: "";
  background: url(../images/curve2.png) no-repeat;
  width: 54px;
  height: 50px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -50px;
}
@media (max-width: 767px) {
  .why-agyle-section .container .why-agyle-cards li:last-child .why-agyle-card::before {
    right: 0;
  }
}
.why-agyle-section .container .why-agyle-cards li .agyle-img img {
  width: 100%;
  border-radius: 30px;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .why-agyle-section .container .why-agyle-cards li .why-agyle-card .curve {
    width: 55% !important;
  }
  .why-agyle-section .container .why-agyle-cards li:nth-child(3) .why-agyle-card .card-top {
    padding: 30px 20px;
  }
  .why-agyle-section .container .why-agyle-cards li:nth-child(2) .why-agyle-card .card-top {
    padding: 150px 20px 30px 20px;
  }
  .why-agyle-section .container .why-agyle-cards li:nth-child(4) .why-agyle-card .card-top {
    padding: 150px 20px 30px 20px;
  }
}
@media (max-width: 1199px) {
  .why-agyle-section .container .why-agyle-cards li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
    margin: 10px 0px;
  }
  .why-agyle-section .container .why-agyle-cards li:first-child, .why-agyle-section .container .why-agyle-cards li:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
  .why-agyle-section .container .why-agyle-cards li:first-child .why-agyle-card, .why-agyle-section .container .why-agyle-cards li:last-child .why-agyle-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
  }
  .why-agyle-section .container .why-agyle-cards li:first-child .agyle-img, .why-agyle-section .container .why-agyle-cards li:last-child .agyle-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
  }
  .why-agyle-section .container .why-agyle-cards li .why-agyle-card {
    height: 100%;
  }
  .why-agyle-section .container .why-agyle-cards li .why-agyle-card .card-top {
    padding: 30px 20px !important;
    text-align: center;
  }
  .why-agyle-section .container .why-agyle-cards li .why-agyle-card .curve {
    display: none !important;
  }
  .why-agyle-section .container .why-agyle-cards li .agyle-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .why-agyle-section .container .why-agyle-cards li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .why-agyle-section .container .why-agyle-cards li:first-child, .why-agyle-section .container .why-agyle-cards li:last-child {
    display: block;
  }
  .why-agyle-section .container .why-agyle-cards li:first-child .why-agyle-card, .why-agyle-section .container .why-agyle-cards li:last-child .why-agyle-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
  .why-agyle-section .container .why-agyle-cards li:first-child .agyle-img, .why-agyle-section .container .why-agyle-cards li:last-child .agyle-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .why-agyle-section .container .why-agyle-cards li {
    padding-left: 0px;
    padding-right: 0px;
  }
  .why-agyle-section .container .why-agyle-cards li:last-child {
    margin-bottom: 0px;
  }
}

.card-img {
  display: none !important;
}
.card-img img {
  display: none !important;
}

.future-tech-section {
  background: #F3F3F3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.future-tech-section .future-tech-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.future-tech-section .future-tech-container .future-tech-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 120px 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.future-tech-section .future-tech-container .future-tech-left .future-tech-desc {
  color: #232323;
  opacity: 1;
  margin: 0;
  max-width: 100%;
}
.future-tech-section .future-tech-container .future-tech-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #D7D2D4;
  padding: 120px 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.future-tech-section .future-tech-container .future-tech-right .future-tech-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.future-tech-section .future-tech-container .future-tech-right .future-tech-row:last-child .future-tech-row-img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 60px;
}
.future-tech-section .future-tech-container .future-tech-right .future-tech-row:last-child .future-tech-row-text {
  padding: 25px 0 25px 25px;
}
.future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  padding: 25px 25px 25px 0;
}
.future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text .sectionTitle {
  color: #08415C;
  margin-bottom: 20px;
}
.future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text .future-tech-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #232323;
  margin-bottom: 12px;
  text-transform: none;
}
.future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text .future-tech-small {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  color: #232323;
}
.future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text .future-tech-global-desc {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  color: #232323;
}
.future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 200px;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-right-radius: 60px;
}
.future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1600px) {
  .future-tech-section .future-tech-container .sectionTitle {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .future-tech-section .future-tech-container .future-tech-right, .future-tech-section .future-tech-container .future-tech-left {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text .future-tech-small {
    font-size: 16px;
    line-height: 22px;
  }
  .future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text .future-tech-global-desc {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .future-tech-section .future-tech-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .future-tech-section .future-tech-container .future-tech-left {
    padding: 100px 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .future-tech-section .future-tech-container .future-tech-right {
    padding: 100px 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .future-tech-section .future-tech-container .future-tech-left {
    padding: 80px 50px;
  }
  .future-tech-section .future-tech-container .future-tech-right {
    padding: 80px 50px;
  }
}
@media (max-width: 767px) {
  .future-tech-section .future-tech-container .future-tech-left {
    padding: 50px 20px;
  }
  .future-tech-section .future-tech-container .future-tech-right {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .future-tech-section .future-tech-container .sectionTitle {
    font-size: 34px;
    line-height: 40px;
  }
  .future-tech-section .future-tech-container .future-tech-right .future-tech-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .future-tech-section .future-tech-container .future-tech-right .future-tech-row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text {
    padding: 20px !important;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    height: 100%;
  }
  .future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text .sectionTitle {
    margin-bottom: 10px;
  }
  .future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text .future-tech-small {
    font-size: 18px;
    line-height: 24px;
  }
  .future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-text .future-tech-global-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .future-tech-section .future-tech-container .future-tech-right .future-tech-row .future-tech-row-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
}

.sector-slider-section {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sector-slider-section .sector-slider {
  width: 100%;
  margin: 0 auto;
}
.sector-slider-section .sector-slider .slick-slide {
  padding: 15px;
}
.sector-slider-section .sector-slider .sector-slide {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.sector-slider-section .sector-slider .sector-slide img {
  position: relative;
  z-index: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  display: block;
}
.sector-slider-section .sector-slider .sector-slide:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.sector-slider-section .sector-slide-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56.97%, rgba(8, 65, 92, 0)), color-stop(91.82%, #08415C));
  background: linear-gradient(180deg, rgba(8, 65, 92, 0) 56.97%, #08415C 91.82%);
  color: #FEFEFF;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sector-slider-section .sector-slide-overlay .sector-slide-title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #FEFEFF;
}
.sector-slider-section .sector-slide-overlay .sector-slide-desc {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FEFEFF;
  line-height: 28px;
}
@media (max-width: 1600px) {
  .sector-slider-section .sector-slide-overlay {
    padding: 20px;
  }
  .sector-slider-section .sector-slide-overlay .sector-slide-title {
    font-size: 24px;
    line-height: 30px;
  }
  .sector-slider-section .sector-slide-overlay .sector-slide-desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .sector-slider-section .sector-slide-overlay .sector-slide-title {
    font-size: 22px;
    line-height: 28px;
  }
  .sector-slider-section .sector-slide-overlay .sector-slide-desc {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .sector-slider-section .sector-slide-overlay {
    padding: 20px;
  }
  .sector-slider-section .sector-slide-overlay .sector-slide-title {
    font-size: 20px;
    line-height: 26px;
  }
  .sector-slider-section .sector-slide-overlay .sector-slide-desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.sector-slider-section .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: -32px;
  width: 100%;
  background: #D9D9D9;
}
.sector-slider-section .slick-dots li {
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
  height: 4px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sector-slider-section .slick-dots li button {
  width: 100% !important;
  height: 4px !important;
  background: #D7D2D4;
  font-size: 0px;
  border: none;
  border-radius: 2px;
  padding: 0 !important;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s, height 0.3s;
  transition: background 0.3s, height 0.3s;
}
.sector-slider-section .slick-dots li button:before {
  display: none;
}
.sector-slider-section .slick-dots li.slick-active button {
  background: #08415C;
  height: 4px;
}
.sector-slider-section .slick-arrow {
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 0px;
  background: transparent;
  width: 60px;
  height: 60px;
  border: #000 solid 1px;
  font-size: 0;
  position: absolute;
  top: 45%;
  z-index: 3;
}
.sector-slider-section .slick-arrow::before {
  display: none;
}
.sector-slider-section .slick-arrow.slick-prev {
  background-image: url(../images/arrow_left_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: -50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #08415C;
  border-radius: 50%;
  background-size: 12px;
}
.sector-slider-section .slick-arrow.slick-next {
  background-image: url(../images/arrow_right_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: -50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #08415C;
  border-radius: 50%;
  background-size: 12px;
}
@media (max-width: 1600px) {
  .sector-slider-section .slick-arrow {
    height: 45px;
    width: 45px;
  }
  .sector-slider-section .slick-arrow.slick-prev, .sector-slider-section .slick-arrow.slick-next {
    background-size: 12px;
  }
  .sector-slider-section .slick-arrow.slick-prev {
    left: -40px;
  }
  .sector-slider-section .slick-arrow.slick-next {
    right: -40px;
  }
}
@media (max-width: 767px) {
  .sector-slider-section .slick-arrow {
    height: 35px;
    width: 35px;
  }
  .sector-slider-section .slick-arrow.slick-prev {
    left: -25px;
  }
  .sector-slider-section .slick-arrow.slick-next {
    right: -25px;
  }
}

.clients-section .clients-container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients-section .clients-container .clients-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0;
  color: #232323;
  text-align: left;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.clients-section .clients-container .slick-slide > div {
  text-align: center;
}
.clients-section .clients-container .clients-logos {
  max-width: 80%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}
.clients-section .clients-container .clients-logos .client-logo {
  height: 100px;
  max-width: 220px;
  padding: 0 10px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.clients-section .clients-container .clients-logos .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: -32px;
}
.clients-section .clients-container .clients-logos .slick-dots li {
  margin: 0 !important;
  padding: 0;
  height: 4px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clients-section .clients-container .clients-logos .slick-dots li button {
  width: 10px;
  height: 10px !important;
  background: #D7D2D4;
  font-size: 0px;
  border: none;
  border-radius: 10px;
  padding: 0 !important;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s, height 0.3s;
  transition: background 0.3s, height 0.3s;
}
.clients-section .clients-container .clients-logos .slick-dots li button:before {
  display: none;
}
.clients-section .clients-container .clients-logos .slick-dots li.slick-active button {
  background: #08415C;
  height: 4px;
}
@media (max-width: 1199px) {
  .clients-section .clients-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .clients-section .clients-container .clients-heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .clients-section .clients-container .clients-heading {
    font-size: 22px;
    line-height: 30px;
  }
}

.site-footer {
  background: #2A1907;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.site-footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 0px 50px 0px;
}
@media (max-width: 1199px) {
  .site-footer .footer-main {
    padding: 50px 0px;
  }
}
.site-footer .footer-col {
  min-width: 220px;
}
.site-footer .footer-col.footer-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
}
.site-footer .footer-col.footer-left .footer-heading {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #716A63;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.site-footer .footer-col.footer-left .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 12px;
}
.site-footer .footer-col.footer-left .footer-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  border-radius: 8px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  width: 36px;
  height: 36px;
}
.site-footer .footer-col.footer-left .footer-socials a:hover {
  background: #61370A;
}
@media (max-width: 1600px) {
  .site-footer .footer-col.footer-left .footer-heading {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-col.footer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .site-footer .footer-col.footer-left .footer-heading {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-col.footer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .site-footer .footer-col.footer-left .footer-heading {
    margin-bottom: 10px;
  }
  .site-footer .footer-col.footer-left .footer-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .footer-col.footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.site-footer .footer-col.footer-center .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .footer-col.footer-center .footer-links li {
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
.site-footer .footer-col.footer-center .footer-links li a {
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #D9D9D9;
  text-decoration: none;
  padding: 5px;
  position: relative;
}
.site-footer .footer-col.footer-center .footer-links li a::before {
  content: "";
  background: #D9D9D9;
  height: 1px;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-footer .footer-col.footer-center .footer-links li.active a, .site-footer .footer-col.footer-center .footer-links li:hover a {
  color: #E27F11;
}
.site-footer .footer-col.footer-center .footer-links li.active a::before, .site-footer .footer-col.footer-center .footer-links li:hover a::before {
  width: 100%;
}
@media (max-width: 1600px) {
  .site-footer .footer-col.footer-center .footer-links li {
    padding: 5px;
  }
  .site-footer .footer-col.footer-center .footer-links li a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-col.footer-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .site-footer .footer-col.footer-center .footer-links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .site-footer .footer-col.footer-center .footer-links li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-col.footer-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .site-footer .footer-col.footer-center .footer-links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-col.footer-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .site-footer .footer-col.footer-center .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-col.footer-center .footer-links li {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
    padding: 0px;
    margin: 0 10px;
  }
  .site-footer .footer-col.footer-center .footer-links li a {
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
  }
}
.site-footer .footer-col.footer-right {
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}
.site-footer .footer-col.footer-right .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #D9D9D9;
}
.site-footer .footer-col.footer-right .footer-contact a {
  font-size: 22px;
  line-height: 32px;
  color: #D9D9D9;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.site-footer .footer-col.footer-right .footer-contact a:hover {
  color: #E27F11;
}
.site-footer .footer-col.footer-right .footer-contact > div {
  position: relative;
  padding-left: 35px;
}
.site-footer .footer-col.footer-right .footer-contact svg {
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 1600px) {
  .site-footer .footer-col.footer-right .footer-contact {
    font-size: 18px;
    line-height: 28px;
  }
  .site-footer .footer-col.footer-right .footer-contact a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-col.footer-right .footer-contact {
    font-size: 17px;
    line-height: 25px;
  }
  .site-footer .footer-col.footer-right .footer-contact a {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-col.footer-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .site-footer .footer-col.footer-right .footer-contact {
    font-size: 16px;
    line-height: 24px;
  }
  .site-footer .footer-col.footer-right .footer-contact a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-col.footer-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 30px;
  }
  .site-footer .footer-col.footer-right .footer-contact {
    text-align: center;
  }
  .site-footer .footer-col.footer-right .footer-contact > div {
    padding: 0px 15px;
  }
  .site-footer .footer-col.footer-right .footer-contact svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 0;
  }
}
.site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #61370A;
  background: #2A1907;
}
.site-footer .footer-bottom .footer-designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.site-footer .footer-bottom .footer-designer .designer-icon {
  font-size: 18px;
}
@media (max-width: 1600px) {
  .site-footer .footer-bottom {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
  }
  .site-footer .footer-bottom .footer-copyright, .site-footer .footer-bottom .footer-designer {
    text-align: center;
  }
}

.split-container.inner-split .left-panel {
  height: initial;
  min-height: initial;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.split-container.inner-split .left-panel p {
  color: #fff;
}
.split-container.inner-split .left-panel .headline-flex {
  margin-top: 25%;
}
.split-container.inner-split .left-panel .headline-flex .main-headline {
  margin-bottom: 30px;
}
.split-container.inner-split .left-panel .headline-flex .headline-block {
  width: 80%;
}
.split-container.inner-split .left-panel .headline-flex .headline-border {
  width: 80%;
  border-top: 2px solid #fff;
}
.split-container.inner-split .right-panel {
  height: initial;
  min-height: initial;
}
.split-container.inner-split .right-panel img {
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 991px) {
  .split-container.inner-split {
    position: relative;
  }
  .split-container.inner-split .left-panel {
    position: absolute;
    z-index: 1;
    background: transparent;
    bottom: 0;
    top: inherit;
  }
  .split-container.inner-split .left-panel .headline-flex .headline-block {
    width: 90%;
  }
  .split-container.inner-split .left-panel .headline-flex .main-headline {
    width: 100%;
    text-align: left;
  }
  .split-container.inner-split .left-panel .headline-flex .headline-border {
    border: 0px;
  }
  .split-container.inner-split .right-panel:after {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#BC430D), to(#14080E));
    background: linear-gradient(to top, #BC430D 0%, #14080E 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
  }
}

.aboutSection .sectionTitle {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.aboutSection p {
  font-size: 22px;
  color: #232323;
  line-height: 34px;
}
.aboutSection .aboutDesc {
  max-width: 90%;
  margin-left: auto;
}
.aboutSection .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1600px) {
  .aboutSection .aboutDesc p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .aboutSection .aboutDesc p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .aboutSection .aboutDesc {
    max-width: 100%;
    margin-top: 40px;
  }
  .aboutSection .aboutDesc p {
    font-size: 16px;
    line-height: 28px;
  }
}

.white-text {
  color: #fff;
}

.visionSection {
  background: url(../images/vision_bg.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 100px 0px 40px;
}
.visionSection .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.visionSection .contentMission {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .visionSection {
    padding: 80px 0px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .visionSection {
    padding: 80px 0px;
    height: auto;
  }
  .visionSection .contentMission {
    padding-right: 0px;
  }
  .visionSection .mobileMrTop {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .visionSection {
    padding: 60px 0px;
    height: auto;
  }
  .visionSection .contentMission {
    padding-right: 0px;
  }
  .visionSection .mobileMrTop {
    margin-top: 25px;
  }
}

.whychooseAgyle .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whychooseAgyle .imgradius {
  border-radius: 30px;
}
.whychooseAgyle .agyleWhy {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .whychooseAgyle .agyleWhy {
    padding-left: 0px;
  }
  .whychooseAgyle .agyleWhy {
    margin-top: 40px;
  }
}

.service-slider .slick-slider .slick-track, .service-slider .slick-slider .slick-list {
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
.service-slider .slider-nav .thumbnail-image {
  margin-bottom: 30px;
  cursor: pointer;
}
.service-slider .slider-nav .thumbImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-slider .slider-nav .thumbImg img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-slider .slider-nav .thumbImg span {
  display: inline-block;
  padding-left: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #A29F9F;
  text-transform: uppercase;
}
.service-slider .slider-nav .thumbImg:hover span {
  color: #B6410D;
}
.service-slider .slider-nav .slick-current .thumbImg span {
  color: #B6410D;
}
.service-slider .slider-for .slider-banner-image img {
  border-radius: 30px;
  margin-bottom: 40px;
}
.service-slider .slider-for .sliderContent p {
  font-size: 18px;
  line-height: 28px;
}
.service-slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: 0px;
  width: 100%;
  background: #D9D9D9;
  margin-top: 15px;
}
.service-slider .slick-dots li {
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
  height: 2px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-slider .slick-dots li button {
  width: 100% !important;
  height: 2px !important;
  background: #D7D2D4;
  font-size: 0px;
  border: none;
  border-radius: 2px;
  padding: 0 !important;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s, height 0.3s;
  transition: background 0.3s, height 0.3s;
}
.service-slider .slick-dots li button:before {
  display: none;
}
.service-slider .slick-dots li.slick-active button {
  background: #000;
  height: 2px;
}
@media (max-width: 1600px) {
  .service-slider .slider-nav .thumbImg img {
    width: 35px;
    height: 35px;
  }
  .service-slider .slider-nav .thumbImg span {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .service-slider .slider-nav .thumbImg img {
    width: 25px;
    height: 25px;
  }
  .service-slider .slider-nav .thumbImg span {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .service-slider .slick-slide {
    padding: 0 20px;
  }
  .service-slider .slider-nav .thumbnail-image {
    margin-bottom: 15px;
  }
  .service-slider .slider-nav .thumbImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-slider .slider-nav .thumbImg img {
    width: 35px;
    height: 35px;
  }
  .service-slider .slider-nav .thumbImg span {
    font-size: 20px;
    line-height: 20px;
    padding-left: 0px;
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .service-slider .slick-slide {
    padding: 0 12px;
  }
}

.contact {
  position: relative;
}
.contact .map img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .map iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  .contact .map img {
    height: 300px;
  }
}
.contact .contactDetail {
  background: #08415C;
  width: 500px;
  position: absolute;
  top: 30px;
  color: #fff;
  padding: 150px 40px 80px;
  left: 10px;
}
.contact .contactDetail .sectionTitle {
  font-size: 70px;
  line-height: 75px;
}
.contact .contactDetail a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.contact .contactDetail a:hover {
  color: #E27F11;
}
.contact .contactDetail .maxContact {
  max-width: 380px;
}
@media (max-width: 767px) {
  .contact .contactDetail {
    position: relative;
    left: 0;
    top: 0;
    padding: 50px 30px;
    width: 100%;
  }
  .contact .contactDetail .sectionTitle {
    font-size: 50px;
    line-height: 50px;
  }
}

.contactForm {
  padding-top: 0;
}
.contactForm form label {
  font-size: 16px;
  line-height: 16px;
}
.contactForm form .form-control {
  height: 50px;
}
.contactForm form textarea.form-control {
  height: 150px;
}
.contactForm form .form-group {
  position: relative;
}
.contactForm form .form-group .error {
  font-size: 13px;
  color: #E42B3A;
  margin: 0px;
}
.contactForm form .form-group label.error {
  position: absolute;
  left: 15px;
  bottom: -20px;
}
.contactForm form .comnBtn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contactForm .sectionTitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.diamond-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 170px;
  padding-bottom: 60px;
  gap: 15px;
}
.diamond-wrapper .diamond-box {
  width: 260px;
  height: 260px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -35px;
}
.diamond-wrapper .diamond-box .content {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #fff;
  text-align: center;
  width: 100%;
  max-height: 190px;
  min-height: 190px;
}
.diamond-wrapper .diamond-box .content .textContent {
  font-size: 15px;
  line-height: 25px;
}
.diamond-wrapper .diamond-box .content h6 {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.diamond-wrapper .diamond-box .content .icon {
  position: absolute;
  top: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 80px;
  height: 80px;
  background: #7B2702;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 30px;
}
.diamond-wrapper .diamond-box .content .icon img {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -10px;
  margin-left: 10px;
}
.diamond-wrapper .diamond-box:nth-child(even) {
  margin-top: -120px;
  background-color: #144961;
}
.diamond-wrapper .diamond-box:nth-child(even) .icon {
  background: #011E2B;
}
.diamond-wrapper .diamond-box:nth-child(odd) {
  margin-top: 65px;
  background: #B6410D;
}
@media (max-width: 1300px) {
  .diamond-wrapper .diamond-box {
    width: 230px;
    height: 230px;
  }
  .diamond-wrapper .diamond-box .content h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .diamond-wrapper .diamond-box .content .textContent {
    font-size: 14px;
    line-height: 22px;
  }
  .diamond-wrapper .diamond-box .content .icon {
    width: 65px;
    height: 65px;
    top: -55px;
  }
  .diamond-wrapper .diamond-box .content .icon img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1199px) {
  .diamond-wrapper {
    padding-top: 80px;
    padding-bottom: 0px !important;
  }
  .diamond-wrapper .diamond-box:nth-child(even) {
    margin-top: 0px;
  }
  .diamond-wrapper .diamond-box:nth-child(odd) {
    margin-top: 0px;
  }
  .diamond-wrapper .diamond-box {
    margin-bottom: 40px;
    margin: 15px 10px;
    padding: 15px 10px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .diamond-wrapper .diamond-box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .diamond-wrapper .diamond-box .content h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .diamond-wrapper .diamond-box .content .textContent {
    font-size: 14px;
    line-height: 22px;
  }
  .diamond-wrapper .diamond-box .content .icon {
    width: 70px;
    height: 70px;
    top: -55px;
  }
  .diamond-wrapper .diamond-box .content .icon img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 991px) {
  .diamond-wrapper .diamond-box {
    width: 195px;
    height: 195px;
  }
  .diamond-wrapper .diamond-box .content h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .diamond-wrapper .diamond-box .content .textContent {
    font-size: 14px;
    line-height: 20px;
  }
  .diamond-wrapper .diamond-box .content .icon {
    width: 50px;
    height: 50px;
    top: -20px;
  }
  .diamond-wrapper .diamond-box .content .icon img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 575px) {
  .diamond-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .diamond-wrapper .diamond-box:nth-child(even) {
    margin-top: 0px;
  }
  .diamond-wrapper .diamond-box:nth-child(odd) {
    margin-top: 0px;
  }
  .diamond-wrapper .diamond-box {
    margin-bottom: 40px;
    width: 100%;
  }
  .diamond-wrapper .diamond-box .content h6 {
    font-size: 22px;
    line-height: 26px;
  }
  .diamond-wrapper .diamond-box .content .textContent {
    font-size: 14px;
    line-height: 20px;
  }
  .diamond-wrapper .diamond-box .content .icon {
    width: 70px;
    height: 70px;
    top: -35px;
  }
  .diamond-wrapper .diamond-box .content .icon img {
    width: 35px;
    height: 35px;
  }
}

.futureMarket {
  background: #D7D2D4;
}
.futureMarket .flexMarket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}
.futureMarket .flexMarket .circleFuture {
  background: #CDCACB;
  width: 644px;
  height: 625px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 70px;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: -3%;
}
.futureMarket .flexMarket .circleFuture::after {
  content: "";
  position: absolute;
  background: url(../images/circle_before.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.futureMarket .flexMarket .circleFuture .sectionTitle {
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 30px;
}
.futureMarket .flexMarket .circleFuture p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1600px) {
  .futureMarket .flexMarket .circleFuture {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 1300px) {
  .futureMarket .flexMarket .circleFuture {
    width: 500px;
    height: 500px;
  }
  .futureMarket .flexMarket .circleFuture .sectionTitle {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .futureMarket .flexMarket .circleFuture {
    width: 500px;
    height: 500px;
    margin: 0 auto;
  }
  .futureMarket .flexMarket .circleFuture .sectionTitle {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .futureMarket .flexMarket .circleFuture {
    width: 450px;
    height: 450px;
    padding: 10px 50px;
    margin: 0 auto;
  }
  .futureMarket .flexMarket .circleFuture .sectionTitle {
    font-size: 35px;
    line-height: 35px;
  }
  .futureMarket .flexMarket .circleFuture p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .futureMarket .flexMarket .circleFuture {
    width: 350px;
    height: 350px;
    padding: 10px 50px;
    margin: 0 auto;
  }
  .futureMarket .flexMarket .circleFuture .sectionTitle {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .futureMarket .flexMarket .circleFuture p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}
.futureMarket .flexMarket .contentFuture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  padding-right: 40px;
}
.futureMarket .flexMarket .contentFuture .listContent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.futureMarket .flexMarket .contentFuture .listContent li .iconRound {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
}
.futureMarket .flexMarket .contentFuture .listContent li .listContentBox {
  padding-left: 30px;
}
.futureMarket .flexMarket .contentFuture .listContent li .headingList {
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}
.futureMarket .flexMarket .contentFuture .listContent li p {
  font-size: 18px;
  line-height: 28px;
}
.futureMarket .flexMarket .contentFuture .listContent li:nth-child(2), .futureMarket .flexMarket .contentFuture .listContent li:nth-child(3) {
  padding-left: 100px;
}
@media (max-width: 1300px) {
  .futureMarket .flexMarket .contentFuture .listContent li .headingList {
    font-size: 22px;
    line-height: 30px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .futureMarket .flexMarket .contentFuture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    margin-top: 30px;
  }
  .futureMarket .flexMarket .contentFuture .listContent {
    padding: 15px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
    background: #ccc;
    border-radius: 30px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 15px;
    margin: 10px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li:nth-child(2), .futureMarket .flexMarket .contentFuture .listContent li:nth-child(3) {
    padding-left: 0px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li .headingList {
    font-size: 20px;
    line-height: 28px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li p {
    font-size: 16px;
    line-height: 24px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li .iconRound {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    max-width: 140px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li .listContentBox {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .futureMarket .flexMarket .contentFuture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  .futureMarket .flexMarket .contentFuture .listContent {
    padding: 10px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    background: #ccc;
    border-radius: 30px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li .iconRound {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li .listContentBox {
    padding-left: 0px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li .headingList {
    font-size: 20px;
    line-height: 28px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li p {
    font-size: 16px;
    line-height: 24px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li:nth-child(2), .futureMarket .flexMarket .contentFuture .listContent li:nth-child(3) {
    padding-left: 0px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li .iconRound {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li:nth-child(2), .futureMarket .flexMarket .contentFuture .listContent li:nth-child(3) {
    padding-left: 0px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li .headingList {
    font-size: 22px;
    line-height: 30px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li p {
    font-size: 16px;
    line-height: 24px;
  }
  .futureMarket .flexMarket .contentFuture .listContent li .listContentBox {
    padding-left: 0px;
  }
}

.industries .slick-slider .slick-track, .industries .slick-slider .slick-list {
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
.industries .slider-banner-image-industries {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.industries .slider-banner-image-industries:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.industries .slider-banner-image-industries .slider-content-industries {
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 30px;
  max-width: 95%;
  margin: 0 auto;
}
.industries .slider-banner-image-industries .slider-content-industries .title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding-right: 20px;
}
.industries .slider-banner-image-industries .slider-content-industries p {
  color: #fff;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  margin: 0px;
}
@media (max-width: 1199px) {
  .industries .slider-banner-image-industries .slider-content-industries .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .industries .slider-banner-image-industries img {
    display: none;
  }
  .industries .slider-banner-image-industries .slider-content-industries {
    position: relative;
    top: auto;
    bottom: 0;
    padding: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .industries .slider-banner-image-industries .slider-content-industries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 20px;
  }
  .industries .slider-banner-image-industries .slider-content-industries .title {
    margin-bottom: 10px;
  }
  .industries .slider-banner-image-industries .slider-content-industries::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(56.25%, rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.25%, #000000 100%);
  }
}
.industries .slider-nav-industries {
  margin-bottom: 30px;
}
.industries .slider-nav-industries .thumbText {
  padding: 10px;
}
.industries .slider-nav-industries .thumbText p {
  color: #BDBDBD;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0px;
  cursor: pointer;
}
.industries .slider-nav-industries .slick-slide {
  padding: 0 20px;
  position: relative;
}
.industries .slider-nav-industries .slick-slide::after {
  content: "/";
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  color: #BDBDBD;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.industries .slider-nav-industries .slick-slide:last-child::after {
  display: none;
}
.industries .slider-nav-industries .slick-active.slick-current .thumbText p {
  color: #232323;
  font-size: 35px;
  line-height: 32px;
}
.industries .slider-nav-industries .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: 0px;
  width: 100%;
  background: #D9D9D9;
  margin-top: 15px;
}
.industries .slider-nav-industries .slick-dots li {
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
  height: 2px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.industries .slider-nav-industries .slick-dots li button {
  width: 100% !important;
  height: 2px !important;
  background: #D7D2D4;
  font-size: 0px;
  border: none;
  border-radius: 2px;
  padding: 0 !important;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s, height 0.3s;
  transition: background 0.3s, height 0.3s;
}
.industries .slider-nav-industries .slick-dots li button:before {
  display: none;
}
.industries .slider-nav-industries .slick-dots li.slick-active button {
  background: #000;
  height: 2px;
}
@media (max-width: 1199px) {
  .industries .slider-nav-industries .thumbText p {
    font-size: 30px;
    line-height: 32px;
  }
  .industries .slider-nav-industries .slick-active.slick-current .thumbText p {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .industries .slider-nav-industries .thumbText p {
    font-size: 26px;
    line-height: 30px;
  }
  .industries .slider-nav-industries .thumbText .slick-active.slick-current .thumbText p {
    font-size: 30px;
    line-height: 32px;
  }
}
.industries .slider-for-industries .slick-arrow {
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 0px;
  background: transparent;
  width: 80px;
  height: 80px;
  border: #000 solid 1px;
  font-size: 0;
  position: absolute;
  top: 42%;
  z-index: 3;
}
.industries .slider-for-industries .slick-arrow::before {
  display: none;
}
.industries .slider-for-industries .slick-arrow.slick-prev {
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 50%;
}
.industries .slider-for-industries .slick-arrow.slick-next {
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .industries .slider-for-industries .slick-arrow {
    height: 50px;
    width: 50px;
  }
  .industries .slider-for-industries .slick-arrow.slick-prev, .industries .slider-for-industries .slick-arrow.slick-next {
    background-size: 12px;
  }
}
@media (max-width: 767px) {
  .industries .slider-for-industries .slick-arrow {
    height: 35px;
    width: 35px;
  }
  .industries .slider-for-industries .slick-arrow.slick-prev {
    top: 35px;
    bottom: inherit;
    right: 50px;
    left: inherit;
  }
  .industries .slider-for-industries .slick-arrow.slick-next {
    top: 35px;
    bottom: inherit;
    right: 10px;
  }
}

#toTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  padding: 3px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  display: none;
  font-size: 25px;
  z-index: 100;
  background: #14080E;
  color: #fff;
}

.infographic {
  max-width: 1400px;
  margin: 0 auto;
}
.infographic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 900px;
  padding: 50px 0px;
}
.infographic ul li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.infographic ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}
.infographic ul li:nth-child(1) .svg-wrapper {
  z-index: 1; /* Default layer */
}
.infographic ul li:nth-child(1) .svg-wrapper:hover {
  z-index: 10; /* Bring to front on hover */
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(1) {
  top: 135px;
  right: 405px;
  max-width: 300px;
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(1) img {
  left: -50px;
  top: 40px;
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(1) .title {
  padding-left: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(2) {
  top: 0%;
  right: 300px;
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(2) img {
  left: 50px;
  top: -45px;
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(2) .title {
  padding-left: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(3) {
  top: 0%;
  right: 0%;
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(3) img {
  left: 70px;
  top: -45px;
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(3) .title {
  padding-left: 40px;
  padding-top: 30px;
  margin-left: 0;
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(4) {
  top: 135px;
  right: -130px;
  max-width: 300px;
  -webkit-clip-path: polygon(150% 0%, 63% 0%, 1% 69%, 0% 100%, 99% 99%);
          clip-path: polygon(150% 0%, 63% 0%, 1% 69%, 0% 100%, 99% 99%);
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(4) img {
  left: 200px;
  top: 50px;
}
.infographic ul li:nth-child(1) .svg-wrapper:nth-child(4) .title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
  margin-left: 0;
  padding-left: 115px;
}
.infographic ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(1) {
  left: -135px;
  top: 435px;
  max-width: 300px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(1) img {
  left: -50px;
  top: 60px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(1) .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 10px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(2) {
  -webkit-clip-path: polygon(105% 0%, 70% 0%, 0% 62%, 0% 140%, 105% 105%);
          clip-path: polygon(105% 0%, 70% 0%, 0% 62%, 0% 140%, 105% 105%);
  left: 2px;
  top: 530px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(2) img {
  left: 50px;
  top: 200px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(2) .title {
  padding: 0px 20px 30px 20px;
  text-align: center;
  margin-right: 25px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(3) {
  left: 305px;
  top: 530px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(3) img {
  left: 70px;
  top: 200px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(3) .title {
  padding: 0px 30px 30px;
  margin-left: 15px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(4) {
  -webkit-clip-path: polygon(100% -50%, 0% 0%, 0% 32%, 140% 188%);
          clip-path: polygon(100% -50%, 0% 0%, 0% 32%, 140% 188%);
  left: 410px;
  top: 425px;
  max-width: 300px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(4) img {
  left: 200px;
  top: 70px;
}
.infographic ul li:nth-child(2) .svg-wrapper:nth-child(4) .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 10px;
  top: 18px;
  right: 25px;
}
.infographic ul li .svg-wrapper {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  max-width: 270px;
}
.infographic ul li .svg-wrapper img {
  position: absolute;
}
.infographic ul li .svg-wrapper .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150px;
}
.infographic ul li .svg-wrapper:hover {
  -webkit-transform: rotateX(4deg) rotateY(-6deg) scale(1.03);
          transform: rotateX(4deg) rotateY(-6deg) scale(1.03);
  -webkit-filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.3));
}
.infographic ul li .svg-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1600px) {
  .infographic ul {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 1199px) {
  .infographic ul {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 991px) {
  .infographic {
    margin: -120px auto;
  }
  .infographic ul {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  .infographic ul li:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: -200px;
    margin-bottom: 100px;
  }
  .infographic ul li:nth-child(2) {
    padding-top: 30px;
    margin-right: -200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .infographic ul li:nth-child(2) .svg-wrapper:nth-child(1) {
    top: 0;
  }
  .infographic ul li:nth-child(2) .svg-wrapper:nth-child(2) {
    top: 95px;
  }
  .infographic ul li:nth-child(2) .svg-wrapper:nth-child(3) {
    top: 95px;
  }
  .infographic ul li:nth-child(2) .svg-wrapper:nth-child(4) {
    top: 0;
  }
}
@media (max-width: 767px) {
  .infographic {
    margin: -150px auto;
  }
  .infographic ul {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  .infographic ul li:nth-child(1) {
    margin-left: -100px;
  }
  .infographic ul li:nth-child(2) {
    margin-right: -100px;
  }
}
@media screen and (max-width: 600px) {
  .infographic {
    margin: -250px auto;
  }
  .infographic ul {
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
  }
  .infographic ul li:nth-child(1) {
    margin-left: 150px;
  }
  .infographic ul li:nth-child(2) {
    margin-right: 150px;
  }
}
@media screen and (max-width: 450px) {
  .infographic {
    margin: -280px auto;
  }
  .infographic ul {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}/*# sourceMappingURL=style.css.map */