.font {
  font-family: "Playfair Display", serif;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.size13 {
  font-size: 13px;
  font-weight: 400;
}
.size14 {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
}
.size14-o {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
}
.size15 {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.7;
}
.size16 {
  font-size: 16px;
  font-weight: 500;
}
.size18 {
  font-size: 18px;
  font-weight: 500;
}
.size20 {
  font-size: 20px;
  font-weight: 500;
}
.size22 {
  font-size: 22px;
  font-weight: 600;
}
.size24 {
  font-size: 24px;
}
.top-ribbon {
  background-color: black;
  color: white;
  /*position: fixed;*/
}
.top-ribbon ul {
  list-style: none;
  overflow: hidden;
  width: auto;
  float: right;
}
.top-ribbon li {
  display: inline-block;
  height: 32px;
  text-align: center;
  align-content: center;
  margin: 0 10px;
}
.top-ribbon a,
span,
li {
  color: #003896;
  text-decoration: none;
}
#lang-mobile {
  display: none;
}
footer {
  background-color: #144ba8;
  color: white;
}
.tel {
  font-size: 18px;
  font-weight: 500;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
  opacity: 0.5;
}
footer .op {
  opacity: 0.4;
}
footer h4::before {
  display: inline-block;
  content: "";
  border-top: 0.05rem solid white;
  width: 3rem;
  margin-right: 1rem;
  transform: translateY(-0.5rem);
}

.copyrights {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 64px;
}
.social ul {
  list-style: none;
  overflow: hidden;
  width: auto;
  float: right;
}
.social li {
  display: inline-block;
  border: 2px solid white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  align-content: center;
  margin: 0 10px;
}
.social li:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.work-for img {
  width: 65%;
  border-radius: 6px;
}
.br-tel {
  display: none;
}

@media (max-width: 100px) {
  #lang-pc {
    position: fixed;
  }
  #lang-mobile {
    display: inline-block;
  }
  .top-ribbon {
    padding: 0 6px;
  }
  .top-ribbon ul {
    padding-left: 0px;
    font-size: 13px;
  }
  .top-ribbon li {
    margin: 0 2px;
  }
  .social {
    padding: 0px;
  }
  .social ul {
    padding-left: 0px;
  }
  .br-tel {
    display: block;
  }
  .work-for img {
    width: 100%;
  }
}
.inpt {
  padding-right: 100px;
}
.inpt div {
  padding-left: 0px;
  padding-right: 40px;
}
.inpt input {
  width: 100%;
  margin-bottom: 30px;
  height: 35px;
  font-size: 13px;
  padding: 0px 12px;
  background-color: rgb(204, 204, 204, 0.3);
  border: 0px;
}
.inpt textarea {
  width: 94%;
  margin-bottom: 30px;
  margin-right: 40px;
  padding: 12px 12px;
  font-size: 13px;
  background-color: rgb(204, 204, 204, 0.3);
  border: 0px;
}
.inpt button {
  width: 94%;
  height: 50px;
  margin-bottom: 50px;
  margin-top: 20px;
  margin-right: 40px;
  padding: 12px 12px;
  background-color: #000ea8;
  border: 2px solid #000ea8;
  border-radius: 0px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}
.inpt .ani-blue::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  transition-duration: 1s;
  z-index: -1;
  inset: 0px 0px auto auto;
  width: 0px;
  height: 100%;
  opacity: 1;
}
.inpt .ani-blue:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.inpt .ani-blue:hover {
  color: #000ea8;
  background: rgb(255, 255, 255);
  transition: color 1s ease 0s, background 0s ease 1s;
}

.head-highop h5 {
  opacity: 0.4;
  margin-bottom: 3%;
  margin-top: 9%;
}
.head-lowop h5 {
  opacity: 0.8;
  margin-bottom: 3%;
  margin-top: 9%;
}
.head-lowop p {
  padding-left: 125px;
  margin-bottom: 50px;
}
.head-highop p {
  padding-left: 125px;
  margin-bottom: 50px;
}
.line::before {
  display: inline-block;
  content: "";
  border-top: 0.06rem solid black;
  width: 6rem;
  margin-right: 1rem;
  transform: translateY(-0.5rem);
}
@media (max-width: 500px) {
  .head-lowop p {
    padding-left: 50px;
    margin-bottom: 50px;
  }
  .head-highop p {
    padding-left: 50px;
    margin-bottom: 50px;
  }
  .line::before {
    width: 50px;
  }
  .pic-div {
    display: none;
  }
}

.contactus {
  padding-left: 125px;
}
.contactus a {
  text-decoration: none;
  color: black;
}
.contactus p {
  opacity: 0.7;
}
.contactus h6 {
  opacity: 0.8;
}

.team div {
  width: 380px;
  margin: 15px;
}
.team img {
  width: 100%;
}

@media (max-width: 992px) {
  .contactus {
    padding-left: 50px;
    margin-bottom: 50px;
  }
  .inpt {
    display: flex;
    padding: 10px;
    margin: 10px;
  }
  .inpt div {
    padding: 5px;
    padding-right: 0px;
  }
  .inpt textarea {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    padding: 12px 12px;
  }
  .inpt button {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    padding: 12px 12px;
  }
}

.ani-black {
  color: black; /* button text color */
  outline: none;
  background: rgb(0, 0, 0);
  border: 2px solid black;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 12px 60px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}

/* //// Default effect: Slide from Top  //// */

.ani-black:before,
.ani-black:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: black; /* onhover background color */
  z-index: -1;
  transform: translate3D(
    0,
    -100%,
    0
  ); /* move elements above button so they don't appear initially */
  transition: all 0.5s;
}

.ani-black:before {
  background: white; /* button default background color */
  z-index: -2;
  transform: translate3D(0, 0, 0);
}

.ani-black:hover {
  color: white;
}

.ani-black:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

/* //// Slide Left  //// */

.ani-black:after {
  top: 0;
  z-index: -1;
  transform: translate3D(-101%, 0, 0);
}

.ani-black:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

.center p {
  text-align: center;
}
.left p {
  text-align: left;
}

.client {
  display: flex;
  align-items: flex-end;
  align-content: center;
  margin: 7% 0;
}
.client img {
  width: 95%;
  margin: 15px 10px;
}

@media (max-width: 767px) {
  .client img {
    width: auto;
    margin: 30px 10px;
  }
  .client div {
    display: flex;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
  }
}

/*home grid structure*/
.home-grid {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 350px 410px 380px;
}
.item0-1 {
  display: none;
}
.item {
  background: white;
  overflow: hidden;
}
.item:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: span 2;
}
.item:nth-of-type(2) {
  grid-column-start: 3;
  grid-column-end: 3;
}
.item:nth-of-type(3) {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: span 2;
}
.item:nth-of-type(4) {
  grid-row-start: span 2;
}
.item:nth-of-type(6) {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: span 2;
}
.item:nth-of-type(7) {
  grid-column-start: 1;
  grid-column-end: 1;
}
.item:nth-of-type(8) {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: span 2;
}
.item:nth-of-type(9) {
  grid-row-start: span 2;
}
.item img {
  width: 100%;
}
.item1 {
  max-height: 700px;
}
.item3 {
  max-height: 698px;
}
.item4 {
  max-height: 510px;
}
.item6 img {
  height: 600.76px;
}
.item9 img {
  height: 593px;
}
.item0 {
  width: 380px;
  margin-top: 25px;
  padding: 0px;
}
.item0 img {
  width: 100%;
}
.item11 {
  margin: 25px;
  margin-bottom: 0px;
}

@media (max-width: 1000px) {
  .home-grid {
    display: none;
  }
  .item0-1 {
    overflow: hidden;
    display: block;
  }
  .item0-1 {
    width: 380px;
    margin: 20px;
    padding: 0px;
  }
  .item0 {
    width: 380px;
    margin: 20px;
    padding: 0px;
  }
  .item0-1 img {
    width: 100%;
  }
  .item6 img {
    height: auto;
  }
  .item9 img {
    height: auto;
  }
  .item11 {
    margin: 0px;
    margin: 20px;
  }
}
.item,
.item0,
.item0-1 {
  position: relative;
}
.overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  background: linear-gradient(transparent, rgb(0, 0, 0, 0.9));
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
}

.home-video {
  background-image: linear-gradient(to right, transparent 65%, #144ba8 35%);
}
.home-video video {
  width: 100%;
}
.video-div {
  margin-top: 6%;
  margin-bottom: 12%;
  padding-right: 6%;
  position: relative;
}
.video-div h5 {
  margin-left: 17%;
}
.video-div p {
  margin-left: 10rem;
}
.video-div #more {
  margin-left: 17%;
  margin-right: 10%;
}
#lin {
  position: absolute;
  z-index: -2;
}
.video-div #lin::before {
  display: inline-block;
  content: "";
  border-top: 0.06rem solid black;
  width: 10rem;
  transform: translateY(-0.5rem);
  z-index: -2;
}
#arr {
  color: #000ea8;
}
.ani-blue1 {
  color: #000ea8; /* button text color */
  outline: none;
  background: #000ea8;
  border: 2px solid #000ea8;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 12px 40px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}

.fullreel {
  color: #000ea8; /* button text color */
  outline: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}
@media (max-width: 767px) {
  .fullreel {
    margin-left: 17%;
  }
}

/* //// Default effect: Slide from Top  //// */

.ani-blue1:before,
.ani-blue1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000ea8; /* onhover background color */
  z-index: -1;
  transform: translate3D(
    0,
    -100%,
    0
  ); /* move elements above button so they don't appear initially */
  transition: all 0.5s;
}

.ani-blue1:before {
  background: white; /* button default background color */
  z-index: -2;
  transform: translate3D(0, 0, 0);
}

.ani-blue1:hover {
  color: white;
}

.ani-blue1:hover #arr {
  color: white;
}

.ani-blue1:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

/* //// Slide Left  //// */

.ani-blue1:after {
  top: 0;
  z-index: -1;
  transform: translate3D(-101%, 0, 0);
}

.ani-blue1:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.image-divop {
  padding-left: 20px;
  padding-right: 20px;
}
.image-divop h6 {
  opacity: 0.8;
}
.image-divop img {
  width: 100%;
}
.image-divop a {
  text-decoration: none;
  color: black;
  transition: 1s;
}
.image-divop a:hover {
  border-bottom: 1px solid gray;
  color: gray;
}
.pag {
  display: flex;
}
.do-div {
  background-color: white;
  margin: 15% 13%;
  padding: 4% 4%;
}
@media (max-width: 768px) {
  .pP {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.mailto {
  text-decoration: none;
  color: #144ba8;
}
.mailto:hover {
  color: black;
  font-weight: 500;
}
.top-bar {
  background-color: white;
  color: white;
  padding: 8px;
  height: 36px;
}
#lang-pc span,
#lang-pc span a {
  color: #3c3c3c;
}

.container1 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.btn-1 {
  width: 300px;
  height: 100px;
  border: none;
  color: #ffffff;
  background-color: chocolate;
  border-radius: 4px;
  box-shadow: inset 0 0 0 0 #ffffff;
  transition: ease-out 0.3s;
  font-size: 2rem;
  outline: none;
}

/* index.php */
.block-hover li {
  transition: 0.1s;
  color: gray;
}
.block-hover li:hover {
  transform: scale(1.03);
  color: black;
  font-weight: 500;
}
.block-service {
  justify-content: center;
}
.block-service-div {
  flex-direction: column;
  align-items: center;
  transition: 0.9s;
}
.block-service-div:hover {
  transform: scale(1.15);
}
.block-service-div img {
  width: 80px;
}
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #ffffff;
  color: rgb(0, 0, 0);
}
.pad15 img {
  width: 40%;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 5px;
  top: calc(50% - 20px);
  color: white;
  background: rgb(197, 197, 197);
  padding: 1px !important;
}
.MultiCarousel .leftLst {
  left: 0;
}
.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .slider-p {
    display: none;
  }
  .carousel-caption {
    bottom: 1rem !important;
    left: 15% !important;
  }
  .web-btn {
    bottom: -10px !important;
  }
}
