header .header .rightside .humburger {
  background-color: #fff !important;
  outline: 2px solid #252424 !important;
}
header .header .rightside .humburger #humburger span {
  background-color: #252424;
}
header.active .header .rightside .humburger {
  background-color: #252424 !important;
  outline: 2px solid transparent !important;
}
header.active .header .rightside .humburger #humburger span {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header {
    background-color: transparent;
  }
  header .header .rightside .humburger {
    background-color: #252424 !important;
    outline-color: white !important;
  }
  header .header .rightside .humburger #humburger span {
    background-color: #fff !important;
  }
  header.active .header .logo img:nth-child(2) {
    display: none !important;
    opacity: 0 !important;
  }
  header.active .header .logo img:nth-child(1) {
    display: block !important;
    opacity: 1 !important;
  }
}

.Hero_Contact {
  background-color: #F3F3F3;
  width: 100%;
  overflow: hidden;
}
.Hero_Contact .Hero_Contact_main {
  height: 100vh;
  width: 200%;
  display: flex;
  position: relative;
  transition: all 0.5s linear;
}
.Hero_Contact .Hero_Contact_main:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(33.33% + 40px);
  height: 100%;
  background-color: #252424;
  z-index: 0;
  transition: all 0.3s linear;
}
.Hero_Contact .Hero_Contact_main section {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.Hero_Contact .Hero_Contact_main form {
  padding: 130px 60px 50px;
  padding: 128px 60px 42px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100vh;
  flex-direction: column;
}
.Hero_Contact .Hero_Contact_main form h2 {
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  display: inline-flex;
  z-index: 0;
}
.Hero_Contact .Hero_Contact_main form h2:after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.Hero_Contact .Hero_Contact_main form .formcontrol {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
}
.Hero_Contact .Hero_Contact_main form .formcontrol label.error {
  position: absolute !important;
  left: 0 !important;
  bottom: -20px !important;
  font-size: 10px !important;
  line-height: 20px !important;
  font-weight: 400;
  color: red !important;
}
.Hero_Contact .Hero_Contact_main form .formcontrol:last-child {
  margin-bottom: 0;
}
.Hero_Contact .Hero_Contact_main form .formcontrol .hideinput {
  position: absolute;
  left: 0;
  top: 0;
}
.Hero_Contact .Hero_Contact_main form .formcontrol .forminput, .Hero_Contact .Hero_Contact_main form .formcontrol .upload {
  height: 42px;
  width: calc(50% - 20px);
  background-color: transparent;
}
.Hero_Contact .Hero_Contact_main form .formcontrol .forminput input, .Hero_Contact .Hero_Contact_main form .formcontrol .upload input {
  width: 100%;
  height: 42px;
  background-color: transparent;
}
.Hero_Contact .Hero_Contact_main form .formcontrol .upload {
  cursor: pointer;
  position: relative;
}
.Hero_Contact .Hero_Contact_main form .formcontrol .upload label {
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  line-height: 42px;
  color: #a7a7a7;
}
.Hero_Contact .Hero_Contact_main form .formcontrol .upload input {
  cursor: pointer;
  width: 100%;
  height: 42px;
  display: inline-block;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
}
.Hero_Contact .Hero_Contact_main form .formcontrol .upload input:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F3F3F3;
  border-bottom: 1px solid #252424;
}
.Hero_Contact .Hero_Contact_main form .formcontrol .upload input:after {
  transition: all 0.2s linear;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #F3F3F3 url(../images/contact/ic_attach.png) no-repeat center center;
  background-size: 70%;
}
.Hero_Contact .Hero_Contact_main form .formcontrol .upload input:hover:after {
  transform: translateY(-50%) scale(1.2);
  transition: all 0.2s linear;
}
.Hero_Contact .Hero_Contact_main form .submit {
  display: flex;
  margin: 0 0 0;
}
.Hero_Contact .Hero_Contact_main form .submit input {
  transition: all 0.3s linear;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 8rem;
  font-weight: 400;
  width: 8rem;
  height: 8rem;
  display: inline-block;
  border-radius: 8rem;
  border: 1px solid #252424;
  background-color: #F3F3F3;
  color: #252424;
}
.Hero_Contact .Hero_Contact_main form .submit input:hover {
  background-color: #252424;
  color: #fff;
  transition: all 0.3s linear;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose {
  display: flex;
  flex-direction: column;
  margin: 0 0 0;
  position: relative;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose label.error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  color: red;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose p {
  margin: 0 0 0;
  padding: 0;
  height: 42px;
  display: flex;
  align-items: center;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw {
  display: inline-flex;
  align-items: center;
  margin: 14px 0;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw input[type=checkbox], .Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw input[type=radio] {
  margin-right: 10px;
  margin-top: -2px;
  border-radius: 10px !important;
  cursor: pointer;
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none !important;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw input[type=checkbox]:hover::after, .Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw input[type=radio]:hover::after {
  transform: scale(1.3);
  transition: all 0.2s linear;
  border-color: #F15F43;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw input[type=radio] {
  margin-top: -4px;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw input[type=checkbox]:after, .Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw input[type=radio]:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  top: 0;
  left: 0;
  position: relative;
  background-color: #F3F3F3;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #252424;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw input[type=checkbox]:checked:after, .Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw input[type=radio]:checked:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  top: 0;
  left: 0px;
  position: relative;
  background-color: #F15F43;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #F15F43;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox .fw label {
  font-size: 0.9rem;
  line-height: 15px;
  cursor: pointer;
  color: #252424;
}
.Hero_Contact .Hero_Contact_main form .formcontrol_choose label#position-error {
  bottom: -10px;
}
.Hero_Contact .Hero_Contact_main form .submitformbtn {
  display: flex;
  align-items: center;
}
.Hero_Contact .Hero_Contact_main form .submitformbtn #textmsgAfterSubmit, .Hero_Contact .Hero_Contact_main form .submitformbtn #textmsgAfterSubmit2 {
  display: none;
  padding: 0 20px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #252424;
  font-weight: 500;
}
.Hero_Contact .Hero_Contact_main .rightside {
  position: relative;
  height: 100%;
  padding: 0 30px 50px;
  display: flex;
  z-index: 0;
  flex-direction: column;
  justify-content: flex-end;
}
.Hero_Contact .Hero_Contact_main .rightside h3 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 400;
}
.Hero_Contact .Hero_Contact_main .rightside h3 .imgAni {
  display: inline-block;
  position: relative;
}
.Hero_Contact .Hero_Contact_main .rightside h3 .imgAni img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(1.15);
  width: 100%;
  height: 100%;
  z-index: -11;
}
.Hero_Contact .Hero_Contact_main .rightside .join {
  margin: 50px 0 0;
}
.Hero_Contact .Hero_Contact_main .rightside .drawingline_ani.animatedinfinite.active .right {
  width: 28px;
}
.Hero_Contact .Hero_Contact_main .join_team .rightside:after {
  left: auto;
  right: 0;
}
.Hero_Contact .join_team form .formcontrol_choose {
  margin: 27px 0 0;
}
.Hero_Contact .join_team form .formcontrol_choose .checkbox {
  justify-content: flex-start;
}
.Hero_Contact .join_team form .formcontrol_choose .checkbox .fw {
  margin-right: 30px;
  width: auto;
}
.Hero_Contact .join_team form .formcontent {
  margin: 11px 0 59px;
}
.Hero_Contact .join_team form .submit {
  margin-top: 0;
}
.Hero_Contact .join_team .rightside {
  padding-left: 60px;
}
.Hero_Contact .clicked {
  transform: translateX(-50%);
  transition: all 0.5s linear;
}
.Hero_Contact .Hero_Contact_main, .Hero_Contact .Hero_Contact_main section, .Hero_Contact .Hero_Contact_main form {
  height: auto;
}
.Hero_Contact .formcontent {
  margin: 25px 0 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Hero_Contact #circleBtnSubmit .changePos_txt span, .Hero_Contact #circleBtnSubmit2 .changePos_txt span {
  color: #252424;
}
.Hero_Contact #circleBtnSubmit:hover .changePos_txt, .Hero_Contact #circleBtnSubmit2:hover .changePos_txt {
  background-color: #000;
}
.Hero_Contact #circleBtnSubmit:hover .changePos_txt span, .Hero_Contact #circleBtnSubmit2:hover .changePos_txt span {
  color: #fff;
}
@media screen and (max-width: 1536px) {
  .Hero_Contact .Hero_Contact_main, .Hero_Contact .Hero_Contact_main section, .Hero_Contact .Hero_Contact_main form {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .Hero_Contact .Hero_Contact_main {
    height: auto;
  }
  .Hero_Contact .Hero_Contact_main section {
    height: auto;
  }
  .Hero_Contact .Hero_Contact_main .rightside {
    padding: 32px 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .Hero_Contact .Hero_Contact_main .rightside h3 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .Hero_Contact .Hero_Contact_main .rightside .join {
    width: auto;
    margin-top: 0;
    align-items: center;
    display: flex;
  }
  .Hero_Contact .Hero_Contact_main .rightsideBlack {
    background-color: #252424;
  }
  .Hero_Contact .Hero_Contact_main:before {
    display: none;
  }
  .Hero_Contact .Hero_Contact_main form {
    padding: 130px 15px 50px;
    padding: 110px 15px 42px;
    height: auto;
  }
  .Hero_Contact .Hero_Contact_main form .formcontrol {
    flex-direction: column;
    margin-bottom: 0;
  }
  .Hero_Contact .Hero_Contact_main form .formcontrol .forminput, .Hero_Contact .Hero_Contact_main form .formcontrol .selectBox, .Hero_Contact .Hero_Contact_main form .formcontrol .upload, .Hero_Contact .Hero_Contact_main form .formcontrol .custom-select {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .Hero_Contact .Hero_Contact_main form .formcontrol_choose {
    margin: 0px 0 0;
  }
  .Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .Hero_Contact .Hero_Contact_main form .formcontrol_choose .checkbox label {
    line-height: 15px !important;
  }
  .Hero_Contact .Hero_Contact_main .join_team .container-fluid .row {
    flex-direction: column-reverse;
  }
  .Hero_Contact .Hero_Contact_main .join_team .rightside {
    flex-direction: row-reverse;
  }
  .Hero_Contact .Hero_Contact_main .container-fluid {
    height: 100%;
  }
  .Hero_Contact .Hero_Contact_main .container-fluid .row {
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.selectBox {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 42px;
  border: 0;
  border-bottom: 1px solid #252424;
  background: transparent;
  border-radius: 0px;
  width: calc(50% - 20px) !important;
  max-width: none !important;
  min-width: auto;
}
.selectBox .selectBox-label {
  font-size: 0.9rem;
  height: 42px;
  line-height: 41px;
  color: #a7a7a7;
  opacity: 1 !important;
  padding: 0 !important;
}
.selectBox .selectBox-arrow {
  border: 0 !important;
  width: 10px !important;
  height: 10px !important;
  border: solid #252424 !important;
  border-width: 1px 1px 0 0px !important;
  position: absolute;
  left: auto;
  right: 12px;
  top: 10px;
  transform: rotate(135deg);
}
.selectBox.selectBox-menuShowing .selectBox-arrow {
  transform: rotate(-45deg);
  top: 18px;
}

.selectBox-dropdown-menu {
  border-color: #a7a7a7;
  border-radius: 0 !important;
  transition: all 0.3s linear !important;
  height: 0px !important;
  opacity: 0;
}
.selectBox-dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.selectBox-dropdown-menu li a {
  height: 32px;
  font-size: 0.9rem;
  line-height: 32px;
  color: #a7a7a7 !important;
  padding: 0 15px;
  transition: all 0.2s linear;
}
.selectBox-dropdown-menu li:hover a {
  background-color: #000;
  color: #fff !important;
  padding: 0 20px;
  transition: all 0.2s linear;
}
.selectBox-dropdown-menu li.selectBox-selected a {
  background-color: #000;
  color: #fff !important;
}
.selectBox-dropdown-menu li:first-child {
  display: none;
}
.selectBox-dropdown-menu.selectBox-options-bottom {
  transition: all 0.3s linear !important;
  opacity: 1;
  height: auto !important;
  border: 0 !important;
}

.Connet_Contact .contentsec {
  display: flex;
  padding: 100px 0;
}
.Connet_Contact .contentsec .desc {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.Connet_Contact .contentsec .desc img {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  margin-bottom: 1rem;
}
.Connet_Contact .contentsec .desc p {
  margin: 0;
}
.Connet_Contact .contentsec .desc p a, .Connet_Contact .contentsec .desc p strong {
  font-weight: 600;
  color: #252424;
}
.Connet_Contact .contentsec .desc p a:hover, .Connet_Contact .contentsec .desc p strong:hover {
  color: #F15F43;
}
.Connet_Contact .contentsec .desc .fw p:nth-child(1) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .Connet_Contact .contentsec {
    padding: 50px 15px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .Connet_Contact .contentsec .desc {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
  }
  .Connet_Contact .contentsec .desc .fw p:nth-child(1) {
    margin-bottom: 10px;
  }
  .Connet_Contact .contentsec .desc img {
    margin: 5px 0 0;
  }
}

.Gallery_Contact {
  overflow: hidden;
}
.Gallery_Contact .galleryslider {
  position: relative;
  height: 780px;
}
.Gallery_Contact .galleryslider .gallery {
  display: flex;
}
.Gallery_Contact .galleryslider .gallery img {
  margin: 0 30px;
  width: 420px;
  height: 302px;
  border-radius: 20px;
}
.Gallery_Contact .galleryslider .gallery2 {
  position: absolute;
  left: auto;
  right: 150%;
  top: 362px;
}

#Gallery_Contact_mo .container-fluid {
  padding: 0 0 50px;
}
#Gallery_Contact_mo .container-fluid .owl-theme .owl-stage img {
  border-radius: 20px;
}
#Gallery_Contact_mo .container-fluid .owl-theme.leftSilderOwl .owl-stage {
  padding-left: 0 !important;
}
#Gallery_Contact_mo .container-fluid .owl-theme.rightSilderOwl {
  margin-top: 50px;
}
#Gallery_Contact_mo .container-fluid .owl-theme.rightSilderOwl .owl-stage {
  padding-right: 0 !important;
}

.selectBox-dropdown-menu.selectBox-options-bottom {
  transition: all 0.3s linear;
}/*# sourceMappingURL=contact.css.map */