* {
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: slick;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot");
}
@font-face {
  font-family: slick;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.ttf");
}
@font-face {
  font-family: slick;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff");
}
:root {
  /* fonts*/
  --clamp12: clamp(10px, 0.625vw, 12px);
  --clamp14: clamp(12px, 0.72916vw, 14px);
  --clamp16: clamp(14px, 0.8333vw, 16px);
  --clamp18: clamp(14px, 0.9375vw, 18px);
  --clamp20: clamp(16px, 1.0416vw, 20px);
  --clamp24: clamp(16px, 1.25vw, 24px);
  --clamp26: clamp(20px, 1.3541vw, 26px);
  --clamp28: clamp(22px, 1.4583vw, 28px);
  --clamp30: clamp(20px, 1.5625vw, 30px);
  --clamp36: clamp(25px, 1.875vw, 36px);
  --clamp40: clamp(25px, 2.083vw, 40px);
  --clamp48: clamp(25px, 2.6041vw, 48px);
  --clamp60: clamp(25px, 3.125vw, 60px);
  --clamp78: clamp(30px, 4.0625vw, 78px);
}

header {
  position: relative;
  z-index: 1;
}
header nav.navbar {
  background: none;
}

.container {
  max-width: 84%;
}
.logo{ width: 120px;}
@media screen and (max-width: 767px) {
  .container {
    max-width: 90%;
  }
}

.section-title:hover i::before {
  transition: 0.9s;
  transform: rotate(180deg);
}
.section-title .card {
  font-size: var(--clamp28) !important;
  font-weight: 400 !important;
}

.aboutus,
.categories,
.collaboration {
  background: #fff;
}
.aboutus h2,
.categories h2,
.collaboration h2 {
  font-size: var(--clamp48);
  font-weight: 400;
  margin-bottom: 30px;
}
.aboutus p,
.categories p,
.collaboration p {
  font-size: var(--clamp30);
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .aboutus p,
.categories p,
.collaboration p {
    line-height: inherit;
  }
}
.aboutus .section-title .card,
.categories .section-title .card,
.collaboration .section-title .card {
  background: #fcfcff;
}
.our_core {
  position: relative;
  background: #000;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .our_core {
    padding: 50px 0px;
  }
}
.our_core .ourcore_bg_video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../asset/images/Our_Core_bg3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: 100%;
}
@media (min-width: 1200px) {
  .our_core .ourcore_bg_video::before {
    background-size: 74%;
  }
}
.our_core h2 {
  font-size: var(--clamp48);
  font-weight: 400;
  margin-bottom: 30px;
}
.our_core p {
  font-size: var(--clamp30);
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .our_core p {
    line-height: inherit;
  }
}
@media (min-width: 992px) {
  .our_core .slick-dots {
    top: 50%;
    width: auto;
    right: -10%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
  }
}

.categories .catergories-list a {
  color: #000 !important;
}
.categories .catergories-list a:hover {
  color: #ff0076 !important;
}

.our_reach h2 {
  font-size: var(--clamp48);
  font-weight: 400;
  margin-bottom: 30px;
}
.our_reach p {
  font-size: var(--clamp30);
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .our_reach p {
    line-height: inherit;
  }
}
@media (min-width: 992px) {
  .our_reach .worldmap {
    margin-top: -3rem;
  }
}

.our_service {
  position: relative;
  height: 750px;
}
@media screen and (max-width: 767px) {
  .our_service {
    height: 500px;
  }
}
.our_service .service-content {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 1;
}
.our_service .service-mob {
  display: none;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .our_service .service-mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.our_service .service-desk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_service .service-desk img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .our_service .service-desk {
    display: none;
  }
}
.our_service .our-service-list .single_item {
  min-width: 100% !important;
}
.our_service .our-service-list .slick-next,
.our_service .our-service-list .slick-prev {
  z-index: 1;
  top: auto;
  bottom: 5% !important;
}
.our_service .our-service-list .slick-prev {
  left: 10%;
}
.our_service .our-service-list .slick-prev::before {
  content: url("../images/l-arrow.svg");
}
.our_service .our-service-list .slick-next {
  right: 10%;
}
.our_service .our-service-list .slick-next::before {
  content: url("../images/r-arrow.svg");
}
.our_service .our-service-slider {
  height: 800px;
}
@media screen and (max-width: 767px) {
  .our_service .our-service-slider {
    height: 500px;
  }
}
.our_service .our-service-slider .slick-next,
.our_service .our-service-slider .slick-prev {
  z-index: 1;
  top: auto;
  bottom: 5% !important;
}
.our_service .our-service-slider .slick-prev {
  left: 10%;
}
@media screen and (max-width: 767px) {
  .our_service .our-service-slider .slick-prev {
    left: 2%;
  }
}
.our_service .our-service-slider .slick-prev::before {
  content: url("../images/l-arrow.svg");
}
.our_service .our-service-slider .slick-next {
  right: 10%;
}
.our_service .our-service-slider .slick-next::before {
  content: url("../images/r-arrow.svg");
}
.our_service .our-service-slider .single-item {
  position: relative;
}
.our_service .our-service-slider .single-item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5215686275);
  width: 100%;
  height: 100%;
}
.our_service .our-service-slider .single-item img {
  height: 800px !important;
  min-width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
@media screen and (max-width: 767px) {
  .our_service .our-service-slider .single-item img {
    height: 500px !important;
    min-width: auto !important;
    width: 100%;
  }
}
.our_service .our-service-list .slick-list .slick-track {
  display: flex;
}
.our_service .our-service-list .slick-list .slick-track .slick-slide.slick-current.slick-active {
  background-color: #fcfcff;
  padding: 6px 0px;
}
.our_service .our-service-list .slick-list .slick-track .slick-slide.slick-current.slick-active .single_item {
  color: #000 !important;
}
.our_service .our-service-list .single_item h2 {
  font-size: var(--clamp36) !important;
  font-weight: 400 !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .our_service .our-service-list .single_item h2 {
    font-size: 16px !important;
  }
}

.categories {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .categories {
    padding: 30px 0px;
  }
}

.our_team h2 {
  font-size: var(--clamp48);
  font-weight: 400;
  margin-bottom: 30px;
}
.our_team p {
  font-size: var(--clamp30);
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .our_team p {
    line-height: inherit;
  }
}
.our_team .overlay {
  height: calc(100% - 70px);
}
.our_team .single_team .figure {
  overflow: hidden;
}
.our_team .single_team .figure .img-block {
  position: relative;
}
.our_team .single_team .figure .img-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: 0.5s ease-in-out;
  min-height: calc(100% - 70px);
  min-width: calc(100% - 70px);
  overflow-y: auto;
  margin: 2rem;
  border: 1px solid #cfcfd0;
}
.our_team .single_team .figure .img-block .overlay .text {
  color: white;
  font-size: var(--clamp18);
  position: absolute;
  padding:1rem;
  line-height: inherit; top: 0;
}
.our_team .single_team .figure:hover .img-block .overlay {
  opacity: 1;
}
.our_team .single_team .figure:hover .img-block i:before {
  transition: 0.9s;
  transform: rotate(180deg);
}
.our_team .single_team .figure h5 {
  font-weight: 400;
}
.our_team .single_team .figure p {
  font-weight: 300;
  line-height: inherit;
}
@media (max-width: 767.98px) {
  .our_team .single_team:not(:last-child) .figure .figure-caption {
    color: #000 !important;
  }
}

.share-dropdown .dropdown-toggle {
  background-color: #fcfcff;
  border-color: #d9d7d7;
}
.share-dropdown .dropdown-toggle::after {
  display: none;
}
.share-dropdown .dropdown-menu {
  min-width: 1rem !important;
}

.slick-dots li button:before {
  color: #fff !important;
  font-size: 1.15rem !important;
}

.hero-bg {
  padding: 150px 0 !important;
  margin-top: -7rem;
}
.hero-bg .ban-text {
  font-size: var(--clamp60);
}

.banner-bottom {
  background: url(../images/ban-bottom-img.svg) no-repeat top center;
  background-size: cover;
  height: 200px;
  margin-top: -5px;
  position: relative;
}

.banner-arrow {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/line-arrow.svg) no-repeat bottom center;
  height: 140px;
  width: 12px;
}

.cooki-icon {
  position: absolute;
  left: 5%;
  top: 70px;
}

.aboutus {
  padding: 120px 0px;
}
@media screen and (max-width: 767px) {
  .aboutus {
    padding: 40px 0px;
  }
}
.aboutus p {
  line-height: 50px;
}
.aboutus .about-img {
  margin: 30px auto 0 auto;
  display: block;
  max-width: 350px;
}
.aboutus h2 {
  font-size: var(--clamp48);
  font-weight: 400;
  margin-bottom: 30px;
}
.aboutus p {
  font-size: var(--clamp30);
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .aboutus p {
    line-height: inherit;
  }
}

.c-text {
  font-size: var(--clamp30);
  font-weight: 300;
  margin-bottom: 10px;
}

.catergories-list h6 {
  font-size: var(--clamp48);
  font-weight: 400;
}

.bi-plus-lg::before {
  font-size: 20px;
}

.close-btn {
  text-align: right;
  margin-left: auto;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.close-btn button {
  background: none;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  margin-left: auto;
  font-size: 20px;
}

.offcanvas-footer {
  position: absolute;
  bottom: 20px;
  right: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 100%;
}
.offcanvas-footer a {
  padding: 0px !important;
  font-size: var(--clamp20) !important;
}
@media screen and (max-width: 767px) {
  .offcanvas-footer {
    display: none;
  }
}

.nav-link {
  font-size: var(--clamp20);
  position: relative;
  display: inline-block;
  padding: 20px 0px 0px;
}
.nav-link:before {
  position: absolute;
  background-color: #fff;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -2px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-link:hover:before {
  color: #fff;
  width: 100%;
}

.jobopen {
  cursor: pointer;
}
.jobopen:hover i:before {
  transition: 0.9s;
  transform: rotate(180deg);
}

.jobover strong:hover {
  color: #ff0076;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #000;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  #scroll {
    right: 50px;
  }
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #000;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.toggle_btn {
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 2px;
  color: #fff;
  font-size: var(--clamp24);
}

.toggle_btn a {
  color: #fff;
  text-decoration: none;
}

.overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index:99;
  top: 0;
  right: 0;
  background: #000;
  overflow-y: auto;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 35%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #fff;
}

.overlay .closebtn {
  text-align: right;
  margin-left: auto;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: var(--clamp24);
  color: #fff;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.menu-collapser {
  display: none !important;
}

ul.slimmenu {
  display: block !important;
  padding: 0px 20px !important;
}

.slick-slide .single_item .list {
  display: none;
  border-top: 2px solid #000;
  text-align: left !important;
  padding: 10px 0px 10px 20px !important;
  margin-top: 5px !important;
}
.slick-slide.slick-current .single_item:hover .list {
  display: block;
  background: #fff;
}

.p-200 {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .p-200 {
    padding-top: 50px;
  }
}

.video-h {
  height: 780px;
}
@media screen and (max-width: 767px) {
  .video-h {
    height: 280px;
  }
}

.end-20 {
  right: -20px;
}/*# sourceMappingURL=styles.css.map */

.smile{ position: absolute; top: 50px; left: 10%;}

.br-righ { width: 70%; border-right: 1px solid #ccc ;}
@media screen and (max-width: 767px) {
  .br-righ { width:100%; border-right:0px solid #ccc ;}
}