@font-face {
    font-family: 'notokr-thin';
    src: url('../../css/fonts/NotoKR-Thin/notokr-thin.eot');
    src: url('../../css/fonts/NotoKR-Thin/notokr-thin.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/NotoKR-Thin/notokr-thin.woff2') format('woff2'),
         url('../../css/fonts/NotoKR-Thin/notokr-thin.woff') format('woff'),
         url('../../css/fonts/NotoKR-Thin/notokr-thin.ttf') format('truetype'),
         url('../../css/fonts/NotoKR-Thin/notokr-thin.svg#notokr-thin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-regular';
    src: url('../../css/fonts/NotoKR-Regular/notokr-regular.eot');
    src: url('../../css/fonts/NotoKR-Regular/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/NotoKR-Regular/notokr-regular.woff2') format('woff2'),
         url('../../css/fonts/NotoKR-Regular/notokr-regular.woff') format('woff'),
         url('../../css/fonts/NotoKR-Regular/notokr-regular.ttf') format('truetype'),
         url('../../css/fonts/NotoKR-Regular/notokr-regular.svg#notokr-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-light';
    src: url('../../css/fonts/NotoKR-Light/notokr-light.eot');
    src: url('../../css/fonts/NotoKR-Light/notokr-light.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/NotoKR-Light/notokr-light.woff2') format('woff2'),
         url('../../css/fonts/NotoKR-Light/notokr-light.woff') format('woff'),
         url('../../css/fonts/NotoKR-Light/notokr-light.ttf') format('truetype'),
         url('../../css/fonts/NotoKR-Light/notokr-light.svg#notokr-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-demilight';
    src: url('../../css/fonts/NotoKR-DemiLight/notokr-demilight.eot');
    src: url('../../css/fonts/NotoKR-DemiLight/notokr-demilight.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/NotoKR-DemiLight/notokr-demilight.woff2') format('woff2'),
         url('../../css/fonts/NotoKR-DemiLight/notokr-demilight.woff') format('woff'),
         url('../../css/fonts/NotoKR-DemiLight/notokr-demilight.ttf') format('truetype'),
         url('../../css/fonts/NotoKR-DemiLight/notokr-demilight.svg#notokr-demilight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-medium';
    src: url('../../css/fonts/NotoKR-Medium/notokr-medium.eot');
    src: url('../../css/fonts/NotoKR-Medium/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/NotoKR-Medium/notokr-medium.woff2') format('woff2'),
         url('../../css/fonts/NotoKR-Medium/notokr-medium.woff') format('woff'),
         url('../../css/fonts/NotoKR-Medium/notokr-medium.ttf') format('truetype'),
         url('../../css/fonts/NotoKR-Medium/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-bold';
    src: url('../../css/fonts/NotoKR-Bold/notokr-bold.eot');
    src: url('../../css/fonts/NotoKR-Bold/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/NotoKR-Bold/notokr-bold.woff2') format('woff2'),
         url('../../css/fonts/NotoKR-Bold/notokr-bold.woff') format('woff'),
         url('../../css/fonts/NotoKR-Bold/notokr-bold.ttf') format('truetype'),
         url('../../css/fonts/NotoKR-Bold/notokr-bold.svg#notokr-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-black';
    src: url('../../css/fonts/NotoKR-Black/notokr-black.eot');
    src: url('../../css/fonts/NotoKR-Black/notokr-black.eot?#iefix') format('embedded-opentype'),
         url('../../css/fonts/NotoKR-Black/notokr-black.woff2') format('woff2'),
         url('../../css/fonts/NotoKR-Black/notokr-black.woff') format('woff'),
         url('../../css/fonts/NotoKR-Black/notokr-black.ttf') format('truetype'),
         url('../../css/fonts/NotoKR-Black/notokr-black.svg#notokr-black') format('svg');
    font-weight: normal;
    font-style: normal;
}
a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

i:before {
  margin-left: 0px !important;
}


.notokr-thin {font-family:"notokr-thin", sans-serif;}

#loading{
background-color: rgba(255,255,255,1);height: 100%;width: 100%;position: fixed;z-index: 999999;margin-top: 0px;top: 0px;overflow: hidden;
}


#loading-center {
width: 100%;
height: 100%;
position: relative;
}

#loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 200px;
width: 200px;
margin-top: -100px;
margin-left: -100px;
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.object {
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
position: absolute;
border-top: 5px solid #fe646c;
border-bottom: 5px solid transparent;
border-left: 5px solid #fa9ea3;
border-right: 5px solid transparent;
-webkit-animation: animate 2s infinite;
animation: animate 2s infinite;
}

#object_one {
left: 75px;
top: 75px;
width: 50px;
height: 50px;
}

#object_two {
left: 65px;
top: 65px;
width: 70px;
height: 70px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}

#object_three {
left: 50px;
top: 50px;
width: 100px;
height: 100px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}

#object_four {
left: 45px;
top: 45px;
width: 110px;
height: 110px;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
@-webkit-keyframes animate {
50% {
  -ms-transform: rotate(360deg) scale(0.8);
  -webkit-transform: rotate(360deg) scale(0.8);
  transform: rotate(360deg) scale(0.8);
}}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

body {
  font: 400 15px/28px "notokr-demilight", sans-serif;
  letter-spacing: 0px;
  color: #677294;
  padding: 0px;
  overflow-x: hidden;
  z-index: 0;
}

.body_wrapper {
  z-index: 20;
  overflow: hidden;
}

a, .btn, button {
  text-decoration: none;
  outline: none;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.seo_sec_title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #263b5e;
  margin-bottom: 15px;
}

.seo_sec_title p {
  font-size: 16px;
  font-weight: 300;
  color: #6a7695;
  margin-bottom: 0;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.container.custom_container {
  max-width: 1520px;
}

.f_size_70 {
  font-size: 70px;
}
.f_size_60 {
  font-size: 60px;
}

.f_size_50 {
  font-size: 50px;
}

.f_size_40 {
  font-size: 40px;
}

.f_size_30 {
  font-size: 30px;
}

.f_size_28 {
  font-size: 28px;
}

.f_size_22 {
  font-size: 22px;
}

.f_size_24 {
  font-size: 24px;
}

.f_size_20 {
  font-size: 20px;
}

.f_size_18 {
  font-size: 18px;
}

.f_size_16 {
  font-size: 16px;
}

.f_size_15 {
  font-size: 15px;
}

.l_height60 {
  line-height: 60px;
}

.l_height50 {
  line-height: 50px;
}

.l_height45 {
  line-height: 45px;
}

.l_height40 {
  line-height: 40px;
}

.l_height30 {
  line-height: 30px;
}

.l_height34 {
  line-height: 34px;
}

.l_height28 {
  line-height: 28px;
}

.f_p {
  font-family: "notokr-demilight", sans-serif;
}

/*=========== font-weight ==============*/
.f_300 {
  font-weight: 300;
}

.f_400 {
  font-weight: 400;
}

.f_500 {
  font-weight: 500;
}

.f_600 {
  font-weight: 600;
}

.f_700 {
  font-weight: 700;
}

.f_900 {
  font-weight: 900;
}

.t_color {
  color: #051441;
}

.w_color {
  color: #fff;
}

.t_color2 {
  color: #3f4451;
}

.t_color3 {
  color: #222d39;
}

.d_p_color {
  color: #bdbed6;
}

.bg_color {
  background: #fbfbfd;
}

.dk_bg_one {
  background: #090a21;
}

.dk_bg_two {
  background: #0f1029;
}

.seo_title_color {
  color: #263b5e;
}

.mt_60 {
  margin-top: 60px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_130 {
  margin-top: 130px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_30 {
  margin-bottom: -30px;
}

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

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

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

.mb_60 {
  margin-bottom: 60px;
}

.mb_90 {
  margin-bottom: 90px;
}

.pl_20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_100 {
  padding-left: 100px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_120 {
  padding-left: 120px;
}

.pr_100 {
  padding-right: 100px;
}

.pr_120 {
  padding-right: 120px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_20 {
  padding-right: 20px;
}

.pt_150 {
  padding-top: 150px;
}

.pt_120 {
  padding-top: 40px;
}

.sec_pad {
  padding: 120px 0px;
}

/*====================================================*/
/*====================================================*/
.btn_hover {
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  font-family: "notokr-demilight", sans-serif;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn_hover:hover {
  color: #fff;
}

.btn_get {
  font: 500 14px/47px "notokr-demilight", sans-serif;
  color: #6754e2;
  border: 2px solid #ccc5fa;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
  padding: 0px 23px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 120px;
  text-align: center;
}

.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_get_two {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.price_btn {
  font: 500 15px/53px "notokr-demilight", sans-serif;
  color: #6754e2;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 0px 25px;
  display: inline-block;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.price_btn:hover {
  color: #fff;
}

.slider_btn {
  font: 500 14px/20px "notokr-demilight", sans-serif;
  border-radius: 45px;
  padding: 15px 35px;
  background: #fff;
}

.slider_btn:hover {
  color: #fff;
}

.btn_three {
  font: 500 14px "notokr-demilight", sans-serif;
  color: #fff;
  background: #7444fd;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #7444fd;
  margin-top: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}

.btn_three:hover {
  color: #7444fd;
  background: transparent;
}


.btn_six {
  color: #fff;
  background: #17c7bd;
}

.btn_six:hover {
  background: #ebfaf9;
  color: #17c7bd;
}

/*====================================================*/
/*====================================================*/
#pp-nav {
  right: 45px;
}

#pp-nav li {
  margin: 4px;
}

#pp-nav li a span {
  background: #decbfe;
  border: 0px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#pp-nav li a.active span {
  background: #fff;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.pagepiling .scroll-wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height:0;
}

.pagepiling .scroll-wrap .scrollable-content {
  width: 100%;
}

.p-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.pp-scrollable.section {
  overflow-x: hidden;
}

.section-1 .pp_triangle {
  top: 150px;
  left: 52%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-1 .pp_snak {
  bottom: 50px;
  right: 100px;
  -webkit-animation: slideInnew3 4s both alternate infinite;
  animation: slideInnew3 4s both alternate infinite;
}

.section-1.active .section_one_img img {
  -webkit-animation: fadeInLeft 1s both 0.8s;
  animation: fadeInLeft 1s both 0.8s;
}

.section-1.active .section_one_img .dots {
  -webkit-animation: fadeInUp 1s both 1s;
  animation: fadeInUp 1s both 1s;
}

.pp_triangle {
  -webkit-animation: spinnerRotateone 6s both alternate infinite;
  animation: spinnerRotateone 6s both alternate infinite;
}

.p_absoulte {
  position: absolute;
}

.round_line {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  opacity: 0.2;
  z-index: 0;
}

.round_line.one {
  top: -230px;
  right: -50px;
}

.round_line.two {
  top: -430px;
  right: -500px;
}

.round_line.three {
  bottom: -188px;
  left: -50px;
}

.round_line.four {
  bottom: -450px;
  left: -80px;
}

.round_line.two, .round_line.four {
  width: 800px;
  height: 800px;
}

.active .round {
  -webkit-animation: zoomIn 0.7s both 0.4s;
  animation: zoomIn 0.7s both 0.4s;
}

.active .round_line.two {
  -webkit-animation: fadeInDown2 1s both 1.4s;
  animation: fadeInDown2 1s both 1.4s;
}

.active .round_line.one {
  -webkit-animation: fadeInDown2 1s both 1s;
  animation: fadeInDown2 1s both 1s;
}

.active .round_line.three {
  -webkit-animation: fadeInUp2 1s both 1.4s;
  animation: fadeInUp2 1s both 1.4s;
}

.active .round_line.four {
  -webkit-animation: fadeInUp2 1s both 1s;
  animation: fadeInUp2 1s both 1s;
}

.active .pp_sec_title h3 {
  -webkit-animation: fadeInUp .9s both 0.6s;
  animation: fadeInUp .9s both 0.6s;
}

.active .pp_sec_title h2 {
  -webkit-animation: fadeInUp .9s both 0.8s;
  animation: fadeInUp .9s both 0.8s;
}

.pp_block {
  right: 0;
  top: 177px;
}

.section_one_img {
  margin-left: -180px;
  position: relative;
  z-index: 1;
}

.section_one_img img {
  -webkit-animation: fade .9s both;
  animation: fade .9s both;
}

.section_one_img .round {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-140deg, #fae679 0%, #6ce987 100%);
  background-image: -webkit-linear-gradient(-140deg, #fae679 0%, #6ce987 100%);
  background-image: -ms-linear-gradient(-140deg, #fae679 0%, #6ce987 100%);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
  position: absolute;
  top: -60px;
  z-index: -2;
}

.section_one_img .dots {
  position: absolute;
  bottom: 0;
  right: 35px;
  z-index: -1;
}



.section_one-content {
  padding-right: 100px;
}

.section_one-content h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 40px;
}

.section_one-content h2 span {
  font-weight: 700;
}

.btn_scroll {
  font-size: 16px;
  color: #fff;
  border: 2px solid #c8c1fc;
  padding: 9px 32px;
  border-radius: 4px;
  display: inline-block;
webkit-box-shadow: 0px 20px 50px 0px rgb(14 6 134 / 20%);
    box-shadow: 0px 20px 50px 0px rgb(14 6 134 / 20%);
}




.btn_scroll:hover {
  background: #5f54fd;
  border-color: #5f54fd;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
  box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
  color: #fff;
}

/*=========== section-2 css ============*/
.section-2 .pp_block {
  left: 0;
  right: auto;
}

.section-2.active .pp_mackbook_img .one {
  -webkit-animation: slideInnew3 .9s both 1s;
  animation: slideInnew3 .9s both 1s;
}

.section-2.active .pp_mackbook_img .two {
  -webkit-animation: slideInnew3 .9s both 1.2s;
  animation: slideInnew3 .9s both 1.2s;
}

.section-2.active .pp_mackbook_img .three {
  -webkit-animation: slideInnew3 .9s both 1.4s;
  animation: slideInnew3 .9s both 1.4s;
}

.section-2.active .pp_mackbook_img .four {
  -webkit-animation: slideInnew3 .9s both 1.4s;
  animation: slideInnew3 .9s both 1.4s;
}

.section-2.active .pp_work_content h3 {
  -webkit-animation: fadeInUp .9s both 1.4s;
  animation: fadeInUp .9s both 1.4s;
}

.section-2.active .pp_work_content h2 {
  -webkit-animation: fadeInUp .9s both 1.6s;
  animation: fadeInUp .9s both 1.6s;
}

.section-2.active .pp_work_content p {
  -webkit-animation: fadeInUp .9s both 1.75s;
  animation: fadeInUp .9s both 1.75s;
}

.section-2.active .pp_work_content a {
  -webkit-animation: fadeInUp .9s both 1.95s;
  animation: fadeInUp .9s both 1.95s;
}

.pp_mackbook_img {
  height: 100%;
  position: relative;
}

.pp_mackbook_img .round {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(50deg, #fae679 0%, #f364eb 100%);
  background-image: -webkit-linear-gradient(50deg, #fae679 0%, #f364eb 100%);
  background-image: -ms-linear-gradient(50deg, #fae679 0%, #f364eb 100%);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
  position: absolute;
  top: -20px;
  right: -161px;
}

.pp_mackbook_img .one {
  top: -250px;
  left: 0px;
}

.pp_mackbook_img .three {
  top: -203px;
  right: -360px;
}

.pp_mackbook_img .two {
  top: 130px;
  left: 130px;
}

.pp_mackbook_img .four {
  top: 70px;
  left: 0px;
}

.pp_work_content .pp_sec_title {
  margin-bottom: 20px;
}

.pp_work_content h3, .pp_work_content h2 {
  -webkit-animation: fade .9s both;
  animation: fade .9s both;
}

.pp_work_content p {
  color: #fff;
  margin-bottom: 40px;
  -webkit-animation: fade .9s both;
  animation: fade .9s both;
}

.pp_work_content .btn_scroll {
  /*background: #5f54fd;
  border-color: #5f54fd;*/
  -webkit-box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
  box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
}

.pp_work_content .btn_scroll:hover {
  background: #5f54fd;
  border-color: #5f54fd;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
  box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*=========== section-3 css ============*/
.section-3 .section_one_img {
  margin-left: 0;
  padding-top: 30px;
}

.section-3 .section_one_img .round {
  top: 45%;
  margin-top: -250px;
  background-image: -moz-linear-gradient(-120deg, #a679fa 0%, #ff6bb8 100%);
  background-image: -webkit-linear-gradient(-120deg, #a679fa 0%, #ff6bb8 100%);
  background-image: -ms-linear-gradient(-120deg, #a679fa 0%, #ff6bb8 100%);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
  width: 500px;
  height: 500px;
}

.section-3 .section_one_img .dots {
  right: -70px;
  bottom: 200px;
}

.section-3.active .pp_features_item {
  -webkit-animation: fadeInUp .9s both 0.9s;
  animation: fadeInUp .9s both 0.9s;
}

.section-3.active .section_one_img .round {
  -webkit-animation: zoomIn .9s both 1s;
  animation: zoomIn .9s both 1s;
}

.section-3.active .section_one_img img {
  -webkit-animation: fadeInUp .9s both 1.5s;
  animation: fadeInUp .9s both 1.5s;
}

.pp_sec_title h3, .pp_sec_title h2 {
  color: #fff;
}

.pp_sec_title h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 5px;
}

.pp_features_info .row {
  margin-top: -70px;
}

.pp_features_item {
  padding-right: 80px;
  margin-top: 70px;
}

.pp_features_item .icon {
  width: 70px;
  height: 60px;
  border-radius: 4px;
  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;
  /*background: #fff;*/
  margin-bottom: 38px;
  /*-webkit-box-shadow: 0px 20px 50px 0px rgba(10, 5, 75, 0.12);
  box-shadow: 0px 20px 50px 0px rgba(10, 5, 75, 0.12);*/
}

.pp_features_item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

.pp_features_item p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

/*============ section-4 css===========*/
.section-4 .pp_block {
  right: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-4 .pp_triangle {
  bottom: 50px;
  right: 80px;
  left: auto;
}

.section-4 .round_line.three {
  left: auto;
  right: 70px;
  bottom: -350px;
}

.section-4 .round_line.four {
  left: auto;
  right: -150px;
  bottom: -600px;
}

.section-4 .section_one_img .round {
  top: 50%;
  margin-top: -250px;
  width: 500px;
  height: 500px;
  left: -15px;
  background-image: -moz-linear-gradient(-120deg, #fae679 0%, #f364eb 100%);
  background-image: -webkit-linear-gradient(-120deg, #fae679 0%, #f364eb 100%);
  background-image: -ms-linear-gradient(-120deg, #fae679 0%, #f364eb 100%);
}

.section-4 .section_one_img .phon_img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.section-4.active .section_one_img img {
  -webkit-animation: fadeInUp .9s both 1s;
  animation: fadeInUp .9s both 1s;
}

.section-4.active .section_one_img .phon_img {
  -webkit-animation: fadeIn .9s both 1.5s;
  animation: fadeIn .9s both 1.5s;
}

.pp_testimonial_info .pp_testimonial_slider {
  margin-bottom: -35px;
}

.pp_testimonial_info .pp_testimonial_slider .item {
  margin-bottom: 35px;
  padding-left: 12px;
}

.pp_testimonial_info .pp_testimonial_slider .item .media .img {
  border-radius: 50%;
  background-color: #efeaf1;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 5, 75, 0.14);
  box-shadow: 0px 10px 20px 0px rgba(10, 5, 75, 0.14);
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 30px;
}

.pp_testimonial_info .pp_testimonial_slider .item .media .media-body h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}

.pp_testimonial_info .pp_testimonial_slider .item .media .media-body .author_ratting h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.pp_testimonial_info .pp_testimonial_slider .item .media .media-body .author_ratting .rating i {
  font-size: 16px;
  color: #fcf925;
}

.pp_testimonial_info .pp_testimonial_slider .item:focus {
  outline: none;
}

.pp_testimonial_info .slider_nav {
  padding-left: 80px;
  padding-top: 40px;
}

.pp_testimonial_info .slider_nav i {
  font-size: 34px;
  color: #fff;
  opacity: 0.70;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}

.pp_testimonial_info .slider_nav i:hover {
  opacity: 1;
}

.t_left {
  left: 60px;
  bottom: 120px;
}

/*============ section-5 css===========*/
.section-5 .pp_block {
  left: 0;
  right: auto;
  top: 400px;
}

.pp_contact_info .pp_contact_item {
  padding-right: 100px;
  margin-bottom: 30px;
}

.pp_contact_info .pp_contact_item .icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  /*background: #fff;*/
  border-radius: 3px;
  display: block;
  margin-right: 40px;
}

.pp_contact_info .pp_contact_item .mmedia-body {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}

.pp_contact_info .pp_contact_item .mmedia-body a {
  color: #fff;
  display: block;
}

.pp_contact_form .text_box {
  margin-bottom: 20px;
}

.pp_contact_form .text_box input, .pp_contact_form .text_box textarea {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pp_contact_form .text_box input.placeholder, .pp_contact_form .text_box textarea.placeholder {
  color: #fff;
}

.pp_contact_form .text_box input:-moz-placeholder, .pp_contact_form .text_box textarea:-moz-placeholder {
  color: #fff;
}

.pp_contact_form .text_box input::-moz-placeholder, .pp_contact_form .text_box textarea::-moz-placeholder {
  color: #fff;
}

.pp_contact_form .text_box input::-webkit-input-placeholder, .pp_contact_form .text_box textarea::-webkit-input-placeholder {
  color: #fff;
}

.pp_contact_form .text_box input:focus, .pp_contact_form .text_box textarea:focus {
  background: #fff;
  color: #101010;
}

.pp_contact_form .text_box input:focus.placeholder, .pp_contact_form .text_box textarea:focus.placeholder {
  color: #a6a4bf;
}

.pp_contact_form .text_box input:focus:-moz-placeholder, .pp_contact_form .text_box textarea:focus:-moz-placeholder {
  color: #a6a4bf;
}

.pp_contact_form .text_box input:focus::-moz-placeholder, .pp_contact_form .text_box textarea:focus::-moz-placeholder {
  color: #a6a4bf;
}

.pp_contact_form .text_box input:focus::-webkit-input-placeholder, .pp_contact_form .text_box textarea:focus::-webkit-input-placeholder {
  color: #a6a4bf;
}

.pp_contact_form .text_box textarea {
  height: 150px;
  padding-top: 0px;
}

.pp_contact_form .btn_scroll {
  background: transparent;
}

.pp_contact_form .btn_scroll:hover {
  background: #5f54fd;
  border-color: #5f54fd;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
  box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
}


