/*
Theme Name: Meipaly
Theme URI: http://layerdrops.com/
Author: Layerdrops
Author URI: http://layerdrops.com/
Description: Meipaly - Fine One Page Parallax HTML5 Responsive Template
Version: 1.0
License:
License URI:
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Font Settings
2. Typography Settings
3. Section Title Settings
4. Button Settings
5. Section Settings
*/

/*------------------------------------------------------------------------------
/ 1. Font Settings
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

body,
html {
  margin: 0;
  padding: 0;
}
body {
  line-height: 32px;
  color: #818181;
  letter-spacing: 0.64px;
  font-size: 16px;
  /* font-family: 'Oswald', sans-serif; */
  font-family: "Open Sans", sans-serif;

  font-weight: 400;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  /* overflow: hidden; */
}

/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 h6 {
  color: #000000;
  font-weight: 400;
  margin: 0 0 15px;
}
h2 {
  font-weight: bold !important;
}
a {
  color: #000;
  text-decoration: none;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
a:focus {
  color: #000;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/
.noPadding {
  padding: 0;
}
.noPaddingRight {
  padding-right: 0;
}
.noPaddingLeft {
  padding-right: 0;
}

/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/
.common_btn {
  border: none;
  font-size: 16px;
  font-weight: 400;
  background: #000000;
  color: #fff;
  height: 70px;
  text-transform: uppercase;
  text-align: center;
  padding: 28px 45.5px;
  display: inline-block;
  line-height: 0.8;
  letter-spacing: 1.6px;
  position: relative;
  outline: none;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.service_section .common_btn {
  border: 1px solid #fff;
  margin-top: 30px;
}
.common_btn span {
  position: relative;
  z-index: 2;
}
.common_btn:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.common_btn:hover:after {
  width: 100%;
}
.common_btn:hover {
  color: #000;
}
.common_btn.red_bg {
  padding: 28px 40.5px;
}
.common_btn.red_bg:after {
  background: #e62b4a;
}
.common_btn.red_bg:hover:after {
  width: 100%;
}
.common_btn.red_bg:hover {
  color: #fff;
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.commonSection {
  padding: 120px 0;
  position: relative;
}
.commonSection.ContactPage {
  padding: 120px 0 40px 0;
  position: relative;
}

.commonSection .container {
  position: relative;
  z-index: 10;
}
.grays {
  background: #f5f6fa;
}
.sub_title {
  font-size: 12px;
  line-height: 0.8;
  font-weight: 400;
  color: #818181;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.sec_title {
  font-size: 35px;
  line-height: 47px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.red_color {
  color: #e62b4a;
}
.white {
  color: #ffffff !important;
}
.sec_desc {
  margin: 0 0 54px;
}
.color_aaa {
  color: #aaaaaa;
}
.slidedownmouse {
  position: absolute;
  z-index: 999;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto !important;
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
canvas {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.25;
  z-index: 100;
}

.wrapper {
  position: absolute;
  width: 200px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #000;
}

.wrapper .loader {
  height: 100%;
  display: flex;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.wrapper .loader div {
  flex: 1;
  background: #3ac;
  -webkit-animation: go 0.8s infinite alternate ease;
  animation: go 0.8s infinite alternate ease;
  box-shadow: 0 0 20px #3ac;
}
.wrapper .loader div:nth-child(1) {
  -webkit-animation-delay: -0.72s;
  animation-delay: -0.72s;
}
.wrapper .loader div:nth-child(2) {
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s;
}
.wrapper .loader div:nth-child(3) {
  -webkit-animation-delay: -0.56s;
  animation-delay: -0.56s;
}
.wrapper .loader div:nth-child(4) {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}
.wrapper .loader div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.wrapper .loader div:nth-child(6) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.wrapper .loader div:nth-child(7) {
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}
.wrapper .loader div:nth-child(8) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.wrapper .loader div:nth-child(9) {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
}
.wrapper .loader div:nth-child(10) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes go {
  100% {
    background: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

@keyframes go {
  100% {
    background: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

.bigdatadiv {
  margin-bottom: 40px;
}
.bigdatadiv h4 {
  font-weight: 600;
}

.ab_agency3 {
  background-image: linear-gradient(to top, #005c97 0%, #363795 100%);
}
