@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf') format('truetype'),
    url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



/* Reset css  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

ul {
  list-style: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  transition: all 0.5s ease !important;
  text-decoration: none;
}

.pad-0 {
  padding: 0;
}

.pad-left-0 {
  padding-left: 0;
}

.pad-right-0 {
  padding-right: 0;
}

/* main header section css here  */
.main-header {
  background-color: #ffffff;
  transition: all 0.5s ease;
  position: fixed;
  padding: 20px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-radius: 20px;
  border: 1px solid #514a80;
  margin: 0 60px;
}

.animate {
  animation: slideDown 0.7s ease-in-out;
}

.pos-fixed {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 0 5px #c9c9c9;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.pos-fixed .main-header-container {
  padding: 0;
}

.logo-container img {
  max-width: 100%;
  height: auto;
}

.main-header-container {
  position: relative;
}

.header-manu-container ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.main-header ul li a {
  margin-right: 50px;
  font-size: 16px;
  line-height: 37px;
  color: #181818;
  font-weight: 400;
  transition: all 0.5s ease;
}

.main-header ul li:last-child a {
  margin-right: 0px;
}

.header-btn {
  font-size: 16px;
  line-height: 37px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  border-radius: 25px;
  background-color: #9120f0;
  padding: 6px 40px;
  float: right;
}

.header-btn:hover {
  color: #ffffff;
  background-color: #262626;
}

/* banner css here  */
.banner-sec {
	position: relative;
	margin: 30px 30px 0;
	overflow: hidden;
	border-radius: 20px;
}
.ms-slide .ms-slide-bgcont{
    border-radius: 20px !important;
}
.ms-slide .ms-slide-bgcont img {
    border-radius: 20px !important;
}
.ms-slide::before {
  content: '';
  background: linear-gradient(90deg, #ffffff00 0%, #f1e1feb3 83%, #f1e1feab 100%);
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 20px 20px 0;
	z-index: 1;
}

.banner-img {
  width: 100%;
  border-radius: 20px;
}

.ms-slide-info {
  position: absolute !important;
  top: 50%;
  right: 5%;
  transform: translateY(-35%);
  z-index: 10;
  max-width: 450px;
}
.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn {
  border-radius: 0 !important;
}
.ms-skin-light-6 .ms-nav-next {
    background: url("../images/next-icon.png") no-repeat !important;
    top: auto !important;
    bottom: 30px;
    right: 10% !important;
    border: 1px solid #000000 !important;
    text-align: center;
    background-position: center !important;
}

.ms-skin-light-6 .ms-nav-prev {
	background: url("../images/left-icon.png") no-repeat !important;
	top: auto !important;
	bottom: 30px;
	right: 14% !important;
	left: auto !important;
	border: 1px solid #000000 !important;
	text-align: center;
	background-position: center !important;
}
.banner-heading {
  font-size: 55px;
  line-height: 37px;
  color: #9120f0;
  font-weight: 700;
  position: relative;
  text-shadow: -13px 46px 57px #ffffff, 13px -43px 32px #ffffff, -13px 34px 32px #ffffff, -12px 10px 48px #ffffff, 18px 1px 32px #ffffff, 11px 10px 36px #ffffff;
}

.banner-text {
  font-size: 16px;
  line-height: 30px;
  color: #252525;
  font-weight: 400;
  padding: 35px 45px 35px 0;
  position: relative;

}

.banner-btn-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-btn-1 {
  font-size: 16px;
  line-height: 37px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 25px;
  background-color: #9120f0;
  transition: all 0.5s ease;
}

.banner-btn-1:hover,
.banner-btn-2:hover {
  color: #ffffff;
  background-color: #262626;
}

.banner-btn-2 {
  font-size: 16px;
  line-height: 37px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 24px;
  background-color: #530396;
  transition: all 0.5s ease;
}

/* logo-rotate-sec */
.logo-rotate-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  position: relative;
}

.rotate-img {
  animation: rotating 20s linear infinite;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotate-mid-container {
  width: 69px;
  height: 69px;
  border-radius: 34px;
  background-color: #530396;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.bounce2 {
  animation: bounce2 3s ease infinite;
}

@keyframes bounce2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/* about-sec */
.about-sec {
  position: relative;
  padding: 40px 0 90px;
}

.about-sec::before {
  content: '';
  background: url("../images/about-ba.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -50px;
  width: 551px;
  height: 757px;
}

.about-left-comntainer {
  position: relative;
}

.about-heading {
  font-size: 36px;
  line-height: 37px;
  text-transform: uppercase;
  color: #9120f0;
  font-weight: 700;
}

.about-heading strong {
  color: #9120f0;
}

.about-text {
  font-size: 16px;
  line-height: 30px;
  color: #262626;
  font-weight: 400;
  padding: 35px 0;
  padding-right: 30px;
}

.about-btn {
  display: block;
  width: fit-content;
  font-size: 16px;
  line-height: 37px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  border-radius: 25px;
  background-color: #9120f0;
  padding: 7px 30px;
}

.about-btn:hover {
  color: #ffffff;
  background: #262626;
}

.about-sec img {
  border-radius: 20px;
}

/* our-service-sec */
.our-service-sec {
  padding: 85px 0;
  background: url("../images/our-service-bg.jpg") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  border-radius: 20px;
  background-color: #f7edff;
  border: 1px solid #9120f0;
}

.our-service-sec::before {
  content: '';
  background: #f4e5f1de;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.service-heading {
  font-size: 36px;
  line-height: 37px;
  text-transform: uppercase;
  color: #530396;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 70px;
}

.service-heading strong {
  color: #9120f0;
}

.service-left-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 23px;
}

.service-card {
  background: #ffffff;
  padding: 12px 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 340px;
  transition: all 0.5s ease;
}

.service-card::before {
  content: '';
  width: 7px;
  height: 100%;
  background-color: #9120f0;
  position: absolute;
  right: 0;
  top: 0;
}

.service-card:hover {
  background-color: #530396;
}

.service-card:hover .service-card-text {
  color: #ffffff;
}

.service-card:hover .service-card-img-container {
  background-color: #ffffff;
}

.service-card:hover .service-card-img-container img {
  filter: brightness(0.3) sepia(1) saturate(400%) hue-rotate(230deg);
}

.service-card-text {
  font-size: 15px;
  line-height: 24px;
  color: #252b61;
  font-weight: 600;
  transition: all 0.5s ease;
}

.service-card-img-container {
  width: 68px;
  height: 65px;
  background-color: #530396;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.service-right-container {
  position: relative;
  margin-left: -30px;
  margin-right: -60px;
}

.service-right-container img {
  border-radius: 20px;
}

.service-text {
  font-size: 14px;
  line-height: 25px;
  color: #222222;
  font-weight: 400;
  padding: 20px 75px 10px 0;
}

.service-btn {
	display: block;
	width: fit-content;
	font-size: 12px;
	line-height: 37px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	border-radius: 21px;
	background-color: #9120f0;
	padding: 0px 30px;
	margin-top: 20px;
}

.service-btn:hover {
  color: #ffffff;
  background-color: #262626;
}

/* choose-us-sec */
.choose-us-sec {
  padding: 130px 0 100px;
}

.choose-us-heading {
  font-size: 36px;
  line-height: 37px;
  text-transform: uppercase;
  color: #514a80;
  font-weight: 700;
  padding-bottom: 35px;
}

.choose-us-heading strong {
  color: #9120f0;
}

.choose-us-card {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.choose-us-card:nth-child(odd) .choose-us-card-img-container {
  background-color: #9120f0;
  border: 4px solid #e5cbfa;
}
/* 
.choose-us-card-img-container {
  width: 82px;
  height: 82px;
  min-width: 82px;
  border-radius: 41px;
  background-color: #530396;
  border: 4px solid #b6bae3;
  display: flex;
  align-items: center;
  justify-content: center;
}
 */

.choose-us-card-img-container {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 41px;
  background-color: #530396;
  border: 4px solid #b6bae3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-us-card-img-container img{
	width: 30px;
}
.choose-us-card-heading {
  font-size: 20px;
  line-height: 37px;
  color: #514a80;
  font-weight: 700;
}

.choose-us-card-text {
  font-size: 16px;
  line-height: 25px;
  color: #3b3b3b;
  font-weight: 400;
}

.get-in-touch-sec{
	padding: 0 0 90px;
}
.get-in-touch-container {
    background: #9120f0;
    padding: 60px 50px;
    text-align: center;
    border-radius: 20px;
}
.get-in-touch-text {
    font-size: 35px;
    line-height: 37px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 35px;
}
.get-in-touch-btn {
	display: block;
    width: fit-content;
    color: #ffffff;
    font-size: 17px;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    border-radius: 25px;
}
.get-in-touch-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
    gap: 20px;
}
.get-in-touch-btn:hover{
	background-color: #ffffff;
}
/* testimonial-sec */
.testimonial-sec {
  padding: 0 0 85px;
}

.testimonial-heading {
  font-size: 36px;
  line-height: 37px;
  text-transform: uppercase;
  color: #514a80;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}

.testimonial-heading strong {
  color: #9120f0;
}
#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
  padding-top: 25px !important;
}
#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section .sp-testimonial-client-rating {
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-testimonial-free-section.swiper-initialized,
.sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid) {
  margin: 0 !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  padding: 0 !important;
  padding-right: 48px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	text-align: start !important;
	font-size: 14px !important;
	line-height: 26px !important;
	color: #1d1d1d !important;
	font-weight: 400 !important;
	margin: 0 !important;
}

.sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: 16px !important;
  line-height: 37px !important;
  color: #1d1d1d !important;
  font-weight: 700 !important;
  text-align: start !important;
}
.sp-testimonial-item.swiper-slide.swiper-slide-next::before{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 16px;
  background-color: #c4c4c4;
}
.sp-testimonial-item.swiper-slide.swiper-slide-next::after{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -34px;
  background-color: #c4c4c4;
}

/* footer */
.footer {
  position: relative;
  background: #530396;
  padding: 80px 0 0;
}

.ndis-logo {
  padding: 35px 0 25px;
}

.f-media-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.media-img-container {
  width: 31px;
  height: 31px;
  border-radius: 15px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-img-container:hover {
  background-color: #9120f0;
}

.footer-heading {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 30px;
}
.f-services-container {
    margin-left: -15px;
}
.footer ul {
  list-style: none;
  margin: 0;
}

.footer ul li {
  font-size: 14px;
  line-height: 37px;
  color: #ffffff;
  font-weight: 400;
}

.footer ul li a {
  font-size: 14px;
  line-height: 37px;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.5s ease;
}

.footer ul li a:hover {
  color: #d1bce3;
}

.f-menu-container ul li a:hover {
  padding-left: 4px;
}

.f-contact-container ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.f-contact-container ul li {
  line-height: 20px;
}

.f-contact-container ul li a {
  line-height: 10px;
}

.f-icon-container {
	width: 31px;
	min-width: 31px;
	height: 31px;
	border-radius: 15px;
	border: 1px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f-services-container ul li a {
  line-height: 32px;
}

.f-services-container ul li a:hover {
  padding-left: 4px;
}

.lower-footer {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ffffff;
  margin-top: 60px;
}

.lower-footer a {
  color: #ffffff;
  transition: all 0.5s ease;
}

.lower-footer a:hover {
  color: #d1bce3;
}

/* scroll to top  */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 1000;
}

.scroll-top img {
  background-color: #9120f0;
  padding: 14px 10px;
  border-radius: 50%;
}

/* banner css here */
.site-content,
.site-main .widecolumn {
  margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
  background: url("../images/banner-img-1.jpg") #eee no-repeat !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 250px 0 150px !important;
  margin: 0 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page .entry-header:before,
.blog_page_header:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page .entry-content {
  max-width: 100% !important;
  padding: 0px !important;
}

.content-area,
.content-sidebar {
  padding-top: 0px !important;
}

.page .entry-title,
.blog_page_title {
  color: #fff;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
  z-index: 99;
  margin-bottom: 3px;
}

.breadcrumb-container {
  width: 100%;
  color: #ea0700;
  position: relative;
  font-size: 15px;
}

.breadcrumb-container a {
  color: #ea0700;
}

.page {
  margin-top: 0 !important;
}

/* inner page css  */
.inner_title {
    color: #131313;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.inner_title strong {
    color: #9120f0;
}

.inner_title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #9120f0;
}

.inner_txt {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
    margin-top: 20px;
}

.margin-top {
    margin-top: 48px;
}

.inner_list_txt {
    margin-top: 20px;
}

.inner_list_txt ul {
    padding: 0;
    margin: 0;
}

.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}

.inner_bottm_sec {
    background: #9120f0;
    padding: 30px 20px;
    text-align: center;
}

.inner_bottm_sec .inner_title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 3px;
    background: #ffffff;
}

.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    min-height: 100%;
}

.core-box img {
    width: 80px;
    padding-bottom: 20px;
}

.core-box_title {
    color: #131313;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.core-box_title strong {
    color: #9120f0;
}

.core-box_title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #9120f0;
}

.core-box_txt {
    font-size: 14px;
    color: #2b2b2b;
    font-weight: normal;
    margin-top: 20px;
}

.m-top {
    margin-top: 20px;
}

/* contact page css  */

.contact_page_heading {
    color: #131313;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}

.contact_page_heading::before {
    position: absolute;
    content: "";
    bottom: 8px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #9120f0;
}

.contact_page_heading strong {
    color: #9120f0;
}

.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.contact-text a {
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.contact-text strong {
	color: #000000;
    font-weight: 600;
}

.contact-img {
	background: #ffffff;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	width: 45px;
	min-width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
}

.contact_right {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 25px 25px 0;
    border-radius: 5px;
}
/* thank you page   */
.thankyou-btn {
    border-radius: 27px;
    background: #212121;
    transition: all 0.8s ease !important;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 15px 30px;
}
.thankyou-btn:hover{
	background: #9120f0;
}
.thankyou-text {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
}

/* footer_fixed_buttons css  */
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.footer_btn1 {
    background: #9120f0;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important;
    text-transform: capitalize;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}

.footer_btn3 {
    background: #212121;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important;
    text-transform: capitalize;
}

.our-services-card {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 100%;
}
.our-services-card img{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.our-services-card p{
	margin-bottom: 0;
}
.our-services-card-container {
	padding: 20px;
}
.our-services-card-heading {
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #111111;
}
.location_title{
	color: #131313;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
}
.location_title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7%;
    height: 3px;
    background: #9120f0;
}
.location_sub_title {
	color: #131313;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	position: relative;
	padding-bottom: 12px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.location_sub_title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7%;
    height: 3px;
    background: #9120f0;
}
.location-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 2px solid #9120f0;
    padding: 10px 0;
    border-radius: 10px;
	transition: all 0.5s ease;
	text-decoration: none !important;
}
.location-btn:hover{
	background: #9120f0;
	color: #ffffff;
}
.location-btn:hover img{
	transition: all 0.5s ease;
	filter: invert(1) brightness(2);
}
.location-btn img{
	transition: all 0.5s ease;
}
.loc-text {
	position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-left: 20px;
    padding-bottom: 5px;
}
.loc-text:before {
    content: '*';
    color: red;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 22px;
}

.contact-page input {
    width: 100%;
    padding: 12px 10px 12px 20px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
    text-transform: capitalize;
	border: 1px solid #9120f0;
	outline: none;
}
.contact-page input:focus,.contact-page select:focus,.contact-page textarea:focus{
	border: 1px solid #212121;
}
.contact-page select {
    width: 100%;
    padding: 12px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
    text-transform: capitalize;
	border: 1px solid #9120f0;
	outline: none;
}
.contact-page textarea {
    width: 100%;
    padding: 12px 12px 12px 20px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
	height: 150px;
	border: 1px solid #9120f0;
}
.contact-page input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	width: fit-content;
	background-color: #9120f0;
	padding: 13px 50px;
	transition: all 0.5s ease;
}
.contact-page input[type="submit"]:hover{
	background-color: #212121;
}

/* inner form css here  */
.inner-form-container a {
	text-decoration: none !important;
}

.inner-form-page .inner_txt a {
	text-decoration: none;
}

.inner-form-label {
	font-size: 17px;
	font-weight: 500;
}

.inner-form-label p {
	margin-bottom: 8px;
}

.inner-form-input input {
	width: 100%;
	border: 1px solid #9120f0;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
}

.inner-form-textarea textarea {
	width: 100%;
	border: 1px solid #9120f0;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
	height: 100px;
}
.inner-form-input input:focus,.inner-form-textarea textarea:focus{
	border: 1px solid #212121;
}
.inner-form-container {
	margin-top: 30px;
	padding: 40px 30px 0;
	border-radius: 20px;
	box-shadow: 0 0 5px #dfdfdf;
}

.inner-form-heading p {
	margin-bottom: 0;
}

.inner-form-heading {
	color: #131313;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.inner-form-heading strong {
	color: #9120f0;
}

.inner-form-heading::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 12px;
	width: 30px;
	height: 3px;
	background: #9120f0;
}

.inner-form-radio .wpcf7-list-item {
	display: block;
	margin: 0;
}

.inner-form-text {
	font-size: 17px;
	text-align: center;
	font-weight: 600;
}

.inner-form-submit-btn {
	display: flex;
	justify-content: center;
}

.inner-form-submit-btn input[type="submit"] {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	border-radius: 27px;
	padding: 15px 40px;
	text-align: center;
	background: #9120f0;
	transition: all 0.5s ease;
}

.inner-form-submit-btn input[type="submit"]:hover {
	background: #212121;
}

.inner-form-submit-btn .wpcf7-spinner {
	display: none;
}

.not_found-text {
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}

.back_btn {
	margin: 35px 0 60px;
}

.back_btn a {
	text-decoration: none !important;
}

.not_found-btn {
	background-color: #212121;
	padding: 18px 25px !important;
	color: white !important;
	outline: 0;
	border: none;
	transition: all 0.5s ease;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 30px;
}
.not_found-btn:hover{
	background-color: #9120f0;
}

@media only screen and (max-width : 320px) {

}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.main-header {
		margin: 0;
		border-radius: 0;
	}
	.header-right{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.animate {
		animation: none;
	}
	.banner-sec {
		margin: 30px 0 0;
	}
	.ms-view {
		height: 520px !important;
	}
	.ms-slide {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
		height: 100% !important;
	}
	.ms-slide::before {
		content: '';
		background: linear-gradient(180deg, #ffffff00 0%, #f1e1feb3 83%, #f1e1feab 100%);
		width: 100%;
		height: 60%;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		border-radius: 0 20px 20px 0;
		z-index: 1;
	}
	.ms-slide-info {
		position: absolute !important;
		top: 50%;
		right: 4%;
		transform: translateY(-35%);
		z-index: 10;
		max-width: 90%;
		left: 4%;
	}
	.banner-heading {
		font-size: 34px;
        line-height: 40px;
	}
	.banner-text {
		font-size: 15px;
		line-height: 23px;
		padding: 14px 0;
	}
	.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
		bottom: 18px;
		top: auto !important;
	}
	.ms-skin-light-6 .ms-nav-next {
        right: 34% !important;
        bottom: 70px;
	}
	.ms-skin-light-6 .ms-nav-prev {
        left: 34% !important;
		bottom: 70px;
	}
	.about-sec {
		overflow: hidden;
		padding: 40px 0 50px;
	}
	.about-heading {
		font-size: 30px;
	}
	.about-text {
		padding:20px 0;
		padding-right: 0;
	}
	.our-service-sec{
		overflow: hidden;
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.service-right-container {
		margin-left: 0;
		margin-right: 0;
	}
	.service-left-container {
		row-gap: 17px;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-sec .pad-left-0 {
		padding-left: 12px;
	}
	.choose-us-card {
		margin-bottom: 10px;
	}
	.get-in-touch-sec {
		padding: 0 0 50px;
	}
	.get-in-touch-container {
		padding: 30px 10px;
	}
	.get-in-touch-text {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.testimonial-sec {
		padding: 0 0 50px;
	}
	.testimonial-heading {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding-right: 0 !important;
	}
	.sp-testimonial-item.swiper-slide.swiper-slide-next::before{
		content: none;
	}
	.sp-testimonial-item.swiper-slide.swiper-slide-next::after{
		content: none;
	}
	.footer {
		padding: 50px 0 0;
	}
	.footer-heading {
		padding-bottom: 15px;
	}
	.footer ul li a {
		line-height: 30px;
	}
	.footer ul li {
		line-height: 30px;
	}
	.f-services-container {
		margin-left: 0;
	}
	.lower-footer {
		padding: 20px 0 60px;
		margin-top: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 200px 0 90px !important;
	}
	.location_sub_title {
		margin-top: 60px;
		margin-bottom: 0;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.ndis-logo {
		padding: 25px 0;
		display: block;
	}
	.inner-form-container {
		padding: 20px 10px 0;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.main-header {
		margin: 0;
		border-radius: 0;
	}
	.header-right{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.animate {
		animation: none;
	}
	.banner-sec {
		margin: 30px 0 0;
	}
	.ms-view {
		height: 400px !important;
	}
	.ms-slide {
		height: 400px !important;
	}
	.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
		height: 400px !important;
	}
	.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
		height: 100% !important;
	}
	.ms-slide-info {
		top: 40%;
	}
	.ms-skin-light-6 .ms-nav-prev {
		right: 19% !important;
	}
	.banner-heading {
		font-size: 34px;
        line-height: 40px;
	}
	.banner-text {
		padding: 14px 0;
	}
	.about-sec {
		overflow: hidden;
		padding: 40px 0 50px;
	}
	.about-heading {
		font-size: 30px;
	}
	.about-text {
		padding:20px 0;
		padding-right: 0;
	}
	.our-service-sec{
		overflow: hidden;
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.service-right-container {
		margin-left: 0;
		margin-right: 0;
	}
	.service-left-container {
		row-gap: 17px;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-sec .pad-left-0 {
		padding-left: 12px;
	}
	.choose-us-card {
		margin-bottom: 10px;
	}
	.get-in-touch-sec {
		padding: 0 0 50px;
	}
	.get-in-touch-container {
		padding: 30px 10px;
	}
	.get-in-touch-text {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.testimonial-sec {
		padding: 0 0 50px;
	}
	.testimonial-heading {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		padding-right: 0 !important;
	}
	.sp-testimonial-item.swiper-slide.swiper-slide-next::before{
		content: none;
	}
	.sp-testimonial-item.swiper-slide.swiper-slide-next::after{
		content: none;
	}
	.footer {
		padding: 50px 0 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.footer-heading {
		padding-bottom: 15px;
	}
	.footer ul li a {
		line-height: 30px;
	}
	.footer ul li {
		line-height: 30px;
	}
	.f-services-container {
		margin-left: 0;
	}
	.lower-footer {
		padding: 20px 0 60px;
		margin-top: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 200px 0 90px !important;
	}
	.location_sub_title {
		margin-top: 60px;
		margin-bottom: 0;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.ndis-logo {
		padding: 25px 0;
		display: block;
	}
	.locations-page .col-sm-12 {
		width: 50%;
	}
}
/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.main-header {
		margin: 0;
		border-radius: 0;
	}
	.header-right{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.animate {
		animation: none;
	}
	.banner-sec {
		margin: 30px 0 0;
	}
	.ms-view {
		height: 400px !important;
	}
	.ms-slide {
		height: 400px !important;
	}
	.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
		height: 400px !important;
	}
	.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
		height: 100% !important;
	}
	.ms-slide-info {
		top: 40%;
	}
	.ms-skin-light-6 .ms-nav-prev {
		right: 19% !important;
	}
	.banner-heading {
		font-size: 34px;
        line-height: 40px;
	}
	.banner-text {
		padding: 14px 0;
	}
	.about-sec {
		overflow: hidden;
		padding: 40px 0 50px;
	}
	.about-heading {
		font-size: 30px;
	}
	.about-text {
		padding:20px 0;
		padding-right: 0;
	}
	.our-service-sec{
		overflow: hidden;
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.service-right-container {
		margin-left: 0;
		margin-right: 0;
	}
	.service-left-container {
		row-gap: 17px;
	}
	.service-card {
        min-width: auto !important;
        width: 100% !important;
    }
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-sec .pad-left-0 {
		padding-left: 12px;
	}
	.choose-us-card {
		margin-bottom: 10px;
	}
	.choose-us-card-heading {
		font-size: 16px;
		line-height: 22px;
	}
	.get-in-touch-sec {
		padding: 0 0 50px;
	}
	.get-in-touch-container {
		padding: 30px 10px;
	}
	.get-in-touch-text {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.testimonial-sec {
		padding: 0 0 50px;
	}
	.testimonial-heading {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.sp-testimonial-item.swiper-slide.swiper-slide-next::before{
		content: none;
	}
	.footer {
		padding: 50px 0 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.footer-heading {
		padding-bottom: 15px;
	}
	.footer ul li a {
		line-height: 30px;
	}
	.footer ul li {
		line-height: 30px;
	}
	.f-services-container {
		margin-left: 0;
	}
	.lower-footer {
		padding: 20px 0 60px;
		margin-top: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 200px 0 90px !important;
	}
	.location_sub_title {
		margin-top: 60px;
		margin-bottom: 0;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.ndis-logo {
		padding: 25px 0;
		display: block;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.main-header {
		margin: 0;
		border-radius: 0;
	}
	.header-right{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.animate {
		animation: none;
	}
	.banner-sec {
		margin: 90px 0 0;
	}
	.ms-slide-info {
		top: 40%;
	}
	.ms-skin-light-6 .ms-nav-prev {
		right: 19% !important;
	}
	.banner-heading {
		font-size: 40px;
        line-height: 40px;
	}
	.banner-text {
		padding: 14px 0;
	}
	.about-sec {
		overflow: hidden;
		padding: 40px 0 50px;
	}
	.about-heading {
		font-size: 30px;
	}
	.about-text {
		padding:20px 0;
		padding-right: 0;
	}
	.our-service-sec{
		overflow: hidden;
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.service-right-container {
		margin-left: 0;
		margin-right: 0;
	}
	.service-left-container {
		row-gap: 17px;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-sec .pad-left-0 {
		padding-left: 12px;
	}
	.choose-us-card {
		margin-bottom: 10px;
	}
	.get-in-touch-sec {
		padding: 0 0 50px;
	}
	.get-in-touch-container {
		padding: 30px 10px;
	}
	.get-in-touch-text {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.testimonial-sec {
		padding: 0 0 50px;
	}
	.testimonial-heading {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.sp-testimonial-item.swiper-slide.swiper-slide-next::before{
		content: none;
	}
	.footer {
		padding: 50px 0 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.footer-heading {
		padding-bottom: 15px;
	}
	.footer ul li a {
		line-height: 30px;
	}
	.footer ul li {
		line-height: 30px;
	}
	.f-services-container {
		margin-left: 0;
	}
	.lower-footer {
		padding: 20px 0 60px;
		margin-top: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 200px 0 90px !important;
	}
	.location_sub_title {
		margin-top: 60px;
		margin-bottom: 0;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.ndis-logo {
		padding: 25px 0;
		display: block;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.main-header ul li a {
		margin-right: 23px;
	}
	.main-header {
		margin: 0 30px;
	}
	.pos-fixed{
		margin: 0;
	}
	.service-right-container {
		margin-left: 0;
		margin-right: 0;
	}
	.ms-skin-light-6 .ms-nav-prev {
		right: 17% !important;
	}
	.service-left-container .service-card {
        min-width: auto;
		width: 46%;
	}
	.choose-us-right-container {
		padding-left: 20px;
	}
	.location_sub_title {
		margin-bottom: 0px;
	}
}


/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.main-header {
		margin: 0;
		border-radius: 0;
	}
	.header-right{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.animate {
		animation: none;
	}
	.banner-sec {
		margin: 30px 0 0;
	}
	.ms-slide-info {
		top: 40%;
	}
	.ms-skin-light-6 .ms-nav-prev {
		right: 19% !important;
	}
	.banner-heading {
		font-size: 34px;
        line-height: 40px;
	}
	.banner-text {
		padding: 14px 0;
	}
	.about-sec {
		overflow: hidden;
		padding: 40px 0 50px;
	}
	.about-heading {
		font-size: 30px;
	}
	.about-text {
		padding:20px 0;
		padding-right: 0;
	}
	.our-service-sec{
		overflow: hidden;
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.service-right-container {
		margin-left: 0;
		margin-right: 0;
	}
	.service-card {
		min-width: auto !important;
		width: 100% !important;
	}
	.service-left-container {
		row-gap: 17px;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-sec .pad-left-0 {
		padding-left: 12px;
	}
	.choose-us-card {
		margin-bottom: 10px;
	}
	.choose-us-card-heading {
		font-size: 16px;
		line-height: 22px;
	}
	.get-in-touch-sec {
		padding: 0 0 50px;
	}
	.get-in-touch-container {
		padding: 30px 10px;
	}
	.get-in-touch-text {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.testimonial-sec {
		padding: 0 0 50px;
	}
	.testimonial-heading {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.sp-testimonial-item.swiper-slide.swiper-slide-next::before{
		content: none;
	}
	.footer {
		padding: 50px 0 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.footer-heading {
		padding-bottom: 15px;
	}
	.footer ul li a {
		line-height: 30px;
	}
	.footer ul li {
		line-height: 30px;
	}
	.f-services-container {
		margin-left: 0;
	}
	.lower-footer {
		padding: 20px 0 60px;
		margin-top: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 200px 0 90px !important;
	}
	.location_sub_title {
		margin-top: 60px;
		margin-bottom: 0;
	}
	.scroll-top {
		bottom: 4rem;
		right: 1rem;
	}
	.ndis-logo {
		padding: 25px 0;
		display: block;
	}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.animate {
		animation: slideDown 0.7s ease-in-out;
	}
	.header-mid {
		display: block;
	}
	.header-right {
		display: block;
	}
	.main-header ul li a {
		margin-right: 23px;
	}
	.main-header {
		margin: 0 30px;
		border-radius: 20px;
	}
	.pos-fixed{
		margin: 0;
	}
	.service-left-container .service-card {
        min-width: auto;
		width: 46%;
	}
	.lower-footer {
		padding: 20px 0px;
	}
	.sp-testimonial-item.swiper-slide.swiper-slide-next::before {
		content: '';
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
	.ms-slide-info {
		right: 10%;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info {
		right: 20%;
	}
}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {
	.ms-slide-info {
		right: 28%;
	}
}