@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author: Themexriver.

**Css Table Of Content**
1- App Landing--
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Feature Area
  *5- Service Area
  *6- Funfact Area
  *7- How this work Area
  *8- App Download Area
  *9- Team Area
  *10- FAQ area
  *11- App Screenshoot Area
  *12- Testimonial Area
  *13- Partner Area
  *14- Newslatter Area
  *15- Footer Area
2- Digital SEO --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- ABout Area
  *6- Newslatter Area
  *7- Mission Area
  *8- Pricing Plan Area
  *9= Testimonial Area
  *10- Case Study Area
  *11- Call to Action Area
  *12- Blog Area
  *13- Footer
3- SaaS Modern--
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Featured Area
  *5- ABout Area
  *6- Partner Area
  *7- Team Area
  *8- Testimonial Area
  *9- Newslatter Area 
4- SaaS Classic --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- ABout Area
  *6- Feature Area
  *7- Team Area
  *8- FAQ Area
  *9= Pricing Area
  *10- Footer
 5- StartUp Agency --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Feature Area
  *5- ABout Area
  *6- Work Process Area
  *7- Portfolio Area
  *8- Testimonial Area
  *9= Partner Area
  *10- Footer 
 2- Digital Agency --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- CountDown Area
  *6- About Area
  *7- Experience Area
  *8- PortFolio Area
  *9= Team Area
  *10- Testimonial Area
  *11- Blog Area
  *12- Newslatter Area
  *13- Footer 
  =====================================================================*/
  @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@400;600;700&family=Roboto:wght@300;400;700&display=swap");

  /*----------------------------------------------------*/
  /*App landing global area*/
  /*----------------------------------------------------*/
  .ul-li ul {
    margin: 0;
    padding: 0;
  }
  .ul-li ul li {
    list-style: none;
    display: inline-block;
  }
  .ul-li-block ul {
    margin: 0;
    padding: 0;
  }
  .ul-li-block ul li {
    list-style: none;
    display: block;
  }
  div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .container {
    max-width: 1260px;
  }
  [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  img {
    max-width: 90%;
    height: auto;
  }
  section {
    overflow: hidden;
  }
  button {
    cursor: pointer;
  }
  
  button:visited,
  button.active,
  button:hover,
  button:focus,
  input:visited,
  input.active,
  input:hover,
  input:focus,
  a:hover,
  a:focus,
 
  a.active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
  }
  .relative-position {
    position: relative;
  }
  .pera-content p {
    margin-bottom: 0;
  }

  @keyframes scale {
    from {
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
    }
    to {
      transform: scale(1.08);
      -webkit-transform: scale(1.08);
    }
  }
  @keyframes left-right-move {
    0% {
      transform: translateX(-100px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(-100px);
    }
  }
  /*---------------------------------------------------- */
  /*global area*/
  /*----------------------------------------------------*/
  @keyframes fadeFromLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeFromRight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeFromUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fadeFromUp {
    animation-name: fadeFromUp;
  }

  .fadeFromRight {
    animation-name: fadeFromRight;
  }

  .fadeFromLeft {
    animation-name: fadeFromLeft;
  }

  /*---------------------------------------------------- */
  /*Header area*/
  /*----------------------------------------------------*/

/* -------------------------------- 
Sticky Menu
-------------------------------- */

/*---------------------------------------------------- */
/*banner area*/
/*----------------------------------------------------*/
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

.cd-headline.clip span {
  display: inline-block;
  padding-bottom: 10px;
}

.cd-headline.clip .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: 70px;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.cd-words-wrapper b.is-visible {
  opacity: 1;
  position: relative;
}

/*---------------------------------------------------- */
/*Featured area*/
/*----------------------------------------------------*/
@keyframes rotate {
  0% {
    top: -10px;
    left: -10px;
  }
  25% {
    top: 0px;
    left: 0px;
  }
  50% {
    top: 0px;
    left: 0px;
  }
  75% {
    top: 5px;
    left: 5px;
  }
  100% {
    top: -10px;
    left: -10px;
  }
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
@keyframes spining {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}

/*---------------------------------------------------- */
/*Funfact area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*How work area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*App Download area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*team  area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*faq  area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Screenshoot  area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*testimonial  area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Pertner  area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*newslatter  area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Footer  area*/
/*----------------------------------------------------*/

@keyframes left-right-move {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-100px);
  }
}

/*---------------------------------------------------- */
/*Mobile-Menu  area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Responsive  area*/
/*----------------------------------------------------*/
@media screen and (max-width: 480px) {

  .cd-headline.clip .cd-words-wrapper::after {
    height: 40px;
  }

  .pera-content p {
   font-size: 14px;
  }
}
@media screen and (max-width: 420px) {

  .cd-headline.clip .cd-words-wrapper::after {
    height: 30px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
@keyframes borderplsseo {
  0% {
    box-shadow: 0 0 0 0 #f7d4c0;
  }
  70% {
    box-shadow: 0 0 0 10px #f7d4c0;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #f7d4c0;
    opacity: 0;
  }
}
@keyframes appseoupdown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes appseoupdown {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@keyframes appseoupdown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes videoup {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 243, 234, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 243, 234, 0);
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@keyframes flying {
  0% {
    transform: translate(2px, 2px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(2px, 2px);
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@keyframes cd-rotate-3-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}

/*---------------------------------------------------- */
/*Servcie area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*about area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*ready-go area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*appseo-mission area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*pricing area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Case area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*newsletter area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*mobile menu area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
/* ==================================================
* 01 - media screen and (max-width: 1440px)
* 02 - media screen and (max-width: 1280px)
* 03 - media screen and (max-width: 1199px)
* 04 - media screen and (max-width: 991px)
* 05 - media screen and (max-width: 767px)
* 06 - media screen and (max-width: 680px)
* 07 - media screen and (max-width: 580px)
* 08 - media screen and (max-width: 480px)
* 09 - media screen and (max-width: 380px)
* 10 - media screen and (max-width: 320px)
================================================== */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/


html {
  scroll-behavior: smooth;
}
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

.saas-modern-headline h1,
.saas-modern-headline h2,
.saas-modern-headline h3,
.saas-modern-headline h4 {
  margin: 0;
  font-family: "Poppins";
}

.section_title {
  margin: 0 auto;
  max-width: 530px;
}

.section_title .title_tag {
  font-size: 14px;
  font-family: "Poppins";
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 20px;
  line-height: 35px;
  background-color: #fff;
  padding-right: 20px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
}

.section_title .section_title_text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.306;
  padding-bottom: 15px;
}

.section_title .section_title_text h2 span {
  font-weight: 400;
}

.section_title .section_title_text p {
  font-size: 18px;
  line-height: 1.667;
}
@keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

/*---------------------------------------------------- */
/*Saas-Modern header area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Saas-Modern  banner area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Saas-Modern Feature area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Saas-Modercompare area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*user area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*partner area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.testimonial_section {
  padding: 105px 0px 70px 0px;
}

.testimonial_section .section_title {
  padding-bottom: 50px;
}

.testimonial_content {
  padding: 20px;
  display: inline-block;
}

.testimonial_content .testimonial_rating {
  margin-top: 10px;
}

.testimonial_content .testimonial_rating li {
  font-size: 14px;
  color: #f6b91c;
}

.testimonial_content .testimonial_text {
  z-index: 1;
  padding: 50px 40px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 7px 24px 0px rgba(2, 55, 156, 0.2);
}

.testimonial_content .testimonial_text p {
  line-height: 1.875;
}

.testimonial_content .testimonial_text:before {
  content: "";
  height: 100%;
  width: 40%;
  position: absolute;
  right: -45px;
  z-index: -1;
  bottom: -95px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  background-image: url(../img/saas-m/testimonial/tshape1.png);
  background-repeat: no-repeat;
}

.testimonial_content .testimonial_text:hover:before {
  bottom: -85px;
  opacity: 1;
  visibility: visible;
}

.qoute_mark:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -45px;
  z-index: 1;
  border-left: 0px solid transparent;
  border-right: 50px solid transparent;
  border-top: 45px solid #fff;
  filter: drop-shadow(0px 20px 13px rgba(2, 55, 156, 0.2));
}

.testimonial_name_designation {
  margin-top: 30px;
  padding-left: 30px;
}

.testimonial_name_designation .testimonial_img {
  height: 65px;
  width: 65px;
  border-radius: 100%;
  margin-right: 18px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
}

.testimonial_name_designation .testimonial_meta {
  margin-top: 10px;
  display: inline-block;
}

.testimonial_name_designation .testimonial_meta h4 {
  font-size: 22px;
  font-weight: 700;
  color: #161616;
}

.testimonial_name_designation .testimonial_meta p {
  font-size: 14px;
  color: #444444;
}

.testimonial_slider .carousel-control-prev,
.testimonial_slider .carousel-control-next {
  top: auto;
  left: 190px;
  bottom: 40px;
  font-size: 18px;
  color: #373a5b;
  width: 50px;
  height: 50px;
  opacity: 1;
  line-height: 58px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  margin: 0px 15px 0px 0px;
  background-color: #fff;
  transition: all 300ms ease;
  box-shadow: 0px 7px 7px 0px rgba(0, 15, 44, 0.18);
}

.testimonial_slider .carousel-control-prev:before,
.testimonial_slider .carousel-control-next:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.testimonial_slider .carousel-control-prev:hover,
.testimonial_slider .carousel-control-next:hover {
  background-color: #000;
  color: #fff;
}

.testimonial_slider .carousel-control-prev {
  left: 120px;
}

.testimonial_slider .carousel-control-prev:before {
  content: "";
}

.carousel-indicators {
  position: static;
}

.testimonial_indicator {
  margin: 20px 20px 0 0;
  display: block;
  height: 510px;
  max-width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/saas-m/testimonial/in-bg.png);
}

.testimonial_indicator .carousel-indicators li {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #202120;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  transition: all 500ms ease;
  box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
}

.testimonial_indicator .carousel-indicators li img {
  display: block;
}

.testimonial_indicator .carousel-indicators li:nth-child(1) {
  bottom: 105px;
  right: 100px;
}

.testimonial_indicator .carousel-indicators li:nth-child(2) {
  left: 90px;
  bottom: 45px;
}

.testimonial_indicator .carousel-indicators li:nth-child(3) {
  top: 40%;
  left: 0px;
}

.testimonial_indicator .carousel-indicators li:nth-child(4) {
  top: 90px;
  left: 100px;
}

.testimonial_indicator .carousel-indicators li:nth-child(5) {
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.testimonial_indicator .carousel-indicators li:nth-child(6) {
  right: 120px;
  top: -30px;
}

.testimonial_indicator .active {
  transform: scale(1.5);
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 991px) {

  .testimonial_indicator {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 550px;
  }

  .testimonial_slider .carousel-control-prev,
  .testimonial_slider .carousel-control-next {
    bottom: -50px;
  }

  .testimonial_section {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 480px) {

  .section_title .section_title_text h2 {
    font-size: 30px;
  }

  .section_title .section_title_text p {
    font-size: 16px;
  }


  .testimonial_indicator {
    background-size: 395px 465px;
  }
}
@media screen and (max-width: 420px) {

  .testimonial_content {
    padding: 10px;
  }

  .testimonial_content .testimonial_text {
    padding: 25px 20px;
  }

  .testimonial_section {
    padding-top: 70px;
  }

  .testimonial_name_designation .testimonial_meta h4 {
    font-size: 22px;
  }

  .scrollup {
    width: 45px;
    right: 15px;
    height: 45px;
    bottom: 20px;
    line-height: 45px;
  }
}
@media screen and (max-width: 380px) {

  .section_title .section_title_text h2 {
    font-size: 24px;
  }

  .testimonial_indicator .carousel-indicators li:nth-child(4) {
    top: 60px;
    left: 55px;
  }

  .testimonial_indicator .carousel-indicators li:nth-child(1) {
    bottom: 85px;
    right: 50px;
  }

  .testimonial_indicator {
    background-size: 325px 460px;
  }

  .testimonial_indicator .carousel-indicators li:nth-child(1) {
    bottom: 135px;
    right: 25px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*SaaS Classic*/
/*----------------------------------------------------*/

.saas-classic-scrollup {
  width: 55px;
  right: 20px;
  z-index: 1111;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  /* background-image: linear-gradient(-45deg, #e511e6 32%, #6b2c94 100%); */
  background: #ff6700;
}

.saas-classic-scrollup i {
  color: #fff;
  font-size: 20px;
}

/*---------------------------------------------------- */
/*global area*/
/*----------------------------------------------------*/
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@keyframes floatY {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes floatX {
  0% {
    transform: translateX(80%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(80%);
  }
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Intergation area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* Faq area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* Pricing area*/
/*----------------------------------------------------*/
@keyframes flying {
  0% {
    transform: translate(2px, 2px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(2px, 2px);
  }
}

/*---------------------------------------------------- */
/* Footer area*/
/*----------------------------------------------------*/

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

/*---------------------------------------------------- */
/* Footer area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 420px) {

  .scrollup {
    width: 40px;
    height: 40px;
    right: 10px;
    line-height: 40px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
@keyframes borderpls {
  0% {
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    box-shadow: 0 0 0 30px #082680;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}
@keyframes borderpls2 {
  0% {
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    box-shadow: 0 0 0 10px #082680;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*---------------------------------------------------- */
/*header area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*banner area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*feature area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/
@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/

.carousel-indicators {
  position: static;
}

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*team area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*get in touch area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*get in touch area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*mobile menu area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.dia-section-title span,
.dia-banner-section .dia-banner-content .dia-banner-tag {
  font-weight: 700;
  background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn,
.dia-exp-section .dio-exp-text-area .dia-exp-btn,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before,
.dia-exp-section .dio-exp-text-area .dia-exp-btn:before,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:before {
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  bottom: -100%;
  position: absolute;
  transition: 0.5s all ease-in-out;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:hover:before,
.dia-exp-section .dio-exp-text-area .dia-exp-btn:hover:before,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:hover:before {
  bottom: 0;
}
@keyframes borderpls {
  0% {
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    box-shadow: 0 0 0 30px #082680;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}
@keyframes borderpls2 {
  0% {
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    box-shadow: 0 0 0 10px #082680;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.dia-home {
  margin: 0;
  padding: 0;
  color: #585476;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.667;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/pre.svg") no-repeat center center;
}
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

.dia-headline h1,
.dia-headline h2,
.dia-headline h3,
.dia-headline h4 {
  margin: 0;
  font-family: "Poppins";
}

.dia-section-title span {
  font-size: 16px;
}

.dia-section-title h2 {
  color: #282350;
  font-size: 40px;
  font-weight: 600;
  padding-top: 5px;
  line-height: 1.375;
  margin-top: 20px;
}

.dia-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #ff6700;
}

.dia-scrollup i {
  color: #fff;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.dia-banner-section {
 
}

.dia-banner-section .banner-side-img {
  right: 0;
  top: -10px;
  z-index: -1;
}

.dia-banner-section .banner-side-img.banner-img2 {
  opacity: 0;
  right: -300px;
  transition-delay: 500ms;
  transition: all 1500ms ease;
}

.dia-banner-section .banner-side-img.banner-img2.view-on {
  /* right: 0; */
  right: 200px;
    top: 150px;
  opacity: 1;
  transition-delay: 500ms;
  max-width: 800px;
}

.dia-banner-section .dia-banner-content {
  max-width: 460px;
  padding: 175px 0px 85px;
}

.dia-banner-section .dia-banner-content .dia-banner-tag {
  font-size: 18px;
}

.dia-banner-section .dia-banner-content h1 {
  color: #282350;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.071;
  padding: 15px 0px 25px;
}

.dia-banner-section .dia-banner-content p {
  font-size: 22px;
  color: #403b64;
}

.dia-banner-section .dia-banner-content .dia-banner-btn {
  margin: 50px;
}

.dia-banner-section .dia-banner-content .dia-banner-btn a {
  width: 100%;
  display: block;
  margin-right: 20px;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn {
  color: #fff;
  height: 70px;
  width: 230px;
  font-weight: 700;
  line-height: 70px;
  border-radius: 40px;
  font-family: "Poppins";
  background-color: #ff6700;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before {
  background-color: #5409d6;
}

.dia-banner-section .cd-headline.clip span {
  display: inline-block;
  padding-bottom: 10px;
}

.dia-banner-section .cd-headline.clip .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
  content: "";
  top: 10px;
  right: 0;
  width: 2px;
  height: 65px;
  position: absolute;
  background-color: #282350;
}

.dia-banner-section .cd-headline.clip b {
  opacity: 0;
}

.dia-banner-section .cd-headline.clip b.is-visible {
  opacity: 1;
}

.dia-banner-section .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.dia-banner-section .cd-words-wrapper b {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.dia-banner-section .cd-words-wrapper b.is-visible {
  opacity: 1;
  position: relative;
}

.dia-banner-section .banner-side-shape1,
.dia-banner-section .banner-side-shape2 {
  bottom: 135px;
}

.dia-banner-section .banner-shape1 {
  left: 50%;
  bottom: 15%;
  z-index: -2;
  animation-name: spin;
  animation-duration: 15000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dia-banner-section .banner-shape2 {
  top: 30%;
  left: 12%;
}

/*---------------------------------------------------- */
/*service area*/
/*----------------------------------------------------*/
.dia-service-section {
  padding: 90px 0px 95px;
}

.dia-service-section .dia-service-text {
  padding-left: 60px;
}

.dia-service-section .dia-service-details {
  margin: 35px 0px 5px;
}

.dia-service-section .dia-service-details .dia-service-item {
  width: 90%;
  height: 170px;
  float: left;
  margin-bottom: 10px;
  
}

@media(min-width:850px){
  .dia-service-section .dia-service-details .dia-service-item {
    border-right: 1px solid black;
    padding-right: 10px;
  }
}

.dia-service-section .dia-service-details .dia-service-item h3 {
  color: #282350;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 16px;
}

.dia-service-section .dia-service-details .dia-service-item li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 5px;
}

.dia-service-section .dia-service-details .dia-service-item li:before {
  top: 0;
  left: 0;
  content: "+";
  position: absolute;
}

.dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
  padding-left: 35px;
}

/*---------------------------------------------------- */
/*Fun fact area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.dia-about-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.dia-about-section .dia-about-title-text {
  padding-top: 25px;
}



.dia-about-content .dia-about-text {
  font-size: 18px;
  padding: 25px 0px 35px;
}

.dia-about-content .dia-about-list li, .dia-exp-content .dia-about-list li{
  width: 70%;
  text-align: left;
  /* float: left; */
  color: #282350;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
}

.dia-about-content .dia-about-list li:after,  .dia-exp-content .dia-about-list li:after {
  left: 0;
  top: -3px;
  color: #25d98f;
  font-size: 20px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.dia-about-content .dia-about-img {
  z-index: 1;
  /* padding-left: 40px; */
}

.dia-about-content .dia-about-img .ab-shape1 {
  top: 30px;
  left: -10px;
  z-index: -1;
}

.dia-about-content .dia-about-img .ab-shape2 {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.dia-exp-section {
  padding: 115px 0px 115px;
}

.dia-exp-section .dia-exp-img .ab-shape1 {
  top: 60px;
  left: -5px;
  z-index: -1;
}

.dia-exp-section .dia-exp-img .ab-shape2 {
  bottom: 20px;
  right: 20px;
  z-index: -1;
}

.dia-exp-section .dio-exp-text-area {
  max-width: 520px;
}

.dia-exp-section .dio-exp-text-area .dia-about-text {
  margin-top: 30px;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn {
  color: #fff;
  height: 48px;
  width: 155px;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  border-radius: 40px;
  font-family: "Poppins";
  background-color: #390ed2;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn a {
  width: 100%;
  display: block;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn:before {
  background-color: #ff6700;
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Newslatter area*/
/*----------------------------------------------------*/
.dia-newslatter-section {
  z-index: 0;
  padding: 65px 0px 80px;
  background-color: #f39401;
}

.dia-newslatter-section .newslatter-shape {
  z-index: -1;
}

.dia-newslatter-section .n-shape1 {
  top: 0;
  left: 0;
}

.dia-newslatter-section .n-shape4 {
  left: 10%;
  bottom: 30px;
}

.dia-newslatter-section .n-shape5 {
  top: 50%;
  right: 12%;
}

.dia-newslatter-section .n-shape2 {
  top: 10px;
  left: 14%;
}

.dia-newslatter-section .n-shape3 {
  top: 45px;
  right: 13%;
}

.dia-newslatter-section .n-shape6 {
  right: 30px;
  bottom: -80px;
}

.dia-newslatter-section .dia-newslatter-content {
  border-radius: 30px;
  background-color: #fff;
  padding: 55px 55px 65px 75px;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3 {
  color: #282350;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 12px;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-text p {
  font-size: 17px;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form {
  margin-top: 10px;
  padding-left: 25px;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
  width: 100%;
  border: none;
  height: 50px;
  max-width: 330px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #ebeff3;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button {
  top: 0;
  right: 0;
  position: absolute;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
  color: #fff;
  height: 50px;
  width: 140px;
  border: none;
  font-weight: 700;
  border-radius: 5px;
  font-family: "Poppins";
  background-image: linear-gradient(-100deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:before {
  background-color: #390ed2;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox {
  margin-top: 15px;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox input {
  height: inherit;
  width: inherit;
  padding-left: 0;
  margin-right: 5px;
  max-width: inherit;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox label {
  font-size: 14px;
  margin-bottom: 0;
}

/*---------------------------------------------------- */
/*Newslatter area*/
/*----------------------------------------------------*/
.dia-footer-section {
  padding-top: 140px;
}

.dia-footer-widget .dia-widget-title {
  font-size: 16px;
  color: #05071f;
  font-weight: 700;
  padding-bottom: 20px;
}

.dia-footer-widget .dia-footer-logo {
  margin-bottom: 18px;
}

.dia-footer-logo img{
  height: 90px;
}
.dia-footer-widget p {
  /* max-width: 220px; */
  line-height: 1.875;
}

.dia-footer-widget .dia-payment-mathod {
  margin-top: 30px;
}

.dia-footer-widget ul li {
  /* width: 50%;
  float: right; */
  font-size: 14px;
  padding: 10px;
  margin: 5px;
  font-family: "Poppins";
}

.dia-footer-widget{
  color: #000 !important;
}
.dia-footer-widget ul li a {
  color: #05071f !important;
  font-weight: 500;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.dia-footer-widget ul li a:before {
  left: -15px;
  top: 0px;
  content: "";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.dia-footer-widget ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #0072fd;
  transition: 0.3s all ease-in-out;
}

.dia-footer-widget ul li a:hover {
  color: #0072fd !important;
  margin-left: 10px;
}

.dia-footer-widget ul li a:hover:after {
  width: 100%;
}

.dia-footer-widget h4 {
  /* width: 45%;
  float: left; */
  font-size: 14px;
  font-weight: 700;
  padding-left: 24px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.dia-footer-widget h4 i {
  left: 0;
  top: 2px;
  color: #7b0dbd;
  font-size: 16px;
  margin-right: 5px;
  position: absolute;
}

.dia-footer-widget h4 span {
  font-family: "Roboto";
  font-weight: 400;
  margin-top: 10px;
  display: block;
  color: #818181;
}

.dia-footer-widget .download-btn {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}

.dia-footer-widget .download-btn a {
  margin-right: 10px;
}

.dia-footer-widget .dia-footer-social {
  margin-top: 15px;
}

.dia-footer-widget .dia-footer-social a {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 9px 0px rgba(15, 54, 131, 0.07);
}

.dia-footer-widget .dia-footer-social a:nth-child(1) {
  color: #16599b;
}

.dia-footer-widget .dia-footer-social a:nth-child(2) {
  color: #03a9f4;
}

.dia-footer-widget .dia-footer-social a:nth-child(3) {
  color: #ea4c89;
}

.dia-footer-widget .dia-footer-social a:nth-child(4) {
  color: #0d6fff;
}

.dia-footer-widget .dia-footer-social a:hover {
  transform: translateY(5px);
}

.dia-footer-copyright {
  color: #373a5b;
  font-size: 14px;
  margin-top: 25px;
  font-weight: 500;
  font-family: "Poppins";
}

.dia-footer-copyright .dia-footer-copyright-content {
  padding: 25px 0px 15px;
  border-top: 2px solid #dee2ef;
}

.dia-footer-copyright .dia-copyright-menu {
  float: right;
}

.dia-footer-copyright .dia-copyright-menu a {
  margin-left: 25px;
}
@keyframes left-right-move {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-100px);
  }
}
.dia-footer-shape3 {
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
  top: 100px;
  margin: 0 auto;
  text-align: center;
  animation-duration: 25s;
  animation-name: left-right-move;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media only screen and (min-width: 1367px) and (max-width: 1700px) {
  
  .dia-banner-section .banner-side-img.banner-img2 {
    right: -450px;
  }

  
  .dia-banner-section .banner-side-img.banner-img2.view-on {
    /* right: -200px; */
    right: 40px;
    left: 750px;
    /* top: 350px; */
  }

  .dia-banner-section .banner-side-shape1,
  .dia-banner-section .banner-side-shape2 {
    left: -150px;
  }
}
@media screen and (max-width: 1440px) {
  
  .dia-banner-section .banner-side-img.banner-img2 {
    right: -600px;
  }

  
  .dia-banner-section .banner-side-img.banner-img2.view-on {
    /* right: -250px; */
    right: 40px; 
    left: 600px;
  }

  .dia-banner-section .banner-shape2 {
    left: 20px;
  }

  .dia-newslatter-section .n-shape4 {
    left: 10px;
  }

  .dia-banner-section .banner-side-shape1,
  .dia-banner-section .banner-side-shape2 {
    left: -150px;
  }
}
@media screen and (max-width: 1280px) {
  .dia-banner-section .banner-side-shape1,
  .dia-banner-section .banner-side-shape2 {
    display: none;
  }

  .dia-banner-section .banner-shape2 {
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  
  .dia-banner-section .banner-side-img.banner-img2 {
    right: -800px;
  }

  
  .dia-banner-section .banner-side-img.banner-img2.view-on {
    /* right: -500px; */
    /* right: 100px; */
    left: 480px;
  }

  .dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
    padding-left: 0px;
  }

  .dia-footer-widget .download-btn a {
    margin-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .dia-banner-section .dia-banner-content {
    max-width: 100%;
    text-align: center;
  }

  .dia-banner-section .dia-banner-content .dia-banner-btn {
    justify-content: center;
  }

  .dia-banner-section .banner-side-img,
  .dia-about-content .dia-about-img .ab-shape1,
  .dia-about-content .dia-about-img .ab-shape2,
  .dia-exp-section .dia-exp-img .ab-shape1,
  .dia-exp-section .dia-exp-img .ab-shape2 {
    display: none;
  }

  .dia-about-content .dia-about-img {
    margin-left: 0;
    margin-top: 30px;
  }

  .dia-exp-img {
    margin-bottom: 30px;
  }

  .dia-banner-section .dia-banner-content {
    padding: 150px 0px 0px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form {
    padding-left: 0;
    margin-top: 20px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
    max-width: 100%;
  }

  .dia-footer-widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .dia-banner-section .dia-banner-content h1 {
    font-size: 50px;
  }

  .dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
    height: 35px;
  }

  .dia-banner-section .dia-banner-content p {
    font-size: 13px;
  }

  .dia-banner-section .dia-banner-content .dia-banner-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {

  .dia-banner-section .banner-shape1{
    display: none;
  }

  .dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn {
    height: 50px;
    width: 200px;
    line-height: 50px;
  }

  .dia-banner-section .dia-banner-content h1 {
    font-size: 40px;
  }

  .dia-banner-section .dia-banner-content {
    padding: 130px 0px 0px;
  }

  .dia-banner-section {
   
  }




  .dia-service-section .dia-service-text {
    padding-left: 0;
  }

  .dia-service-section .dia-service-details {
    margin: 25px 0px 0px;
  }

  .dia-service-section {
    padding-bottom: 0px !important;
  }

  .dia-service-section .dia-service-item p{
    font-size: 13px;
  }


    .dia-service-section .dia-service-details .dia-service-item .dia-service-more a{
          font-size: 11px;
   }
   .dia-service-item {
    text-align: center;
}

.dia-section-title{
    text-align: center !important;
}

.dia-service-more {
    text-align: center !important;
    float: none !important; 
    margin-top: 20px; 
}

.dia-service-item {
        visibility: visible !important;
        animation: none !important;
    
    }

  .dia-section-title h2 {
    font-size: 17px !important;
    margin-top: 10px;
  }

  .dia-about-section {
    /* padding-top: 20px; */
    padding-bottom: 30px;
  }

  .dia-service-section .dia-service-details .dia-service-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .dia-about-content .dia-about-list li,  .dia-exp-content .dia-about-list li {
    width: 100%;
  }

  .dia-about-content .dia-about-text {
    font-size: 15px;
    padding: 20px 0px 30px;
    text-align: center;
  }

  .dia-about-content .dia-about-img {
    padding-left: 0;
  }

  .dia-exp-section {
    padding: 60px 0px 60px;
    
  }

  .dia-exp-section .dia-exp-img{
    display: none;
  }
  
  .dia-exp-section .dia-about-text{
    font-size: 15px;
    text-align: center;
    margin-bottom: 25px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3 {
    font-size: 28px;
  }

  .dia-newslatter-section .dia-newslatter-content {
    padding: 45px 25px 45px 25px;
  }

  .dia-footer-section {
    padding-top: 50px;
  }

  .dia-footer-widget .dia-payment-mathod {
    margin-top: 20px;
  }

  .dia-footer-copyright .dia-copyright-menu {
    float: none;
  }

  .dia-footer-copyright .dia-copyright-menu a {
    margin-left: 0;
    margin: 0px 8px;
  }

  .dia-footer-copyright-content {
    text-align: center;
  }
  .dia-service-section {
    padding-top: 0;
  }

  .pr-mark-cta-section .pr-mark-cta-content h2{
    font-size: 26px;
    font-weight: 500 ;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 380px) {
  .dia-banner-section .dia-banner-content h1 {
    font-size: 36px;
    padding: 10px 0px 15px;
  }

  .dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
    height: 25px;
  }

  .dia-banner-section .dia-banner-content p {
    font-size: 18px;
  }

  .dia-section-title h2 {
    font-size: 26px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
    width: 100px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
    padding-left: 10px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .dia-banner-section .dia-banner-content h1 {
    font-size: 30px;
  }

  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox label {
    font-size: 12px;
  }
}
/*** Start Of blog Section ***/
@media screen and (max-width: 767px) {

  .pr-mark-cta-content {
    flex-direction: column; 
    text-align: center; 
}






}
/*=====================================================================
SaaSio - HR Management
=====================================================================*/
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/

@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Partner area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*intregations area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*process area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*counter area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*call to action area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*dark-version area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */

/*****Inner Page Style****/
.pr-mark-cta-section {
  padding: 50px 0px;
}
.pr-mark-cta-section .pr-mark-section-title h2 {
   color: #fff; 
  padding-bottom: 0;
}


.pr-mark-btn a {
  color: #fff;
  height: 55px;
  width: 170px;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Poppins";
  background-size: 200%, 1px;
  -webkit-box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
  box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
  background: #ff6700;
  /* background-image: -webkit-gradient(linear, left top, right top, from(#fd4485), color-stop(50%, #ffa38d), to(#fd4485)); */
  /* background-image: linear-gradient(90deg, #fd4485 0%, #ffa38d 50%, #fd4485); */
}
.pr-mark-btn a:hover {
  background-position: 120%;
}

.pr-mark-section-title.middle-align {
  margin: 0 auto;
  max-width: 615px;
}
/* .pr-mark-section-title.middle-align .pr-mark-section-title-tag:before {
  display: block;
} */
.pr-mark-section-title .pr-mark-section-title-tag {
  /* font-size: 20px;
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(81deg, rgb(255, 102, 0) 0%, rgb(255, 153, 3) 75%, rgb(255, 203, 5) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins"; */
}
/* .pr-mark-section-title .pr-mark-section-title-tag:before, .pr-mark-section-title .pr-mark-section-title-tag:after {
  top: 18px;
  height: 3px;
  width: 42px;
  content: "";
  position: absolute;
  background-color: #fe5d87;
}
.pr-mark-section-title .pr-mark-section-title-tag:before {
  left: -45px;
  display: none;
}
.pr-mark-section-title .pr-mark-section-title-tag:after {
  right: -45px;
} */
.pr-mark-section-title h2 {
  /* font-size: 36px;
  font-weight: 700;
  color: #0d1d72;
  padding: 10px 0px 20px; */
}


/*---------------------------------------------------- */
/*(9)- Faq area*/
/*----------------------------------------------------*/
.it-nw-faq-section {
  z-index: 1;
}
.it-nw-faq-section .it-nw-faq-sh {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.it-nw-faq-content {
  padding: 20px;
  background-color: #fff;
}
.it-nw-faq-content .accordion {
  border-top: 1px solid #d8d8d8;
}
.it-nw-faq-content .faq-header h3 {
  margin-bottom: 0;
  padding: 10px;
}
.it-nw-faq-content .faq-body {
  padding: 15px 10px 10px 10px;
}
.it-nw-faq-content .faq_title:not(.collapsed),
.it-nw-faq-content .faq_title {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  padding: 15px 10px;
  font-family: "Poppins";
  position: relative;
  border: 1px solid #d8d8d8;
  text-align: left;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  width: 100%;
  background-color: transparent;
}
.it-nw-faq-content .faq_title::after {
  right: 0;
  width: auto;
  height: auto;
  content: "";
  color: #b1b0b0;
  font-weight: 900;
  position: absolute;
  background-image: none;
  font-family: "Font Awesome 5 Free";
}
.it-nw-faq-content .faq_title:not(.collapsed)::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  content: "";
  color: #4c6df3;
}


/*---------------------------------------------------- */
/*case area*/
/*----------------------------------------------------*/

.pr-mark-case-section {
  overflow: hidden;
  padding: 100px 0px 85px;
}
.pr-mark-case-section .pr-mark-section-title {
  max-width: 450px;
}
.pr-mark-case-section .pr-mark-tab-content-area {
  margin: 0px -15px;
  overflow: hidden;
}

.pr-mark-case-content .tab-content > .tab-pane {
  height: 0;
  display: block;
}
.pr-mark-case-content .tab-content > .active {
  height: auto;
  display: block;
}
.pr-mark-case-content .pr-mark-tab-btn {
  margin: 20px -15px 0px;
}
.pr-mark-case-content .pr-mark-tab-btn li {
  width: 25%;
  padding: 0px 15px;
}
.pr-mark-case-content .pr-mark-tab-btn .nav-tabs .nav-link {
  width: 100%;
  font-weight: 600;
  color: #0d1d72;
  padding: 17px 15px;
  font-family: "Poppins";
  border: 1px solid #c9c9c9;
}
.pr-mark-case-content .pr-mark-tab-btn .nav-tabs {
  border: none;
}
.pr-mark-case-content .pr-mark-tab-btn .nav-tabs .nav-link.active {
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 60px 0px rgba(118, 118, 118, 0.2);
  box-shadow: 0px 15px 60px 0px rgba(118, 118, 118, 0.2);
}



/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/

#dia-about h2{
  font-size: 40px;
}

#pr-mark-case .pr-mark-tab-content-area{
  padding: 40px;
}


 #dia-about1 .dia-exp-btn{
  color: #fff;
  display: inline-block;
  height: 48px;
  width: 155px;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  border-radius: 40px;
  font-family: "Poppins";
  background-color: #390ed2;
  text-align: center;
}

.hide{
  display: none;
}	
.mega-menu-div ul li{	
  display: block !important;	
}	
.mega-menu-li:hover .mega-menu-div, .mega-menu-li a:hover .mega-menu-div{	
  display: block;	
}	
.mega-menu-div{	
  position: absolute;	
  left: 0px;	
  top:60px;	
  width: 100%;	
 background-color: rgba(255, 255, 255, 1);	
  padding: 40px 40px;	
  display:none;	
  border-radius: 20px;	
}	
.dia-home .mega-menu-div{	
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5);	
}	
.mega-menu-div h3{	
  margin-bottom: 14px;	
  font-size: 24px;	
}	
.mega-menu-div div div{	
  border-right: 2px solid lightgray;	
}	
.mega-menu-div div div.third-mega-column{	
  border-right: 0px;	
}


/* new1 */
/* # The Rotating Marker # */
summary::before {
  font-family: "Hiragino Mincho ProN", "Open Sans", sans-serif;
  content: "▶";
  position: absolute;
  top: 1rem;
  left: 0.8rem;
  transform: rotate(0);
  transform-origin: center;
  transition: 0.2s transform ease;
}

/* # The Sliding Summary # */
@keyframes details-show {
  from {
    margin-bottom: -80%;
    opacity: 0;
    transform: translateY(-100%);
  }
}

/* # Style 2 # */

/* # Just Some Pretty Styles # */
body { font-family: "Open Sans", sans-serif; padding-bottom: 400px; }
img { max-width: 100%; }
p { margin: 0; padding-bottom: 10px; }
p:last-child { padding: 0; }
summary {
  margin: 10px;
  border: 4px solid transparent;
  outline: none;
  padding: 1rem;
  display: block;
  background: #666;
  color: white;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
}

summary:hover {
  color: #FFCA28;
  background: #444;
}
summary:hover strong,
summary:hover::before {
  color: #FFA128;
}
.content {
  padding: 10px;
  border: 2px solid #888;
  border-top: none;
}




/* new1 and new2  */
.mm{
  margin-top: 50px ;
  margin-bottom: 50px;
}


@media(max-width: 600px){
  .pr-mark-case-content .pr-mark-tab-btn li {
    width: 100%;
  }
}

@media(max-width: 500px){
  .cd-headline.clip.is-full-width{
    font-size: 25px !important;
  }
}



/* New Navbar Styling */




:root{

    /* Background Color */
    
 
    --bg-white: #fff;   

    --normal-font-weight:400;
    --bold-font-weight:700;


}







.header_wrappeer .navbar{
    -webkit-transition: all 0.2 linear;
    -o-transition: all 0.2 linear;
    -moz-transition: all 0.2 linear;
   transition: all 0.2 linear;
   background-color: white;
   box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);

}

.header_wrappeer .container-fluid{
    width: 80%;
}

.header_wrappeer  .navbar-toggler-icon{
    color: #ff6600;
    font-size: 27px;
    margin-top: 15px;
    margin-right: -17px;
}

.header_wrappeer .navbar-brand img{
    height: 70px;
  width: auto;
    
}

.header_wrappeer .menu-navbar-nav{
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 8px;
}

.header_wrappeer  .nav-item{
    margin: 0 6px;
    /* position: relative; */
}

.header_wrappeer .nav-item .nav-link {
    font-weight: var(--bold-font-weight);
    font-size: 17px;
    color: black !important;
    line-height: 1;
    font-family: "Poppins";
    display: block;
    text-decoration: none;
}

.header_wrappeer .mega-menu-div h3{
  color: #585476;
}

.header_wrappeer li a {
  color: #000 !important;
}

.header_wrappeer .mega-menu-div {
    display: none; /* Hidden by default */
    position: absolute;
    left: 230px !important; 
    top: 80px !important; 
    width: 75% !important;
    background-color: #fff;
    padding: 20px;
   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   line-height: 1.667;
}

.header_wrappeer .mega-menu-li{
    padding-bottom: 20px;
}

.header_wrappeer .mega-menu-li:hover .mega-menu-div {
    display: block; /* Show on hover */
}

/* Mega menu row styling */
.header_wrappeer .mega-menu-div .row {
    display: flex;
    justify-content: space-between;
}

.header_wrappeer .mega-menu-div .col-3 {
    flex: 1;
    padding: 0 15px;
}

.header_wrappeer .mega-menu-div h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Style the mega menu links */
.header_wrappeer .mega-menu-div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header_wrappeer .mega-menu-div ul li {
    margin-bottom: 10px !important;
}

.header_wrappeer .mega-menu-div ul li a {
    text-decoration: none;
    color: #000 !important;
    display: flex;
    align-items: center;
    font-family: 'Poppins';
}

.header_wrappeer .mega-menu-div ul li a span {
    margin-right: 10px;
}

.header_wrappeer .mega-menu-div {
    transition: all 0.3s ease-in-out;
}



.header_wrappeer .dropdown-menu {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .45);
    border-top: 1px solid rgba(0, 0, 0, .45);
    padding: 10px 0; 
 
}

.header_wrappeer .navbar-nav .dropdown-item {
    font-weight: 500;
    font-family: 'Poppins';
    text-align: center; 
    padding: 4px 5px; 
    white-space: normal; 

    text-overflow: ellipsis;
    font-size: 15px;
}





@media (min-width: 992px) {
    .header_wrappeer .nav-link {
        margin-top: 20px;
        position: relative; 
        text-decoration: none; 
        color: inherit; 
        padding-bottom: 20px;
    }
    
    .header_wrappeer .nav-link:before , .header_wrappeer .mega-menu-div a:before{
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        height: 5px; 
        width: 0; 
        margin: 0 auto;
        position: absolute;
        transition: width 0.5s ease-in-out; 
        background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
    }
    
    .header_wrappeer .nav-link:hover:before , .header_wrappeer .mega-menu-div a:hover:before {
        width: 100%;
    }
    
    
    .header_wrappeer .mega-menu-div a {
        position: relative; 
        text-decoration: none; 
        color: inherit; 
        padding-bottom: 5px;
    }
    
    
}



@media (max-width: 991px) {
    .header_wrappeer .dropdown-menu {
        width: 100%; 
    }

    .header_wrappeer .navbar-brand img {
        height: 57px;
        
    }
}


@media  (max-width: 1300px) {
    .header_wrappeer .menu-navbar-nav{
        width: auto;
    }

    .header_wrappeer .container-fluid{
        width: 95%;
    }

    .header_wrappeer  .mega-menu-div {
        display: none; 
        position: absolute;
        left: 0px !important ; 
        top: 70px ; 
        width: 100% !important;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }
}


@media  (max-width: 991px) {
  

    .header_wrappeer .navbar-toggler:focus{
        box-shadow: none;
    }
    .header_wrappeer .menu-navbar-nav{
        text-align: center;
    }
    .header_wrappeer .nav-item .nav-link{
        margin-top: 9px;
        font-size: 18px;
    }

    .header_wrappeer .nav-item:last-child .nav-link{
        margin-bottom: 20px;
    }


    
    .header_wrappeer .navbar-collapse{
        background: var(--bg-white);
    }

  
}


/* Show menu when active */


      /* Left Section */

      /* Right Section */


      /* Close Menu Button */


@media (max-width: 992px) {

  /* Prevent scrolling when menu is open */

  /* Close button styling */
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    min-width: 150px;
}

/* Mobile-specific adjustments */
@media (max-width: 992px) {
    .dropdown-menu {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
    }
}
