@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700&amp;display=swap");

/***** General CSS *****/

body {
  text-align: center;
  word-break: break-word;
  font: 16px/25px 'poppins';
  color: #747474;
  overflow-x: hidden;
  overflow: hidden;
  margin: 0!important;
  font-size: 17px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Poppins,sans-serif;
  color: #333;
  font-weight: 300;
  letter-spacing: .5px;
  scroll-behavior: smooth;
}




img {
  max-width: 100%; float: left;
}
.h1, .h2, .h3, .h4, .h5, .h6, address, blockquote, caption, dd, dl, h1, h2, h3, h4, h5, h6, hr, menu, ol, p, pre, table, ul {
  margin: 0;
  margin-bottom: 15px;
}

 ol, ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
html{
  overflow-x: hidden;
}





input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;

}
#port li{
  margin: 10px;   flex: 1 1 30%; 
}
#porta li{
  margin: 10px;   flex: 1 1 15%; 
}
p {
  font-weight: 500;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.html);
  src: url(../fonts/fontawesome-webfontd41d.html?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont-2.html) format("woff"),
    url(../fonts/fontawesome-webfont-3.html) format("truetype"),
    url(../fonts/fontawesome-webfont-4.html#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "eng-old";
  src: url(../font/OLD.ttf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}




.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 63px;
  font-weight: 500;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navbar {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.menuSec li ul {
  display: none;
}


.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}


/* home section */

.main-home{
  background-image: url('../images/slider-14_adqdwDRAJCT.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 100vh;
}
.rbody {
  transition: background 1s ease;
  background: black;
}

.main-home.home-banner-s .revolution-slider .inner {
  padding-bottom: 190px;
}
.main-home .inner h1.heading {
  line-height: 1.25;
  font-size: 59px;
  font-weight: 700;
}
.heart-img {
  width: 57px;
  margin-top: -10px;
}
.bkseparator--15 {
  height: 15px;
}
.black-bg-banner-2 {
  display: inline-block;
  background: rgba(0,0,0,.4);
  padding: 20px 30px 30px 30px;
  border-radius: 8px;
}
.main-home .inner h2.heading-h6 {
  font-size: 23px;
  font-weight: 600;
}
.main-home .inner .slider-btn {
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
.display-on-mob {
  display: none;
}

.service-tabs {
  --class-item-bg: #fff;
  width: 100%;
}
.service-tabs ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 0;
  position: relative;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.service-tabs ul li {
  width: 25%;
  text-align: center;
}
.service-tabs ul li .nav-link.active {
  background: var(--class-item-bg);
  border: 1px solid #fff;
  color: #f05874;
  border-radius: 4px;
  transform: scale(1.1);
}
.service-tabs ul li .nav-link.active .pink-icons {
  display: block;
}
.tab-name {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
}
.service-tabs ul li .nav-link.active:after {
  width: 30px;
  height: 30px;
  background: var(--class-item-bg);
}
.service-tabs ul li .nav-link:after {
  content: '';
  background: 0 0;
  position: absolute;
  bottom: -26px;
  left: 46%;
  width: 0;
  height: 0;
  transform: rotate(45deg) translateX(-50%);
  border-radius: 0 0 4px 0;
  transition: all .3s,background .5s;
}
.service-tabs ul li .nav-link, .service-tabs ul li .nav-link:focus, .service-tabs ul li .nav-link:hover {
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  padding: 10px 15px 15px 15px;
  font-size: 18px;
  position: relative;
  transition: all .3s;
  font-weight: 500;
}
.service-tabs .tab-content {
  padding-top: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.tab-content>.tab-pane {
  font-size: 17px;
}

.tab-heading h1.heading-h3 {
  font-size: 40px;
}
.tab-heading h6.heading-h6 {
  font-size: 20px;
  font-weight: 700;
}

.border-btn, .border-btn:visited {
  padding: 10px 15px;
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  transition: all .3s;
}
.no-border-btn, .no-border-btn:hover, .no-border-btn:visited {
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
.service-tabs .tab-content .col-md-6 img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* .pricing-tabs */
.pricing-tabs {
    width: 100%
}

.pricing-tabs ul.nav-tabs {
    display: table;
    margin: 0 auto;
    border: 0
}
.pricing-tabs ul.nav-tabs li {
    float: left
}

.pricing-tabs ul.nav-tabs li .nav-link,.pricing-tabs ul.nav-tabs li .nav-link:focus {
    border:2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    position: relative;
    transition: all .3s;
    font-weight: 500;
    border-radius: 4px;
    margin: 0 5px;
    transition: all .3s
}

.pricing-tabs ul.nav-tabs li .nav-link.active,.pricing-tabs ul.nav-tabs li .nav-link:hover {
    background:rgb(237, 117, 31);
    color: #000;
    border: 2px solid #fff
}

.pricing-tabs .tab-content {
    padding-top: 30px;
    width: 100%
}

.pricing-tabs .tab-content #portal-price-tab .col-md-3.plr-7:first-child {
    margin-left: 12.5%
}

.pricing-tabs .tab-content .single-pricing .price-detail {
    height: 320px;
    overflow: auto;
}

.single-pricing {
    width: 100%;
    padding: 25px 25px;
    background: rgba(0,0,0,.18);
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.13)
}

.price-header {
    width: 100%;
    position: relative
}

.price-header h2 {
    font-size: 36px;
    margin: 0;
    color: #fff
}

.price-header h1 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 600
}

.price-header img {
    position: absolute;
    top: 50%;
    right: 0;
    height: 60px;
    transform: translateY(-50%)
}

.price-detail {
    margin-top: 10px;
}

.price-detail h5 {
    font-size: 16px;
    margin: 0;
    padding-top: 15px;
    color: #fff;
    padding-bottom: 3px;
    font-weight: 700
}

.price-detail ul {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0
}

.price-detail ul li {
    padding: 0 0 0 25px;
    position: relative;
    font-weight: 400;
    font-size: 15px
}

.price-detail ul li:before {
    content:"\f00c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 1px;
    font-weight: 900;
    font-size: 14px
}

.price-link {
    padding-top: 30px;
    text-align: center
}

.price-link a {
    border: 2px solid #fff;
    color: #fff;
    padding: 9px 29px;
    font-size: 15px;
    position: relative;
    transition: all .3s;
    font-weight: 500;
    border-radius: 4px;
    margin: 0 5px;
    display: inline-block;
    transition: all .3s
}

.price-link a:hover {
    background:#fff;
    color: #000
}
::-webkit-scrollbar {
  width: 7px;
  border-radius: 50%
}

::-webkit-scrollbar-track {
  background: rgba(0,0,0,.15);
  border-radius: 100px
}

::-webkit-scrollbar-thumb {
  background: rgba(255,91,81);
  border-radius: 100px
}

.pricing-tabs .tab-content .single-pricing .price-detail::-webkit-scrollbar-thumb {
  background: rgba(255,255,255)
}
.view-portfolio-about a:hover {
  background: #fff;
  color: #1c1c1c;
}
.border-btn:hover {
  background: #fff;
  color: #1c1c1c;
}



.move-up {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.blog-grid-minimal.minimal-style-2.text-white .post-content p {
  display: -webkit-box!important;
  -webkit-line-clamp: 3!important;
  -webkit-box-orient: vertical!important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 7px;
  font-size: 15px;
}
.blog-grid-minimal.minimal-style-2.text-white:hover .post-content p {
  color: #000;
}
.blog-grid-minimal.minimal-style-2.text-white:hover .post-content img {
  opacity: 1;
}
.blog-grid-minimal.minimal-style-2 .post-content .post-content-inner {
  padding: 20px;
  padding-bottom: 15px;
  border: 1px solid rgba(255,255,255,.2);
  border-top: 0;
}
.blog-grid-minimal.minimal-style-2.text-white:hover .post-content h4 {
  border-color: #eee;
}


.testimonial-carousel-2 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto
}

.testimonial-carousel-2.owl-carousel .owl-dots {
  text-align: center
}

.testimonial-carousel-2.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,.5);
  margin-left: 5px;
  transition: all .3s;
  outline: 0
}

.testimonial-carousel-2.owl-carousel .owl-dots .owl-dot.active {
  border: 2px solid transparent;
  background: rgba(0,0,0,.5)
}

.testimonial-details h4 {
  font-size: 33px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  font-weight: 700
}

.testimonial-details p {
  color: #fff;
  padding: 50px 0 25px 0;
  position: relative;
  font-weight: 500
}

.testimonial-details p :before {
  content:"\f10d";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 20px;
  left: 0;
  font-weight: 900;
  font-size: 36px;
  color: rgba(255,255,255,.4)
}

.testimonial-details p:after {
  content:"\f10e";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  margin: 8px 0 0 8px;
  font-weight: 900;
  font-size: 36px;
  color: rgba(255,255,255,.4)
}

.testimonial-details {
  padding-top: 50px
}

.testi-img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto
}

.testimonial-icon {
  width: 70px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden
}

.testimonial-icon img {
  width: 100%
}

.testimonial-rating {
  width: calc(100% - 85px);
  float: left
}

.testimonial-stars-2 i {
  color: #faa709
}

.testimonial-name-des p.name-t {
  font-size: 20px;
  margin: 2px 0 0 0;
  font-weight: 700;
  color: #fff;
  line-height: 1
}

.testimonial-name-des p.des-t {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  color: #fff
}












/* footer */
.footer-top-2 {
  width: 100%;
  background: #1c1c1c;
  padding: 60px 0 30px 0
}

.footer-logo-sec img {
  width: 100%;
  max-width: 150px
}

.footer-top-2 ul {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0
}

.footer-top-2 ul li {
  width: 100%;
  color: #787878;
  font-size: 12px;
  font-weight: 500;

}
#fp{
  text-align: right;
}
#fm{
  margin-left: -110px;
}
#fmp{
  margin-left: -160px;
}
.footer-top-2 ul li a {
  color: #787878;
  padding: 2px 0;
  font-size: 14px;
  display: inline-block;
  font-weight: 500
}

.footer-logo-sec ul li a {
  color: #fff
}

.footer-newsletter {
  padding: 15px 0;
  display: inline-block;
  width: 100%
}

.footer-newsletter-input,.footer-newsletter-input:focus {
  border: 1px solid #787878;
  border-right: 0;
  color: #787878;
  float: left;
  width: 70%;
  border-radius: 4px 0 0 4px
}

.footer-newsletter-input:placeholder {
  color: #787878
}

.footer-newsletter-submit,.footer-newsletter-submit:focus {
  width: 30%;
  float: left;
  border-radius: 0 4px 4px 0;
  color: #fff;
  background: #f25e6e;
  border: 1px solid #f25e6e
}

.footer-top-2 h6 {
  color: #fff;
  font-size: 16px;
  margin: 0
}

.footer-bottom-2 {
  padding: 30px;
  width: 100%;
  background: #3d3b3c;
  color: #fff;
  overflow: hidden
}

.footer-bottom-2 .left-par {
  float: left
}

.footer-bottom-2 .right-par {
  float: right;
  margin: -20px 0 -30px 0
}

.footer-bottom-2 .right-par img {
  width: 100%;
  max-width: 367px
}
.social {
  color: #65b9f9;
  padding-left: 4px;
}
.icon {
  position: absolute;
  left: 0;
  top: 8px;
  color: #65b9f9;
}
.contact-text {
  position: relative;
  padding-left: 21px;
}
.testimonial-carousel-2 .slick-dots li button:before {
  font-size: 14px !important;
  transition: 0.3s;
}
.blog-grid-minimal.minimal-style-2:hover .post-content-inner a{
  transition: 0.3s;
  color: black !important;
}
.blog-grid-minimal.minimal-style-2:hover .post-meta{
  border-top: 1px solid black !important;
  color: black !important;
  transition: 0.3s;
}
.blog-grid-minimal.minimal-style-2:hover .post-date{
  color: black !important;
  transition: 0.3s;
}
.post-content:hover{
  background-color: white !important;
  transform: translateY(-10px);
  transition: 0.3s ease-in-out !important;
  box-shadow: 0 30px 40px rgba(0,0,0,.11);
}
.navbar-nav {
  gap: 12px !important;
  margin-top: 16px;
}
nav.sticky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
    background: rgba(0,0,0,.9);
    transition:background !important;
}
.navbar-nav .nav-link {
  font-size: 14px !important;
  font-weight: 600;
  font-family: Poppins,sans-serif;
}
#scrollUp {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 60px;
  background-color: #fff;
  color: #222;
  right: 20px;
  bottom: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 9811!important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
  display: none;
  transition: 0.5s ease;
}

@media only screen and (max-width: 479px) {
  #scrollUp {
      display:none!important
  }
}
.sroll{
  display: block !important;
}
img.logo{
  width: 10%;
}
/* .preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: #333;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
} */


/* portfolio  */
.portfolio-banner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.portfolio-banner ul li {
  width: 14.28%;
  position: relative;
  background-color: #000;
}
#nav-menu li{
  margin-top: 40px;
}
.tawk-min-container {
  display: none !important;
}
.font-lato {
  display: none !important;
}
#tawkchat-minified-container {
  display: none !important;
}


/* .portfolio-banner ul li::before{
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  background-color: #3e108480;top: 0;
  left: 0;
  z-index: 11;
} */

.portfolio-banner ul li img {
  width: 100%;
  height: 100%;
  transition: 0.2s;
  display: block;
  position: relative;
  opacity: 0.3;
}
.portfolio-banner ul li img:hover{
  transform: scale(1.2);
  z-index: 2;
  opacity: 1;
}
.portfolio-banner ul li img::before:hover{
  display: none;
  background-color: yellow;
}
.portfolio-banner {
  height: 100vh ;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  
  background-color: yellow;
}

.portfolio-banner-text {
  position: absolute;
  width: 55%;
  z-index: 40;
}

.portfolio-banner-text *{
  color: #fff !important;
}
.portfolio-banner-text h2{
  font-size: 52px;
  font-weight: 700;
  padding: 10px 0;
  width: 60%;
  margin: 0 auto;
}
.portfolio-banner-text p{
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}
.portdolio_tab{
  background-color: #000;
}
.portdolio_tab .tab-pane ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.portdolio_tab .tab-pane ul li {
  width: 14.28%;
  position: relative;
  background-color: #000;
}
.portdolio_tab .tab-pane ul li a{
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000089;
  top: 0;
  left: 0;
  font-size: 40px;
  transform: scale(0);
  transition: 0.5s;
}
#logo-price-tab{
  background-color: black;
}
#logo-tab{
  background-color: #ed751f;
}
.portdolio_tab .tab-pane ul li:hover a{
  transform: scale(0.9);
}
/* portfolio  */


/* changes start */
.black-bg-banner-2 input::placeholder{
  color: #fff;
  
}
.workflow-3:after {
  content: '';
  position: absolute;
  width: 169px;
  height: 155px;
  bottom: -4px;
  left: 85px;
  background: url('../images/arrows-3.png') no-repeat bottom;
  background-size: contain;
  z-index: 2;
  margin-left: -5px;
  transition: .3s ease-in-out;
}
.workflow-2:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 14px;
  background: url('../images/arrows-2.png') no-repeat top;
  background-size: contain;
  z-index: 2;
  width: 169px;
  height: 155px;
  margin-left: 50px;
  transition: .3s ease-in-out;
}
.workflow-1:after {
      content: '';
    position: absolute;
    width: 249px;
    height: 164px;
    top: 55px;
    left: 4px;
    margin-left: -20px;
    background: url(../images/arrows-1.png) no-repeat bottom;
    background-size: contain;
    z-index: 2;
    transition: .3s ease-in-out;
}
.testimonial-details {
  text-align: center;
  padding-top: 0px;
}

.testimonial-rating {
  width: inherit;
}

.testimonial-person {
  display: flex;
  justify-content: center;
}
.testimonial-icon {
  height: 70px;
}
.navbar-nav {
  margin-top: 0;
}
.banr-input {
  display: inline;
}
.logo-type-tabs {
  margin-top: 3%;
}

.main-home .inner .slider-btn .banner-input-submit:hover {
    background: transparent;
    color: #fff;
}
.service-tabs .nav-link:hover {
  color: unset;
}
.portfolio-2-tabs ul.nav-tabs li .nav-link.active, .portfolio-2-tabs ul.nav-tabs li .nav-link:hover {
  background: #fff;
  color: #3f1084 !important;
  border: 2px solid #fff;
}
img.heart-img {
  animation: heartbeat 1.5s ease-in-out infinite both;
 
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.footer-top-2 ul li a:hover {
  color: #65b9f9;
  margin-left: 5px;
}

.footer-top-2 ul li a {
  transition: .3s ease-in-out;
}
a#scrollUp:hover {
  background: #0097f6;
  transform: rotate(360deg);
}

a#scrollUp:hover i {
  color: #fff;
}
.body-slider .slick-slide img:hover {
  transform: scale(1.1);
  filter: drop-shadow(1px 2px 0px white);
}

.body-slider .slick-track {padding: 5px 0;}

.body-slider img {
  transition: .2s ease-in-out;
  
}

@keyframes pulse-white {
	0% {
		
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    
	}
	
	70% {
	
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}
	
	100% {
		
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
.heading-title:after{
  animation: pulse-white 2s infinite;
  border-radius: 50%;
}
/* 
.single-workflow:hover img {filter: drop-shadow(2px 4px 6px black);transform: translate(-50%,-55%);} */

.single-workflow img {
  animation: dropshwd 2s ease-in-out infinite alternate;
}


.single-workflow .workflow-number {
  animation: invr 2s ease-in-out infinite alternate;
}

@keyframes dropshwd {
  to{filter: drop-shadow(2px 4px 6px black);transform: translate(-50%,-55%);

  }
}
@keyframes invr {
  to{
    filter: invert(1);
  }
}
.workflow-2 img {
  animation-delay: .50s;
}
.workflow-2 .workflow-number {
  animation-delay: .50s;
}
.workflow-3 img {
  animation-delay: 1s;
}
.workflow-3 .workflow-number {
  animation-delay: 1s;
}
.workflow-4 img {
  animation-delay: 1.50s;
}
.workflow-4 .workflow-number {
  animation-delay: 1.50s;
}

.single-workflow:hover h3 , .single-workflow:hover p , .single-workflow:hover .workflow-img-2:before , .single-workflow:hover .workflow-img-2::after{
  filter: invert(1);
}


.single-workflow p {
  transition: .3s ease-in-out;
  font-weight: 400;
  
}
.logo-slider img:hover {
  filter: opacity(0.5);
}

.logo-slider img{
  transition: .3s ease-in-out;
}
.single-pricing{
  transition: .3s ease-in-out;
}
.single-pricing:hover {
  background: #fff;
  transform: scale(1.1);
  filter: drop-shadow(2px 4px 6px black);
}

.single-pricing:hover * {
    color: #ff5b51 ;
}

.price-header {
  transition: .3s ease-in-out;
}

.single-pricing:hover .price-header img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(35%) saturate(4288%) hue-rotate(326deg) brightness(96%) contrast(108%);
}
.single-pricing:hover .price-link a {
  border-color: #ff5b51;
}

/* workflow start */


@media only screen and (min-width: 1400px) {
  .single-workflow {
    width: 286px;
    float: left;
    padding: 0 7px;
  }
  .workflow-img {
    width: 286px;
    height: 286px;
  }
  .workflow-img-2 {
    width: 286px;
    height: 286px;
  }
  .workflow-1 img {
    max-width: 130px;
  }
  .workflow-2 img {
    max-width: 120px;
  }
  .workflow-3 img {
    max-width: 110px;
  }
  .workflow-4 img {
    max-width: 140px;
  }
  .workflow-1:before {
    width: 264px;
    height: 200px;
    top: -3px;
    left: 14px;
  }
  .workflow-1:after {
    width: 342px;
    height: 200px;
    bottom: -2px;
    left: -7px;
  }
  .workflow-2:before {
    width: 278px;
    height: 292px;
    top: -51px;
    left: -3px;
  }
  .workflow-2:after {
    width: 342px;
    height: 234px;
    bottom: -2px;
    left: -7px;
  }
  .workflow-3:before {
    width: 264px;
    height: 200px;
    top: -3px;
    left: 14px;
  }
  .workflow-3:after {
    width: 342px;
    height: 234px;
    bottom: -2px;
    left: -7px;
  }
  .workflow-4:before {
    width: 264px;
    height: 200px;
    top: -3px;
    left: 14px;
  }
  .workflow-4:after {
    width: 342px;
    height: 234px;
    bottom: -2px;
    left: -7px;
  }
  .workflow-number {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .workflow-1 .workflow-number {
    top: 66px;
    left: -35px;
  }
  .workflow-2 .workflow-number {
    top: -35px;
    left: 21px;
  }
  .workflow-3 .workflow-number {
    bottom: -36px;
    left: 31px;
  }
  .workflow-4 .workflow-number {
    top: -38px;
    left: 33px;
  }
}


/* workflow end */

.non-img h6 {font-size: 42px;font-weight: 300;color: #fff;margin-bottom: 0;}

.non-img.bl {
   background: #0288d1;
}
.non-img.gr {
   background: #78909c;
}
.non-img.org {
   background: #ef6c00;
}
.non-img {
    text-align: center;
    
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* changes end */

/* privacy start */
.revolution-slider-area2.privacy {
  background: url('../images/privacy.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.revolution-slider-area2.privacy .heading.letter-spacing-1 {
  line-height: 35px;
}

.privcy-sec {
  background: #3f1084;
  padding: 6% 0;
}

.privacy-hed {
  text-align: center;
}

.privacy-hed small {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 50px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 3px;
  display: inline-block;
  color: #fff;
}

.privacy-hed h3 {
  font-size: 52px;
  font-weight: 700;
  padding: 10px 0;
  color: #fff;
}

.privacy-hed small:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 2px;
  background: #fff;
  height: 45px;
  left: 50%;
  transform: translateX(-50%);
}

.privacy-content h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin: 22px 0;
}
.privacy-content p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

.privacy-content ul {
  margin: 30px 0;
}

.privacy-content ul li {
  margin: 6px 0;
  margin-left: 3%;
  color: #fff;
  list-style-type: disclosure-closed;
}

.privacy-content ul li a {
  color: #fff;
  font-weight: 700;
}

.privacy-content p a {
  color: #ffff;
  font-weight: 600;
}
.privacy-hed small:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 10px;
  background: #fff;
  height: 10px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}

/* privacy end */

/* contact start */
.privcy-sec.contct-pg .privacy-hed h3 {
  width: 74%;
  margin: 0 auto;
  line-height: 75px;
}

.privcy-sec.contct-pg .privacy-hed h6 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  width: 88%;
  margin: 0 auto;
}
.contact-pg {
  margin-top: 5%;
}

.contct-form input {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  margin-bottom: 17px;
  padding-left: 15px;
}
.contct-form input::placeholder , textarea::placeholder{
  color: #fff;
  font-weight: 500;
}
.contct-form textarea {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  height: 180px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px;
  color: #fff;
}

.contct-form input[type=submit] {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  width: 50%;
  height: 55px;
  border-radius: 5px;
  font-weight: 500;
}
.contct-info h3 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.contct-info h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.contct-info ul li a {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.contct-info ul {
    margin-top: 6%;
}

.contct-info {
    padding-left: 2%;
}
/* contact end */




























/* end home section */

/* steps  start */


.step-wrapper {
  width: 100%;
  height: 100vh;
  position: relative
}

.step-wrapper.step-1 {
  background: #522395
}

.step-wrapper.step-2 {
  background: #8a13a1
}

.step-wrapper.step-3 {
  background: #f15874
}

.step-wrapper.step-4 {
  background: #6e28ac
}

.step-wrapper.step-5 {
  background: #077246
}

.step-wrapper.step-6 {
  background: #522395
}

.step-top-sec {
  position: relative;
  top: 72px;
  overflow: auto;
  height: 100%
}

.center-container {
  width: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%)
}

.steps-heading {
  text-align: center;
  padding-bottom: 30px
}

.step-input,.step-input:focus {
  width: 100%;
  max-width: 720px;
  border: 4px solid #fff;
  padding: 1em;
  height: 68px;
  border-radius: 4px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  background: 0 0;
  margin-bottom: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.step-input::placeholder {
  color: #fff
}

.step-other,.step-other:focus {
  width: 100%;
  max-width: 525px;
  border: 4px solid #fff;
  padding: 1em;
  height: 68px;
  border-radius: 4px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  background: 0 0;
  margin-bottom: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.step-other::placeholder {
  color: #fff
}

.step-footer {
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px 0 30px 0
}

.step-submit,.step-submit:focus {
  padding: 12px 48px;
  border: 4px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  width: auto;
  height: auto;
  background: transparent;
}

.top-left-img {
  position: absolute;
  top: 90px;
  left: -5px;
  width: 150px
}

.bottom-left-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  opacity: .5
}

.top-right-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  opacity: .5
}

.step-wrapper.step-3.new .steps-heading {
  padding-bottom: 0;
  line-height: 1.1
}

.step-wrapper.step-3.new .item .steps-heading {
  padding-bottom: 20px
}

.step-3-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: 0
}

.caro-control {
  position: relative;
  display: flex
}

.caro-left {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  z-index: 2
}

.caro-left i {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translateX(-50%) translateY(-50%)
}

.step-3-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: 0
}

.caro-right {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  z-index: 2
}

.caro-right i {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translateX(-50%) translateY(-50%)
}

.back-text {
  position: relative;
  padding: 3px 15px 3px 20px;
  background: rgba(255,255,255,.5);
  border-radius: 0 50px 50px 0;
  z-index: 1;
  font-weight: 500;
  margin-left: -13px
}

.next-text {
  position: relative;
  padding: 3px 20px 3px 15px;
  background: rgba(255,255,255,.5);
  border-radius: 50px 0 0 50px;
  z-index: 1;
  font-weight: 500;
  margin-right: -12px
}

.single-final {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 -7px
}

.single-final img {
  width: 100%
}

.single-final-text {
  width: 100%;
  padding: 20px
}

.single-final-text h4 {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-bottom: 10px
}

.single-final-text p {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: #000
}

.single-final-link {
  text-align: center
}

.single-final-link a {
  padding: 8px 25px;
  border: 2px solid #000;
  display: inline-block;
  color: #000;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px
}

.step-6 .center-container {
  top: 44%
}

.step-2 .bottom-left-img {
  width: 215px
}

.step-2 .top-right-img {
  top: 50px;
  width: 300px
}

.step-3 .top-right-img {
  top: 50px;
  width: 350px
}

.step-3 .bottom-left-img {
  width: 275px
}

.step-4 .bottom-left-img {
  width: 275px
}

.step-4 .top-right-img {
  top: 50px;
  width: 340px
}

.step-5 .top-right-img {
  top: 50px;
  width: 400px
}

.step-5 .bottom-left-img {
  width: 375px
}

.step-6 .top-right-img {
  width: 200px
}

.step-6 .bottom-left-img {
  width: 150px
}

.step-input::placeholder {
  color: #ddd
}

.bottom-right-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px
}

.step-checkbox {
  display: none
}

.step-label {
  width: 100%;
  padding: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  text-align: center
}

.step-label h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding-top: 10px
}

:checked+label:before {
  transform: scale(1)
}


.step-label:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  background-color: #3f1084;
  top: 10px;
  left: auto;
  right: 10px;
  transform: scale(0);
  color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 28px;
  transition-duration: .1s;
  font-weight: 900;
  font-size: 14px;
  transition: all .4;
  z-index: 1
}

.step-2 .step-label:before {
  top: -2px;
  right: 25px
}

.step-imgs {
  width: 100%;
  position: relative
}

.step-imgs img {
  width: 100%;
  border-radius: 4px;
  overflow: hidden
}

.step-2 .step-imgs img {
  width: 100%;
  max-width: 70px
}

.show-on-hover {
  position: absolute;
  background: #fff;
  padding: 10px 15px;
  text-align: left;
  z-index: 1;
  border-radius: 4px;
  display: none;
  min-width: 100%
}

.show-on-hover h5 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600
}

.show-on-hover p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3
}

#popupnum {
  animation: fadeIn 2s;
  display: none
}

.enter-popup {
  display: table;
  margin: 0 auto;
  text-align: center;
}

#clickpopup {
  cursor: pointer;
  color: #fff;
  padding-left: 5px;
  display: table-cell
}

.step-plr-7 {
  padding: 0 7px
}

.step-2 .step-options .col-md-2 {
  -ms-flex: 0 0 14.28%;
  flex: 0 0 14.28%;
  max-width: 14.28%
}

.max-900px {
  width: 100%;
  max-width: 900px;
  margin: 0 auto
}

.step-3 .max-900px {
  max-width: 700px
}

@media only screen and (max-width: 1380px) {
  .bottom-left-img {
      width:250px
  }

  .top-right-img {
      width: 350px
  }

  .bottom-right-img {
      width: 125px
  }

  .top-left-img {
      width: 125px
  }

  .step-footer {
      padding: 15px 0 15px 0
  }

  .step-2 .step-label:before {
      right: 18px
  }

  .step-2 .bottom-left-img {
      width: 190px
  }

  .step-2 .top-right-img {
      width: 265px
  }

  .step-2 .center-container {
      width: 100%;
      position: relative;
      top: auto;
      transform: none;
      max-height: calc(100vh - 161px);
      overflow: auto;
      padding-top: 30px;
      padding-bottom: 10px
  }

  .step-2 .center-container .container {
      max-width: 1000px
  }

  .step-3 .center-container {
      position: relative;
      top: auto;
      transform: none;
      max-height: calc(100vh - 161px);
      overflow: auto;
      padding-top: 30px;
      padding-bottom: 10px
  }

  .step-3 .max-900px {
      max-width: 700px
  }

  .step-3 .top-right-img {
      width: 300px
  }

  .step-3 .bottom-left-img {
      width: 250px
  }

  .steps-heading {
      padding-bottom: 20px
  }

  .step-4 .center-container {
      position: relative;
      top: auto;
      transform: none;
      max-height: calc(100vh - 161px);
      overflow: auto;
      padding-top: 30px;
      padding-bottom: 10px
  }

  .step-4 .max-900px {
      max-width: 700px
  }
}

@media only screen and (min-width: 1600px) {
  .step-6 .top-right-img {
      width:290px
  }

  .step-6 .bottom-left-img {
      width: 325px
  }
}

@media only screen and (max-width: 575px) {
  .header-default .header__wrapper .header-flex-right.flex-80 {
      display:none
  }

  .header-default .header__wrapper .header-left {
      flex-basis: 100%
  }

  .step-top-sec {
      top: 60px
  }

  .bottom-left-img,.bottom-right-img,.top-left-img,.top-right-img {
      display: none
  }

  .step-footer {
      padding: 15px 0 30px 0
  }

  .step-2 .step-options .col-md-2 {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%
  }

  .step-label h3 {
      font-size: 14px
  }

  .step-2 .center-container,.step-3 .center-container,.step-4 .center-container {
      max-height: calc(100vh - 160px)
  }

  .step-2 .steps-heading,.step-3 .steps-heading {
      padding-bottom: 30px
  }

  .step-2 .step-label:before {
      right: 30px
  }

  .step-input,.step-input:focus {
      margin-bottom: 10px;
      height: 55px;
      border: 1px solid #fff;
      font-size: 17px;
      font-weight: 400
  }

  .step-input:focus {
      border: 2px solid #fff
  }
}

.show-on-hover {
  z-index: 2;
}

.step-5 .step-input, .step-input:focus {
  max-width: 720px;
}

.step-3 .center-container {
  position: relative;
  top: auto;
  transform: none;
  max-height: calc(100vh - 175px);
  overflow: hidden auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.step-3 .step-label {
  margin-bottom: 30px;
}

.step-3 .max-900px {
  max-width: 900px;
}

@media only screen and (min-width: 1600px) {
  .step-2 .step-imgs img {
      max-width: 84px;
  }
}

@media only screen and (max-width: 1380px) {
  .step-7 .center-container {
      position: relative;
      top: auto;
      transform: none;
      max-height: calc(100vh - 60px);
      overflow: auto;
      padding-top: 30px;
      padding-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .header-default .header__wrapper .header-flex-right {
      display: none;
  }

  .step-7 .center-container {
      max-height: calc(100vh - 60px);
  }

  .step-7 .single-final {
      margin-bottom: 15px;
  }

  .step-footer {
      box-shadow: 0px -10px 30px -13px rgba(0, 0, 0, .3);
  }

  .step-wrapper.step-1 .step-footer {
      background: #522395;
  }

  .step-wrapper.step-2 .step-footer {
      background: #8a13a1;
  }

  .step-wrapper.step-3 .step-footer {
      background: #f15874;
  }

  .step-wrapper.step-4 .step-footer {
      background: #6e28ac;
  }

  .step-wrapper.step-5 .step-footer {
      background: #077246;
  }

  .step-wrapper.step-6 .step-footer {
      background: #522395;
  }

  h1.heading-h3 {
      font-size: 25px;
      font-weight: 600;
  }

  h1.heading-h3 br {
      display: none;
  }

  h6.heading-h6 {
      font-size: 17px;
      font-weight: 400;
  }

  .step-submit, .step-submit:focus {
      padding: 9px 40px;
      font-size: 16px;
      font-weight: 400;
      border: 2px solid #fff;
  }

  .logo {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
  }

  .show-on-hover {
      display: none !important;
  }

  .step-3 .center-container {
      max-height: calc(100vh - 160px);
  }

  .step-3 .step-label h3 {
      font-size: 18px;
  }

  .step-label {
      margin-bottom: 30px;
  }
}
h1.finalss {
  font-size: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* steps end */

