body {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  cursor: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid white;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 99999999;
  mix-blend-mode: difference;
}
.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: white;
  opacity: .4;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 99999999;
  mix-blend-mode: difference;
}
.hover {
  background-color: #ef741a;
  mix-blend-mode: normal;
  opacity: 0.5;
}
.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}
.mainwrapper {
  margin: 0px 0px;
  padding: 0px 0px;
}
.maincontarea {
  margin-top: 82px;
}
.right-mob-left {
  text-align: right;
}
.right-mob-center {
  text-align: right;
}
.left-mob-center {
  text-align: left;
}
.left-mob-right {
  text-align: left;
}
.center-mob-left {
  text-align: center;
}
.center-mob-right {
  text-align: center;
}
.right-mobtab-left {
  text-align: right;
}
.nopaddingarea {
  padding: 0px 15px;
}
.nopadding {
  padding: 0px;
}
.nopaddingarea1 {
  padding: 0px 14px;
}
.nopadding1 {
  padding: 1px;
}
.nopaddingarea2 {
  padding: 0px 13px;
}
.nopadding2 {
  padding: 2px;
}
.padding5pxarea {
  padding: 0px 10px;
}
.padding5px {
  padding: 0px 5px;
}
.topmargin5 {
  margin-top: 5px;
}
.topmargin10 {
  margin-top: 10px;
}
.topmargin15 {
  margin-top: 15px;
}
.topmargin20 {
  margin-top: 20px;
}
.topmargin30 {
  margin-top: 30px;
}
.topmargin40 {
  margin-top: 40px;
}
.topmargin50 {
  margin-top: 50px;
}
.topmargin60 {
  margin-top: 60px;
}
.rowmargindesk10 {
  margin-top: 10px;
}
.rowmargindesk20 {
  margin-top: 20px;
}
.rowmargindesk30 {
  margin-top: 30px;
}
.rowmargindesk50 {
  margin-top: 50px;
}
.menu {}
.topband {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0px 7px 0px;
  z-index: 1000;
  margin: 0px !important;
  transition: all 0.2s ease-in-out;
}
.topband.active {
  background: #fff;
  padding: 15px 0px 7px 0px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.topband .logo {
  background: url("../../img/logo2.png") no-repeat left top;
  height: 40px;
  position: relative;
  transition: 0.4s;
}
.topband:hover .logo {
  background: url("../../img/logo.png") no-repeat left top;
  height: 40px;
  position: relative;
}
.we .topband .logo {
  background: url("../../img/logo.png") no-repeat left top;
  height: 40px;
  position: relative;
}
.topband.active .logo {
  background: url("../../img/logo.png") no-repeat left top;
  height: 40px;
}
.topband.active .nav-menu > li > a {
  color: #000;
}
.topband.active .nav-dropdown > .nav-submenu-open > a, .topband.active .nav-dropdown > li > ul > li:hover > a, .topband.active .nav-menu > .nav-submenu-open > a, .topband.active .nav-menu > li > ul > li.active > a, .topband.active .nav-menu > li > ul > li:hover > a {
  color: #fff;
}
.topband.active .submenu-indicator-chevron {
  border-color: transparent #000 #000 transparent;
}
.topband.active .currencydropdown {
  background: url("../../img/currencyselectarrowblack.png") no-repeat right center;
  color: #09222d;
}
.topband.active .carticon a {
  color: #09222d;
}
.innertopshade {
  width: 100%;
  height: 100px;
  background: rgb(0, 0, 0);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  z-index: 99;
}
.orangetxt {
  color: #ef7f1a !important;
}
.portfheading {}
.portfheading h2 {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
}
.portfheading a {
  color: #ef7f1a;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s;
}
.portfheading a:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.whitecontarea {
  width: 100%;
  padding: 60px 0px;
  position: relative;
  /* z-index: 10; */
}
.sideheading {
  color: #565656;
}
.sideheading h2 {
  font-size: 38px;
  color: #000;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.sideheading h4 {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.sideheading h6 {
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  font-weight: 400;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.sideheading h6 ul {
  padding: 0px;
  margin: 0px 0px 0px 18px;
}
.sideheading h6 li {
  font-size: 14px;
  line-height: 16px;
  color: #222222;
  font-weight: 400;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}
.whypointerbox {
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 20px;
  height: 280px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 30px;
}
.whypointerbox h3 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
.whypointerbox ul {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
.whypointerbox li {
  padding: 0px 0px 2px 0px;
  margin: 0px;
  list-style: none;
}
.whypointerimg {
  margin-bottom: 10px;
  text-align: right;
}
.whypointerbox:hover {
  transform: scale(1.1);
}
.makeithappenbox {
  /*background: rgb(85,86,85);
background: radial-gradient(circle, rgba(85,86,85,1) 0%, rgba(43,45,44,1) 100%); */
  background: linear-gradient(-45deg, #ef7f1a, #2b2d2c, #5b5b5b);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border-radius: 16px;
  padding: 16px 25px;
  height: 280px;
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 30px;
  display: table;
  overflow: hidden;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.makeithappenboxin {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
}
.makeithappenbox h3, .we .makeithappenbox h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
.amaavigodiff {
  background: rgb(77, 77, 77);
  background: radial-gradient(circle, rgba(77, 77, 77, 1) 0%, rgba(30, 30, 30, 1) 100%);
  border-radius: 20px;
  padding: 45px;
  min-height: 500px;
  color: #fff;
  font-size: 13px;
}
.amaavigodiff h3 {
  color: #fff;
  font-size: 32px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.amaavigodiff h4 {
  color: #ef7f1a;
  font-size: 25px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.diff_container {
  width: 91.5%;
  margin: 0px auto;
  border: 0px solid #000;
  margin-top: -280px;
}
.diff_cont {
  border-top: 1px solid #a8a8a8;
  padding-top: 30px;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin-bottom: 35px;
  min-height: 130px;
}
.diff_cont h3 {
  font-size: 23px;
  font-weight: 500;
  padding: 0px 0px 16px 0px;
  margin: 0px;
  color: #fff;
  line-height: 18px;
  letter-spacing: 0px;
}
.diff_contimg {
  height: 210px;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.diff_contimg img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos {
  overflow: hidden;
  padding: 20px 0px;
  white-space: nowrap;
  position: relative;
}
.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 200px;
  height: 100%;
  z-index: 2;
}
.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.logo_items {
  display: inline-block;
  animation: 15s slides infinite linear;
}
.logos:hover .logo_items {
  animation-play-state: paused;
}
.logo_items img {
  height: 80px;
  margin: 0px 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer {
  background-color: #2b2d2c;
  padding: 40px 0px;
  font-size: 13px;
  z-index: 10;
  position: relative;
}
.footer hr {
  border-color: #474747;
  padding: 10px 0px;
  margin: 30px 0px 10px 0px;
}
.letscreate {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.letscreate h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
}
.letscreate span {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
.letscreatecont {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.consultbtn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: 0.4s;
}
.consultbtn:hover {
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}
.consultbtn a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}
.footerlink {
  margin-top: 10px;
}
.footerlink a {
  color: #fff;
  text-decoration: none;
  padding: 0px 0px 0px 35px;
  transition: 0.4s;
}
.footerlink a:hover {
  color: #ef7f1a;
  text-decoration: none;
}
.copyright {
  font-size: 13px;
  color: rgba(100, 100, 100, 1.00);
}
.footertagline {
  font-size: 70px;
  color: #fff;
  font-weight: 100;
  line-height: 70px;
  text-align: center;
}
/* We Start */
.we .topband {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.we .topband .nav-menu > li > a {
  color: #000;
}
.we .nav-menu > li:last-child > a {
  border: 1px solid #000;
}
.we-banner {
  background: #eef0f0;
}
.digital-banner {
  background: #090909;
}
.career-banner {
  background: #090909;
	padding: 60px 0px 0px 0px;
	margin-top: 70px;
}
.we-menu {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  width: 50%;
  border-radius: 50px;
}
.we-menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.we-menu li {
  list-style: none;
  padding: 0 15px;
}
.we-menu li a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}
.we-menu a.active {
  color: #ef741a;
}
.we-menu.active {
  position: fixed;
  top: 80px;
  background: #fff;
  z-index: 9;
  left: 0;
  right: 0;
  box-shadow: 0 10px 18px 4px #33333340;
  animation: slide-down 0.7s;
  padding: 10px 0;
  transition: 1s;
}
/* width */
.tab-scrool::-webkit-scrollbar {
  width: 0;
  display: none;
}
/* Track */
.tab-scrool::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #ef7f1a;
  border-radius: 0;
  display: none;
}
/* Handle */
.tab-scrool::-webkit-scrollbar-thumb {
  background: #cabaac;
  border-radius: 0px;
  display: none;
}
/* width */ ::-webkit-scrollbar {
  width: 7px;
}
/* Track */ ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #ef7f1a;
  border-radius: 0;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: #ef7f1a;
  border-radius: 0px;
}
.we-banner-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* max-width: 70%; */
  max-width: 440px;
  margin: 0 auto;
  transform: translateY(70%);
}
.we h3 {
  font-family: "Lexend", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 200;
}
.we-banner-text h3 span {
  color: #ef741a;
}
.we-banner-text p {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 200;
}
.we-banner-text2 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.we2 h3 {
  font-family: "Lexend", sans-serif;
  font-size: 40px;
line-height: 42px !important;
  font-weight: 200;
	
}
.we-banner-text2 h3 span {
  color: #ef741a;
	font-size: 40px;
	line-height: 42px;
}
.we-banner-text2 p {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 200;
	color: #fff;
}
.we-banner-img img {
  width: 100%;
  object-fit: cover;
}
.our-logo h3 {
  margin-bottom: 40px;
}
.our-logo h3 span {
  vertical-align: text-bottom;
}
.our-logo h3 span img {
  width: 65px;
}
.our-logo p {
  font-size: 15px;
}
.margingbottom70 {
  margin-bottom: 70px;
}
.paddingtop40 {
  padding-top: 40px;
}
.our-logo h4 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.our-logo .col-sm-11 p {
  font-size: 15px;
}
.logo-amaavigo {
  margin: 15px 0;
}
.logo-amaavigo h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.logo-amaavigo img {
  margin-bottom: 30px;
}
.logo-amaavigo p {
  padding-right: 75px;
}
.logo-amaavigo .col-sm-4 span {
  color: #ef741a;
  font-weight: 500;
}
.tagline {
  background: rgb(77, 77, 77);
  background: radial-gradient(circle, rgba(77, 77, 77, 1) 0%, rgba(30, 30, 30, 1) 100%);
  border-radius: 20px;
  padding: 80px 50px;
  margin: 0 15px;
  display: inline-block;
  position: relative;
}
.tagline h4, .we .sideheading h6 {
  color: #ef741a;
  text-align: left;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 300;
}
.we .sideheading h6 {
  font-weight: 300;
  line-height: 30px;
}
.tagline p strong {
  font-weight: 400;
}
.tagline p {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.6;
  margin-bottom: 15px;
}
.tagline p:last-child {
  margin-bottom: 0;
}
.tagline-img {
  position: absolute;
  top: -110px;
  animation: move 5s ease infinite;
}
@keyframes move {
  50% {
    transform: translate(-5%, 5%) rotate(10deg);
  }
}
.make-it {
  background: #eef0f0;
  border-radius: 10px;
  padding: 30px 15px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.make-it h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 25px;
  text-align: left;
  margin-bottom: 10px;
}
.make-it p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
}
.make-it .col-sm-3, .make-it .col-sm-3 h4 {
  text-align: right;
  position: relative;
}
.make-it .col-sm-3:before {
  content: "";
  width: 1px;
  height: 100px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateY(-15px);
}
.make-it .consultbtn {
  color: #000;
  border: 1px solid #000;
  display: inline-block;
}
.make-it .consultbtn:hover {
  color: #fff !important;
  border: 1px solid #060606;
  background-color: #060606;
}
.we .sideheading h3 {
  color: #000;
  margin-bottom: 25px;
}
.we .sideheading h3 span {
  color: #ef741a;
  vertical-align: unset;
}
.we .sideheading h4 {
  text-align: left;
}
.we .whypointerbox h3 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
/* horizontal scroll */
.horizontal-scoll-wrapper {
  overflow: hidden;
  height: 455px;
}
.horizontal {
  display: flex;
  height: 100%;
}
.horizontal .card {
  width: 560px;
  transform: translateY(20%);
  border: 1px #d6d6d6 solid;
  padding: 40px;
  margin: -15px 10px;
  height: 360px;
  border-radius: 20px;
}
.horizontal .card p {
  font-size: 15px;
  font-weight: 300;
}
.card.make-it-happen {
  background: rgb(77, 77, 77);
  background: radial-gradient(circle, rgba(77, 77, 77, 1) 0%, rgba(30, 30, 30, 1) 100%);
}
.make-it-happen h2, .make-it-happen p {
  color: #fff !important;
  font-size: 26px;
  font-weight: 200;
  line-height: 32px;
}
.make-it-happen p {
  font-size: 15px;
  line-height: 21px;
  margin-top: 15px;
}
.card h2 {
  margin: 0;
  color: #ef7f1a;
  font-weight: 300;
}
.card h5 {
  font-size: 16px;
  font-weight: 600;
}
.we .whitecontarea {
  padding: 0;
}
.make-it-happen .makeithappenboxin {
  display: inline-block;
  flex-direction: column;
  text-align: right;
  transform: translateY(5px);
}
.make-it-happen .makeithappenboxin h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.make-it-happen a.consultbtn {
  display: inline-block;
}
/* We End */
.projects {
  background: rgb(85, 86, 85);
  background: radial-gradient(circle, rgba(85, 86, 85, 1) 0%, rgba(43, 45, 44, 1) 100%);
}
.swiper {
  width: 75%;
  height: 75%;
  position: absolute;
  left: 12.5%;
  padding: 0 0px 0 50px;
  /* overflow: visible; */
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  background: transparent;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-left: 85px;
  background: transparent;
}
.tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-menu ul li a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.44px;
  padding: 0px 15px 15px 0;
  display: block;
  text-decoration: none;
  -webkit-transition: background-position .4s ease, color .4s ease;
  transition: background-position .4s ease, color .4s ease;
  text-transform: none;
  background-image: url(../../img/arrow.png);
  background-position: -15px 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}
.tab-menu ul li a span {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(1px, 8px, 0);
  transform: translate3d(1px, 8px, 0);
}
.tab-menu ul li a:hover {
  color: #fff;
  background-position: 0 50%;
}
.tab-menu ul li a.active {
  color: #ef7f1a;
}
.tab-menu ul li a, .tab-menu ul li a span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tab-menu ul li a:hover span {
  -webkit-transform: translate3d(25px, 8px, 0);
  transform: translate3d(25px, 8px, 0);
}
.tab-box {
  display: none;
  height: 550px;
}
.tab-teaser {
  width: 100%;
  display: flex;
  padding: 80px 0;
}
.side-bar {
  background-color: #000;
  /*height: -webkit-calc(100vh - 170px);
  height: calc(100vh - 170px);
  width: calc(45vh - 0px);*/
  -webkit-box-shadow: 0 0px 36px 0 rgba(0, 0, 0, .61);
  box-shadow: 0 0px 36px 0 rgba(0, 0, 0, .61);
  padding: 50px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.banner-caption {
  position: absolute;
  left: -30px;
  text-align: left;
}
.banner-caption h6 a {
  font-size: 20px;
  color: #ef7f1a;
}
.banner-caption h4 {
  font-size: 65px;
  font-weight: 600;
  letter-spacing: -.03em;
  color: #fff;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.banner-caption .title-btn {
  -webkit-transition: color .4s ease, background-color .4s ease;
  transition: color .4s ease, background-color .4s ease;
  -webkit-box-shadow: 0 29px 55px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 29px 55px 0 rgba(0, 0, 0, .3);
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #94e9e5;
  background-color: #002262;
  padding: 22px 5px;
  min-width: 240px;
  margin: 0;
  margin-top: 10px;
  outline: none;
}
.banner-caption .title-btn:hover {
  background-color: #a2fffb;
  color: #000;
}
.swiper-slide-next .banner-caption h4 {
  position: relative;
  transform: translateY(80px);
  opacity: 0;
  transition: 2s all ease;
}
.swiper-slide-prev .banner-caption h4 {
  position: relative;
  transform: translateY(-80px);
  opacity: 0;
  transition: 2s all ease;
}
.swiper-slide-active .banner-caption h4 {
  transform: translateY(0);
  opacity: 1;
}
.swiper-slide-next .banner-caption h6 {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 2s all ease;
}
.swiper-slide-prev .banner-caption h6 {
  position: relative;
  transform: translateY(-50px);
  opacity: 0;
  transition: 2s all ease;
}
.swiper-slide-active .banner-caption h6 {
  transform: translateY(0);
  opacity: 1;
}
.innercontarea {
  margin-top: 70px;
}
.innerwhitecontarea {
  width: 100%;
  padding: 60px 0px;
  position: relative;
}
.innerwgreycontarea {
  background-color: #f6f6f7;
  width: 100%;
  padding: 60px 0px;
  position: relative;
}
.headcont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
}
.headcont2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
	width: 75%;
}
.headcont2 h5{
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
	padding: 0px;
	margin: 0px;
	color: #ef741a;
}
.heading h3 {
  font-family: "Lexend", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 200;
}
.heading h3 span {
  color: #ef741a;
}
.heading h4 {
  color: #ef741a;
  font-family: "Lexend", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 200;
}
.heading h5 {
  font-family: "Lexend", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 200;
}
.heading p {
  font-size: 15px;
  font-weight: 300;
}
.contwhite {
  font-size: 15px;
  font-weight: 300;
	color: #fff;
}
.headingimg img {
  width: 100%;
  object-fit: cover;
}
.contslidebg {
  background: rgb(46, 50, 51);
  background: -webkit-linear-gradient(bottom left, rgba(46, 50, 51, 1) 0%, rgba(24, 25, 26, 1) 100%);
  background: -o-linear-gradient(bottom left, rgba(46, 50, 51, 1) 0%, rgba(24, 25, 26, 1) 100%);
  background: linear-gradient(to top right, rgba(46, 50, 51, 1) 0%, rgba(24, 25, 26, 1) 100%);
  padding: 40px;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 200;
  min-height: 440px;
}
.contslideht {
  min-height: 300px;
}
.contbullet {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 200;
}
.contbullet ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
.contbullet li {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 200;
  padding-bottom: 6px;
}
.whychoosebox {
  background-color: #fff;
  border: 1px solid #ef741a;
  border-radius: 16px;
  padding: 18px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
  height: 240px;
}
.whychoosebox h3 {
  color: #ef741a;
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 0px 0px;
}
.whychoosebox2 {
  background-color: #fff;
  border: 1px solid #ef741a;
  border-radius: 16px;
  padding: 18px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
  height: 100px;
}
.whychoosebox2 h3 {
  color: #ef741a;
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 0px 0px;
}
.webcont {
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
.webcont h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 42px;
  color: #000;
}
.webcont h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 21px;
  color: #ef741a;
}
.webcontbg {
  background-color: #f4f4f4;
  border-radius: 16px;
}
.webcont ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.webcont li {
  list-style: none;
}
.webcont li::before {
  content: '\2713';
  font-weight: 700;
  color: #ef741a;
  font-size: 17px;
  padding-right: 10px;
}
.webcontbgtxt {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  padding: 30px 30px 30px 10px;
}
.webcontbgtxt h4 {
  font-size: 20px;
  line-height: 21px;
  color: #ef741a;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
}
.webcontimg {
  position: relative;
  overflow: hidden;
  height: 285px;
  border-radius: 16px 0px 0px 16px;
}
.webcontimg img {
  width: 100%;
  object-fit: cover;
  height: 285px;
  border-radius: 16px 0px 0px 16px;
}
.steps {
  color: #000;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  width: 90%;
}
.steps span {
  color: #ef741a;
  font-size: 16px;
  font-weight: 400;
}
.deskhide {
  display: none;
}
.mobhide {
  display: block;
}
.modal-title{
	font-size: 30px;
    font-weight: 300;
    letter-spacing: normal;
}
.submit_btn1{
	background-color: #000;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    font-size: 15px;
}
.heading2 h3 {
    font-family: "Lexend", sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: 200;
	padding: 0px;
	margin: 0px;
}
.heading2 h3 span {
    color: #ef741a;
}
.careertxt{
	font-size: 20px;
	color: #787878;
	font-weight: 300;
}
.joblist{
	margin-top: 40px;
}

.joblist li{
	list-style: none;
	border-top: 1px solid #d0d0d0;
	border-bottom: 0px solid #d0d0d0;
}
.joblist li:last-child{
	list-style: none;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
.joblist li a{
	display: block;
	background-color: #fff;
	padding: 30px 6px;
	transition: 0.5s;
	color: #000;
}
.joblist li a:hover{
	display: block;
	background-color: antiquewhite;
}
.joblist li a h5{
	font-size: 20px;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
}
.apply{
	color: #ef741a
}



/****************************************************************************************************
Media Query css start here
****************************************************************************************************/
@media screen and (min-width : 1920px) {}
@media screen and (max-width : 1080px) {}
@media screen and (max-width : 1024px) {
  .we-menu {
    width: 70%;
  }
  .we-menu li {
    padding: 0 10px;
  }
  .we .sideheading h6, .we .sideheading h4 {
    font-size: 22px;
  }
  .logo-amaavigo img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width : 992px) {
  .rowmargintabmob30 {
    margin-top: 30px;
  }
  .rowmargintabmob20 {
    margin-top: 20px;
  }
  .rowmargintabmob10 {
    margin-top: 10px;
  }
  .we-menu {
    width: 95%;
  }
  .we-banner-img img {
    object-fit: cover;
  }
  .logo-amaavigo p {
    padding-right: 0;
  }
  .make-it h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .make-it p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .tab-teaser {
    display: inline-block;
  }
  .side-bar {
    height: auto;
    width: 100%;
    padding: 10px;
    top: 95px;
  }
  .tab-menu ul {
    display: flex;
  }
  .tab-menu ul li a {
    font-size: 14px;
  }
  .swiper {
    width: 100%;
    padding: 0 40px;
    top: 150px;
  }
  .swiper {
    left: 0%;
  }
}
@media screen and (max-width : 767px) {
  .rowmargin40 {
    margin-top: 40px;
  }
  .rowmargin30 {
    margin-top: 30px;
  }
  .rowmargin20 {
    margin-top: 20px;
  }
  .rowmargin10 {
    margin-top: 10px;
  }
  .rowmargin5 {
    margin-top: 5px;
  }
  .rowmargindesk10 {
    margin-top: 0px;
  }
  .rowmargindesk20 {
    margin-top: 0px;
  }
  .rowmargindesk30 {
    margin-top: 0px;
  }
  .rowmargindesk50 {
    margin-top: 0px;
  }
  .right-mob-left {
    text-align: left;
  }
  .right-mob-center {
    text-align: center;
  }
  .left-mob-center {
    text-align: center;
  }
  .left-mob-right {
    text-align: right;
  }
  .center-mob-left {
    text-align: left;
  }
  .center-mob-right {
    text-align: right;
  }
  .portfheading h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
  }
  .sideheading h2 {
    font-size: 32px;
  }
  .sideheading h4 {
    font-size: 20px;
  }
  .amaavigodiff {
    padding: 35px;
    min-height: auto;
  }
  .amaavigodiff h3 {
    font-size: 32px;
  }
  .amaavigodiff h4 {
    font-size: 20px;
  }
  .diff_container {
    width: 100%;
    margin: 0px auto;
    border: 0px solid #000;
    margin-top: 40px;
  }
  .diff_cont {
    border-top: 1px solid #a8a8a8;
    color: #000;
  }
  .diff_cont h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding: 0px 0px 10px 0px;
  }
  .logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 80px;
    height: 100%;
    z-index: 2;
  }
  .footerlink a {
    color: #fff;
    text-decoration: none;
    padding: 0px 17px 0px 17px;
    transition: 0.4s;
  }
  .footertagline {
    font-size: 30px;
    line-height: 30px;
  }
  .we h3 {
    font-size: 40px;
  }
  .we-banner-text {
    max-width: 440px;
    transform: translateY(0);
    padding: 0 15px 15px 15px;
  }
  .we-banner-img img {
    object-fit: unset;
    height: 100%;
  }
  .mobile-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
  .we-banner .row {
    margin: 0 !important;
  }
  .margingbottom70 {
    margin-bottom: 40px;
  }
  .our-logo h3 span img {
    width: 50px;
  }
  .logo-amaavigo .col-sm-4 {
    margin-bottom: 25px;
  }
  .tagline-img {
    transform: translateY(-10%);
    position: static;
  }
  .mbt-50 {
    margin-top: -50px;
  }
  .tagline {
    padding: 50px 15px;
  }
  .make-it {
    display: block;
  }
  .make-it .col-sm-3:before {
    display: none;
  }
  .make-it .col-sm-3 {
    margin-top: 35px;
  }
  .make-it .col-sm-3:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    bottom: 0;
    transform: translateY(-17px);
  }
  .make-it {
    padding: 30px 0;
  }
  .padding-0 {
    padding: 0 !important;
  }
  .tab-scrool {
    overflow: overlay;
  }
  .we-menu ul {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
  }
  .swiper {
    width: 100%;
    padding: 0 40px;
    top: 150px;
  }
  .banner-caption h6 a {
    font-size: 14px;
    color: #ef7f1a;
  }
  .banner-caption h4 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.03em;
    color: #fff;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-left: 45px;
    background: transparent;
  }
  .tab-menu ul {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tab-menu ul li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.44px;
    padding: 0px 15px 15px 0;
    display: block;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    text-transform: none;
    background-image: none;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .tab-menu ul li a span {
    -webkit-transition: none;
    transition: none;
    transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .tab-menu ul li a:hover {
    color: #fff;
    background-position: 0 0%;
  }
  .tab-menu ul li a.active {
    color: #ef7f1a;
  }
  .tab-menu ul li a, .tab-menu ul li a span {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .tab-menu ul li a:hover span {
    -webkit-transform: none;
    transform: none;
  }
  .tab-box {
    height: 350px;
  }
  .we-banner-text p {
    font-size: 17px;
  }
  .our-logo h4 {
    font-size: 17px;
    line-height: 22px;
  }
  .tagline h4, .we .sideheading h6 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .we .sideheading h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .whypointerbox {
    height: 180px;
  }
  .whypointerimg {
    float: right;
  }
  .makeithappenbox {
    height: 180px;
  }
  .heading h4 {
    font-size: 22px;
    min-height: 60px;
  }
  .contbullet li {
    font-size: 15px;
  }
  .whychoosebox {
    height: auto;
  }
  .whychoosebox h3 {
    font-size: 20px;
  }
  .make-it {
    width: 100%;
  }
  .webcontbg {
    margin-bottom: 30px;
  }
  .webcontimg {
    height: 200px;
    border-radius: 16px 16px 0px 0px;
  }
  .webcontimg img {
    height: 200px;
    border-radius: 16px 16px 0px 0px;
  }
  .webcontbgtxt {
    padding: 30px 30px 30px 30px;
  }
  .webcont h3 {
    font-size: 25px;
  }
  .webcont h2 {
    font-size: 30px;
    line-height: 33px;
  }
  .deskhide {
    display: block;
  }
  .mobhide {
    display: none;
  }
	.modal-title{
	font-size: 20px;
}
}
@media screen and (max-width : 480px) {
	.we .topband .nav-menu > li > a {
  color: #fff;
}
.we .nav-menu > li:last-child > a {
  border: 0px solid #000;
}
	
  .contslidebg {
    min-height: 600px;
  }
  .contslideht {
    min-height: 500px;
  }
  .bx-wrapper .bx-controls-direction a {
    margin-bottom: 38px !important;
  }
  .whychoosebox2 {
    padding: 5px 18px;
    height: auto;
}
.whychoosebox2 h3 {
        font-size: 23px !important;
        line-height: 25px !important;
    }
  .we h3 {
        font-size: 30px;
        line-height: 33px;
        font-weight: 500;
    }
    .headcont2 {
    width: 100%;
    height: 100%;
}
.contslidebg {
    padding: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    min-height: 300px;
}
    
}
@media screen and (max-width : 375px) {}
@media screen and (max-width : 320px) {}