﻿.pad0 {
  padding: 0;
}

.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

.padL0 {
  padding-left: 0;
}

.padR0 {
  padding-right: 0;
}

.padL15 {
  padding-left: 15px;
}

.padR15 {
  padding-right: 15px;
}

.padLR15 {
  padding: 0 15px;
}

.pad15MD {
  padding: 0;
}
@media (min-width:768px) {
  .pad15MD {
    padding: 0 15px;
  }
}

.mar0 {
  margin: -30px;
}

.rotate_X {
  transform: rotate(-180deg);
}

.scale-in {
  transform-origin: 25% 50%;
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.scale-out {
  transform-origin: 25% 50%;
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rotation1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes animatedHappy {
  0% {
    left: 0;
  }
  50% {
    left: var(--animatedHappyLeft);
  }
  100% {
    left: 0;
  }
}
@keyframes animatedCoding {
  0% {
    right: 0;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 0;
  }
}
@keyframes animatedLike {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes slide-top2 {
  0% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bt_UtD {
  0% {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transform: perspective(3000px) rotateX(-90deg);
    -ms-transform: perspective(3000px) rotateX(-90deg);
    transform: perspective(3000px) rotateX(-90deg);
  }
  40% {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transform: perspective(3000px) rotateX(20deg);
    -ms-transform: perspective(3000px) rotateX(20deg);
    transform: perspective(3000px) rotateX(20deg);
  }
  60% {
    -ms-transform: perspective(3000px) rotateX(-10deg);
    transform: perspective(3000px) rotateX(-10deg);
    -webkit-transform: perspective(3000px) rotateX(-10deg);
  }
  80% {
    -ms-transform: perspective(3000px) rotateX(5deg);
    transform: perspective(3000px) rotateX(5deg);
    -webkit-transform: perspective(3000px) rotateX(5deg);
  }
  100% {
    -webkit-transform: perspective(3000px);
    -ms-transform: perspective(3000px);
    transform: perspective(3000px);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes color-change-2x {
  0% {
    background: #19dcea;
  }
  100% {
    background: #b22cff;
  }
}
@keyframes color-change-2x {
  0% {
    background: #19dcea;
  }
  100% {
    background: #b22cff;
  }
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(108, 117, 125, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0);
  }
}
.slideRoot {
  width: 100%;
  min-height: 600px;
  background-color: #f3eaf7;
  position: relative;
  z-index: 0;
}
.slideRoot .container {
  position: relative;
}
.slideRoot .container .row .text {
  -webkit-animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slideRoot .container .row .text > h2 {
  font-weight: 700;
  color: #34213a;
}
@media (max-width:576px) {
  .slideRoot .container .row .text > h2 {
    padding: 35px 10px 0 10px;
    font-size: 25px;
    line-height: 40px;
  }
}
@media (min-width:576px) {
  .slideRoot .container .row .text > h2 {
    padding: 55px 0 0 0;
    font-size: 40px;
    line-height: 52px;
  }
}
@media (min-width:768px) {
  .slideRoot .container .row .text > h2 {
    padding: 75px 0 0 0;
    font-size: 47px;
    line-height: 60px;
  }
}
@media (min-width:992px) {
  .slideRoot .container .row .text > h2 {
    padding: 105px 0 0 0;
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width:1200px) {
  .slideRoot .container .row .text > h2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (min-width:1500px) {
  .slideRoot .container .row .text > h2 {
    font-size: 54px;
    line-height: 75px;
  }
}
.slideRoot .container .row .text > p {
  font-weight: 400;
  color: #4e4e4e;
}
@media (max-width:576px) {
  .slideRoot .container .row .text > p {
    padding: 0 11px 0 11px;
    max-width: 500px;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width:576px) {
  .slideRoot .container .row .text > p {
    padding: 0;
    max-width: 500px;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width:992px) {
  .slideRoot .container .row .text > p {
    padding: 5px 0 0 0;
    max-width: 491px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width:1200px) {
  .slideRoot .container .row .text > p {
    max-width: 570px;
    font-size: 16.5px;
    line-height: 27px;
  }
}
.slideRoot .container .row .image {
  -webkit-animation: slide-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  position: relative;
}
@media (max-width:576px) {
  .slideRoot .container .row .image > img {
    width: 95%;
    position: relative;
    transform: initial;
    right: 0;
    bottom: -20px;
  }
}
@media (min-width:576px) {
  .slideRoot .container .row .image > img {
    width: initial;
    position: absolute;
    transform: scale(0.8);
    right: 0;
    bottom: 90px;
  }
}
@media (min-width:768px) {
  .slideRoot .container .row .image > img {
    transform: initial;
  }
}
@media (min-width:992px) {
  .slideRoot .container .row .image > img {
    transform: scale(0.9);
    right: -30px;
    bottom: -27px;
  }
}
@media (min-width:1200px) {
  .slideRoot .container .row .image > img {
    transform: initial;
    bottom: -3px;
  }
}
.slideRoot .container .row .image .happy {
  width: 240px;
  height: 80px;
  padding: 10px;
  background-color: #fff;
  -webkit-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border-radius: 40px;
  position: absolute;
  -webkit-box-shadow: 0 3px 0 0 rgba(18, 18, 18, 0.1);
  -moz-box-shadow: 0 3px 0 0 rgba(18, 18, 18, 0.1);
  box-shadow: 0 3px 0 0 rgba(18, 18, 18, 0.1);
  -webkit-animation: linear infinite;
  -webkit-animation-duration: 5s;
}
.slideRoot .container .row .image .happy img {
  display: block;
  float: left;
  position: relative;
  top: 2px;
  left: 4px;
}
.slideRoot .container .row .image .happy span {
  display: block;
  float: left;
  padding-left: 15px;
  font-size: 25px;
  font-weight: 800;
  color: #8d00b9;
}
.slideRoot .container .row .image .happy p {
  display: block;
  clear: both;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  top: -22px;
  left: 70px;
}
@media (max-width:576px) {
  .slideRoot .container .row .image .happy {
    top: 145px;
    left: 50px;
    --animatedHappyLeft: 50px;
    -webkit-animation-name: animatedHappy;
  }
}
@media (min-width:576px) {
  .slideRoot .container .row .image .happy {
    top: 120px;
    left: 60px;
    --animatedHappyLeft: 60px;
    -webkit-animation-name: animatedHappy;
  }
}
@media (min-width:768px) {
  .slideRoot .container .row .image .happy {
    top: 80px;
    left: 120px;
    --animatedHappyLeft: 120px;
    -webkit-animation-name: animatedHappy;
  }
}
@media (min-width:992px) {
  .slideRoot .container .row .image .happy {
    top: 260px;
    left: -60px;
    --animatedHappyLeft: -60px;
    -webkit-animation-name: animatedHappy;
  }
}
@media (min-width:1200px) {
  .slideRoot .container .row .image .happy {
    top: 180px;
    left: 50px;
    --animatedHappyLeft: 50px;
    -webkit-animation-name: animatedHappy;
  }
}
.slideRoot .container .row .image .coding {
  width: 50px;
  height: 50px;
  padding-top: 13px;
  background-color: #8d00b9;
  -webkit-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  top: 240px;
  right: 20px;
  -webkit-box-shadow: 0 3px 3px 3px rgba(141, 0, 185, 0.1);
  -moz-box-shadow: 0 3px 3px 3px rgba(141, 0, 185, 0.1);
  box-shadow: 0 3px 3px 3px rgba(141, 0, 185, 0.1);
  -webkit-animation: linear infinite;
  -webkit-animation-name: animatedCoding;
  -webkit-animation-duration: 4.5s;
  text-align: center;
}
.slideRoot .container .row .image .coding i {
  font-size: 23px;
  color: #fff;
}
.slideRoot .container .row .image .like {
  width: 50px;
  height: 50px;
  padding-top: 13px;
  background-color: #174a89;
  -webkit-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  bottom: 105px;
  left: 110px;
  -webkit-box-shadow: 0 3px 3px 3px rgba(23, 74, 137, 0.1);
  -moz-box-shadow: 0 3px 3px 3px rgba(23, 74, 137, 0.1);
  box-shadow: 0 3px 3px 3px rgba(23, 74, 137, 0.1);
  -webkit-animation: linear infinite;
  -webkit-animation-name: animatedLike;
  -webkit-animation-duration: 3s;
  text-align: center;
}
.slideRoot .container .row .image .like i {
  font-size: 23px;
  color: #fff;
}
@media (max-width:576px) {
  .slideRoot .container .row .image .like {
    bottom: 13px;
    left: 60px;
  }
}
@media (min-width:576px) {
  .slideRoot .container .row .image .like {
    bottom: 205px;
    left: 0;
  }
}
@media (min-width:768px) {
  .slideRoot .container .row .image .like {
    bottom: 185px;
    left: 125px;
  }
}
@media (min-width:992px) {
  .slideRoot .container .row .image .like {
    bottom: 65px;
    left: 125px;
  }
}
@media (min-width:1200px) {
  .slideRoot .container .row .image .like {
    bottom: 65px;
    left: 110px;
  }
}
@media (min-width:1500px) {
  .slideRoot .container .row .image .like {
    bottom: 105px;
  }
}
@media (min-width:576px) {
  .slideRoot .container .row .image {
    min-height: 600px;
  }
}
.slideRoot .owl-dots {
  position: relative;
  float: right;
  z-index: 98;
}
.slideRoot .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  margin: 2px 3px;
  background: initial;
  background-color: #121212;
  outline: none;
}
.slideRoot .owl-dots .active {
  width: 11px;
  height: 11px;
  -webkit-border-radius: 5.5px;
  -webkit-border-radius: 5.5px;
  -moz-border-radius: 5.5px;
  -moz-border-radius: 5.5px;
  border-radius: 5.5px;
  border-radius: 5.5px;
  background-color: #8d00b9;
  position: relative;
  top: -1px;
}
@media (max-width:576px) {
  .slideRoot .owl-dots {
    top: -32px;
    left: -10px;
  }
}
@media (min-width:576px) {
  .slideRoot .owl-dots {
    top: -200px;
    left: -30px;
  }
}
@media (min-width:768px) {
  .slideRoot .owl-dots {
    top: -40px;
  }
}
@media (min-width:1200px) {
  .slideRoot .owl-dots {
    left: -10%;
  }
}
.slideRoot .searchContainer > .row > div {
  position: relative;
}
.slideRoot .searchContainer > .row > div > div {
  width: 100%;
  max-width: 900px;
  left: 0;
  bottom: 12px;
  z-index: 3;
  -webkit-animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slideRoot .searchContainer > .row > div > div .searchJob {
  width: 100%;
  padding: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(18, 18, 18, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(18, 18, 18, 0.1);
  box-shadow: 0 2px 2px 0 rgba(18, 18, 18, 0.1);
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
}
.slideRoot .searchContainer > .row > div > div .searchJob .input {
  padding: 7px 0 0 0;
  position: relative;
}
.slideRoot .searchContainer > .row > div > div .searchJob .input i {
  display: inline-block;
  font-size: 24px;
  color: #34213a;
  position: absolute;
  top: 15px;
  left: 4px;
}
.slideRoot .searchContainer > .row > div > div .searchJob .input input[type=text] {
  width: 100%;
  height: 40px;
  display: inline-block;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #4e4e4e;
  border: none;
  outline: none;
}
.slideRoot .searchContainer > .row > div > div .searchJob .input input[type=text]::placeholder {
  color: #b1b1b1;
}
@media (max-width:576px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .input {
    padding: 7px 0 10px 0;
    border-bottom: solid 1px #e6e6e6;
  }
}
@media (min-width:576px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .input {
    padding: 7px 0 0 0;
    border-bottom: initial;
  }
}
.slideRoot .searchContainer > .row > div > div .searchJob .location {
  position: relative;
}
.slideRoot .searchContainer > .row > div > div .searchJob .location i {
  display: inline-block;
  font-size: 25px;
  color: #34213a;
  position: absolute;
  top: 15px;
  left: 4px;
}
.slideRoot .searchContainer > .row > div > div .searchJob .location > span {
  width: 100%;
  display: inline-block;
  padding: 9px 8px 0 33px;
  font-size: 16px;
  font-weight: 500;
  color: #121212;
  cursor: pointer;
}
.slideRoot .searchContainer > .row > div > div .searchJob .location > span:after {
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.slideRoot .searchContainer > .row > div > div .searchJob .location > span.show:after {
  transform: rotate(180deg);
}
.slideRoot .searchContainer > .row > div > div .searchJob .location > div {
  max-height: 200px;
  display: none;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 0 0 rgba(18, 18, 18, 0.1);
  -moz-box-shadow: 0 3px 0 0 rgba(18, 18, 18, 0.1);
  box-shadow: 0 3px 0 0 rgba(18, 18, 18, 0.1);
}
.slideRoot .searchContainer > .row > div > div .searchJob .location > div ul > li {
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #282828;
  cursor: pointer;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.slideRoot .searchContainer > .row > div > div .searchJob .location > div ul > li:hover, .slideRoot .searchContainer > .row > div > div .searchJob .location > div ul > li.active {
  background-color: #e6e6e6;
  color: #ae1ddc;
}
@media (max-width:576px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .location {
    padding: 7px 0 10px 0;
    border-bottom: solid 1px #e6e6e6;
  }
}
@media (min-width:576px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .location {
    padding: 7px 0 0 0;
    border-bottom: initial;
  }
}
.slideRoot .searchContainer > .row > div > div .searchJob .buttons > div > button {
  height: 52px;
  background-color: #34213a;
  color: #fff;
  font-weight: 700;
  text-align: center;
  outline: none;
  border: none;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  letter-spacing: 0.5px;
}
.slideRoot .searchContainer > .row > div > div .searchJob .buttons > div > button:hover {
  background-color: #8d00b9;
}
@media (max-width:576px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .buttons > div > button {
    width: 100%;
    font-size: 16px;
  }
}
@media (min-width:576px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .buttons > div > button {
    width: 82px;
    font-size: 14.5px;
  }
}
@media (min-width:768px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .buttons > div > button {
    width: 124px;
    font-size: 16px;
  }
}
@media (max-width:576px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .buttons {
    padding: 15px 5px 0 5px;
  }
}
@media (min-width:576px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .buttons {
    padding: 1px 0 0 0;
  }
}
@media (min-width:768px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .buttons {
    padding: 1px 0 0 40px;
  }
}
@media (min-width:992px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .buttons {
    padding: 1px 0 0 0;
  }
}
@media (min-width:1200px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .buttons {
    padding: 1px 0 0 7px;
  }
}
@media (min-width:1500px) {
  .slideRoot .searchContainer > .row > div > div .searchJob .buttons {
    padding: 1px 0 0 15px;
  }
}
@media (min-width:576px) {
  .slideRoot .searchContainer > .row > div > div .searchJob {
    height: 90px;
  }
}
.slideRoot .searchContainer > .row > div > div .labels {
  padding-top: 10px;
}
.slideRoot .searchContainer > .row > div > div .labels > a {
  display: inline-block;
  padding: 5px 7px;
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.slideRoot .searchContainer > .row > div > div .labels > a:hover {
  text-decoration: underline;
  color: #8d00b9;
}
@media (max-width:576px) {
  .slideRoot .searchContainer > .row > div > div {
    padding-bottom: 15px;
    position: relative;
    bottom: 0;
  }
}
@media (min-width:576px) {
  .slideRoot .searchContainer > .row > div > div {
    padding-bottom: initial;
    position: absolute;
    bottom: 30px;
  }
}
@media (min-width:992px) {
  .slideRoot .searchContainer > .row > div > div {
    bottom: 90px;
  }
}
@media (max-width:576px) {
  .slideRoot .searchContainer > .row {
    display: block;
    margin: 0;
  }
}
@media (min-width:576px) {
  .slideRoot .searchContainer > .row {
    display: initial;
    margin: initial;
  }
}
@media (max-width:576px) {
  .slideRoot .searchContainer {
    padding: 0 10px;
  }
}
@media (min-width:576px) {
  .slideRoot .searchContainer {
    padding: initial;
  }
}

.referenceRoot {
  width: 100%;
  min-height: 210px;
  background-color: #4e2e59;
  text-align: center;
  color: #fff;
  border-top: solid 5px #34213a;
  position: relative;
  z-index: 10;
}
.referenceRoot h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width:576px) {
  .referenceRoot h2 {
    padding: 25px 0 17px 0;
    font-size: 20px;
  }
}
@media (min-width:576px) {
  .referenceRoot h2 {
    padding: 40px 0 17px 0;
    font-size: 24px;
  }
}
.referenceRoot img {
  /*filter: brightness(0) invert(1);*/
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-animation: slide-top2 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top2 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.referenceRoot img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width:576px) {
  .referenceRoot img {
    width: 100%;
  }
}
@media (min-width:576px) {
  .referenceRoot img {
    width: 87%;
  }
}
.referenceRoot:after {
  width: 40px;
  height: 40px;
  background-color: #4e2e59;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -40px;
  left: 0;
}
@media (max-width:576px) {
  .referenceRoot:after {
    width: 30px;
    height: 30px;
    bottom: -30px;
  }
}
.referenceRoot:before {
  width: 80px;
  height: 80px;
  background-color: #fff;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -80px;
  left: 0;
  -webkit-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border-radius: 40px;
}
@media (max-width:576px) {
  .referenceRoot:before {
    width: 60px;
    height: 60px;
    bottom: -60px;
    -webkit-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-radius: 30px;
  }
}

.jobRoot {
  width: 100%;
  padding: 50px 0 40px 0;
  background: linear-gradient(180deg, white 0%, #f1f5f8 100%);
  -webkit-animation: slide-top 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.jobRoot .container {
  text-align: center;
}
.jobRoot .container > h2 {
  margin: 0 auto;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #34213a;
}
.jobRoot .container > p {
  max-width: 650px;
  margin: auto;
  padding-top: 18px;
  font-size: 16px;
  color: #121212;
}
.jobRoot .container .row {
  padding-top: 20px;
}
.jobRoot .container > a {
  width: 200px;
  height: 42px;
  display: block;
  margin: 40px auto 0 auto;
  padding-top: 10px;
  background-color: #8d00b9;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  outline: none;
  border: none;
  -webkit-border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border-radius: 18px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.jobRoot .container > a:after {
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  content: "\f105";
  margin-left: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  letter-spacing: 0.5px;
}
.jobRoot .container > a:hover {
  background-color: #121212;
}
.jobRoot .container > a:hover:after {
  margin-left: 18px;
}
.jobRoot:after {
  width: 45px;
  height: 45px;
  background-color: #f1f5f8;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -45px;
  left: 0;
}
@media (max-width:576px) {
  .jobRoot:after {
    width: 30px;
    height: 30px;
    bottom: -30px;
  }
}
.jobRoot:before {
  width: 90px;
  height: 90px;
  background-color: #fff;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -90px;
  left: 0;
  -webkit-border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  border-radius: 45px;
}
@media (max-width:576px) {
  .jobRoot:before {
    width: 60px;
    height: 60px;
    bottom: -60px;
    -webkit-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-radius: 30px;
  }
}

.jobItem {
  padding: 24px 10px 0 10px;
}
.jobItem > div {
  width: 100%;
  min-height: 315px;
  padding: 30px 20px;
  border: solid 1px #dddddd;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-radius: 8px;
  position: relative;
  clear: both;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  overflow: hidden;
}
.jobItem > div > div {
  position: relative;
}
.jobItem > div > div .urgent, .jobItem > div > div .new {
  height: 25px;
  padding: 3px 10px 0 7px;
  position: absolute;
  top: 5px;
  left: -20px;
  -webkit-border-top-right-radius: 12.5px;
  -webkit-border-bottom-right-radius: 12.5px;
  -moz-border-radius-topright: 12.5px;
  -moz-border-radius-bottomright: 12.5px;
  border-top-right-radius: 12.5px;
  border-bottom-right-radius: 12.5px;
  background-color: #deeee7;
  font-size: 13.5px;
  color: #308a00;
  text-align: left;
}
.jobItem > div > div .new {
  top: 35px;
  background-color: #f3eaf7;
  color: #8d00b9;
}
.jobItem > div > div .remote {
  height: 25px;
  padding: 3px 7px 0 10px;
  position: absolute;
  top: 5px;
  right: -20px;
  -webkit-border-top-left-radius: 12.5px;
  -webkit-border-bottom-left-radius: 12.5px;
  -moz-border-radius-topleft: 12.5px;
  -moz-border-radius-bottomleft: 12.5px;
  border-top-left-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  background-color: #f5e9d9;
  font-size: 13.5px;
  color: #df8f3d;
  text-align: right;
}
.jobItem > div > div .freelance, .jobItem > div > div .parttime, .jobItem > div > div .internship, .jobItem > div > div .hybrid, .jobItem > div > div .fulltime {
  height: 25px;
  padding: 3px 7px 0 10px;
  position: absolute;
  top: 5px;
  right: -20px;
  -webkit-border-top-left-radius: 12.5px;
  -webkit-border-bottom-left-radius: 12.5px;
  -moz-border-radius-topleft: 12.5px;
  -moz-border-radius-bottomleft: 12.5px;
  border-top-left-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  background-color: #e5eff6;
  font-size: 13.5px;
  color: #174a89;
  text-align: right;
}
.jobItem > div > section {
  width: 90px;
  height: 90px;
  margin: 25px auto 20px auto;
  -webkit-border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  border-radius: 45px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.jobItem > div > h3 {
  height: 35px;
  font-size: 17px;
  font-weight: 700;
  color: #8d00b9;
}
.jobItem > div > p {
  height: 50px;
  font-size: 13.5px;
  font-weight: 500;
  color: #656565;
}
.jobItem > div > span {
  display: block;
}
.jobItem > div > span > span {
  display: block;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #34213a;
}
.jobItem > div > span > span:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  content: "\f124";
}
@media (min-width:1500px) {
  .jobItem > div > span > span {
    float: left;
  }
}
.jobItem > div > span > a {
  width: 80px;
  height: 36px;
  display: block;
  margin: 10px auto 0 auto;
  padding-top: 7px;
  background-color: #34213a;
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  text-align: center;
  outline: none;
  border: none;
  -webkit-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.jobItem > div > span > a:hover {
  background-color: #8d00b9;
}
@media (min-width:1500px) {
  .jobItem > div > span > a {
    float: right;
    margin: initial;
  }
}
.jobItem > div:hover {
  border-color: #ae1ddc;
}
.jobItem > div:hover > section {
  transform: scale(1.12);
}
@media (max-width:576px) {
  .jobItem {
    padding: 24px 20px 0 20px;
  }
}

.aboutRoot {
  width: 100%;
  min-height: 780px;
  padding: 15px 0 40px 0;
  position: relative;
}
.aboutRoot .container .row > .image {
  position: relative;
}
.aboutRoot .container .row > .image img:first-child {
  -webkit-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-radius: 15px;
}
.aboutRoot .container .row > .image img:nth-child(2) {
  width: 50%;
  position: absolute;
  right: -15px;
  top: 288px;
  -webkit-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-radius: 15px;
}
@media (max-width:576px) {
  .aboutRoot .container .row > .image img:nth-child(2) {
    width: 50%;
    right: 15px;
    top: 215px;
  }
}
@media (min-width:768px) {
  .aboutRoot .container .row > .image img:nth-child(2) {
    width: 80%;
    right: 0;
    top: 185px;
  }
}
@media (min-width:992px) {
  .aboutRoot .container .row > .image img:nth-child(2) {
    width: initial;
    top: 290px;
  }
}
@media (min-width:1200px) {
  .aboutRoot .container .row > .image img:nth-child(2) {
    top: 413px;
  }
}
.aboutRoot .container .row > .image > .video {
  width: 110px;
  height: 110px;
  padding-top: 20px;
  -webkit-border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  border-radius: 55px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  text-align: center;
  background-color: #8d00b9;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.aboutRoot .container .row > .image > .video i {
  font-size: 70px;
  color: #fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.aboutRoot .container .row > .image > .video:hover {
  background-color: #34213a;
}
.aboutRoot .container .row > .image > .video:hover i {
  color: #fff;
}
.aboutRoot .container .row > .image > .video:before, .aboutRoot .container .row > .image > .video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #8d00b9;
  border-radius: 50%;
}
.aboutRoot .container .row > .image > .video:before {
  animation: ripple 2s linear infinite;
}
.aboutRoot .container .row > .image > .video:after {
  animation: ripple 2s linear 1s infinite;
}
@media (max-width:576px) {
  .aboutRoot .container .row > .image > .video {
    top: 160px;
    left: -20px;
  }
}
@media (min-width:576px) {
  .aboutRoot .container .row > .image > .video {
    top: 235px;
    left: 35px;
  }
}
@media (min-width:768px) {
  .aboutRoot .container .row > .image > .video {
    top: 128px;
    left: -212px;
  }
}
@media (min-width:992px) {
  .aboutRoot .container .row > .image > .video {
    top: 234px;
    left: -263px;
  }
}
@media (min-width:1200px) {
  .aboutRoot .container .row > .image > .video {
    left: -164px;
    top: 360px;
  }
}
@media (min-width:1500px) {
  .aboutRoot .container .row > .image > .video {
    left: -30px;
  }
}
@media (max-width:576px) {
  .aboutRoot .container .row > .image {
    padding: 0 15px;
  }
}
.aboutRoot .container .row > .text > div > h1 {
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #8d00b9;
}
@media (min-width:768px) {
  .aboutRoot .container .row > .text > div > h1 {
    font-size: 17px;
  }
}
@media (min-width:992px) {
  .aboutRoot .container .row > .text > div > h1 {
    font-size: 20px;
  }
}
@media (min-width:1200px) {
  .aboutRoot .container .row > .text > div > h1 {
    font-size: 22px;
  }
}
.aboutRoot .container .row > .text > div > h2 {
  margin: 10px auto;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #121212;
}
@media (min-width:768px) {
  .aboutRoot .container .row > .text > div > h2 {
    font-size: 30px;
  }
}
@media (min-width:992px) {
  .aboutRoot .container .row > .text > div > h2 {
    font-size: 34px;
  }
}
@media (min-width:1200px) {
  .aboutRoot .container .row > .text > div > h2 {
    font-size: 42px;
  }
}
.aboutRoot .container .row > .text > div > p {
  font-weight: 500;
  line-height: 24px;
  color: #656565;
}
@media (max-width:576px) {
  .aboutRoot .container .row > .text > div > p {
    padding: 4px 0 20px 0;
    font-size: 14px;
  }
}
@media (min-width:576px) {
  .aboutRoot .container .row > .text > div > p {
    padding: 5px 0 20px 0;
    font-size: 14.5px;
  }
}
@media (min-width:768px) {
  .aboutRoot .container .row > .text > div > p {
    font-size: 15px;
    padding: 5px 0 0 0;
  }
}
@media (min-width:992px) {
  .aboutRoot .container .row > .text > div > p {
    font-size: 16px;
  }
}
.aboutRoot .container .row > .text > div > .items {
  cursor: pointer;
}
.aboutRoot .container .row > .text > div > .items i {
  width: 58px;
  height: 58px;
  padding-top: 16px;
  float: left;
  background-color: #34213a;
  position: relative;
  -webkit-border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  border-radius: 29px;
  text-align: center;
  font-size: 23px;
  color: #fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media (max-width:576px) {
  .aboutRoot .container .row > .text > div > .items i {
    margin: 0 16px 45px 0;
  }
}
@media (min-width:576px) {
  .aboutRoot .container .row > .text > div > .items i {
    margin: 0 16px 30px 0;
  }
}
@media (min-width:768px) {
  .aboutRoot .container .row > .text > div > .items i {
    margin: 0 16px 90px 0;
  }
}
@media (min-width:992px) {
  .aboutRoot .container .row > .text > div > .items i {
    margin: 0 16px 50px 0;
  }
}
@media (min-width:1200px) {
  .aboutRoot .container .row > .text > div > .items i {
    margin: 0 16px 43px 0;
  }
}
.aboutRoot .container .row > .text > div > .items > h5 {
  font-size: 16px;
  font-weight: 700;
  color: #34213a;
  line-height: 23px;
}
@media (min-width:992px) {
  .aboutRoot .container .row > .text > div > .items > h5 {
    font-size: 18px;
  }
}
@media (min-width:1200px) {
  .aboutRoot .container .row > .text > div > .items > h5 {
    font-size: 21px;
  }
}
.aboutRoot .container .row > .text > div > .items > h6 {
  max-width: 490px;
  font-size: 14.5px;
  font-weight: 500;
  color: #808080;
  line-height: 23px;
}
@media (min-width:992px) {
  .aboutRoot .container .row > .text > div > .items > h6 {
    font-size: 16px;
  }
}
@media (min-width:1200px) {
  .aboutRoot .container .row > .text > div > .items > h6 {
    font-size: 17px;
  }
}
.aboutRoot .container .row > .text > div > .items:hover i {
  background-color: #8d00b9;
  transform: rotate(360deg);
}
@media (max-width:576px) {
  .aboutRoot .container .row > .text > div > .items {
    margin-top: 20px;
  }
}
@media (min-width:576px) {
  .aboutRoot .container .row > .text > div > .items {
    margin-top: 10px;
  }
}
@media (min-width:992px) {
  .aboutRoot .container .row > .text > div > .items {
    margin-top: 20px;
  }
}
@media (min-width:1200px) {
  .aboutRoot .container .row > .text > div > .items {
    margin-top: 40px;
  }
}
.aboutRoot .container .row > .text > div > a {
  width: 180px;
  height: 56px;
  display: block;
  float: left;
  padding-top: 16px;
  background-color: #8d00b9;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-decoration: none;
  position: relative;
  top: 18px;
  left: -3px;
  letter-spacing: 0.6px;
}
.aboutRoot .container .row > .text > div > a:hover {
  background-color: #34213a;
}
@media (max-width:576px) {
  .aboutRoot .container .row > .text > div {
    padding: 50px 15px 0 15px;
  }
}
@media (min-width:576px) {
  .aboutRoot .container .row > .text > div {
    padding: 30px 0 0 0;
  }
}
@media (min-width:768px) {
  .aboutRoot .container .row > .text > div {
    padding: 0 0 0 40px;
  }
}
@media (min-width:768px) {
  .aboutRoot {
    padding: 60px 0;
  }
}

.serviceRoot {
  width: 100%;
  min-height: 700px;
  padding: 50px 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/bgService.jpg);
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
.serviceRoot .container {
  text-align: center;
  -webkit-animation: slide-top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.serviceRoot .container > h4 {
  margin: auto;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #8d00b9;
}
.serviceRoot .container > h3 {
  max-width: 600px;
  margin: auto;
  padding: 10px 5px 0 5px;
  font-size: 20px;
  font-weight: 700;
  color: #34213a;
  line-height: 30px;
}
@media (min-width:768px) {
  .serviceRoot .container > h3 {
    padding: 10px 0 0 0;
    font-size: 29px;
    line-height: 42px;
  }
}
.serviceRoot .container > .row > .item {
  position: relative;
  top: -30px;
}
.serviceRoot .container > .row > .item > a {
  display: block;
  padding: 0 15px;
}
.serviceRoot .container > .row > .item > a > section {
  width: 85%;
  margin: auto;
  position: relative;
  top: 80px;
  -webkit-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.serviceRoot .container > .row > .item > a > section > img {
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.serviceRoot .container > .row > .item > a > section:after {
  width: 100%;
  height: 100%;
  background-color: #34213a;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.serviceRoot .container > .row > .item > a > div {
  padding: 50px 20px 25px 20px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 0 0 rgba(18, 18, 18, 0.1);
  -moz-box-shadow: 0 3px 0 0 rgba(18, 18, 18, 0.1);
  box-shadow: 0 3px 0 0 rgba(18, 18, 18, 0.1);
}
.serviceRoot .container > .row > .item > a > div > i {
  width: 70px;
  height: 70px;
  padding-top: 23px;
  background-color: #34213a;
  -webkit-border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  border-radius: 35px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  position: relative;
  top: -10px;
  z-index: 2;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.serviceRoot .container > .row > .item > a > div > h5 {
  margin: 0;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #34213a;
}
@media (min-width:768px) {
  .serviceRoot .container > .row > .item > a > div > h5 {
    height: 50px;
  }
}
@media (min-width:1200px) {
  .serviceRoot .container > .row > .item > a > div > h5 {
    height: 30px;
  }
}
.serviceRoot .container > .row > .item > a > div > p {
  height: 100px;
  padding-top: 10px;
  font-size: 14.5px;
  color: #656565;
  line-height: 23px;
}
@media (min-width:768px) {
  .serviceRoot .container > .row > .item > a > div > p {
    height: 110px;
  }
}
@media (min-width:992px) {
  .serviceRoot .container > .row > .item > a > div > p {
    height: 130px;
  }
}
@media (min-width:1200px) {
  .serviceRoot .container > .row > .item > a > div > p {
    height: 110px;
  }
}
@media (min-width:1500px) {
  .serviceRoot .container > .row > .item > a > div > p {
    height: 60px;
  }
}
.serviceRoot .container > .row > .item > a:hover > section > img {
  transform: scale(1.1);
}
.serviceRoot .container > .row > .item > a:hover > section:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.serviceRoot .container > .row > .item > a:hover > div > i {
  background-color: #8d00b9;
}
.serviceRoot:after {
  width: 45px;
  height: 45px;
  background-color: #f2f3f7;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -45px;
  left: 0;
}
@media (max-width:576px) {
  .serviceRoot:after {
    width: 30px;
    height: 30px;
    bottom: -30px;
  }
}
.serviceRoot:before {
  width: 90px;
  height: 90px;
  background-color: #fff;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -90px;
  left: 0;
  -webkit-border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  border-radius: 45px;
}
@media (max-width:576px) {
  .serviceRoot:before {
    width: 60px;
    height: 60px;
    bottom: -60px;
    -webkit-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-radius: 30px;
  }
}

.eventsRoot {
  min-height: 490px;
}
.eventsRoot .container {
  position: relative;
  z-index: 10;
}
.eventsRoot .container > .row {
  overflow: hidden;
}
.eventsRoot .container > .row .image {
  min-height: 490px;
}
.eventsRoot .container > .row .image > div {
  position: absolute;
}
.eventsRoot .container > .row .image > div img {
  z-index: 10;
  top: -47px;
  position: relative;
}
.eventsRoot .container > .row .image > div:after {
  width: 340px;
  height: 340px;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-radius: 50px;
  transform: rotate(-20deg);
  position: absolute;
  left: 0;
  top: 9%;
  z-index: 2;
  content: "";
}
@media (max-width:576px) {
  .eventsRoot .container > .row .image > div:after {
    width: 240px;
    height: 240px;
  }
}
.eventsRoot .container > .row .image > div::before {
  width: 340px;
  height: 340px;
  background-color: #e4bbf1;
  -webkit-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-radius: 50px;
  transform: rotate(-20deg);
  position: absolute;
  left: 0;
  top: 9%;
  z-index: 2;
  content: "";
  animation: rotation1 15s infinite linear;
}
@media (max-width:576px) {
  .eventsRoot .container > .row .image > div::before {
    width: 240px;
    height: 240px;
  }
}
.eventsRoot .container > .row .items {
  padding: 20px 0 0 0;
}
.eventsRoot .container > .row .items h4 {
  font-size: 27px;
  color: #4e2e59;
  font-weight: bold;
}
@media (max-width:576px) {
  .eventsRoot .container > .row .items h4 {
    font-size: 24px;
  }
}
.eventsRoot .container > .row .items h3 {
  font-size: 40px;
  color: #660086;
  font-weight: 700;
}
@media (max-width:576px) {
  .eventsRoot .container > .row .items h3 {
    font-size: 35px;
  }
}
.eventsRoot .container > .row .items P {
  display: block;
  padding-bottom: 10px;
  max-width: 700px;
  font-size: 16px;
  color: #282828;
}
@media (max-width:576px) {
  .eventsRoot .container > .row .items P {
    font-size: 15px;
  }
}
.eventsRoot .container > .row .items .item {
  display: block;
  height: 120px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f5f5f5;
  border-left: solid 8px #8d00b9;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 1px 1px rgba(18, 18, 18, 0.1);
  -moz-box-shadow: 0 2px 1px 1px rgba(18, 18, 18, 0.1);
  box-shadow: 0 2px 1px 1px rgba(18, 18, 18, 0.1);
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  position: relative;
}
.eventsRoot .container > .row .items .item h5 {
  margin-bottom: 3px;
  font-size: 19px;
  color: #4e2e59;
  font-weight: 600;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.eventsRoot .container > .row .items .item span {
  display: block;
  font-size: 14px;
  color: #282828;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media (max-width:576px) {
  .eventsRoot .container > .row .items .item span {
    font-size: 13px;
  }
}
.eventsRoot .container > .row .items .item:after {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #8d00b9;
  content: "";
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  z-index: 0;
}
.eventsRoot .container > .row .items .item:hover h5 {
  color: #fff;
}
.eventsRoot .container > .row .items .item:hover span {
  color: #fff;
}
.eventsRoot .container > .row .items .item:hover:after {
  width: 100%;
}
@media (min-width:768px) {
  .eventsRoot .container > .row .items {
    padding: 40px 0 0 0;
  }
}
@media (min-width:992px) {
  .eventsRoot .container > .row .items {
    padding: 40px 0 0 100px;
  }
}
@media (min-width:1200px) {
  .eventsRoot .container > .row .items {
    padding: 40px 0 0 0;
  }
}
@media (max-width:576px) {
  .eventsRoot .container {
    padding: 0 15px;
  }
}

.blogRoot {
  padding: 40px 0;
  position: relative;
  background-color: #fff;
  background-image: url(/images/bgBlog.jpg);
  background-repeat: repeat-x;
}
.blogRoot .title {
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}
.blogRoot .title > h1 {
  display: inline-block;
  padding-right: 10px;
  font-size: 27px;
  font-weight: bold;
  color: #4e2e59;
  position: relative;
  z-index: 1;
  top: 2px;
}
.blogRoot .title .nav {
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 2;
}
.blogRoot .title .nav i {
  width: 42px;
  height: 42px;
  display: block;
  float: left;
  margin-left: 4px;
  padding-top: 21px;
  background-color: #4e2e59;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.blogRoot .title .nav i:hover {
  background-color: #660086;
}
.blogRoot .container {
  position: relative;
}
.blogRoot .container .items {
  display: block;
  cursor: pointer;
  padding-top: 20px;
}
.blogRoot .container .items > section {
  position: relative;
  z-index: -1;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.blogRoot .container .items > section > .image {
  width: 100%;
  height: 290px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.blogRoot .container .items > section > .image:after {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  background-color: rgba(78, 46, 89, 0);
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.blogRoot .container .items > section > .text {
  width: 100px;
  height: 100%;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(141, 0, 185, 0.85);
  text-align: center;
  color: #fff;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.blogRoot .container .items > section > .text > div {
  padding: 20px 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
}
.blogRoot .container .items > section > .text > div i {
  font-size: 22px;
}
.blogRoot .container .items > section > .text > div .hit {
  display: block;
  margin: 0;
  padding-top: 2px;
  font-size: 16px;
}
.blogRoot .container .items > section > .text > div section {
  margin: 0;
  padding-top: 1px;
  font-size: 14px;
}
.blogRoot .container .items > section > .text > div:last-child {
  border-bottom: none;
}
.blogRoot .container .items > div {
  padding: 15px;
  clear: both;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  overflow: hidden;
  border: solid 1px #e6e6e6;
  border-top: none;
}
.blogRoot .container .items > div > h2 {
  height: 50px;
  display: block;
  margin: 0;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #4e2e59;
  overflow: hidden;
}
.blogRoot .container .items > div > p {
  height: 80px;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  font-size: 13.5px;
  line-height: 19px;
  color: #4e4e4e;
  overflow: hidden;
}
.blogRoot .container .items > div > div {
  padding-top: 14px;
  border-top: solid 1px #dddddd;
}
.blogRoot .container .items > div > div > .detail {
  min-width: 114px;
  height: 38px;
  float: left;
  margin-right: 15px;
  padding: 8px 5px 0 5px;
  font-size: 15px;
  color: #fff;
  background-color: #4e2e59;
  text-align: center;
  -webkit-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.blogRoot .container .items > div > div > .detail:hover {
  background-color: #8d00b9;
}
.blogRoot .container .items > div > div > .authorDate {
  padding-top: 10px;
  float: right;
}
.blogRoot .container .items > div > div > .authorDate > span {
  display: inline-block;
  font-size: 13px;
  color: #660086;
}
.blogRoot .container .items > div > div > .authorDate > span:first-child {
  padding-right: 7px;
  font-weight: 600;
  color: #8d00b9;
  margin-right: 6px;
  border-right: solid 2px #e6e6e6;
}
@media (max-width:576px) {
  .blogRoot .container .items > div > div > .authorDate {
    float: left;
  }
}
.blogRoot .container .items:hover > section > .image {
  background-position: -50px;
}
.blogRoot .container .items:hover > section > .image:after {
  background-color: rgba(78, 46, 89, 0.5);
}
.blogRoot .container .items:hover > div > h2 {
  color: #660086;
}
.blogRoot .container:hover .blogNav {
  opacity: 1;
  filter: alpha(opacity=1);
}
@media (max-width:576px) {
  .blogRoot {
    padding: 28px 15px;
  }
}

#videoModal {
  animation: slide-top 850ms;
}
#videoModal .modal-dialog {
  max-width: initial;
}
#videoModal .modal-dialog .modal-content {
  width: 100%;
  margin: auto;
}
#videoModal .modal-dialog .modal-content iframe {
  width: 100%;
  height: 275px;
}
@media (min-width:576px) {
  #videoModal .modal-dialog .modal-content iframe {
    height: 320px;
  }
}
@media (min-width:768px) {
  #videoModal .modal-dialog .modal-content iframe {
    height: 405px;
  }
}
@media (min-width:768px) {
  #videoModal .modal-dialog .modal-content {
    width: 720px;
  }
}
