/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book";
  color: #282828;
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 89px;
  }
}

.container {
  max-width: 72%;
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 100%;
  }
}

p, li, .size16 {
  font-size: 16px;
}

.size45 {
  font-size: 45px;
}
@media screen and (max-width: 1600px) {
  .size45 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1500px) {
  .size45 {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .size45 {
    font-size: 24px;
  }
}

.size36 {
  font-size: 36px;
}
@media screen and (max-width: 1600px) {
  .size36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1400px) {
  .size36 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .size36 {
    font-size: 23px;
  }
}

.size30 {
  font-size: 30px;
}

.size24 {
  font-size: 24px;
}

.size20 {
  font-size: 20px;
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .size18 {
    font-size: 16px;
  }
}

.light {
  font-family: "Avenir Light";
}

.mediaum {
  font-family: "Avenir Medium";
}

.blaclb {
  font-family: "Avenir Black";
}

.book {
  font-family: "Avenir Book";
}

.roman {
  font-family: "Avenir roman";
}

.clr1 {
  color: #d2a945;
}

.clr2 {
  color: #666;
}

.clr3 {
  color: #282828;
}

.letspace {
  letter-spacing: 2px;
}

.circle-full-anim {
  animation: circle-full 1.99s ease-in forwards;
}

.carousel-indicators, .owl-dots {
  text-align: center;
}
.carousel-indicators li, .carousel-indicators .owl-dot, .owl-dots li, .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #f7e0a7 !important;
  border-radius: 50%;
  border: 0;
  opacity: 1 !important;
  position: relative;
  margin: 0 7px;
  transition: all 0.6s ease;
}
.carousel-indicators li::before, .carousel-indicators .owl-dot::before, .owl-dots li::before, .owl-dots .owl-dot::before {
  content: "";
  border: 1px solid #d2a945;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.66);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.6s ease;
  top: 0;
}
.carousel-indicators li.active, .carousel-indicators li:hover, .carousel-indicators .owl-dot.active, .carousel-indicators .owl-dot:hover, .owl-dots li.active, .owl-dots li:hover, .owl-dots .owl-dot.active, .owl-dots .owl-dot:hover {
  background: #d2a945 !important;
  transition: all 0.6s ease;
}
.carousel-indicators li.active::before, .carousel-indicators li:hover::before, .carousel-indicators .owl-dot.active::before, .carousel-indicators .owl-dot:hover::before, .owl-dots li.active::before, .owl-dots li:hover::before, .owl-dots .owl-dot.active::before, .owl-dots .owl-dot:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 0 2rem;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  header {
    padding: 0.5rem 0;
    background: #000;
  }
}
header.scrolled {
  background: #000;
  position: fixed;
  padding: 0.5rem 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  header .callsec {
    display: none;
  }
}
header .callsec a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
header .callsec a span {
  color: #edbb4a;
}
header .lognav {
  display: inline-block;
  width: 134px;
  margin-top: 8px;
}
@media screen and (max-width: 1500px) {
  header .lognav {
    width: 124px;
  }
}
@media screen and (max-width: 600px) {
  header .lognav {
    width: 89px;
  }
}
header .menuhead {
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}
header .menuhead .navopensec {
  color: #bdbdbd;
  background: transparent;
  display: flex;
  border: 0;
  align-items: center;
  transition: all 0.6 ease;
  margin-left: auto;
}
header .menuhead .navopensec:hover {
  color: #edbb4a;
  transition: all 0.6 ease;
}
header .menuhead .navopensec p {
  margin: 0;
}
header .menuhead .navopensec .hamburg {
  margin-left: 8px;
}
header .menuhead .navopensec .hamburg span {
  width: 30px;
  height: 3px;
  margin: 0 0 5px;
  display: block;
  background: #bdbdbd;
  transition: all 0.6 ease;
}
header .menuhead .navopensec .hamburg span:last-child {
  margin: 0;
}
header .menuhead .navopensec .hamburg:hover span {
  background: #edbb4a;
  transition: all 0.6 ease;
}

#navigationWrap {
  display: none;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: rgba(0, 0, 0, 0.9294117647);
  opacity: 0;
  position: fixed;
  top: 0;
  padding: 50px 5rem;
  overflow: hidden;
  z-index: 999;
  align-items: center;
  justify-content: center;
}
#navigationWrap .closenav {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 11;
  color: #fff;
  font-size: 3.5rem;
  cursor: pointer;
  transition: all 0.6s ease;
}
#navigationWrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigationWrap ul li {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #navigationWrap ul li {
    margin-bottom: 15px;
  }
}
#navigationWrap ul li a {
  position: relative;
  top: 0;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1600px) {
  #navigationWrap ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #navigationWrap ul li a {
    font-size: 18px;
  }
}
#navigationWrap ul li a:hover {
  color: #edbb4a;
  transition: all 0.6s ease;
}
#navigationWrap ul li .dropdown-menu {
  height: auto;
  position: relative !important;
  background: transparent;
  border: 0;
  width: 100%;
  margin: 0;
  padding: 1.2rem 1rem;
  transform: translate(0) !important;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  #navigationWrap ul li .dropdown-menu {
    padding: 0.5rem 1rem;
  }
}
#navigationWrap ul li .dropdown-menu.show {
  transition: all 0.6s ease;
}
#navigationWrap ul li .dropdown-menu a {
  margin-bottom: 2px;
  text-transform: capitalize;
  text-align: center;
  background: transparent;
  font-weight: 200;
  font-size: 18px;
  padding: 0.25rem 1.5rem;
}
@media screen and (max-width: 1600px) {
  #navigationWrap ul li .dropdown-menu a {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 600px) {
  #navigationWrap ul li .dropdown-menu a {
    font-size: 17px;
  }
}

.hmsec01 {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hmsec01 {
    overflow: hidden;
  }
}
.hmsec01 video {
  width: 100%;
  height: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .hmsec01 video {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.hmsec01 .videooverlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hmsec01 #hmslider .carousel-item {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hmsec01 #hmslider .carousel-item .w-100 {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.hmsec01 #hmslider .carousel-item.active img.d-block {
  animation: animationimg 6s forwards;
}
.hmsec01 #hmslider .carousel-item .img {
  position: relative;
}
.hmsec01 #hmslider .carousel-item .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .hmsec01 #hmslider .carousel-item .img::before {
    background-size: cover !important;
    background-position: -7rem 0 !important;
    opacity: 0.5;
  }
}
.hmsec01 #hmslider .carousel-item.fisrslid .img {
  position: relative;
}
.hmsec01 #hmslider .carousel-item.fisrslid .img::before {
  background: url("../img/hmslider/01.png") no-repeat;
  background-size: 100%;
}
.hmsec01 #hmslider .carousel-item.secslid .img {
  position: relative;
}
.hmsec01 #hmslider .carousel-item.secslid .img::before {
  background: url("../img/hmslider/02.png") no-repeat;
  background-size: 100%;
}
.hmsec01 #hmslider .carousel-item.thidslid .img {
  position: relative;
}
.hmsec01 #hmslider .carousel-item.thidslid .img::before {
  background: url("../img/hmslider/03.png") no-repeat;
  background-size: 100%;
}
.hmsec01 #hmslider .carousel-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 11;
}
.hmsec01 #hmslider .carousel-item .overlay h3 {
  color: #fff;
  margin: 0;
}
.hmsec01 #hmslider .carousel-item .overlay h3 .grediabn {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hmsec01 #hmslider .carousel-item .overlay .txt {
  position: relative;
  overflow: hidden;
  padding: 0 0 1.5rem 2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  .hmsec01 #hmslider .carousel-item .overlay .txt {
    margin-top: 1rem;
  }
}
.hmsec01 #hmslider .carousel-item .overlay .txt .txtline {
  position: absolute;
  left: 0;
  bottom: 0;
}

.hmsec02 {
  position: relative;
  padding: 5rem 0;
}

.hmsec03a {
  position: relative;
  overflow: hidden;
}
.hmsec03a video {
  width: 100%;
  height: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .hmsec03a video {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.hmsec03a .videooverlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hmsec03a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3803921569);
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  .hmsec03a .overlay {
    background: rgba(0, 0, 0, 0.7019607843);
    padding: 0 0%;
  }
}
.hmsec03a .overlay ul {
  margin: 1.3rem 0;
  padding: 0 0;
  list-style-type: none;
}
.hmsec03a .overlay ul li {
  color: #fff;
  margin: 0 0 10px;
}
.hmsec03a .overlay h3 {
  display: inline-flex;
  position: relative;
}
.hmsec03a .overlay h3::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  max-width: 200px;
  width: 100%;
  background: #F2F2F2;
  top: calc(50% - 1.5px);
  left: 120%;
}

.hmsec03 {
  position: relative;
  color: #fff;
  z-index: 1;
}
.hmsec03::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  background: url("../img/home/02.jpg") no-repeat;
  right: 0;
  z-index: -1;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .hmsec03::before {
    width: 100%;
  }
}
.hmsec03 .bgorject {
  padding: 5rem 3rem;
}
@media screen and (max-width: 600px) {
  .hmsec03 .bgorject {
    padding: 2.5rem 0;
  }
}
.hmsec03 .bgorject h3 {
  margin: 4rem 0 5rem;
}
@media screen and (max-width: 1600px) {
  .hmsec03 .bgorject h3 {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 1400px) {
  .hmsec03 .bgorject h3 {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec03 .bgorject h3 {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec03 .bgorject .imlogo {
    width: 67%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .bgorject .imlogo {
    width: 84%;
  }
}

.hmsec04 {
  padding: 5rem 0;
  background: url("../img/home/0304.png") no-repeat #f6efd6;
  background-position: left top;
  position: relative;
  z-index: 1;
}
.hmsec04::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 35%;
  background: #003333;
  z-index: -1;
  width: 100%;
}
.hmsec04 .sec02 {
  margin-top: 2.8rem;
}
.hmsec04 .sec02 .txt {
  margin-top: 1.2rem;
}
.hmsec04 .sec02 .txt p {
  color: #fff;
}

.hmsec05 {
  padding: 5rem 0;
  position: relative;
  background: url("../img/home/05.jpg") no-repeat #fff;
  background-position: left top;
}
@media screen and (max-width: 1600px) {
  .hmsec05 {
    background-size: 40%;
    padding: 5rem 0 2rem;
  }
}
@media screen and (max-width: 999px) {
  .hmsec05 {
    background-size: 69%;
    padding: 5rem 0 2rem;
    background-position: -1rem 0;
    background: #fff;
  }
}
.hmsec05 .owl-carousel .owl-stage {
  padding: 2rem 0;
}
.hmsec05 .owl-carousel .owl-item {
  padding: 0 2rem;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .hmsec05 .owl-carousel .owl-item {
    padding: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .hmsec05 .owl-carousel .owl-item {
    padding: 0 15px;
  }
}
.hmsec05 .owl-carousel .owl-item img {
  width: auto !important;
}
@media screen and (max-width: 1500px) {
  .hmsec05 .owl-carousel .owl-item img {
    width: 80px !important;
  }
}

.hmsec06 {
  position: relative;
  background: #f6efd6;
  padding: 5rem 0;
}
.hmsec06 img {
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .hmsec06 img {
    transform: translateY(-22rem);
    filter: blur(2px);
  }
}
.hmsec06 .img {
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .hmsec06 .img {
    height: 229px;
  }
}
.hmsec06 .img:hover {
  transition: all 0.6s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3882352941);
}
.hmsec06 .img:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease;
  filter: brightness(0.5);
}
.hmsec06 .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.hmsec06 .img .overlay span {
  background: #d9ae42;
  color: #fff;
  padding: 0.8rem 4rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .hmsec06 .img .overlay span {
    width: 95%;
    display: block;
    margin: 0 auto;
    padding: 0.8rem 0;
    font-size: 14px;
  }
}

.abtsec01 {
  padding: 11rem 0 7rem;
  background: url("../img/about/01.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .abtsec01 {
    padding: 10rem 0 8rem;
  }
}
@media screen and (max-width: 1500px) {
  .abtsec01 {
    padding: 5rem 0 4rem;
  }
}
@media screen and (max-width: 999px) {
  .abtsec01 {
    padding: 9rem 0 3rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 999px) {
  .abtsec01 {
    padding: 5rem 0;
  }
}
.abtsec01 .bgoverlay {
  background: url("../img/about/01a.png") no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 999px) {
  .abtsec01 .bgoverlay {
    width: 100%;
    background: rgba(0, 43, 42, 0.8117647059);
  }
}

.abtsec02 {
  position: relative;
}
.abtsec02 .sec01 {
  position: relative;
  color: #fff;
  padding: 0 0 3.8rem;
  margin-top: 5rem;
}
.abtsec02 .sec01 .bgoverlay {
  position: absolute;
  right: 0;
  width: 60%;
  top: 0;
  background: #002b2a;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .abtsec02 .sec01 .bgoverlay {
    position: absolute;
    right: 0;
    width: 100%;
    top: unset;
    background: #002b2a;
    height: 54%;
    z-index: -1;
    bottom: 0;
  }
}
@media screen and (max-width: 999px) and (max-width: 600px) {
  .abtsec02 .sec01 .bgoverlay {
    height: 74%;
  }
}
.abtsec02 .sec01 .img::before {
  left: -6%;
  bottom: -6%;
}
@media screen and (max-width: 600px) {
  .abtsec02 .sec01 .img::before {
    left: -6%;
    bottom: -9%;
  }
}
.abtsec02 .sec01 .img::after {
  right: -2%;
  top: -6%;
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .abtsec02 .sec01 .img::after {
    right: -7%;
    top: -9%;
  }
}
.abtsec02 .img {
  position: relative;
}
@media screen and (max-width: 600px) {
  .abtsec02 .img {
    width: 90%;
    margin: 0 auto;
  }
}
.abtsec02 .img::before, .abtsec02 .img::after {
  content: "";
  background: url("../img/about/phlefticon.png") no-repeat;
  width: 107px;
  height: 54px;
  background-size: 100%;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .abtsec02 .img::before, .abtsec02 .img::after {
    width: 74px;
    height: 40px;
  }
}
.abtsec02 .brbtnline {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 999px) {
  .abtsec02 .conteten {
    margin-top: 4.8rem;
  }
}
.abtsec02 .sec02 {
  padding: 7.5rem 0;
}
@media screen and (max-width: 600px) {
  .abtsec02 .sec02 {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 999px) {
  .abtsec02 .sec02 .ord {
    order: -1;
  }
}
.abtsec02 .sec02 .brbtnline {
  border-bottom: 1px solid #191919;
}
.abtsec02 .sec02 .img::before, .abtsec02 .sec02 .img::after {
  content: "";
  background: url("../img/about/phlefticon1.png") no-repeat;
}
.abtsec02 .sec02 .img::before {
  right: -2%;
  bottom: -5%;
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .abtsec02 .sec02 .img::before {
    right: -7%;
    bottom: -7%;
  }
}
.abtsec02 .sec02 .img::after {
  left: -5%;
  top: -5%;
}
@media screen and (max-width: 600px) {
  .abtsec02 .sec02 .img::after {
    left: -7%;
    top: -7%;
  }
}
.abtsec02 .bgoverlay2 {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  background: #eaeaea;
  height: 70%;
  z-index: -11;
}

.abtsec03 {
  background: url("../img/about/04.jpg") no-repeat;
  background-size: cover;
  padding: 8rem 0 10rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .abtsec03 {
    padding: 4rem 0;
  }
}
.abtsec03::before {
  content: "";
  position: absolute;
  left: 2.5%;
  width: 26%;
  height: 100%;
  background: url(../img/about/04a.png) no-repeat;
  bottom: 0;
  background-size: 100%;
  background-position: left bottom;
}

.abtsec04 {
  padding: 5rem 0;
  position: relative;
}
.abtsec04 .brline {
  position: relative;
}
.abtsec04 .brline::before {
  content: "";
  position: absolute;
  background: #d4d4d4;
  right: 9%;
  width: 1px;
  height: 70%;
  top: 15%;
}
@media screen and (max-width: 600px) {
  .abtsec04 .brline::before {
    content: unset !important;
  }
}
.abtsec04 .brline:nth-child(3)::before, .abtsec04 .brline:last-child::before {
  content: unset;
}
@media screen and (max-width: 999px) {
  .abtsec04 .brline:nth-child(2)::before, .abtsec04 .brline:nth-child(4)::before {
    content: unset;
  }
  .abtsec04 .brline:nth-child(3)::before {
    content: "";
  }
}
.abtsec04 .brline .content {
  width: 80%;
  position: relative;
}
.abtsec04 .brline .content .img {
  position: relative;
}
.abtsec04 .brline .content .txt {
  margin-top: 1rem;
}
.abtsec04 .brline .content .txt ul {
  margin: 0;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 1600px) {
  .abtsec04 .brline .content .txt ul {
    padding: 0 0 0 29px;
  }
}
.abtsec04 .brline .content .txt ul li {
  margin: 0 0 10px;
}
@media screen and (max-width: 1600px) {
  .abtsec04 .brline .content .txt ul li {
    margin: 0 0 5px;
  }
}

.cpsec01 {
  position: relative;
}
.cpsec01::before {
  content: "";
  position: absolute;
  right: 0;
  width: 28%;
  background: url(../img/cpleft.png) no-repeat;
  height: 100%;
  left: 0;
  background-size: 100%;
  opacity: 0.4;
}
.cpsec01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  top: 0;
}

.cpsec02 {
  background: #eaeaea;
  padding: 5rem 0;
  margin-bottom: 2.9rem;
}

.carrersec01 {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .carrersec01 {
    overflow: hidden;
  }
}
@media screen and (max-width: 999px) {
  .carrersec01 .img-fluid {
    max-width: 200%;
    transform: translateX(-34%);
  }
}
.carrersec01::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  background: url("../img/carrer01a.png") no-repeat;
  height: 100%;
  left: 0;
  background-size: 100%;
  opacity: 0.4;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .carrersec01::before {
    background-size: cover;
    z-index: 1;
  }
}
.carrersec01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .carrersec01 .overlay {
    z-index: 1;
  }
}

.carrersec02 {
  padding: 5rem 0;
  position: relative;
  margin-bottom: 5rem;
}
.carrersec02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: url("../img/carrer03.jpg") no-repeat;
  bottom: 0;
  background-position: bottom;
}
@media screen and (max-width: 1600px) {
  .carrersec02::before {
    height: 59%;
  }
}
@media screen and (max-width: 600px) {
  .carrersec02::before {
    height: 45%;
  }
}

.cotactsec02 {
  padding: 5rem 0;
  color: #282828;
  position: relative;
}
.cotactsec02 a {
  color: #282828;
  text-decoration: none;
}
.cotactsec02 a:hover {
  color: #bc905e;
}
.cotactsec02 .map {
  height: 47vh;
  margin-top: 4rem;
}

.newsmediasec01 {
  position: relative;
  padding: 5rem 0;
}
.newsmediasec01::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  background: url("../img/mediabg.png") no-repeat;
  background-position: right top;
  height: 100%;
}
.newsmediasec01 .nav {
  border-bottom: 1px solid #bdbdbd;
}
.newsmediasec01 .nav .nav-item .nav-link {
  background: transparent;
  color: #666;
  position: relative;
  padding: 0.6rem 2.6rem;
  transition: all 0.6s ease;
  border: 0 !important;
}
.newsmediasec01 .nav .nav-item .nav-link.active, .newsmediasec01 .nav .nav-item .nav-link:hover {
  color: #000000;
  background: transparent;
  transition: all 0.6s ease;
}
.newsmediasec01 .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  background: #bdbdbd;
  top: 0;
  width: 1px;
  height: 50%;
  top: 25%;
  transition: all 0.6s ease;
}
.newsmediasec01 .nav .nav-item:first-child {
  transition: all 0.6s ease;
}
.newsmediasec01 .nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
.newsmediasec01 .nav .nav-item:last-child {
  transition: all 0.6s ease;
}
.newsmediasec01 .nav .nav-item:last-child .nav-link::before {
  content: unset;
}
.newsmediasec01 .presssec .img {
  border: 1px solid #666666;
  overflow: hidden;
  transition: all 0.6s ease;
}
.newsmediasec01 .presssec .img img {
  transition: all 0.6s ease;
}
.newsmediasec01 .presssec .txt p {
  color: #16191a;
  margin: 0;
  padding: 1.4rem 15px;
  height: 7.5em;
  line-height: 21px;
}
.newsmediasec01 .presssec .bttxt {
  border-top: 1px solid #a3a3a3;
  padding: 1rem 0;
  margin: 0;
}
.newsmediasec01 .presssec .bttxt p {
  color: #a3a3a3;
  padding: 0;
  height: auto;
}
.newsmediasec01 .presssec a {
  text-decoration: none;
}
.newsmediasec01 .presssec a:hover .img img {
  transform: scale(1.1);
  filter: brightness(0.5);
  transition: all 0.6s ease;
}

footer {
  padding: 5rem 0 0;
  color: #fff;
  background: #16191a;
  background-position: center;
}
footer .sec01 {
  border-top: 1px solid #5a5645;
  border-bottom: 1px solid #5a5645;
  padding: 3.2rem 0;
}
footer .sec02 {
  padding: 1rem 0;
}
footer .sec02 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
footer .sec02 ul li {
  color: #fff;
  margin: 0 8px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a.fa {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  transition: all 0.6s ease;
}
footer a.fa:hover {
  background: #bc905e;
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer a:hover {
  color: #d1ad52;
  text-decoration: none;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  color: #fff;
  margin-bottom: 8px;
}

.btn {
  background: #d1ad52;
  color: #282828;
  padding: 0.7rem 2rem;
  border-radius: 0;
  border: 1px solid #d1ad52;
  transition: all 0.6s ease;
  z-index: 1;
  position: relative;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scalex(0);
  background: #fff;
  transition: all 0.6s ease;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.btn:hover {
  color: #d1ad52;
  transition: all 0.6s ease;
}
.btn:hover::before {
  transform: scalex(1);
  transition: all 0.6s ease;
}

.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 99;
}
@media screen and (max-width: 1556px) {
  .enquiry-wrapper {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .enquiry-wrapper {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper {
    display: flex;
    width: 100%;
    top: unset;
    bottom: 0;
    background: #d1ad52;
  }
}
.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transform: translateX(131px);
  transition: all ease-in 0.5s;
  border: 1px solid #fff;
}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(133px);
  }
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(0);
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.322);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.3215686275) !important;
  }
}
.enquiry-wrapper .enquiry-box:hover {
  transform: translateX(0);
}
.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box:not(:first-child) {
    border-top: 0px solid #fff;
  }
}
.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background: #d1ad52;
  width: 47px;
  padding: 7px;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 99%;
    padding: 1px;
    background: transparent;
  }
}
.enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
.enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
  display: none;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
  .enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
}
.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .mail-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}
.enquiry-wrapper .enquiry-box a {
  color: #626262;
  text-decoration: none;
  font-size: 14px;
}

input, textarea, select {
  font-size: 15px;
  color: #666;
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 12px 1rem;
  resize: none;
}

#scroll {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #002b2a;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
}
@media screen and (max-width: 600px) {
  #scroll {
    width: 40px;
    height: 32px;
  }
}
#scroll:hover {
  transition: all 0.6s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}

.imgrera {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .imgrera {
    width: 51%;
    margin: 0 0 4rem;
  }
}

@font-face {
  font-family: "Avenir Light";
  src: url("../fonts/Avenir-Light.woff2") format("woff2"), url("../fonts/Avenir-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Book";
  src: url("../fonts/Avenir-Book.woff2") format("woff2"), url("../fonts/Avenir-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Medium";
  src: url("../fonts/Avenir-Medium.woff2") format("woff2"), url("../fonts/Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Black";
  src: url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir roman";
  src: url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
.view_rara {
  padding: 2.9rem 0;
  background: #f9f9f9;
}/*# sourceMappingURL=style.css.map */