/*---------- General Style ------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

html {
  overflow-x: hidden;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  color: #595959;
  overflow-x: hidden;
}

.container {
  max-width: 1670px;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
}

a {
  outline: none !important;
  text-decoration: none;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  cursor: pointer;
  text-decoration: none;
  color: #595959;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

a:focus {
  outline: none !important;
  text-decoration: none;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

a:hover {
  color: #094990;
  text-decoration: none;
}

button {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

button:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  list-style: none;
  padding: 0;
  margin: 0;
}

span {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.position-i {
  position: inherit;
}

.justify-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-redius {
  border-radius: 50px;
  max-width: 600px;
  width: 100%;
}

.dot-svg {
  position: absolute;
  right: -50px;
  bottom: 100px;
  border-radius: unset;
  z-index: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main {
  padding-top: 155px;
}

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

.section-headding {
  position: relative;
  z-index: 3;
}

.section-headding .section-topik {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  padding-left: 100px;
  position: relative;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.section-headding .section-topik:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #FFFFFF;
  top: 14px;
  left: 0;
}

.section-headding .section-title {
  color: #FFFFFF;
  margin-bottom: 50px;
}

.section-headding .section-title span {
  font-weight: 300;
}

.section-headding.color-headding .section-topik {
  color: #595959;
}

.section-headding.color-headding .section-topik:before {
  background: #EF7B00;
}

.section-headding.color-headding .section-title {
  color: #EA3516;
}

.roundcircle {
  position: relative;
}

.roundcircle:before {
  content: "";
  background: #094990;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 850px;
  height: 850px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.roundcircle:after {
  content: "";
  background: url(../images/dubbolround-border.svg);
  position: absolute;
  width: 850px;
  height: 850px;
  background-position: 90% 90%;
  background-repeat: no-repeat;
  background-size: 170px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.roundcircle.animated:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

.roundcircle.roundcircle-right:after {
  background-position: 0% 90%;
  background-size: 170px;
}

.color-wihte {
  color: #FFFFFF;
}

.roundcircle-content {
  position: relative;
  max-width: 540px;
  z-index: 3;
}

.bg-gray {
  background: rgba(211, 213, 214, 0.4);
}

/* ----------- Headings Style  ---------------- */
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

/*----------- Spacer Style  ---------------- */
.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

/*----------- Button Style -----------*/
.btn-common, .btn-oreng {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  background: #094990;
  border: 1px solid #094990;
  color: #FFFFFF;
  padding: 14px 20px 14px 20px;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.btn-common i, .btn-oreng i {
  margin-left: 60px;
  font-size: 25px;
}

.btn-common:hover, .btn-oreng:hover {
  background: transparent;
  color: #094990;
}

.btn-oreng {
  background: #FFA800;
  border: 1px solid #FFA800;
}

.btn-oreng:hover {
  color: #FFA800;
}

/*--------- Form Style ------------*/
.form-group {
  margin-bottom: 40px;
}

.form-control, input:focus, textarea:focus {
  font-size: 20px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid #A7A7A7;
  border-radius: 0;
  padding: 7px 0px;
  height: unset;
}

textarea.form-control, textarea:focus {
  height: 150px;
  resize: none;
}

.form-control, input:focus, textarea:focus {
  outline: none !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border-bottom: 1px solid #A7A7A7;
}

.form-submit {
  background: #EF7B00;
  border: 1px solid #EF7B00;
}

.form-submit:hover {
  color: #EF7B00;
  background: transparent;
}

/*------- Header Style -------*/
.header {
  padding: 30px 0px;
  position: fixed;
  z-index: 9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 100%;
}

.header .logo img {
  max-width: 250px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header .meain-menu {
  text-align: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .meain-menu > ul {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header .meain-menu > ul > li {
  display: inline-block;
  padding: 0px 32px;
  position: relative;
}

.header .meain-menu > ul > li > a {
  font-size: 16px;
  color: #595959;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  padding: 10px 0px;
  text-transform: uppercase;
}

.header .meain-menu > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0%;
  height: 2px;
  background-color: #E63E11;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header .meain-menu > ul > li > a.active:before {
  width: 40px;
}

.header .meain-menu > ul > li:last-child {
  padding-right: 0;
}

.header .meain-menu > ul > li:first-child {
  padding-left: 0;
}

.header .meain-menu > ul ul {
  position: absolute;
  background: #f9d997;
  text-align: left;
  min-width: 180px;
  padding: 10px 0px;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header .meain-menu > ul ul li {
  padding: 0px 0px;
  margin-left: 10px;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header .meain-menu > ul ul li a {
  font-size: 16px;
  color: #595959;
  padding: 0px 12px;
  position: relative;
}

.header .meain-menu > ul ul li a:hover {
  padding-left: 18px;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  padding: 15px 0px;
}

.header.sticky.logo img {
  max-height: 55px;
}

/*--------------------
    Home Page Style
---------------------*/
/*------ Primery Research Section ----*/
.primery-research {
  padding-top: 35px;
}

.home-slider {
  padding: 35px 35px;
}

.home-banner-slider .owl-item {
  opacity: 0;
}

.home-banner-slider .owl-item.active {
  opacity: 1;
}

.owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0px 5px;
  border-radius: 100%;
  border: 2px solid #EF7B00 !important;
}

.owl-dot.active {
  background: #EF7B00 !important;
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 49%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.home-primery-research {
  padding-top: 0 !important;
}

.home-outer {
  margin: 0px -40px;
  position: relative;
}

.play-push.play {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.play-push.play.active {
  opacity: 1;
  visibility: visible;
}

.play-push.stop {
  visibility: hidden;
  opacity: 0;
}

.play-push.stop.active {
  visibility: visible;
  opacity: 1;
}

.research-title {
  color: #EA3516;
  margin-bottom: 140px;
}

.research-title span {
  font-weight: 300;
}

.primery-research-content {
  margin-left: 150px;
}

.research-img {
  display: inline-block;
  position: relative;
}

.research-img .image-redius {
  border-bottom-right-radius: 0;
}

.research-img:before {
  content: "";
  background: url(../images/research-1.svg);
  position: absolute;
  top: -50px;
  right: -50px;
  width: 140px;
  height: 140px;
  background-size: contain;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.research-img:after {
  content: "";
  background: url(../images/research-2.svg);
  position: absolute;
  bottom: -50px;
  left: -45px;
  width: 80px;
  height: 80px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.research-img .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E7A583;
  border-radius: 50px;
  opacity: 0.1;
  border-bottom-right-radius: 0 !important;
}

.research-img.animated:before {
  visibility: visible;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

.research-img.animated:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E7A583;
  border-radius: 50px;
  opacity: 0.1;
}

.about-us {
  margin-top: 280px;
  margin-bottom: 140px;
}

.about-us .about-left {
  position: relative;
}

.about-us .about-left .btn-oreng {
  margin-top: 48px;
}

.about-us .about-right {
  position: relative;
}

.about-us .about-right .dot-svg {
  left: -50px;
  top: 100px;
}

/*------ Work Section Css -------*/
.work-countrys {
  margin-bottom: 50px;
}

.work-countrys img {
  max-width: 1050px;
}

.work-counter .counter-nummber {
  border: 5px solid #FFA800;
  border-radius: 100%;
  width: 165px;
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
  font-weight: 500;
  color: #094990;
  margin: 0 auto;
}

.work-counter .counter-color {
  border: 5px solid #EF7B00;
}

.work-counter .counter-name {
  background: #FFFFFF;
  margin-top: -30px;
  width: 100%;
  line-height: 22px;
  display: block;
}

.work-part-inner {
  padding: 0px 120px;
}

/*------- Service Section Css ---------*/
.headding-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.headding-button .section-headding {
  float: left;
}

.headding-button .service-btn {
  float: right;
  margin-bottom: 60px;
}

/*----------- Service Section Style -------------*/
.service-part {
  background: rgba(211, 213, 214, 0.4);
}

.service-right {
  position: relative;
}

.service-right .dot-svg {
  left: -50px;
  bottom: 50px;
}

.service-img-responsive {
  display: none;
}

.service-left {
  width: 100%;
}

.service-tab {
  margin-top: 40px;
}

.service-tab .nav-tabs {
  border-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.service-tab .nav-tabs .nav-item {
  padding: 0px 15px;
  width: 33.33%;
}

.service-tab .nav-tabs .nav-item .nav-link {
  border: 0 !important;
  background: #FFA800;
  color: #FFFFFF !important;
  padding: 30px;
  font-weight: 700;
  border-radius: 10px !important;
  height: 100%;
  position: relative;
}

.service-tab .nav-tabs .nav-item .nav-link img {
  display: block;
  margin-bottom: 50px;
}

.service-tab .nav-tabs .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 25px 20px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.service-tab .nav-tabs .nav-item .nav-link:hover {
  background: #cc8600;
}

.service-tab .nav-tabs .nav-item:nth-child(2) .nav-link {
  background: #A7A7A7;
}

.service-tab .nav-tabs .nav-item:nth-child(2) .nav-link:hover {
  background: #8e8e8e;
}

.service-tab .nav-tabs .nav-item:nth-child(3) .nav-link {
  background: #EF7B00;
}

.service-tab .nav-tabs .nav-item:nth-child(3) .nav-link:hover {
  background: #bc6100;
}

.srvice-tab-content {
  margin-top: -90px;
}

.srvice-tab-content .tab-content {
  background: #FFFFFF;
  padding: 40px;
  border: 1px solid #D3D5D6;
}

/*------ Leadership Section Style --------*/
.leadership-content {
  margin-top: 20px;
}

.leadership-img {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.leadership-img img {
  border-radius: 0px;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.leadership-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.memmber-detail {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #FFFFFF;
  text-align: left;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: calc(100% - 60px);
  z-index: 1;
}

.right-arrow-icon {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  float: right;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
  right: 0;
  bottom: 0;
}

.memmber-detail {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #FFFFFF;
  text-align: left;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.memmber-name {
  display: block;
  font-weight: 700;
  text-transform: capitalize;
}

.memmber-roll {
  font-weight: 500;
}

.memmber-detail {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #FFFFFF;
  text-align: left;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: calc(100% - 60px);
}

.our-team-inner .right-arrow-icon {
  line-height: 18px;
  border: unset;
  font-size: unset;
  border-radius: 0;
  width: 20px;
  height: 25px;
}

.our-team-inner .right-arrow-icon img {
  max-width: 20px;
  border-radius: unset;
}

.our-team-inner .leadership-img:hover .right-arrow-icon {
  background: transparent;
  border: 0px solid #094990;
}

.our-team-inner .leadership-img:hover .memmber-detail {
  opacity: 1;
  visibility: visible;
}

.our-team-inner .memmber-detail {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

/*------ consistently and accurately Section ---------*/
.consistently-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.consistently-left .image-redius {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.consistently-left .image-redius.active {
  visibility: visible;
  opacity: 1;
}

.consistently-left .image-redius:first-child {
  position: unset !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.consistently-left .dot-svg {
  right: -60px;
  top: 80px;
}

.consistently-accurately {
  padding-top: 280px;
  padding-bottom: 140px;
}

.consistently-right {
  max-width: 450px;
}

.consistently-right.roundcircle:before {
  left: 50%;
}

.consistently-listing {
  margin-bottom: 60px;
}

.consistently-listing li {
  padding: 12px 0px 12px 40px;
  position: relative;
}

.consistently-listing li a {
  color: rgba(255, 255, 255, 0.4);
}

.consistently-listing li:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.4;
  top: 28px;
  left: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.consistently-listing li:hover:before {
  opacity: 1;
}

.consistently-listing li:hover a {
  color: #FFFFFF;
}

/*----------- Our Client --------*/
.our-client {
  overflow: hidden;
  padding-top: 200px;
}

.our-client .section-topik {
  padding-left: 0;
  margin-bottom: 30px;
}

.our-client .section-topik:before {
  content: unset;
}

.our-client .section-headding {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.our-client .section-headding:before {
  content: "";
  background: url(../images/client-headding.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 190px;
  position: absolute;
  right: -350px;
  top: -50px;
}

.client-logo {
  padding-top: 30px;
}

.client-logo-img {
  padding-bottom: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*------- Testimonial -------*/
.testimonial {
  padding-top: 400px;
}

.testimonial .roundcircle:before {
  background: #D3D5D6;
  opacity: 0.4;
  width: 700px;
  height: 700px;
  left: 35%;
  top: 70%;
}

.testimonial .roundcircle:after {
  width: 700px;
  height: 700px;
  background-position: 95% 95%;
}

.testimonial-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.client-des {
  margin-top: 60px;
}

.client-name {
  color: #094990;
  font-weight: 700;
  display: block;
}

.owl-nav {
  width: 100px;
  position: absolute;
  bottom: -23px;
}

.owl-nav button {
  position: absolute;
}

.owl-nav button span {
  display: none;
}

.owl-prev {
  left: 0;
}

.owl-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #EF7B00;
}

.owl-next {
  right: 0;
}

.owl-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #EF7B00;
}

.slider-counter {
  width: 100px;
  text-align: center;
  padding-top: 30px;
}

/*-------- Bussines Idia Section Style ---------*/
.bussines-idea {
  padding: 100px 0px;
  background: #094990;
  color: #FFFFFF;
}

.bussines-title {
  margin-bottom: 40px;
}

.bussines-title span {
  display: block;
  font-weight: 300;
}

.bussines-text {
  margin-bottom: 50px;
}

.footer {
  position: relative;
}

.footer:before {
  content: "";
  background: url(../images/dubbolround-border.svg);
  width: 170px;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.animated .footer:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

/*------- Fooet Style -------*/
.footer-logo img {
  max-width: 183px;
}

.footer-logo label {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-top: 50px;
  font-weight: 700;
}

.footer-logo span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.footer ul li {
  padding: 2px 0px;
}

.footer ul li a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.footer-connect label {
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 12px;
}

.footer-connect p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.footer-connect ul {
  margin-top: 35px;
}

.footer-connect ul li {
  display: inline-block;
  padding: 0px 35px;
}

.footer-connect ul li a {
  color: #E63E11;
  border: 1px solid #E63E11;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 25px;
}

.footer-connect ul li a:hover {
  background: #E63E11;
  color: #FFFFFF;
}

.footer-connect ul li:first-child {
  padding-left: 0;
}

.footer-connect ul li:last-child {
  padding-right: 0;
}

.footer {
  border-bottom: 1px solid #A7A7A7;
  padding-top: 70px;
  padding-bottom: 40px;
}

.copyright {
  padding: 38px 0px;
  text-align: right;
}

.copyright p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

/*----------------
ABOUT PAGE STYLE
----------------*/
.gray-round {
  position: relative;
}

.gray-round:before {
  content: "";
  background: #edeeef;
  width: 900px;
  height: 900px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.gray-round:after {
  content: "";
  background: url(../images/dubbolround-border.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  background-position: 0% 85%;
  background-repeat: no-repeat;
  background-size: 170px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.gray-round.gray-left:before {
  left: 45%;
}

.gray-round.animated:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

.our-purpose .gray-round.about-round:before {
  background: rgba(89, 89, 89, 0.04);
}

.our-purpose .gray-round.culture-round:before {
  background: rgba(230, 62, 17, 0.04);
}

.our-purpose .gray-round.people-round:before {
  background: rgba(9, 73, 144, 0.04);
}

.our-purpose .gray-round.we-offer:before {
  background: rgba(239, 123, 0, 0.04);
}

.our-purpose .gray-round.sampling-round:before {
  background: rgba(89, 89, 89, 0.04);
}

.our-purpose .gray-round.service-round:before {
  background: rgba(230, 62, 17, 0.04);
}

.our-purpose .gray-round.domain-round:before {
  background: rgba(9, 73, 144, 0.04);
}

.our-purpose .gray-round.choose-round:before {
  background: rgba(239, 123, 0, 0.04);
}

.our-purpose .gray-round.connect-round:before {
  background: rgba(89, 89, 89, 0.04);
}

.our-purpose {
  padding-top: 35px;
  padding-bottom: 150px;
}

.our-purpose .gray-round {
  margin-left: 150px;
}

.our-purpose .gray-round:after {
  content: unset;
}

.our-purpose .gray-round:before {
  background: #fafbfd;
  opacity: 1;
}

.our-solutions .headding-button .section-headding {
  max-width: 600px;
}

.team-box.leadership-box {
  margin-bottom: 0;
}

.model-top-title a {
  color: #094990;
}

.model-top-title a:hover {
  color: #EF7B00;
}

ul.solution-list.about-solution-list li {
  width: 33.33%;
}

.modal.fade.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-content {
  max-height: 90vh;
  overflow: auto;
}

.solution-list-old li:first-child {
  width: 40%;
}

.solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.solution-list li {
  padding: 0px 15px;
  width: 20%;
}

.solution-list li .solution-inner {
  border: 0 !important;
  background: #FFA800;
  color: #FFFFFF !important;
  padding: 30px;
  font-weight: 700;
  border-radius: 10px !important;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  height: 100%;
}

.solution-list li .solution-inner .solution-icon {
  display: block;
  margin-bottom: 50px;
  max-height: 50px;
}

.solution-list li .solution-inner span {
  min-height: 100px;
  display: block;
}

.solution-list li .solution-inner .arrow-down {
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  max-width: 30px;
  margin-top: 10px;
  cursor: pointer;
}

.solution-list li .solution-inner .arrow-down.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.solution-list li .solution-inner:hover {
  background: #cc8600;
}

.solution-list li .solution-inner.active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #cc8600;
}

.solution-list li:nth-child(3n + 3) .solution-inner {
  background: #A7A7A7;
}

.solution-list li:nth-child(3n + 3) .solution-inner .solution-drop-down {
  background: #8e8e8e;
}

.solution-list li:nth-child(3n + 3) .solution-inner.active {
  background: #8e8e8e;
}

.solution-list li:nth-child(3n + 3) .solution-inner:hover {
  background: #8e8e8e;
}

.solution-drop-down {
  padding-top: 20px;
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: 100%;
  background: #cc8600;
  padding: 20px 30px;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  z-index: 2;
}

.solution-drop-down li {
  padding: 8px 0px;
  width: unset;
  position: relative;
  padding-left: 18px;
}

.solution-drop-down li:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 100%;
}

.solution-drop-down li a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
}

.btn-icon-text {
  text-align: center;
}

.btn-icon-text .btn-2 {
  color: #094990;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-icon-text .btn-2 i {
  width: 59px;
  height: 59px;
  border: 3px solid #094990;
  border-radius: 100%;
  line-height: 53px;
  text-align: center;
  font-size: 46px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.btn-icon-text .btn-2:hover {
  color: #EA3516;
}

.btn-icon-text .btn-2:hover i {
  border: 3px solid #EA3516;
}

.about-map {
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-map .roundcircle:after {
  background-position: 95% 90%;
}

.our-solutions .headding-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-map .roundcircle-content {
  max-width: 300px;
}

.our-solutions .col-xl-6 {
  z-index: 2;
}

.about-map-right {
  padding-left: 50px;
}

.partner-industry-logo {
  max-width: 1400px;
  margin: auto;
}

.partner-industry-logo .counter-nummber {
  width: 195px;
  height: 195px;
}

.partner-industry-logo .counter-name {
  padding: 12px 0px;
}

.partner-industry-logo .logo-industry {
  margin-top: 90px;
}

.partner-industry-logo .logo-industry:nth-child(1) {
  margin-top: 0px;
}

.partner-industry-logo .logo-industry:nth-child(2) {
  margin-top: 0px;
}

.partner-industry-logo .logo-industry:nth-child(3) {
  margin-top: 0px;
}

.partner-industry-logo .logo-industry:nth-child(4) {
  margin-top: 0px;
}

.partner-industry-logo .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-industry:nth-child(2n + 2) .counter-nummber {
  border: 5px solid #EF7B00;
}

.respondent-panels {
  padding-top: 180px;
  padding-bottom: 180px;
}

.respondent-panels .section-headding {
  max-width: 530px;
}

/*--------------------------
    Our Culture Section
--------------------------*/
.our-culture {
  padding-top: 30px;
  padding-bottom: 115px;
}

.gray-round.gray-left:after {
  background-position: 92% 92%;
}

.dot-svg-right {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.dot-svg-right .dot-svg {
  left: -50px;
  top: 90px;
}

.headding-center {
  text-align: center;
}

.headding-center .section-topik {
  padding-left: 0;
}

.headding-center .section-topik:before {
  content: unset;
}

.vision-mission {
  padding-top: 165px;
  padding-bottom: 165px;
}

.vision-mission .gray-round {
  max-width: 560px;
}

.vision-mission .gray-round:before {
  left: 45%;
}

.vision-mission .section-topik {
  padding-left: 0;
  font-size: 24px;
  color: #094990 !important;
  font-weight: 700;
  margin-bottom: 20px !important;
}

.vision-mission .section-topik:before {
  content: unset;
}

.vision-mission .vision {
  border-bottom: 2px solid #595959;
  padding-bottom: 60px;
  margin-bottom: 70px;
}

.core-values .core-values-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.core-values .work-counter {
  width: calc(100% / 5);
  padding: 0px 15px;
}

.value-box {
  background: #FFFFFF;
  position: relative;
  margin-top: -40px;
  padding-top: 80px;
}

.value-box:before {
  content: "";
  background: #FFA800;
  width: 60px;
  height: 5px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.core-values-icon img {
  margin-bottom: 20px;
}

.value-title {
  color: #094990;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
}

.value-des {
  margin: auto;
}

.logo-industry:nth-child(2n + 2) .value-box:before {
  background: #EF7B00;
}

/*----------------
What We Offer STYLE
----------------*/
.play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.play-icon span {
  display: block;
  width: 130px;
  height: 130px;
  border: 4px solid #FFFFFF;
  border-radius: 100%;
  color: #FFFFFF;
  text-align: center;
  line-height: 120px;
  font-size: 70px;
  padding-left: 9px;
}

iframe {
  border: 0;
}

iframe.video-play {
  min-height: 400px;
}

.our-what-we .gray-round {
  margin-left: 0;
  max-width: 660px;
}

.our-what-we .close {
  position: absolute;
  top: -25px;
  right: 0;
  color: #FFFFFF;
  opacity: 1;
}

.proven-techniques .section-title {
  margin-bottom: 0;
}

.quantitative-research {
  padding-top: 190px;
  padding-bottom: 190px;
}

.quantitative-research .gray-round {
  max-width: 516px;
}

.proven-techniques .section-headding {
  max-width: 460px;
}

.proven-techniques-content {
  background: #EF7B00;
  padding: 50px 60px;
  border-radius: 10px;
  color: #FFFFFF;
  width: 100%;
}

.computer-assisted {
  max-width: 250px;
}

.computer-assisted-icon {
  margin-bottom: 50px;
}

.computer-assisted-icon img {
  max-height: 60px;
}

.computer-assisted-title {
  font-weight: 700;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.computer-assisted-content p {
  margin-bottom: 0;
}

.qualitative .section-headding {
  max-width: 510px;
}

.mechanisms .section-headding {
  max-width: 570px;
}

.mechanisms .proven-techniques-content {
  background: #094990;
}

.mechanisms .computer-assisted {
  max-width: 283px;
}

.practices-image {
  border: 5px solid #FFA800;
  border-radius: 100%;
  height: 200px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin: 0 auto;
}

.practices-text {
  background: #FFFFFF;
  margin-top: -30px;
  padding-top: 30px;
}

.practices-box {
  margin-top: 80px;
}

.practices-box:nth-child(1) {
  margin-top: 0;
}

.practices-box:nth-child(2) {
  margin-top: 0;
}

.practices-box:nth-child(3) {
  margin-top: 0;
}

.processes-decisions .practices-box:nth-child(4) {
  margin-top: 0;
}

.proven-techniques .section-title {
  margin-bottom: 0 !important;
}

.mechanisms .section-title {
  margin-bottom: 0 !important;
}

.b2b-panel {
  font-weight: 700;
  padding-bottom: 12px;
}

/*------------------------------
    Contact Page STYLE
------------------------------*/
.contact-form form {
  margin-top: 50px;
}

.contaect-des li {
  padding-bottom: 10px;
  font-size: 18px;
}

.contaect-des li label {
  display: block;
  font-weight: 700;
}

.contaect-des li .label-icon {
  padding-left: 30px;
  position: relative;
  display: block;
  padding-bottom: 5px;
  color: #fff;
}

.contaect-des li .label-icon:before {
  font-family: fontawesome;
  left: 0;
  top: 0;
  position: absolute;
}

.contaect-des li .home:before {
  content: "\f015";
}

.contaect-des li .phone:before {
  content: "\f095";
  top: 3px;
}

.contaect-des li .mail:before {
  content: "\f0e0";
}

.inquiries-mail {
  margin-top: 20px;
}

.contact-detail-main .roundcircle:before {
  width: 930px;
  height: 930px;
}

.contact-detail-main .roundcircle:after {
  width: 930px;
  height: 930px;
}

.contact-detail-main {
  padding-top: 90px;
  padding-bottom: 230px;
}

/*------------------------------
    Why Mindforce Page STYLE
------------------------------*/
.choose-us .gray-round:after {
  content: "";
  background: url(../images/dubbolround-border.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  background-position: 97% 95%;
  background-repeat: no-repeat;
  background-size: 170px;
  z-index: 2;
}

.deliver-great {
  margin-bottom: 150px;
}

.deliver-great .section-headding {
  max-width: 630px;
}

.deliver-great .gray-round:after {
  background-position: -3% 77%;
}

.innovative-techniques .section-title {
  margin-bottom: 0;
  margin: 0 auto;
}

.innovative-techniques .solution-list {
  margin-left: -5px;
  margin-right: -5px;
}

.innovative-techniques .solution-list li {
  padding: 5px 5px;
}

.research-solutions-new .solution-list li {
  width: 25%;
}

.languages-supported {
  background: #094990 !important;
}

.languages-supported:hover {
  background: #063160 !important;
}

.languages-supported.active {
  background: #063160 !important;
}

.languages-supported .solution-drop-down {
  background: #063160 !important;
}

.respondent-strictly .roundcircle {
  padding-right: 40px;
  max-width: 540px;
}

.real-time {
  background: #EF7B00 !important;
}

.real-time:hover {
  background: #bc6100 !important;
}

.real-time.active {
  background: #bc6100 !important;
}

.real-time .solution-drop-down {
  background: #bc6100 !important;
}

.solution-list li:nth-child(3n + 3) .soft-launch {
  background: #FFA800 !important;
}

.solution-list li:nth-child(3n + 3) .soft-launch:hover {
  background: #cc8600 !important;
}

.solution-list li:nth-child(3n + 3) .soft-launch.active {
  background: #cc8600 !important;
}

.solution-list li:nth-child(3n + 3) .soft-launch .solution-drop-down {
  background: #cc8600 !important;
}

.respondent-strictly {
  padding-top: 120px;
  padding-bottom: 120px;
}

.strictly-invitation {
  position: relative;
}

.strictly-invitation .dot-svg {
  left: -50px;
  top: 100px;
}

.processes-decisions .section-headding {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.processes-decisions .practices-text {
  color: #094990;
  font-weight: 700;
  text-transform: uppercase;
}

.innovative-techniques .solution-list .solution-drop-down li {
  padding: 8px 0px;
  padding-left: 18px;
}

.practices-image-bg {
  background: rgba(211, 213, 214, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circle_percent {
  font-size: 230px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #F3860C;
  clip: rect(0 1em 1em 0.5em);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 1.05s;
  transition: 1.05s;
}

.circle_inbox {
  position: absolute;
  background: #edeeef;
  z-index: 3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

.circle_inbox-inner {
  display: block;
  font-size: 0;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
}

.percent_text {
  font-size: 44px;
  color: #FFA800;
  font-weight: 700;
  display: block;
}

.progress-name {
  font-size: 20px;
}

.bar-chart-box {
  margin-bottom: 50px;
}

.bar-chart-box .infra-ops .percent_text {
  color: #E63E11;
}

.bar-chart-box .infra-ops .round_per {
  background: #DB2819;
}

.bar-chart-box .sales .percent_text {
  color: #595959;
}

.bar-chart-box .sales .round_per {
  background: #595959;
}

.bar-chart-box .others .percent_text {
  color: #F49B00;
}

.bar-chart-box .others .round_per {
  background: #FD9400;
}

.bar-chart-box .advertising-marketing .percent_text {
  color: #E63E11;
}

.bar-chart-box .advertising-marketing .round_per {
  background: #E96414;
}

.bar-chart-box .hr-training .percent_text {
  color: #A7A7A7;
}

.bar-chart-box .hr-training .round_per {
  background: #979696;
}

.bar-chart-box .it .percent_text {
  color: #094990;
}

.bar-chart-box .it .round_per {
  background: #003B7D;
}

.bar-chart {
  padding-top: 10px;
  max-width: 1300px;
  margin: 0 auto;
}

.job-titles .bar-chart-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 5);
          flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
}

.job-titles .bar-chart {
  max-width: 100%;
}

.structured-project .section-headding {
  max-width: 700px;
  margin: 0 auto;
}

.structured-project-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.structured-box {
  width: calc(100% / 5);
  text-align: center;
}

.account-box {
  border: 5px solid #FFA800;
  width: 200px;
  height: 190px;
  border-radius: 10px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}

.account-box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #FFA800 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.account-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.project-setup .account-box {
  border-color: #EF7B00;
}

.project-setup .account-box:before {
  border-color: #EF7B00 transparent transparent transparent;
}

.project-setup .project-box {
  background: #EF7B00;
}

.project-setup .project-box:before {
  border-color: transparent transparent transparent #EF7B00;
}

.project-setup .project-box:after {
  border-color: #EF7B00;
}

.data-collection .account-box {
  border-color: #094990;
}

.data-collection .account-box:before {
  border-color: #094990 transparent transparent transparent;
}

.data-collection .project-box {
  background: #094990;
}

.data-collection .project-box:before {
  border-color: transparent transparent transparent #094990;
}

.data-collection .project-box:after {
  border-color: #094990;
}

.project-closure .account-box {
  border-color: #EF7B00;
}

.project-closure .account-box:before {
  border-color: #EF7B00 transparent transparent transparent;
}

.project-closure .project-box {
  background: #EF7B00;
}

.project-closure .project-box:before {
  border-color: transparent transparent transparent #EF7B00;
}

.project-closure .project-box:after {
  border-color: #EF7B00;
}

.project-box {
  background: #FFA800;
  margin-top: 70px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.project-box label {
  display: block;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.project-box img {
  min-height: 68px;
}

.project-box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #FFA800;
  position: absolute;
  left: calc(100% - 1px);
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.project-box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 1px;
  height: 70px;
  border-left: 4px dotted #FFA800;
  margin-top: 5px;
}

.structured-box:last-child .project-box:before {
  content: unset;
}

.structured-content {
  margin-top: 90px;
}

/*------------------------------
    The People Page STYLE
------------------------------*/
.the-people .section-headding {
  max-width: 670px;
  margin: 0 auto;
}

.the-people .leadership-img {
  border-bottom-left-radius: 0;
}

.the-people .leadership-img:before {
  border-bottom-left-radius: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.leadership-img {
  background: #094990;
  position: relative;
  border-radius: 50px;
}

.leadership-img:before {
  content: "";
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), to(#000000));
  background: linear-gradient(to bottom, #ffffff00 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0.8;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 1;
}

.leadership-img:hover:before {
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.95)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0.95) 80%);
}

.leadership-box:nth-child(3n + 2) .leadership-img {
  background: #FFA800;
}

.leadership-box:nth-child(3n + 3) .leadership-img {
  background: #EF7B00;
}

.leadership-box {
  margin-bottom: 30px;
}

.leadership-content > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.programming-process-new .section-headding {
  max-width: 500px;
  margin: 0 auto;
}

.programming-process-new .process-content {
  background: #fff;
  border: 1px solid #FFA800;
  border-radius: 10px;
  margin-left: -10px;
  position: relative;
}

.programming-process-new .process-number {
  background: #FFA800;
  color: #fff;
}

.programming-process-new .process-box:nth-child(2n + 2) .process-number {
  background: #EF7B00;
}

.programming-process-new .process-box:nth-child(2n + 2) .process-content {
  border: 1px solid #EF7B00;
}

.programming-process-new .programming-process-box .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-team-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-box {
  width: calc(100% / 5);
}

.team-box .leadership-img {
  border-radius: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background: #FFA800;
}

.team-box .leadership-img:before {
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-box .leadership-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.team-box .leadership-img:hover:before {
  opacity: 0.8;
  visibility: visible;
}

.team-box:nth-child(3n + 2) .leadership-img {
  background: #094990;
}

.team-box:nth-child(3n + 3) .leadership-img {
  background: #E63E11;
}

.team-box:hover {
  z-index: 1;
}

.owl-carousel .owl-item img {
  width: unset;
}

.career-research {
  padding-top: 260px;
  padding-bottom: 110px;
}

.career-research-right {
  padding-right: 30px;
}

.career-research-right.roundcircle:before {
  left: 60%;
  width: 750px;
  height: 750px;
}

.career-research-right.roundcircle:after {
  width: 750px;
  height: 750px;
  background-position: 5% 90%;
}

.career-research-left {
  position: relative;
}

.career-research-left .dot-svg {
  top: 100px;
}

.bussines-idea-gray {
  background: rgba(211, 213, 214, 0.4);
  color: #EA3516;
}

.bussines-idea-gray .bussines-text {
  color: #595959;
}

/*------------------------------
    Online Sapmling Page STYLE
------------------------------*/
.b2c-box {
  margin-bottom: 30px;
}

.b2c-box:nth-child(2n + 2) .online-sampl {
  background: #FFA800;
}

.b2c-box:nth-child(2n + 2) .online-sampl:hover {
  background: #cc8600;
}

.b2c-box:last-child .online-sampl {
  background: #D3D5D6;
}

.b2c-box:last-child .online-sampl:hover {
  background: #b9bcbd;
}

.b2c-online .section-headding {
  max-width: 400px;
}

.online-sampl {
  background: #EF7B00;
  border-radius: 10px;
  height: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.online-sampl .online-sampl-tag {
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
  padding: 50px 50px;
  height: 100%;
}

.online-sampl .online-sampl-tag span {
  display: block;
  margin-top: 40px;
}

.online-sampl.automobile {
  background: #EF7B00 !important;
}

.online-sampl.automobile:hover {
  background: #bc6100 !important;
}

.online-sampl.travel {
  background: #FFA800;
}

.online-sampl.travel:hover {
  background: #cc8600;
}

.online-sampl.preference {
  background: #FFA800;
}

.online-sampl.preference:hover {
  background: #cc8600;
}

.online-sampl.hnwi {
  background: #EF7B00 !important;
}

.online-sampl.hnwi:hover {
  background: #bc6100 !important;
}

.online-sampl:hover {
  background: #bc6100;
}

.mechanisms.influencers .section-headding {
  max-width: 420px;
  margin: 0 auto;
}

.mechanisms.influencers .section-headding .section-title {
  margin-bottom: 50px !important;
}

.mechanisms.influencers .computer-assisted-icon img {
  max-height: 45px;
}

.healthcare-img {
  position: relative;
}

.healthcare-img .dot-svg {
  top: 100px;
}

.healthcare {
  padding-top: 190px;
  padding-bottom: 190px;
}

.healthcare .gray-round {
  max-width: 480px;
}

.computer-assisted.alcohol {
  max-width: unset;
  background: #EF7B00;
  padding: 50px 50px;
  border-radius: 10px;
  color: #FFFFFF;
}

.computer-assisted.alcohol .computer-assisted-icon {
  margin-bottom: 40px;
}

.computer-assisted.other-catogory {
  max-width: unset;
  background: #F49B00;
  padding: 50px 50px;
  border-radius: 10px;
  color: #FFFFFF;
  height: 100%;
}

.computer-assisted.other-catogory .computer-assisted-icon {
  margin-bottom: 40px;
}

.influencers-right {
  position: relative;
}

/*------------------------------
    Support Service Page STYLE
------------------------------*/
.hosting-main ul {
  padding-left: 20px;
  margin-top: 80px;
}

.hosting-main ul li {
  background: rgba(211, 213, 214, 0.4);
  margin-bottom: 30px;
  padding: 15px 20px;
  position: relative;
}

.hosting-main ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 10px;
  height: 100%;
  background: #FFA800;
}

.set-questions .counter-name {
  max-width: 180px;
  margin: auto;
  margin-top: -30px;
}

.charting-reporting .house-team {
  max-width: 100%;
  margin-bottom: 90px;
}

.analytics-box {
  padding-top: 50px;
}

.analytics-box .b2c-box .online-sampl {
  background: #FFA800;
}

.analytics-box .b2c-box .online-sampl:hover {
  background: #FFA800;
}

.analytics-box .b2c-box .online-sampl a {
  padding: 35px 35px;
}

.analytics-box .b2c-box:nth-child(2n + 2) .online-sampl {
  background: #EF7B00;
}

.analytics-box .b2c-box:nth-child(2n + 2) .online-sampl:hover {
  background: #EF7B00;
}

.analytics-box .b2c-box:last-child .online-sampl a {
  color: #FFFFFF;
}

.programming-used-inner {
  padding-left: 125px;
}

.explore-tab {
  text-align: center;
  padding-bottom: 40px;
}

.explore-tab ul li {
  display: inline-block;
  padding: 0px 24px;
}

.explore-tab ul li span {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #004295;
  display: inline-block;
  position: relative;
  top: 4px;
}

.explore-tab ul li span i {
  color: #E63E11;
  font-size: 35px;
  position: relative;
  top: 3px;
  padding-left: 5px;
}

.explore-tab ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 168, 0, 0.4);
  padding: 4px 15px;
  display: inline-block;
}

.programming-used {
  background: #094990;
  color: #FFFFFF;
  padding: 25px 0px;
  margin-bottom: 100px;
}

.programming-used .programming-tools {
  text-transform: uppercase;
}

.programming-used ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.programming-used ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
}

.programming-process-box {
  padding-top: 50px;
}

.programming-process-box .row {
  margin: 0px -50px;
}

.process-box {
  margin-bottom: 60px;
  padding: 0px 50px;
}

.process-box:nth-child(2n + 2) .process-number {
  border-color: #EF7B00;
}

.process-box-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.process-number {
  border: 5px solid #FFA800;
  height: 125px;
  width: 125px;
  border-radius: 100%;
  font-size: 40px;
  color: #094990;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.process-content {
  width: calc(100% - 125px);
  background: rgba(211, 213, 214, 0.4);
  padding: 20px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.process-icon {
  margin-bottom: 15px;
}

.charting-inner .value-box {
  padding-top: 60px;
}

.charting-inner .core-values-box {
  margin-bottom: 60px;
}

.house-team {
  max-width: 1200px;
  margin: 0 auto;
}

.dashboards .core-values-box {
  margin-bottom: 0;
}

/*------------------------------
    Research Domains Page STYLE
------------------------------*/
.expertise-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.expertise-logo:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 11px;
  width: calc(100% - 11px);
  height: 5px;
  background: #FFA800;
  z-index: 1;
}

.icon-expertise {
  border: 5px solid #FFA800;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: -20px;
}

.icon-expertise:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 26px;
  width: 120px;
  height: 50px;
  background: #FFFFFF;
}

.icon-expertise img {
  position: relative;
  max-width: 50px;
}

.expertise-text {
  width: calc(100% - 150px);
  padding-left: 25px;
  color: #094990;
  font-weight: 700;
  margin-bottom: 20px;
}

.expertise-content {
  margin-top: 35px;
}

.expertise-box {
  max-width: 400px;
  margin: 0 auto;
}

.expertise-include-box {
  margin-top: 100px;
}

.expertise-include-box:first-child {
  margin-top: 0px;
}

.expertise-include-box:nth-child(2) {
  margin-top: 0px;
}

.expertise-include-box:nth-child(3) {
  margin-top: 0px;
}

.work-countrys {
  position: relative;
}

.work-countrys::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(45deg);
}

.work-countrys.animated::before {
  -webkit-animation: shine 2s;
          animation: shine 2s;
}

.about-map-right {
  overflow: hidden;
  position: relative;
}

.about-map-right::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(45deg);
}

.about-map-right.animated::before {
  -webkit-animation: shine 2s;
          animation: shine 2s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.scrollTo {
  background: #EF7B00;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
}

.scrollTo:hover {
  background: #FFA800;
  color: #FFFFFF;
}

.structured-box .account-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy-notice-detail, .cookie-notice-detail {
  margin-top: 30px;
}

.privacy-notice-detail h1, .privacy-notice-detail h2, .privacy-notice-detail h3, .privacy-notice-detail h4, .privacy-notice-detail h5, .privacy-notice-detail h6, .cookie-notice-detail h1, .cookie-notice-detail h2, .cookie-notice-detail h3, .cookie-notice-detail h4, .cookie-notice-detail h5, .cookie-notice-detail h6 {
  margin-bottom: 10px;
}

.privacy-notice-detail h2, .cookie-notice-detail h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.privacy-notice-detail ul, .cookie-notice-detail ul {
  padding-left: 18px;
  margin-bottom: 10px;
}

.privacy-notice-detail ul li, .cookie-notice-detail ul li {
  list-style: disc;
  padding-bottom: 3px;
}

.privacy-notice-detail ol, .cookie-notice-detail ol {
  padding-left: 18px;
}

.privacy-notice-detail ol li {
  list-style: decimal;
  padding-bottom: 5px;
}

.clear {
  width: 100%;
}

.play-push {
  font-size: 10px;
  color: #ef7b00;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-left: 40px;
  cursor: pointer;
  z-index: 1;
}

.topcrolling {
  position: fixed;
  bottom: 130px;
  right: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.topcrolling.sticky {
  opacity: 1;
  visibility: visible;
}

/*--------------------
    Cases Page Style
---------------------*/
.cases-listing {
  padding-top: 30px;
}

.work-grid-box {
  margin-bottom: 30px;
}

.grid-box-in {
  overflow: hidden;
  position: relative;
}

.grid-box-in .cases-img {
  border-radius: 10px;
  overflow: hidden;
}

.grid-box-in .cases-img a {
  display: block;
}

.grid-box-in .cases-img img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.grid-box-in .cases-overly {
  display: block;
  margin-top: 15px;
}

.grid-box-in .cases-overly .cases-text {
  position: relative;
  color: #595959;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.grid-box-in .cases-overly:hover .cases-text {
  color: #094990;
}

.grid-box-in:hover .cases-overly {
  top: 0%;
}

.grid-box-in:hover .cases-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*--------------------
    Cases Detail Page Style
---------------------*/
.business-goals {
  position: relative;
}

.cases-detail-main {
  padding-top: 30px;
}

.business-goals-img {
  position: relative;
}

.business-goals-img .image-redius {
  max-width: unset;
}

.business-goals-img .dot-svg {
  top: 50px;
}

.business-goals-content ul {
  padding-left: 80px;
}

.business-goals-content ul li {
  padding-bottom: 10px;
}

.business-goals-content ul li a {
  background: rgba(211, 213, 214, 0.4);
  font-weight: 700;
  padding: 25px 30px;
  display: block;
  position: relative;
}

.business-goals-content ul li a:before {
  content: "";
  background: #E63E11;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.business-goals-content ul li a:hover {
  color: #595959;
}

.business-goals-content ul li a:hover:before {
  opacity: 1;
}

.business-goals-content ul li:first-child a:before {
  content: "";
  background: #E63E11;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.cases-round {
  background: rgba(89, 89, 89, 0.09);
  width: 700px;
  height: 700px;
  position: absolute;
  bottom: 0;
  right: -24%;
  border-radius: 100%;
}

.cases-round:before {
  content: "";
  background: url(../images/dubbolround-border.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 170px;
  background-position: 1% 1%;
  opacity: 0;
  visibility: hidden;
}

.cases-round.animated:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

.cases-detail {
  border-top: 1px solid #D3D5D6;
  margin-top: 90px;
}

.cases-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0px;
  border-bottom: 1px solid #D3D5D6;
}

.cases-box:first-child {
  padding-top: 0;
}

.cases-box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cases-left {
  width: 210px;
  padding: 0px 15px;
  padding-left: 0;
}

.cases-title {
  font-size: 24px;
  font-weight: 700;
  color: #094990;
  position: relative;
  line-height: 30px;
}

.cases-title:before {
  content: "";
  background: #EF7B00;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.cases-right {
  width: calc(100% - 210px);
  padding: 0px 15px;
  padding-right: 0;
}

.cases-right p {
  margin-bottom: 0;
}

.cases-right ul li {
  position: relative;
  padding-left: 20px;
}

.cases-right ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #595959;
  border-radius: 100%;
}

.our-team-inner .right-arrow-icon {
  bottom: -16px;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 3px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 21px;
  font-size: 20px;
}

.map-text {
  padding-top: 50px;
  text-align: center;
}

.team-box .leadership-img {
  width: 100%;
}

button.close {
  font-size: 47px;
  font-weight: 400;
  z-index: 1;
}

.modal-header {
  border-bottom: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

button.close {
  font-size: 47px;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 20px;
  margin-top: -5px !important;
  position: absolute;
  right: 10px;
  top: 10px;
}

button.close span {
  line-height: 22px;
  display: inline-block;
}

.modal-body {
  padding: 25px 25px;
}

.model-top-title {
  padding-bottom: 40px;
}

.modal-dialog {
  max-width: 600px;
}

.modal-backdrop.show {
  opacity: .7;
}

.leader-model-content p {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .header .meain-menu > ul > li > a:hover {
    color: #094990;
  }
  .header .meain-menu > ul > li > a:hover:before {
    width: 40px;
  }
  .header .meain-menu > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 43px;
  }
}

/*--------------------
    CSR Page Style
---------------------*/
.csr.our-what-we .gray-round {
  margin-left: 0;
  max-width: 550px;
}

.green-initiatives {
  padding-top: 50px;
}

.green-initiatives .section-headding {
  max-width: 1220px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.green-initiatives .section-headding .section-topik {
  padding-left: 0;
}

.green-initiatives .section-headding .section-topik:before {
  content: unset;
}

.green-initiatives-inner {
  border: 1px solid #A7A7A7;
  padding: 100px 70px 70px 70px;
  position: relative;
}

.green-initiatives-inner .section-title {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.green-initiatives-inner .section-title:before {
  content: "";
  background: url(../images/client-headding.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 190px;
  position: absolute;
  right: -200px;
  top: -240px;
}

.green-slide-img {
  border-radius: 10px;
  overflow: hidden;
}

.green-full-slider .owl-nav {
  position: unset;
}

.green-full-slider .owl-nav button {
  width: 60px;
  height: 60px;
  background: #595959 !important;
  display: block;
  position: absolute;
  z-index: 999999;
  top: 50%;
  border-radius: 100%;
  border: 3px solid #FFFFFF !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.green-full-slider .owl-nav button.owl-prev {
  left: 15px !important;
}

.green-full-slider .owl-nav button.owl-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 60px;
  color: #FFFFFF;
  position: absolute;
  top: -20px;
  left: 14px;
}

.green-full-slider .owl-nav button.owl-next {
  right: 15px;
}

.green-full-slider .owl-nav button.owl-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 60px;
  color: #FFFFFF;
  position: absolute;
  top: -20px;
  left: 19px;
}

.green-thum-slider {
  margin-top: 30px;
}

.green-slide-thum {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.green-slide-thum:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 10px;
}

.current .green-slide-thum:before {
  opacity: 0;
}

.green-thum-slider .owl-nav {
  position: unset;
}

.green-thum-slider .owl-nav button {
  width: 30px;
  height: 30px;
  background: #595959 !important;
  display: block;
  position: absolute;
  z-index: 999999;
  top: 50%;
  border-radius: 100%;
  border: 3px solid #FFFFFF !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.green-thum-slider .owl-nav button.owl-prev {
  left: 10px !important;
}

.green-thum-slider .owl-nav button.owl-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 25px;
  color: #FFFFFF;
  position: absolute;
  top: -8px;
  left: 7px;
}

.green-thum-slider .owl-nav button.owl-next {
  right: 10px;
}

.green-thum-slider .owl-nav button.owl-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 25px;
  color: #FFFFFF;
  position: absolute;
  top: -7px;
  left: 10px;
}

.green-full-slider .owl-nav button:hover {
  border: 3px solid #EF7B00 !important;
  background: #FFFFFF !important;
}

.green-full-slider .owl-nav button:before {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.green-full-slider .owl-nav button:hover:before {
  color: #EF7B00 !important;
}

.chat-icon a {
  background: #094990;
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  text-align: center;
  line-height: 100px;
  border-radius: 50% 0% 50% 50%;
  display: block;
}

.chatbox-header {
  background: #094990;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chat-box-logo {
  width: 100px;
}

.chat-right {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.chat-right ul li .chat-box-toggle {
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
}

.chat-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.chat-right ul li {
  margin-left: 30px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  min-width: 20px;
}

.chat-right ul li .chat-box-close {
  color: #fff;
  font-size: 20px;
  position: relative;
}

.chat-box-main {
  position: fixed;
  bottom: -100%;
  right: 15px;
  max-width: 580px;
  width: 100%;
  z-index: 999;
  max-height: 650px;
  height: 100%;
  border-radius: 0px 0px 8px 8px;
  padding-top: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  padding-left: 30px;
}

.chat-box-main.open {
  bottom: 15px;
}

.massage-icon {
  width: 58px;
  height: 58px;
  background: #E63E11;
  text-align: center;
  line-height: 58px;
  border-radius: 100%;
}

.massage-icon img {
  max-width: 30px;
}

.receive-content {
  background: #fff;
  width: calc(100% - 73px);
  margin-left: 15px;
  font-size: 20px;
  color: #595959;
  line-height: 22px;
  padding: 15px 20px;
  border-radius: 0px 8px 8px 8px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
}

.receive-content p:last-child {
  margin-bottom: 0;
}

.receive-massage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 15px;
}

.chatbox-content {
  background: #EDEDED;
  height: calc(100% - 73px);
  overflow: auto;
  padding-bottom: 15px;
}

.receive-time {
  font-size: 18px;
  color: #A7A7A7;
  font-style: italic;
  padding-left: 90px;
}

.send-massage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 15px;
}

.send-massage-box {
  max-width: 405px;
  width: 100%;
}

.send-massage-box input {
  background: #fff !important;
  border: 1px solid #D3D5D6 !important;
  font-size: 20px !important;
  color: #595959 !important;
  padding: 9px 15px !important;
  max-width: 405px !important;
  width: 100% !important;
  border-radius: 6px !important;
  text-transform: unset !important;
}

.send-massage-box p:last-child {
  margin-bottom: 0;
}

.massage-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0px 15px;
}

.massage-type-in {
  max-width: 405px;
  width: 100%;
}

.massage-type-box {
  font-size: 20px !important;
  color: #595959 !important;
  width: 100% !important;
  border: 1px solid #D3D5D6 !important;
  background: #fff !important;
  border-radius: 6px !important;
  padding: 9px 15px !important;
  min-height: 220px !important;
  text-transform: unset !important;
}

.massage-type-in .send {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #094990;
  width: 100%;
  border: 0;
  border-radius: 6px;
  padding: 2px 15px;
  margin-top: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-transform: uppercase;
}

.massage-type-in .send:hover {
  background: #e63e11;
}

.chat-icon a.open {
  opacity: 0;
}

.chat-box-main.active {
  max-height: 89px;
}

.chat-right ul li .chat-box-close:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.chat-right ul li .chat-box-close:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.our-team-inner .leadership-img:hover .right-arrow-icon {
  border: 3px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 21px;
  font-size: 20px;
}

.b2c-box .online-sampl:hover {
  background: #EF7B00;
}

.b2c-box:nth-child(2n + 2) .online-sampl:hover {
  background: #FFA800;
}

.online-sampl.automobile:hover {
  background: #EF7B00 !important;
}

.b2c-box:last-child .online-sampl:hover {
  background: #D3D5D6;
}

.solution-list.solution-list-old li .solution-inner:hover, .research-solutions-new .solution-list li .solution-inner:hover {
  background: #FFA800;
}

.solution-list-old .real-time:hover, .research-solutions-new .real-time:hover {
  background: #EF7B00 !important;
}

.solution-list-old .languages-supported:hover, .research-solutions-new .languages-supported:hover {
  background: #094990 !important;
}

.solution-list.solution-list-old li:nth-child(3n + 3) .solution-inner:hover {
  background: #A7A7A7;
}

.wowBack {
  background: #222;
  position: relative;
  overflow: hidden;
}

.wowWrap div {
  background: #27ae60;
  display: block;
  width: 100%;
  margin: 5% 0;
  text-align: center;
  padding-top: 20%;
  padding-bottom: 20%;
}

.wowWrap {
  width: 16.66%;
  float: left;
  padding: 0 .5%;
}

.wowWrap h4 {
  position: fixed;
  z-index: 200;
  width: 100%;
  padding: 1% 0% 1% 0%;
  margin: 0;
  color: white;
  font-size: 1.35vw;
  background: rgba(22, 22, 22, 0.3);
}

.wowWrap div:first-of-type {
  margin-top: 25%;
}

/*I've assigned class wHighlight to all the animate.css classes that add elements onto the page with delay.  */
.wHighlight {
  background: #28a !important;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
            transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
            transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
            transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
            transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

@media (max-width: 1800px) {
  body {
    font-size: 18px;
  }
  .container {
    max-width: 85%;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 36px;
    line-height: 48px;
  }
  h3 {
    font-size: 22px;
  }
  .btn-common, .btn-oreng {
    font-size: 18px;
  }
  .header {
    padding: 20px 0px;
  }
  .main {
    padding-top: 112px;
  }
  .research-title {
    margin-bottom: 110px;
  }
  .primery-research {
    padding-top: 30px;
  }
  .section-headding .section-topik {
    margin-bottom: 30px;
  }
  .section-headding .section-title {
    margin-bottom: 30px;
  }
  .research-img .image-redius {
    max-height: 570px;
  }
  .research-img:after {
    bottom: -40px;
    left: -37px;
    width: 70px;
    height: 70px;
  }
  .research-title label:before {
    height: 15px;
  }
  .roundcircle:before {
    width: 750px;
    height: 750px;
    left: 38%;
  }
  .roundcircle:after {
    width: 750px;
    height: 750px;
  }
  .roundcircle-content {
    max-width: 520px;
  }
  .work-countrys img {
    max-width: 900px;
  }
  .service-right {
    margin-left: 80px;
  }
  .service-tab .nav-link {
    padding: 20px !important;
  }
  .service-tab .nav-link img {
    margin-bottom: 30px !important;
  }
  .service-tab .nav-link:before {
    bottom: -45px !important;
  }
  .consistently-accurately {
    padding-top: 330px;
    padding-bottom: 180px;
  }
  .consistently-right.roundcircle:before {
    left: 58%;
  }
  .our-client .section-headding:before {
    width: 200px;
    height: 200px;
    background-size: contain;
    right: -250px;
  }
  .our-client {
    padding-top: 160px;
  }
  .testimonial .roundcircle:before {
    width: 500px;
    height: 500px;
  }
  .testimonial .roundcircle:after {
    width: 500px;
    height: 500px;
    background-position: 100% 95%;
  }
  .testimonial-slider {
    padding-left: 50px;
  }
  .slider-counter {
    padding-left: 90px;
  }
  .testimonial {
    padding-top: 300px;
  }
  .leadership-img {
    margin: 0px 30px;
  }
  .consistently-listing li {
    padding: 8px 0px 8px 40px;
  }
  /*--------------------------
        ABOUT US PAGE STYLE
    ---------------------------*/
  .gray-round:before {
    width: 730px;
    height: 730px;
    left: 60%;
  }
  .our-purpose {
    padding-bottom: 0;
  }
  .our-purpose .gray-round:before {
    top: 37%;
  }
  .our-purpose .gray-round:before {
    left: 65%;
  }
  .solution-drop-down {
    padding-top: 20px;
  }
  .respondent-panels.strictly .section-headding {
    padding-left: 40px;
  }
  .solution-list li .solution-inner .solution-icon {
    display: block;
    margin-bottom: 35px;
  }
  .solution-list li .solution-inner span {
    min-height: 90px;
  }
  .about-us .about-left {
    max-width: 500px;
    padding-right: 40px;
  }
  .respondent-panels {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .respondent-panels .gray-round {
    max-width: 470px;
  }
  .gray-round:after {
    width: 730px;
    height: 730px;
  }
  .about-us .about-left .btn-oreng {
    margin-top: 20px;
  }
  .consistently-right {
    max-width: 360px;
  }
  .consistently-listing {
    margin-bottom: 40px;
  }
  /*--------------------------
        Our Culture PAGE STYLE
    ---------------------------*/
  .our-purpose.our-culture .gray-round:before {
    left: 70%;
  }
  .vision-mission {
    padding-top: 265px;
    padding-bottom: 115px;
  }
  .vision-mission .gray-round {
    max-width: 400px;
  }
  .vision-mission .gray-round:before {
    left: 35%;
  }
  /*--------------------------
        What We Offer PAGE STYLE
    ---------------------------*/
  .our-what-we .gray-round {
    max-width: 600px;
  }
  .gray-round.gray-left:before {
    left: 35%;
  }
  .quantitative-research .gray-round {
    padding-right: 70px;
  }
  .quantitative-research {
    padding-bottom: 110px;
  }
  .qualitative .gray-round {
    max-width: 400px;
  }
  .qualitative .gray-round:before {
    left: 55%;
  }
  /*------------------------------
        Contact Page STYLE
    ------------------------------*/
  .contact-detail-main {
    padding-top: 210px;
    padding-bottom: 260px;
  }
  .contact-detail-main .roundcircle:before {
    width: 760px;
    height: 760px;
  }
  .contact-detail-main .roundcircle:after {
    width: 760px;
    height: 760px;
    background-position: 90% 90%;
  }
  .contact-detail-main .roundcircle:after {
    background-position: 88% 88%;
  }
  .contaect-des li {
    font-size: 16px;
  }
  .inquiries-mail {
    margin-top: 0px;
  }
  /*------------------------------
        Why Mindforce STYLE
    ------------------------------*/
  .choose-us .gray-round:after {
    width: 730px;
    height: 730px;
  }
  .innovative-techniques .solution-inner {
    font-size: 16px;
  }
  .respondent-strictly {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /*--------------------------
        The People PAGE STYLE
    ---------------------------*/
  .team-box .leadership-img {
    margin: 0;
  }
  /*------------------------------
    Online Sapmling Page STYLE
    ------------------------------*/
  .b2b .gray-round {
    padding-right: 90px;
  }
  .b2b .gray-round.gray-left:after {
    background-position: 90% 90%;
  }
  .healthcare .gray-round {
    padding-left: 45px;
  }
  .online-sampl .online-sampl-tag {
    padding: 30px 30px;
  }
  .healthcare {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /*------------------------------
    Support Service Page STYLE
    ------------------------------*/
  .process-box {
    padding: 0px 40px;
  }
  .programming-process-box .row {
    margin: 0px -40px;
  }
  .analytics-box .b2c-box .online-sampl a {
    padding: 20px 20px;
  }
  /*------------------------------
        Cases Page STYLE
    ------------------------------*/
  .grid-box-in .cases-overly .cases-text {
    font-size: 16px;
  }
  /*------------------------------
        Cases Detail Page STYLE
    ------------------------------*/
  .cases-round {
    right: -30%;
  }
  .business-goals-content ul li a {
    padding: 15px 20px;
  }
  .cases-right ul li:before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .mb-150 {
    margin-bottom: 100px;
  }
  .mt-150 {
    margin-top: 100px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .header .logo img {
    max-width: 220px;
  }
  .research-img {
    margin-right: 40px;
  }
  .research-img:before {
    top: -42px;
    right: -42px;
    width: 125px;
    height: 125px;
  }
  .image-redius {
    max-width: 500px;
  }
  .dot-svg {
    right: -30px;
  }
  .research-title {
    margin-bottom: 60px;
  }
  .about-us {
    margin-top: 210px;
    margin-bottom: 110px;
  }
  .work-part-inner {
    padding: 0px 0px;
  }
  .service-right .dot-svg {
    left: -30px;
  }
  .service-tab .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
  .service-tab .nav-tabs .nav-item .nav-link img {
    margin-bottom: 20px !important;
  }
  .srvice-tab-content {
    margin-top: -70px;
  }
  .srvice-tab-content .tab-content {
    padding: 20px;
  }
  .service-tab .nav-link:before {
    bottom: -65px !important;
  }
  .leadership-img {
    margin: 0px 0px;
  }
  .leadership-img img {
    border-radius: 0px;
  }
  .primery-research-content {
    margin-left: 0;
  }
  .memmber-detail {
    left: 30px;
    bottom: 20px;
  }
  .consistently-right {
    margin-left: 0;
    max-width: 340px;
  }
  .consistently-accurately {
    padding-top: 220px;
    padding-bottom: 110px;
  }
  .our-client {
    padding-top: 120px;
  }
  .our-client .section-headding:before {
    width: 170px;
    height: 170px;
  }
  .client-logo-img img {
    max-width: 85%;
  }
  .testimonial {
    padding-top: 240px;
  }
  .testimonial .roundcircle:after {
    right: -100px;
    bottom: -230px;
  }
  .bussines-title {
    margin-bottom: 30px;
  }
  .bussines-text {
    margin-bottom: 40px;
  }
  /*--------------------------
        ABOUT US PAGE STYLE
    ---------------------------*/
  .our-purpose {
    padding-bottom: 75px;
  }
  .our-purpose .gray-round {
    margin-left: 0;
  }
  .our-purpose .gray-round:before {
    left: 75%;
  }
  .our-purpose .research-img {
    margin-right: 0;
  }
  .gray-round:before {
    width: 700px;
    height: 700px;
    left: 60%;
  }
  .gray-round:after {
    width: 650px;
    height: 650px;
    background-position: -2% 90%;
  }
  .our-solutions .headding-button .section-headding {
    max-width: 400px;
  }
  .solution-list li .solution-inner {
    padding: 20px;
  }
  .solution-list li .solution-inner .solution-icon {
    margin-bottom: 25px;
  }
  .solution-list li .solution-inner span {
    min-height: 70px;
    font-size: 15px;
  }
  .solution-list li .solution-inner .arrow-down {
    max-width: 20px;
  }
  .respondent-panels.strictly .section-headding {
    padding-left: 0;
  }
  .about-map {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about-map .roundcircle:before {
    width: 510px;
    height: 510px;
  }
  .about-map .roundcircle:after {
    width: 510px;
    height: 510px;
    background-position: 100% 90%;
  }
  .respondent-panels {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .solution-drop-down {
    padding-top: 0;
  }
  .solution-drop-down li {
    padding-left: 13px;
  }
  .solution-drop-down li a {
    font-size: 16px;
  }
  .solution-drop-down li:before {
    top: 21px;
  }
  .respondent-panels .gray-round {
    max-width: 370px;
    padding-left: 30px;
  }
  .vision-mission {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .gray-round:before {
    width: 650px;
    height: 650px;
  }
  .vision-mission {
    padding-top: 135px;
    padding-bottom: 125px;
  }
  .vision-mission .vision {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .vision-mission .gray-round {
    padding-right: 40px;
  }
  .career-research-right.roundcircle:before {
    width: 700px;
    height: 700px;
  }
  /*--------------------------
        What We Offer PAGE STYLE
    ---------------------------*/
  .qualitative .section-headding .section-title {
    margin-bottom: 20px;
  }
  .respondent-panels.interviews {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .quantitative-research .gray-round {
    padding-right: 110px;
  }
  .deliver-great {
    margin-bottom: 100px;
  }
  /*------------------------------
        What We Offer STYLE
    ------------------------------*/
  .contact-detail-main {
    padding-top: 40px;
    padding-bottom: 170px;
  }
  .choose-us .gray-round:after {
    background-position: 100% 95%;
  }
  /*------------------------------
        Why Mindforce STYLE
    ------------------------------*/
  .respondent-strictly {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .respondent-strictly .roundcircle:after {
    right: -90px;
  }
  .respondent-strictly .roundcircle {
    padding-right: 80px;
    max-width: 540px;
  }
  .solution-drop-down {
    padding: 20px 20px;
  }
  .circle_percent {
    font-size: 200px;
  }
  .circle_inbox {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  .percent_text {
    font-size: 35px;
  }
  .progress-name {
    font-size: 16px;
  }
  /*--------------------------
        The People PAGE STYLE
    ---------------------------*/
  .the-people .section-headding {
    max-width: 530px;
  }
  .career-research-right.roundcircle:after {
    width: 700px;
    height: 700px;
  }
  .career-research {
    padding-bottom: 130px;
  }
  .leadership-img {
    border-radius: 30px;
  }
  .leadership-img:before {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  /*------------------------------
    Online Sapmling Page STYLE
    ------------------------------*/
  .online-sampl .online-sampl-tag {
    padding: 20px 20px;
  }
  .online-sampl .online-sampl-tag span {
    margin-top: 30px;
  }
  .b2b .gray-round {
    padding-right: 110px;
    max-width: 475px;
  }
  .proven-techniques-content {
    padding: 40px 40px;
  }
  .computer-assisted.alcohol {
    padding: 20px 20px;
  }
  .computer-assisted.alcohol .computer-assisted-icon {
    margin-bottom: 30px;
  }
  .computer-assisted.other-catogory {
    padding: 20px 20px;
  }
  .computer-assisted.other-catogory .computer-assisted-icon {
    margin-bottom: 30px;
  }
  .our-team-inner .memmber-detail {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  /*------------------------------
    Support Service Page STYLE
    ------------------------------*/
  .process-box {
    padding: 0px 15px;
  }
  .programming-process-box .row {
    margin: 0px -15px;
  }
  .prosess-analytics .online-sampl img {
    max-height: 50px;
  }
  .prosess-analytics .online-sampl span {
    font-size: 16px;
  }
  /*------------------------------
    Research Domains Page STYLE
    ------------------------------*/
  .expertise-box {
    padding: 0px 15px;
  }
  .expertise-include-box {
    margin-top: 50px;
  }
  /*------------------------------
        Cases Page STYLE
    ------------------------------*/
  .grid-box-in .cases-overly .cases-text {
    font-size: 15px;
  }
  /*------------------------------
        Cases Detail Page STYLE
    ------------------------------*/
  .business-goals-content ul li a {
    padding: 15px 25px;
  }
  .cases-round {
    width: 600px;
    height: 600px;
  }
  .cases-right ul li:before {
    top: 10px;
  }
}

@media (max-width: 1400px) {
  body {
    font-size: 16px;
  }
  h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .header .meain-menu > ul > li {
    padding: 0px 10px;
  }
  .header .logo img {
    max-width: 200px;
    width: 100%;
  }
  .section-headding .section-topik {
    margin-bottom: 30px;
  }
  .section-headding .section-title {
    margin-bottom: 30px;
  }
  .about-us .about-left .btn-oreng {
    margin-top: 20px;
  }
  .about-us .about-right .dot-svg {
    left: -30px;
  }
  .roundcircle:before {
    width: 650px;
    height: 650px;
  }
  .roundcircle-content {
    max-width: 400px;
  }
  .image-redius {
    max-width: 450px;
  }
  .roundcircle:after {
    width: 650px;
    height: 650px;
    background-size: 140px;
  }
  .headding-button .service-btn {
    float: right;
    margin-bottom: 40px;
  }
  .btn-common, .btn-oreng {
    padding: 10px 20px 10px 20px;
  }
  .btn-common i, .btn-oreng i {
    margin-left: 40px;
  }
  .consistently-right {
    max-width: 300px;
  }
  .consistently-right.roundcircle:before {
    left: 62%;
  }
  .consistently-left .dot-svg {
    right: -30px;
  }
  .bussines-idea-inner:before {
    width: 140px;
    height: 140px;
    bottom: -170px;
  }
  .consistently-listing li:before {
    top: 24px;
  }
  .service-tab .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 23px !important;
  }
  .service-tab .nav-tabs .nav-item .nav-link img {
    max-width: 30px;
  }
  .our-purpose .gray-round:before {
    top: 50%;
  }
  .solution-list li .solution-inner .solution-icon {
    margin-bottom: 15px;
    max-height: 40px;
  }
  .solution-drop-down {
    padding: 20px 15px;
  }
  .partner-industry-logo .counter-nummber {
    width: 180px;
    height: 180px;
  }
  .partner-industry-logo .counter-nummber img {
    max-width: 65px;
  }
  .partner-industry-logo .logo-industry {
    margin-top: 50px;
  }
  /*--------------------------
        What We Offer PAGE STYLE
    ---------------------------*/
  .our-what-we .gray-round {
    margin-left: 20px;
  }
  .proven-techniques-content {
    padding: 30px 30px;
  }
  .computer-assisted-icon {
    margin-bottom: 40px;
  }
  .computer-assisted-title {
    margin-bottom: 25px;
  }
  .respondent-panels.interviews {
    padding-top: 30px;
  }
  .play-icon span {
    width: 100px;
    height: 100px;
    line-height: 90px;
    font-size: 50px;
  }
  /*------------------------------
        Contact Page STYLE
    ------------------------------*/
  .contaect-des li {
    padding-bottom: 8px;
  }
  .contaect-des li label {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .contaect-des li .label-icon {
    font-size: 14px;
  }
  .contact-detail-main .roundcircle:after {
    width: 700px;
    height: 700px;
  }
  .contact-detail-main {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .contact-detail-main .roundcircle:before {
    width: 700px;
    height: 700px;
  }
  .form-control, input:focus, textarea:focus {
    font-size: 16px;
  }
  .form-group {
    margin-bottom: 25px;
  }
  textarea.form-control, textarea:focus {
    height: 100px;
  }
  .footer:before {
    top: -60px;
    width: 140px;
    height: 140px;
  }
  /*------------------------------
        Why Mindforce STYLE
    ------------------------------*/
  .choose-us .gray-round:after {
    background-position: 100% 95%;
    background-size: 140px;
  }
  .innovative-techniques .solution-list li .solution-inner span {
    min-height: 80px;
    font-size: 13px;
  }
  .respondent-strictly .roundcircle-content {
    max-width: 400px;
  }
  .respondent-strictly .roundcircle:after {
    right: -20px;
    bottom: -60px;
  }
  .practices-image {
    height: 180px;
    width: 180px;
  }
  .job-titles .bar-chart-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4);
            flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .account-box {
    width: 170px;
    height: 160px;
    padding: 10px 10px;
  }
  .project-box img {
    max-height: 38px;
    min-height: unset;
  }
  /*--------------------------
        The People PAGE STYLE
    ---------------------------*/
  .leadership-img {
    border-radius: 30px;
  }
  .career-research-right.roundcircle:before {
    width: 600px;
    height: 600px;
  }
  .career-research-right.roundcircle:after {
    width: 600px;
    height: 600px;
    background-position: 0% 90%;
  }
  .career-research {
    padding-bottom: 100px;
    padding-top: 200px;
  }
  /*------------------------------
    Online Sapmling Page STYLE
    ------------------------------*/
  .healthcare {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .computer-assisted.alcohol {
    padding: 15px 15px;
  }
  .computer-assisted.alcohol .computer-assisted-icon {
    margin-bottom: 10px;
  }
  .computer-assisted-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .computer-assisted.other-catogory {
    padding: 15px 15px;
  }
  .computer-assisted.other-catogory .computer-assisted-icon {
    margin-bottom: 15px;
  }
  .our-team-inner .right-arrow-icon img {
    max-width: 15px;
  }
  /*------------------------------
    Support Service Page STYLE
    ------------------------------*/
  .hosting-main ul {
    margin-top: 40px;
  }
  .set-questions .counter-name {
    max-width: 160px;
  }
  .charting-reporting .house-team {
    margin-bottom: 60px;
  }
  .process-number {
    height: 100px;
    width: 100px;
    font-size: 30px;
  }
  .process-content {
    width: calc(100% - 100px);
    padding: 15px 15px;
  }
  .process-icon img {
    max-height: 45px;
  }
  .analytics-box {
    padding-top: 30px;
  }
  .prosess-analytics .online-sampl img {
    max-height: 45px;
  }
  .prosess-analytics .online-sampl span {
    margin-top: 20px;
    font-size: 13px;
  }
  /*------------------------------
    Research Domains Page STYLE
    ------------------------------*/
  .icon-expertise {
    width: 130px;
    height: 130px;
  }
  .expertise-logo:before {
    bottom: 10px;
  }
  .expertise-text {
    width: calc(100% - 130px);
  }
  .expertise-content {
    margin-top: 25px;
  }
  /*------------------------------
        Cases Page STYLE
    ------------------------------*/
  .grid-box-in .cases-overly .cases-text {
    font-size: 13px;
  }
  .grid-box-in .cases-overly .cases-text:before {
    top: -10px;
  }
  /*------------------------------
        Cases Detail Page STYLE
    ------------------------------*/
  .business-goals-content ul {
    padding-left: 20px;
  }
  .cases-round {
    width: 500px;
    height: 500px;
  }
  .cases-round:before {
    background-position: -5% -5%;
  }
  .cases-title {
    font-size: 20px;
  }
  .cases-left {
    width: 170px;
  }
  .cases-right {
    width: calc(100% - 170px);
  }
  .cases-detail {
    margin-top: 70px;
    padding-top: 60px;
  }
  /*------------------------------
        CSR Page STYLE
    ------------------------------*/
  .green-initiatives-inner .section-title:before {
    width: 170px;
    height: 170px;
    right: -130px;
    top: -210px;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 96%;
  }
  body {
    font-size: 16px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 15px;
    line-height: 25px;
  }
  .mb-150 {
    margin-bottom: 100px;
  }
  .mt-150 {
    margin-top: 100px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .pb-130 {
    padding-bottom: 100px;
  }
  .btn-common, .btn-oreng {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
  }
  .btn-common i, .btn-oreng i {
    margin-left: 30px;
  }
  .header {
    padding: 20px 0px;
  }
  .header .meain-menu > ul > li {
    padding: 0px 12px;
  }
  .header .meain-menu > ul > li a {
    font-size: 14px;
  }
  .main {
    padding-top: 102px;
  }
  /*------- Home Page -------*/
  .primery-research-content {
    padding-left: 20px;
  }
  .research-title {
    margin-bottom: 80px;
  }
  .dot-svg {
    right: -30px;
  }
  .section-headding .section-topik {
    margin-bottom: 25px;
  }
  .section-headding .section-title {
    margin-bottom: 40px;
  }
  .section-headding .section-topik:before {
    top: 11px;
  }
  .about-us {
    margin-top: 240px;
    margin-bottom: 140px;
  }
  .about-us .about-left .btn-oreng {
    margin-top: 20px;
  }
  .about-us .about-right {
    margin-left: 20px;
  }
  .about-us .about-right .dot-svg {
    left: -30px;
  }
  .roundcircle:before {
    left: 40%;
    width: 700px;
    height: 700px;
  }
  .roundcircle:after {
    width: 700px;
    height: 700px;
  }
  .research-img:after {
    bottom: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    background-size: contain;
  }
  .research-img:before {
    top: -50px;
    right: -40px;
    width: 130px;
    height: 130px;
    background-size: contain;
  }
  .work-counter .counter-nummber {
    width: 150px;
    height: 150px;
    font-size: 30px;
  }
  .service-right {
    margin-left: 50px;
  }
  .service-right .dot-svg {
    left: -30px;
  }
  .service-tab .nav-link img {
    margin-bottom: 10px !important;
    max-height: 40px;
  }
  .srvice-tab-content {
    margin-top: -70px;
  }
  .service-tab .nav-link:before {
    bottom: -36px !important;
  }
  .leadership-img img {
    border-radius: 40px;
  }
  .consistently-right {
    margin-left: 70px;
  }
  .consistently-listing {
    margin-bottom: 40px;
  }
  .consistently-listing li {
    padding: 5px 0px 5px 40px;
    position: relative;
  }
  .consistently-listing li:before {
    top: 17px;
  }
  .consistently-left {
    margin-right: 40px;
  }
  .consistently-left .dot-svg {
    right: -30px;
  }
  .consistently-accurately {
    padding-top: 260px;
    padding-bottom: 165px;
  }
  .our-client {
    padding-top: 130px;
  }
  .client-logo-img {
    padding-bottom: 70px;
  }
  .client-logo-img img {
    max-width: 80%;
  }
  .testimonial .roundcircle:before {
    width: 400px;
    height: 400px;
  }
  .testimonial {
    padding-top: 240px;
  }
  .testimonial .roundcircle:after {
    width: 400px;
    height: 400px;
    background-position: 100% 100%;
  }
  .client-des {
    margin-top: 20px;
  }
  .slider-counter {
    padding-top: 0px;
  }
  .owl-nav {
    bottom: 10px;
  }
  .footer-connect {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .copyright {
    text-align: center;
  }
  /*--------------------------
        ABOUT US PAGE STYLE
    ---------------------------*/
  .gray-round:before {
    left: 60%;
  }
  .our-purpose {
    padding-bottom: 125px;
  }
  .our-purpose .gray-round {
    margin-left: 50px;
  }
  .our-purpose .gray-round:before {
    left: 80%;
  }
  .about-map-right {
    padding-left: 100px;
  }
  .about-map {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .work-counter .counter-nummber img {
    max-width: 50px;
  }
  .respondent-panels {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .solution-list li .solution-inner span {
    min-height: 60px;
    font-size: 14px;
  }
  .solution-drop-down padding-top li a {
    font-size: 14px;
  }
  /*--------------------------
        Our Culture PAGE STYLE
    ---------------------------*/
  .core-values .work-counter {
    width: calc(100% / 3);
    margin-top: 50px;
  }
  .core-values .work-counter:nth-child(1) {
    margin-top: 0;
  }
  .core-values .work-counter:nth-child(2) {
    margin-top: 0;
  }
  .core-values .work-counter:nth-child(3) {
    margin-top: 0;
  }
  /*--------------------------
        What We Offer PAGE STYLE
    ---------------------------*/
  .respondent-panels.qualitative {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .quantitative-research {
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .quantitative-research .gray-round {
    padding-right: 70px;
  }
  .respondent-panels .gray-round {
    padding-left: 0;
  }
  .contact-detail-main {
    padding-top: 50px;
  }
  .respondent-strictly .roundcircle {
    padding-right: 0px;
  }
  .right-arrow-icon {
    width: 30px;
    height: 30px;
    line-height: 23px;
    font-size: 25px;
  }
  .memmber-detail {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .team-box {
    width: calc(100% / 4);
  }
  /*------------------------------
        Why Mindforce STYLE
    ------------------------------*/
  .solution-list li .solution-inner {
    padding: 15px;
  }
  .respondent-strictly .roundcircle:after {
    right: -90px;
    bottom: -100px;
  }
  /*------------------------------
    Support Service Page STYLE
    ------------------------------*/
  .dot-svg-right .dot-svg {
    left: -20px;
  }
  .hosting-main ul {
    padding-left: 10px;
  }
  .hosting-main ul li:before {
    left: -10px;
    width: 5px;
  }
  .explore-tab ul li {
    padding: 0px 20px;
  }
  /*------------------------------
    Research Domains Page STYLE
    ------------------------------*/
  .expertise-include-box:nth-child(3) {
    margin-top: 50px;
  }
  /*------------------------------
        Cases Detail Page STYLE
    ------------------------------*/
  .business-goals-img .image-redius {
    border-radius: 30px;
  }
  .cases-title {
    font-size: 18px;
  }
  .cases-left {
    width: 130px;
  }
  .cases-right {
    width: calc(100% - 130px);
  }
  .cases-box {
    padding: 30px 0px;
  }
  /*------------------------------
    CSR Page STYLE
------------------------------*/
  .green-initiatives-inner {
    padding: 80px 40px 40px 40px;
  }
  .green-full-slider .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .green-full-slider .owl-nav button.owl-prev:before {
    font-size: 40px;
    top: -14px;
    left: 8px;
  }
  .green-full-slider .owl-nav button.owl-next:before {
    font-size: 40px;
    top: -15px;
    left: 12px;
  }
}

@media (max-width: 1024px) {
  .main {
    padding-top: 72px;
  }
  .header {
    padding: 10px 0px;
  }
  .header .meain-menu {
    position: fixed;
    top: 72px;
    left: 0;
    background: #094990;
    width: 100%;
    height: calc(100vh - 33px);
    z-index: 999;
    overflow: auto;
    display: none;
  }
  .header .meain-menu > ul {
    text-align: left;
    padding: 15px 0px;
    max-width: 95%;
    margin: 0 auto;
  }
  .header .meain-menu > ul > li {
    display: block;
    padding: 15px 0px;
  }
  .header .meain-menu > ul > li > a {
    color: #fff;
    padding: 0px 15px !important;
  }
  .header .meain-menu > ul > li > a:before {
    content: unset;
  }
  .header.sticky {
    padding: 10px 0px;
  }
  .menu-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 20px;
  }
  .menu-toggle span {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .menu-toggle span:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .menu-toggle span:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .menu-toggle.active span {
    background: transparent;
  }
  .menu-toggle.active span:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
  }
  .menu-toggle.active span:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
  }
  .opener {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 100%;
    height: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  .opener:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 16px;
    height: 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
  }
  .opener.opener:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 2px;
    height: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background: #fff;
  }
  .opener.active:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 7px;
  }
  .header .meain-menu > ul ul {
    opacity: 1;
    visibility: visible;
    display: none;
    position: unset;
    background: unset;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: unset;
    transition: unset;
  }
  .header .meain-menu > ul ul li {
    padding: 8px 0px;
  }
  .header .meain-menu > ul ul li a {
    color: #fff;
  }
  .header .meain-menu > ul ul li a:before {
    background: #fff;
  }
  .header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .grid-box-in .cases-overly {
    top: 0;
    margin-top: 10px;
  }
  .grid-box-in .cases-overly .cases-text {
    line-height: 18px;
    padding-top: 0px;
  }
  .grid-box-in .cases-overly .cases-text:before {
    top: 0;
    width: 50px;
  }
  .grid-box-in .cases-overly {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .explore-tab ul li span {
    font-size: 18px;
  }
  .explore-tab ul li a {
    font-size: 13px;
    padding: 4px 10px;
  }
  .explore-tab ul li {
    padding: 0px 5px;
  }
}

@media (max-width: 991px) {
  .mb-150 {
    margin-bottom: 80px;
  }
  .mt-150 {
    margin-top: 80px;
  }
  .pt-150 {
    padding-top: 80px;
  }
  .pb-150 {
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  /*---------- Home Page ----------*/
  .home-slider {
    padding: 30px 0px;
    padding-top: 10px;
  }
  .home-outer {
    margin: 0px 0px;
  }
  .research-img {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
  .primery-research-content {
    text-align: center;
    width: 100%;
  }
  .research-title {
    margin-bottom: 30px;
  }
  .primery-research-content {
    padding-left: 0;
  }
  .section-headding .section-topik {
    color: #595959;
    padding-left: 0;
  }
  .section-headding .section-topik:before {
    background: #595959;
    top: 25px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .section-headding .section-title {
    color: #EA3516;
    margin-bottom: 20px;
  }
  .color-wihte {
    color: #595959;
  }
  .roundcircle:before {
    content: unset;
  }
  .roundcircle:after {
    content: unset;
  }
  .order-r-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-r-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .justify-right {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .about-us .about-right {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .about-us .about-left {
    width: 100%;
    text-align: center;
  }
  .roundcircle-content {
    max-width: 100%;
  }
  .about-us {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .work-counter .counter-nummber {
    width: 130px;
    height: 130px;
    font-size: 25px;
  }
  .headding-button {
    display: inline-block;
    width: 100%;
  }
  .headding-button .section-headding {
    float: unset;
    text-align: center;
  }
  .headding-button .service-btn {
    float: unset;
    margin-bottom: 10px;
    text-align: center;
  }
  .service-img-responsive {
    display: block;
  }
  .service-img-dekstop {
    display: none;
  }
  .service-right {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
  .service-tab .nav-link:before {
    bottom: -46px !important;
  }
  .service-tab .nav-link:before {
    bottom: -40px !important;
  }
  .consistently-right {
    max-width: 100%;
  }
  .work-countrys img {
    max-width: 100%;
  }
  .image-redius {
    border-radius: 30px;
  }
  .research-img .image-overlay {
    border-radius: 30px;
  }
  .image-overlay {
    border-radius: 30px;
  }
  .consistently-left {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .consistently-right {
    margin: 0 auto;
    text-align: center;
  }
  .consistently-listing {
    margin-bottom: 20px;
  }
  .consistently-listing li {
    padding: 5px 0px 5px 0px;
  }
  .consistently-listing li a {
    color: #595959;
  }
  .consistently-listing li:hover a {
    color: rgba(89, 89, 89, 0.4);
  }
  .consistently-listing li:before {
    content: unset;
  }
  .consistently-accurately {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .our-client .section-headding:before {
    content: unset;
  }
  .our-client {
    padding-top: 0;
  }
  .testimonial {
    padding-top: 80px;
  }
  .testimonial-left {
    width: 100%;
    text-align: center;
  }
  .testimonial-box {
    text-align: center;
  }
  .slider-counter {
    padding-top: 0px;
    padding-left: 0;
    margin: 0 auto;
  }
  .owl-nav {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .testimonial-slider {
    padding-left: 0;
  }
  .bussines-idea-inner:before {
    width: 110px;
    height: 110px;
    bottom: -120px;
  }
  .bussines-idea {
    padding: 60px 0px;
  }
  .bussines-title {
    margin-bottom: 20px;
  }
  .bussines-text {
    margin-bottom: 30px;
  }
  .footer-connect {
    margin-top: 30px;
  }
  .footer ul {
    margin-top: 30px;
  }
  .footer-logo label {
    margin-top: 20px;
  }
  .footer-connect ul {
    margin-top: 20px;
  }
  .footer {
    padding-top: 40px;
    text-align: center;
  }
  .copyright {
    padding: 30px 0px;
    text-align: center;
  }
  /*--------------------------
        ABOUT US PAGE STYLE
    ---------------------------*/
  .our-purpose .research-img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .gray-round:before {
    content: unset;
  }
  .gray-round:after {
    content: unset;
  }
  .about-us .about-left {
    max-width: 100%;
    padding-right: 0;
  }
  .our-purpose {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .section-headding {
    text-align: center;
  }
  .our-solutions .headding-button .section-headding {
    max-width: 100%;
  }
  .solution-list {
    margin-top: 40px;
  }
  .about-map-right {
    padding-left: 0;
  }
  .about-map {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-map .roundcircle {
    width: 100%;
  }
  .about-map .roundcircle-content {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }
  .partner-industry-logo .logo-industry {
    margin-top: 40px;
  }
  .respondent-panels {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .respondent-panels .gray-round {
    width: 100%;
    max-width: 100%;
  }
  .respondent-panels .section-headding {
    margin: 0 auto;
  }
  /*--------------------------
        Our Culture PAGE STYLE
    ---------------------------*/
  .vision-mission .gray-round {
    max-width: 500px;
    margin: 0 auto;
  }
  .our-purpose .gray-round {
    margin-left: 0;
  }
  .dot-svg-right {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .vision-mission {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .vision-mission .section-topik {
    margin-bottom: 5px !important;
  }
  .vision-mission .vision {
    border-bottom: 0;
    padding-bottom: 0px;
  }
  /*--------------------------
        What We Offer PAGE STYLE
    ---------------------------*/
  .respondent-panels.qualitative {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .our-what-we .gray-round {
    margin: 0 auto !important;
  }
  .quantitative-research {
    padding-bottom: 0;
    padding-top: 80px;
  }
  .respondent-strictly .roundcircle {
    max-width: 100%;
  }
  .deliver-great {
    margin-bottom: 40px;
  }
  .quantitative-research .gray-round {
    padding-right: 0;
    margin: 0 auto;
  }
  .proven-techniques .section-headding {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .respondent-panels.qualitative {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mechanisms .section-headding {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .practices-image {
    height: 160px;
    width: 160px;
  }
  .practices-box {
    margin-top: 50px;
  }
  .practices-text {
    padding-top: 20px;
  }
  /*------------------------------
        What We Offer STYLE
    ------------------------------*/
  .contact-form {
    text-align: center;
  }
  .contact-form form {
    text-align: left;
    margin-bottom: 50px;
  }
  .contact-detail-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contact-detail-main .roundcircle {
    width: 100%;
  }
  /*------------------------------
        Why Mindforce STYLE
    ------------------------------*/
  .choose-us .gray-round:after {
    content: unset;
  }
  .innovative-techniques .section-headding {
    width: 100%;
  }
  .innovative-techniques .section-headding .section-title {
    margin: 0 auto;
  }
  .strictly-invitation {
    margin: 0 auto;
  }
  .respondent-strictly {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .respondent-strictly .roundcircle {
    width: 100%;
  }
  .respondent-strictly .roundcircle-content {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 100%;
  }
  .processes-decisions .practices-box:nth-child(4) {
    margin-top: 50px;
  }
  .job-titles .bar-chart-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .account-box {
    width: 145px;
    height: 145px;
    padding: 10px 10px;
  }
  .contaect-des li .label-icon {
    color: #595959;
  }
  .project-box label {
    font-size: 14px;
    min-height: 42px;
  }
  .project-box:after {
    height: 40px;
  }
  .structured-content {
    margin-top: 60px;
  }
  /*--------------------------
        The People PAGE STYLE
    ---------------------------*/
  .career-research {
    padding-bottom: 0px;
    padding-top: 80px;
  }
  .career-research-left {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .career-research-right {
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }
  /*------------------------------
    Online Sapmling Page STYLE
    ------------------------------*/
  .b2c-online .section-headding {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .mechanisms.influencers .section-headding {
    margin-bottom: 20px;
  }
  .mechanisms.influencers .section-headding .section-title {
    margin-bottom: 10px !important;
  }
  .healthcare {
    padding-top: 0;
    padding-bottom: 0;
  }
  .healthcare .healthcare-img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .healthcare .gray-round {
    margin: 0 auto;
  }
  /*------------------------------
    Support Service Page STYLE
    ------------------------------*/
  .programming-used-inner {
    padding-left: 0;
  }
  /*------------------------------
        Cases Detail Page STYLE
    ------------------------------*/
  .business-goals-img .dot-svg {
    right: -20px;
  }
  .business-goal-border {
    border-bottom: 0;
    padding-bottom: 30px;
  }
  .business-goals-content ul {
    padding-left: 0px;
  }
  .cases-round {
    display: none;
  }
  .cases-content {
    width: 100%;
  }
  .cases-left {
    width: 130px;
  }
  .cases-right {
    width: calc(100% - 130px);
  }
  .cases-detail {
    margin-top: 60px;
    padding-top: 50px;
  }
  .business-goals-content {
    margin-top: 70px;
  }
  .green-full-slider .owl-nav {
    -webkit-transform: unset;
            transform: unset;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
  }
  .btn-common, .btn-oreng {
    font-size: 16px;
  }
  .btn-common i, .btn-oreng i {
    font-size: 20px;
  }
  ul.solution-list.about-solution-list li {
    width: 100%;
  }
  .chat-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .massage-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .massage-icon img {
    max-width: 20px;
  }
  .receive-content {
    width: calc(100% - 55px);
  }
  .chat-icon a img {
    max-width: 25px;
  }
  .mb-150 {
    margin-bottom: 40px;
  }
  .mt-150 {
    margin-top: 40px;
  }
  .pt-150 {
    padding-top: 40px;
  }
  .pb-150 {
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .mt-100 {
    margin-top: 40px;
  }
  .pb-130 {
    padding-bottom: 70px;
  }
  .logo img {
    max-width: 150px;
  }
  .main {
    padding-top: 56px;
  }
  .header .logo img {
    max-width: 140px;
    width: 100%;
  }
  .header .menu-toggle {
    top: -29px;
  }
  .header .meain-menu {
    top: 55px;
  }
  .header .meain-menu > ul {
    max-width: 100%;
  }
  .dot-svg {
    display: none !important;
  }
  .research-img:before {
    content: unset;
  }
  .research-img:after {
    content: unset;
  }
  .image-redius {
    border-radius: 20px;
  }
  .primery-research {
    padding-top: 10px;
  }
  .about-us {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about-us .about-left .btn-oreng {
    margin-top: 0px;
  }
  .topcrolling {
    bottom: 90px;
  }
  .research-title label:before {
    height: 10px;
  }
  .work-counter {
    margin-bottom: 30px;
  }
  .work-counter .counter-nummber {
    width: 120px;
    height: 120px;
  }
  .work-part .col-xl-3:last-child .work-counter {
    margin-bottom: 0;
  }
  .home-banner-slider .owl-item img {
    width: 100%;
  }
  .srvice-tab-content {
    margin-top: -20px;
  }
  .srvice-tab-content .tab-content {
    padding: 20px;
  }
  .service-tab .nav-link:before {
    bottom: -30px !important;
  }
  .leadership-img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .leadership-content .col-xl-4:last-child .leadership-img {
    margin-bottom: 0;
  }
  .consistently-accurately {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-connect ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  .copyright {
    padding: 15px 0px;
  }
  .research-img {
    margin-bottom: 15px;
  }
  .research-title {
    margin-bottom: 15px;
  }
  .about-us .about-right {
    margin-bottom: 15px;
  }
  .srvice-tab-content {
    margin-top: -50px;
  }
  .research-solutions-new .solution-list li {
    width: 100%;
  }
  .solution-list-old li:first-child {
    width: 100%;
  }
  ul.solution-list.solution-list-old {
    margin-top: 0;
  }
  /*--------------------------
        ABOUT US PAGE STYLE
    ---------------------------*/
  .btn-icon-text .btn-2 i {
    width: 45px;
    height: 45px;
    line-height: 38px;
    font-size: 38px;
  }
  .solution-list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .partner-industry-logo .logo-industry {
    margin-top: 0px;
  }
  .our-purpose {
    padding-top: 0px;
  }
  .solution-list li .solution-inner span {
    min-height: unset;
  }
  /*--------------------------
        Our Culture PAGE STYLE
    ---------------------------*/
  .vision-mission {
    padding-top: 40px;
  }
  .vision-mission .section-topik {
    font-size: 20px;
  }
  .section-headding .section-topik {
    margin-bottom: 15px;
  }
  .core-values .work-counter {
    width: calc(100% / 2);
    margin-top: 40px;
  }
  .core-values .work-counter img {
    max-width: 40px;
  }
  .core-values .work-counter:nth-child(1) {
    margin-top: 0;
  }
  .core-values .work-counter:nth-child(2) {
    margin-top: 0;
  }
  .core-values .work-counter:nth-child(3) {
    margin-top: 40px;
  }
  .value-box {
    margin-top: -35px;
    padding-top: 50px;
  }
  .value-box:before {
    top: 20px;
  }
  .value-box .value-title {
    font-size: 14px;
  }
  /*--------------------------
        What We Offer PAGE STYLE
    ---------------------------*/
  .play-icon span {
    width: 70px;
    height: 70px;
    line-height: 60px;
    font-size: 35px;
  }
  .quantitative-research {
    padding-top: 40px;
  }
  .proven-techniques-content {
    padding: 0;
    background: transparent;
  }
  .computer-assisted {
    max-width: 100%;
    background: #EF7B00;
    padding: 30px 30px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .computer-assisted-icon img {
    max-height: 45px;
  }
  .computer-assisted-icon {
    margin-bottom: 20px;
  }
  .computer-assisted-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .mechanisms .proven-techniques-content {
    background: transparent;
  }
  .mechanisms .computer-assisted {
    max-width: 100%;
    background: #094990;
  }
  .practices-box {
    margin-top: 40px;
  }
  .practices-box:nth-child(2) {
    margin-top: 40px;
  }
  .practices-box:nth-child(3) {
    margin-top: 40px;
  }
  /*------------------------------
        What We Offer STYLE
    ------------------------------*/
  .contact-detail-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-form form {
    margin-top: 20px;
    text-align: center;
  }
  .footer:before {
    top: -50px;
    width: 100px;
    height: 100px;
  }
  .job-titles .bar-chart-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1);
            flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .structured-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .project-box {
    margin-top: 40px;
  }
  .project-box:before {
    content: unset;
  }
  .structured-content {
    margin-top: 50px;
  }
  .project-box label {
    min-height: unset;
  }
  .processes-decisions .practices-box:nth-child(4) {
    margin-top: 40px;
  }
  /*--------------------------
        The People PAGE STYLE
    ---------------------------*/
  .team-box {
    width: calc(100% / 2);
  }
  /*------------------------------
    Support Service Page STYLE
    ------------------------------*/
  .programming-used-inner {
    text-align: center;
  }
  .programming-used {
    margin-bottom: 40px;
  }
  .programming-used ul {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .programming-used ul li {
    width: 100px;
    margin-bottom: 8px;
  }
  .explore-tab ul li {
    padding: 10px 5px;
    display: block;
  }
  .explore-tab ul li:last-child {
    padding-bottom: 0;
  }
  .charting-reporting .house-team {
    margin-bottom: 30px;
  }
  .programming-process-box {
    padding-top: 30px;
  }
  .process-box {
    margin-bottom: 30px;
  }
  .process-number {
    height: 80px;
    width: 80px;
    font-size: 25px;
  }
  .process-content {
    width: calc(100% - 80px);
  }
  .process-icon img {
    max-height: 35px;
  }
  .process-icon {
    margin-bottom: 5px;
  }
  /*------------------------------
    Research Domains Page STYLE
    ------------------------------*/
  .expertise-include-box {
    margin-top: 30px;
  }
  .expertise-include-box:nth-child(3) {
    margin-top: 30px;
  }
  .expertise-include-box:nth-child(2) {
    margin-top: 30px;
  }
  .expertise-content {
    margin-top: 10px;
  }
  /*------------------------------
        Cases Page STYLE
    ------------------------------*/
  .cases-listing {
    padding-top: 10px;
  }
  .grid-box-in {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  .grid-box-in .cases-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .grid-box-in .cases-img img {
    width: unset;
  }
  .grid-box-in .cases-overly {
    max-width: 380px;
  }
  /*------------------------------
        Cases Detail Page STYLE
    ------------------------------*/
  .business-goals-img .image-redius {
    border-radius: 20px;
  }
  .cases-detail-main {
    padding-top: 10px;
  }
  .cases-box {
    margin: 0;
    padding: 20px 0px;
  }
  .cases-left {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .cases-right {
    width: 100%;
    padding: 0;
  }
  .cases-detail {
    margin-top: 40px;
    padding-top: 30px;
  }
  .business-goals-content {
    margin-top: 50px;
  }
  #recaptcha-demo {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    max-width: 305px;
  }
  .contact-us-captha .form-group {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    max-width: 275px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  /*------------------------------
        CSR Page STYLE
    ------------------------------*/
  .green-initiatives-inner .section-title:before {
    content: unset;
  }
  .green-initiatives {
    padding-top: 0px;
  }
  .green-initiatives-inner {
    padding: 15px 15px;
  }
  .green-initiatives .section-headding {
    margin-bottom: 30px;
  }
  .green-full-slider .owl-nav button.owl-prev:before {
    font-size: 20px;
    top: -6px;
    left: 6px;
  }
  .green-full-slider .owl-nav button.owl-prev {
    left: 5px !important;
  }
  .green-full-slider .owl-nav button {
    width: 25px;
    height: 25px;
    border: 2px solid #fff !important;
  }
  .green-full-slider .owl-nav button.owl-next {
    right: 5px;
  }
  .green-full-slider .owl-nav button.owl-next:before {
    font-size: 20px;
    top: -6px;
    left: 8px;
  }
  .green-thum-slider {
    display: none !important;
  }
  .research-solutions-new .solution-list .w_20 {
    width: 100% !important;
  }
  .research-solutions-new .solution-list .w_30 {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .service-tab .nav-tabs .nav-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .service-tab .nav-tabs .nav-item .nav-link:before {
    content: unset;
  }
  .srvice-tab-content {
    margin-top: -40px;
  }
  .research-img .image-overlay {
    border-radius: 20px;
  }
  .image-overlay {
    border-radius: 20px;
  }
}
/*# sourceMappingURL=style.css.map */