/*
Theme Name: Saasland Child
Theme URI: https://droitthemes.com/wp/saasland-theme/demos/
Template: saasland
Author: DroitThemes
Author URI: https://themeforest.net/user/droitthemes
Description: Saasland is a creative WordPress theme for saas, software, startup, mobile app, agency and related products &amp; services. SaasLand is loaded with tons of features, elements &amp; blocks, options that give its users real flexibility to create a dynamic, professional website in no time.
Version: 1.1.5
Updated: 2021-08-12 

 */
 
 

.menu > .nav-item + li.nav-item {
    margin-left: 20px;
}
 
.breadcrumb_area {
    padding: 135px 0 55px;
}

.sec_pad {
    padding: 60px 0;
}

.elementor h2 {
    margin-bottom: 2rem;
}
 
.privacy {
    color: white;
	font-size: 14px;
	font-weight: 300;
}

.link {
	color: white;
	position: relative;
	font-weight: 600;
}

.link:hover {
	color: white;
}

.privacy .link:after {
    content: "";
    background-color: white;
    height: 1px;
    width: 0;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -2px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;	
}

.privacy .link:hover:after {
    width: 98px;
	left: 0;
    right: auto;
    bottom: -2px;
}

	
 
 label.error {
    position: absolute;
    bottom: -28px !important;
}
 
 .text_box {
    margin-bottom: 10px !important;
}
 
 
.wpcf7 form.sent .wpcf7-response-output{
	border: none;
    margin: 0;
    padding: 0;
    color: #0ff;
}
 
.wpcf7 form.invalid .wpcf7-response-output {
	color: #dc3232;
    border: none;
    padding: 0;
	margin-left: 0;
}

.wpcf7-response-output{
    padding-bottom: 10px;
}
 
 .blog_breadcrumb_area {
    height: 360px;
}


.breadcrumb_shap.drdt-ignore-dark,.post-info-comments {
    display: none;
    visibility: hidden;
}
 
section.breadcrumb_area {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
 

.img-fluid.wp-post-image {
    border-radius: 6px;
}

.wpcf7-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.wpcf7-form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}


.wpcf7-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a4bf;
  opacity: 1; /* Firefox */
}

.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a6a4bf;
}

.wpcf7-form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #a6a4bf;
}



 
 
.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-submit:hover {
    border-color: #5f54fd;
    background-color: #5f54fd;
    color: #fff;
}
 
.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control {
    height: 55px;
    line-height: 55px;
    border: 1px solid #6a6a6a;
    border-radius: 100px;
    padding: 10px 30px;
    color: #6a6a6a;
    font-size: 15px;
    width: 100%;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	font-family: Poppins, sans-serif;
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control:focus {
    border-color: #111;
    outline: none;
    color: #111;
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control {
    margin-top: 7px;
}
.dl_contact_form_wrapper.wpcf7_default label {
    font-size: 15px;
}
.dl_contact_form_wrapper.wpcf7_default textarea.wpcf7-form-control {
    min-height: 200px;
    border-radius: 6px;
	line-height: 2.5;
    padding-top: 10px
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-submit {
    background-color: transparent;
    border: 1px solid #0e4de3;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 31px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: auto;
    min-width: 160px;
    height: auto;
}
.dl_contact_form_wrapper .wpcf7_default .wpcf7-submit:hover {
    border-color: #111;
}
.dl_contact_form_wrapper.dl_cf7_form_02 {
    background: none;
}
.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-form-control {
	border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-form-control:focus {
    border: 1px solid #f2effc;
    background-color: white;
    color: #111;
}
.dl_contact_form_wrapper.dl_cf7_form_02 label {
    color: red;
    font: 400 15px/28px "Poppins", sans-serif;
	min-width: 152px;
	position: absolute;
    bottom: -28px;
}

@supports (-webkit-appearance:none) 
{
    .label.error {
       min-width: 152px;
       position: absolute;
       bottom: -28px; 

    }
	.dl_contact_form_wrapper.dl_cf7_form_02 label {
	min-width: 152px;
	position: absolute;
    bottom: -28px;
	}
}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
	.label.error {
	min-width: 152px;
	position: absolute;
	bottom: -8px !important;
	}
	.dl_contact_form_wrapper.dl_cf7_form_02 label {
	min-width: 152px;
	position: absolute;
    bottom: -8px !important;
	}
}



.dl_contact_form_wrapper.dl_cf7_form_03 {
    background-color: #ffefd9;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-form-control {
    border: 1px solid #fff;
    background-color: #fff;
    color: #6a6a6a;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-submit {

    border: 1px solid #0e4de3;
    color: #fff;
    width: 100%;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-submit:hover {
    border-color: #111;
    background-color: #111;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-form-control:focus {
    border: 1px solid rgb(17 17 17 / 39%);
    color: #111;
}


#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;
}

.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: 50px;
  line-height: 60px;
  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;
}

.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 .section_one_img {
  margin-left: 0;
  padding-top: 30px;
}

.section-2 .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-2 .section_one_img .dots {
  right: -70px;
  bottom: 200px;
}

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

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

.section-2.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: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.section-3.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: -211px;
  left: 0px;
}

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

.pp_mackbook_img .two {
  top: 230px;
  left: -30px;
}

.pp_mackbook_img .four {
  top: 222px;
  left: -178px;
}

.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-4 css ============*/
.section-4 .pp_block {
  left: 0;
  right: auto;
}

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

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

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

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

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

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

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

.section-4.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: -211px;
  left: 0px;
}

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

.pp_mackbook_img .two {
  top: 230px;
  left: -30px;
}

.pp_mackbook_img .four {
  top: 222px;
  left: -178px;
}

.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-5 css ============*/
.section-5 .pp_block {
  left: 0;
  right: auto;
}

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

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

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

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

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

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

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

.section-5.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: -211px;
  left: 0px;
}

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

.pp_mackbook_img .two {
  top: 230px;
  left: -30px;
}

.pp_mackbook_img .four {
  top: 222px;
  left: -178px;
}

.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-6 css===========*/
.section-6 .pp_block {
  right: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

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

.section-6 .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-6 .section_one_img .phon_img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

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

.section-6.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_contact_info .media{
  display: flex;
}
::placeholder {
  color: white!important;
  opacity: 1;
}
input:focus::placeholder, textarea:focus::placeholder  {
  color: #D3D3D3!important;
}
.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: 300;
  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-7 css===========*/
.section-7 .pp_block {
  right: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

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

.section-7 .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-7 .section_one_img .phon_img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

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

.section-7.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: 300;
  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-8 css===========*/
.section-8 .pp_block {
  left: 0;
  right: auto;
  top: 400px;
}

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

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

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

.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,
.pp_contact_form .text_box input[type=text],
.pp_contact_form .text_box input[type=password],
.pp_contact_form .text_box input[type=email],
.pp_contact_form .text_box input[type=tel] {
  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: 220px;
    line-height: 2.5;
    padding-top: 10px;
}

.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);
}
.pp-scrollable.section {
  min-height: 100vh;
}
.text_box .btn_scroll.btn_hover {
  font-size: 16px;
  border: 2px solid #c8c1fc;
  border-radius: 4px;
  color: #fff;
  padding: 12px 32px;
}
.text_box .btn_scroll.btn_hover:hover {
  border-color: #5f54fd;
}
.pagepiling .section-2 .scroll-wrap, .pagepiling .section-4 .scroll-wrap {
  padding-top: 150px;
}
.pp_contact_form.sent .wpcf7-response-output {
  color: #ffffff;
  margin-left: 15px;
  margin-top: 10px;
}


/**=== Responsive ===**/
@media (max-width: 1450px) {
  .section_one_img{
    margin-left: 0;
    text-align: center;
  }
  .section_one_img img{
    max-width: 80%;
    height: auto;
  }
  .section_one_img .round{
    width: 450px;
    height: 450px;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -225px;
  }
  .section-2 .section_one_img .round{
    left: 50%;
    top: 0;
    width: 400px;
    height: 400px;
    margin-left: -225px;
    transform: inherit;
    margin-top: 50px;
  }
  .section-3 .pp_mackbook_img img{
    max-width: 70%;
  }
  .section-3 .pp_mackbook_img .one {
    top: -70px;
  }
  .section-3 .pp_mackbook_img .four {
    top: 197px;
    left: -247px;
  }
  .section-4 .pp_mackbook_img img{
    max-width: 70%;
  }
  .section-4 .pp_mackbook_img .one {
    top: -70px;
  }
  .section-4 .pp_mackbook_img .four {
    top: 197px;
    left: -247px;
  }
  .section-5 .pp_mackbook_img img{
    max-width: 70%;
  }
  .section-5 .pp_mackbook_img .one {
    top: -70px;
  }
  .section-5 .pp_mackbook_img .four {
    top: 197px;
    left: -247px;
  }
  .pp_mackbook_img .two {
    top: 254px;
    left: 31px;
  }
  .pp_mackbook_img .three {
    top: 14px;
    right: -104px;
  }
  .section-2 .scroll-wrap{
    padding-top: 160px;
    padding-bottom: 120px;
  }
  .section-2 .flex-row-reverse{
    align-items: center;
  }
  .section_one-content h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .section_one-content h2 br{
    display: none;
  }
  
  .section-6 .vertical-centred{
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section-7 .vertical-centred{
    padding-top: 160px;
    padding-bottom: 120px;
  }

}

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

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

@media (max-width: 1199px) {
  .section-1 .vertical-centred {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .section-1 .section_one-content{
    padding-top: 80px;
  }
  .section-3 .vertical-centred {
    padding-top: 120px;
  }
  .section-3 .pp_work_content{
    margin-bottom: 50px;
  }
  .section-3 .pp_mackbook_img .one {
    top: -100px;
  }
  .section-3 .pp_mackbook_img .four {
    top: 197px;
    left: -250px;
  }
  .section-3 .pp_mackbook_img img {
    max-width: 70%;
  }
  .section-4 .vertical-centred {
    padding-top: 120px;
  }
  .section-4 .pp_work_content{
    margin-bottom: 50px;
  }
  .section-4 .pp_mackbook_img .one {
    top: -100px;
  }
  .section-4 .pp_mackbook_img .four {
    top: 197px;
    left: -250px;
  }
  .section-4 .pp_mackbook_img img {
    max-width: 70%;
  }
  .section-5 .vertical-centred {
    padding-top: 120px;
  }
  .section-5 .pp_work_content{
    margin-bottom: 50px;
  }
  .section-5 .pp_mackbook_img .one {
    top: -100px;
  }
  .section-5 .pp_mackbook_img .four {
    top: 197px;
    left: -250px;
  }
  .section-5 .pp_mackbook_img img {
    max-width: 70%;
  }
  .pp_mackbook_img .three {
    op: 72px;
    right: -60px;
  }
  .pp_mackbook_img .two {
    top: 276px;
    left: -3px;
  }
  .section-6 .section_one_img .round {
    margin-top: -225px;
  }
  .section-7 .section_one_img .round {
    margin-top: -225px;
  }
  .section-8 .vertical-centred {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .section-6 .section_one_img {
    text-align: left;
  }
  .section-7 .section_one_img {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 960px;
  }
  .section-1 .vertical-centred {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .section-1 .section_one-content{
    padding-top: 80px;
  }
  .section-3 .vertical-centred {
    padding-top: 120px;
  }
  .section-3 .pp_work_content{
    margin-bottom: 50px;
  }
  .section-3 .pp_mackbook_img{
    height: 600px;
  }
  .section-3 .pp_mackbook_img .one {
    top: -146px;
    left: 155px;
  }
  .section-3 .pp_mackbook_img .four {
    top: 138px;
    left: -101px;
  }
  .section-4 .vertical-centred {
    padding-top: 120px;
  }
  .section-4 .pp_work_content{
    margin-bottom: 50px;
  }
  .section-4 .pp_mackbook_img{
    height: 600px;
  }
  .section-4 .pp_mackbook_img .one {
    top: -146px;
    left: 155px;
  }
  .section-4 .pp_mackbook_img .four {
    top: 138px;
    left: -101px;
  }
  .section-5 .vertical-centred {
    padding-top: 120px;
  }
  .section-5 .pp_work_content{
    margin-bottom: 50px;
  }
  .section-5 .pp_mackbook_img{
    height: 600px;
  }
  .section-5 .pp_mackbook_img .one {
    top: -146px;
    left: 155px;
  }
  .section-5 .pp_mackbook_img .four {
    top: 138px;
    left: -101px;
  }
  .pp_mackbook_img .three {
    top: 63px;
    right: -148px;
  }
  .pp_mackbook_img .two {
    top: 328px;
    left: 67px;
  }
  .section-6 .section_one_img .round{
    margin-top: -225px;
  }
  .section-7 .section_one_img .round{
    margin-top: -225px;
  }
}

@media (max-width: 768px) {
  .scroll-wrap {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .section-3 .pp_block {
    padding-top: 70px;
  }
  .section-3 .pp_mackbook_img .four {
    top: 164px;
    left: -81px;
  }
  .section-4 .pp_block {
    padding-top: 70px;
  }
  .section-4 .pp_mackbook_img .four {
    top: 164px;
    left: -81px;
  }
  .section-5 .pp_block {
    padding-top: 70px;
  }
  .section-5 .pp_mackbook_img .four {
    top: 164px;
    left: -81px;
  }

}

@media (max-width: 650px) {
  .section-3 .pp_work_content {
    margin-bottom: 30px;
  }
  .section-4 .pp_work_content {
    margin-bottom: 30px;
  }
  .section-5 .pp_work_content {
    margin-bottom: 30px;
  }
  .section-6 .section_one_img .round {
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
  }
  .section-7 .section_one_img .round {
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
  }
}

@media (max-width: 480px) {
  .section-3 .pp_mackbook_img img {
    max-width: 80%;
  }
  .section-3 .pp_mackbook_img {
    height: 380px;
  }
  .section-3 .pp_mackbook_img .one{
    left: 100px;
  }
  .section-3 .pp_mackbook_img .four {
    top: 195px;
    left: -96px;
  }
  .section-4 .pp_mackbook_img img {
    max-width: 80%;
  }
  .section-4 .pp_mackbook_img {
    height: 380px;
  }
  .section-4 .pp_mackbook_img .one{
    left: 100px;
  }
  .section-4 .pp_mackbook_img .four {
    top: 195px;
    left: -96px;
  }
  .section-5 .pp_mackbook_img img {
    max-width: 80%;
  }
  .section-5 .pp_mackbook_img {
    height: 380px;
  }
  .section-5 .pp_mackbook_img .one{
    left: 100px;
  }
  .section-5 .pp_mackbook_img .four {
    top: 195px;
    left: -96px;
  }
  .pp_mackbook_img .two {
    top: 335px;
    left: 35px;
  }
}

@media (max-width: 450px) {
  .pp_testimonial_info {
    padding-top: 36px;
  }
  .section-1 .section_one-content{
    padding-right: 0;
  }
  .section_one_img .round{
    width: 290px;
    height: 290px;
    margin-left: -145px;
    margin-top: -145px;
  }
  .section_one_img .dots{
    display: none;
  }
  .section-3 .pp_mackbook_img img {
    max-width: 100%;
  }
  .section-3 .pp_mackbook_img .one {
    left: 18px;
    top: -110px;
  }
  .section-3 .pp_mackbook_img .four {
    top: 125px;
    left: -214px;
  }
  .section-4 .pp_mackbook_img img {
    max-width: 100%;
  }
  .section-4 .pp_mackbook_img .one {
    left: 18px;
    top: -110px;
  }
  .section-4 .pp_mackbook_img .four {
    top: 125px;
    left: -214px;
  }
  .section-5 .pp_mackbook_img img {
    max-width: 100%;
  }
  .section-5 .pp_mackbook_img .one {
    left: 18px;
    top: -110px;
  }
  .section-5 .pp_mackbook_img .four {
    top: 125px;
    left: -214px;
  }
  .pp_mackbook_img .two {
    top: 322px;
    left: -73px;
  }
  .pp_mackbook_img .three {
    top: 95px;
    right: -178px;
  }
  .pp_contact_info .pp_contact_item .icon{
    margin-right: 15px;
	min-width: 60px;
  }
  .pp_contact_info .pp_contact_item{
    display: flex;
    padding-right: 10px;
    justify-content: flex-start;
  }
}
  .pp_contact_info .pp_contact_item .icon{
    margin-bottom: 15px;
  }
  .agency_testimonial_info .owl-prev, .agency_testimonial_info .owl-next{
    display: none;
  }
  .section_one_img img {
    max-width: 70%;
  }
  .scroll-wrap .pp_block {
    display: none;
  }
}

@media (max-width: 400px) {
  .pp_mackbook_img .two {
    top: 260px;
    left: -11px;
  }
  .pp_mackbook_img .three {
    top: 92px;
    right: -170px;
  }
  .section-3 .pp_mackbook_img .four {
    top: 126px;
    left: -114px;
  }
  .section-4 .pp_mackbook_img .four {
    top: 126px;
    left: -114px;
  }
  .section-5 .pp_mackbook_img .four {
    top: 126px;
    left: -114px;
  }
}