.main-logo {
  width: 120px;
  transition: all 0.3s ease;
}

.stickey-header .main-logo {
  width: 100px;
  transition: all 0.3s ease;
}

.stickey-header .brands-slider figure {
  width: 79px;
  transition: all 0.3s ease;
}

.header {
  background-color: #fff;
  padding: 25px 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 19.36px 2.64px rgba(20, 21, 27, 0.08);
  transition: all 0.3s ease;
}

.brand-logo.hide-show {
  display: none;
}

.brand-logo {
  display: flex;
  padding: 30px 20px 0;
  position: relative;
}

.brand-logo:after {
  content: "";
  background: url("../images/nav-seperater.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
}

.header-text {
  width: 120px;
  margin: 8px 16px 0 0;
  font-family: "Proxima Nova Rg";
  font-weight: 400;
  font-size: 1.1rem;
  color: #14151b;
}

.humberger {
  width: 25px;
}

.humberger:focus {
  outline: 0;
}

.line {
  background-color: #e01321;
  display: block;
  height: 2px;
  width: 100%;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.arrow-right {
  animation: arrow-right 3s ease-in-out infinite;
  margin-left: 5px;
}

.know-more {
  color: #d60a18 !important;
  font-size: 1.8rem !important;
}
.know-more:hover{
  text-decoration: underline;
}

@keyframes arrow-right {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}
.active-menu .line-2 {
  display: none;
}

.active-menu .line-1 {
  transform: rotate(47deg) translate(4px, 6px);
}

.active-menu .line-3 {
  transform: rotate(127deg) translate(0, 2px);
}

.navigation {
  position: absolute;
  background-color: #fff;
  top: 99%;
  left: 0;
  padding: 15px 0 35px 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 1;
}

.main-menu li a {
  font-family: "Proxima Nova Lt";
  font-size: 1.6rem;
  color: #14151b;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 20px;
  transition: all 0.5s;
  width: auto;
  height: auto;
  right: auto;
  top: auto;
  display: block;
}

.click-arrow:after {
  display: none !important;
}

.main-menu li a br {
  display: none;
}

.link-event .dropdown-arrow {
  pointer-events: none;
}

.main-menu li {
  border-top: 1px solid #e7eaee;
}

.sub-dropdown li {
  border-top: none;
}

.sub-dropdown li a {
  width: 86%;
  padding: 15px 22px;
}

.sub-menu li a {
  font-size: 1.5rem;
  padding: 8px 22px;
}

.link-line {
  border-bottom: 1px solid #e7eaee;
}

.sub-menu {
  margin-bottom: 15px;
}

.back {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 1.8rem;
  cursor: pointer;
}

.back .back-arrow {
  position: static;
  margin-right: 8px;
  transform: rotate(130deg);
}

.main-menu li.get-btn a {
  background-color: #fff;
  padding: 10px 14px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  color: #e01321;
  margin: 15px 0 0 20px;
  border: 2px solid #bbb5b8;
  transition: all 0.5s;
  font-weight: 700;
  font-family: "Proxima Nova Rg";
}

.main-menu li.get-btn a:hover {
  background-color: #e42c38;
  border: 2px solid #e42c38;
  color: #fff;
}

.sub-menu-wrap {
  display: none;
  position: fixed;
  top: 97px;
  left: 0;
  z-index: 1;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding-top: 65px;
  background-color: #fff;
}

.line-seperater,
.sub-drop-wrap {
  display: none;
}

.who-block {
  display: block;
}

.no-head {
  display: block !important;
}

.main-menu {
  padding-bottom: 40px;
}

.main-menu li {
  position: relative;
}

.heading-link {
  display: block;
  position: relative;
}

.tech-link {
  font-family: "Proxima Nova Lt";
  font-size: 1.6rem;
  color: #14151b;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 20px;
  transition: all 0.5s;
}

.dropdown-arrow {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 40%;
  cursor: pointer;
  pointer-events: auto;
}

.back-arrow,
.dropdown-arrow:after {
  content: "";
  display: inline-block;
  border: solid #e01321;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  padding: 5px;
}

.arrow .dropdown-arrow:after {
  transform: rotate(45deg);
}

.brands-slider em,
.brands-slider img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.brands-slider svg {
  width: 80px;
  height: 100%;
}

.brands-slider {
  position: relative;
  height: 52px;
  width: 80px;
  overflow: hidden;
  text-align: center;
}

.brands-slider figure {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  opacity: 0;
  animation-name: fade;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  18% {
    opacity: 1;
  }

  24% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.brands-slider em,
.brands-slider img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.brands-slider figure:nth-child(1) {
  animation-delay: 0s;
}

.brands-slider figure:nth-child(2) {
  animation-delay: 1s;
}

.brands-slider figure:nth-child(3) {
  animation-delay: 2s;
}

.brands-slider figure:nth-child(4) {
  animation-delay: 3s;
}

.brands-slider figure:nth-child(5) {
  animation-delay: 4s;
}

.brands-slider figure:nth-child(6) {
  animation-delay: 5s;
}

.brands-slider figure:nth-child(7) {
  animation-delay: 6s;
}

.brands-slider figure:nth-child(8) {
  animation-delay: 7s;
}

.brands-slider figure:nth-child(9) {
  animation-delay: 8s;
}

.brands-slider figure:nth-child(10) {
  animation-delay: 9s;
}

.brands-slider figure:nth-child(11) {
  animation-delay: 10s;
}

.brands-slider figure:nth-child(12) {
  animation-delay: 11s;
}

.brands-slider figure:nth-child(13) {
  animation-delay: 12s;
}

.brands-slider figure:nth-child(14) {
  animation-delay: 13s;
}

.brands-slider figure:nth-child(15) {
  animation-delay: 14s;
}

.brands-slider figure:nth-child(16) {
  animation-delay: 15s;
}

.brands-slider figure:nth-child(17) {
  animation-delay: 16s;
}

.brands-slider figure:nth-child(18) {
  animation-delay: 17s;
}

.brands-slider figure:nth-child(19) {
  animation-delay: 18s;
}
/* Country flag styling */
.main-menu .country-flag {
  border-top: none;
  margin-top: 30px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
}
.flag-img {
  margin-right: 8px;
}
.main-menu .uae {
  display: none;
}
/* Country flag Close */
@media all and (min-width: 1025px) {
  .bodyover {
    position: relative;
  }

  .bodyover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .over-hide a:hover .bodyover:before {
    display: none;
  }

  .header {
    box-shadow: none;
  }

  .header.stickey-header {
    padding: 10px 0;
    box-shadow: 0 0 19.36px 2.64px rgba(20, 21, 27, 0.07);
  }

  .back,
  .dropdown-arrow,
  .humberger {
    display: none;
  }

  .navigation {
    display: block !important;
    position: static;
    height: 100%;
    width: 80%;
    padding: 10px;
    overflow: visible;
  }
  .nav-image {
    background-color: #ffffff;
    display: block;
    padding: 0px 39px 20px;
  }
  .sub-dropdown.Industries-menu {
    padding: 20px 20px 10px;
  }
  .nav-image a::after {
    display: none;
  }
  .nav-image a::before {
    display: none;
  }
  .main-menu {
    align-items: center;
    padding: 0;
    justify-content: space-between;
  }
  .main-menu li {
    border-top: none;
    padding-right: 30px;
  }

  .main-menu li a {
    display: inline-block;
    padding: 0;
  }

  .sub-dropdown li a {
    width: auto;
  }

  .main-menu li a br {
    display: inline;
  }

  .main-menu li a {
    font-size: 1.5rem;
  }

  .main-menu li .link-event {
    pointer-events: auto;
  }

  .main-menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    background-color: #c6c7cb;
    height: 2px;
  }

  .main-menu li a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 0%;
    background-color: #14151b;
    height: 2px;
    transition: width 0.3s ease;
  }

  .main-menu li a:hover:before {
    background-color: #1f212c;
    width: 100%;
    transition: width 0.3s ease;
  }

  .main-menu .remove-after a:after,
  .main-menu .remove-after a:before {
    display: none;
  }

  .double-line {
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
  }

  .main-menu li .double-line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    transition: all 0.3s;
    background-color: #c6c7cb;
    height: 2px;
  }

  .main-menu li .double-line:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -2px;
    width: 0%;
    background-color: #14151b;
    height: 2px;
    transition: width 0.3s ease;
  }

  .double-line:hover .double-line:before {
    background-color: #1f212c;
    width: 100%;
    transition: width 0.3s ease;
  }

  .main-menu li a:hover .double-line:before {
    background-color: #1f212c;
    width: 100%;
    transition: width 0.3s ease;
  }

  .main-menu .heading-link .double-line:after {
    opacity: 0;
  }

  .main-menu .heading-link .double-line:before {
    background-color: #fff;
  }

  .main-menu .heading-link a:hover .double-line::before {
    background-color: #fff;
  }

  .result_hover li a {
    color: #b2aaad;
  }

  .result_hover li.hover a {
    color: #14151b;
  }

  .child-wrap.highlited .sub-menu li a {
    color: #b2aaad;
  }

  .child-wrap.highlited .sub-menu li.hover a {
    color: #14151b;
  }

  .main-menu li.get-btn {
    padding-right: 0;
  }

  .main-menu li.get-btn a {
    margin: 0;
    padding: 10px;
  }

  .get-btn a:after,
  .get-btn a:before {
    display: none;
  }

  .brand-logo {
    display: none;
  }

  .main-menu .sub-menu a:after,
  .main-menu .sub-menu a:before {
    height: 2px;
  }

  .sub-menu-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: transparent;
    padding: 37px 0 20px 0;
    height: auto;
    overflow: visible;
    transition: all 0.3s;
  }

  .main-menu li:hover .sub-menu-wrap {
    display: block !important;
  }

  .link-line {
    position: relative;
    margin-bottom: 30px;
    border-bottom: none;
    border-left: 4px solid #14151b;
  }

  .seperater-point {
    margin-bottom: 30px;
  }

  .link-line:last-child {
    margin-bottom: 0;
  }

  .link-line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 50%;
    background-color: #14151b;
  }

  .line-seperater {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }

  .line-seperater:after {
    content: "";
    background: url("../images/nav-seperater.svg");
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
  }

  .service-seprater:after {
    bottom: -10px;
  }

  .service-link {
    width: 670px;
  }

  .services-link {
    width: 870px;
    left: -189px;
  }

  .technologies-link {
    width: 870px;
    left: -294px;
  }

  .offshore-link {
    width: 870px;
    left: -400px;
  }

  .offshore-link .sub-dropdown li,
  .services-link .sub-dropdown li,
  .technologies-link .sub-dropdown li {
    width: 21%;
  }

  .work-link {
    width: 215px;
  }

  .work-link .sub-dropdown li {
    width: 100%;
  }

  .who-link {
    width: 240px;
  }

  .who-link .sub-dropdown li {
    width: 100%;
  }

  .stickey-header .sub-menu-wrap {
    padding: 32px 0 20px 0;
  }

  .sub-dropdown {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 30px;
  }

  .sub-dropdown li {
    width: 29%;
    margin: 0;
    padding-right: 0;
  }

  .two-block li {
    width: 36%;
  }

  .shadow-effect {
    box-shadow: 0 0 19.36px 2.64px rgba(0, 0, 0, 0.07);
  }

  .heading-link {
    background-color: #14151b;
    color: #fff;
    padding: 10px 12px;
    margin-bottom: 15px;
  }

  .work-link .heading-link:last-child {
    margin-bottom: 0;
  }

  .main-menu.result_hover .heading-link a {
    color: #fff;
  }

  .main-menu .heading-link a:after,
  .main-menu .heading-link a:before {
    background-color: #545661;
    height: 2px;
  }

  .main-menu .heading-link a:hover:before {
    background-color: #fff;
    width: 100%;
    transition: width 0.3s ease;
  }

  .tech-link {
    font-family: "Proxima Nova Rg" !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
  }

  .main-menu .heading-link a {
    font-family: "Proxima Nova Rg";
    font-weight: 700;
    color: #fff;
  }

  .sub-drop-wrap {
    display: flex !important;
    padding: 0 0 15px 15px;
  }

  .sub-drop-wrap .sub-menu li {
    width: 100%;
    margin-bottom: 14px;
    border: none;
  }

  .sub-drop-wrap .sub-menu li.margin-btm {
    margin-bottom: 0;
  }

  .sub-menu-force {
    padding: 22px;
    background-color: #fff;
  }

  .sub-menu {
    margin-bottom: 0;
    padding-left: 0;
  }

  .sub-menu li a {
    font-size: 1.5rem;
  }

  .link-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .sub-drop-wrap .link-flex li {
    width: 50%;
  }

  .sub-menu-force li {
    margin-bottom: 14px;
  }

  .sub-menu-blockchain {
    padding: 22px;
    background-color: #fff;
  }

  .sub-menu-bi {
    padding: 22px;
    background-color: #fff;
  }

  .sub-menu-blockchain li {
    margin-bottom: 14px;
  }

  .sub-menu-bi li {
    margin-bottom: 14px;
  }
  /* Country flag styling */
  .main-menu .country-flag {
    padding-right: 0;
    margin: 0;
  }
  /* Country flag close */
}

@media all and (min-width: 1200px) {
  .brand-logo.hide-show {
    display: flex;
    padding: 0;
    margin-left: -30px;
  }

  .brand-logo::after,
  .header-text {
    display: none;
  }

  .navigation {
    width: 72%;
  }

  .main-menu li {
    padding-right: 29px;
  }

  .sub-dropdown li {
    padding-right: 0;
  }

  .expertise-link {
    left: -90px;
  }
}

@media all and (min-width: 1230px) {
  .main-menu li {
    padding-right: 42px;
  }

  .sub-dropdown li {
    padding-right: 0;
  }
}

@media all and (min-width: 1280px) {
  .header-text {
    display: block;
  }

  .header {
    padding: 24px 0;
  }

  .header.stickey-header {
    padding: 18px 0;
  }

  .navigation {
    width: 66%;
    padding: 0;
    margin: 4px;
    margin-right: 0;
  }

  .sub-menu-wrap {
    padding: 42px 0 20px 0;
  }

  .expertise-link {
    left: 0;
  }

  .technologies-link {
    left: -297px;
  }

  .offshore-link {
    left: -439px;
  }

  .stickey-header .sub-menu-wrap {
    padding: 35px 0 20px 0;
  }

  /* .main-menu li {
		padding-right: 45px
	} */

  .main-menu li a {
    font-size: 1.4rem;
    line-height: 1;
  }

  .tech-link {
    font-size: 1.4rem !important;
  }

  .sub-dropdown li {
    padding-right: 0;
  }
}

@media all and (min-width: 1366px) {
  /* .main-menu li {
		padding-right: 53px
	} */

  .sub-dropdown li {
    padding-right: 0;
  }

  .technologies-link {
    left: -305px;
  }

  .offshore-link {
    left: -455px;
  }
}

@media all and (min-width: 1400px) {
  /* .main-menu li {
		padding-right: 56px
	} */

  .sub-dropdown li {
    padding-right: 0;
  }
}

@media all and (min-width: 1440px) {
  .main-logo {
    width: 135px;
  }

  .header {
    padding: 28px 0;
  }

  .navigation {
    width: 62%;
  }

  .main-menu li {
    padding-right: 38px;
  }

  .sub-dropdown li {
    padding-right: 0;
  }

  .main-menu li a {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .tech-link {
    font-size: 1.6rem !important;
  }

  .sub-dropdown {
    padding: 40px;
  }

  .heading-link {
    padding: 15px;
    margin-bottom: 18px;
  }

  .technologies-link {
    left: -301px;
  }

  .offshore-link {
    left: -447px;
  }
}

@media all and (min-width: 1600px) {
  .navigation {
    width: 66%;
  }

  /* .main-menu li {
		padding-right: 58px
	} */

  .sub-dropdown li {
    padding-right: 0;
  }

  .services-link,
  .technologies-link {
    left: 0;
  }

  .offshore-link {
    left: auto;
    right: 51px;
  }
}
