/**
 * AWES reset
 * =================================
 * We use normalize.css for the bulk of our 'reset'
 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.eot");
  src: url("../fonts/poppins/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Light.woff2") format("woff2"), url("../fonts/poppins/Poppins-Light.woff") format("woff"), url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.eot");
  src: url("../fonts/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Regular.woff2") format("woff2"), url("../fonts/poppins/Poppins-Regular.woff") format("woff"), url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.eot");
  src: url("../fonts/poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Medium.woff2") format("woff2"), url("../fonts/poppins/Poppins-Medium.woff") format("woff"), url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.eot");
  src: url("../fonts/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.eot");
  src: url("../fonts/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Bold.woff2") format("woff2"), url("../fonts/poppins/Poppins-Bold.woff") format("woff"), url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  font: inherit;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 135px;
}

*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/***********
  margins
  paddings
 **********/
html {
  box-sizing: border-box;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
select,
textarea,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}
ol{ margin-left:20px;}

body {
  font-family: "Open Sans",Verdana,Tahoma,serif;
}
body.bg-fixed {
  background-image: url("../images/body-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.cursor-pointer {
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.4s ease-out;
}

h2 {
  font-size: 2em;
  line-height: 1.75em;
  color: #2c3338;
}

h3 {
  font-size: 1.4em;
  line-height: 1.875em;
  color: #662e91;
}

h4 {
  font-size: 1.5em;
  color: #000000;
  letter-spacing: 0.016em;
  line-height: 1.313em;
}

h5 {
  font-size: 1em;
  color: #000000;
  letter-spacing: 0.016em;
  line-height: 1.313em;
}

h6 {
  font-size: 1em;
  line-height: 1.563em;
  color: #000000;
}

p {
  color: #000000;
  margin: 0;
  font-size: 1em;
}

.section-padding {
  padding: 5em 15px;
}

.btn {
display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #873eff;
    margin: 0;
    line-height: 28px;
    height: 54px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.5s ease;
    background:#873eff;
    color: rgb(255, 255, 255) !important;
}

.btn,
.btn:link,
.btn:visited {
  color: #ffffff;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: rgb(134 95 188);
    color: #662e91;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn:visited {
  text-decoration: none;
}

.btn:active,
.btn:focus {
  outline: none;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}

.btn-dark {
  background: #313e2f;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  background: #ffffff;
  color: #313e2f;
}

.btn-sm {
  background-color: #662e91;
  border-radius: 4px;
  color: #ffffff;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  border: none;
  min-width: 70px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.outline-btn {
  background-color: transparent;
  color: #662e91;
  border: solid 1px;
}
.outline-btn:hover {
  background-color: #662e91;
  color: #ffffff;
}

.mark,
mark {
  background-color: transparent;
  padding: 0;
  color: #000;
}

.btn-reload:hover, .btn-reload:focus, .btn-reload:active {
  background: #313e2f !important;
}

.light-border {
  border-color: #E1E1E1 !important;
}

.common-margin {
  margin: 35px;
}

.common-padding {
  padding: 35px;
}

.cursor-pointer {
  cursor: pointer;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #c7c7c7;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #662e91;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #662e91;
}

.site-header {
    position: fixed;
    top: 34px;
    z-index: 99;
    width: 100%;
    background-color: #ffffffd1;
    
    border-bottom: 1px solid #dee2e6;
}
.site-header .navbar {
  padding: 10px 0;
}
.site-header .navbar-brand {
  padding: 0;
  max-width: 160px;
}
.site-header .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.site-header .navbar-nav .nav-item .nav-link {
  font-size: 1em;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
  padding: 9px 45px 9px 0;
}

.submenu a.nav-link {
        padding: 10px 0px !important;
    border-bottom: 1px solid #0000004d;
}
/* Default hidden */
.nav-item .submenu {
  display: none;
}

/* Hover pe show */
.nav-item:hover > .submenu {
  display: block;
}
.nav-item .submenu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.nav-item:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.submenu {
  display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
      width: 270px;
    left: -80px;
    right: 0px;
    margin: 0px auto;
    box-shadow: 0px 1px 5px #eee;
}

.nav-item.active > .submenu {
  display: block;
}

.submenu-toggle {
    margin-left: 5px;
    position: absolute;
    right: 26px;
    top: 8px;}
.has-submenu{position: relative;}



.site-header .navbar-nav .nav-item .nav-link.c-dropdown-toggle.show:after {
  transform: rotate(180deg);
}
.site-header .navbar-nav .nav-item .nav-link.btn {
  color: #4c5d34;
  font-size: 1em;
  padding: 5px 15px 5px 45px;
  border-radius: 20px;
  min-width: auto;
  border: solid 2px #4c5d34 !important;
  background-color: #fff;
  height: auto;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.site-header .navbar-nav .nav-item .nav-link.btn:hover, .site-header .navbar-nav .nav-item .nav-link.btn:focus {
  color: #ffffff;
}
.site-header .navbar-nav .nav-item .nav-link.btn:hover:after, .site-header .navbar-nav .nav-item .nav-link.btn:focus:after {
  width: 100%;
}
.site-header .navbar-nav .nav-item .nav-link.btn::before {
  background-image: url(../images/login-icon.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  content: "";
  left: 2px;
  top: 2px;
  padding: 14px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.site-header .navbar-nav .nav-item .nav-link.btn:after {
  width: 38px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #4c5d34;
  left: 0;
  top: 0;
  transition: 0.5s ease;
  z-index: -1;
  border: solid 2px #fff;
  border-radius: 20px;
}
.site-header .navbar-nav .nav-item.c-dropdown:hover .c-dropdown-toggle:after {
  transform: rotate(180deg);
}
.site-header .navbar-nav .nav-item.c-dropdown:hover .c-dropdown-menu {
  display: block;
}
.site-header .navbar-nav .nav-item.c-dropdown .c-dropdown-menu {
  border-radius: 0px;
  border: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  display: none;
  position: absolute;
  background-color: #fff;
}
.site-header .navbar-nav .nav-item.c-dropdown .c-dropdown-menu li a {
  padding: 5px 14px;
}
.site-header .navbar-nav .nav-item.c-dropdown .c-dropdown-menu a:focus, .site-header .navbar-nav .nav-item.c-dropdown .c-dropdown-menu a:hover {
  background-color: #662e91;
  color: #fff;
}

.card {
  transition: all 0.75s;
  max-width: 700px;
  border-radius: 30px;
  position: relative; 
  transform-style: preserve-3d;
  border: 0;
  background-color: transparent;
}

.card .flex{ display:flex;    flex-direction: row;}

.img01 {
  margin: auto 0 auto auto;
  transform-style: preserve-3d;
}


.img01 img, .img02 img {
  z-index: 2;
  transition: all 0.75s ease-out;
}

.card.has-transform {
  transition: all 100ms linear;
}

.img01.has-transform {
  transform: translateZ(350px) !important;
}

.img02 img.has-transform {
  transform: translateZ(200px) rotateZ(0deg) !important;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.banner-wrapper {
  background: linear-gradient(rgb(255 255 255 / 50%), #f7f7f7);
    position: relative;
    z-index: 9;
    margin-top:113px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.banner-wrapper .widget h1 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 2.3em;
  line-height:48px;
}

.banner-wrapper .widget h2 {
    color:#3c087e;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 26px;
    padding: 0px;
}

.banner-wrapper .widget ul {
  margin-top: 20px;
}
.banner-wrapper .widget ul li {
  margin-bottom: 5px;
}
.banner-wrapper .widget ul li h3{
    color: #212529 !important;
    font-size: 16px;}

.banner-wrapper .widget .btn {
  max-width:230px;
    padding: 0px;
    margin-top: 18px;
    line-height: 18px;
}

.banner-wrapper .widget .btn .bi::before{ color:#fff;}



#About .section-title__tagline {
        color: #873eff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}
.about-wrapper {
  background-color: #ffffff;
}

.about-wrapper p{ margin-bottom:10px;}
h2.section-heading{
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 1.9em;
    font-weight:600;
}

.title h4 {
    text-align: center;
    margin-bottom: 16px;
    font-weight: 600;
    color: #3c087e;
}


.about-wrapper h3{
   color:#3c087e;
   font-weight:bold;
    font-size:17px;
}

.about-wrapper h3 span{ font-size:22px;}

.business h3{
    display: contents;
}

.services-list{     position: relative;
    display: block;
    background-color: #3c087e;
    padding: 120px 0 90px;
    background-position: center center;
    overflow: hidden;}

.services-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  overflow: hidden;
      background-color: #f7ebff;
    background-image: url(../images/bg8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.services-one .service-one__shape-1 {
  width: 674px;
  height: 650px;
  background-color: #ffffff;
  opacity: 0.08;
  position: absolute;
  bottom: calc(100% - 325px);
  right: calc(100% - 340px);
  border-radius: 50%;
  mix-blend-mode: luminosity;
}
.services-one .service-one__shape-2, .services-one .service-two__shape-2 {
  width: 1146px;
  height: 1104px;
  background-color: #ffffff;
  opacity: 0.03;
  position: absolute;
  border-radius: 50%;
  bottom: calc(100% - 550px);
  right: calc(100% - 570px);
  mix-blend-mode: luminosity;
}
.services-one__top {
  position: relative;
  display: block;
  margin-bottom: 49px;
}
.services-one__top-left .section-title__title {
    color: #ffffff;
    line-height: 36px;
    font-weight: 600;
    margin-top: 10px;
    font-size:2em;
}
.services-one__list {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-evenly;
    align-content: stretch;
}
.services-one__single {
  position: relative;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  transition: 0.5s;
}
.services-one__content {
   position: relative;
    display: block;
    padding: 37px 24px 32px;
    background-color: transparent;
    transition: 0.5s;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #f8f9fa3b;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.services-one__content:hover .services-one__icon {
  rotate: 360deg;
  transition: rotate 1s;
}
.services-one__title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #ffffff;
}
.services-one__title a {
  color: #ffffff;
}
.services-one__text {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  transition: 0.5s;
}
.services-one__icon{
   transition: rotate 1s;
}
.services-one__icon span svg {
     width: 68px;
    height: 70px;
    margin-bottom: 10px;
}
.services-one__icon span svg path {
  fill: #ffffff;
}
.services-one__top-text {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.bold {
    font-weight: bold;
}
.services-one .section-title__tagline {
    color:#873eff;
    font-size: 16px;
    font-weight: 700;
}

.pricing-wrapper .widget {
  border: solid 1px #cccccc;
  border-radius: 5px;
}
.pricing-wrapper .widget .price-header .plan span {
  background-color: #873eff;
  padding: 11px 10px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
}
.pricing-wrapper .widget ul li {
  padding: 7px 10px;
  border-bottom: solid 1px #cccccc;
  position: relative;
  padding-left: 40px;
}
.pricing-wrapper .widget ul li::after {
  position: absolute;
  content: "";
  border: solid 3px #76449d;
  width: 9px;
  height: 15px;
  border-top: 0;
  border-left: 0;
  left: 15px;
  transform: rotate(46deg);
  top: 14px;
}

::-moz-placeholder {
  color: #ffffff !important;
}

::placeholder {
  color: #ffffff !important;
}

.contact-wrapper .widget {
  background-color:#873eff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.contact-wrapper .widget h4 {
  color: #ffffff;
}
.contact-wrapper .widget h2 {
  color: #ffffff;
}
.contact-wrapper .widget h3{
  color: #ffffff;    font-size: 18px;
}
.contact-wrapper .widget h5 {
  color: #ffffff;
}
.contact-wrapper .widget .form-control {
  background-color: transparent;
  border-radius: 0;
  height: 45px;
  color: #fff;
  box-shadow: 0px 0px;
  border-color: #ffffff;
  font-size: 14px;
}
.contact-wrapper .widget textarea {
  height: auto !important;
}
.contact-wrapper .widget .btn {
  background-color:#3c087e;
  width: 100%;
}
.contact-wrapper .widget ul li a {
  color: #ffffff;
}
.contact-wrapper .widget #C-particles-js {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.ourproject-wrapper {
  background-color: #f9f7ff;
}

/* .faq-wrapper {
  background-color: #f9f7ff; 
}*/
.faq-wrapper .accordion-item {
  border-color: #ffffff;
  margin-bottom:8px;
}
.faq-wrapper .accordion-item .accordion-header .accordion-button {
padding: 10px 15px;
    background-color: #ebebeb;
    line-height: 20px;
}
.faq-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color:#873eff !important;
  box-shadow: 0px 0px;
}
.faq-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

.counter-wrapper {
  margin-top:50px;
  position: relative;
  z-index: 9;
}
.counter-wrapper h2{ margin-bottom:30px;}
.counter-wrapper #counter {
  padding: 0px 0px;
  width: 100%;
}

.counter-wrapper .section-label{
   font-size: 1.563em;
    line-height: 1.875em;
    color: #662e91;}

.counter-wrapper #counter .item {
       background: #f2edff;
    padding: 27px 5px;
    margin: 10px;
    text-align: center;
    border-radius:10px;
}
.counter-wrapper #counter .item h3 {
  color: #2c3338;
    text-transform: capitalize;
    font-size:22px;
}
.counter-wrapper #counter .count {
color:#3c087e;
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: bold;
}

.refund-wrapper {
    background-color: #f7ebff;
    background-image: url(../images/bg8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#testimonials-section {
  color: #a1aaad;
    background-color: #f2edff;
}
#testimonials-section #testimonial {
  padding: 30px 0;
  text-align: center;
}
#testimonials-section #testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}
#testimonials-section #testimonial .item p {
  font-weight: 400;
  margin: 0 0 30px 0;
}
#testimonials-section .profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
  border: solid 5px #662e91;
}

.main-footer {
  background-color:#3c087e;
  padding-top:140px;
  padding-bottom:20px;
  z-index: 9;
}


.main-footer .btn.mt-2 {
    background:#873eff !important;
    text-transform: uppercase;
    padding: 13px 18px;
    line-height: 20px !important;
    height: auto;
}


.main-footer #f-particles-js {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.main-footer p {
  color: #ffffff;
  line-height: 1.5;
  font-size:14px;
}
.main-footer .f-logo {
  max-width: 190px;
  filter: drop-shadow(-4px -4px 35px #000);
  margin-bottom: 20px;
}
.main-footer .widget h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}

.main-footer .widget h3{
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}
.main-footer .widget ul li a {
  color: #fff;
font-size: 13px;
    margin: 10px 0px;
}
.main-footer .widget .form-control {
  border-radius: 0;
  background-color: transparent;
  box-shadow: 0px 0px;
  color: #ffffff;
}
.main-footer .btn:hover {
  color: #fff;
  border: solid 2px #fff;
}
.deta-flow-wrapper .widget {
    background-color: #f9f7ff;
    padding: 70px 30px;
    border-radius: 30px;
    box-shadow: 0px 2px 6px 0px #ccc;
}
.deta-flow-wrapper .widget.widget-pe ul {
    padding-right: 6rem;
    position: relative;
}
.deta-flow-wrapper .widget.widget-ps ul {
    padding-left: 6rem;
    position: relative;
}
.deta-flow-wrapper .widget ul:after {
    position: absolute;
    height: 100%;
    width: 7px;
    content: '';
    background-color: #ccc;
    top: 60px;
    right: 30px;
}
.deta-flow-wrapper .widget.widget-ps ul:after {
    position: absolute;
    height: 100%;
    width: 7px;
    content: '';
    background-color: #ccc;
    top: 60px;
    left: 30px;
}
.deta-flow-wrapper .widget ul li {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0px 2px 7px 0px #ccc;
}
.deta-flow-wrapper .widget ul li:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background-color:#3c087e;
    right: -78px;
    border-radius: 50%;
    z-index: 9;
    border: solid 5px #873eff;
    box-shadow: 0px 0px 0px 5px #fff;
}
.deta-flow-wrapper .widget ul li:before {
    position: absolute;
    content: '';
    border-bottom: solid 15px transparent;
    border-left: solid 30px white;
    border-top: solid 15px transparent;
    z-index: 9;
    right: -29px;
    width: 0;
    height: 0;
}
.deta-flow-wrapper .widget.widget-ps ul:before {
   left: 19px;
}

.deta-flow-wrapper .widget ul:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #cccccc;
    bottom: -80px;
    right: 19px;
}
.deta-flow-wrapper .widget.widget-ps ul li::after {
    left: -78px;
    right: auto;
}
.deta-flow-wrapper .widget ul li .content {
    width: calc(100% - 80px);
    padding-right: 30px;
}
.deta-flow-wrapper .widget ul li .content p{
  margin-bottom: 0;
}
.deta-flow-wrapper .widget ul li .icon {
    background-color: #f1f1f1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
}
.deta-flow-wrapper .widget .title h3 {
    border:solid 3px #873eff;
    padding: 7px 10px;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    border-radius: 8px;
    margin-bottom: 50px;
}
.deta-flow-wrapper .widget ul li .icon img {
  width: 40px;
  margin: 0 auto;
  filter: invert(33%) sepia(89%) saturate(2600%) hue-rotate(248deg) brightness(95%) contrast(105%);
}
.deta-flow-wrapper .widget.widget-ps ul li:before {
    border-bottom: solid 15px transparent;
    border-right: solid 30px white;
    border-top: solid 15px transparent;
    border-left: 0;
    right: auto;
    left: -29px;
}
.deta-flow-wrapper .widget.widget-ps ul li .content {
  padding-left: 30px;
  padding-right: 0;
}
@media (max-width: 1650px) {
  .site-header .navbar-brand {
    max-width:170px; margin-top:8px;
  }
  .resources-wrapper .list .widget {
    padding: 15px !important;
  }
}
@media (max-width: 1440px) {
  .common-margin {
    margin: 35px 25px;
  }
  .common-padding {
    padding: 25px;
  }
  h2 {
    font-size: 1.5em;
  }
  .site-header .header-top-left ul li a {
    font-size: 0.75em;
  }
  .site-header .header-top-right .skipwrap ul li a {
    font-size: 0.75em;
  }
  .site-header .header-top-right .skipwrap .select-wrap .form-select {
    font-size: 0.75em;
    background-size: 10px;
    padding: 0 15px 0 5px;
  }
  .site-header .navbar-brand {
    max-width: 140px;
  }
  .upcoming-wrapper .widget .overlaycontent {
    padding: 15px;
  }
  .upcoming-wrapper .widget .overlaycontent h4 {
    font-size: 20px;
  }
  .upcoming-wrapper .widget .overlaycontent ul li h5 {
    width: calc(100% - 60px);
    font-size: 16px;
  }
  .form-group .form-floating input,
  .form-group .form-floating select {
    font-size: 14px;
  }
  .form-group .form-floating > label {
    font-size: 0.875em;
  }
  .data-list-widget .list-content h4 {
    font-size: 1.25em;
  }
  .data-list-widget .list-content p {
    font-size: 0.875em;
  }
  .data-list-widget .list-content ul li {
    font-size: 0.875em;
  }
  .details-wrapper .details-widget {
    padding: 25px;
  }
  .details-wrapper .data-list-widget {
    padding: 25px;
  }
  .details-wrapper .data-list-widget .list-content {
    padding: 10px 0;
  }
  .details-wrapper .data-list-widget .list-content h4 {
    font-size: 1.25em;
  }
  .details-wrapper .data-list-widget .list-content p {
    font-size: 0.875em;
  }
  .details-wrapper .data-list-widget .details-info ul li {
    font-size: 14px;
  }
  .details-wrapper .data-list-widget .details-info ul li img {
    width: 15px;
  }
  .form-widget {
    margin: 35px 25px;
  }
  .form-heading h4 {
    font-size: 1.25em;
  }
  .main-footer p {
    font-size: 0.875em;
  }
}
@media (max-width: 1300px) {
  .resources-wrapper .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .resources-wrapper .list .widget {
    width: 32%;
  }
  .site-header .navbar-nav .nav-item .nav-link {
    font-size: 0.875em;
    padding: 9px 12px 9px 0;
  }
  .site-header .navbar-nav .nav-item .nav-link.btn {
    font-size: 0.875em;
  }
  .c-dropdown-toggle:after {
    top: 15px;
    right: 16px;
    background-size: 10px;
  }
}
@media (max-width: 1199px) {
  .login-wrap .card-white {
    padding: 35px 35px;
  }
  .login-wrap .card-white::after, .login-wrap .card-white::before {
    display: none;
  }
  .login-form-wrap {
    padding: 15px;
  }
  .btn {
    padding: 0 0.375em;
  }
  .resources-wrapper .list .widget {
    width: 48%;
  }
  .site-header .navbar-brand {
    max-width: 140px;
  }
  .site-header .navbar-nav .nav-item .nav-link {
    font-size: 0.7em;
  }
  .site-header .navbar-nav .nav-item .nav-link.btn {
    font-size: 0.7em;
  }
  .c-dropdown-toggle:after {
    top: 13px;
    right: 16px;
  }
  .document-upload-wrap .note {
    font-size: 0.875em;
  }
  .document-upload-card .card-title {
    width: 70%;
    font-size: 0.75em;
  }
  .document-upload-card .browse-file {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .services-one__single {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .login-wrap {
    padding: 3em 0;
  }
  .login-wrap .card-white {
    padding: 15px;
  }
  .login-desc .heading {
    font-size: 0.875em;
  }
  .login-form-wrap {
    margin-top: 20px;
    padding: 15px;
  }
  .login-form-wrap .login-heading {
    font-size: 1.25em;
  }
  .login-form-wrap .form-group .form-floating input.captcha {
    font-size: 0.875em;
  }
  .login-form-wrap .form-group .form-floating label {
    font-size: 0.75em;
  }
  .login-form-wrap .form-group .refresh-icon img {
    min-width: 15px;
  }
  .login-form-wrap .btn {
    font-size: 0.75em;
    height: 40px;
  }
  .btn-widget {
    margin-top: 15px !important;
  }
  .site-header .navbar-brand {
    max-width: 140px;
  }
  .site-header .header-top-left {
    margin-bottom: 10px;
  }
  .site-header .header-top-left ul {
    justify-content: center;
  }
  .site-header .header-top-right {
    justify-content: center;
  }
  .site-header .navbar-toggler {
    border: none;
    padding: 0;
    width: 30px;
  }
  .site-header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .site-header .navbar-toggler .toggler-icon {
    display: block;
    background: #4c5d34;
    margin: 5px 0;
    height: 3px;
    width: 100%;
    border-radius: 10px;
  }
  .main-header .navbar .navbar-collapse {
    position: absolute;
    top: 84px;
    background-color: #fff;
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
    border-bottom: 0;
  }
  .main-header .navbar .navbar-collapse .navbar-nav {
    margin-bottom: 0 !important;
  }
  .main-header .navbar .navbar-collapse .navbar-nav li a {
    padding: 8px 12px;
    border-bottom: solid 1px #ccc;
    font-size: 0.9em;
  }
  .main-header .navbar .navbar-collapse .navbar-nav li.c-dropdown {
    display: inline;
  }
  .main-header .navbar .navbar-collapse .navbar-nav li.c-dropdown:hover .c-dropdown-menu {
    display: none;
  }
  .main-header .navbar .navbar-collapse .navbar-nav li.c-dropdown .c-dropdown-toggle.show {
    display: block !important;
  }
  .main-header .navbar .navbar-collapse .navbar-nav li.c-dropdown .c-dropdown-toggle.show ~ .c-dropdown-menu {
    display: inline;
  }
  .main-header .navbar .navbar-collapse .navbar-nav li .c-dropdown-menu {
    position: static;
    background-color: #f2f2f2;
  }
  .main-header .navbar .navbar-collapse .navbar-nav li .c-dropdown-menu li a {
    padding: 5px 25px;
  }
  .main-header .navbar .navbar-collapse .navbar-nav li .btn {
    width: 130px;
    margin: 10px 12px;
  }
  .c-dropdown-toggle {
    padding: 8px 12px !important;
  }
  .section-heading h2 {
    font-size: 1.5em;
  }
  .section-padding {
    padding: 4em 0;
  }
  .inner-banner h2 {
    font-size: 1.125em;
  }
  h3 {
    font-size: 1.25em;
  }
  .admission-regulations .owl-item .item .widget h2 {
    font-size: 2em;
  }
  .breadcrumb {
    align-items: center;
  }
  .breadcrumb-wrapper .breadcrumb-item {
    font-size: 0.75em;
  }
  .location-wrapper .no-data-found img {
    max-width: 100px;
  }
  .location-wrapper .no-data-found p {
    font-size: 0.875em;
  }
  .location-widget {
    padding: 15px;
  }
  .location-widget .form-control {
    height: 40px;
    font-size: 0.75em;
  }
  .details-wrapper .data-list-widget {
    padding: 15px;
  }
  .details-wrapper .data-list-widget .list-content {
    margin: 10px 0;
  }
  .details-wrapper .data-list-widget .list-content h4 {
    font-size: 0.875em;
  }
  .details-wrapper .data-list-widget .list-content p {
    font-size: 0.75em;
  }
  .details-wrapper .data-list-widget .list-content ul li {
    font-size: 0.75em;
  }
  .data-list-widget .list-logo {
    width: 100px;
    height: 100px;
  }
  .data-list-widget .list-content {
    margin: 10px 0;
  }
  .data-list-widget .list-content h4 {
    font-size: 0.875em;
  }
  .data-list-widget .list-content p {
    font-size: 0.75em;
  }
  .data-list-widget .list-content ul li {
    font-size: 0.75em;
  }
  .thank-you-wrap h2 {
    font-size: 1.125em;
  }
  .thank-you-wrap p {
    font-size: 0.75em;
  }
  .thank-you-wrap h3 {
    font-size: 0.875em;
  }
  .document-upload-card .card-title {
    width: 50%;
    font-size: 0.75em;
  }
  .main-footer p {
    font-size: 0.75em;
  }
  .tab-steps--list .tab-number label {
    display: none;
  }
  .owl-nav {
    display: none;
  }
  .about-wrapper .widget .content {
    border-radius: 12px;
    border-right: 1px solid #E4E2DC;
  }
  .about-wrapper .widget .content p {
    text-align: left;
  }
}
@media (max-width: 767px) {
    .services-one__single {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pricing-wrapper .widget .btn {
    margin: 0 auto !important;
}
  .page-heading h2 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .details-wrapper .details-widget {
    padding: 15px !important;
  }
  .form-widget {
    padding: 30px 14px 24px 14px;
    margin: 25px 15px;
  }
  .form-heading h4 {
    font-size: 16px;
  }
  .resources-wrapper .list .widget {
    width: 100%;
  }
  .admission-regulations .owl-item .item .widget h2 {
    margin: 0 !important;
  }
  .admission-regulations .owl-item .item .widget h2::after {
    display: none;
  }
  .admission-regulations .owl-nav {
    margin-top: 30px;
  }
  .admission-regulations .owl-nav button {
    position: static;
    margin-right: 20px;
  }
  .upcoming-wrapper .owl-nav {
    margin-top: 50px;
  }
  .upcoming-wrapper .owl-nav button {
    position: static;
    margin-right: 20px;
  }
  .document-upload-card {
    flex-flow: wrap;
  }
}
@media (max-width: 540px) {
  .form-details-list .form-table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
  }
  .form-details-list .form-table tr td {
    width: 100%;
    padding: 0;
  }
  .form-details-list .form-table tr th {
    padding: 0;
    width: 100%;
  }
    .deta-flow-wrapper .widget ul li {
    flex-direction: column;
  }
  .deta-flow-wrapper .widget ul li .content {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .deta-flow-wrapper .widget ul li:after {
      top: 60px;
  }
  .deta-flow-wrapper .widget ul li:before {
    top: 60px;
  }
  .deta-flow-wrapper .widget.widget-ps ul li::before {
    border-right: solid 30px white;
    border-left: solid 0px transparent;
    left: -29px;
  }
}
.fullwidth {
    max-width: 90% !important;
}
@media (max-width: 750px) {
 
  .custompadding{
	
	 padding: 6em 0 !important;
}
.checkmob {
    position: relative;
    top: 7px;
}
.callres{
	display:block !important;
	
}
.dblock{
	display:block !important;
}
.dnone{
	display:none !important;
}
.site-header {
    top:30px !important;
}
}
.callres{
	display:none;
}
 .custompadding{
	 padding: 10em 0;
}
.custompadding h3 {
    color: #662e91;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 26px;
}
.custompadding ul li {
    margin: 10px 0px;
}
.cs{ font-weight:600;}


.servicesp{
	 margin: 5em 0;
	
}
#howwework{
  background-color: #f9f7ff;
}
.align-center {
    text-align: center;
	padding-bottom: 2rem;
}
#topbar {
    position: fixed;
    top: 0;
    z-index: 999;
    background:#3c087e;
    color: #fff;
	padding: 5px;
	width:100%;
}

.topbar .bi::before{ color:#fff;}
.pl5{
	padding-left:5px;
	
}
.clrw{
	color:#fff;
}
.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
   
    color: #873eff;
    padding-top: 2px;
    font-size: 18px;
  
}
.btn-outline-primary {
    color: #000 !important;
    background-color: transparent !important;
    border: 2px solid #662e91 !important;
	font-size: 20px;
}
.btn-outline-primary a{
    color: #000 !important;
   
}
#call{
	
	 background-color: #f1f1f1 !important;
}
.fb{
	font-weight:bold;
}
img.img-responsive.woojpg {
    width: 100%;
}
.woocont {
    padding: 14px 0px;
}
.pad10 {
    padding-right: 10px;
}

.abottomtop{
	animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.9s; 
	
}
.aleftright{
	animation: fadeInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.9s; 
	
}
#testimonial-area {
  
  .section-heading h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.testi-wrap {
  position: relative;
  height: 555px;
  margin-top: -55px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single {
  &.inactive {
    .client-comment,
    .client-info {
      display: none;
    }
    .client-comment,
    .client-info {
      opacity: 0;
      visibility: hidden;
    }
  }
  &.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  &.position-2 {
    left: -40px;
    top: 29px;
  }
  &.position-3 {
    left: -60px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }
  &.position-4 {
    left: 55px;
    top: 380px;
  }
  &.position-5 {
    top: 30px;
    right: 55px;
  }
  &.position-6 {
    top: 225px;
    right: -40px;
  }
  &.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }
  &.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
    .client-comment,
    .client-info {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
    }
  }
  &:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 9;
  }
  &.active .client-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;
    &:before {
      border-radius: 100%;
      content: '';
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(157, 91, 254)), to(rgb(56, 144, 254)));
      background-image: linear-gradient(180deg, rgb(135 62 255) 0%, rgb(135 62 255) 100%);
      padding: 5px;
      width: 160px;
      height: 160px;
      top: -4px;
      left: 0px;
      position: absolute;
      z-index: -1;
    }
  }
  .client-img img {
    width: 150px;
    border-radius: 50%;
    border: 5px solid #674399;
    cursor: pointer;
  }
  &.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
  }
}

.client-comment {
  padding: 0 30px;
  h3 {
    font-size: 22px;
    line-height: 32px;
    color: #505b6d;
  }
  span i {
    font-size: 60px;
    color: #0084ff;
    margin:20px 0 24px;
    display:block;
  }
}

.client-info {
  h3 {
    color:#873eff;
    font-weight: 600;
    margin-bottom: 4px;
  }
  p {
    color: #0084ff;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.30) !important;
    transform: scale(.30) !important;
  }
  .client-single.active .client-img img {
    max-width: 100px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 580px;
  }
  #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }
  .client-single.position-4 {
    left: 0;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.30) !important;
    transform: scale(.30) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 630px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.25) !important;
    transform: scale(.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 600px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.25) !important;
    transform: scale(.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 550px;
  }
}
.banner-wrapper .widget {
    padding-top:60px;
}
#Services.section.bg-gray.position-relative {
    margin-top: 116px;
	margin-bottom:20px;
}

.section.bg-gray.position-relative {
    margin-top: 138px;
	margin-bottom:20px;
}

#price-package.section.bg-gray.position-relative {
    margin-top:115px;
	margin-bottom:30px;
}

#price-package .section-title {    
    width: 80%;
    margin: 0px auto;
    line-height: 30px;}
.price-list-section ul li {
    margin: 10px 0px;
}
ul.ul {
    margin-left: 37px;
}
a.nav-link.active {
    color: #873eff !IMPORTANT;
    /* border-bottom: 2px solid red; */
    /* width: 59%; */
}
/*# sourceMappingURL=style.css.map */
#topbar a{color: #fff;}
#topbar .social-link a{ margin:0px 5px;} 

.hmain {
    font-size: 2em;
    line-height: 1.60em;
    color: #fff;
    position: relative;
    top: -30px;
}.white {
    color: #fff !important;
}
a.btn-read-more {
    width: fit-content;
    padding: 10px 30px;
    margin-top: 10px;
}
.btn-services{width: auto !important;
    max-width: fit-content;
    margin: 0px auto;
    padding: 0px 30px;}

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

#final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius:20px;
  box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, 0.15);
  padding:2rem 2rem 3rem 2rem;
  max-width: 1140px;
  margin: 50px auto -80px auto;
  z-index:10;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color:rgb(135 62 255); 
  background-image: url(../images/map-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#final-cta h2, #final-cta p{ color:#fff;}

.service-box6 {
    padding:30px 10% 50px 10%;
    height:100%;
}
.service-box6 > i + .service-info6 {
    margin-top: 25px;
}

.cta-buttons .btn {
    width: 210px;
  background-color:#3c087e;}

/*===== Service Style 6 =====*/
.process-sec{    position: relative;
    display: block;
    background-color: #3c087e;
    padding:0px;
    background-position: center center;
    overflow: hidden;}

.service-wrap6 > .row > div:not(:first-child) .service-box6:before {
  content: "";
  width: 1px;
  background-color:#f2edff;
  height:70vh;
  top:0;
  position: absolute;
  left: 0;
}
.service-box6:hover {background-color:#873eff;}
.service-box6 > i {
    width: 90px;
    height: 90px;
    display: flex !important;
    background: #f2edff;
    border-radius: 100%;
    margin: 0px auto;
    padding: 14px;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.service-box6 > i img{     width: 40px;
    height: 100%;}
.service-box6 > i + .service-info6 {margin-top: 25px;}
.service-info6 > h3 {    font-size: 22px;
    color: #fff;
    line-height: 30px}
.service-info6 > h3 + p {margin-top: 18px; color:#fff;}

.service-info6 > p{ font-size:14px; font-family: "Open Sans", Verdana, Tahoma, serif;}
.service-info6 > p + a {margin-top: 42px;}
.service-box6 .bordered-btn2:hover, 
.service-box6 .bordered-btn2:focus {color: var(--color8);}
.service-box6 .bordered-btn2 {color: var(--color7);}

.services_page .services-one__content ul{text-align: left; color:#fff;}
.services_page .services-one__content p{color:#fff;}
.services-one h1{ font-size: 2.1rem; line-height: 3.1rem; padding-bottom: 15px !important;}

.table-price{ margin-top:50px;}
.pricing-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: auto;
  padding: 20px;
}

.plan {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  text-align: center;
  transition: 0.3s;
}

.plan:hover {
  transform: translateY(-8px);
}
.list-in li {
    margin-bottom:15px;
}
.plan h3 {
     font-size: 22px;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 30px;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.plan ul li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color:#000;
}

.price {
  font-size:36px;
  font-weight: bold;
  margin:20px 0;
  color: #873eff;
}

.plan .btn {
  display: inline-block;
  padding: 10px 18px;
  background: #873eff;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size:16px;
  width:100%;
  height:auto;

}

.plan .btn:hover {
  background: #6a2edb;
}

/* Responsive */
@media (max-width: 1024px) {
  .pricing-table {
    grid-template-columns: repeat(2, 1fr);
  }
  h2.section-heading {font-size: 1.5em;}
}

@media (max-width: 600px) {
  .cta-buttons .btn {
    width:auto;}
  .pricing-table {
    grid-template-columns: 1fr;
  }
  .cta-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: stretch;
    align-items: center;}
}



/*************************************/
/* BACKGROUND SHAPES */
.bg-shape1, .bg-shape2{
  position:absolute;
  border-radius:50%;
  filter: blur(80px);
  z-index:0;
}

.bg-shape1{
  width:300px;height:300px;
  background:#a78bfa;
  top:50px;right:50px;
}

.bg-shape2{
  width:250px;height:250px;
  background:#c4b5fd;
  bottom:50px;left:50px;
}

/* WRAPPER */
.wrapper{
  position:relative;
  margin:50px auto;
  padding:50px 20px;
  border-radius:20px;
  background:rgba(255,255,255,0.6);
  backdrop-filter: blur(20px);
  z-index:1;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

/* HERO */
.hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  flex-wrap:wrap;
}

.hero-text{
  flex:1;
  min-width:320px;
}

.hero-text h1{
  font-size:44px;
  line-height:1.3;
  margin-bottom:15px;
  font-weight:600;
}

.hero-text h1 span{
  color:#7c3aed;
}

.hero-text p{
  color:#555;
  margin-bottom:25px;
  line-height:1.7;
}

/* BUTTONS */
.btns{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.btn{
  padding:14px 26px;
  border-radius:10px;
  font-weight:600;
  border:none;
  cursor:pointer;
}

.primary{
  background:linear-gradient(135deg,#7c3aed,#9f7aea);
  color:#fff;
  box-shadow:0 8px 20px rgba(124,58,237,0.4);
}

.secondary{
  background:#fff;
  border:1px solid #ddd;
}
button.btn.secondary {
    color: #8041ed !important;
}
.trust{
  margin-top:20px;
  color:#777;
  font-size:18px;
  font-weight:800;
}

/* IMAGE */
.hero-img{
  flex:1;
  text-align:center;
}

.hero-img img{
  max-width:100%;
}

/* FEATURES */
.features{
  display:flex;
  justify-content:flex-end;
  gap:20px;
  flex-wrap:wrap;
  margin-top:0px;
}


.card{
  display:flex;
  gap:8px;
  align-items:flex-start;
  padding:20px;
  border-radius:16px;
  background:rgba(255,255,255,0.7);
  backdrop-filter:blur(10px);
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  width:32%;;
}

/* ICON BOX */
.icon{
  width:50px;
  height:50px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:22px;
}

/* DIFFERENT ICON COLORS */
.icon1{background:linear-gradient(135deg,#7c3aed,#a78bfa);}
.icon2{background:linear-gradient(135deg,#3b82f6,#60a5fa);}
.icon3{background:linear-gradient(135deg,#06b6d4,#67e8f9);}
.icon4{background:linear-gradient(135deg,#7c3aed,#c084fc);}

.card h3{
  font-size:20px;
  margin-bottom:0px;
  font-weight:bold;
  padding-left:15px;
  line-height:26px;
}

.card p{
  color:#666;
}

/* LOGOS */
.logos{
  margin-top:25px;
  padding:15px;
  border-radius:12px;
  background:rgba(255,255,255,0.5);
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
  color:#888;
  font-weight:600;

      width:45%;
    position: absolute;
    bottom: 76px;

}

/* RESPONSIVE */

@media(max-width:1200px){
.features {
    gap:15px 0px;}
    .card {  
        width: 31%;
        margin-right: 21px;}
    .card h3 {
    font-size: 16px;
    padding-left:10px;
    line-height: 22px;}
    .logos {
    margin-top: 0px;
    width: 50%;
    bottom: 85px;}

}
@media(max-width:992px){
  .service-info6 > h3 {
    font-size: 18px;
    color: #fff;
    line-height: 27px;}

  .features{grid-template-columns:repeat(2,1fr);}
  .card { width:48%; margin-right:0px;}
  .features {gap: 20px;}
  .features {justify-content: flex-start;}
  .trust {
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 15px;}
        .logos {
        margin-top: 30px;
        bottom: 0px;
        position: relative;
        width: 100%;}
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 50px;}

}

@media(max-width:768px){

  .main-footer .f-logo {
    margin: 20px auto;
}
.main-footer .btn.mt-2 {
    margin: 0 auto;
}

  .main-footer  .widget {
    text-align: center;
}
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
        .col-sm-8 {
        flex: 0 0 auto;
        width: 100%;
    }

  .service-wrap6 .row{    align-items: center;}
  a.btn-read-more.btn {
    margin: 20px auto;
}
       h2 {
        line-height: 34px;
    }
    .services-containt ul{margin-top: 30px;}
  .services-one__icon span svg {
    width:50px; height:50px; margin-bottom: 0;}
  .hero{flex-direction:column;text-align:center;}
  .features{grid-template-columns:1fr;}
  .hero-text h1{font-size:30px;}
  .btns{justify-content:center;}
  .row {flex-direction: column;}
      .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .process-sec{ padding-left:15px; padding-right:15px;}
    .services-one__top-left .section-title__title {
    margin-top: 10px;
    font-size: 1.5em;
    margin-bottom: 20px;}

}


@media(max-width:600px){
  
  .card {
        width: 100%;
    align-items: center;}

    .card p {
    text-align: center;}


  .features {
    flex-wrap: wrap;
    flex-direction: column;}

}

