/*----------------------------------------------------

@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ home-one
05/ home-three
06/ multiscroll
07/ breadcrumb
08/ service
09/ portfolio
10/ blog
11/ contact 
12/ footer 


=====================================================================*/
/*----------------------------------------------------*/
/*Reset style theme*/
/*=================== fonts ====================*/

@import 'InnovacionFullpage.css';

@media (min-width: 768px){
.section {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
}

.ico-play-vimeo{ width: 100%}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

html {
  height: 100%;
  overflow-x: hidden;
}



:focus {
  outline: none;
}



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

button:focus {
  outline: none;
}

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

.body_wrapper {
  overflow: hidden;
}

.s_section_title {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}

.sec_title {
  margin-bottom: 80px;
}
.sec_title .s_section_title {
  color: #000000;
  margin-bottom: 13px;
}
.sec_title p {
  font-size: 20px;
  color: #777777;
  margin-bottom: 0;
}

.sec_pad {
  padding: 100px 0px;
}


/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ header_area_one css ============*/

.h_contact_info a {
  font-size: 12px;
  line-height: 13px;
  display: inline-block;
  letter-spacing: 1.3px;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin-left: 25px;
}
.h_contact_info a + a:before {
  content: "/";
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 25px;
}

.m_p {
  padding: 50px 25px;
}



/*============ header_area_one css ============*/


/*---------------------------------------------------- */
/*----------------------------------------------------*/
.wave_one_section_one {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #af52ed 0%, #8830df 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #af52ed 0%, #8830df 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #af52ed 0%, #8830df 100%);
  position: relative;
}
.wave_one_section_one.active .w_content h2 {
  animation: fadeInUp 0.9s both 0.7s;
}
.wave_one_section_one.active .w_content .circle_line {
  animation: zoomIn 0.9s both 0.5s;
}
.wave_one_section_one.active .w_img_one img {
  animation: zoomIn 0.9s both 0.9s;
}

.w_content {
  position: relative;
}
.w_content h2 {
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
}
.w_content .circle_line {
  position: absolute;
  left: -150px;
  top: -130px;
}

.w_content, .w_content_two {
  color: #fff;
}

.t_first {
  left: 80px;
  top: 275px;
}

.t_two {
  right: 220px;
  bottom: 185px;
}

.t_three {
  bottom: -150px;
  left: 90px;
}

.t_four {
  top: 110px;
  left: 50%;
  transform: translateX(60%);
}

.t_five {
  bottom: 210px;
  left: 42%;
  transform: translateX(50%);
}

.s_round {
  border-radius: 50%;
  background: #fff;
  opacity: 0.078;
}
.s_round.r_one {
  width: 369px;
  height: 369px;
  bottom: 120px;
  left: -100px;
}
.s_round.r_two {
  width: 120px;
  height: 120px;
  top: 120px;
  right: 320px;
}
.s_round.r_three {
  width: 60px;
  height: 60px;
  top: 70px;
  right: 270px;
}

.p_absoulte {
  position: absolute;
}

.wave_one_section_two {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #fe8392 0%, #fc4057 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #fe8392 0%, #fc4057 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #fe8392 0%, #fc4057 100%);
}
.wave_one_section_two .round {
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.1;
  top: -30px;
  left: 70px;
  animation: fade 0.9s both;
}
.wave_one_section_two .w_img_one img {
  animation: fadeOut 0.9s both;
}
.wave_one_section_two.active .s_round.r_one {
  animation: zoomIn 0.7s both 0.3s;
}
.wave_one_section_two.active .round {
  animation: zoomIn 0.9s both 0.5s;
}
.wave_one_section_two.active .w_img_one img {
  animation: fadeInRight 0.9s both 1s;
}
.wave_one_section_two.active .w_content_two h2 {
  animation: fadeInUp 0.9s both 1s;
}
.wave_one_section_two.active .w_content_two p {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_one_section_two.active .w_content_two .p_btn {
  animation: fadeInUp 0.9s both 1.4s;
}

.w_content_two {
  position: relative;
}
.w_content_two h2 {
  font-size: 80px;
  margin-bottom: 15px;
  color: #fff;
}
.w_content_two p {
  margin-bottom: 35px;
  color: #fff;
}
.p_btn {
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 11px 53px 10px;
  transition: all 0.3s linear;
}
.p_btn:hover {
  background: #fff;
  color: #000000;
}

.g_hover {
  background-image: linear-gradient(to Left, #7a51ed, #4931e6, #4931e6, #7a51ed);
  transition: all 0.5s ease-in-out;
  background-size: 200% 100%;
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 11px 53px 10px;
}
.g_hover:hover {
  background-position: 160% 50%;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.wave_one_section_three {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  position: relative;
}
.wave_one_section_three .w_content_two {
  z-index: 1;
}
.wave_one_section_three .w_content_two:before {
  content: "";
  background: url("../img/home_one/dot.png") no-repeat scroll center left;
  position: absolute;
  top: -45px;
  left: -60px;
  width: 157px;
  height: 248px;
  z-index: -1;
}
.wave_one_section_three.active .w_phone_img .p_one {
  animation: fadeInLeft 0.9s both 0.5s;
}
.wave_one_section_three.active .w_phone_img .p_two {
  animation: slideInLeft 0.9s both 1s;
}

.w_phone_img {
  position: relative;
  text-align: center;
  z-index: 1;
}
.w_phone_img .dot {
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.w_phone_img .p_two {
  bottom: 5px;
  right: 0;
  z-index: -1;
  animation: fadeOut 0.9s both;
}

.wave_one_section_four {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #e6a24e 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #e6a24e 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #e6a24e 100%);
}
.wave_one_section_four.active .img_screen.one {
  animation: translateD1 0.9s both 0.5s;
}
.wave_one_section_four.active .img_screen.two {
  animation: translateD 0.9s both 1s;
}
.wave_one_section_four.active .img_screen.three {
  animation: translateDT 0.9s both 1.3s;
}
.wave_one_section_four.active .img_four {
  animation: fadeInUp 0.9s both 1.6s;
}
.wave_one_section_four .t_two {
  right: 198px;
  bottom: 281px;
}
.wave_one_section_four .w_content_two h2, .wave_one_section_four .w_content_two p, .wave_one_section_four .w_content_two .p_btn {
  animation: fadeOut 0.4s both;
}

.w_mockup_img {
  position: relative;
  text-align: center;
}
.w_mockup_img:before {
  content: "";
  background: url("../img/home_one/shap_circle.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -70px;
  right: -170px;
}
.w_mockup_img .img_screen {
  display: inline-block;
  position: relative;
  transform: rotate(-18deg);
}
.w_mockup_img .img_screen img {
  box-shadow: 0px 10px 40px 0px rgba(12, 0, 46, 0.15);
}
.w_mockup_img .img_screen.three, .w_mockup_img .img_screen.two {
  position: absolute;
}
.w_mockup_img .img_screen.one {
  animation: fadeOut 0.9s both;
}
.w_mockup_img .img_screen.three {
  z-index: 1;
  left: 100px;
  top: 0;
  transform: rotate(-5deg);
  animation: fadeOut 0.9s both;
}
.w_mockup_img .img_screen.two {
  z-index: 0;
  left: 70px;
  top: -5px;
  transform: rotate(-12deg);
  animation: fadeOut 0.9s both;
}
.w_mockup_img .img_four {
  border-radius: 5px;
  max-width: 100%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: -80px;
  top: 105px;
  z-index: 1;
  animation: fadeOut 0.9s both;
}

.w_footer_area {
  background: url("../img/home_one/footer_bg.jpg") no-repeat scroll center 0/cover;
  padding: 100px 0px 120px;
}

.footer_text {
  text-align: center;
  color: #fff;
}
.footer_text h3 {
  font-size: 36px;
  margin-bottom: 35px;
  color: #fff;
}
.footer_text .subscribe_info {
  max-width: 550px;
  margin: 0 auto 50px;
  position: relative;
}
.footer_text .subscribe_info .form-control {
  background: rgba(255, 255, 255, 0.25);
  height: 50px;
  font-size: 14px;
  color: #fff;
  border-radius: 0px;
  border: 0px;
  padding-left: 20px;
}
.footer_text .subscribe_info .form-control.placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control:-moz-placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control::-moz-placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control::-webkit-input-placeholder {
  color: #fff;
}
.footer_text .subscribe_info .form-control:focus {
  box-shadow: none;
}
.footer_text .subscribe_info button {
  position: absolute;
  right: 20px;
  top: 54%;
  padding: 0px;
  border: 0px;
  transform: translateY(-52%);
  font-size: 22px;
  color: #fff;
}
.footer_text .social_link {
  margin-bottom: 32px;
}
.footer_text .social_link li + li {
  margin-left: 12px;
}
.footer_text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 28px;
}
.footer_text p a {
  color: #fff;
  text-decoration: underline;
}

.social_link {
  margin-bottom: 0px;
}
.social_link li {
  display: inline-block;
}
.social_link li a {
  display: inline-block;
  font-size: 20px;
  color: #929197;
  transition: all 0.5s;
  width: 25px;
  height: 22px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.social_link li a i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.social_link li a i + i {
  top: 100%;
}
.social_link li a:hover i {
  top: -100%;
  color: #fff;
}
.social_link li a:hover i + i {
  top: 0;
}
.social_link li + li {
  margin-left: 10px;
}

.wave_one_section_two.active .w_content_two h2, .wave_one_section_three.active .w_content_two h2, .wave_one_section_four.active .w_content_two h2 {
  animation: fadeInUp 0.9s both 1s;
}
.wave_one_section_two.active .w_content_two p, .wave_one_section_three.active .w_content_two p, .wave_one_section_four.active .w_content_two p {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_one_section_two.active .w_content_two .p_btn, .wave_one_section_three.active .w_content_two .p_btn, .wave_one_section_four.active .w_content_two .p_btn {
  animation: fadeInUp 0.9s both 1.4s;
}

.home_one #fp-nav {
  right: 50px;
  transform: translateY(-50%);
  margin-top: 0 !important;
}
.home_one #fp-nav li {
  height: auto !important;
  margin: 0px !important;
  width: 1px !important;
}
.home_one #fp-nav li a {
  height: 85px !important;
  width: 1px !important;
  background: #fff;
  opacity: 0.2;
  padding: 0px;
  margin: 0px !important;
  transition: opacity 0.5s;
}
.home_one #fp-nav li a span, .home_one #fp-nav li a:before, .home_one #fp-nav li a:after {
  display: none;
}
.home_one #fp-nav li a.active {
  opacity: 1;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== wave_two_section_one css =============*/
.wave_two_section_one {
  background: url("../img/home_three/first_banner.jpg") no-repeat scroll center 0/cover;
  position: relative;
}
.wave_two_section_one .t_two {
  bottom: 100px;
  right: 600px;
}
.wave_two_section_one .t_three {
  right: 150px;
  left: auto;
  top: 250px;
}
.wave_two_section_one.active .w_content h2 {
  animation: fadeInUp 0.9s both 0.7s;
}
.wave_two_section_one.active .w_content .circle_line {
  animation: zoomIn 0.9s both 0.5s;
}
.wave_two_section_one.active .w_img_table .table_img {
  animation: fadeInUp 0.9s both 0.7s;
}
.wave_two_section_one.active .w_img_table .first {
  animation: fadeInDown 0.9s both 1s;
}
.wave_two_section_one.active .w_img_table .two {
  animation: fadeInDown 0.9s both 1.2s;
}
.wave_two_section_one.active .w_img_table .laptop {
  animation: fadeIn 0.9s both 1.4s;
}
.wave_two_section_one.active .w_img_table .flower {
  animation: fadeInRight 0.9s both 1.2s;
}

.w_img_table {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1500px) {
  .w_img_table {
    margin-bottom: -120px;
  }
}
.w_img_table .table_img {
  position: relative;
  z-index: -1;
}
.w_img_table .first {
  left: 50%;
  top: -125px;
  margin-left: -106px;
}
.w_img_table .two {
  right: -30px;
  top: 0;
}
.w_img_table .laptop {
  left: 53%;
  margin-left: -72px;
  top: 88px;
  z-index: 0;
}
.w_img_table .flower {
  right: -50px;
  bottom: 40px;
}

#fp-nav {
  right: 50px;
}
#fp-nav ul li {
  width: auto !important;
  height: auto !important;
  margin: 0px 0px 10px;
}
#fp-nav ul li a {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
#fp-nav ul li a:before {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#fp-nav ul li a:after {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  transform: scale(0.7);
  transition: all 0.5s;
  opacity: 0;
}
#fp-nav ul li a span {
  display: none;
}
#fp-nav ul li a.active:before {
  background: #fff;
}
#fp-nav ul li a.active:after {
  transform: scale(1);
  opacity: 1;
}

.wave_two_section_two {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(11, 60, 175, 0.8) 0%, #0c44b3 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(11, 60, 175, 0.8) 0%, #0c44b3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(11, 60, 175, 0.8) 0%, #0c44b3 100%);
  position: relative;
  z-index: 1;
}
.wave_two_section_two #particles-js {
  top: 0;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
}
.wave_two_section_two.active .w_portfolio_img .round {
  animation: zoomIn 0.9s both 1s;
}
.wave_two_section_two.active .w_portfolio_img img {
  animation: zoomIn 0.9s both 1.3s;
}
.wave_two_section_two.active .w_content_two h2 {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_two.active .w_content_two p {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_two.active .w_content_two .p_btn {
  animation: fadeInUp 0.9s both 1.4s;
}
.wave_two_section_two .w_content_two {
  padding-left: 60px;
  padding-right: 10px;
}
.wave_two_section_two .w_content_two h2 {
  font-size: 48px;
  margin-bottom: 25px;
}
.wave_two_section_two .t_two {
  right: 360px;
  bottom: auto;
  top: 240px;
}
.wave_two_section_two .text {
  font-size: 300px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 40%;
  left: 54%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.wave_two_section_two .s_round {
  width: 7px;
  height: 7px;
  opacity: 0.2;
}
.wave_two_section_two .s_round.r_one {
  left: 400px;
  top: 160px;
}
.wave_two_section_two .s_round.r_two {
  left: 40%;
  top: 160px;
}
.wave_two_section_two .s_round.r_three {
  left: 54%;
  top: 290px;
}
.wave_two_section_two .s_round.r_four {
  left: 60%;
  top: 190px;
}
.wave_two_section_two .s_round.r_five {
  left: 70%;
  top: 230px;
}
.wave_two_section_two .s_round.r_six {
  left: 70%;
  top: 440px;
}
.wave_two_section_two .s_round.r_seven {
  left: 56%;
  bottom: 200px;
}
.wave_two_section_two .s_round.r_eight {
  left: 65%;
  bottom: 200px;
}
.wave_two_section_two .s_round.r_nine {
  left: 75%;
  bottom: 280px;
}
.wave_two_section_two .s_round.r_ten {
  right: 18%;
  top: 230px;
}
.wave_two_section_two .s_round.r_eleven {
  left: 250px;
  top: 140px;
  width: 66px;
  height: 66px;
  background-image: -moz-linear-gradient(-42deg, #0030ff 0%, #558fff 100%);
  background-image: -webkit-linear-gradient(-42deg, #0030ff 0%, #558fff 100%);
  background-image: -ms-linear-gradient(-42deg, #0030ff 0%, #558fff 100%);
  box-shadow: 0px 60px 30px 0px rgba(0, 0, 0, 0.08);
}
.wave_two_section_two .dot_one {
  left: 0;
  top: 260px;
}
.wave_two_section_two .dot_two {
  right: 0;
  bottom: 260px;
}

.t_shap {
  right: 0;
  top: 0;
}

.b_shap {
  bottom: 0;
  left: 0;
}

.w_portfolio_img {
  position: relative;
  z-index: 1;
}
.w_portfolio_img .round {
  width: 100%;
  border-radius: 50%;
  left: -50px;
  background: #fff;
  opacity: 0.1;
  top: -25px;
  bottom: -25px;
  z-index: -1;
}
.w_portfolio_img img {
  border-radius: 100%;
}

.wave_two_section_three {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(246, 63, 91, 0.8) 0%, #f63f5b 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(246, 63, 91, 0.8) 0%, #f63f5b 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(246, 63, 91, 0.8) 0%, #f63f5b 100%);
  position: relative;
  z-index: 1;
}
.wave_two_section_three .t_first {
  left: 10%;
  top: auto;
  bottom: 370px;
}
.wave_two_section_three .t_five {
  bottom: auto;
  top: 145px;
  left: auto;
  right: 23%;
}
.wave_two_section_three.active .s_section_title {
  animation: fadeInLeft 0.9s both 0.6s;
}
.wave_two_section_three.active .col-lg-4 {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_three.active .col-lg-4:nth-child(2) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_three.active .col-lg-4:nth-child(3) {
  animation: fadeInUp 0.9s both 1.2s;
}

.scroll_service_item {
  border: 1px solid #f3c58e;
  padding: 40px;
  color: #fff;
  position: relative;
  transition: all 0.3s linear;
  z-index: 1;
  cursor: pointer;
}
.scroll_service_item:before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #f3c58e;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.scroll_service_item .number {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 80px;
}
.scroll_service_item .icon {
  right: 40px;
  top: 40px;
}
.scroll_service_item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 23px;
  color: #fff;
}
.scroll_service_item p {
  margin-bottom: 32px;
}
.scroll_service_item .p_btn {
  background: #fd2d4d;
  border-color: #f3c58e;
}
.scroll_service_item .p_btn:hover {
  background: #fff;
  border-color: #fff;
  color: #101010;
  box-shadow: 0px 10px 40px 0px rgba(12, 0, 46, 0.15);
}
.scroll_service_item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.scroll_service_item:hover:before {
  opacity: 1;
}

.wave_two_section_four {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(255, 137, 49, 0.7) 0%, #ff8431 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(255, 137, 49, 0.7) 0%, #ff8431 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(255, 137, 49, 0.7) 0%, #ff8431 100%);
}
.wave_two_section_four .bg-title {
  color: rgba(255, 255, 255, 0.05);
}

/*============== wave_two_section_five css ==========*/
.bg-title {
  font-size: 300px;
  font-weight: 700;
  line-height: 320px;
  color: rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.bg-title .layer {
  position: relative !important;
}

.wave_two_section_five {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(15, 171, 112, 0.8) 0%, #13ab6f 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(15, 171, 112, 0.8) 0%, #13ab6f 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(15, 171, 112, 0.8) 0%, #13ab6f 100%);
  position: relative;
  z-index: 1;
}
.wave_two_section_five .t_first {
  top: 190px;
  left: 17%;
}
.wave_two_section_five .t_two {
  top: 220px;
  right: 17%;
}


.sc_video_inner_play {
  margin: 0 auto;
  position: absolute;
  z-index: 999999999999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
 margin-top: 40%;

	width: 45%;

	
}


.sc_video_inner {
  max-width: 900px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc_video_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.sc_video_inner .dot_l {
  left: -48px;
  top: 55px;
  z-index: -2;
}
.sc_video_inner .dot_l img {
  z-index: -5;
}
.sc_video_inner .dot_r {
  right: -48px;
  bottom: 55px;
  z-index: -2;
}
.sc_video_inner .video_bg {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.v_icon {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  display: block;
  position: relative;
  z-index: 1;
}
.v_icon:before, .v_icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  left: 0;
  z-index: -1;
}
.v_icon:before {
  opacity: 0.1;
  transform: scale(2);
}
.v_icon:after {
  opacity: 0.15;
  transform: scale(3);
  top: 0;
}
.v_icon .dot_animation {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  animation: pulse 3s infinite;
  transform: translate(-50%, -50%);
  animation-delay: 1.5s;
  will-change: transform;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
  }
}
/*============= wave_two_section_six css ==========*/
.wave_two_section_six {
  background: #f8f9fc;
}
.wave_two_section_six .s_section_title {
  color: #101010;
}
.wave_two_section_six .t_first {
  left: 4%;
  bottom: 50px;
  top: auto;
}
.wave_two_section_six .t_first img {
  position: relative !important;
}
.wave_two_section_six .t_two {
  top: 200px;
  right: 8%;
}
.wave_two_section_six .t_two img {
  position: relative !important;
}
.wave_two_section_six.active .s_section_title {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_six.active .c_logo_item {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_six.active .c_logo_item:nth-child(2) {
  animation: fadeInUp 0.9s both 0.9s;
}
.wave_two_section_six.active .c_logo_item:nth-child(3) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_six.active .c_logo_item:nth-child(4) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(5) {
  animation: fadeInUp 0.9s both 1.3s;
}
.wave_two_section_six.active .c_logo_item:nth-child(6) {
  animation: fadeInUp 0.9s both 0.9s;
}
.wave_two_section_six.active .c_logo_item:nth-child(7) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_six.active .c_logo_item:nth-child(8) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(9) {
  animation: fadeInUp 0.9s both 1.3s;
}
.wave_two_section_six.active .c_logo_item:nth-child(10) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(11) {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_six.active .c_logo_item:nth-child(12) {
  animation: fadeInUp 0.9s both 0.9s;
}
.wave_two_section_six.active .c_logo_item:nth-child(13) {
  animation: fadeInUp 0.9s both 1s;
}
.wave_two_section_six.active .c_logo_item:nth-child(14) {
  animation: fadeInUp 0.9s both 1.2s;
}
.wave_two_section_six.active .c_logo_item:nth-child(15) {
  animation: fadeInUp 0.9s both 1.3s;
}

.sc_clients_logo_info {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.sc_clients_logo_info:before, .sc_clients_logo_info:after {
  content: "";
  position: absolute;
  width: 475px;
  height: 275px;
  z-index: -1;
}
.sc_clients_logo_info:before {
  background: url("../img/home_three/clients_bg_l.png");
  left: -85px;
  top: -40px;
}
.sc_clients_logo_info:after {
  background: url("../img/home_three/clients_bg_r.png");
  right: -85px;
  bottom: -80px;
}
.sc_clients_logo_info .c_logo_item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 48px 40px;
  transition: all 0.3s linear;
}
.sc_clients_logo_info .c_logo_item img {
  max-width: 100%;
}
.sc_clients_logo_info .c_logo_item:hover {
  background-color: white;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.splitting .char {
  animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
    opacity: 0;
  }
}
/*================ wave_two_section_seven ==============*/
.wave_two_section_seven {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(65, 65, 65, 0.98) 0%, #242424 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(65, 65, 65, 0.98) 0%, #242424 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(65, 65, 65, 0.98) 0%, #242424 100%);
}
.wave_two_section_seven .dot_one {
  left: 0;
  bottom: 150px;
}
.wave_two_section_seven .dot_two {
  right: 0;
  top: 180px;
}
.wave_two_section_seven .t_first {
  top: 220px;
  left: 15%;
}
.wave_two_section_seven .t_two {
  right: 25%;
  bottom: 200px;
}
.wave_two_section_seven .t_three {
  top: 180px;
  left: 50%;
}
.wave_two_section_seven.active .w_contact_text h2 {
  animation: fadeInUp 0.9s both 0.8s;
}
.wave_two_section_seven.active .w_contact_text p {
  animation: fadeInUp 0.9s both 0.9s;
}

.w_contact_text {
  padding-right: 150px;
}

.w_contact_info {
  display: flex;
  flex-wrap: wrap;
}
.w_contact_info li {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  width: 50%;
  position: relative;
  padding-left: 30px;
}
.w_contact_info li a {
  color: #fff;
}
.w_contact_info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
}
.w_contact_info li + li {
  margin-left: 0px;
}

.contact_form_box {
  overflow: hidden;
}
.contact_form_box .text_box {
  width: 100%;
  margin-bottom: 28px;
}
.contact_form_box .text_box input, .contact_form_box .text_box textarea {
  width: 100%;
  height: 36px;
  font-size: 12px;
  padding-left: 0px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0px;
  color: #fff;
}
.contact_form_box .text_box input.placeholder, .contact_form_box .text_box textarea.placeholder {
  color: #fff;
}
.contact_form_box .text_box input:-moz-placeholder, .contact_form_box .text_box textarea:-moz-placeholder {
  color: #fff;
}
.contact_form_box .text_box input::-moz-placeholder, .contact_form_box .text_box textarea::-moz-placeholder {
  color: #fff;
}
.contact_form_box .text_box input::-webkit-input-placeholder, .contact_form_box .text_box textarea::-webkit-input-placeholder {
  color: #fff;
}
.contact_form_box .text_box:nth-child(3) {
  margin-top: 70px;
}
.contact_form_box .p_btn {
  font-size: 13px;
  color: #101010;
  float: right;
}

/*============ wave_two_section_eight css ===========*/
.wave_two_section_eight {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(47, 18, 137, 0.7) 0%, #4f1eab 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(47, 18, 137, 0.7) 0%, #4f1eab 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(47, 18, 137, 0.7) 0%, #4f1eab 100%);
}
.wave_two_section_eight .t_first {
  left: 22%;
  top: 190px;
}
.wave_two_section_eight .dot_one {
  left: 140px;
  bottom: 120px;
}
.wave_two_section_eight .dot_two {
  right: 0;
  top: 140px;
}
.wave_two_section_eight .t_two {
  opacity: 0.2;
}
.wave_two_section_eight .footer_text .subscribe_info .form-control {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= fullpage_main_area css ============*/
.multi_bg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}

.left_bg1 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #89d48c 0%, #54b059 100%);
}

.left_bg2 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #5f53cc 0%, #1311a3 100%);
}

.left_bg3 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #eebd7c 0%, #ff9328 100%);
}

.left_round {
  bottom: 130px;
  right: 70px;
}

.left_triangle {
  top: 200px;
  left: 120px;
  animation: rollIn 2s both 1s infinite alternate;
}

.big_rounds {
  width: 500px;
  height: 500px;
  border: 80px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  left: -150px;
  top: -150px;
  opacity: 0;
}

.multi_left_img {
  text-align: center;
  position: relative;
}
.multi_left_img .left_dot {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}
.multi_left_img .w_phone_img {
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
}
.multi_left_img .w_mockup_img {
  max-width: 630px;
  margin: 0 auto;
}
.multi_left_img .w_mockup_img:before {
  display: none;
}
.multi_left_img .w_mockup_img .img_four {
  right: -33px;
}

.split_content {
  max-width: 470px;
  margin-left: 205px;
  position: relative;
}
.split_content .sp_arrow {
  position: absolute;
  top: -140px;
  left: 0px;
  animation: slideInnew 0.9s both 0.6s infinite alternate;
}

.sp_leaf {
  position: absolute;
  right: 100px;
  bottom: 150px;
}

.dot_left {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.dot_left.small_round {
  width: 51px;
  height: 51px;
  top: 150px;
  right: 80px;
  animation: zoomIn 2s linear infinite alternate;
}
.dot_left.big_round {
  width: 105px;
  height: 105px;
  top: 180px;
  right: 130px;
  animation: zoomIn 2.6s linear infinite alternate;
}

.multi_content h6 {
  font-size: 20px;
  font-weight: 500;
  color: #777777;
}
.multi_content h2 {
  color: #101010;
}
.multi_content .line {
  background: url("../img/home-four/line.png") no-repeat scroll center 0;
  width: 95px;
  height: 15px;
  display: block;
  margin-bottom: 26px;
}
.multi_content p {
  color: #777;
}
.multi_content .p_btn {
  border-color: #000;
  border-width: 2px;
  color: #101010;
}
.multi_content .p_btn:hover {
  background: #101010;
  color: #fff;
}

.ms-section.active {
  overflow: hidden;
}
.ms-section.active .big_rounds {
  animation: rollIncustom8 0.9s both 0.6s;
  opacity: 1;
}
.ms-section.active .multi_content h6 {
  animation: fadeInUp 0.9s both 0.9s;
}
.ms-section.active .multi_content h2 {
  animation: fadeInUp 0.9s both 1.1s;
}
.ms-section.active .multi_content .line {
  animation: fadeInUp 0.9s both 1.26s;
}
.ms-section.active .multi_content p {
  animation: fadeInUp 0.9s both 1.4s;
}
.ms-section.active .multi_content .p_btn {
  animation: fadeInUp 0.9s both 1.6s;
}
.ms-section.active .laptop_m {
  animation: zoomIn 0.9s both 0.5s;
}
.ms-section.active .w_phone_img .p_one {
  animation: fadeInLeft 0.9s both 0.5s;
}
.ms-section.active .w_phone_img .p_two {
  animation: slideInLeft 0.9s both 1s;
}
.ms-section.active .img_screen.one {
  animation: translateD1 0.9s both 0.5s;
}
.ms-section.active .img_screen.two {
  animation: translateD 0.9s both 1s;
}
.ms-section.active .img_screen.three {
  animation: translateDT 0.9s both 1.3s;
}
.ms-section.active .img_four {
  animation: fadeInUp 0.9s both 1.6s;
}

#multiscroll-nav li {
  margin: 0px;
  width: 40px;
  height: 2px;
}
#multiscroll-nav li a {
  width: 50%;
  background: #cccccc;
  position: absolute;
  right: 0;
  transition: all 0.4s linear;
}
#multiscroll-nav li a span {
  display: none;
}
#multiscroll-nav li a.active {
  width: 100%;
  background: #000;
}
#multiscroll-nav li + li {
  margin-top: 20px;
}



@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate {
  animation-name: rotate;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================ breadcrumb_area css =============*/
.breadcrumb_area {
  padding: 315px 0px 255px;
  position: relative;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.breadcrumb_content h1 {
  font-size: 72px;
  line-height: 88px;
  color: #fff;
}
.breadcrumb_content p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}

/*================ breadcrumb_area css =============*/
.breadcrumb_area_two {
  position: relative;
  z-index: 1;
  padding: 200px 0px 130px;
  background-size: cover !important;
}
.breadcrumb_area_two .overlay {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(-42deg, rgba(122, 62, 235, 0.4) 0%, #7a3eeb 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(122, 62, 235, 0.4) 0%, #7a3eeb 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(122, 62, 235, 0.4) 0%, #7a3eeb 100%);
  position: absolute;
  z-index: -1;
}
.breadcrumb_area_two ol li {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
.breadcrumb_area_two ol li a {
  color: #fff;
  position: relative;
}
.breadcrumb_area_two ol li a:after {
  content: "/";
  display: inline-block;
  top: 0;
  right: 0;
  margin: 0px 5px;
}

/*============= breadcrumb_area_three css ===========*/
.breadcrumb_area_three {
  position: relative;
  z-index: 1;
}
.breadcrumb_area_three .overlay {
  background: rgba(0, 0, 0, 0.6);
}

/*============= breadcrumb_area_four css ===========*/
.breadcrumb_area_four {
  padding: 302px 0px;
  position: relative;
  z-index: 1;
}
.breadcrumb_area_four .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.breadcrumb_area_five {
  padding: 215px 0px 360px;
  position: relative;
  z-index: 1;
}
.breadcrumb_area_five .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.breadcrumb_area_six {
  padding: 270px 0px 272px;
}

.blog_details_br_content h2 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.blog_details_br_content .post_details {
  align-items: center;
}
.blog_details_br_content .post_details .p_date {
  color: #fff;
  margin-left: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/*============== video_area css =============*/
.video_area .sc_video_inner {
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.2);
}

/*============== video_area css =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ process_area css ============*/
.process_area {
  background-image: -moz-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  position: relative;
  z-index: 1;
}
.process_area .dot_one {
  left: 0;
  top: 150px;
  z-index: -1;
}
.process_area .dot_two {
  right: 0;
  bottom: 100px;
  z-index: -1;
}

.process_item {
  color: #fff;
}
.process_item img {
  margin-bottom: 30px;
}
.process_item h4 {
  font-size: 24px;
  position: relative;
  padding-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}
.process_item h4:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 60px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.1);
}
.process_item p {
  margin-bottom: 0;
}

/*============ process_area css ============*/
/*============ testimonial area css ============*/
.testimonial_area {
  background-image: -moz-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(73, 49, 230, 0.9) 0%, #4931e6 100%);
  padding: 100px 0px;
}

.testimonial_slider {
  padding-left: 30px;
}
.testimonial_slider .slick-list {
  padding: 0px !important;
}
.testimonial_slider .slick-list .item {
  transform: scale(0.77);
  transition: all 0.5s linear;
  padding-bottom: 10px;
}
.testimonial_slider .slick-list .item .media {
  background: #fff;
  align-items: center;
  padding: 25px 30px 22px;
  border-radius: 5px;
  opacity: 0.5;
  transition: all 0.3s linear;
}
.testimonial_slider .slick-list .item .media .media-body {
  position: relative;
}
.testimonial_slider .slick-list .item .media .img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-right: 30px;
}
.testimonial_slider .slick-list .item .media h5 {
  font-size: 20px;
  color: #101010;
  margin-bottom: 10px;
}
.testimonial_slider .slick-list .item .media p {
  margin-bottom: 0;
  color: #777777;
}
.testimonial_slider .slick-list .item .media .quote_img {
  right: 10px;
  top: -6px;
}
.testimonial_slider .slick-list .item.slick-center {
  transform: scale(1);
}
.testimonial_slider .slick-list .item.slick-center .media {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.clients_inner {
  position: relative;
  padding-right: 65px;
  padding-top: 75px;
}
.clients_inner .quote_img {
  position: absolute;
  top: 0;
}
.clients_inner .s_section_title {
  margin-bottom: 25px;
}
.clients_inner p {
  color: #fff;
  margin-bottom: 38px;
}
.clients_inner .ab_clients_logo {
  display: flex;
  align-items: center;
}
.clients_inner .ab_clients_logo .ab_clients_logo_item {
  width: calc(100% / 3);
  margin-bottom: 42px;
}

.p_btn_w {
  background: #fff;
  color: #101010;
  font-size: 13px;
}

/*============ testimonial area css ============*/
/*============ clients_logo_area css ============*/
.clients_logo_area .sc_clients_logo_info:before, .clients_logo_area .sc_clients_logo_info:after {
  display: none;
}

/*============ clients_logo_area css ============*/
/*============ team_area css ============*/
.team_area .row {
  margin-bottom: -55px;
}

.team_item {
  margin-bottom: 55px;
  display: inline-block;
}
.team_item .team-img {
  position: relative;
  z-index: 1;
}
.team_item .team-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -moz-linear-gradient(-42deg, rgba(106, 71, 235, 0.7) 0%, #130cde 100%);
  background-image: -webkit-linear-gradient(-42deg, rgba(106, 71, 235, 0.7) 0%, #130cde 100%);
  background-image: -ms-linear-gradient(-42deg, rgba(106, 71, 235, 0.7) 0%, #130cde 100%);
  opacity: 0;
  transition: all 0.9s;
  z-index: 0;
}
.team_item .social_link {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.team_item .social_link li {
  transform: translateY(100%);
  transition: all 0.4s;
}
.team_item .social_link li a {
  color: #fff;
}
.team_item h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 20px;
}
.team_item h4 span {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}
.team_item:hover .team-img:before {
  opacity: 1;
}
.team_item:hover .social_link li {
  transform: translateY(0);
}

/*============ team_area css ============*/
/*============ services area css here ============*/
.services_area {
  background-color: #f8f9fc;
}
.services_area .scroll_service_item {
  border: 0px solid transparent;
  background-color: #fff;
  color: #777777;
  margin-bottom: 30px;
  z-index: 1;
}
.services_area .scroll_service_item .number {
  color: rgba(16, 16, 16, 0.2);
  transition: all 300ms linear 0s;
  margin-bottom: 75px;
}
@media (max-width: 1400px) {
  .services_area .scroll_service_item .scroll_service_item .icon {
    top: 40px;
    max-width: 52px;
  }
}
.services_area .scroll_service_item h3 {
  color: #101010;
  transition: all 300ms linear 0s;
}
.services_area .scroll_service_item p {
  transition: all 300ms linear 0s;
}
.services_area .scroll_service_item h2 {
  line-height: 45px;
}
.services_area .scroll_service_item .p_btn {
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #7e7e7e;
  background-color: transparent;
  color: #101010;
  padding: 12px 49px;
}
.services_area .scroll_service_item .p_btn:hover {
  border: 1px solid transparent;
}
.services_area .scroll_service_item:before {
  height: 100%;
  z-index: -1;
  transition: all 300ms linear 0s;
  background-image: -moz-linear-gradient(-42deg, #4d33e6 0%, #774fed 100%);
  background-image: -webkit-linear-gradient(-42deg, #4d33e6 0%, #774fed 100%);
  background-image: -ms-linear-gradient(-42deg, #4d33e6 0%, #774fed 100%);
}
.services_area .scroll_service_item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.services_area .scroll_service_item:hover h3, .services_area .scroll_service_item:hover p {
  color: #fff;
}
.services_area .scroll_service_item:hover h2 {
  color: rgba(255, 255, 255, 0.2);
}
.services_area .scroll_service_item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.services_area .scroll_service_item:hover .p_btn {
  background-color: #fff;
  border: 1px solid #fff;
}
.services_area .scroll_service_item:hover:before {
  opacity: 1;
  height: 100%;
}

/*============ servicesarea css end ============*/
/*============ services area css here ============*/
.services_details_area .services_details_sidebar {
  background-color: #f8f9fc;
}
@media (max-width: 991px) {
  .services_details_area .services_details_sidebar {
    margin-bottom: 50px;
  }
  .services_details_area .services_details_sidebar br {
    display: none;
  }
}
.services_details_area .services_details_sidebar .nav-link {
  display: flex;
  align-items: center;
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 0;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .services_details_sidebar .nav-link {
    padding: 0 20px;
  }
}
.services_details_area .services_details_sidebar .nav-link .single_nav_menu {
  position: relative;
  padding-left: 40px !important;
}
.services_details_area .services_details_sidebar .nav-link img {
  max-width: 24px;
  margin-right: 12px;
  transition: all 100ms linear 0s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.services_details_area .services_details_sidebar .nav-link .single_nav_menu {
  padding: 21px 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #dfe0e2;
}
.services_details_area .services_details_sidebar .nav-link:last-child .single_nav_menu {
  border-bottom: 0;
}
.services_details_area .services_details_sidebar .nav-link.active, .services_details_area .services_details_sidebar .nav-link:hover {
  color: #fff;
  background-color: transparent;
  background-image: -moz-linear-gradient(-42deg, #774fed 0%, #4d33e6 100%);
  background-image: -webkit-linear-gradient(-42deg, #774fed 0%, #4d33e6 100%);
  background-image: -ms-linear-gradient(-42deg, #774fed 0%, #4d33e6 100%);
}
.services_details_area .services_details_sidebar .nav-link.active .single_nav_menu, .services_details_area .services_details_sidebar .nav-link:hover .single_nav_menu {
  border-bottom: 1px solid transparent;
}
.services_details_area .services_details_sidebar .nav-link.active img, .services_details_area .services_details_sidebar .nav-link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (min-width: 1200px) {
  .services_details_area .service_details_content {
    padding-left: 18px;
  }
}
.services_details_area .service_details_content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .service_details_content h2 {
    margin-bottom: 20px;
  }
}
.services_details_area .service_details_content p {
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content p {
    margin-bottom: 15px;
  }
}
.services_details_area .service_details_content img {
  margin: 8px 0 35px;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content img {
    margin: 5px 0 25px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .service_details_content img {
    margin: 5px 0 25px;
  }
}
.services_details_area .service_details_content ul {
  margin: 0;
  padding: 17px 0 0 0;
}
@media (max-width: 991px) {
  .services_details_area .service_details_content ul {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .services_details_area .service_details_content ul {
    padding: 10px 0 0 0;
  }
}
.services_details_area .service_details_content ul li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  margin: 13px 0;
  line-height: 28px;
}
.services_details_area .service_details_content ul li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 10px;
}
.services_details_area .service_details_content ul li:last-child {
  margin: 13px 0 0;
}

/*============ servicesarea css end ============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== portfolio_area css ============*/
.portfolio_area .row {
  margin-bottom: -15px;
}

.gallery_filter li {
  font-size: 16px;
  color: #777777;
  transition: color 0.3s linear;
  cursor: pointer;
  margin-bottom: 22px;
}
.gallery_filter li.active {
  font-weight: 600;
  color: #7a51ed;
}
.gallery_filter li:hover {
  color: #7a51ed;
}

.gallery_item {
  margin-bottom: 30px;
}

.gallery_post {
  cursor: pointer;
}
.gallery_post .img {
  overflow: hidden;
}
.gallery_post img {
  width: 100%;
  transition: all 0.9s linear;
}
.gallery_post .gallery_text_info {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -38px;
  position: relative;
  z-index: 0;
}
.gallery_post .gallery_text_info .gallery_content {
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.gallery_post .gallery_text_info .gallery_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(140deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  background-image: -webkit-linear-gradient(140deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  background-image: -ms-linear-gradient(140deg, rgba(73, 49, 230, 0.9) 0%, #7a51ed 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.gallery_post:hover img {
  transform: scale(1.1);
}
.gallery_post:hover .gallery_content:before {
  opacity: 1;
}
.gallery_post:hover .gallery_content h3, .gallery_post:hover .gallery_content .g_tag {
  color: #fff;
}

.gallery_content {
  padding: 18px 30px;
  position: relative;
  z-index: 1;
}
.gallery_content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  transition: color 0.3s linear;
}
.gallery_content .g_tag {
  color: #777;
  font-size: 14px;
  transition: color 0.3s linear;
}

/*============== portfolio_area css ============*/
/*============== portfolio_info_area css ============*/
.portfolio_info_area {
  padding-bottom: 50px;
}

.slider_nav i {
  width: 54px;
  height: 54px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
}
.slider_nav i + i {
  margin-left: 12px;
}
.slider_nav i:hover {
  background: #fff;
  color: #101010;
}

.portfolio_info_slider {
  margin-top: -256px;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.portfolio_info_slider .portfolio_img {
  padding-bottom: 55px;
}
.portfolio_info_slider .portfolio_img img {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_info_slider .por_details_info h4 {
  font-size: 24px;
  margin-bottom: 0px;
}
.portfolio_info_slider .por_details_info .d-flex {
  flex-wrap: wrap;
}

.portfolio_text p {
  padding-bottom: 10px;
}
.portfolio_text .p_btn {
  margin-top: 10px;
}

.por_details_item {
  width: 50%;
  padding: 23px 0px;
}
.por_details_item p {
  margin-bottom: 0;
}
.por_details_item a {
  color: #777;
}

.social_link.social_link_two {
  padding-top: 5px;
}
.social_link.social_link_two li a {
  font-size: 18px;
  color: #ff33d1;
}
.social_link.social_link_two li a .social_dribbble {
  color: #ff33d1;
}
.social_link.social_link_two li a .social_googleplus {
  color: #f34a38;
}
.social_link.social_link_two li a .social_facebook {
  color: #475993;
}
.social_link.social_link_two li a .social_twitter {
  color: #5f9dec;
}
.pr_title {
  font-size: 20px;
  font-weight: 600;
}

.details_item {
  padding: 50px 0px;
  align-items: center;
}
.details_item img {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.details_item .details_content {
  padding-right: 95px;
}
.details_item h3 {
  font-size: 36px;
  margin-bottom: 25px;
}
.details_item ul li {
  position: relative;
  padding-left: 18px;
}
.details_item ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 10px;
}
.details_item .details_content_two {
  padding-left: 38px;
}

.pr_details_inner_two {
  position: relative;
}
.pr_details_inner_two .d-flex {
  flex-wrap: wrap;
}
.pr_details_inner_two .pr_details_content {
  max-width: 540px;
  right: 0;
  top: 0px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 55px 40px;
}
.pr_details_inner_two .pr_details_content .por_details_item {
  width: calc(100% / 3);
  padding: 18px 0px;
}
.pr_details_inner_two .pr_details_content .por_details_item .pr_title {
  margin-bottom: 10px;
}
.pr_details_inner_two .pr_details_content .p_details_btn {
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
.pr_details_inner_two .pr_details_content .pr_title {
  margin-bottom: 20px;
}

.pr_details_nav span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s linear;
}
.pr_details_nav span.next {
  margin-left: 50px;
  position: relative;
}
.pr_details_nav span.next:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #777;
  display: inline-block;
  left: -25px;
  position: absolute;
}
.pr_details_nav span:hover {
  color: #101010;
}

/*============== portfolio_info_area css ============*/
/*============ portfolio_detailes_two css ============*/
.portfolio_detailes_two h3 {
  font-size: 36px;
  margin-bottom: 30px;
}

.pr_details_slider_two {
  padding-right: 315px;
}


/*============== footer_area css ===========*/
/*============== footer_area css ===========*/
.full_footer {
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0px 25px 50px;
}

.h_slider_nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.h_slider_nav span {
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  font-weight: 500;
}
.h_slider_nav span.next:before {
  background: #fff;
}
.h_slider_nav span:hover {
  color: #fff;
  opacity: 1;
}

.h_slider_nav_two span {
  color: #101010;
}
.h_slider_nav_two span.next:before {
  background: #101010;
}
.h_slider_nav_two span:hover {
  color: #101010;
}

.social_icon {
  margin-bottom: 0;
}
.social_icon li {
  line-height: 15px;
}
.social_icon li a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
}
.social_icon li + li {
  margin-top: 20px;
}
.social_icon.social_icon_two li {
  display: inline-block;
}
.social_icon.social_icon_two li + li {
  margin-top: 0;
  margin-left: 15px;
}

.content-black .social_icon li a, .content-black .h_slider_nav span {
  color: #101010;
  transform: all 0.1s linear;
}
.content-black .h_slider_nav span.next:before {
  background: #101010;
}

/*============== footer_area css ===========*/
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */