<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

*,
*::before,
*::after {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*** 
====================================================================
    Global Settings
====================================================================
***/
body {
  font-family: "Avenir Next Cyr", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.7em;
  font-weight: 400;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

/* Typography */
h1 {
  font-size: 4em;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  position: relative;
  line-height: 1.8em;
}

.auto_container {
  position: relative;
  max-width: 1350px;
  padding: 0px 40px;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* chat style */



/* offer start */
.offer {
  position: relative;
  margin: 30px 0;
}

.offer_title {
  font-family: "Arodora Pro", sans-serif;
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.4;
  margin: 15px 0;
  max-width: 100%;
}

.offer_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 35%;
  padding: 6px;
  background: #FE8901;

}

.offer_title::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  width: 35%;
  padding: 6px;
  background: #FE8901;

}

.offer_text {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  max-width: 75%;
  margin: 15px auto;
}

/* offer end */
.offer_info {
  position: relative;
  margin: 40px 0;
}

.offer_info_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer_info_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.offer_info_item_photo {
  width: 200px;
  height: 150px;
}

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

.offer_info_item p {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;

}

.offer_chat {
  position: relative;
  display: flex;
  margin: 70px 0;
  justify-content: center;
  align-items: center;
}

.offer_chat span {
  display: block;
  width: 80px;
  height: 60px;
}

.offer_chat span svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.offer_chat_text {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 3px;
  color: #45b468;

}

/* chat style end */


.whatsapp {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 15px;

}

.whatsapp_gif {
  display: block;
  width: 90px;
  height: 90px;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header.stick {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header.stick .nav_link:hover {
  color: #FE8901;
}

.header.stick .nav .lang .current:hover {
  color: #FE8901;
}

.header.stick .nav .lang_box a {
  background: #000;
  color: #fff;
}

.header_box {
  position: relative;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #000;
}

.logo {
  width: 95px;
  height: 60px;
  display: none;
}

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

.header_logo {
  width: 95px;
  height: 60px;
  display: block;
}

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

.menu ul {
  position: relative;
  display: flex;
  align-items: center;
}


/* Lang header start */

.Lang {
  position: relative;
  display: block;
  z-index: 20;
  margin-right: 15px;
}

.Lang_current {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 20px;
  margin-left: 70px;
  text-transform: capitalize;
}

.Lang_current::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  width: 14px;
  height: 14px;
  background: url("../images/Arrow-down.svg") no-repeat center;
}

.Lang_current:hover~.Lang_box {
  -webkit-animation: lang 0.2s linear;
  animation: lang 0.2s linear;
  display: block;
  opacity: 1;
  pointer-events: unset;
}

.Lang_box {
  position: absolute;
  top: calc(100% + 20px);
  left: 90%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  width: 95px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  -moz-transform: translateX(-50%);
}

.Lang_box:hover {
  -webkit-animation: lang 0.2s linear;
  animation: lang 0.2s linear;
  display: block;
  opacity: 1;
  pointer-events: unset;
}

.Lang_box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.Lang_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.Lang_item:hover {
  background: #FBB03B;
  color: #fff;
  width: 100%;
}

.Lang_item span {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}

.Lang_item span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

/* Lang header end */

.lang_form {
  /* display: none; */
  margin-top: 15px;
}


.lang_form.active {
  display: block;
}

.menu ul a {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin-right: 20px;
}

.menu ul a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.lang_box {
  /* display: none;
  position: absolute;
  top: calc(100% - 30px);
  right: -75px;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  white-space: nowrap; */
  z-index: 5;
  margin-top: 10px;
}

.lang_box.active {
  display: block;
}

.lang_box button {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background: #fff;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.lang_box button:hover {
  background: #F7931E;
  cursor: pointer;
}



.header .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.header .burger span {
  display: block;
  position: relative;
  width: 100%;
  height: 1.5px;
  background: #000;
}

.header .burger span::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #000;
}

.header .burger span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #000;
}


.header .nav {
  position: absolute;
  top: 0;
  right: -100%;
  width: 20%;
  height: auto;
  background: #ffffff;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;

}

.header .nav.active {
  right: -40px;
  top: 25px;
  text-align: center;
  z-index: 1111;
}

.header .nav ul {
  background: #ffffff;
  padding-top: 50px;
}


.header .nav_link {
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.header .nav .lang .current {
  color: #000;
  font-size: 24px;
  padding-left: 0;
  padding: 10px 0 10px 0;
  margin-top: 10px;
}

.header .nav .lang .current:hover {
  color: #000;
}

.header .nav .lang .current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #000;
}

.header .nav .lang .current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #000;
}

.nav_link {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

/* .header .nav_link:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} */

.header .nav_link.active::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F7931E;
}


/* header lang  */

/* header lang end  */
.lang {
  position: relative;
  margin: 20px 0;
  display: none;
}



.header .nav .lang .current {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  /* padding-left: 20px; */
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

/* .header .nav .lang .current:hover {
  color: #fff;
} */


/* HERO Style start  */
.hero_c {
  padding: 80px 0;
  background-image: url('../images/hero_catol_bacg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.hero_top_svg {
  position: absolute;
  top: 13%;
  right: 0;
  height: 50px;
}

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

.hero_bottom_svg {
  position: absolute;
  top: 53%;
  left: 0;
  height: 50px;
}

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

.hero_title {
  font-family: "Arodora Pro", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.4;
  margin: 60px 0;
  color: #2d2d2d;
  text-align: center;
  letter-spacing: 4px;
}



.hero_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
}

.hero_item_c {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;

}

.hero_lang {
  font-family: "Arodora Pro", sans-serif;
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #2b2b2b;
  margin-right: 30px;
  transition: all 0.3s ease-out;
}

.hero_lang:last-child {
  margin-right: 0;
  margin-left: 30px;
}

/* .hero_lang:hover {
  transform: scale(1.1);
} */

.hero_book {
  position: relative;
  border-radius: 10px;
  width: 300px;
  height: 200px;
  background-image: url('https://shiftglobal.net/themes/shift/assets/new/new2/images/SHIFT/%20GLOBAL/%20-/%20Catalogue.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  -webkit-box-shadow: 0px 0px 12px #000000de;
  box-shadow: 0px 0px 12px #000000de;
  -webkit-transform: preserve-3d;
  -ms-transform: preserve-3d;
  transform: preserve-3d;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: rotate(13deg);

}

.hero_cover {
  top: 0;
  position: absolute;
  background-image: url('https://shiftglobal.net/themes/shift/assets/new/new2/images/SHIFT/%20GLOBAL.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  /* -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero_book:hover .hero_cover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotatey(-80deg);
  -ms-transform: rotatey(-80deg);
  transform: rotatey(-80deg);
}

@media (max-width: 1200px) {
  .hero_lang {
    font-size: 22px;
  }
}

@media (max-width: 1100px) {

  .hero_bottom_svg,
  .hero_top_svg {
    height: 40px;
  }

  .hero_title {
    font-size: 34px;
  }

  .hero_book {
    width: 220px;
  }

}

@media (max-width: 950px) {
  .hero_box {
    flex-direction: column;
  }

  .hero_top_svg {
    top: 11%;
  }

  .hero_bottom_svg {
    top: 58%;
  }

  .hero_book {
    width: 300px;
  }
}

@media (max-width: 800px) {

  .offer_info_box {
    flex-direction: column;
  }


  .hero_book {
    width: 280px;
    height: 180px;
  }

  .hero_title {
    margin: 50px 0;
    font-size: 26px;
  }

  .hero_bottom_svg {
    top: 60%;
  }

  .hero_bottom_svg,
  .hero_top_svg {
    height: 34px;
  }
}

@media (max-width: 630px) {
  .hero_book {
    width: 255px;
    height: 150px;
  }

  .hero_bottom_svg {
    top: 57%;
  }

}

@media (max-width: 580px) {

  .hero_title {
    letter-spacing: 2px;
  }

  .hero_bottom_svg {
    top: 47%;
  }

  .hero_book {
    width: 210px;
    height: 131px;
  }

  .hero_lang {
    font-size: 18px;
  }

  .hero_box {
    padding: 30px 0;
  }

  .hero_bottom_svg {
    top: 45%;
  }

  .hero_title {
    letter-spacing: 0;
  }

  .hero_top_svg {
    top: 11%;
  }

  .hero_bottom_svg,
  .hero_top_svg {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .hero_top_svg {
    top: 10%;
  }

  .hero_title {
    font-size: 22px;
  }

  .hero_lang {
    font-size: 16px;
  }

  .hero_bottom_svg,
  .hero_top_svg {
    height: 26px;
  }

  .hero_bottom_svg {
    top: 44%;
  }

}

@media (max-width: 420px) {
  .hero_book {
    width: 160px;
    height: 110px;
  }

  .hero_bottom_svg {
    top: 42%;
  }
}

@media (max-width: 370px) {

  .hero_bottom_svg,
  .hero_top_svg {
    height: 22px;
  }

  .hero_title {
    font-size: 20px;
  }
}

/* HERO Style end  */




.footer {
  margin-top: 50px;
  padding-bottom: 30px;
}

.footer_subtitle {
  font-family: "Arodora Pro", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.footer_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}

.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}

.footer .address p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #979797;
}

.footer .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .media a {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin-right: 30px;
}

.footer .media a:last-child {
  margin-right: 0;
}

.footer .media a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.footer .media a svg:hover path {
  fill: darkgoldenrod;
}

.footer .top {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #979797;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  font-family: "Arodora Pro", sans-serif;
}

.footer .top:hover {
  color: #FE8901;
}

.hero {
  position: relative;
}

.hero_item {
  z-index: 1;
  position: relative;
  height: 770px;
}

.hero_item .inner {
  height: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_item-title {
  font-weight: 400;
  font-size: 75px;
  line-height: 110px;
  color: #fff;
  width: 100%;
  font-family: "Arodora Pro", sans-serif;
}

.hero_item-img {
  width: 100%;
  height: 770px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*   background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left top, right top, from(rgba(247, 173, 42, 0.7)), color-stop(100.01%, rgba(242, 145, 0, 0.7))); */
  /*  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(90deg, rgba(247, 173, 42, 0.7) 0%, rgba(242, 145, 0, 0.7) 100.01%); */
  opacity: 0.71;
}

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

.service {
  position: relative;
  padding: 40px 0;
}

.service_txt {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
}

.service_title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 15px 0 40px;
  text-align: center;
}

.service_inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
}

.service .slick-slide.slick-active .service_item {
  -webkit-animation: item 1.5s linear;
  animation: item 1.5s linear;
  position: relative;
}

.service .slick-slide.slick-active .service_item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.service .slick-slide.slick-active .service_item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.service .slick-slide.slick-active .service_item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.service .slick-slide.slick-active .service_item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.service .slick-slide.slick-active .service_item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.service .slick-slide.slick-active .service_item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.service .slick-slide.slick-active .service_item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.service .slick-slide.slick-active .service_item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.service_item {
  width: calc(33.333% - 80px);
  margin: 20px 15px;
  padding: 30px 15px;
  border: 10px solid #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_item .line {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 70%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.03%, #F7B032), color-stop(11.24%, #F5A724), color-stop(35.94%, #F2960B), color-stop(50.78%, #F19001), color-stop(100.04%, #F7B032));
  background: linear-gradient(90deg, #F7B032 0.03%, #F5A724 11.24%, #F2960B 35.94%, #F19001 50.78%, #F7B032 100.04%);
}

.service_item .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
}

.service_item .line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #fff;
}

.service_item-icon {
  width: 50px;
  height: 65px;
}

.service_item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.service_item-title {
  margin: 10px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
}

.service_item-txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

@-webkit-keyframes item {
  0% {
    top: 30px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes item {
  0% {
    top: 30px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

/* about us start */

.about_us {
  position: relative;
}

.about_us-title {
  font-family: "Arodora Pro", sans-serif;
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.4;
  margin: 15px 0;
  max-width: 100%;
}

.about_us-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 40%;
  padding: 6px;
  background: #FE8901;

}

.about_us-title::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  width: 40%;
  padding: 6px;
  background: #FE8901;

}

.about_us-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  max-width: 75%;
  margin: 15px auto;
}

/* about us end */





.about {
  background: #1A1A1A;
  padding: 60px 0 100px;
  position: relative;
}

.about_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FE8901;
  margin-bottom: 20px;
  z-index: 3;
  position: relative;
}

.about_title {
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  color: #fff;
  max-width: 550px;
  z-index: 3;
  position: relative;
}

.about_info {
  margin-top: 230px;
  z-index: 3;
  position: relative;
}

.about_info-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 61px;
  margin-bottom: 40px;
  color: #fff;
  font-family: "Arodora Pro", sans-serif;
}

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

.about_info-item {
  width: calc(16.666% - 60px);
  margin: 30px;
}

.about_info-item span {
  font-weight: 900;
  font-size: 56px;
  line-height: 1.4px;
  display: block;
  margin-bottom: 20px;
  color: #FE8901;
  font-family: "Arodora Pro", sans-serif;
}

.about_info-item p {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: white;
  font-family: "Arodora Pro", sans-serif;
}

.about_map {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 100%;
  max-width: 900px;
  height: 560px;
}

.about_map svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.dot {
  -webkit-animation: dot 1.5s linear infinite;
  animation: dot 1.5s linear infinite;
}

.dot2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.dot3 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dot4 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.dot5 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dot6 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.dot7 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.dot8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dot9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.dot10 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.dot11 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dot12 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes dot {
  0% {
    opacity: 0;
    fill: #8C5D27;
    -webkit-transform: translate(initial) scale(1);
    transform: translate(initial) scale(1);
  }

  50% {
    opacity: 1;
    fill: #fff;
    -webkit-transform: translate(initial) scale(3);
    transform: translate(initial) scale(3);
  }

  100% {
    opacity: 0;
    fill: #8C5D27;
    -webkit-transform: translate(initial) scale(1);
    transform: translate(initial) scale(1);
  }
}

@keyframes dot {
  0% {
    opacity: 0;
    fill: #8C5D27;
    -webkit-transform: translate(initial) scale(1);
    transform: translate(initial) scale(1);
  }

  50% {
    opacity: 1;
    fill: #fff;
    -webkit-transform: translate(initial) scale(3);
    transform: translate(initial) scale(3);
  }

  100% {
    opacity: 0;
    fill: #8C5D27;
    -webkit-transform: translate(initial) scale(1);
    transform: translate(initial) scale(1);
  }
}

.feature {
  position: relative;
  padding: 60px 0;
}

.feature_subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}

.feature_title {
  font-weight: 400;
  font-size: 42px;
  line-height: 67px;
  margin-bottom: 80px;
  text-align: center;
}

.feature_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -50px -40px;
}

.feature_item {
  width: calc(33.33% - 80px);
  margin: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_item-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.feature_item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.feature_item-info {
  width: calc(100% - 70px);
}

.feature_item-title {
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 40px;
  position: relative;
}

.feature_item-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #F7941D;
  width: 30px;
  height: 3px;
}

.feature_item-txt {
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
}

.global {
  padding: 60px 0 150px;
  background: url("../images/hero_bg.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.global::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left top, right top, from(rgba(247, 173, 42, 0.7)), color-stop(100.01%, rgba(242, 145, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(90deg, rgba(247, 173, 42, 0.7) 0%, rgba(242, 145, 0, 0.7) 100.01%);
  opacity: 0.71;
}

.global_wrap {
  position: relative;
  z-index: 2;
}

.global_subtitle {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 100px;
  color: #fff;
  font-family: "Arodora Pro", sans-serif;
}

.global_title {
  font-weight: 900;
  font-size: 70px;
  line-height: 98px;
  color: #fff;
  margin-bottom: 15px;
  font-family: "Arodora Pro", sans-serif;
}

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

.global_title.end {
  text-align: end;
}

.news {
  margin: 100px 0;
  position: relative;
}

.news_title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  margin: 15px 0;
  max-width: 100%;
}

.news_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 40%;
  padding: 6px;
  background: #FE8901;
}

.news_title::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  width: 40%;
  padding: 6px;
  background: #FE8901;

}

.news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_main {
  width: calc(60% - 50px);
  margin-right: 50px;
}

.news_main-photo {
  width: 100%;
  height: 400px;
}

.news_main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.news_main-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 40px 0 10px;
}

.news_main-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}

.news_main-txt {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
}

.news_other {
  width: calc(40% - 50px);
  margin-left: 50px;
}

.news_other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FBB03B;
}

.news_other-item:last-child {
  border-bottom: none;
}

.news_other-item-img {
  width: 170px;
  height: 110px;
  margin-right: 40px;
}

.news_other-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.news_other-item-info {
  width: calc(100% - 250px);
}

.news_other-item-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  display: block;
}

.news_other-item-info h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* News Post start */

.news_post {
  margin-top: 120px;
}

.news_post_title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;

}

.news_post-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.news_post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 40px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin: 20px;
}

.news_post-item:last-child {
  border-bottom: none;
}

.news_post-item-img {
  width: 170px;
  height: 110px;
  margin-right: 40px;
}

.news_post-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.news_post-item-info {
  width: calc(100% - 250px);
}

.news_post-item-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  display: block;
}

.news_post-item-info h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

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

.pagination_num {
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  color: #000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.pagination_num:hover {
  color: #F19001;
}

.pagination_num.active {
  color: #F19001;
}

.pagination_num:last-child {
  margin-right: 0;
}

/* News Post end */

.hire {
  padding: 60px 0 150px;
  background: url("../images/hero_bg.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.hire::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  opacity: 0.71;
}

.hire_wrap {
  position: relative;
  z-index: 2;
}

.hire_title {
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 60px;
  color: #FE8901;
  text-align: center;
  font-family: "Arodora Pro", sans-serif;
}

.hire_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hire_box-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  color: #fff;
  width: calc(50% - 30px);
  margin-right: 30px;
  font-family: "Arodora Pro", sans-serif;
}

.hire_list {
  width: calc(50% - 30px);
  margin-left: 30px;
}

.hire_list-txt {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
  font-family: "Arodora Pro", sans-serif;
}

.hire_list-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #FE8901;
  font-family: "Arodora Pro", sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FE8901;
}

.hire_list-title:last-child {
  border-bottom: none;
}

.hire_list-title span {
  color: white;
}

.contact {
  padding: 100px 0;
  position: relative;
}

.contact_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px auto;
  max-width: 800px;
}

.contact_title {
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  width: 100%;
  margin: 20px 10px;
  font-family: "Arodora Pro", sans-serif;
}

.contact_input {
  width: 100%;
  margin: 10px;
}

.contact_input.w50 {
  width: calc(50% - 20px);
}

.contact_input input {
  width: calc(100% - 40px);
  padding: 12px 20px;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  border: 2px solid #1A1A1A;
  font-family: "Arodora Pro", sans-serif;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.contact_input input::-webkit-input-placeholder {
  color: #CCCCCC;
}

.contact_input input::-moz-placeholder {
  color: #CCCCCC;
}

.contact_input input:-ms-input-placeholder {
  color: #CCCCCC;
}

.contact_input input::-ms-input-placeholder {
  color: #CCCCCC;
}

.contact_input input::placeholder {
  color: #CCCCCC;
}

.contact_input input:focus {
  border-color: #FBB03B;
}

.contact_input textarea {
  width: calc(100% - 40px);
  padding: 12px 20px;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  border: 2px solid #1A1A1A;
  font-family: "Arodora Pro", sans-serif;
  resize: none;
  height: 100px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.contact_input textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}

.contact_input textarea::-moz-placeholder {
  color: #CCCCCC;
}

.contact_input textarea:-ms-input-placeholder {
  color: #CCCCCC;
}

.contact_input textarea::-ms-input-placeholder {
  color: #CCCCCC;
}

.contact_input textarea::placeholder {
  color: #CCCCCC;
}

.contact_input textarea:focus {
  border-color: #FBB03B;
}

.contact_btn {
  padding: 10px 50px;
  background: #000;
  color: #FBB03B;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  font-family: "Arodora Pro", sans-serif;
}

.contact_btn:hover,
.contact_btn:focus {
  background: #FBB03B;
  color: #000;
}


/* drag drop start */

.Outer-card {
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  margin: 12px 10px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.Outer-card.on-drag-over {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

/* .Outer-card {
  max-width: 600px;
  width: calc(100% - 200px);
}  */


.Inner-card {
  width: calc(100% - 40px);
  padding: 12px 20px;
  border: 2px solid #fbb03b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Inner-card .Import_text {
  max-width: 655px;
  color: #cccc;
  font-size: 21px;
  margin-top: 8px;
}

.Inner-card .Divider {
  margin-top: 8px;
  width: 120px;
  text-align: center;
  position: relative;
}

.Inner-card .Divider::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #caced3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.Inner-card .Divider-text {
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  background: #E8F3F3;
  padding-inline: 8px;
}

.Import_text {
  max-width: 355px;
  color: #6d727b;
  font-size: 16px;
  margin-top: 8px;
}


.Check {
  position: absolute;
  top: 0;
  left: 0;
  /* margin-right: -20px; */
}

.Check.hidden {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.Check.animation {
  -webkit-animation: pop 0.5s;
  animation: pop 0.5s;
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.File-input {
  display: none;
}

.File-label {
  background-color: #000;
  color: #fbb03b;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 24px;
  cursor: pointer;
}

.File-label:hover {
  background-color: #fbb03b;
  color: #000;
}

.File-name-container {
  background-color: #fbb13b75;
  width: 100%;
  border-radius: 6px;
  margin-top: 16px;
  padding: 10px 16px;
  border: 1px solid #fbb13ba8;
}

.File-name-container.hidden {
  display: none;
}

.File-name {
  color: #4c4c4c;
  font-size: 12px;
  text-align: center;
}

/* drag drop stop */

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

.hero_slider .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 100px;
  width: 36px;
  height: 24px;
  background: url("https://shiftglobal.net/themes/shift/assets/images/svg/arrow_left.svg") no-repeat center;
  background-size: contain;
  z-index: 4;
}

.hero_slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 100px;
  width: 36px;
  height: 24px;
  background: url("https://shiftglobal.net/themes/shift/assets/images/svg/arrow_right.svg") no-repeat center;
  background-size: contain;
  z-index: 4;
}

.hero_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}

.hero_slider .slick-dots li {
  display: block;
}

.hero_slider .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border: none;
  opacity: 0.9;
  border-radius: 50%;
}

.hero_slider .slick-dots li.slick-active {
  width: 20px;
  height: 20px;
}

.hero_slider .slick-dots li.slick-active button {
  background: transparent;
  border: 5px solid #F7B032;
  background-size: contain;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.service_box .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
  bottom: -20px;
}

.service_box .slick-dots li {
  display: block;
}

.service_box .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border: none;
  opacity: 0.9;
  border-radius: 50%;
}

.service_box .slick-dots li.slick-active {
  width: 20px;
  height: 20px;
}

.service_box .slick-dots li.slick-active button {
  background: transparent;
  border: 5px solid #F7B032;
  background-size: contain;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 32px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  cursor: pointer;
  margin: 0 8px;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  color: transparent;
  border-radius: 50%;
  background: rgba(59, 59, 59, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.slick-dots li button:focus {
  outline: none;
  background: #6ec9c7;
}

.slick-dots li.slick-active button {
  background: #6ec9c7;
  width: 28px;
  border-radius: 10px;
}


/* Trancparency start */
.trans {
  position: relative;
  margin: 150px 0 50px 0;
}

.tranc_photo {
  max-width: 100%;
}

.tranc_photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  display: block;
}

.trans_info {
  margin: 40px 0;
}

.trans_data {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  color: #F19001;
}

.trans_title {
  font-family: "Arodora Pro", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  margin: 15px 0;
}

.trans_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  width: 50%;
  color: #4f4f4f;
}

/* Trancparency end */



/* responsive @media */

@media (max-width: 1400px) {
  .hero_item-title {
    font-size: 65px;
    line-height: 90px;
  }

  .service {
    overflow: hidden;
  }

  .service_item {
    width: calc(33.33% - 80px);
  }

  .about_map {
    position: relative;
    top: unset;
    right: unset;
  }

  .about_info {
    margin-top: 30px;
  }

  .about_info-item {
    width: calc(33.33% - 60px);
  }

  .feature {
    overflow: hidden;
  }

  .feature_item {
    width: calc(50% - 80px);
  }

  .global_title {
    font-size: 64px;
  }

  .news_main {
    width: calc(50% - 25px);
    margin-right: 25px;
  }

  .news_other {
    width: calc(50% - 25px);
    margin-left: 25px;
  }

  .footer_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1100px) {
  .service_item {
    width: calc(50% - 80px);
  }

  .about_us-title::before {
    width: 38%;
  }

  .about_us-title::after {
    width: 38%;
  }

  .offer_title::before {
    width: 28%;
  }

  .offer_title::after {
    width: 28%;
  }

  .news_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news_main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .news_other {
    width: 100%;
    margin-left: 0;
  }

  .footer_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-item {
    width: calc(50% - 20px);
  }


}

@media (max-width:920px) {
  .trans_text {
    width: 60%;
  }

  .news_post-item {
    flex-direction: column;
    margin: 10px 20px;
  }

  .news_post-item-img {
    margin-right: 0;
  }

  .news_post-item-info {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .about_us-title::before {
    width: 35%;
  }

  .about_us-title::after {
    width: 35%;
  }

  .offer_title::before {
    width: 20%;
  }

  .offer_title::after {
    width: 20%;
  }

  .about_us-text {
    font-size: 20px;
    max-width: 90%;
  }

  .offer_text {
    font-size: 20px;
    max-width: 90%;
  }

  .header .nav {
    width: 25%;
  }

}

@media (max-width: 820px) {
  .auto_container {
    padding: 0 35px;
  }

  /* .header .nav.active {
    right: -35px;
  } */

  /* .header .nav {
    width: 35%;
  } */

  .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 30px;
  }

  .header .burger span {
    display: block;
    position: relative;
    width: 100%;
    height: 1.5px;
    background: #000;
  }

  .header .burger span::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: #000;
  }

  .header .burger span::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: #000;
  }

  .header .nav {
    position: absolute;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    border-radius: 15px 0 0 15px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }

  /* .header .nav.active {
    right: -40px;
  } */

  .header .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 101;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }

  .nav_inner {
    background: #fff;
    width: calc(100% - 50px);
    max-width: 70%;
    height: 100%;

    position: absolute;
    top: 0;
    right: 0;


  }

  .header .nav.active {
    right: 0;
    top: 0;
  }

  .header .nav_inner.active {
    right: 0;
  }

  .header .nav_link {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .header .nav .lang .current {
    color: #000;
    font-size: 16px;
    padding-left: 0;
    padding: 10px 0 10px 0;
    margin-top: 10px;
  }

  .lang_box button {
    font-size: 16px;
  }

  .header .nav .lang .current:hover {
    color: #000;
  }

  .header .nav .lang .current:before {
    width: 100px;
    height: 1.5px;
    bottom: unset;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .header .nav .lang .current::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100px;
    height: 1.5px;
    background: #000;
  }

  /* header Lang */
  .Lang {
    display: none;
  }

  /* header Lang end */
  .header .lang {
    display: block;
  }

  .lang_form {
    display: block;
  }


  .lang_box {
    display: block;
    top: calc(100% + 30px);
  }

  .lang_box a {
    background: #000;
    color: #fff;
  }

  .hero_item {
    height: 600px;
  }

  .hero_item .inner {
    height: 600px;
  }

  .hero_item-img {
    height: 600px;
  }

  .hero_item-title {
    font-size: 40px;
    line-height: 50px;
  }

  .hero_slider .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
  }

  .hero_slider .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
  }

  .service_txt {
    font-size: 18px;
  }

  .service_title {
    font-size: 30px;
    line-height: 30px;
  }

  .service_box .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
  }

  .service_box .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
  }

  .about_map {
    height: 340px;
    margin: 10px 0;
  }

  .about_title {
    font-size: 22px;
    line-height: 1.5;
  }

  .about_info-title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .about_info-item span {
    font-size: 42px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .about_info-item p {
    font-size: 17px;
    line-height: 1.4;
  }

  .about_us-title {
    font-size: 30px;
  }

  .about_us-title::before {
    width: 35%;
    top: 12px;
  }

  .about_us-title::after {
    width: 35%;
    top: 12px;
  }

  .feature_subtitle {
    font-size: 16px;
    line-height: 1.4;
  }

  .feature_title {
    font-size: 30px;
    line-height: 1.5;
  }

  .global {
    padding-bottom: 85px;
  }

  .global_subtitle {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .global_title {
    font-size: 38px;
    line-height: 1.5;
  }

  .news_main-photo {
    height: 300px;
  }

  .news_main-title {
    font-size: 28px;
    line-height: 1.5;
  }

  .news_main-txt {
    font-size: 16px;
    line-height: 1.5;
  }

  .news_post_title {
    font-size: 30px;
  }

  .hire_title {
    font-size: 40px;
    line-height: 1.5;
  }

  .hire_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hire_box-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 22px;
    text-align: center;
  }

  .hire_list {
    width: 80%;
    margin-left: 0;
  }

  .hire_list-txt {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
  }

  .hire_list-title {
    font-size: 21px;
    line-height: 1.5;
  }

  .contact {
    padding: 80px 0 50px;
  }

  .contact_title {
    font-size: 30px;
    line-height: 1.4;
  }

  .contact_input input {
    font-size: 16px;
  }

  .contact_input textarea {
    font-size: 16px;
  }

  .Inner-card .Import_text {
    font-size: 16px;
  }

  .contact_btn {
    font-size: 20px;
    margin-top: 20px;
  }

  .footer_subtitle {
    font-size: 30px;
    line-height: 1.5;
  }

  .footer_title {
    font-size: 18px;
    line-height: 1.5;
  }

  .footer .address p {
    font-size: 16px;
    line-height: 1.4;
  }

  .footer .media a {
    margin-right: 20px;
  }

  .trans_title {
    font-size: 30px;
  }

  .trans_text {
    width: 80%;
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .menu ul a {
    font-size: 18px;
  }

  .offer_info_item {
    width: 70%;
  }

  .offer_info_item p {
    font-size: 22px;
  }

  .service_inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service_item {
    width: calc(80% - 30px);
    margin: 20px 0;
    border-width: 5px;
  }

  .service_item .line {
    height: 5px;
    top: -5px;
  }

  .service_item .line::before,
  .service_item .line::after {
    height: 5px;
  }

  .about_us-text {
    font-size: 18px;
  }

  .feature_box {
    margin: 0;
  }

  .feature_item {
    width: 100%;
    margin: 30px 0;
  }

  .feature_item:first-child {
    margin-top: 0;
  }

  .feature_item-txt {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 600px) {
  .header .nav.active {
    top: 0;
  }

  .nav_inner {
    max-width: 90%;
  }

  .menu ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu ul a {
    margin-right: 0;
  }
}

@media (max-width: 560px) {


  .header .lang .currnet {
    font-size: 20px;
  }

  .hero_item-title {
    font-size: 28px;
    line-height: 1.6;
  }

  .service_txt {
    font-size: 16px;
  }

  .service_title {
    font-size: 24px;
    line-height: 1.5;
  }

  .service_item-icon {
    width: 40px;
    height: 50px;
  }

  .about_title {
    font-size: 18px;
  }

  .about_map {
    height: 240px;
  }

  .about_info-title {
    font-size: 20px;
  }

  .about_info-item {
    width: calc(50% - 40px);
    margin: 20px;
  }

  .about_info-item span {
    line-height: 1;
  }

  .about_us-title {
    font-size: 24px;
  }

  .about_us-title::before {
    top: 8px;
    width: 30%;
  }

  .about_us-title::after {
    top: 8px;
    width: 30%;
  }



  .offer_title {
    font-size: 24px;
  }

  .offer_title::before {
    top: 8px;
    width: 20%;
  }

  .offer_title::after {
    top: 8px;
    width: 20%;
  }

  .offer_chat_text  {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .feature_title {
    font-size: 24px;
    margin-bottom: 60px;
  }

  .feature_subtitle {
    font-size: 15px;
  }

  .feature_item-icon {
    width: 35px;
    height: 35px;
  }

  .global_subtitle {
    font-size: 18px;
  }

  .global_title {
    font-size: 20px;
  }

  .news_main-photo {
    height: 200px;
  }

  .news_main-title {
    font-size: 20px;
  }

  .news_other-item-img {
    width: 120px;
    height: 65px;
    margin-right: 20px;
  }

  .news_other-item-info {
    width: calc(100% - 140px);
  }

  .news_other-item-info h4 {
    font-size: 14px;
  }

  .news_post_title {
    font-size: 24px;
  }

  .news_post-item {
    width: calc(100% - 40px);
  }

  .news_post-item-img {
    width: 270px;
    height: 150px;
  }

  .news_post-item-img img {
    object-fit: contain;
    -o-object-fit: contain;
  }

  .hire_title {
    font-size: 28px;
    margin-bottom: 45px;
  }

  .hire_box-title {
    font-size: 18px;
    line-height: 1.5;
  }

  .contact_title {
    font-size: 20px;
  }

  .contact_input {
    width: calc(100% - 20px);
  }

  .contact_input input {
    font-size: 15px;
    padding: 10px 15px;
    width: calc(100% - 34px);
  }

  .contact_input textarea {
    font-size: 15px;
    padding: 10px 15px;
    width: calc(100% - 34px);
  }

  .contact_input.w50 {
    width: calc(100% - 20px);
  }

  .contact_btn {
    font-size: 16px;
  }

  .footer_subtitle {
    font-size: 24px;
  }

  .footer_title {
    font-size: 16px;
  }

  .footer-item {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }

  .footer .media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .trans_data {
    font-size: 16px;
  }

  .trans_title {
    font-size: 24px;
  }

  .trans_text {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .auto_container {
    padding: 0 20px;
  }

  .offer_info_item {
    width: 90%;
  }

  .offer_info_item p {
    font-size: 18px;
  }



}</pre></body></html>