@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
header {
  background: transparent;
  background: #333;
  width: 100%;
  z-index: 3;
  transition: 0.5s ease-in-out;
}

.header__active {
  background: black !important;
  box-shadow: 0 4px 30px rgb(0, 0, 0);
  position: fixed;
}
.header__active nav {
  height: 110px;
}
.header__active nav .logo {
  width: 90px;
  height: 72px;
}

.header2 {
  position: fixed !important;
  background: transparent;
}

nav {
  padding: 0px;
  height: 160px;
  transition: 0.5s ease-in-out;
}
nav .logo {
  width: 150px;
  height: 120px;
  transition: 0.5s ease-in-out;
}
nav .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
nav #overlay .close__btn {
  display: none;
}
nav .nav__btn__group .menu__btn {
  margin-right: 16px;
  display: none;
}
nav .nav__btn__group .menu__btn path {
  fill: #db0100;
}
nav .nav__btn__group .lang {
  border-radius: 8px;
  margin-left: 15px;
  cursor: pointer;
  position: relative;
  padding: 5px;
  transition: 0.5s ease;
}
nav .nav__btn__group .lang i,
nav .nav__btn__group .lang span {
  color: #fff;
}
nav .nav__btn__group .lang .lang__menu {
  display: none;
  width: 100%;
  z-index: 3;
  margin-top: 15px;
  position: absolute;
  background: white;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  border: 1px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
nav .nav__btn__group .lang .lang__menu div {
  color: #db0100;
  cursor: pointer;
  padding: 5px;
  transition: 0.3s ease;
}
nav .nav__btn__group .lang .lang__menu div:hover {
  background: #db0100;
  color: white;
}
nav .nav__btn__group .lang .lang__menu .active {
  background-color: #db0100;
  color: white;
}
nav .menu__items {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 5;
}
nav .menu__items .mobile__nav {
  display: none;
}
nav .menu__items .mobile__nav .lang {
  background: #db0100;
  border-radius: 8px;
  margin-left: 15px;
  cursor: pointer;
  position: relative;
  padding: 5px;
}
nav .menu__items .mobile__nav .lang i,
nav .menu__items .mobile__nav .lang span {
  color: #fff;
}
nav .menu__items .mobile__nav .lang .lang__menu {
  display: none;
  width: 100%;
  z-index: 3;
  margin-top: 15px;
  position: absolute;
  background: white;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  border: 1px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
nav .menu__items .mobile__nav .lang .lang__menu div {
  color: #db0100;
  cursor: pointer;
  padding: 5px;
  transition: 0.3s ease;
}
nav .menu__items .mobile__nav .lang .lang__menu div:hover {
  background: #db0100;
  color: white;
}
nav .menu__items .mobile__nav .lang .lang__menu .active {
  background-color: #db0100;
  color: white;
}
nav .menu__items .menu__items__list {
  display: flex;
}
nav .menu__items .company__li {
  cursor: pointer;
}
nav .menu__items .company__li i {
  transition: 0.5s ease;
  color: #fff;
  margin-left: 10px;
}
nav .menu__items .company__li:hover .company__collapse {
  display: flex;
}
nav .menu__items .company__li:hover i {
  transform: rotate(-180deg);
  color: #db0100;
}
nav .menu__items .company__li .company__collapse {
  display: none;
  z-index: 11;
  position: absolute;
  margin-left: 20px;
  background-color: transparent;
}
nav .menu__items .company__li .company__collapse .company__collapse-body {
  min-width: 200px;
  border-radius: 16px;
  box-shadow: 0px 24px 84px rgba(57, 101, 57, 0.14);
  margin-top: 10px;
  padding: 16px;
  border: none;
  left: 20px;
  list-style: none;
  background: white;
}
nav .menu__items .company__li .company__collapse .company__collapse-body li {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s ease;
}
nav .menu__items .company__li .company__collapse .company__collapse-body li a {
  min-width: 200px;
  padding: 12px 16px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  border-radius: 16px;
  background: transparent !important;
  font-weight: 400 !important;
  min-width: 200px;
  border: 1px solid #fff;
}
nav .menu__items .company__li .company__collapse .company__collapse-body li:hover a {
  color: #db0100;
  text-decoration: none;
  font-weight: 700 !important;
  border: 1px solid #db0100;
}
nav .menu__items .social__networks {
  display: none;
}
nav .menu__items .nav-link {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 15px;
  text-decoration: none;
  position: relative;
  align-items: center;
  color: #fff;
  transition: 0.5s ease;
}
nav .menu__items .nav-link:hover {
  color: #db0100;
}
nav .menu__items .active__link {
  color: #db0100;
}
nav .menu__items .active__link a, nav .menu__items .active__link i {
  color: #db0100;
}

.rotate-arrow {
  transform: rotate(-180deg) !important;
  color: #db0100;
}

/*-------------------HEADER END-------------------*/
/*-------------------Media Queries-------------------*/
@media (max-width: 767px) {
  nav {
    height: 100px;
  }
  nav #overlay {
    display: flex;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  nav #overlay .close__btn {
    display: block;
    position: absolute;
    left: calc(20% - 48px);
    top: 35px;
  }
  nav .logo {
    width: 85px;
    height: 69px;
  }
  nav .menu__items {
    width: 80%;
    max-width: 300px;
    height: 100vh;
    display: block;
    opacity: 0;
    padding: 22px 16px;
    background-color: #f6f9ff;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    position: fixed;
    padding-bottom: 40px;
    top: 0;
    right: -100%;
    bottom: 0;
  }
  nav .menu__items .menu__items__list {
    display: block;
    overflow-y: scroll;
    height: calc(100% - 130px);
    margin-bottom: 12px;
  }
  nav .menu__items .menu__items__list .nav-link {
    margin: 0;
  }
  nav .menu__items .company__li i {
    color: #333;
  }
  nav .menu__items .company__li .company__collapse {
    margin-left: 0px;
    position: relative;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    margin: 8px 0;
    z-index: inherit;
  }
  nav .menu__items .company__li .company__collapse .company__collapse-body {
    margin-top: 0px;
    width: 100%;
    min-width: 100px;
    border: none;
    display: block;
    background: #fff;
    border-radius: 16px;
    padding: 16px 16px 8px 16px;
    box-shadow: none;
  }
  nav .menu__items .company__li .company__collapse .company__collapse-body li {
    width: 100%;
    font-size: 12px;
    background: transparent;
    line-height: 41px;
    border-radius: 16px;
  }
  nav .menu__items .company__li .company__collapse .company__collapse-body li a {
    width: 100%;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    padding: 0;
    padding-left: 16px;
  }
  nav .menu__items .mobile__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  nav .menu__items li {
    display: block;
    text-align: left;
    line-height: 41px;
    margin-bottom: 8px;
    min-height: 41px;
  }
  nav .menu__items li .nav-link {
    line-height: 41px;
    display: flex;
    padding: 0px 25px;
    border-radius: 16px;
    background-color: #f1f8ef;
    margin: 0;
    align-items: center;
    color: #333;
  }
  nav .menu__items .social__networks {
    display: flex;
    height: 100px;
  }
  nav .menu__items .social__networks span {
    width: 25px !important;
    height: 25px !important;
    background: #db0100;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  nav .menu__items .social__networks span i {
    font-size: 10px;
    color: #fff;
  }
  nav .nav__btn__group {
    display: flex;
  }
  nav .nav__btn__group .menu__btn {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  nav {
    height: 100px;
  }
  nav #overlay {
    display: flex;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  nav #overlay .close__btn {
    display: block;
    position: absolute;
    left: calc(55% - 48px);
    top: 35px;
  }
  nav .logo {
    width: 85px;
    height: 69px;
  }
  nav .menu__items {
    width: 80%;
    max-width: 300px;
    min-height: 100vh;
    display: block;
    opacity: 0;
    padding: 22px 16px;
    background-color: #f6f9ff;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    position: fixed;
    padding-bottom: 40px;
    top: 0;
    right: -100%;
    bottom: 0;
  }
  nav .menu__items .menu__items__list {
    display: block;
    overflow-y: scroll;
    height: calc(100% - 130px);
  }
  nav .menu__items .menu__items__list .nav-link {
    margin: 0;
  }
  nav .menu__items .company__li i {
    color: #db0100;
  }
  nav .menu__items .company__li .company__collapse {
    margin-left: 0px;
    position: relative;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    margin: 8px 0;
    z-index: inherit;
  }
  nav .menu__items .company__li .company__collapse .company__collapse-body {
    margin-top: 0px;
    width: 100%;
    min-width: 100px;
    border: none;
    display: block;
    background: #fff;
    border-radius: 16px;
    padding: 16px 16px 8px 16px;
    box-shadow: none;
  }
  nav .menu__items .company__li .company__collapse .company__collapse-body li {
    width: 100%;
    font-size: 12px;
    background: transparent;
    line-height: 41px;
    border-radius: 16px;
  }
  nav .menu__items .company__li .company__collapse .company__collapse-body li a {
    width: 100%;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    padding: 0;
    padding-left: 16px;
  }
  nav .menu__items .mobile__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  nav .menu__items li {
    display: block;
    text-align: left;
    line-height: 41px;
    margin-bottom: 8px;
    min-height: 41px;
  }
  nav .menu__items li .nav-link {
    line-height: 41px;
    display: flex;
    padding: 0px 25px;
    border-radius: 16px;
    background-color: #f1f8ef;
    margin: 0;
    align-items: center;
    color: #db0100;
  }
  nav .menu__items .social__networks {
    display: flex;
    height: 100px;
  }
  nav .menu__items .social__networks span {
    margin-top: 10px;
    width: 40px !important;
    height: 40px !important;
    background: #db0100;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  nav .menu__items .social__networks span i {
    font-size: 15px;
    color: #fff;
  }
  nav .nav__btn__group {
    display: flex;
  }
  nav .nav__btn__group .menu__btn {
    display: block;
  }
}
@media (max-width: 1200px) {
  nav .menu__items .company__li:hover .company__collapse {
    display: none;
  }
  nav .menu__items .company__li:hover i {
    transform: unset;
  }
  nav .menu__items .company__li .company__collapse {
    display: none;
  }
}
/*=========FIXED CONTACT===============*/
.fixed__contact {
  position: fixed;
  top: 23%;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.fixed__contact span {
  width: 45px;
  height: 50px;
  background: #db0100;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.fixed__contact span i {
  font-size: 20px;
  color: #fff;
  transition: 0.3s ease;
}
.fixed__contact span:hover {
  background: black;
}
.fixed__contact span:hover i {
  color: #fff;
}

/*---------------Media Queries--------------*/
@media (max-width: 1200px) {
  .fixed__contact {
    display: none;
  }
}
/*=========FIXED CONTACT end===============*/
/*=========HERO===============*/
.hero {
  height: 90vh;
  position: relative;
}
.hero .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 300px 300px;
  border-color: transparent transparent #db0100 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero .swiper {
  height: 100%;
}
.hero .swiper .swiper-slide {
  height: 100%;
  position: relative;
}
.hero .swiper .swiper-slide video{
    object-fit: cover;
}
.hero .swiper .swiper-slide img{
    position: absolute;
}
.hero .swiper .swiper-slide .hero__video {
  position: absolute;
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: grayscale(1) brightness(60%);
}
.hero .swiper .swiper-slide .hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .swiper .swiper-slide .text__container {
  height: 90vh;
  display: flex;
  align-items: center;
}
.hero .swiper .swiper-slide .text__container .hero__text {
  width: 100%;
}
.hero .swiper .swiper-slide .text__container .hero__text h1 {
  width: 70%;
  font-size: 50px;
  line-height: 50px;
  margin: 30px 0px;
  color: #fff;
  font-weight: 700;
}
.hero .swiper .swiper-slide .text__container .hero__text p {
  width: 50%;
  font-size: 20px;
  color: #fff;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .hero .triangle {
    border-width: 0 0 200px 200px;
  }
  .hero .swiper .swiper-slide .text__container .hero__text {
    left: 0;
    right: 0;
    padding: 0px 20px;
  }
  .hero .swiper .swiper-slide .text__container .hero__text h1 {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }
  .hero .swiper .swiper-slide .text__container .hero__text p {
    width: 100%;
    font-size: 18px;
    color: #fff;
  }
}
/*=========HERO end===============*/
/*=========OUR SERVICES===============*/
.our__services {
  z-index: 3;
  background: #fff;
  margin: 80px 0;
  padding: 30px;
}
.our__services .what__we__do__info {
  height: 158px;
  background-color: #f1f8ef;
  display: flex;
  box-shadow: rgb(184, 249, 211);
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 22px;
  overflow: hidden;
}
.our__services .what__we__do__info:hover {
  transition: 0.3s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  background-color: #fff;
}
.our__services .what__we__do__info img {
  width: 60px;
  height: 60px;
}
.our__services .what__we__do__info span {
  font-size: 24px;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .our__services {
    padding: 0px 30px 30px;
  }
  .our__services .our__services__info p {
    margin-bottom: 20px;
    width: 100%;
  }
  .our__services .what__we__do__info {
    height: 120px;
    padding: 15px;
  }
  .our__services .what__we__do__info img {
    width: 40px;
    height: 40px;
  }
  .our__services .what__we__do__info span {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .our__services .our__services__info p {
    margin-bottom: 30px;
    width: 100%;
  }
  .our__services .what__we__do__info {
    height: 118px;
    padding: 15px;
  }
  .our__services .what__we__do__info img {
    width: 40px;
    height: 40px;
  }
  .our__services .what__we__do__info span {
    font-size: 20px;
  }
}
/*=========OUR SERVICES end===============*/
/*=========ABOUT US===============*/
.about__us {
  background: #fff;
  padding: 30px;
  margin-bottom: 80px;
}

.about__us__img {
  height: 450px;
}
.about__us__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .about__us__img {
    margin: 20px 0px;
    height: 350px;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .about__us__img {
    height: 300px;
  }
  .about__us__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*=========ABOUT US end===============*/
/*=========WORK WITH US===============*/
.work__with__us {
  margin-bottom: 80px;
}
.work__with__us .work__card {
  height: 230px;
  position: relative;
  overflow: hidden;
}
.work__with__us .work__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.7s ease;
}
.work__with__us .work__card .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transition: 0.7s ease;
  border-style: solid;
  border-width: 140px 140px 0 0;
}
.work__with__us .work__card .work__card__overlay {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.75) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
}
.work__with__us .work__card .work__card__overlay h4 {
  color: #fff;
}
.work__with__us .work__card:hover img {
  scale: 1.1;
}
.work__with__us .work__card:hover .triangle {
  border-width: 120px 120px 0 0;
}

/*---------------Media Queries--------------*/
@media (max-width: 768px) {
  .work__with__us {
    margin-bottom: 80px;
  }
  .work__with__us .work__card {
    height: 180px;
  }
  .work__with__us .work__card .triangle {
    border-width: 70px 70px 0 0;
  }
  .work__with__us .work__card .work__card__overlay {
    padding: 10px;
  }
  .work__with__us .work__card .work__card__overlay h4 {
    font-size: 18px;
  }
  .work__with__us .work__card:hover .triangle {
    border-width: 90px 90px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .work__with__us .work__card {
    height: 200px;
  }
  .work__with__us .work__card .triangle {
    border-width: 100px 100px 0 0;
  }
}
/*=========WORK WITH US end===============*/
/*=========OUR TEAM===============*/
#team {
  position: relative;
  margin-bottom: 150px;
}
#team .info_team {
  z-index: 2;
  width: 400px;
  height: 400px;
  position: absolute;
}
#team .info_team h2 {
  font-weight: 700;
}
#team .info_team p {
  text-align: justify;
  color: #333;
  margin-bottom: 20px;
}
#team .swiper {
  z-index: 1;
  position: relative;
  min-height: 400px;
}
#team .swiper .swiper-slide {
  transition: 0.3s ease;
  width: 227px;
  height: 300px;
  margin: auto 0;
  opacity: 0.1;
  margin-top: 50px;
  position: relative;
}
#team .swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#team .swiper .swiper-slide .about__emploee {
  display: none;
  position: absolute;
  right: -160px;
  top: 50px;
}
#team .swiper .swiper-slide .about__emploee span {
  color: #db0100;
  font-weight: 700;
}
#team .swiper .swiper-slide .about__emploee h3 {
  font-weight: 500;
}
#team .swiper .swiper-slide .about__emploee .social__network i {
  color: #333;
  font-size: 25px;
  margin-right: 16px;
}
#team .swiper .swiper-slide-active {
  width: 300px;
  height: 400px;
  margin-top: 0;
  opacity: 1;
}
#team .swiper .swiper-slide-active .about__emploee {
  z-index: 1;
  display: block;
}
#team .buttons {
  width: 100%;
  position: absolute;
  bottom: -80px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#team .buttons .team__next,
#team .buttons .team__prev {
  width: 60px;
  height: 60px;
  border: none;
  margin: 0 12px;
  border-radius: 50%;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
#team .buttons .team__next i,
#team .buttons .team__prev i {
  font-size: 24px;
  color: #fff;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  #team {
    margin-bottom: 60px;
  }
  #team .info_team {
    width: 100%;
    height: unset;
    position: relative;
    margin-bottom: 20px;
  }
  #team .swiper {
    min-height: 220px;
  }
  #team .swiper .swiper-slide {
    width: 123px;
    height: 165px;
    margin: auto 0;
    margin-top: unset;
    margin: auto 0;
  }
  #team .swiper .swiper-slide .about__emploee {
    position: absolute;
    right: -150px;
    top: 50px;
  }
  #team .swiper .swiper-slide .about__emploee span {
    color: #db0100;
    font-weight: 700;
  }
  #team .swiper .swiper-slide .about__emploee h3 {
    font-weight: 500;
  }
  #team .swiper .swiper-slide .about__emploee .social__network i {
    color: #333;
    font-size: 25px;
    margin-right: 16px;
  }
  #team .swiper .swiper-slide-active {
    width: 220px !important;
    height: 220px;
    margin-top: 0;
    margin-left: 15px;
  }
  #team .buttons {
    position: relative;
    bottom: -10px;
    margin-bottom: unset;
  }
  #team .buttons .team__next,
#team .buttons .team__prev {
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }
  #team .buttons .team__next i,
#team .buttons .team__prev i {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #team .info_team {
    width: 100%;
    height: unset;
    position: relative;
    margin-bottom: 20px;
  }
  #team .swiper {
    min-height: 350px;
  }
  #team .swiper .swiper-slide {
    width: 123px;
    height: 250px;
    margin: auto 0;
    margin-top: unset;
    margin: auto 0;
  }
  #team .swiper .swiper-slide-active {
    width: 165px;
    height: 350px;
    margin-top: 0;
    margin-left: 20px;
  }
  #team .buttons {
    position: relative;
    bottom: -20px;
    margin-bottom: unset;
  }
  #team .buttons .team__next,
#team .buttons .team__prev {
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }
  #team .buttons .team__next i,
#team .buttons .team__prev i {
    font-size: 16px;
  }
}
/*=========OUR TEAM end===============*/
/*=========LATEST NEWS===============*/
.latest__news {
  margin-bottom: 30px;
}

/*=========LATEST NEWS end===============*/
footer {
  background: #333;
  padding: 50px 0px;
}
footer .footer__head {
  display: flex;
  margin-bottom: 40px;
}
footer .footer__head i {
  color: #db0100;
  font-size: 30px;
}
footer .footer__head .text {
  margin-left: 15px;
}
footer .footer__head .text h4 {
  color: #fff;
  margin-bottom: 10px;
}
footer .footer__head .text span {
  color: #fff;
}
footer .footer__content .footer__logo {
  width: 140px;
  height: 115px;
  margin-bottom: 20px;
}
footer .footer__content .footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer__content p {
  color: #fff;
}
footer .footer__links {
  padding: 0;
  list-style: none;
}
footer .footer__links h4 {
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  position: relative;
}
footer .footer__links li {
  margin-bottom: 10px;
  transition: 0.3s ease;
  position: relative;
}
footer .footer__links li a {
  color: #fff;
  transition: 0.3s ease;
}
footer .footer__links li::before {
  content: "";
  height: 100%;
  width: 3px;
  background: #db0100;
  left: -10px;
  position: absolute;
  display: none;
}
footer .footer__links li:hover a {
  color: #db0100;
  margin-left: 10px;
}
footer .footer__links li:hover::before {
  display: block;
}
footer .follow__us {
  display: flex;
  flex-direction: column;
  padding: 0;
}
footer .follow__us h4 {
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  position: relative;
}
footer .follow__us .social__networks {
  display: flex;
}
footer .follow__us .social__networks span {
  background-color: #db0100;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  transition: 0.3s ease;
  cursor: pointer;
}
footer .follow__us .social__networks span i {
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease;
}
footer .follow__us .social__networks span:hover {
  background: black;
}
footer .follow__us .social__networks span:hover i {
  color: #fff;
}
footer .copyright {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0px;
}
footer .copyright a {
  color: #db0100;
  margin-left: 10px;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  footer {
    padding: 30px 0px;
  }
  footer .footer__head {
    margin-bottom: 30px;
  }
  footer .footer__head i {
    font-size: 25px;
  }
  footer .footer__content {
    margin-bottom: 30px;
  }
  footer .footer__content .footer__logo {
    width: 100px;
    height: 80px;
  }
  footer .footer__links h4 {
    margin-bottom: 20px;
  }
  footer .follow__us {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  footer .follow__us h4 {
    margin-bottom: 50px;
    color: #fff;
    display: inline-block;
    position: relative;
  }
  footer .follow__us .social__networks {
    display: flex;
  }
  footer .follow__us .social__networks span {
    width: 40px;
    height: 40px;
  }
  footer .follow__us .social__networks span i {
    font-size: 15px;
  }
  footer .copyright {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  footer .copyright a {
    color: #db0100;
    margin-left: 10px;
  }
}
.content__title {
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.content__title .see__more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.see__more {
  color: #db0100;
  font-size: 18px;
}
.see__more .fa-arrow-right {
  font-size: 18px;
  margin-left: 10px;
  color: #db0100;
  transition: 0.5s ease;
}
.see__more:hover {
  color: #db0100;
}
.see__more:hover i {
  margin-left: 20px;
}

.page__cover {
  height: 400px;
  position: relative;
  transition: 0.5s ease;
}
.page__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__cover .triangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 200px 0 0;
  border-color: #db0100 transparent transparent transparent;
}
.page__cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px -100px 28px -11px rgba(0, 0, 0, 0.81);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.page__name {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.breadcrumb {
  justify-content: center;
}
.breadcrumb li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.breadcrumb li a {
  text-decoration: underline;
  color: #fff;
}
.breadcrumb span {
  margin: 0px 5px;
  color: #db0100;
}
.breadcrumb .active {
  font-weight: 700;
  color: #db0100 !important;
}

.page__info div {
  position: relative;
  margin-bottom: 10px;
  padding-left: 90px;
}
.page__info div::before {
  content: "";
  width: 78px;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  background-color: #db0100;
}
.page__info div span {
  font-size: 24px;
}
.page__info p {
  margin-bottom: 50px;
  text-align: justify;
}

.primary__btn {
  margin: 30px 0px;
  padding: 10px 20px;
  background: #db0100;
  color: #fff;
  border: 1px solid #db0100;
  transition: 0.3s ease;
}
.primary__btn:hover {
  color: #db0100;
  background: #fff;
}

.secondary__btn {
  margin: 30px 0px;
  padding: 10px 20px;
  background: #f4f6f7;
  color: #333;
  border: 1px solid #f1f8ef;
  transition: 0.3s ease;
}
.secondary__btn:hover {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}

.news__card {
  height: 550px;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.news__card .card__img {
  height: 250px;
  overflow: hidden;
}
.news__card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.7s ease;
}
.news__card .card__img:hover img {
  scale: 1.1;
}
.news__card .card__content {
  height: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news__card .card__content h4 a {
  font-size: 24px;
  color: #333;
  line-height: 28px;
}
.news__card .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 130px 0 0;
  border-color: #db0100 transparent transparent transparent;
}

.pagination {
  margin: 30px 0px;
}
.pagination .page-link {
  color: #db0100;
}
.pagination .page-link:hover {
  color: #333;
}
.pagination .active {
  background: #db0100 !important;
  color: #fff;
}
.pagination .active:hover {
  color: #fff;
}
.pagination i {
  color: #db0100;
}

.tab__btn__group {
  margin: 50px 0px;
  display: flex;
  align-items: center;
}
.tab__btn__group .type__btn {
  text-decoration: none;
  padding: 8px 16px;
  color: #333;
  font-weight: 500;
  border-radius: 8px;
}
.tab__btn__group .type__btn:hover {
  color: #333;
}
.tab__btn__group .active {
  background-color: #db0100;
  color: white;
}
.tab__btn__group .active:hover {
  color: #fff;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .see__more {
    font-size: 14px;
  }
  .see__more .fa-arrow-right {
    font-size: 14px;
  }
  .content__title {
    padding: 15px 0px;
    text-align: unset;
  }
  .page__cover {
    height: 250px;
  }
  .page__cover .triangle {
    border-width: 100px 100px 0 0;
  }
  .page__info p {
    margin-bottom: 20px;
    width: 100%;
  }
  .news__card {
    display: flex;
    height: 150px;
    margin-bottom: 20px;
  }
  .news__card .card__img {
    width: 35%;
    height: 150px;
  }
  .news__card .card__content {
    width: 65%;
    height: 150px;
    padding: 10px;
  }
  .news__card .card__content h4 a {
    white-space: wrap;
    font-size: 14px;
    line-height: 10px;
  }
  .news__card .card__content p {
    display: none;
  }
  .news__card .triangle {
    border-width: 50px 50px 0 0;
  }
  .tab__btn__group {
    margin: 30px 0px;
    justify-content: unset;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page__info p {
    margin-bottom: 20px;
    width: 100%;
  }
  .news__card {
    height: 540px;
  }
  .news__card .card__img {
    height: 240px;
  }
  .news__card .card__content {
    height: 300px;
  }
  .news__card .card__content h4 a {
    font-size: 20px;
  }
  .news__card .card__content p {
    font-size: 14px;
  }
  .news__card .triangle {
    border-width: 100px 100px 0 0;
  }
  .tab__btn__group {
    margin: 30px 0px;
    justify-content: unset;
  }
}
.map {
  height: 400px;
  position: relative;
}
.map .triangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 200px 0 0;
  border-color: #db0100 transparent transparent transparent;
}
.map iframe {
  width: 100%;
  height: 100%;
}

#contact {
  margin: 50px 0px;
}

.contact__info {
  padding: 32px;
  border-radius: 24px;
  background-color: #fff;
}
.contact__info h3 {
  font-weight: 700;
}
.contact__info .contact__content {
  margin-top: 25px;
  display: flex;
}
.contact__info .contact__content .contact__logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #db0100;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 7px solid rgb(229, 155, 154);
}
.contact__info .contact__content .contact__logo i {
  font-size: 25px;
  color: #fff;
}
.contact__info .contact__content .contact__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contact__info .contact__content .contact__detail p {
  margin: 0;
}

.write__us {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  margin-top: 50px;
}
.write__us h3 {
  font-weight: 700;
  margin-bottom: 40px;
}
.write__us .input__item {
  width: 100%;
  position: relative;
}
.write__us .input__item .input,
.write__us .input__item .textarea {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(89, 106, 121, 0.51);
  outline: 0;
  border-radius: 16px;
  padding: 0px 24px;
  z-index: 50;
  font-size: 14px;
  transition: 0.5s ease;
}
.write__us .input__item .input:focus,
.write__us .input__item .textarea:focus {
  font-weight: 700;
  border: 1px solid #db0100;
}
.write__us .input__item .textarea {
  height: 127px;
  padding: 20px;
  resize: none;
  overflow: hidden;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .map .triangle {
    border-width: 100px 100px 0 0;
  }
}
.page__title {
  font-weight: 700;
  margin: 50px 0px;
}

.img__box {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.video__content {
  position: relative;
}

.play__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.play__btn i {
  font-size: 20px;
  color: #006bb7;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .gallery {
    height: 250px;
  }
  .gallery .triangle {
    border-width: 100px 100px 0 0;
  }
  .page__title {
    margin: 30px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page__title {
    margin: 30px 0px;
  }
}
.news {
  margin: 80px 0px;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .news {
    margin: 30px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .news {
    margin: 50px 0px;
  }
}
.news__detail {
  margin: 80px 0px;
}
.news__detail .news__img {
  height: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.news__detail .news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__detail .news__text {
  margin: 0 auto;
}
.news__detail .news__text p {
  text-align: justify;
}
.news__detail .news__video {
  width: 60%;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.news__detail .news__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.other__news {
  margin-bottom: 80px;
}

/*-------------------Media Queries-------------------*/
@media (max-width: 767px) {
  .news__detail {
    margin: 30px 0px;
  }
  .news__detail .news__img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .news__detail .news__text {
    width: 100%;
  }
  .news__detail .news__video {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .other__news {
    margin-bottom: 50px;
  }
}
@media (min-width: 0px) and (max-width: 1200px) {
  .news__detail {
    margin: 30px 0px;
  }
  .news__detail .news__img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .news__detail .news__text {
    width: 100%;
  }
  .news__detail .news__video {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .other__news {
    margin-bottom: 50px;
  }
}
.about__us__content {
  margin: 80px 0px;
}
.about__us__content .about__us__video {
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
.about__us__content .about__us__video iframe {
  width: 100%;
  height: 100%;
}

.story__content {
  margin: 80px 0px;
}
.story__content .story__img {
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
.story__content .story__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .about__us__content {
    margin: 30px 0px;
  }
  .about__us__content .about__us__video {
    height: 250px;
    margin-top: 20px;
  }
  .story__content {
    margin: 50px 0px;
  }
  .story__content .story__img {
    height: 250px;
  }
  .story__content .row {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .about__us__content {
    margin: 30px 0px;
  }
  .about__us__content .about__us__video {
    height: 250px;
  }
  .story__content {
    margin: 30px 0px;
  }
  .story__content .story__img {
    height: 250px;
  }
}
.career {
  margin: 50px 0px;
}
.career .career__text {
  text-align: justify;
}
.career .career__img {
  height: 400px;
}
.career .career__img img {
  width: 100%;
  height: 1005;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .career {
    margin: 30px 0px;
  }
  .career .career__img {
    height: 250px;
    margin-bottom: 40px;
  }
}
.vacancy__card {
  background: #fff;
  height: 250px;
  border-radius: 16px;
  display: flex;
  margin-bottom: 20px;
}
.vacancy__card .vacancy__img {
  height: 100%;
  width: 40%;
  border-radius: 16px;
  overflow: hidden;
}
.vacancy__card .vacancy__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vacancy__card .vacancy__content {
  width: 60%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.vacancy__card .vacancy__content .vacancy__name {
  font-weight: 700;
  margin: 0;
}
.vacancy__card .vacancy__content p {
  margin: 0;
}
.vacancy__card .vacancy__content .last__date {
  display: flex;
  align-items: center;
}
.vacancy__card .vacancy__content .last__date i {
  color: #db0100;
  font-size: 15px;
  margin-right: 10px;
}
.vacancy__card .vacancy__content .last__date p {
  font-size: 12px;
  margin: 0;
}
.vacancy__card .vacancy__content .last__date p span {
  color: #db0100;
}
.vacancy__card .vacancy__content .primary__btn {
  margin: 0 !important;
}

/*---------------Media Queries--------------*/
@media (min-width: 0px) and (max-width: 1200px) {
  .vacancy__card {
    height: 400px;
    border-radius: 8px;
    flex-direction: column;
  }
  .vacancy__card .vacancy__img {
    width: 100%;
    height: 150px;
    border-radius: 8px;
  }
  .vacancy__card .vacancy__content {
    width: 100%;
    height: 250px;
    padding: 20px;
  }
}
.vacancy__detail {
  margin: 80px 0px;
}
.vacancy__detail .vacancy__name {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #db0100;
}
.vacancy__detail .vacancy__info h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #db0100;
}
.vacancy__detail .vacancy__info ul {
  padding-left: 1rem;
  margin-bottom: 40px;
}
.vacancy__detail .vacancy__info li {
  font-size: 16px;
  line-height: 24px;
}
.vacancy__detail .vacancy__info .time {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.vacancy__detail .vacancy__info .time i {
  color: #db0100;
  font-size: 25px;
}
.vacancy__detail .vacancy__info .time p {
  font-size: 14px;
  font-weight: 700;
  margin-left: 12px;
  margin-bottom: 0;
}
.vacancy__detail .other__vacancies {
  padding: 0px 24px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  max-height: 800px;
  overflow: auto;
}
.vacancy__detail .other__vacancies::-webkit-scrollbar {
  width: 3px;
}
.vacancy__detail .other__vacancies::-webkit-scrollbar-track {
  background-color: rgba(18, 32, 54, 0.4);
}
.vacancy__detail .other__vacancies::-webkit-scrollbar-thumb {
  background-color: #006bb7;
  border-radius: 5px;
}
.vacancy__detail .other__vacancies span {
  font-size: 12px;
  font-weight: 700;
  color: #db0100;
  margin-bottom: 16px;
}
.vacancy__detail .other__vacancies .small__vacancy__card {
  display: block;
  align-items: center;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.vacancy__detail .other__vacancies .small__vacancy__card a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
.vacancy__detail .other__vacancies .small__vacancy__card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: 0.3s ease;
}
.vacancy__detail .other__vacancies .small__vacancy__card h3:hover {
  color: #db0100;
}
.vacancy__detail .other__vacancies .small__vacancy__card .info {
  display: flex;
}
.vacancy__detail .other__vacancies .small__vacancy__card .info p {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0;
  margin-right: 16px;
}
.vacancy__detail .other__vacancies .small__vacancy__card .info p i {
  color: #db0100;
  font-size: 16px;
  margin-right: 8px;
}

/*---------------Media Queries--------------*/
@media (min-width: 0px) and (max-width: 998px) {
  .vacancy__detail {
    margin: 50px 0px;
  }
  .vacancy__detail .vacancy__name {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .vacancy__detail .vacancy__info {
    margin-bottom: 50px;
  }
  .vacancy__detail .vacancy__info h3 {
    margin-top: 20px;
    font-size: 20px;
  }
  .vacancy__detail .vacancy__info li {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    margin-bottom: 10px;
  }
  .vacancy__detail .other__vacancies {
    margin-top: 50px;
    padding: 0;
  }
  .vacancy__detail .other__vacancies span {
    font-size: 14px;
    font-weight: 700;
  }
  .vacancy__detail .other__vacancies .small__vacancy__card a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
  }
  .vacancy__detail .other__vacancies .small__vacancy__card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
  }
}
.our__team {
  margin: 50px 0px;
}

.team__card {
  margin-bottom: 80px;
}
.team__card .employee__img {
  height: 300px;
  margin-bottom: 16px;
  overflow: hidden;
}
.team__card .employee__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.7s ease-in-out;
}
.team__card:hover .employee__img img {
  transform: scale(1.05);
}
.team__card span {
  font-weight: 500;
}
.team__card h2 {
  font-weight: 700;
}
.team__card .social__network i {
  font-size: 20px;
  margin-right: 16px;
  transition: 0.3s ease;
}
.team__card .social__network i:hover {
  color: #db0100;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .team__card {
    margin-bottom: 40px;
  }
  .team__card .employee__img {
    height: 300px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .team__card {
    margin-bottom: 40px;
  }
  .team__card .employee__img {
    height: 200px;
    margin-bottom: 8px;
  }
}
.project__card {
  height: 450px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(51, 51, 51, 0.3), 0 15px 12px rgba(51, 51, 51, 0.2);
  border-radius: 16px;
}
.project__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__card .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  padding: 0.7em 2.5em 1.5rem 0.7em;
  border-radius: 0 0 90% 0;
}
.project__card .date span {
  display: block;
  text-align: center;
}
.project__card .date .day {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(51, 51, 51, 0.18);
}
.project__card .date .month {
  text-transform: uppercase;
}
.project__card .date .month,
.project__card .date .year {
  color: #fff;
  font-size: 10px;
}
.project__card .content {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 30px 10px rgba(51, 51, 51, 0.3);
  padding: 15px;
  transition: 0.5s ease;
  width: 100%;
    height: 100px;
}
.project__card .content .status {
  color: #db0100;
    display: block;
}
.project__card .content .title {
  color: white;
  margin-bottom: 20px;
}
.project__card .content .text {
  color: #fff;
  margin: 0;
    display: none;
    transition: 0.5s ease;
}
.project__card:hover .content {
  bottom: 0;
  height: 100%;
}

.project__card:hover .content .status, .project__card:hover .content .title {
    text-align: center;
}
.project__card:hover .content .text {
    display: block;
}

/*---------------Media Queries--------------*/
@media (max-width: 768px) {
  .project__card {
    height: 400px;
  }
  .project__card .content {
    width: 100%;
    bottom: 0;
    padding: 15px;
  }
  .project__card .content .title {
    color: white;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  /*.project__card .content .text {*/
  /*  display: none;*/
  /*}*/
}
@media (min-width: 768px) and (max-width: 1200px) {
  .project__card {
    height: 300px;
  }
  .project__card .content {
    width: 100%;
    bottom: 0;
    padding: 15px;
  }
  .project__card .content .title {
    color: white;
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 25px;
  }
  .project__card .content .text {
    display: none;
  }
}
.service__detail {
  margin: 80px 0px;
}
.service__detail .service__detail__info h1 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 40px;
}
.service__detail .service__detail__info p {
  color: #333;
  font-weight: 300;
  margin-bottom: 40px;
}
.service__detail .service__detail__info ul {
  margin-bottom: 40px;
}
.service__detail .service__detail__info ul li {
  font-weight: 300;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper2 {
  width: 100%;
  height: 480px !important;
}

.mySwiper {
  height: 85px !important;
  box-sizing: border-box;
  margin-top: 16px;
}

.mySwiper .swiper-slide-thumb-active {
  border: 2px solid #333;
}

.swiper-button-next, .swiper-button-prev {
  background-color: #333;
  width: 32px;
  height: 32px;
}

.swiper-button-next {
  width: 32px !important;
  height: 32px !important;
}
.swiper-button-next:after {
  content: "" !important;
}
.swiper-button-next i {
  color: #fff;
  font-size: 30px;
}

.swiper-button-prev {
  width: 32px !important;
  height: 32px !important;
}
.swiper-button-prev:after {
  content: "" !important;
}
.swiper-button-prev i {
  color: #fff;
  font-size: 30px;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .service__detail {
    margin: 30px 0px;
  }
  .service__detail .service__detail__info h1 {
    font-size: 24px;
  }
  .mySwiper2 {
    height: 300px !important;
  }
  .mySwiper {
    height: 50px !important;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .service__detail {
    margin: 30px 0px;
  }
  .service__detail .service__detail__info h1 {
    font-size: 24px;
  }
  .mySwiper2 {
    height: 200px !important;
  }
  .mySwiper {
    height: 45px !important;
    margin-top: 10px;
  }
}
.vacancy__modal .modal-content {
  padding: 32px;
  border: none !important;
  border-radius: 16px !important;
}
.vacancy__modal .modal-content__send__cv .modal-body {
  position: relative;
  padding: 0;
}
.vacancy__modal .modal-content__send__cv .modal-body button {
  position: absolute;
  top: -10px;
  right: -10px;
  outline: none;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vacancy__modal .modal-content__send__cv .modal-body button i {
  font-size: 14px;
}
.vacancy__modal .modal-content__send__cv .modal-body h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
}
.vacancy__modal .modal-content__send__cv .modal-body .modal__btn-groups {
  margin-top: 40px;
}
.vacancy__modal .modal-content__send__cv .modal-body .modal__btn-groups a {
  margin-right: 10px;
}

.input__item {
  width: 100%;
  position: relative;
}
.input__item span {
  position: absolute;
  top: -15px;
  left: 15px;
  color: #db0100;
  font-size: 10px;
  font-weight: 700;
  display: none;
}
.input__item .input,
.input__item .select,
.input__item .textarea {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(89, 106, 121, 0.51);
  outline: 0;
  border-radius: 16px;
  padding: 0px 24px;
  z-index: 50;
  font-size: 14px;
}
.input__item .input:focus,
.input__item .select:focus,
.input__item .textarea:focus {
  font-weight: 700;
  border: 1px solid #db0100;
}
.input__item .input:focus + .name,
.input__item .input:focus + .email,
.input__item .input:focus + .form,
.input__item .input:focus + .textarea__text,
.input__item .input:focus + .upload,
.input__item .select:focus + .name,
.input__item .select:focus + .email,
.input__item .select:focus + .form,
.input__item .select:focus + .textarea__text,
.input__item .select:focus + .upload,
.input__item .textarea:focus + .name,
.input__item .textarea:focus + .email,
.input__item .textarea:focus + .form,
.input__item .textarea:focus + .textarea__text,
.input__item .textarea:focus + .upload {
  display: block;
}
.input__item i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 25px;
}
.input__item label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.input__item .select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/Plagins/arrow__down.svg);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #757575;
}
.input__item .textarea {
  height: 127px;
  padding: 20px;
  resize: none;
}

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

.services__content {
  margin: 50px 0px;
}

.our__services__info{
    overflow: hidden;
}

.our__services__info img{
    max-width: 100%;
    max-height: 100%;
}

.our__services__info ul {
  margin-bottom: 30px;
}
.our__services__info ul li {
  margin-bottom: 10px;
  font-weight: 700;
}

.our__services__card {
  background: #fff;
  padding: 24px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.our__services__card .card__img {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}
.our__services__card p {
  width: 400px;
  font-weight: 300;
}
.our__services__card .card__bg {
  position: absolute;
  top: 50%;
  right: -90px;
  opacity: 0.2;
  transform: translate(0%, -50%);
  width: 180px;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .our__services__card {
    padding: 20px;
    height: 280px;
  }
  .our__services__card .card__img {
    width: 60px;
    margin-bottom: 24px;
  }
  .our__services__card p {
    width: 100%;
    font-weight: 300;
  }
  .our__services__card .card__bg {
    top: 20%;
    right: -50px;
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .our__services__card {
    padding: 20px;
    height: 280px;
  }
  .our__services__card .card__img {
    width: 40px;
    margin-bottom: 16px;
  }
  .our__services__card p {
    width: 100%;
  }
  .our__services__card .card__bg {
    top: 40%;
    right: -70px;
    width: 130px;
  }
}
.service__detail {
  margin: 80px 0px;
}
.service__detail .service__detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__detail .service__detail__info h1 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 40px;
}
.service__detail .service__detail__info p {
  color: #333;
  font-weight: 300;
  margin-bottom: 40px;
}
.service__detail .service__detail__info ul {
  margin-bottom: 40px;
}
.service__detail .service__detail__info ul li {
  font-weight: 300;
}

/*---------------Media Queries--------------*/
@media (max-width: 767px) {
  .service__detail {
    margin: 30px 0px;
  }
  .service__detail .service__detail__info h1 {
    font-size: 24px;
  }
  .mySwiper2 {
    height: 300px !important;
  }
  .mySwiper {
    height: 50px !important;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .service__detail {
    margin: 30px 0px;
  }
  .service__detail .service__detail__info h1 {
    font-size: 24px;
  }
  .mySwiper2 {
    height: 200px !important;
  }
  .mySwiper {
    height: 45px !important;
    margin-top: 10px;
  }
}
html {
  scroll-behavior: smooth !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  /*color: #333;*/
  outline: none;
}
body{
    font-family: "    Roboto", sans-serif;
}

a{
    color: #333;
}

a:hover{
    color: #333;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #f1f8ef !important;
}/*# sourceMappingURL=style.css.map */
