* {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
:root {
  --font1:'Poppins', sans-serif;
  --font2:'Montserrat', sans-serif;
 }
body {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-family: var(--font1);

}
ul, li {
  list-style: none;
  padding: 0;
}
img{
  max-width: 100%;
}
img ,
h1,h2,h3,h4,h5,h6,p, span, ul, li, blockquote {
  padding: 0;
  margin: 0;
}
.section {
  position: relative;
}
.color-white{
  color: #fff!important;
}

.slider-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 80%;
  z-index: 2;
  margin: 0 auto;
}
.padd-70{
  padding: 70px 0px;
}
.h2-after {
  font-size: 31px;
  position: relative;
  margin-bottom:13px;
  text-transform: uppercase;
  color: #363636;
  font-weight: 600;
  line-height: 42px;

}

.welcome-bg img {
    max-width: 100%;
    height: auto;
    padding: 10px;
}
.welcome-bg .gap {
  align-self: center
}


.bootom-line {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
}

.bottom-line-divider {
    display: block;
    width: 135px;
    position: relative;
    height: 15px;
}
.center-divider {
    display: inline-block;
}
.bottom-line-divider:before, .bottom-line-divider:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border-bottom: 1px solid;
  width: 50px;
  height: 4px;
  color: #6c25c1;
}
.bottom-line-divider.color-white:before, .bottom-line-divider.color-white:after{
  color: #fff;

}
.bottom-line-divider span.first-dote {
  border: 2px solid;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  top: -9px;
  right: -4px;
  color: #6c25c1;
}
.bottom-line-divider span {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: -6px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #6c25c1;
}
.bottom-line-divider span.third-dote {
    border: 2px solid;
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    top: -9px;
    left: -5px;
    z-index: 0;
    color: #6c25c1;
}
.bottom-line-divider:after {
    left: 84px;
}
.color-white.bottom-line-divider span.first-dote , .color-white.bottom-line-divider span.third-dote {
  color: #fff;
  background: transparent;
}
.color-white.bottom-line-divider span{
  background-color: #fff;
}
a.common-btn {
  color: #6c25c1;
  padding: 10px 30px 10px 30px;
  border-radius: 25px;
  line-height: 26px;
  border: 0;
  font-weight: 700;
  background: linear-gradient( 90deg, rgb(255 255 255) 35%, rgb(231 226 237) 100%)!important;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.5s;
  font-weight: 700;
}
a.common-btn:hover {
  margin-top:-5px;
 transition: all ease 0.5s;
}

p {
  line-height: 29px;
  font-size: 18px;
  color: #191818;
  font-family: sans-serif;
  margin-bottom: 10px;
}



/*--------------- slider css strat------------- */
.slider-section {
  position: relative;
  color: #fff;
  background-image: url(../images/slider-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 623px;
  background-position: bottom center;
}
.slider-text {
  position: absolute;
  top: 130px;
  z-index: 3;
}
.css-typing {
  color: #fff;
}
.css-typing h3 , .css-typing h4 ,  .css-typing a{
  color: #fff;
  font-family:var(--font2);
  font-weight:900;
  font-size:27px;
  margin-bottom: 10px;
  letter-spacing: -1px;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 50px;
  display: block;
}
.css-typing h3, .css-typing h4 {
  border-right: .15em solid #fff;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  line-height: 50px;
  font-size: 40px
}

.css-typing h3 {
  width: 10.5em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 40px
}
span.call-btn {
  margin: 20px 0;
  display: block;
}


.css-typing h4 {
  width: 7.9em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 45px
}

@keyframes type {
  0% {
    width: 0
  }
  99.9% {
  border-right: .15em solid #fff
  }
  100% {
    border: 0
  }
}

@-webkit-keyframes type {
  0% {
    width: 0
  }
  99.9% {
    border-right: .15em solid #fff
  }
  100% {
    border: 0
  }
}

@keyframes type2 {
  0% {
    width: 0
  }
  1% {
    opacity: 1
  }
  99.9% {
    border-right: .15em solid #fff
  }
  100% {
    opacity: 1;
    border: 0
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0
  }
  1% {
    opacity: 1
  }
  99.9% {
    border-right: .15em solid #fff; }
  100% {
    opacity: 1;
    border: 0
  }
}

@keyframes type3 {
  0% {
    width: 0
  }
  1% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
}

@-webkit-keyframes blink {
  50% {
    border-color: tranparent
  }
}

.second-slide{
  animation-delay: 5s;
}
#banner-slider .owl-prev {
  position: absolute;
  left: 25px;
  top: 40%;
}
#banner-slider .owl-prev , #banner-slider .owl-next{
  background: #8223e2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 51px;
}
#banner-slider .owl-next {
  position: absolute;
  right: 25px;
  top: 40%;
}
#banner-slider .owl-nav i{
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  
}
#banner-slider .owl-nav .owl-prev i{
  position: relative;
  left: 13px;
}
#banner-slider .owl-nav .owl-next i{
  position: relative;
  left: 16px;
}
#banner-slider .owl-prev:hover , #banner-slider .owl-next:hover{
  background: #7a1be1;
}
/* .purple-color{
  color: #6c25c1!important;
  font-size: 42px;
  font-family: var(--font2);
  letter-spacing: -1px;
} */

/* ------------------banner css end -----------------*/



/* ---------------support sectin css start----------- */

section.support-plans.padd-70 {

  color: #fff;
  background-image: url("../images/bg-img.png");
  background-repeat: no-repeat;
    background-size: cover;
    padding-top: 245px;
} 

 .support-plans p {
  color: #fff;
}

.support-plans .bottom-line-divider span.first-dote , .support-plans .bottom-line-divider span.third-dote {
  color: #fff;
  background: transparent;
}
.support-plans .bottom-line-divider span{
  background-color: #fff;
}
.support-plans .bottom-line-divider:before, .support-plans .bottom-line-divider:after{
  color: #ffffff;
}
/* ------------------support service end---------------------- */


/* --------------------service secton start------------------- */
.service-box {
  box-shadow: -5px 5px 15px 1px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 30px 20px 0;
  text-align: center;
  background: #fff;
  transition: all ease 0.5s;
  height: 460px;
}
/* .service-box:hover {
  margin-top: -10px;
  transition: all ease 0.5s;
} */
section.service-section.padd-70 {
  background-image: url(../images/bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 1130px;
  padding-top: 245px;
}
.service-box h4 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  color: #6d26c1;

}
.service-box p{
  font-size: 16px;
}

.service-box img {
  margin: 0 auto 20px;
  transition: all .4s ease-in-out;

}
.service-box:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .4s ease-in-out;

}
.service-box a {
  color: #6e27c1;
  font-weight: 600;
}

#service-slider .owl-dots{
  text-align:center;
}

#service-slider .owl-dots .owl-dot span {
    background: transparent;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    border: solid 2px #fff;
}
#service-slider .owl-dot {
  display: inline-block;
  margin-top: 30px;
}
#service-slider .owl-dots .owl-dot.active span, #service-slider .owl-dots .owl-dot:hover span {
    background: #fff ;
    border: solid 2px #fff;
}
/* ------------------service section end---------------------- */

/* --------------testimonial section start--------------------- */

.testimonial{
  background: #fff;
  padding: 25px 30px 20px;
  margin: 0 15px 10px 15px;
  position: relative;
  box-shadow: -5px 5px 15px 1px rgb(0 0 0 / 10%);
  height: 369px;
}
.testimonial p{
    line-height: 28px;
    font-size: 16px;
}

.testimonial:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #6c25c1;
  position: absolute;
  top: 3.7%;
  left: 1.7%;
  opacity: 1;
  z-index: -1;
  border-radius: 15px;
}
.testimonial .title{
  font-size: 19px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.testimonial .description{
  font-size: 15px;
  line-height: 28px;
  height: 140px;
}
.testimonial .testimonial-content{
  position: relative;
}
.testimonial .testimonial-content:after{
  content: "\f10e";
  font-family: FontAwesome;
  font-weight: 900;
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 45px;
  color: #a8a8a8;
}
.testimonial .pic{
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.testimonial .pic img{
  max-width: 100%;
  height: auto;
}
.testimonial .content{
  display: inline-block;
  margin: 10px 0;
}
.testimonial .name {
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.testimonial .post{
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.testimonial .rating{
  padding: 0;
  margin: 0;
  list-style: none;
}
.testimonial .rating li{
  display: inline-block;
  color: #ffc207;
}
#testimonial-slider .owl-dots{
  text-align:center;
}

#testimonial-slider .owl-dots .owl-dot span{
  border: 2px solid #7950aa;
  background: #fff;
  border: 2px solid #7950aa;
  background: #fff;
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
}
#testimonial-slider .owl-dot {
  display: inline-block;
  margin-top: 30px;
}
#testimonial-slider .owl-dots .owl-dot.active span,
#testimonial-slider .owl-dots .owl-dot:hover span{
  background: #7950aa;
}


/* --------------testimonial section End------------- */


/* -----------cta section starts--------------- */
.cta-section {
  background: #6c25c1;
  padding: 35px 0;
} 
.cta-section h4 {
  color: #fff;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 600;
}

.icon{
  -webkit-animation: hand-shake 2s infinite;
    animation: hand-shake 2s infinite;
 }
 i.fa.fa-phone.icon {
  color: #6c25c1;
  font-size: 19px;
  position: relative;
  top: 2px;

} a:hover i.fa.fa-phone.icon{
  color: #333;
}

@-webkit-keyframes hand-shake {
 0% {
   transform: rotate(-5deg);
 }
 25% {
   transform: rotate(15deg);
 }
 50% {
   transform: rotate(-10deg);
 }
 75% {
   transform: rotate(15deg);
 }
 100% {
   transform: rotate(-5deg);
 }
}

@keyframes hand-shake {
 0% {
   transform: rotate(-5deg);
 }
 25% {
   transform: rotate(15deg);
 }
 50% {
   transform: rotate(-10deg);
 }
 75% {
   transform: rotate(15deg);
 }
 100% {
   transform: rotate(-5deg);
 }
}
.cta-section a {
  color: #6c25c1!important;
  background: #fff!important;
  padding:10px 30px 10px 30px;
  font-size: 15px;
}

/* --------------cta section end -------------- */


/*---------- Counter section start--------------- */

.counter-Txt {
    text-align: center;
    margin-top: 20px;
    background: #fff;
    position: relative;
    box-shadow: -5px 5px 15px 1px rgb(0 0 0 / 10%);
    padding: 25px  20px 20px;
    border-radius: 4px;
    transition: .5s ease-in-out;
}
.counter-Txt:hover {
    transition: .5s ease-in-out;
    margin-top: 10px;
}

.counter-Txt h3{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #7332c1;
}
.counter-Txt img {
  width: 57px;
  margin-bottom: 20px;
}
.counter-Txt a {
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  color: #1f1e1e;

}
.counter-Txt a:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #7f54b3;
  content: "\f095";
  font-size: 17px;
}
.counter-Txt span {
  display: block;
  font-size: 30px;
  line-height: 31px;
  color: #6c25c1;
  font-weight: 600;
}
.counter-Txt p {
  margin-top: 10px;;
}
.counter-Txt img {
  width: 60px;
  margin-bottom:20px;
}

/* ------------footer section start----------------- */

footer.footer-area {
  color: #fff;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 245px;
}
.footer-area h3 {
  color: #fff;
  font-size: 22px;
  position: relative;
  margin: 10px 0 50px;
}
.footer-area h3:before {
	position: absolute;
	content: "";
	border-bottom: solid 1px #fff;
	left: 0;
	width: 22%;
	bottom: -18px;
	border-width: 3px
}
footer.footer-area li {
    padding: 8px 0 8px 15px;
    position: relative;
}
.single-footer-widget.footer-widget-1 li:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #ffffff;
    content: "\f101";
}
footer ul{
  margin: 0;
}
footer.footer-area a {
  color: #fff;
  text-decoration: none;
 
  transition: .5s;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
}

.copyright-area p {
  color: #fff;
  font-weight: 600;
  margin: 30px 0;
}
hr.footer-line {
  border-color: #bbb4b4;
}
/* ------------footer section end------------------- */


/*/ --------------About us page start---------------------- /*/

section.inner-banner {
  background: #7e40c9;
  height: 264px;
  background-image: url(../images/about-banner-bg.png);
}
.page-title-content {
  position: relative;
  margin-top: 70px;
  text-align: center;
}
.page-title-content h2 {
  font-size: 31px;
  font-weight:600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  color: #fff;
}

.page-title-content h2::before {
  width: 30px;height: 2px;
  background-color: #ffffffff;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}
.page-title-content ul li {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 500;
}
.page-title-content ul li a::before {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: -18px;
  top: 3px;
  color: #eeeef0;
  font-weight: 900;
  font-size: 12px;
}
.page-title-content ul li a {
  display: inline-block;
  color: #fff;
}
section.inner-banner {
  position: relative;
}
.page-title-content {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 96px;
}


.cta-section ul li {
  width: 50%;
  color: #fff;
  text-align: left;
  font-weight: 400;
  float: left;
  padding: 10px 0 10px 23px;
  font-size: 16px;
  position: relative;
}
.cta-section ul li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #ffffff;
  content: "\f046";
}
.about-us-img img{
  border-bottom: solid 1px #eee;
}

/*/ --------------About us page end---------------------- /*/



/*-------------------service section End------------ */



/* -------------------service section start------------ */
.service-content h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0 10px;
}

.service-content .item {
  background: #fff;
  padding: 27px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin: 15px 0;

}
.service-content .title h3 {
  font-size: 20px;
  margin: 14px 0;
  font-weight: 600;
}
.why-wpcustomify {
    background: #7332c1;
    background-image: url(../images/about-bg-image.png);
    padding: 50px 0;
}
.why-wpcustomify-heading h3 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    margin: 10px 0 20px;
    text-align: center;
}




.service-content h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0 10px;
}
/* -------------Conatct us page start---------------- */

.address_section h4 {
    margin-top: 20px;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #7332c1;
  }
  .address_section p {
    margin-top: 10px;
    text-align: left;
    line-height: 20px;
  }
  .contact_page h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    
  }
  .contact_page h3::after {
    display: block;
    content: "";
    background: #8359b5;
    width: 80px;
    height: 2px;
    margin-top: 13px;
  }
  .contact_page .card-body {
    padding: 20px 30px  30px;
  }
  .address_section p a {
    margin-top: 20px;
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
    color: #000;
    text-decoration: none;
  }
  form .material-field-group {
    margin: 15px 0;
    position: relative;
  }
  form .material-field-group .field{
    background: none;
    border: 0;
    border-bottom: solid 2px #7332c1;
    border-radius: 0;
    box-shadow: none;
    color: #111;
    font-size: 15px;
    height: 45px;
    line-height: 28px;
    margin: 0;
    outline: none;
    padding: 15px 0 0 0;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  form .material-field-group textarea.field{
    height: 98px;
    line-height: 28px;
    max-height: 225px;
    min-height: 45px;
    overflow: auto;
    resize: horizontal;
  }
  form .material-field-group label{
    color: #000;
    font-size:15px;
    line-height: 40px;
    left: 0;
    text-align:left;
    position: absolute;
    top: 7px;
    transition: all ease-in-out 200ms;
    width: 100%;
    z-index: 1;
  }
  form .material-field-group .field:focus,
  form .material-field-group.active .field{
    border-bottom-color: #7332c1;
  }
  form .material-field-group .field:focus + label,
  form .material-field-group.active label{
    color: #7332c1;
    font-size: 13px;
    line-height: 1;
    top: 0px;
  }
  .card.contact_page {
    box-shadow: -5px 5px 15px 1px rgb(0 0 0 / 10%);
    border: none;
  }
  
  .form_section a.common-btn {
    background: linear-gradient( 
  90deg, rgb(115 50 193) 35%, rgb(188 141 245) 100%)!important;
    color: #fff;
  }
  .form_section a.common-btn:hover{
    margin-top: 0;
  }
  
  .contact-box{
    position: relative;
    box-shadow: 0 8px 21px rgb(225 231 255 / 58%);
    padding: 30px 22px 30px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 30px;
    border: 1px solid #eee;
    transition: .3s ease-in-out;
    text-align: center;
  }
  .contact-box:hover{
    transition: .3s ease-in-out;
    margin-top:-10px;
  }
  .contact-box h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #7332c1;
  }
  .contact-box img {
    width: 57px;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  .contact-box a {
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    color: #1f1e1e;
  
  }
  .contact-box a:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #7f54b3;
    content: "\f095";
    font-size: 17px;
  }
  
  /* --------------Contact us page end----------------- */

  

.blog-section {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px 4px #e9eaf0;
  position:relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-content{
  padding: 20px 20px 60px;
}
.blog-content h3 {
  font-size: 19px;
  margin: 10px 0;
  color: #7332c1;
  font-weight: 700;
  line-height: 26px;
}
.blog-content h3 a{
  color: #222;
  text-decoration: none;
}
.blog-date {
  font-weight: 600;
  font-size: 14px;
}
.blog-content .btn-read-more {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
  color: #7332c1;
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 15px 20px 14px;
}
.blog-content .btn-read-more::before {
  background: #7332c1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.blog-content .btn-read-more:hover::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
 .read-more .btn-read-more:hover {
  color: #ffffff;
}
.blog-image {
  overflow: hidden;
}
.blog-image img
{transition: all .4s ease-in-out;
}
.blog-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}
.service-content ul li {
    position: relative;
    line-height: 27px;
    font-size: 17px;
    color: #191818;
    font-family: sans-serif;
    padding: 5px  0 5px 25px;
}
.service-content ul li:before {
    font-family: FontAwesome;
    position: absolute;
    color: #7332c1;
    content: "\f046";
    left: 0;
}
.bottom-line-divider.right-divider.bottom-line-divider {
    width: auto;
}
.bottom-line-divider.right-divider:before, .bottom-line-divider.right-divider:after {
    left: 573px;
    
}
.bottom-line-divider.right-divider:after {
	
	left: 485px;
}
h2.h2-after.text-right {
    padding-right: 23px;
}

.quote-content p{
	color: #fff;
}
.welcome-content ul li {
    position: relative;
    line-height: 27px;
    font-size: 17px;
    color: #191818;
    font-family: sans-serif;
    padding: 5px  0 5px 25px;
}


.welcome-content ul li:before {
    font-family: FontAwesome;
    position: absolute;
    color: #7332c1;
    content: "\f046";
    left: 0;
}

.welcome-bg  h3 {
    font-size: 31px;
    font-weight: 700;
    color: #6c25c1;
    margin-bottom: 15px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    padding: 10px 0px!important;
    margin-right: 15px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: initial!important;
    color: #060606!important;
    font-weight: 600!important;
    font-size: 16px!important;
    text-transform: capitalize!important;
    height: auto!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin: 5px 0 0 3px!important;
}

li#mega-menu-item-214>a {
    -webkit-border-radius: 28px!important;
    -moz-border-radius: 28px!important;
    -ms-border-radius: 28px!important;
    border-radius: 28px !important;
    animation: fade-shadow 6s infinite!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-214>a {
    color: #fff!important;
    padding: 10px 23px 10px 49px!important;
    border-radius: 25px;
    line-height: 26px!important;
    margin-top: 0!important;
    /* background: #7f54b3; */
    border: 0!important;
    font-weight: 600!important;
    margin-left: 15px!important;
    background: linear-gradient( 
90deg, rgb(115 50 193) 35%, rgb(188 141 245) 100%)!important;
}
  li#mega-menu-item-214>a:after {
    position: absolute!important;
    display: block!important;
    content: '';
    width: 17px!important;
    height: 17px!important;
    top: 15px!important;
    left: 21px!important;
    pointer-events: none!important;
    background-color: transparent!important;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    -ms-border-radius: 50%!important;
    border-radius: 50%!important;
    -webkit-box-shadow: inset 0 0 0 6px #ffffff!important;
    box-shadow: inset 0 0 0 6px #ffffff!important;
  }
  li#mega-menu-item-214>a{
      -webkit-border-radius: 28px!important;
      -moz-border-radius: 28px!important;
      -ms-border-radius: 28px!important;
      border-radius: 28px!important;
      animation: fade-shadow 6s infinite !important;
  }
  
  @-webkit-keyframes fade-shadow {
      0% {
          -webkit-box-shadow: 0 0 0 0 rgba(244, 244, 244, 1);
      box-shadow: 0 0 0 0 rgb(198 153 253);
      }
      20% {
          -webkit-box-shadow: 0 0 0 0 rgba(244, 244, 244, 1);
          box-shadow: 0 0 0 0 rgb(70, 69, 69);
      }
      100% {
          -webkit-box-shadow: 0 0 0 10px rgba(244, 244, 244, 0);
          box-shadow: 0 0 0 10px rgba(244, 244, 244, 0)
    }
  }
  
  @keyframes fade-shadow {
      0% {
          -webkit-box-shadow: 0 0 0 0 rgba(244, 244, 244, 1);
      box-shadow: 0 0 0 0 rgb(198 153 253);
      }
      20% {
          -webkit-box-shadow: 0 0 0 0 rgba(244, 244, 244, 1);
          box-shadow: 0 0 0 0 rgb(70, 69, 69);
      }
      100% {
          -webkit-box-shadow: 0 0 0 10px rgba(244, 244, 244, 0);
          box-shadow: 0 0 0 10px rgba(244, 244, 244, 0)
      }
  }
  li#mega-menu-item-214>a:before {
      position: absolute!important;
      display: block!important;
      content: '';
      width: 20px!important;
      height: 20px!important;
      top: 11px!important;
      left: 19px!important;
      pointer-events: none!important;
      background-color: none!important;
      -webkit-border-radius: 50%!important;
      -moz-border-radius: 50%!important;
      -ms-border-radius: 50%!important;
      border-radius: 50%!important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link {
    color: #7f54b3!important;
}
li#mega-menu-item-214:hover a.mega-menu-link{
    color: #fff!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-214 {
    margin-right: 0!important;
}
.service-box img {
    margin-bottom: 25px;
}
.post .entry-meta {
    margin: 10px 0;
    font-weight: 600;
}
.post .post-thumbnail img {
    height: auto;
}
.post .entry-content h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 10px 0;
} 
.post .entry-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
}
/* .post .entry-content ol , .post .entry-content ol {
    padding: 0;
} */
.post .entry-content ol li , .post .entry-content ul li {
    padding: 3px 0;
    position: relative;
    font-family: sans-serif;
    font-size: 17px;
    line-height: 26px;
}

.post .entry-content ul {
    padding-left: 40px;
}
.post .entry-content ul li {
    list-style: initial;
}
.post .entry-content ol li {
    list-style: inherit;
}
.post p{
    margin-bottom: 20px;
    line-height: 27px;
    font-size: 17px;
    text-align: justify;
}
.entry-content .elementor-image img {
    margin: 10px 0 20px;
}
.post-navigation .nav-links a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 25px;
    line-height: 26px;
    border: 0;
    text-decoration: none;
    transition: all ease 0.5s;
    font-weight: 500;
    background: linear-gradient( 90deg, rgb(115 50 193) 35%, rgb(188 141 245) 100%)!important;
    margin: 10px 0;
}
.post .entry-footer .cat-links a {
    color: #333;
    text-decoration: underline;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.common-btn {
    color: #fff!important;
    padding: 10px 23px 10px 20px!important;
    line-height: 26px!important;
    border: 0!important;
    font-weight: 600!important;
    border-radius: 25px;
    background: linear-gradient( 
90deg, rgb(115 50 193) 35%, rgb(188 141 245) 100%)!important;
}

@media (min-width: 768px) and (max-width: 991px){
    .img-hide{
      display: none;
    }
  
      .h2-after {
      font-size: 24px;
    }
      .cms-content h2{
        font-size: 25px;
    }
    
  }
  @media (max-width: 992px){
      .css-typing h4 {
          font-size: 34px;
          line-height: 40px;
      }
      .css-typing h3 {
          font-size: 30px;
          line-height: 40px;
      }
      .slider-section {
          position: relative;
          color: #fff;
          background-image: url(../images/slider-bg.png);
          background-repeat: no-repeat;
          background-size: cover;
          height: 450px
      }
    #banner-slider .owl-prev {
        left: 0;
    }
    .css-typing a {
        font-size: 19px;
        line-height: 26px;
    }
    .slider-text {
        top: 80px;
    }
    .service-box {
        padding: 30px  20px 0;
        height: 403px;
    }
    .cta-section h4 {
        font-size: 24px;
    }
    .testimonial { 
        height: auto;
    }
    .welcome-bg h3 {
        font-size: 25px;
    }
    
  }
  @media only screen and (max-width: 768px){
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 10px 10px!important;
        color: #fff!important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-214>a {
        width: 42%;
        margin-left: 7px!important;
    }

    
}
@media(min-width:480px) and (max-width:767px){
    .banner-right img {
        visibility: hidden;
    }
}
  @media (max-width: 479px) {
    .top-header a {
      font-size: 14px;
    }
  
    section.service-section.padd-70 {
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 50px;
      height: auto;
      background: #8337c8;
    }
    .welcome-bg .h2-after {
      font-size: 20px;
      line-height: 29px;
    }
    section.welcome-bg.padd-70 {
      padding: 40px 0;
  
    }
    section.support-plans.padd-70 {
      background-image: none;
      background: #6c25c1;
      padding: 40px 0;
      margin-top: 20px;
      }
      footer.footer-area {
          background-image: none;
          background: #6c25c1;
          padding: 40px 0;
      }
    .service-box {
      margin-bottom: 20px;
    }
    .css-typing p:nth-child(1) , .css-typing p:nth-child(2){
      font-size: 32px;
    }
    .css-typing p, .call-btn a {
      font-weight: 800;
      font-size: 21px;
      line-height: 41px;
    }
    .quote-content h4 {
      font-size: 27px;
      margin-bottom: 10px;
      line-height: 39px;
    }
    .h2-after {
      font-size: 24px;
      line-height: 35px;
    }
    .testimonial .description {
      font-size: 15px;
      height: auto;
  
    }
    .testimonial .title {
      font-size: 17px;
      line-height: 27px;
    }
    .call-us {
      text-align: left;
      margin-top: 5px;
    }
    
    
    .css-typing h3, .css-typing h4 {
      font-size: 29px;
      line-height: 30px;
    }
    #banner-slider .owl-nav {
      display: none;
    }
    .slider-section {
      height: 485px;
    }
    .slider-text {
      top: 94px;
    }
    .css-typing a{
      font-size: 22px;
    }
    p {
      line-height: 27px;
      font-size: 17px;
    }
    .page-title-content h2 {
      font-size: 22px;
    }
    .page-title-content {
    
      top: 70px;}
      .top-header span {
        letter-spacing: .9px;
    }
  }
  .testimonial .rating li.gray-star {
      color: #a8a8a8;
  }
  @media only screen and (max-width: 479px){
      .testimonial .testimonial-content:after{
          content: "";
      }
      .banner-right {
        visibility: hidden;
      }
    
    }
