body {
  font-family: "Sora", sans-serif !important;
  font-weight: 400;
}

.fw {
  width: 100%;
}

.fwx {
  width: 100%;
  display: flex;
}

.pr {
  position: relative;
}

.fh {
  height: 100%;
}

.fvh {
  height: 100vh;
}

.palb {
  position: absolute;
  left: 0;
  bottom: 0;
}

.parb {
  position: absolute;
  right: 0;
  bottom: 0;
}

.palt {
  position: absolute;
  left: 0;
  top: 0;
}

.part {
  position: absolute;
  right: 0;
  top: 0;
}

.pxy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.px {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pxr {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.py {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.pyb {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.f0 {
  font-size: 0;
}

.pd {
  padding: 0 !important;
}

.pdl {
  padding-left: 0 !important;
}

.pdr {
  padding-right: 0 !important;
}

.mg {
  margin: 0 !important;
}

.txc {
  text-align: center;
}

.txl {
  text-align: left;
}

.txr {
  text-align: right;
}

.fl {
  float: left;
}

.fnone {
  float: none !important;
}

.fr {
  float: right;
}

.dib {
  display: inline-block;
}

.dix {
  display: inline-flex;
}

.x_ai_c_jc_c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.x_ai_c_jc_sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xf_col {
  flex-direction: column;
}

.z1 {
  z-index: 1;
}

.z-1 {
  z-index: -1;
}

.z0 {
  z-index: 0;
}

.pd60 {
  padding-left: 60px;
  padding-right: 60px;
}

.opa0 {
  opacity: 0;
}

.dn {
  display: none;
}

.din {
  display: none;
}

.ovf {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 3.2rem;
  line-height: 3.5rem;
  color: #252424;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h3 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: #252424;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h4 {
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #252424;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h5 {
  font-size: 1.5rem;
  line-height: 2.1rem;
  color: #252424;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h6 {
  font-size: 1.5rem;
  line-height: 2.1rem;
  color: #252424;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h2 {
  font-size: 3.7rem;
  line-height: 4.2rem;
  color: #252424;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 4.7rem;
  line-height: 5.3rem;
  font-weight: 400;
}

p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: #252424;
}

@media screen and (max-width: 1536px) {
  p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  h2 {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
  h6 {
    font-size: 1.35rem;
    line-height: 1.9rem;
  }
}
@media screen and (max-width: 1400px) {
  p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  h2 {
    font-size: 3.4rem;
    line-height: 4rem;
  }
  h6 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 1200px) {
  p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  p {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  h6 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  h2 {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  h6 {
    font-size: 1rem;
    line-height: 1.35rem;
  }
}
#loading {
  background: rgb(0, 0, 0) url("../images/loader.gif") no-repeat center center;
  background-size: 100px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 111111111111111;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .pd60 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
input {
  color: #252424;
  font-size: 0.9rem;
  font-weight: 400;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #252424;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a7a7a7;
}

input::-moz-placeholder { /* Firefox 19+ */
  color: #a7a7a7;
}

input:-ms-input-placeholder { /* IE 10+ */
  color: #a7a7a7;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #a7a7a7;
}

body.body_active {
  overflow: hidden;
}

header {
  padding: 0 60px;
  position: absolute !important;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 999999999 !important;
  transition: all 0s linear;
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: relative;
}
header .header .rightside {
  display: flex;
  align-items: center;
}
header .header .rightside button {
  padding: 0 30px;
  height: 52px;
  border-radius: 50px;
  background-color: #FAA0FD;
  display: inline-block;
  font-size: 16px;
  line-height: 52px;
  color: #000;
  border: 0;
  margin-right: 30px;
}
header .header .rightside .humburger {
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  outline: 0px solid #F3F3F3;
  background-color: #252424;
  display: inline-block;
  position: relative;
}
header .header .rightside .humburger .childdiv {
  width: 42px;
  height: 42px;
  border-radius: 42px;
}
header .header .rightside .humburger .childdiv::before {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background-color: #FF8466 !important;
  opacity: 0.5;
}
header .header .rightside .humburger a.circleBtn {
  width: 52px;
  height: 52px;
  border: 0 !important;
  background-color: transparent !important;
  z-index: 1;
}
header .header .rightside .humburger a.circleBtn .chnagePos {
  width: 52px;
  height: 52px;
}
header .header .rightside .humburger .changePos_txt .humburgerLine {
  width: 52px;
  height: 52px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .header .rightside .humburger .changePos_txt .humburgerLine .humburgerLineChild {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .header .rightside .humburger .changePos_txt .humburgerLine span {
  width: 24px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  font-size: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
header .header .rightside .humburger .changePos_txt .humburgerLine span:nth-child(1) {
  top: 19px;
}
header .header .rightside .humburger .changePos_txt .humburgerLine span:nth-child(2) {
  top: 32px;
}
header .header .logo {
  display: inline-block;
}
header .header .logo img {
  transition: all 0.3s linear;
}
header .header .logo img:nth-child(1) {
  display: block;
  opacity: 1;
}
header .header .logo img:nth-child(2) {
  display: none;
  opacity: 0;
}
header .header.menu_active {
  justify-content: flex-end;
}
header .header.menu_active .rightside .letstalkbtnConnect {
  display: none;
}
header .header.menu_active .rightside button {
  display: none;
}
header .header.menu_active .logo {
  display: none;
}
header.active .header .logo img {
  transition: all 0.3s linear;
}
header.active .header .logo img:nth-child(1) {
  display: none;
  opacity: 0;
}
header.active .header .logo img:nth-child(2) {
  display: block;
  opacity: 1;
}
header.header_active {
  position: fixed !important;
  padding-right: 74px;
  left: auto;
  right: 0;
  width: 300px;
  transition: all 0s linear;
}
header.header_active .header .rightside .humburger span:nth-child(2) {
  top: 50% !important;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s linear 0.2s;
}
header.header_active .header .rightside .humburger span:nth-child(1) {
  top: 50% !important;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s linear 0.2s;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 15px;
    top: 24px;
    background-color: #fff;
  }
  header.active_header {
    transition: all 0.3s linear;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  header.active_header .humburger {
    transform-origin: center right;
  }
  header.header_active {
    padding: 10px 15px;
    width: 100% !important;
  }
  header .header .logo {
    width: 164px;
  }
  header .header .rightside .feh-marquee-wrapper-main {
    display: none;
  }
  header .header .rightside .letstalkbtnConnect {
    display: none;
  }
  header .header .rightside .humburger {
    width: 41px;
    height: 41px;
  }
  header .header .rightside .humburger .childdiv {
    width: 32px;
    height: 32px;
  }
  header .header .rightside .humburger a.circleBtn {
    width: 41px;
    height: 41px;
  }
  header .header .rightside .humburger a.circleBtn .chnagePos {
    width: 41px;
    height: 41px;
  }
  header .header .rightside .humburger .changePos_txt .humburgerLine {
    width: 41px;
    height: 41px;
  }
  header .header.menu_active {
    width: 100%;
    justify-content: space-between;
  }
  header .header.menu_active .logo {
    display: inline-block;
    filter: none;
  }
  header nav {
    background-color: #fff;
    top: 0;
  }
  header nav .main {
    overflow: hidden;
  }
  header nav .main .logo {
    display: none;
  }
  header nav .main .menulist .img_menu {
    height: auto;
    flex-direction: column-reverse;
  }
  header nav .main .menulist .img_menu .img, header nav .main .menulist .img_menu .menu_a {
    width: 100%;
  }
  header nav .main .menulist .img_menu .img {
    width: 51%;
    margin: 30px auto 15px;
    border: 0;
  }
  header nav .main .menulist .img_menu .img img {
    width: 100% !important;
  }
  header nav .main .menulist .img_menu .videoportfolio {
    width: 100% !important;
  }
  header nav .main .menulist .img_menu .menu_a .menu_a_inside {
    align-items: center;
  }
  header nav .main .menulist .img_menu .menu_a .menu_a_inside a {
    font-size: 1.8rem;
    line-height: 1.9rem;
    margin: 10px 0;
  }
}

.bg_header_blk header {
  background-color: transparent;
}
.bg_header_blk header .header .rightside .humburger {
  background-color: #fff;
}
.bg_header_blk header .header .rightside .humburger .changePos_txt .humburgerLine span {
  background-color: #000;
}
.bg_header_blk header.header_active .header .rightside .humburger {
  background-color: #252424;
}
.bg_header_blk header.header_active .header .rightside .humburger .changePos_txt .humburgerLine span {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bg_header_blk header.active_header {
    background-color: #252424;
  }
}

.arrow-popup-close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 75px;
  top: 76px;
  cursor: pointer;
}
.arrow-popup-close:after, .arrow-popup-close:before {
  content: "";
  display: inline-block;
  width: 2px;
  background-color: #252424;
  position: absolute;
}
.arrow-popup-close:before {
  height: 28px;
  left: 50%;
  top: -3px;
  transform: translateX(-50%) rotate(-45deg);
}
.arrow-popup-close:after {
  height: 28px;
  right: auto;
  left: 50%;
  top: -3px;
  transform: translateX(-50%) rotate(45deg);
}

.btncircle {
  width: 126px;
  height: 126px;
  display: inline-block;
  position: relative;
}
.btncircle .childdiv {
  opacity: 0;
  transition: all 0.1s linear;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-radius: 110px;
  z-index: 1;
}
.btncircle .childdiv:before {
  transition: all 0.1s linear;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 110px;
  height: 110px;
  border-radius: 110px;
  background-color: rgba(0, 0, 0, 0.2);
}
.btncircle .circleBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: all 0.2s linear;
  width: 126px;
  height: 126px;
  border-radius: 126px;
  background-color: #252424;
  border: 1px solid #252424;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btncircle .circleBtn .chnagePos {
  position: absolute;
  left: 0;
  top: 0;
  width: 126px;
  height: 126px;
  z-index: 111;
}
.btncircle .circleBtn .chnagePos input[type=submit] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.btncircle .circleBtn .changePos_txt {
  transition: all 0.2s linear;
  width: 0px;
  height: 0px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btncircle .circleBtn .changePos_txt span {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400 !important;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.btncircle .circleBtn:hover {
  background-color: transparent;
  border-color: #252424;
}
.btncircle .circleBtn:hover .changePos_txt span {
  color: #000;
}
.btncircle .circleBtn.wt {
  border: 1px solid #fff;
  background-color: transparent;
}
.btncircle .circleBtn.wt span {
  color: #fff;
}
.btncircle .circleBtn.wt:hover {
  background-color: #fff;
}
.btncircle .circleBtn.wt:hover span {
  color: #252424;
}
.btncircle .circleBtn.wtbtn {
  border: 1px solid #fff;
  background-color: #fff;
}
.btncircle .circleBtn.wtbtn span {
  color: #000;
}
.btncircle .circleBtn.wtbtn:hover {
  background-color: #000;
}
.btncircle .circleBtn.wtbtn:hover span {
  color: #fff;
}
.btncircle .circleBtn.bkbo {
  border: 1px solid #252424;
  background-color: transparent;
}
.btncircle .circleBtn.bkbo input {
  border: 0 !important;
  font-size: 1rem;
  line-height: 1.3rem;
  background-color: transparent !important;
}
.btncircle .circleBtn.bkbo:hover {
  background-color: #252424;
}
.btncircle .circleBtn.bkbo:hover input {
  color: #fff;
}
.btncircle .circleBtn.bktowt {
  border: 1px solid #252424;
  background-color: transparent;
}
.btncircle .circleBtn.bktowt span {
  color: #252424;
}
.btncircle .circleBtn.bktowt input {
  border: 0 !important;
  font-size: 1rem;
  line-height: 1.3rem;
  background-color: transparent !important;
}
.btncircle .circleBtn.bktowt:hover {
  background-color: #252424;
}
.btncircle .circleBtn.bktowt:hover span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btncircle {
    width: 100px;
    height: 100px;
  }
  .btncircle .childdiv {
    width: 90px;
    height: 90px;
  }
  .btncircle .childdiv::before {
    width: 90px;
    height: 90px;
  }
  .btncircle .circleBtn {
    width: 100px;
    height: 100px;
  }
  .btncircle .circleBtn .changePos_txt span {
    font-size: 0.86rem;
    line-height: 1.1rem;
  }
  .btncircle .circleBtn .chnagePos {
    width: 100px;
    height: 100px;
  }
}

.viewworkbtn {
  margin-top: 6px;
  padding: 14px 19px;
  background-color: #fff;
  border-radius: 50px;
  height: 42px;
  align-items: center;
  justify-content: center;
}
.viewworkbtn span {
  color: #252424;
  font-weight: 500;
  font-size: 0.86rem;
  line-height: 1;
}

/* width */
body::-webkit-scrollbar {
  width: 14px;
  border: 0;
  outline: 0;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border: 0;
  outline: 0;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #a7a7a7;
  border-radius: 15px;
  border: 0;
  outline: 0;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #F15F43;
  border: 0;
  outline: 0;
}

nav {
  position: fixed !important;
  background: #fff;
  transform: translateY(-100%);
  transition: all 0.2s linear;
  overflow: hidden;
}
nav:after {
  content: "";
  position: absolute;
}
nav.active_nav {
  transform: translateY(0%);
  transition: all 0.2s linear;
  overflow: hidden;
}
nav .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: relative;
}
nav .main .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1111111;
}
nav .main .menulist {
  padding: 30px 0 10px;
}
nav .main .menulist .img_menu {
  display: flex;
  flex-wrap: wrap;
  height: 60vh;
  align-items: center;
}
nav .main .menulist .img_menu .img {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
nav .main .menulist .img_menu .img img, nav .main .menulist .img_menu .img .divimg {
  display: none;
  width: 350px;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
nav .main .menulist .img_menu .img .divimg img {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}
nav .main .menulist .img_menu .img .divimg video {
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
nav .main .menulist .img_menu .img img.extra {
  display: block !important;
  opacity: 0.5;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}
nav .main .menulist .img_menu .img img.active, nav .main .menulist .img_menu .img .divimg.active, nav .main .menulist .img_menu .img .divimg.active img {
  display: inline !important;
}
nav .main .menulist .img_menu .menu_a {
  width: 50%;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a {
  position: relative;
  font-size: 2.8rem;
  line-height: 2.9rem;
  color: #252424;
  margin: 20px 0;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a img {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(1.15);
  width: 100%;
  height: auto;
  z-index: -11;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1):hover .animatedinfinite .top, nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1).active .animatedinfinite .top {
  width: 0%;
  height: 14px;
  animation: ani_top 4s linear 0s infinite;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1):hover .animatedinfinite .right, nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1).active .animatedinfinite .right {
  width: 14px;
  height: 0%;
  animation: ani_right 4s linear 0s infinite;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1):hover .animatedinfinite .bottom, nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1).active .animatedinfinite .bottom {
  width: 0%;
  height: 14px;
  animation: ani_bottom 4s linear 0s infinite;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1):hover .animatedinfinite .left, nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1).active .animatedinfinite .left {
  width: 14px;
  height: 0%;
  animation: ani_left 4s linear 0s infinite;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1):hover img, nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1).active img {
  opacity: 1;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1):hover .drawingline_ani, nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(1).active .drawingline_ani {
  transform: translate(-50%, -50%) scale(1.16, 1.3);
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(2) .drawbg img {
  transform: translate(-50%, -50%);
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(2):hover span, nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(2).active span {
  animation: wid100 4s linear infinite;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(2):hover img, nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(2).active img {
  opacity: 1;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(3) .drawbg {
  top: calc(50% + 1rem);
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(3) .drawbg img {
  transform: translate(-50%, -50%);
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(3):hover span, nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(3).active span {
  animation: wid100 4s linear infinite;
}
nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(3):hover img, nav .main .menulist .img_menu .menu_a .menu_a_inside a:nth-child(3).active img {
  opacity: 1;
}
nav .main .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .main .social a {
  margin: 0 6px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: inline-flex;
  background: url(../images/common/ic_social.svg) no-repeat 0px 0px;
  background-size: 148px;
  transition: all 0.2s linear;
}
nav .main .social a.ic_in {
  transform: scale(1.1);
  background: url(../images/common/ic_social.svg) no-repeat -36px 0px;
  background-size: 148px;
}
nav .main .social a.ic_pin {
  transform: scale(1.1);
  background: url(../images/common/ic_social.svg) no-repeat -72px 0px;
  background-size: 148px;
}
nav .main .social a.ic_be {
  background: url(../images/common/ic_social.svg) no-repeat -108px 0px;
  background-size: 148px;
}
nav .main .social a:hover {
  background-position: 0 -37px;
  transition: all 0.2s linear;
}
nav .main .social a:hover.ic_in {
  background-position: -36px -37px;
}
nav .main .social a:hover.ic_pin {
  background-position: -72px -37px;
}
nav .main .social a:hover.ic_be {
  background-position: -108px -37px;
}
@media only screen and (max-width: 768px) {
  nav .main .menulist .img_menu .img img {
    width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  nav .main {
    padding-top: 86px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
  }
  nav .main .menulist {
    padding: 10px 0;
  }
  nav .main .menulist .img_menu .img {
    margin-top: 40px !important;
  }
  nav .main .footerbottom .social a {
    transform: scale(1.1);
    margin: 0 8px 0;
  }
}

#toplinkscroll {
  z-index: 111111111111111100;
  display: none;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  font-size: 0;
  position: fixed;
  left: auto;
  right: 72px;
  bottom: 50px;
}
#toplinkscroll span {
  transform: translate(-50%, -50%) rotate(-54deg);
  background: url(../images/portfolio/arrow.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #toplinkscroll {
    right: 22px;
    bottom: 80px;
  }
}

footer {
  padding: 0 60px;
}
footer .footertop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0;
}
footer .footertop h1 {
  color: #252424;
  font-weight: 400;
  font-size: 5vw;
  line-height: 5.6vw;
}
footer .footertop h1 .drawbg {
  display: inline-block;
}
footer .footertop h1 .drawbg span {
  background-color: #fff;
}
footer .bor1 {
  border-top: 1px solid #252424;
  font-size: 0;
  width: 100%;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 0 0;
  }
  footer .bor1:first-child {
    border-color: #252424;
  }
  footer .footerbottom {
    height: auto;
    flex-direction: column;
    padding: 20px 0;
  }
  footer .footerbottom a {
    margin: 0 15px 0 0;
  }
  footer .footerbottom a:last-child {
    margin: 0;
  }
  footer .footerbottom .dx {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footerbottom .dx .social {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footerbottom .dx .social a {
    transform: scale(1.4);
    margin: 0 14px 0;
  }
  footer .footerbottom .dx .social a.ic_in, footer .footerbottom .dx .social a.ic_pin {
    transform: scale(1.5);
  }
  footer .footerbottom .last {
    margin-top: 14px;
  }
  footer .footertop {
    padding: 1.5rem 15px;
  }
  footer .footertop h1 {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
}

.footerbottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
.footerbottom .dx {
  display: inline-flex;
  align-items: center;
}
.footerbottom .social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footerbottom .social a {
  margin: 0 12px 0 0;
  width: 25px;
  height: 25px;
  overflow: hidden;
  display: inline-flex;
  background: url(../images/common/ic_social.svg) no-repeat 0px 0px;
  background-size: 100px;
  transition: all 0s linear;
}
.footerbottom .social a.ic_in {
  transform: scale(1.1);
  background: url(../images/common/ic_social.svg) no-repeat -25px 0px;
  background-size: 100px;
}
.footerbottom .social a.ic_pin {
  transform: scale(1.1);
  background: url(../images/common/ic_social.svg) no-repeat -50px 0px;
  background-size: 100px;
}
.footerbottom .social a.ic_be {
  background: url(../images/common/ic_social.svg) no-repeat -75px 0px;
  background-size: 100px;
}
.footerbottom .social a:hover {
  background-position: 0 -25px;
  transition: all 0s linear;
}
.footerbottom .social a:hover.ic_in {
  background-position: -25px -25px;
}
.footerbottom .social a:hover.ic_pin {
  background-position: -50px -25px;
}
.footerbottom .social a:hover.ic_be {
  background-position: -75px -25px;
}
.footerbottom a {
  display: inline-block;
  margin: 0 12px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #252424;
}
.footerbottom a:hover {
  color: #F15F43;
}
.footerbottom .last p {
  white-space: nowrap;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #a7a7a7;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .footerbottom {
    height: auto;
    flex-direction: column;
    padding: 20px 0;
  }
  .footerbottom a {
    margin: 0 15px 0 0;
  }
  .footerbottom a:last-child {
    margin: 0;
  }
  .footerbottom .dx {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerbottom .dx .social {
    width: 100%;
    margin-bottom: 20px;
  }
  .footerbottom .dx .social a {
    transform: scale(1.4);
    margin: 0 14px 0;
  }
  .footerbottom .dx .social a.ic_in, .footerbottom .dx .social a.ic_pin {
    transform: scale(1.2);
  }
  .footerbottom .last {
    margin-top: 14px;
  }
}

.square_texture {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: white;
  opacity: 0.8;
  background-image: linear-gradient(#F3F3F3 1px, transparent 1px), linear-gradient(to right, #F3F3F3 1px, white 1px);
  background-size: 20px 20px;
}

.blur1 {
  width: 30vw;
  height: 30vw;
  position: absolute;
  left: 27%;
  top: 0;
  overflow: hidden;
}
.blur1:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -60%;
  border-radius: 100%;
  background: rgb(181, 219, 235);
  background: radial-gradient(circle, rgba(181, 219, 235, 0.8) 0%, rgba(255, 255, 255, 0) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5dbeb",endColorstr="#ffffff",GradientType=1);
}

.blur2 {
  width: 30vw;
  height: 30vw;
  position: absolute;
  left: 0%;
  top: -50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.blur2:after {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  left: -40%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: rgb(181, 219, 235);
  background: radial-gradient(circle, rgba(241, 95, 67, 0.4) 0%, rgba(255, 255, 255, 0) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5dbeb",endColorstr="#ffffff",GradientType=1);
}

.owl-nav {
  position: relative;
  display: inline-block;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  margin: 0 15px;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #fff !important;
  background: url(../images/home/arrow.svg) no-repeat center center !important;
  background-size: cover !important;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  font-size: 0;
}
.owl-nav .owl-next {
  transform: rotate(180deg);
}

.bounce_animate {
  animation: bounce_animate 1s ease-in 0s infinite;
}

@keyframes bounce_animate {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.rotate_animate {
  animation: rotate 9s linear 0s infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate_animateRight {
  animation: rotateRight 9s linear 0s infinite;
}

@keyframes rotateRight {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.feh-marquee-wrapper-main {
  position: relative;
  overflow: hidden;
  display: flex;
  background: #FAA0FD;
  width: 100%;
  border-radius: 100px;
  margin-right: 30px;
  padding: 0 20px;
}
.feh-marquee-wrapper-main .feh-marquee-wrapper-btn {
  position: relative;
  display: flex;
  max-width: 90px;
}
.feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee2, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee3, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee4, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee5, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee6 {
  display: flex;
}
.feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee span, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee2 span, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee3 span, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee4 span, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee5 span, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee6 span {
  display: inline-flex;
  opacity: 0;
  height: 52px;
  border-radius: 50px;
  background-color: #FAA0FD;
  display: inline-block;
  font-size: 16px;
  line-height: 52px;
  color: #000;
  border: 0;
  text-align: center;
  position: relative;
  width: 90px;
}
.feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee span:nth-child(1), .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee2 span:nth-child(1), .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee3 span:nth-child(1), .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee4 span:nth-child(1), .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee5 span:nth-child(1), .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee6 span:nth-child(1) {
  opacity: 1;
}
.feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee:hover span, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee2:hover span, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee3:hover span, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee4:hover span, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee5:hover span, .feh-marquee-wrapper-main .feh-marquee-wrapper-btn #feh-marquee6:hover span {
  opacity: 1;
}

.letstalkbtnConnect {
  margin-right: 30px;
  display: inline-block;
  width: 132px;
  height: 52px;
  border-radius: 50px;
  background-color: #FAA0FD;
  overflow: hidden;
}
.letstalkbtnConnect a {
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  line-height: 52px;
  color: #000;
  border: 0;
  text-align: center;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 90px 90px 90px;
}
.letstalkbtnConnect a span {
  white-space: nowrap;
  width: 90px;
  display: none;
}
.letstalkbtnConnect a span:nth-child(1) {
  transform: translateX(21px);
  display: inline-block;
}
.letstalkbtnConnect a:hover span {
  display: inline-block;
  animation: scrollLeft 1s linear infinite;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.drawbg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}
.drawbg img {
  width: 100%;
}
.drawbg span {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  content: "";
  transform: rotate(180deg);
  width: 0;
  height: 100%;
  background-color: #F3F3F3;
  font-size: 0;
}
.drawbg.ac span {
  animation: wid100 4s linear infinite;
}
@keyframes wid100 {
  0% {
    width: 100%;
    opacity: 1;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

.Testimonial_Home .active .drawbg.testimonialac span {
  animation: wid100 4s linear infinite;
}
@keyframes wid100 {
  0% {
    width: 100%;
    opacity: 1;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

.drawbg.white span {
  background: white;
}

.drawbg.black span {
  background: #252424;
}

.drawbg.vt {
  position: absolute;
  top: 0.3rem;
  left: auto;
  right: -10rem;
  height: 3.2rem;
  overflow: hidden;
  width: 8rem;
}
.drawbg.vt img {
  animation: top100 2s linear infinite;
  width: 4rem;
  position: absolute;
  top: -3.2rem;
}
.drawbg.vt img:nth-child(2) {
  animation: top100 2s linear 0s infinite;
  width: 4rem;
  position: absolute;
  left: 4rem;
  top: -3.2rem;
}
@keyframes top100 {
  0% {
    top: -100%;
    opacity: 1;
  }
  100% {
    top: 0%;
    opacity: 1;
  }
}

.drawingline_ani {
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.16);
  z-index: -1;
  opacity: 1 !important;
}
.drawingline_ani .line {
  background-color: #252424;
  display: inline-block;
  font-size: 0;
}
.drawingline_ani .top {
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right;
  width: 0%;
  height: 14px;
}
.drawingline_ani .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 0%;
}
.drawingline_ani .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 14px;
}
.drawingline_ani .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 0%;
}
.drawingline_ani.animatedinfinite.active {
  opacity: 1 !important;
}
.drawingline_ani.animatedinfinite.active .top {
  width: 0%;
  height: 14px;
  animation: ani_top 4s linear 0s infinite;
}
.drawingline_ani.animatedinfinite.active .right {
  width: 14px;
  height: 0%;
  animation: ani_right 4s linear 0s infinite;
}
.drawingline_ani.animatedinfinite.active .bottom {
  width: 0%;
  height: 14px;
  animation: ani_bottom 4s linear 0s infinite;
}
.drawingline_ani.animatedinfinite.active .left {
  width: 14px;
  height: 0%;
  animation: ani_left 4s linear 0s infinite;
}

.drawingline_ani.white .line {
  background: #fff;
}

@keyframes ani_top {
  0% {
    width: 100%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 0%;
  }
  60% {
    width: 0%;
  }
  90% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
@keyframes ani_right {
  0% {
    height: 100%;
  }
  20% {
    height: 100%;
  }
  30% {
    height: 0%;
  }
  90% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}
@keyframes ani_bottom {
  0% {
    width: 100%;
  }
  30% {
    width: 100%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
@keyframes ani_left {
  0% {
    height: 100%;
  }
  50% {
    height: 100%;
  }
  60% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}
.custom-select {
  z-index: 1111;
  position: relative;
  height: 42px;
  width: calc(50% - 20px);
  position: relative;
  font-family: Arial;
  cursor: pointer;
}
.custom-select:after {
  transition: all 0.3s linear;
  position: absolute;
  left: auto;
  transform: rotate(135deg);
  right: 3px;
  top: 14px;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: 0;
  border: solid #252424;
  border-width: 1px 1px 0 0;
}
.custom-select.open::after {
  transform: rotate(-45deg);
  top: 19px;
}

.select-selected {
  height: 42px;
  width: 100%;
  color: #252424;
  font-family: "Sora", sans-serif !important;
  font-size: 0.9rem;
  line-height: 42px;
  font-weight: 400;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #252424;
}

.select-items {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 99;
  position: absolute;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
}

.select-items div {
  padding: 0 15px;
  height: 36px;
  color: #a7a7a7;
  font-family: "Sora", sans-serif !important;
  font-size: 0.8rem;
  line-height: 36px;
  font-weight: 400;
  transition: all 0.2s ease;
}

.select-items div:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease;
}

.custom-select.open .select-items {
  max-height: 500px;
  opacity: 1;
  transition: all 0.4s linear;
}/*# sourceMappingURL=common.css.map */