@font-face {
  src: url(../font/GothamBook.ttf);
  font-family: gbook;
}

@font-face {
  src: url(../font/Gotham-Thin.otf);
  font-family: gt;
}

@font-face {
  src: url(../font/GothamLight.ttf);
  font-family: gl;
}

@font-face {
  src: url(../font/GothamMedium.ttf);
  font-family: gm;
}

@font-face {
  src: url(../font/GothamBold.ttf);
  font-family: gb;
}

@font-face {
  src: url(../font/segoeui.ttf);
  font-family: s;
}

@font-face {
  src: url(../font/seguisb.ttf);
  font-family: sb;
}

@font-face {
  src: url(../ar/font/Cairo-Regular.ttf);
  font-family: cr;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  list-style: none;
  vertical-align: baseline;
  line-height: 1.5;
}

body {
  font-size: 14px;
  overflow-x: hidden;
  height: auto;
  font-family: s;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
}

p,
span,
ul li,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

p, i, span {
  font-family: s;
}

p {
  line-height: 25px;
}

.section-default {
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.r-border {
  border: 1px solid red;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h1 {
  font-family: gbook;
}

.section-title-inner {
  margin-bottom: 60px;
}

.section-title-inner h1 {
  font-family: gbook;
}

.section-tag p {
  font-family: gl !important;
  color: #084c61;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: relative;
  width: 100% !important;
  text-transform: uppercase;
}

.section-tag p::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  height: .5px;
  width: 30px;
  background: #084c61;
}

.navbar {
  background: #ffffff !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid rgba(8, 147, 154, 0.1);
}

.navbar-nav li a {
  padding: 5px 20px !important;
  color: #08939a !important;
}

.navbar-nav .active a {
  background: #084c61;
  color: #ffffff !important;
  border-radius: 17px;
}

.navbar-nav .dropdown-menu a {
  background: none;
  color: #08939a !important;
  border-radius: 0 !important;
}

.navbar-nav .dropdown-menu a:hover {
  background: #08939A;
  color: #ffffff !important;
}
.lang-switcher{
  padding: 0px 10px;
  line-height: 1px;
}
.lang-switcher a {
  color: #084c61;
  font-family: cr;
}

@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 20px;
  }
  .navbar-nav li {
    text-align: left;
    margin-bottom: 10px;
  }
  .navbar-nav li a {
    display: inline-block;
  }
  .navbar-nav li .dropdown-menu {
    border: none;
    padding-left: 40px;
  }
  .navbar-nav li .dropdown-menu a {
    margin-bottom: 10px;
  }
  .navbar button {
    background: none;
    outline: none;
    border: none;
  }
  .navbar button svg {
    color: #08939A;
    height: 25px;
    width: 25px;
  }
}

.hero {
  min-height: 100vh;
  background: url(../img/bg/herobg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero .pre-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.hero .pre-loading svg {
  -webkit-transform: scale(200);
          transform: scale(200);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.hero .pre-loading .pre-loading__loading {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.hero .pre-loading .pre-loading__loading svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hero .pre-loading.loaded {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
}

.hero .pre-loading.loaded svg {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: .6;
}

.hero .pre-loading.loaded .pre-loading__loading {
  opacity: 0;
  display: none;
}

.hero__wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  opacity: 0;
}

.hero__wrapper .row {
  width: 100%;
  margin-bottom: 80px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}

.hero__wrapper .carousel {
  width: 100%;
  margin-bottom: 50px;
}

.hero__wrapper .carousel .carousel-inner {
  width: 100%;
}

.hero__wrapper .carousel .carousel-inner .carousel-item {
  width: 100%;
}

.hero__wrapper .carousel .carousel-inner .carousel-item h3 {
  color: #08939a;
  font-family: gl;
  font-size: 2rem;
}

.hero__wrapper .carousel .carousel-inner .carousel-item h1 {
  font-family: gl;
  color: #08939a;
  font-size: 4rem;
}

.hero__wrapper p {
  font-size: 1.2rem;
  color: #08939a;
  position: relative;
  margin-bottom: 20px;
  font-family: s;
  font-weight: 300;
  width: 50%;
  line-height: 25px;
}

.hero__wrapper p::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  height: 1px;
  width: 50px;
  background: #08939a;
}

.hero__wrapper button {
  border: 0.8px solid #08939a;
  border-radius: 4px;
  color: #08939a;
  padding: 8px 20px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.hero__wrapper button:hover {
  background: #08939A;
  color: #ffffff;
}

.hero--vector-art {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hero--vector-art svg {
  height: 85vh;
}

.hero .down-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  opacity: .5;
  -webkit-animation: arrow 1500ms linear infinite both;
          animation: arrow 1500ms linear infinite both;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .hero--vector-art {
    opacity: .5;
  }
}

@media (max-width: 768px) {
  .hero__wrapper {
    opacity: 1 !important;
  }
  .hero__wrapper .row {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .hero--vector-art {
    right: -50px;
    opacity: .3 !important;
  }
  .hero--vector-art svg {
    height: 60vh;
  }
  .heroLeft {
    opacity: 1 !important;
  }
  .heroRight {
    opacity: .3 !important;
  }
}

@media (max-width: 500px) {
  .hero__wrapper .row {
    top: 20% !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .hero__wrapper .carousel .carousel-inner .carousel-item h3 {
    font-size: 1.5rem;
  }
  .hero__wrapper .carousel .carousel-inner .carousel-item h1 {
    font-family: gl;
    font-size: 2.5rem;
  }
}

.section-tag.welcome-tag {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  width: 170px;
  z-index: 1;
}

.section-tag.welcome-tag p {
  margin-left: -50px;
  margin-top: 50px;
}

.welcome {
  padding-bottom: 30px;
  height: auto;
  margin-top: -50px;
}

.welcome__art {
  margin-top: -160px;
  margin-left: -180px;
  z-index: -1;
  opacity: 0;
}

.welcome__art svg {
  height: 500px;
}

.welcome__text {
  opacity: 0;
}

.welcome__text h1 {
  font-family: gbook;
  margin: 24px 0;
}

.welcome__text p {
  margin-bottom: 20px;
  width: 90%;
  line-height: 25px;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .section-tag {
    left: -50px;
  }
  /* .welcome .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  } */
  .welcome__art {
    margin-left: 0;
  }
  .welcome__art svg {
    height: 400px;
  }
}

@media (max-width: 620px) {
  .container {
    width: 80%;
    margin-right: auto;
  }
  .navbar .container {
    width: 100%;
  }
  .hero .container {
    width: 100%;
  }
  .work .container {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .welcome .section-tag {
    left: -60px;
  }
  .welcome__art {
    margin-left: 0;
  }
  .welcome__art svg {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .welcome__art {
    margin-left: 0;
    margin-top: -100px;
  }
  .welcome__art svg {
    height: 300px;
  }
}

@media (max-width: 420px) {
  .welcome-tag p, .service-tag p, .latest-projects-tag p, .partners-tag p, .contact-tag p {
    margin-left: -60px !important;
  }
}

.link-wrap a {
  color: #08939a;
  position: absolute;
  z-index: 3;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.link-wrap a svg {
  height: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.link-wrap a:hover {
  color: #084c61;
}

.link-wrap a:hover svg {
  opacity: 1;
  margin-left: 5px;
}

.section-tag.service-tag {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 170px;
  z-index: 3;
}

.section-tag.service-tag p {
  margin-left: -50px;
  margin-top: 30px;
}

.our-services {
  background: #ffffff;
  height: auto;
  z-index: 2;
  padding-bottom: 140px;
  margin-top: -50px;
}

.our-services .section-title {
  padding-top: 20px;
}

.our-services__bg {
  position: absolute;
  top: -50px;
  right: -280px;
}

.our-services__bg-2 {
  position: absolute;
  bottom: 0;
  left: -350px;
  z-index: -1;
}

.our-services__wrapper {
  width: 80%;
  margin: 0 auto;
}

.our-services__wrapper .row.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.our-services__wrapper .row.display-flex > [class*="col-"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.our-services__wrapper .our-services__card {
  padding-bottom: 70px;
  height: 100%;
}

.our-services__title svg {
  height: 50px;
}

.our-services__title h3 {
  font-family: gbook;
  font-size: 1.6rem;
  margin: 20px 0 10px 0;
}

.our-services p {
  margin-bottom: 15px;
  width: 85%;
}

.our-services .our-services__1, .our-services .our-services__2, .our-services .our-services__3, .our-services .our-services__4, .our-services .our-services__5, .our-services .our-services__6 {
  opacity: 0;
}

@media (max-width: 600px) {
  .our-services__wrapper {
    width: 100%;
  }
  .our-services__wrapper .our-services__card {
    padding-bottom: 40px;
  }
  .our-services p {
    width: 100%;
  }
}

.section-tag.latest-projects-tag {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 170px;
  z-index: 4;
}

.section-tag.latest-projects-tag p {
  margin-left: -50px;
}

.latest-projects {
  position: relative;
  background: #ffffff;
  z-index: 3;
  margin-top: -100px;
  padding-bottom: 60px;
}

.latest-projects .section-title {
  margin-bottom: 20px;
}

.latest-projects h3 {
  font-family: gbook;
  margin: 20px 0 5px 0;
}

.latest-projects p {
  margin: 20px 0;
  font-family: sb;
  width: 90%;
}

.latest-projects .row {
  margin-bottom: 50px;
}

.latest-projects .row.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.latest-projects .row.display-flex > [class*="col-"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.latest-projects .row-odd .latest-projects__info {
  width: 85%;
  margin-left: auto;
}

.latest-projects .row-even .latest-projects__info {
  width: 85%;
  margin-right: auto;
  height: 100%;
}

.latest-projects__img {
  position: relative;
  height: 350px;
}

.latest-projects__img .img__bg {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  height: 350px;
  width: 100%;
  overflow: hidden;
}

.latest-projects__img .img__bg svg {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.latest-projects__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.latest-projects .bottle .latest-projects__img {
  height: 400px;
  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;
}

.latest-projects .bottle .latest-projects__img .img__bg {
  height: 400px;
  top: 0;
}

.latest-projects .bottle .latest-projects__img .img__bg svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.latest-projects .bottle .latest-projects__img img {
  width: 80%;
  margin: 0 auto;
}

.latest-projects .cyclists .latest-projects__img {
  height: 350px;
  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;
}

.latest-projects .cyclists .latest-projects__img .img__bg {
  height: 450px;
  top: -70px;
  left: 40%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.latest-projects .cyclists .latest-projects__img .img__bg svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.latest-projects .cyclists .latest-projects__img img {
  width: 100%;
  margin: 0 auto;
}

.latest-projects .view-all {
  text-align: center;
}

.latest-projects .view-all button {
  background: #08939a;
  color: #ffffff;
  padding: 8px 20px;
  font-family: gbook;
  padding-top: 10px;
  padding-bottom: 0px;
}

.lp-11, .lp-12, .lp-21, .lp-22, .lp-31, .lp-32 {
  opacity: 0;
}

@media (max-width: 991px) {
  .latest-projects__img .img__bg svg {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (max-width: 767px) {
  .latest-projects p {
    width: 100%;
  }
  .latest-projects .row {
    margin-bottom: 10px;
  }
  .latest-projects .row-odd .latest-projects__info {
    width: 100%;
  }
  .latest-projects .row-even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .latest-projects .row-even .latest-projects__info {
    width: 100%;
  }
  .latest-projects__img {
    margin-top: 40px;
  }
  .latest-projects .cyclists .latest-projects__img {
    height: 250px;
  }
  .latest-projects .cyclists .latest-projects__img .img__bg {
    height: 350px;
    left: 40%;
  }
  .latest-projects .view-all {
    margin-top: 50px;
  }
}

@media (max-width: 574px) {
  .latest-projects__img {
    height: 250px;
    margin-top: 40px;
  }
  .latest-projects__img .img__bg {
    height: 350px;
    top: -70px;
  }
  .latest-projects__img .img__bg svg {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .latest-projects .bottle .latest-projects__img {
    height: 250px;
  }
  .latest-projects .bottle .latest-projects__img .img__bg {
    height: 350px;
    top: -35px;
    left: 45%;
  }
  .latest-projects .bottle .latest-projects__img .img__bg svg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .latest-projects .bottle .latest-projects__img img {
    width: 70%;
  }
  .latest-projects .cyclists .latest-projects__img {
    height: 250px;
  }
  .latest-projects .cyclists .latest-projects__img .img__bg {
    height: 350px;
  }
  .hero-main{
    min-height: 70vh;
  }
  .hero__wrapper{
    min-height: 70vh;
  }
  .heroLeft{
    margin-bottom: 0px;
  }
  .hero--vector-art {
    right: -300px;
    top: 280px;
}
.hero__wrapper .carousel{
  margin-top: 50px;
}
}

@media (max-width: 425px) {
  .latest-projects__img .img__bg svg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 400px) {
  .latest-projects .row {
    margin-bottom: 10px;
  }
  .latest-projects__img .img__bg svg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.section-tag.partners-tag {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  width: 170px;
  z-index: 6;
}

.section-tag.partners-tag p {
  margin-left: -50px;
  margin-top: 10px;
}

.partners {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #F2F9FA;
  margin-top: -40px;
  z-index: 5;
}

.partners__wrapper {
  width: 90%;
  margin: 0 auto;
}

.partners__wrapper img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 40px auto;
}

@media (max-width: 600px) {
  .partners {
    margin-bottom: 20px;
  }
}

@media (max-width: 424px) {
  .partners__wrapper img {
    height: 30px;
  }
}

.section-tag.contact-tag {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  width: 170px;
  z-index: 7;
}

.section-tag.contact-tag p {
  margin-left: -50px;
  margin-top: 70px;
}

.display {
  display: block !important;
}

.contact {
  padding: 60px 0 60px 0;
  background: #ffffff;
  z-index: 6;
  margin-top: -100px;
}

.contact__bg {
  position: absolute;
  top: -200px;
  left: -300px;
  z-index: -1;
}

.contact__bg-2 {
  position: absolute;
  top: 0;
  right: -200px;
  z-index: -1;
}

.contact h3 {
  color: #08939a;
  text-align: center;
  font-size: 20px;
  font-family: gbook;
}

.contact h1 {
  color: #084c61;
  font-family: gbook;
  font-size: 32px;
  text-align: center;
}

.contact__form {
  margin-top: 60px;
  background: url(../../img/bg/contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 35px 30px;
}

.contact__form h2 {
  font-family: gbook;
  font-size: 30px;
  margin-bottom: 10px;
  color: #ffffff;
}

.contact__form p {
  margin-bottom: 15px;
  color: #ffffff;
  font-family: s;
}

.contact__form input {
  background: none;
  background: #08939A;
  border: none;
}

.contact__form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}

.contact__form :-ms-input-placeholder {
  color: #ffffff;
  opacity: .8;
}

.contact__form ::-ms-input-placeholder {
  color: #ffffff;
  opacity: .8;
}

.contact__form ::placeholder {
  color: #ffffff;
  opacity: .8;
}

.contact__form textarea {
  margin-top: 20px;
  background: none;
  background: #08939A;
  border: none;
}

.contact__form .btn-wrap {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.contact__form .btn-wrap button {
  background: none;
  border: .8px solid #ffffff;
  color: #ffffff;
}

.contact .contact-form__success {
  margin-top: 20px;
  display: none;
}

.contact .contact-form__success p {
  font-family: s;
  color: #08939A;
}

.contact .contact-form__error {
  margin-top: 20px;
  display: none;
}

.contact .contact-form__error p {
  font-family: s;
  color: red;
}

@media (max-width: 767px) {
  .contact {
    padding-bottom: 30px;
  }
  .contact__form input {
    margin-bottom: 20px;
  }
  .contact__form textarea {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .contact h3 {
    font-size: 18px;
  }
  .contact h1 {
    font-size: 26px;
    margin: 10px 0;
  }
}

@media (max-width: 425px) {
  .contact__form h2 {
    font-size: 26px;
  }
}

.footer {
  background: #084C61;
  padding-top: 20px;
  z-index: 10;
}

.footer__container {
  margin: 0 auto;
  width: 90% !important;
}

.footer__logo {
  height: 50px;
}

.footer__logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer p, .footer a, .footer span {
  color: #ffffff;
}

.footer span {
  opacity: .75;
  font-size: 13px;
}

.footer__more a {
  display: block;
  margin: 10px 0;
}

.footer p {
  margin: 10px 0;
}

.footer__follow-us .social-media {
  margin: 12px 0;
}

.footer__follow-us a {
  margin-right: 10px;
}

.footer__follow-us a svg {
  height: 30px;
}

.footer__follow-us p {
  margin: 5px 0;
}

.footer .copyright {
  margin-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.footer .copyright p {
  font-size: 12px;
  opacity: .75;
  margin: 0;
}

@media (max-width: 767px) {
  .footer__more {
    margin-top: 30px;
  }
  .footer__location {
    margin-top: 30px;
  }
  .footer__follow-us {
    margin-top: 30px;
  }
  .footer .copyright {
    margin-top: 50px;
  }
}

.section-tag.about-us-tag {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 170px;
  z-index: 1;
}

.section-tag.about-us-tag p {
  margin-left: -50px;
  margin-top: 90px;
}

.about-us {
  margin-top: -35px;
}

.about-us__bg {
  position: absolute;
  bottom: 0;
  right: -250px;
}

.about-us .section-title-inner {
  margin-bottom: 30px;
}

.about-us .section-title-inner p {
  color: #08939a;
  font-size: 20px;
  font-family: gbook;
  margin-top: 15px;
}

.about-us p {
  font-family: s;
  color: #0B0C1C;
  line-height: 25px;
  font-size: 1rem;
  margin-bottom: 20px;
}

.about-us .section-tag {
  top: 60px;
}

.about-us__svg {
  margin-top: 30px;
  width: 100%;
  height: 300px;
}

.about-us__svg svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  .about-us-tag p, .our-process-tag p, .team-tag p {
    margin-left: -60px !important;
  }
  .about-us__svg {
    height: 250px;
  }
}

@media (max-width: 500px) {
  .about-us__svg {
    height: 200px;
  }
}

.section-tag.our-process-tag {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  width: 170px;
  z-index: 3;
}

.section-tag.our-process-tag p {
  margin-left: -50px;
  margin-top: 50px;
}

.our-process {
  background: #F2F9FA;
  z-index: 2;
  margin-top: -70px;
  padding: 50px 10px 0 10px;
}

.our-process .section-title-inner {
  margin-bottom: 20px;
}

.our-process .section-tag {
  top: 120px;
}

.our-process .number {
  margin-bottom: 15px;
}

.our-process .number h2 {
  color: #00C0AC;
  opacity: 0.2;
  font-size: 128px;
}

.our-process h3 {
  color: #0B0C1C;
  font-size: 25px;
  margin-bottom: 15px;
}

.our-process p {
  margin-bottom: 50px;
}

.our-process__svg {
  height: 180px;
  width: 100%;
}

.our-process__svg svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .our-process__wrapper {
    text-align: center;
  }
  .our-process p {
    margin-bottom: 30px;
  }
  .our-process__svg {
    height: 150px;
    margin-bottom: 50px;
  }
  img.web-img {
    height: 230px!important;
}
}

@media (max-width: 500px) {
  .our-process .number h2 {
    font-size: 100px;
  }
}

.section-tag.team-tag {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  width: 170px;
  z-index: 4;
}

.section-tag.team-tag p {
  margin-left: -50px;
  margin-top: 50px;
}

.team {
  margin-top: -70px;
  padding-bottom: 50px;
  background: #ffffff;
  z-index: 3;
  padding-top: 30px;
}

.team__bg {
  position: absolute;
  bottom: 150px;
  left: -350px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.team .section-title-inner {
  margin-bottom: 40px;
}

.team__director {
  margin-bottom: 50px;
}

.team__director .team__img {
  height: 280px;
  width: 280px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.team__director .team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  object-position: top;
}

.team .team__info h3 {
  color: #0B0C1C;
  font-size: 25px;
  margin-bottom: 5px;
  font-family: gbook;
}

.team .team__info i {
  color: #0B0C1C;
  opacity: 0.7;
  font-family: sb;
}

.team .team__info p {
  margin: 10px 0;
}

.team .team__info a {
  color: #08939a;
  font-weight: 600;
}

.team__card {
  text-align: center;
}

.team__card__img {
  height: 180px;
  width: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.team__card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.team__card .team__info p {
  width: 80%;
  margin: 10px auto;
}

@media (max-width: 991px) {
  .team__director .team__info {
    text-align: center;
  }
  .team__director .team__info h3 {
    margin-top: 30px;
  }
  .team__card {
    margin-bottom: 50px;
  }
  .team__card .team__info p {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .team__director .team__img {
    height: 200px;
    width: 200px;
  }
}

.director-wrapper {
  margin-top: 200px;
}

.director-wrapper .section-tag {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  width: 170px;
  left: 0px;
  z-index: 1;
}

.director-wrapper .section-tag p {
  width: 100%;
  margin-left: -50px;
}

.director-details {
  margin-top: -130px;
  padding-bottom: 20px;
  float: right;
}

.director-details__img {
  height: 300px;
  width: 100%;
}

.director-details__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.director-details h3 {
  color: #0B0C1C;
  font-size: 25px;
  margin-bottom: 5px;
  font-family: gbook;
}

.director-details i {
  color: #0B0C1C;
  opacity: 0.7;
  font-family: sb;
}

.director-details p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .director-details__img {
    width: 300px;
  }
  .director-details h3 {
    margin-top: 20px;
  }
}

.experience {
  margin-top: 20px;
  padding-bottom: 50px;
}

.experience h3 {
  color: #0B0C1C;
}

.experience ul {
  margin-top: 20px;
  list-style: circle;
  margin-left: 15px;
}

.experience ul li {
  margin-bottom: 15px;
}

.experience ul li span {
  color: #0B0C1C;
  opacity: 0.7;
  font-size: 12px;
}

.experience ul li p span {
  font-family: sb;
  color: #0B0C1C;
  opacity: 1;
  font-size: 1rem;
}

.experience .quote {
  position: relative;
}

.experience .quote__svg-left {
  position: absolute;
  top: -130px;
  left: -100px;
}

.experience .quote__svg-right {
  position: absolute;
  bottom: -130px;
  right: -50px;
}

.experience .quote h1 {
  color: #084C61;
  font-size: 25px;
  display: block;
}

@media (max-width: 991px) {
  .experience .quote {
    width: 80%;
    margin: 80px auto 50px auto;
  }
  .experience .quote__svg-left {
    left: -80px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .experience .quote__svg-right {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .experience .quote h1 {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .experience .quote__svg-left {
    left: -50px;
  }
}

.section-tag-default {
  position: absolute;
  z-index: 9;
}

.section-tag-default p {
  color: #707070 !important;
}

.section-tag-default p:after {
  background: #707070 !important;
}

.services__header {
  padding-top: 100px;
  background: #084C61;
  margin-bottom: 60px;
}

.services .section-tag {
  position: fixed;
  top: 120px;
}

.services .section-tag p {
  color: #08939A;
}

.services .section-tag p::after {
  background: #08939A;
}

.services__header__title-svg svg {
  height: 100px;
  width: 100px;
}

.services__header h1 {
  color: #ffffff;
  margin: 20px 0;
  font-family: gbook;
  font-size: 32px;
}

.services__header p {
  color: #ffffff;
  font-family: gl;
  font-size: 16px;
  padding-bottom: 30px;
}

.services__header__svg svg {
  width: 100%;
  height: 100%;
}

.services__card-wrapper {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.services__card-wrapper .strategy-bg-1 {
  position: absolute;
  top: -200px;
  left: -320px;
}

.services__card-wrapper .strategy-bg-2 {
  position: absolute;
  bottom: -100px;
  right: -420px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.services__card-wrapper .strategy-bg-3 {
  position: absolute;
  bottom: 00px;
  left: -340px;
}

.services__card-wrapper .strategy-bg-4 {
  position: absolute;
  top: -150px;
  right: -300px;
}

.services__card-wrapper .strategy-bg-5 {
  position: absolute;
  top: -120px;
  left: -250px;
}

.services__card-wrapper .strategy-bg-6 {
  position: absolute;
  top: -100px;
  left: -200px;
}

.services__card-wrapper .strategy-bg-7 {
  position: absolute;
  top: -150px;
  left: -330px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.services__card-wrapper .services__card__details .services__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 20px;
}
.services__card-wrapper .services__card__details .services__card-title svg{
  margin-top:4px;
}

.services__card-wrapper .services__card__details .services__card-title h2 {
  margin-left: 10px;
  color: #0B0C1C;
  font-family: gbook;
  font-size: 24px;
}

.services__card-wrapper .services__card__details ul {
  list-style: none;
  margin-left: 50px;
}

.services__card-wrapper .services__card__details ul li {
  margin-bottom: 20px;
  position: relative;
}

.services__card-wrapper .services__card__details ul li p {
  color: #0B0C1C;
}

.services__card-wrapper .services__card__details ul li p span {
  color: #084C61;
  font-family: sb;
}

.services__card-wrapper .services__card__details ul li::before {
  position: absolute;
  top: -10px;
  left: -20px;
  content: "\2022";
  color: #08939a;
  font-weight: bold;
  font-size: 25px;
}

.services__card-wrapper .services__card__img {
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}

.services__card-wrapper .services__card__img svg {
  height: 100%;
  width: 100%;
}

.services__card-wrapper .services__card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service__contact .contact__form {
  margin-top: 0;
}

.other-services {
  margin-bottom: 20px;
}

.other-services h1 {
  color: #0B0C1C;
  font-size: 26px;
  margin-bottom: 15px;
  font-family: gbook;
}

.other-services p {
  color: #0B0C1C;
  margin-bottom: 20px;
}

.other-services__card {
  margin-right: 30px;
  border: 1px solid #E6F4F5;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 30px;
}

.other-services__card svg {
  height: 40px;
  width: 40px;
}

.other-services__card p {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .services .section-tag {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .services__header__title-svg {
    margin-top: 20px;
  }
  .services__header__title-svg svg {
    height: 80px;
    width: 80px;
  }
  .services__header__svg {
    margin-top: 30px;
  }
  .services__header__svg svg {
    height: 200px;
  }
  .services .row-even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .services__card-wrapper .services__card__img {
    height: 200px;
  }
}

.mobile-app {
  z-index: 999;
}

.mobile-app .section-tag-default {
  left: -30px;
  top: 160px;
}

.website .section-tag-default {
  left: -10px;
  top: 150px;
}

.marketing .section-tag-default {
  left: -10px;
  top: 140px;
}

.design .section-tag-default {
  left: 0px;
}

.enterprise .section-tag {
  width: 180px;
  top: 200px;
  left: -50px;
}

.enterprise .top {
  padding-bottom: 0;
}

.enterprise .top .services__card__details {
  padding-bottom: 20px;
}

.enterprise .top .services__card__details .services__card-title h2 {
  margin: 0 !important;
}

.enterprise .top .services__card__details p {
  margin-bottom: 20px;
}

.enterprise .top .services__card__details ul {
  margin-top: 30px !important;
}

.enterprise .top .services__card__details ul li {
  margin-bottom: 10px !important;
}

.enterprise .top .services__card__details ul p {
  margin-bottom: 0;
}

.enterprise .top .services__card__img {
  margin: 0;
}

.enterprise__bg {
  position: relative;
}

.enterprise__bg .services__bg-3 {
  position: absolute;
  bottom: -200px;
  right: -300px;
}

.enterprise .services__offer {
  margin-bottom: 20px;
}

.enterprise .services__offer h2 {
  color: #0B0C1C;
  font-family: gbook;
  font-size: 24px;
}

.enterprise .services__card-wrapper .services__card__details .services__card-title h2 {
  margin: 0 !important;
}

.enterprise .services__card-wrapper .services__card__details ul {
  margin: 0;
}

.enterprise .services__card-wrapper .services__card__details ul li {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .enterprise ul {
    margin-left: 20px !important;
  }
  .mobile-app .section-tag-default {
    left: -40px;
    top: 150px;
  }
  .website .section-tag-default {
    left: -25px;
    top: 160px;
  }
  .marketing .section-tag-default {
    left: -20px;
  }
  .enterprise .section-tag {
    left: -60px;
  }
}

.our-products__header {
  padding-top: 100px;
  padding-bottom: 30px;
  margin-bottom: 120px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#A51F46), to(#701530)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #A51F46 0%, #701530 100%) 0% 0% no-repeat padding-box;
}

.our-products__header__title h3 {
  color: #ffffff;
  font-family: gl;
}

.our-products__header__title h1 {
  color: #ffffff;
  margin: 10px 0 20px 0;
  font-family: gl;
  font-size: 60px;
}

.our-products__header__title p {
  color: #ffffff;
  margin-bottom: 60px;
}

.our-products__header__title .app-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.our-products__header__title .app-store img {
  margin-right: 10px;
  height: auto;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.our-products__header__mob {
  height: 400px;
  width: 100%;
  position: relative;
}

.our-products__header__mob .img__wrapper {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.our-products__header__mob .img__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.our-products__body h2 {
  font-family: gbook;
  color: #0B0C1C;
  text-align: center;
  margin-bottom: 10px;
}

.our-products__body p {
  color: #0B0C1C;
  text-align: center;
}

.our-products__body h5 {
  font-family: gbook;
  color: #0b0c1c;
}

.our-products__body-header {
  margin-top: 40px;
}

.our-products__body-header p {
  font-size: 13px;
}

.our-products__body__app-details {
  margin-top: 60px;
}

.our-products__body__app-details .text {
  width: 80%;
}

.our-products__body__app-details .img__wrapper {
  text-align: right;
}

.our-products__body__app-details img {
  height: 500px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.our-products__body__app-details h2 {
  margin-top: 20px;
  font-family: gbook;
  color: #0B0C1C;
  text-align: center;
  margin-bottom: 10px;
  text-align: start;
}

.our-products__body__app-details p {
  color: #0B0C1C;
  text-align: center;
  font-size: 14px;
  text-align: start;
  margin-bottom: 20px;
}

.our-products__body__app-details .even .text {
  margin-left: auto;
  text-align: right;
}

.our-products__body__app-details .even .img__wrapper {
  text-align: left;
}

.our-products__body__app-details .even h2, .our-products__body__app-details .even p {
  text-align: right;
}

.our-products__bg {
  position: relative;
}

.our-products__bg-img-1 {
  position: absolute;
  z-index: -1;
  top: -200px;
  left: -350px;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}

.our-products__bg-img-2 {
  position: absolute;
  z-index: -1;
  bottom: -300px;
  right: -380px;
}

.our-products__bg-img-3 {
  position: absolute;
  z-index: -1;
  bottom: -300px;
  left: -200px;
}

.our-products__ad-card {
  background: #A51F46 0% 0% no-repeat padding-box;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

.our-products__ad-card h5, .our-products__ad-card h1, .our-products__ad-card span, .our-products__ad-card p, .our-products__ad-card h6 {
  color: #ffffff;
}

.our-products__ad-card h1, .our-products__ad-card h5 {
  font-family: gl;
}

.our-products__ad-card h5 {
  margin: 10px 0;
}

.our-products__ad-card span {
  font-size: 12px;
}

.our-products__ad-card p {
  margin: 20px 0;
}

.our-products__ad-card h6 {
  font-family: s;
  text-align: start;
}

.our-products__discount {
  margin: 10px 0 20px 0;
}

.our-products__discount h3 {
  font-size: 20px;
  color: #0B0C1C;
}

.our-products__discount span {
  color: #08939A;
}

.our-products__bottom {
  margin: 50px 0;
  text-align: center;
}

.our-products__bottom p {
  font-family: sb;
  font-size: 18px;
  margin-bottom: 15px;
}

.our-products__bottom a {
  background: #08939A 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000014;
          box-shadow: 0px 3px 6px #00000014;
  border-radius: 4px;
  color: #ffffff;
  padding: 8px 20px;
}

.our-products .section-tag {
  position: fixed;
  top: 160px;
}

.our-products .section-tag p {
  color: #08939A;
}

.our-products .section-tag p:after {
  background: #08939A;
}

@media (max-width: 800px) {
  .our-products .section-tag {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .our-products__header__mob {
    height: 300px;
  }
  .our-products__header .img__wrapper {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: 100%;
    right: 0;
  }
  .our-products__body .odd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .our-products__body__app-details .text {
    width: 100%;
  }
  .our-products__body__app-details .img__wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
  .our-products__body__app-details img {
    height: 300px;
  }
  .our-products__body__app-details .even .text {
    text-align: start;
  }
  .our-products__body__app-details .even .img__wrapper {
    text-align: center;
  }
  .our-products__body__app-details .even h2, .our-products__body__app-details .even p {
    text-align: start;
  }
}

@media (max-width: 500px) {
  .our-products__header__mob {
    height: 250px;
  }
  .our-products__header__title h1 {
    font-size: 40px;
  }
  .our-products__body .odd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .our-products__body__app-details .text {
    width: 100%;
  }
  .our-products__body__app-details .img__wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
  .our-products__body__app-details img {
    height: 300px;
  }
  .our-products__body__app-details .even .text {
    text-align: start;
  }
  .our-products__body__app-details .even .img__wrapper {
    text-align: center;
  }
  .our-products__body__app-details .even h2, .our-products__body__app-details .even p {
    text-align: start;
  }
}

.work {
  margin-top: 100px;
}

.work .section-tag {
  position: fixed;
  top: 70px;
  width: 70px;
  left: 0px;
  z-index: 1;
}

.work .section-tag p {
  width: 100%;
}

.work .section-title-inner {
  margin-bottom: 20px;
}

.work .work-bg {
  position: absolute;
  z-index: -1;
  bottom: 300px;
  left: -350px;
}

.work__tab-wrapper {
  padding-bottom: 30px;
  position: relative;
  border: 1px solid ridge;
}

.work__tab-wrapper .tab-wrapper__filter {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work__tab-wrapper .tab-wrapper__filter p {
  margin-right: 10px;
}

.work__tab-wrapper .tab-wrapper__filter button {
  color: #08939a;
  margin: 0 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.work__tab-wrapper .tab-wrapper__filter button.active {
  background: #084c61;
  color: #ffffff;
  border-radius: 17px;
}

.work__tab-wrapper .nav {
  padding-bottom: 40px;
}

.work__tab-wrapper .nav li {
  margin-right: 10px;
}

.work__tab-wrapper .nav li a {
  border-radius: 17px;
  padding-top: 5px;
  padding-bottom: 6px;
  letter-spacing: 1px;
}

.work__tab-wrapper .nav li a.active {
  background: #084C61 0% 0% no-repeat padding-box;
  border-radius: 17px;
  letter-spacing: 1px;
}

.work__tab-wrapper .nav li a:hover {
  background: #084C61 0% 0% no-repeat padding-box;
  border-radius: 17px;
  color: #ffffff;
}

.work__tab-wrapper .tab-content h1 {
  color: #0B0C1C;
  font-family: gbook;
  font-size: 26px;
  margin-bottom: 10px;
}

.work__tab-wrapper .tab-content i {
  font-family: sb;
  font-size: 13px;
}

.work__tab-wrapper .tab-content p {
  margin: 20px 0;
}

.work__tab-wrapper .tab-content a {
  color: #08939a;
  font-weight: 600;
}

.work__tab-wrapper .tab-content .even-tab {
  text-align: end;
  margin-bottom: 60px;
}

.work__tab-wrapper .tab-content .odd-tab {
  margin-bottom: 60px;
}

.work__tab-wrapper .tab-content .tab-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.work__tab-wrapper .tab-content .tab-img {
  position: relative;
  height: 300px;
}

.work__tab-wrapper .tab-content .tab-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.work .simple-pagination ul {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-left: 10px;
}

.work .simple-pagination li {
  display: inline-block;
  margin: 2px;
}

.work .simple-pagination li a, .work .simple-pagination li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: none;
  color: #08939A;
  border: none;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 3px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.work .simple-pagination li a:hover, .work .simple-pagination li span:hover {
  background: none;
}

.work .simple-pagination .current {
  background-color: #08939A;
  color: #ffffff;
}

.work .simple-pagination .current:hover {
  background-color: #08939A;
  color: #ffffff;
}

.work .simple-pagination .prev.current, .work .simple-pagination .next.current {
  background: none;
  color: #08939A;
}

@media (max-width: 1200px) {
  .work__tab-wrapper .nav li {
    margin-right: 0;
  }
  .work__tab-wrapper .tab-content .tab-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  .work__tab-wrapper .tab-wrapper__filter {
    top: 50px;
  }
  .work__tab-wrapper .nav {
    padding-bottom: 80px;
  }
  .work__tab-wrapper .tab-content .odd-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .work__tab-wrapper .tab-content .tab-img {
    margin: 30px 0;
    height: 250px;
  }
  .work__tab-wrapper .tab-content .even-tab {
    text-align: start;
  }
  .work__tab-wrapper .tab-content .tab-text {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 500px) {
  .work .section-tag {
    left: -15px;
  }
  .work__tab-wrapper .tab-content .odd-tab {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work__tab-wrapper .tab-content .tab-img {
    margin: 30px 0;
    height: 200px;
  }
}

@media (max-width: 450px) {
  .work__tab-wrapper .tab-wrapper__filter button {
    font-size: 12px;
  }
  .work__tab-wrapper .nav li a {
    font-size: 12px;
  }
}

.work-inner .section-tag {
  top: 150px;
}

.work-inner .section-tag p {
  color: #ffffff;
}

.work-inner .section-tag p:after {
  background: #ffffff;
}

.work-inner__header {
  padding-top: 100px;
  background: #A51F46 0% 0% no-repeat padding-box;
}

.work-inner__header h1 {
  color: #ffffff;
  font-family: gbook;
  margin-bottom: 10px;
}

.work-inner__header i, .work-inner__header p {
  color: #ffffff;
}

.work-inner__header i {
  font-size: 13px;
}

.work-inner__header p {
  margin: 20px 0 40px 0;
}

.work-inner__header .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.work-inner__header .img-wrap svg {
  margin-right: 10px;
}

.work-inner__header .img-wrap img {
  margin: 0 10px;
  height: 40px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.work-inner__header-img {
  height: 250px;
  width: 100%;
}

.work-inner__header-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.work-inner__body {
  margin: 40px 0;
}
.fa-external-link:before {
    margin-right: 10px;
}
.work-inner__body img {
    width: inherit;
    height: 400px;
    object-fit: contain;
}

.work-inner__body-link {
  text-align: end;
}

.work-inner__body-link a {
  font-family: sb;
  color: #08939A;
}

.contact-us {
  padding-top: 80px;
  z-index: 999;
  margin-bottom: 60px;
}

.contact-us .section-tag {
  position: fixed;
  top: 120px;
}

.contact-us .section-title-inner h1 {
  margin-bottom: 20px;
}

.contact-us__map-wrapper {
  position: relative;
  margin-top: 120px;
}

.contact-us__map-wrapper .map {
  height: 400px;
  width: 100%;
}

.contact-us__map-wrapper .map iframe {
  width: 100%;
}

.contact-us__map-wrapper .contact-us__card-wrap {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-us__map-wrapper .btn-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-us__map-wrapper .btn-wrapper a {
  padding: 8px 20px;
  background: #08939A;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px #00000014;
          box-shadow: 0px 3px 6px #00000014;
  border-radius: 4px;
}

.contact-us__card {
  padding: 20px;
  height: 100%;
  background: #084C61 0% 0% no-repeat padding-box;
  border-radius: 12px;
  text-align: center;
}

.contact-us__card svg {
  height: 20px;
  width: 20px;
}

.contact-us__card h2 {
  font-family: gbook;
  font-size: 20px;
  color: #ffffff;
  margin: 20px 0 10px 0;
}

.contact-us__card p {
  color: #ffffff;
  font-size: 13px;
}

@media (max-width: 991px) {
  .contact-us__map-wrapper {
    margin-top: 20px;
  }
  .contact-us__map-wrapper .contact-us__card-wrap {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 820px) {
  .contact-us .section-tag {
    left: -10px;
  }
}

.blog {
  padding-top: 100px;
  margin-bottom: 40px;
}

.blog .section-tag {
  position: fixed;
  top: 130px;
  left: 10px;
}

.blog .section-title-inner {
  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;
  margin-bottom: 25px;
}

.blog .section-title-inner form .input-field {
  position: relative;
}

.blog .section-title-inner form input {
  background: #F2F9FA 0% 0% no-repeat padding-box;
  border: 1px solid #E6F4F5;
  border-radius: 4px;
  position: relative;
  padding-right: 30px;
  width: 100%;
}

.blog .section-title-inner form ::-webkit-input-placeholder {
  color: #08939A;
}

.blog .section-title-inner form :-ms-input-placeholder {
  color: #08939A;
}

.blog .section-title-inner form ::-ms-input-placeholder {
  color: #08939A;
}

.blog .section-title-inner form ::placeholder {
  color: #08939A;
}

.blog .section-title-inner form .svg {
  position: absolute;
  right: 10px;
  top: 5px;
}

.blog__single {
  height: 300px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#1A1A1A), color-stop(20%, #66666645)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #1A1A1A 0%, #66666645 20%) 0% 0% no-repeat padding-box;
}

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

.blog__single__info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
}

.blog__single__info h1 {
  font-family: gbook;
  color: #ffffff;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog__single__info p {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 10px;
}

.blog .blog__tag h3 {
  margin: 0;
  display: inline-block;
  background: #ffffff;
  color: #08939A;
  font-size: 13px;
  padding: 5px;
  border-radius: 5px;
}

.blog .blog__date span {
  color: #ffffff;
  font-size: 12px;
}

.blog__section-title h2 {
  margin-bottom: 20px;
  color: #084C61;
  padding-bottom: 5px;
  font-size: 18px;
  display: inline-block;
  border-bottom: 5px solid #E6F4F5;
  margin-top: 0px;
}

.blog__trending__img {
  height: 150px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#1A1A1A), color-stop(20%, #66666645)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #1A1A1A 0%, #66666645 20%) 0% 0% no-repeat padding-box;
}

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

.blog__trending__img .blog__tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.blog__trending__info h1 {
  font-size: 14px;
  font-family: gbook;
  margin-bottom: 0px;
  font-weight: 800;
}

.blog__trending__info p {
  margin: 5px 0;
  font-size: 12px;
}

.blog__trending__info .blog__date span {
  color: #48525B;
}

.blog__medium__img {
  height: 180px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#1A1A1A), color-stop(20%, #66666645)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #1A1A1A 0%, #66666645 20%) 0% 0% no-repeat padding-box;
}

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

.blog__medium__img .blog__tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.blog__medium__text h1 {
  font-family: gbook;
  font-size: 18px;
  margin: 10px 0;
}

.blog__medium__text p {
  font-size: 13px;
}

.blog__medium__text .blog__date span {
  color: #1A1A1A;
}

.blog__small .blog__medium__img {
  height: 150px;
}

.blog .older-post {
  margin-top: 10px;
  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;
}

.blog .older-post svg {
  margin-right: 10px;
}

.blog .older-post a {
  color: #08939A;
  font-family: sb;
}

@media (max-width: 991px) {
  .blog__trending__img {
    margin-bottom: 10px;
  }
  .blog__trending__info {
    margin-bottom: 20px;
  }
  .blog__small .blog__medium__text {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .blog .section-title-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog .section-title-inner form {
    padding-top: 20px;
  }
  .blog__medium .blog__medium__text {
    margin-bottom: 20px;
  }
  .blog__single__info {
    width: 100%;
  }
}

.blog-inner {
  padding-top: 100px;
}

.blog-inner .section-tag {
  position: fixed;
  top: 100px;
}

.blog-inner__img {
  height: 350px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#1A1A1A), color-stop(20%, #66666645)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #1A1A1A 0%, #66666645 20%) 0% 0% no-repeat padding-box;
}

.blog-inner__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog-inner__img .blog__tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.blog-inner__img .blog__tag h3 {
  display: inline-block;
  background: #ffffff;
  color: #08939A;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}

.blog-inner__text {
  margin-bottom: 20px;
}

.blog-inner__text h1 {
  margin: 20px 0 5px 0;
  font-size: 26px;
  font-family: gbook;
}

.blog-inner__text .blog__date span {
  color: #1A1A1A;
  font-size: 12px;
}

.blog-inner__text p {
  margin: 10px 0;
  width: 90%;
  line-height: 25px;
}

.blog-inner .title {
  margin-top: 50px;
}

.blog-inner .title h2 {
  margin-bottom: 20px;
  color: #084C61;
  padding-bottom: 5px;
  font-size: 18px;
  display: inline-block;
  border-bottom: 5px solid #E6F4F5;
}

.blog-inner .related__blog {
  margin-bottom: 30px;
}

.blog-inner .related__blog .blog__trending__img {
  position: relative;
}

.blog-inner .related__blog .blog__trending__img .blog__tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.blog-inner .related__blog .blog__trending__img .blog__tag h3 {
  display: inline-block;
  background: #ffffff;
  color: #08939A;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}

.blog-inner .related__blog .blog__trending__info h1 {
  font-size: 18px;
}

.blog-inner .related__blog .blog__trending__info p {
  font-size: 14px;
}

@media (max-width: 790px) {
  .blog-inner .section-tag {
    left: -2px;
  }
}

@media (max-width: 767px) {
  .blog-inner__img {
    height: 250px;
  }
}

.sister-companies .section-tag {
  position: fixed;
  top: 170px;
  width: 150px;
  left: -40px;
}

.sister-companies .section-title-inner {
  margin-bottom: 20px;
}

.sister-companies .section-title-inner h1 {
  margin-bottom: 20px;
}

.sister-companies .section-title-inner p {
  width: 50%;
}

.sister-companies .work__tab-wrapper .tab-content .even-tab {
  margin-bottom: 10px;
}

.sister-companies .work__tab-wrapper .tab-content .even-tab .tab-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sister-companies .work__tab-wrapper .tab-content .odd-tab {
  margin-bottom: 10px;
}

.sister-companies .work__tab-wrapper .tab-content .tab-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sister-companies .work__tab-wrapper .tab-content .tab-img img {
  width: auto;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.sister-companies .work-bg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -250px;
  bottom: 500px;
}

@media (max-width: 991px) {
  .sister-companies .section-title-inner p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sister-companies .work__tab-wrapper .tab-content .even-tab {
    margin-bottom: 10px;
  }
  .sister-companies .work__tab-wrapper .tab-content .even-tab .tab-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sister-companies .work__tab-wrapper .tab-content .odd-tab {
    margin-bottom: 10px;
  }
  .sister-companies .work__tab-wrapper .tab-content .tab-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .sister-companies .work__tab-wrapper .tab-content .tab-img img {
    width: auto;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}

@media (max-width: 630px) {
  .sister-companies .section-tag {
    left: -55px;
  }
}

.carreers {
  padding-top: 80px;
  z-index: 12;
  overflow-y: visible;
}

.carreers .section-tag {
  position: fixed;
  top: 100px;
}

.carreers .section-title-inner p {
  margin-top: 20px;
  width: 50%;
}

.carreers .displayNone {
  display: none !important;
}

.carreers .form__wrapper {
  z-index: 12;
  margin-bottom: 40px;
}

.carreers .form__wrapper .form-border {
  border: 1px solid #E6F4F5;
  border-radius: 12px;
}

.carreers .form__wrapper .bootstrap-select {
  width: 100% !important;
  border-radius: 4px;
  z-index: 999;
  position: relative;
}

.carreers .form__wrapper .bootstrap-select .dropdown-menu.show {
  height: 100px;
  z-index: 9999 !important;
}

.carreers .form__wrapper .bootstrap-select button {
  width: 100% !important;
  border: 1px solid #CEE9EB;
  border-radius: 4px;
  font-family: s !important;
}

.carreers .form__wrapper .select-error {
  border: 1px solid red;
}

.carreers .form__wrapper #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #DEDFE1;
  padding-left: 0px;
  margin-top: 30px;
}

.carreers .form__wrapper #progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 33.33%;
  float: left;
  position: relative;
  font-weight: 400;
}

.carreers .form__wrapper #progressbar li .svg {
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.carreers .form__wrapper #progressbar li svg {
  height: 20px;
  width: 20px;
  opacity: .8;
}

.carreers .form__wrapper #progressbar #step1:before {
  content: "";
  color: #fff;
}

.carreers .form__wrapper #progressbar #step2:before {
  content: "";
  color: #fff;
}

.carreers .form__wrapper #progressbar #step3:before {
  content: "";
  color: #fff;
}

.carreers .form__wrapper #progressbar li:before {
  width: 35px;
  height: 35px;
  display: block;
  font-size: 20px;
  background: #DEDFE1;
  border-radius: 50%;
  margin: auto;
  padding: 0px;
  margin-bottom: 10px;
}

.carreers .form__wrapper #progressbar li:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #DEDFE1;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: -1;
}

.carreers .form__wrapper #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}

.carreers .form__wrapper #progressbar li:nth-child(2):after {
  left: -50%;
}

.carreers .form__wrapper #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}

.carreers .form__wrapper #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.carreers .form__wrapper #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.carreers .form__wrapper #progressbar li.active:before,
.carreers .form__wrapper #progressbar li.active:after {
  background: #08939a;
}

.carreers .form__wrapper #progressbar li.active {
  color: #08939a;
}

.carreers .form__wrapper .card {
  padding: 20px;
  z-index: 0;
  display: none;
  border: none;
}

.carreers .form__wrapper .card.show {
  display: block;
}

.carreers .form__wrapper .input-field {
  margin-bottom: 20px;
}

.carreers .form__wrapper .btn-control {
  background: #08939a;
  color: #ffffff;
  padding: 8px 40px;
}

.carreers .form__wrapper .btn-prev {
  color: #08939a;
  -webkit-box-shadow: 0px 3px 6px #00000014;
          box-shadow: 0px 3px 6px #00000014;
  border: 1px solid #08939A;
  border-radius: 4px;
  padding: 8px 40px;
  position: absolute;
}

.carreers .form__wrapper label {
  color: #1A1A1A;
  font-family: s !important;
}

.carreers .form__wrapper input, .carreers .form__wrapper textarea {
  border: 1px solid #CEE9EB;
  border-radius: 4px;
  font-family: s !important;
}

.carreers .form__wrapper :focus {
  border: 1px solid #08939a;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.carreers .form__wrapper .check-mark {
  width: 180px;
  height: 180px;
}

.carreers .file-upload__wrapper {
  margin-bottom: 20px;
}

.carreers .form__success {
  display: none;
  padding-top: 30px;
  height: 60vh;
  text-align: center;
}

.carreers .form__success svg {
  margin-bottom: 10px;
}

.carreers .form__success h3 {
  color: #08939A;
  font-family: gbook;
  margin: 10px 0;
}

.carreers .form__success p {
  color: #08939A;
  margin-bottom: 30px;
  width: 50%;
  margin: 0 auto 30px auto;
}

.carreers .form__success a {
  background: #08939A;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 5px;
}

.carreers .form__error {
  display: none;
  padding-top: 30px;
  height: 60vh;
  text-align: center;
}

.carreers .form__error h3 {
  color: red;
  font-family: gbook;
  margin: 10px 0;
}

.carreers .form__error p {
  color: red;
  margin-bottom: 30px;
  width: 50%;
  margin: 0 auto 30px auto;
}

.carreers .form__error a {
  background: #08939A;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 5px;
}

.carreers .radio-wrap .label-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carreers .radio-wrap .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.carreers .radio-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.carreers .radio-wrap .label-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.carreers .radio-wrap .label-container input:checked ~ .checkmark {
  background-color: #08939A;
}

.carreers .radio-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.carreers .radio-wrap .label-container input:checked ~ .checkmark:after {
  display: block;
}

.carreers .radio-wrap .label-container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

@media (max-width: 900px) {
  .carreers .section-title-inner p {
    width: 100%;
  }
  .carreers .form__success p {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .carreers .section-tag {
    left: -10px;
  }
}

@media (max-width: 448px) {
  .carreers .radio-wrap .radio-label-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 425px) {
  .carreers .form__wrapper .card {
    padding-bottom: 80px;
    position: relative;
  }
  .carreers .form__wrapper .btn-wrap {
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100% !important;
  }
  .carreers .form__wrapper .btn-prev {
    text-align: center;
    bottom: 20px;
    left: 50%;
    padding: 8px 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.uploader {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.uploader .label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #1A1A1A;
  font-family: s !important;
}

.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #E6F4F5 0% 0% no-repeat padding-box;
  border: 1px solid #CEE9EB;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.uploader label.hover {
  border: 3px solid #454cad;
  -webkit-box-shadow: inset 0 0 0 6px #eee;
          box-shadow: inset 0 0 0 6px #eee;
}

.uploader .fileUploadError {
  border: 1px solid red;
}

.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #start.hidden {
  display: none;
}

.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #response.hidden {
  display: none;
}

.uploader #response #messages {
  margin-bottom: .5rem;
}

.uploader #file-image {
  margin: 0 auto 10px auto;
}

.uploader #file-image svg {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.uploader #file-image.hidden {
  display: none;
}

.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #notimage.hidden {
  display: none;
}

.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #08939a;
  overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #08939a;
}

.uploader .progress[value]::-webkit-progress-value {
  background: #08939a;
  border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
  background: #08939a;
  border-radius: 4px;
}

.uploader input[type="file"] {
  display: none;
}

.uploader h5 {
  color: #08939A;
  margin: 10px 0;
  font-family: gbook;
}

.uploader p {
  font-size: 13px;
  color: #08939A;
  opacity: 0.7;
  margin-bottom: 10px;
}

.uploader .btn {
  background: #08939a;
  color: #ffffff;
  padding: 8px 20px;
  font-family: s;
  border: none;
}

.uploader #notimage p {
  color: red !important;
}

.opacityFull {
  opacity: 1 !important;
}

.navAnimation {
  -webkit-animation: navAni 1s cubic-bezier(0.46, 1.14, 0.74, 0.96) 0.2s forwards;
          animation: navAni 1s cubic-bezier(0.46, 1.14, 0.74, 0.96) 0.2s forwards;
}

@-webkit-keyframes navAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes navAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.heroRight, .heroLeft {
  opacity: 0;
}

.fadeUp {
  -webkit-animation: fadeup 1s ease .2s forwards;
          animation: fadeup 1s ease .2s forwards;
}

.vectorFadeup {
  -webkit-animation: vectorfadeup 1s ease .5s forwards;
          animation: vectorfadeup 1s ease .5s forwards;
}

@-webkit-keyframes vectorfadeup {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes vectorfadeup {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.fade-up {
  -webkit-animation: fadeup 1s ease forwards;
          animation: fadeup 1s ease forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0px, 10px) scale(1.1);
            transform: translate(0px, 10px) scale(1.1);
  }
  50% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0px, 10px) scale(1.1);
            transform: translate(0px, 10px) scale(1.1);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate(0px, 10px) scale(1.1);
            transform: translate(0px, 10px) scale(1.1);
  }
  50% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0px, 10px) scale(1.1);
            transform: translate(0px, 10px) scale(1.1);
  }
}

.fadein_left {
  -webkit-animation: fadein_left 1s ease forwards;
          animation: fadein_left 1s ease forwards;
}

.fadein_right {
  -webkit-animation: fadein_right 1s ease forwards;
          animation: fadein_right 1s ease forwards;
}

@-webkit-keyframes fadein_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes fadein_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes fadein_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes fadein_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
/*# sourceMappingURL=common.css.map */


.navbar-light .navbar-brand {
  padding-bottom: 0px !important;
}
.work-inner .img-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Utils */
.justify-content-center{
  justify-content: center;
}


/* Home Page Latest */

.more-details{
  margin-bottom: 10px;
}


.more-details p{
margin-bottom: 30px;
width: 90%;
line-height: 25px;
font-size: 1.1rem;
}

.director-home-details{
margin-top: 40px;
margin-bottom: 40px;
}
.director-home-content p{
  margin-bottom: 30px;
width: 90%;
line-height: 25px;
font-size: 1.1rem;

}

.director-img-wrap{
  border-radius:20px;
  padding: 10px;
}
.director-home-details img{
  max-height: 750px;
  padding:5px;
}
.directors-img{
  border-radius:20px;
}

.mission-vision-i{
  height: 40px;
  width: 40px;
  margin-right: 10px;
}
.web-hom-det{
  text-align:center;
}

.our-details__bg-img-1 {
  position: absolute;
  z-index: -1;
  left: -350px;
  top: -10%;
}
.our-details__bg-img-2 {
  position: absolute;
  z-index: -1;
  bottom: 10%;
  right: -250px;

}

/* Font Sizes */

.size-4{
  font-size: 16px;
  line-height: 1.2;
}

.size-3{
  font-size: 1.2rem;
  line-height: 1.2;
}

/* Colors */
.bg-grey-1{
  color: rgb(96, 106, 122);
}
.mision-vission-wrap{
  padding: 10px;
}

/* Colors */

.our-details{
  margin-bottom: 20px;
}



@media (max-width: 768px) {
  .web-hom-det{
    text-align: left;
  }
  .more-details {
    margin-bottom: 30px;
    padding: 5px;
  }
  .lg-space-br{
    display: none;
    margin:0px;
    padding: 0px;
  }
.section-tag p{
  margin-left: -65px !important;
}

}
@media (max-width: 500px) {
  .even-tab{
    flex-direction: column-reverse;
  }
  .more-details p{
    padding: 0px;
  }
  .director-home-details{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .our-details{
    margin-bottom: 80px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 375px){
  .mission-vision-i {
    height: 30px;
    width: 30px;
  }
}

p.text-sans {
    line-height: 20px;
    margin-bottom: 5px;
}