@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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


/* Reset css  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

ul {
  list-style: none;
}

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

a {
  color: #000;
  text-decoration: none;
}

.f-14 {
  font-size: 14px;
}

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

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


/* top header css here  */
.top-header {
  padding: 10px 0;
  background-color: #481351;
}

.top-header-info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-left: 18px;
}

.left-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.email-container {
  border-right: 1px solid #9b7a7f;
  padding-right: 12px;
}

.top-header-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

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


/* main header section css here  */
.main-header {
  background-color: #ffffff;
  transition: all 0.5s ease;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

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

.pos-fixed {
  position: sticky;
  /* transition: all 0.5s ease; */
}

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

  to {
    transform: translateY(0);
  }
}

.main-header ul {
  align-items: center;
  padding-left: 25px;
  position: relative;
}

.main-header ul li a {
  padding-right: 14px;
  margin-right: 16px;
  border-right: 1px solid #c9c2cb;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  text-transform: uppercase;
  color: #21211e;
  font-weight: 600;
  transition: all 0.5s ease;
}

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

.link-active a,
.main-header ul li a:hover {
  /* background-color: #ea0700; */
  color: #8cc63e !important;
}

.logo-container img {
  height: auto;
  max-width: 100%;
  width: 166px;
  transition: all 0.5s ease;
}

.pos-fixed .logo-container {
  margin-top: 5px;
  margin-bottom: 0;
  /* transition: all 0.5s ease; */
  overflow: hidden;
}

.pos-fixed .logo-container img {
  /* transition: all 0.5s ease; */
  scale: 1.3;
  width: 110px;
}

.logo-container {
  margin-top: -35px;
  margin-bottom: -35px;
  /* transition: all 0.5s linear; */
}

.header-btn-1 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 22px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s ease;
  background-color: #6a2875;
}

.header-btn-1:hover {
  color: #fff;
  background-color: #8cc63e;
}

.header-btn-2 {
  padding: 15px 22px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 15px;
  color: #170e07;
  border-radius: 25px;
  transition: all 0.5s ease;
  background-color: #8cc63e;
}

.header-btn-2:hover {
	color: #ffffff;
	background-color: #6a2875;
}

.header-btn-container {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
	margin-left: -50px;
}

/* banner css here  */
.banner {
	position: relative;
}

.banner-pos {
  position: relative;
}

.ms-slide-info {
  position: absolute !important;
  top: 0;
  height: 100%;
  margin-top: 0 !important;
}

.banner .banner-main-container {
  position: absolute;
  top: 140px;
  right: 65px;
}

.banner-sub-heading {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 52px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Quicksand" !important;
  text-align: center;
}

.banner-heading {
  font-size: 40px;
  line-height: 47px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Quicksand" !important;
  text-align: center;
}

.ms-skin-light-6 .ms-nav-next {
  background: url("../images/right-arrow-icon-img.png") no-repeat !important;
  border: 0 !important;
  height: 37px !important;
}

.ms-skin-light-6 .ms-nav-prev {
  background: url("../images/right-arrow-icon-img.png") no-repeat !important;
  border: 0 !important;
  rotate: 180deg;
  height: 37px !important;
}

.ms-slide-info::before {
  content: '';
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 76%) !important;
  position: absolute;
  height: 100%;
  width: 70%;
  right: 0;
  /* z-index: 1; */
}

/* choose-us-sec css here  */
.choose-us-sec {
  padding: 90px 0;
}

.choose-us-heading {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #000000;
  font-weight: 700;
  font-family: 'Quicksand';
}

.choose-us-text {
  font-size: 15px;
  line-height: 27px;
  color: #353535;
  font-weight: 400;
}

.choose-us-card {
  margin-top: 5px;
}

.choose-us-card-containner {
  display: flex;
  gap: 20px;
  align-items: start;
  border-radius: 10px;
  filter: drop-shadow(0px 5px 4.5px rgba(0, 0, 0, 0.12));
  background-color: #fdf1ff;
  min-height: 100%;
  padding: 30px;
}

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

/* mission_vision_sec css here  */
.mission_vision_sec {
  background: url("../images/mission_vision_bg.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}

.mission_vision-img-container {
  margin-top: -20px;
}

.mission_vision-card-container {
  margin-left: -50px;
  display: flex;
  flex-direction: column;
}

.mission_vision-card {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 40px 20px 30px;
  position: relative;
  margin-top: 40px;
}

.mission_vision-icon-container {
  position: absolute;
  clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
  background-color: #6a2a75;
  width: 120px;
  height: 100px;
  display: flex;
  align-items: end;
  justify-content: center;
  top: -30px;
  padding-bottom: 15px;
}

.mission_vision-card-heading {
  font-size: 24px;
  line-height: 26px;
  color: #6a2a75;
  font-weight: 700;
  text-align: right;
  margin-bottom: 20px;
}

.mission_vision-card-text {
  font-size: 14px;
  line-height: 26px;
  color: #181618;
  font-weight: 400;
  text-align: right;
}


/* core_bussiness sec css here */
.core_bussiness_sec {
  padding: 30px 0 170px;
  background-color: #fcecff;
  position: relative;
}

.core_bussiness_sec::before {
  content: '';
  background: url("../images/bussiness-values-shape.png");
  background-size: cover;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
}

.core_bussiness-title {
  font-size: 30px;
  line-height: 42px;
  color: #000000;
  font-weight: 700;
  font-family: "Quicksand" !important;
  text-align: center;
  margin-bottom: 35px;
}

.core_bussiness-card {
  border-radius: 7px;
  filter: drop-shadow(0px 5px 4.5px rgba(0, 0, 0, 0.14));
  background-color: #ffffff;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  transition: all 0.5s ease;
}

.core_bussiness-card:hover {
  transform: translateY(-20px);
}

.core_bussiness-icon-container {
  background-color: #6a2875;
  border-radius: 32px;
  background-color: #762284;
  border: 6px solid rgba(217, 217, 217, 0.58);
  padding: 10.5px;
  align-items: center;
  justify-content: center;
}

.core_bussiness-heading {
  font-size: 18px;
  line-height: 42px;
  color: #000000;
  font-weight: 600;
}

.core_bussiness-text {
  font-size: 14px;
  line-height: 20px;
  color: #2d2d2d;
  font-weight: 500;
  font-family: "Quicksand" !important;
  text-align: center;
}

/* news-area-sec css here   */
.news-area-sec {
  margin: -90px 0 70px;
  position: relative;
}

.news-area-left {
  border-radius: 4px 0 0 4px;
  background-color: #6a2a75;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.news-area-left-container {
  padding: 20px;
}
.news-area-sec img{
	width: 100%;
	height: 100%;
}
.news-area-heading {
	font-size: 35px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Quicksand" !important;
	margin-bottom: 5px;
}
.news-area-sub-heading{
	font-size: 19px;
	font-weight: bold;
	color: #ffffff;
	font-family: "Quicksand" !important;
	margin-bottom: 20px;
}

.news-area-text {
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
}

/* contact-sec css here  */
.contact-sec {
  background: url('../images/home-contact-bg.jpg');
  background-size: cover;
  padding: 50px 0 30px;
}

.contact-heading {
  font-size: 33px;
  line-height: 37px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Quicksand" !important;
  padding-bottom: 15px;
}

.contact-heading strong {
  color: #8cc63e;
  font-weight: bold;
}

.contact-text {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}

.contact-sec p {
  margin-bottom: 15px !important;
}

.contact-sec input {
  width: 100%;
  padding: 12px 10px 12px 20px;
  border-radius: 4px;
  color: #515151;
  font-size: 16px;
  height: 50px;
  text-transform: capitalize;
  /* border: 1px solid #90c1f7; */
  border: none;
  outline: none;
}

/* .contact-sec input:focus,
.contact-sec textarea:focus {
  border: 1px solid #8cc63e;
} */

.contact-sec textarea {
  width: 100%;
  padding: 12px 12px 12px 20px;
  border-radius: 4px;
  color: #515151;
  font-size: 16px;
  height: 50px;
  /* border: 1px solid #90c1f7; */
  border: none;
}

.contact-sec input[type="submit"] {
  font-size: 16px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  border-radius: 24px;
  background-color: #8cc63e;
  padding: 13px 50px;
  transition: all 0.5s ease;
}

.contact-sec input[type="submit"]:hover {
  background-color: #481351;
}

/* testimonial css here  */
.testimonial {
  margin: 70px 0;
}

.testimonial-sub-heading {
  font-size: 15px;
  line-height: 26px;
  color: #6a2875;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}

.testimonial-heading {
  font-size: 30px;
  line-height: 26px;
  text-transform: uppercase;
  color: #1f1715;
  font-weight: 700;
  font-family: "Quicksand" !important;
  text-align: center;
  padding-bottom: 30px;
}

.sp-testimonial-free-section.swiper-initialized,
.sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid) {
  margin: 0 0px !important;
  margin-bottom: 0 !important;
  border-radius: 10px;
}

#sp-testimonial-free-wrapper-44 .sp-testimonial-free {
  background: #ffffff !important;
  border: 0px solid #e3e3e3;
  border-radius: 10px !important;
  margin: 3px;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.18));
  padding: 30px 20px 50px;
  position: relative !important;
}

#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .sp-testimonial-client-testimonial,
#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  text-align: left !important;
  font-size: 15px !important;
  line-height: 26px !important;
  color: #555555 !important;
}

#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .sp-testimonial-client-name {
  position: absolute;
  right: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #851a97 !important;
  font-weight: 600;
}

#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content::before {
  content: '';
  background: url("../images/stars-icon.png") no-repeat;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 100%;
  height: 17px;
}
.testimonial-btn-container{
	display:flex;
	justify-content: center;
	margin-top: 30px;
}
.testimonial-btn{
    width: fit-content;
    padding: 17px 60px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.5s ease;
    background-color: #6a2875;
}
.testimonial-btn:hover{
	background-color: #8cc63e;
}

/* review page  */
#sp-testimonial-free-285 .sp-testimonial-free {
    background: #ffffff !important;
    border: 0px solid #e3e3e3;
    border-radius: 10px !important;
    margin: 3px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.18));
    padding: 30px 20px 50px;
    position: relative !important;
}
#sp-testimonial-free-wrapper-285 .sp-testimonial-free-section .sp-testimonial-client-testimonial, #sp-testimonial-free-wrapper-285 .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    text-align: left !important;
    font-size: 15px !important;
    line-height: 26px !important;
    color: #555555 !important;
}
#sp-testimonial-free-wrapper-285 .sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content::before {
    content: '';
    background: url("../images/stars-icon.png") no-repeat;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%;
    height: 17px;
}
#sp-testimonial-free-wrapper-285 .sp-testimonial-free-section .sp-testimonial-client-name {
    position: absolute;
    right: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #851a97 !important;
    font-weight: 600;
}

/* footer */
footer {
    background: url('../images/footer-bg.jpg') no-repeat;
    background-size: cover;
}

.footer-heading {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-main-links {
  padding: 30px 0px;
}

.footer-main-links ul li,
.footer-main-links ul li a {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
	transition: all 0.5s ease; 
}
.footer-main-links ul li a:hover{
	color: #8cc63e;
}
.quick-links ul li {
  background: url("../images/triangle-icon.png");
  background-position: top 9px left;
  padding-left: 20px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px;
}

.footer-service ul li {
  background: url("../images/triangle-icon.png");
  background-position: top 9px left;
  padding-left: 20px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px;
}

.footer-contact ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 6px;
}

.footer-service {
  border-left: 1px solid #2e2131;
  padding-left: 30px;
}

.footer-contact {
  padding-left: 30px;
  border-left: 1px solid #2e2131;
  margin-left: -30px;
  padding-right: 0;
}

.footer-social {
  padding-left: 30px;
  border-left: 1px solid #2e2131;
  margin-left: 30px;
}

.mid-footer {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 25px 0;
  transition: all 0.5s ease;
  border-top: 1px solid #3c3c3c;
}
.mid-footer-text {
    margin-top: 18px;
}
.lower-footer {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 25px 0;
  transition: all 0.5s ease;
  border-top: 1px solid #3c3c3c;
}

.lower-footer a {
  transition: all 0.3s ease;
  color: #fff;
}

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

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

.scroll-top img {
  background-color: #6a2875;
  border-radius: 50%;
  padding: 15px 5px;
}



/* banner  */
.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 center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 150px 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: #8cc63e;
  position: relative;
  font-size: 15px;
}

.breadcrumb-container a {
  color: #8cc63e;
}

.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: #8cc63e;
}

.inner_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #8cc63e;
}
.inner_title_mid {
  color: #131313;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.inner_title_mid strong {
  color: #8cc63e;
}

.inner_title_mid::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #8cc63e;
}
.lgbtq-flag-img{
	display: flex;
	align-items: center;
	justify-content: center;
}
.lgbtq-flag-img img{
	height: 100px !important;
}

.inner_txt {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
  margin-top: 20px;
}
.inner_txt-2 {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
}
.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-1.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: #8cc63e;
  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: #194d87;
}

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

.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: #8cc63e;
}

.contact_page_heading strong {
  color: #8cc63e;
}

.contact_page_info {
  position: relative;
  color: #000;
  margin-top: 25px;
  padding-left: 60px;
}
.contact_page_info .contact-text{
	color: #000;
}

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

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

.contact-img {
	position: absolute;
	top: 3px;
	left: 0;
  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;
  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-color: #8cc63e;
  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-color: #6a2875;
}
.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: 999;
}

.footer_btn1 {
  background: #6a2875;
  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: #8cc63e;
  width: 50%;
  float: left;
  color: #fff !important;
  padding: 10px 0;
  text-decoration: none !important;
  text-transform: capitalize;
}
.contact-page input {
    width: 100%;
    padding: 12px 10px 12px 20px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
    text-transform: capitalize;
	border: 1px solid #8cc63e;
	outline: none;
}
.contact-page input:focus,.contact-page textarea:focus{
	border: 1px solid #6a2875;
}
.contact-page textarea {
    width: 100%;
    padding: 12px 12px 12px 20px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
	height: 90px;
	border: 1px solid #8cc63e;
}
.contact-page input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    width: fit-content;
    background-color: #6a2875;
    padding: 13px 40px;
    transition: all 0.5s ease;
}
.contact-page input[type="submit"]:hover{
	background-color: #8cc63e;
}
/* referral form css here  */
.reffer-form_title {
	color: #131313;
	font-size: 28px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.reffer-form_title strong {
	color: #8cc63e;
}

.reffer-form_title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10%;
	height: 3px;
	background: #8cc63e;
}

.reffer-form-container a {
	text-decoration: none !important;
}

.Referral-Form-page .inner_txt a {
	text-decoration: none;
}

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

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

.referral-form-input input {
	width: 100%;
	border: 1px solid #6a2875;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
}

.referral-form-textarea textarea {
	width: 100%;
	border: 1px solid #6a2875;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
	height: 100px;
}
.referral-form-input input:focus,.referral-form-textarea textarea:focus{
	border: 1px solid #8cc63e;
}
.reffer-form-container {
	margin-top: 30px;
	padding: 40px 30px 0;
	border-radius: 20px;
	box-shadow: 0 0 5px #dfdfdf;
}

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

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

.referral-form-heading strong {
	color: #8cc63e;
}

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

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

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

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

.refer-form-submit-btn input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	background-color: #6a2875;
	padding: 13px 50px;
	transition: all 0.5s ease;
	width: fit-content;
}

.refer-form-submit-btn input[type="submit"]:hover {
	background-color: #8cc63e;
}

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


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

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

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

.common-btn1 {
	background-color: #8cc63e;
	padding: 18px 25px !important;
	color: white !important;
	outline: 0;
	border: none;
	transition: all 0.5s ease;
	text-decoration: none;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}
.common-btn1:hover{
	background-color: #6a2875;
}

.our-team-container {
	margin: auto;
	padding: 20px;
	box-shadow: 0 0 5px #000;
	border-radius: 12px;
	min-height: 100%;
}
.our-team-name {
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0;
	text-transform: uppercase;
}
.our-team-text {
    font-size: 15px;
}
.our-team-img-container {
	display: flex;
	align-items: center;
	padding: 20px 0 15px;
}
.our-team-img-container img{
	height: 200px !important;
}


/* feedback-page css here */
.feedback-heading {
	color: #131313;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	text-align: center;
	margin-bottom: 30px;
}
.feedback-heading:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 3px;
    background: #8cc63e;
}

.feedback-page input {
	width: 100%;
	padding: 12px 10px 12px 20px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	text-transform: capitalize;
	border: 1px solid #8cc63e;
	outline: none;
}

.feedback-page input:focus,
.feedback-page select:focus,
.feedback-page textarea:focus {
	border: 1px solid #6a2875;
}

.feedback-page select {
	width: 100%;
	padding: 12px 10px 12px 20px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	text-transform: capitalize;
	border: 1px solid #8cc63e;
	outline: none;
}

.feedback-page textarea {
	width: 100%;
	padding: 12px 12px 12px 20px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	height: 90px;
	border: 1px solid #8cc63e;
}

.feedback-page input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	border-radius: 25px;
	width: fit-content;
	background-color: #6a2875;
	padding: 13px 40px;
	transition: all 0.5s ease;
}

.feedback-page input[type="submit"]:hover {
	background-color: #8cc63e;
}
.feedback-container {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px;
	border-radius: 5px;
}
.our-team-container-mt{
	margin-top: 25px !important;	
}
/* media query */
@media only screen and (min-width : 320px) and (max-width : 1023px) {

}
@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) {

}


/* mobile screen  */
@media only screen and (min-width : 321px) and (max-width : 480px) {
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.logo-container {
		margin-top: 5px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.logo-container img {
		scale: 1.3;
		width: 110px;
	}
	.top-banner {
		overflow: hidden;
		margin-top: 116px;
	}
	.ms-view,.ms-slide {
		height: 440px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover !important;
	}
	.banner .banner-main-container {
		top: 65px;
		right: 70px;
	}
	.banner-heading {
		font-size: 27px;
	}
	.ms-slide-info::before {
		width: 100%;
	}
	.ms-skin-light-6 .ms-nav-next {
		top: 80% !important;
		right: 120px !important;
	}
	.ms-skin-light-6 .ms-nav-prev {
		top: 79.5% !important;
		left: 120px !important;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-card-mt {
		margin-top: 25px;
	}
	.choose-us-heading {
		font-size: 26px;
		line-height: 16px;
	}
	.choose-us-card-containner {
		flex-direction: column;
		padding: 20px;
	}
	.mission_vision-card-container {
		margin-left: auto;
	}
	.mission_vision_sec {
		padding-bottom: 45px;
	}
	.core_bussiness_sec {
		padding: 50px 0 150px;
	}
	.core_bussiness-title {
		font-size: 26px;
		margin-bottom: 0;
	}
	.core_bussiness-card-mt {
		margin-top: 25px;
	}
	.news-area-left-container {
		padding: 30px 10px 10px 10px;
	}
	.news-area-sec .padding-left-0 {
		padding-left: 15px;
	}
	.contact-heading {
		font-size: 26px;
	}
	.contact-text {
		margin-bottom: 20px;
	}
	.testimonial-sub-heading {
		font-size: 14px;
	}
	.testimonial-heading {
		font-size: 26px;
	}
	.footer {
		overflow: hidden;
	}
	.footer-service {
		border-left: 0;
		padding-left: 12px;
		margin-top: 25px;
	}
	.footer-contact {
		padding-left: 12px;
		border-left: 0;
		margin-left: 0;
		padding-right: 0;
		margin-top: 25px;
	}
	.footer-social {
		padding-left: 12px;
		border-left: 0;
		margin-left: 0;
		margin-top: 25px;
	}
	.lower-footer {
		padding: 25px 12px 60px;
	}
	.scroll-top {
		bottom: 8rem;
		right: 1rem;
	}
	
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 114px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
		line-height: 1.4;
	}
	.inner_title {
		margin-top: 25px;
		font-size: 25px;
	}
	.core-box-mt{
		margin-top: 25px;
	}
	.inner_bottm_sec {
		padding: 30px 10px;
	}
	.contact_right {
		margin-top: 25px;
	}
	#rmp-menu-wrap-200 .rmp-submenu .rmp-menu-item-link {
		height: auto !important;
		line-height: 1.3 !important;
		font-size: 14px !important;
	}
	#rmp-menu-wrap-200 .rmp-menu-item-link {
		padding: 10px 5% !important;
		padding-right: 10px !important;
		line-height: 1.3 !important;
	}
	#rmp-menu-wrap-200 .rmp-submenu-depth-1 .rmp-menu-item-link {
		padding-left: 10% !important;
	}
	#rmp-menu-wrap-200 .rmp-menu-subarrow {
		top: 10px;
	}
	.reffer-form-container {
		padding: 20px 10px 0;
	}
	.referral-form-heading {
		font-size: 25px;
	}
	.our-team-container-mt{
		margin-top: 25px;	
	}
}
/* mobile rotate screen  */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.logo-container {
		margin-top: 5px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.logo-container img {
		scale: 1.3;
		width: 110px;
	}
	.top-banner {
		overflow: hidden;
		margin-top: 116px;
	}
	.ms-view,.ms-slide {
		height: 440px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover !important;
	}
	.banner .banner-main-container {
		top: 65px;
		right: 70px;
	}
	.banner-heading {
		font-size: 27px;
	}
	.ms-slide-info::before {
		width: 100%;
	}
	.ms-skin-light-6 .ms-nav-next {
        top: 50% !important;
        right: 30px !important;
	}
	.ms-skin-light-6 .ms-nav-prev {
		top: 50.5% !important;
		left: 50px !important;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-card-mt {
		margin-top: 25px;
	}
	.choose-us-heading {
		font-size: 26px;
		line-height: 16px;
	}
	.choose-us-card-containner {
		flex-direction: column;
		padding: 20px;
	}
	.mission_vision-card-container {
		margin-left: auto;
	}
	.mission_vision_sec {
		padding-bottom: 45px;
	}
	.core_bussiness_sec {
		padding: 50px 0 150px;
	}
	.core_bussiness-title {
		font-size: 26px;
		margin-bottom: 0;
	}
	.core_bussiness-card-mt {
		margin-top: 25px;
	}
	.news-area-left-container {
		padding: 30px 10px 10px 10px;
	}
	.news-area-sec .padding-left-0 {
		padding-left: 15px;
	}
	.contact-heading {
		font-size: 26px;
	}
	.contact-text {
		margin-bottom: 20px;
	}
	.testimonial-sub-heading {
		font-size: 14px;
	}
	.testimonial-heading {
		font-size: 26px;
	}
	.footer {
		overflow: hidden;
	}
	.footer-service {
		border-left: 0;
		padding-left: 12px;
		margin-top: 25px;
	}
	.footer-contact {
		padding-left: 12px;
		border-left: 0;
		margin-left: 0;
		padding-right: 0;
		margin-top: 25px;
	}
	.footer-social {
		padding-left: 12px;
		border-left: 0;
		margin-left: 0;
		margin-top: 25px;
	}
	.lower-footer {
		padding: 25px 12px 60px;
	}
	.scroll-top {
        bottom: 4rem;
        right: 0.5rem;
	}
	
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 114px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
		line-height: 1.4;
	}
	.inner_title {
		margin-top: 25px !important;
		font-size: 25px;
	}
	.core-box-mt{
		margin-top: 25px;
	}
	.inner_bottm_sec {
		padding: 30px 10px;
	}
	.contact_right {
		margin-top: 25px;
	}
	#rmp-menu-wrap-200 .rmp-submenu .rmp-menu-item-link {
		height: auto !important;
		line-height: 1.3 !important;
		font-size: 14px !important;
	}
	#rmp-menu-wrap-200 .rmp-menu-item-link {
		padding: 10px 5% !important;
		padding-right: 10px !important;
		line-height: 1.3 !important;
	}
	#rmp-menu-wrap-200 .rmp-submenu-depth-1 .rmp-menu-item-link {
		padding-left: 10% !important;
	}
		#rmp-menu-wrap-200 .rmp-menu-subarrow {
		top: 10px !important;
	}
	.reffer-form-container {
		padding: 20px 10px 0;
	}
	.referral-form-heading {
		font-size: 25px;
	}
	.our-team-container-mt{
		margin-top: 25px;	
	}
	.core-box-mt{
		margin-top: 25px !important;
	}
}
/* 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) {

}

/* iPhone 12 Pro */
@media only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.banner-heading {
		font-size: 31px;
	}
}
/* 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 {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.logo-container {
		margin-top: 5px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.logo-container img {
		scale: 1.3;
		width: 110px;
	}
	.top-banner {
		overflow: hidden;
		margin-top: 100px;
	}
	.ms-view,.ms-slide {
		height: 440px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover !important;
	}
	.banner .banner-main-container {
		top: 65px;
		right: 70px;
	}
	.banner-heading {
		font-size: 27px;
	}
	.ms-slide-info::before {
		width: 100%;
	}
	.ms-skin-light-6 .ms-nav-next {
        top: 50% !important;
        right: 30px !important;
	}
	.ms-skin-light-6 .ms-nav-prev {
		top: 50.5% !important;
		left: 50px !important;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-card-mt {
		margin-top: 25px;
	}
	.choose-us-heading {
		font-size: 26px;
		line-height: 16px;
	}
	.choose-us-card-containner {
		flex-direction: column;
		padding: 20px;
	}
	.mission_vision-card-container {
		margin-left: auto;
	}
	.mission_vision_sec {
		padding-bottom: 45px;
	}
	.core_bussiness_sec {
		padding: 50px 0 150px;
	}
	.core_bussiness-title {
		font-size: 26px;
		margin-bottom: 0;
	}
	.core_bussiness-card-mt {
		margin-top: 25px;
	}
	.news-area-left-container {
		padding: 30px 10px 10px 10px;
	}
	.news-area-sec .padding-left-0 {
		padding-left: 15px;
	}
	.contact-heading {
		font-size: 26px;
	}
	.contact-text {
		margin-bottom: 20px;
	}
	.testimonial-sub-heading {
		font-size: 14px;
	}
	.testimonial-heading {
		font-size: 26px;
	}
	.footer {
		overflow: hidden;
	}
	.footer-service {
		border-left: 0;
		padding-left: 12px;
		margin-top: 25px;
	}
	.footer-contact {
		padding-left: 12px;
		border-left: 0;
		margin-left: 0;
		padding-right: 0;
		margin-top: 25px;
	}
	.footer-social {
		padding-left: 12px;
		border-left: 0;
		margin-left: 0;
		margin-top: 25px;
	}
	.lower-footer {
		padding: 25px 12px 60px;
	}
	.scroll-top {
        bottom: 4rem;
        right: 0.5rem;
	}

	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 102px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
		line-height: 1.4;
	}
	.inner_title {
		margin-top: 0px;
	}
	.core-box-mt{
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 30px 10px;
	}
	.contact_right {
		margin-top: 25px;
	}
	#rmp-menu-wrap-200 .rmp-submenu .rmp-menu-item-link {
		height: auto !important;
		line-height: 1.3 !important;
		font-size: 14px !important;
	}
	#rmp-menu-wrap-200 .rmp-menu-item-link {
		padding: 10px 5% !important;
		padding-right: 10px !important;
		line-height: 1.3 !important;
	}
	#rmp-menu-wrap-200 .rmp-submenu-depth-1 .rmp-menu-item-link {
		padding-left: 10% !important;
	}
		#rmp-menu-wrap-200 .rmp-menu-subarrow {
		top: 10px !important;
	}
	.reffer-form-container {
		padding: 20px 10px 0;
	}
	.referral-form-heading {
		font-size: 25px;
	}
	.our-team-container-mt{
		margin-top: 25px !important;	
	}
}
/* iPhone 14 Pro Max */
@media only screen and (min-device-width: 430px) and (max-device-width: 932px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.logo-container {
		margin-top: 5px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.logo-container img {
		scale: 1.3;
		width: 110px;
	}
	.top-banner {
		overflow: hidden;
		margin-top: 102px;
	}
	.ms-view,.ms-slide {
		height: 440px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover !important;
	}
	.banner .banner-main-container {
		top: 65px;
		right: 70px;
	}
	.banner-heading {
		font-size: 27px;
	}
	.ms-slide-info::before {
		width: 100%;
	}
	.ms-skin-light-6 .ms-nav-next {
        top: 50% !important;
        right: 30px !important;
	}
	.ms-skin-light-6 .ms-nav-prev {
		top: 50.5% !important;
		left: 50px !important;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-card-mt {
		margin-top: 25px;
	}
	.choose-us-heading {
		font-size: 26px;
		line-height: 16px;
	}
	.choose-us-card-containner {
		flex-direction: column;
		padding: 20px;
	}
	.mission_vision-card-container {
		margin-left: auto;
	}
	.mission_vision_sec {
		padding-bottom: 45px;
	}
	.core_bussiness_sec {
		padding: 50px 0 150px;
	}
	.core_bussiness-title {
		font-size: 26px;
		margin-bottom: 0;
	}
	.core_bussiness-card-mt {
		margin-top: 25px;
	}
	.news-area-left-container {
		padding: 30px 10px 10px 10px;
	}
	.news-area-sec .padding-left-0 {
		padding-left: 15px;
	}
	.contact-heading {
		font-size: 26px;
	}
	.contact-text {
		margin-bottom: 20px;
	}
	.testimonial-sub-heading {
		font-size: 14px;
	}
	.testimonial-heading {
		font-size: 26px;
	}
	.footer {
		overflow: hidden;
	}
	.footer-service {
		border-left: 0;
		padding-left: 12px;
		margin-top: 25px;
	}
	.footer-contact {
		padding-left: 12px;
		border-left: 0;
		margin-left: 0;
		padding-right: 0;
		margin-top: 25px;
	}
	.footer-social {
		padding-left: 12px;
		border-left: 0;
		margin-left: 0;
		margin-top: 25px;
	}
	.lower-footer {
		padding: 25px 12px 60px;
	}
	.scroll-top {
        bottom: 4rem;
        right: 0.5rem;
	}
	
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 100px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
		line-height: 1.4;
	}
	.inner_title {
		margin-top: 0px;
	}
	.core-box-mt{
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 30px 10px;
	}
	.contact_right {
		margin-top: 25px;
	}
	#rmp-menu-wrap-200 .rmp-submenu .rmp-menu-item-link {
		height: auto !important;
		line-height: 1.3 !important;
		font-size: 14px !important;
	}
	#rmp-menu-wrap-200 .rmp-menu-item-link {
		padding: 10px 5% !important;
		padding-right: 10px !important;
		line-height: 1.3 !important;
	}
	#rmp-menu-wrap-200 .rmp-submenu-depth-1 .rmp-menu-item-link {
		padding-left: 10% !important;
	}
		#rmp-menu-wrap-200 .rmp-menu-subarrow {
		top: 10px !important;
	}
	.reffer-form-container {
		padding: 20px 10px 0;
	}
	.referral-form-heading {
		font-size: 25px;
	}
	.our-team-container-mt{
		margin-top: 25px !important;	
	}
}
/* tab screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	#rmp_menu_trigger-200 {
		top: 24px !important;
	}
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.logo-container {
		margin-top: 5px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.logo-container img {
		scale: 1.3;
		width: 110px;
	}
	.top-banner {
		overflow: hidden;
		margin-top: 100px;
	}
	.ms-view,.ms-slide {
		height: 440px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover !important;
	}
	.banner .banner-main-container {
		top: 65px;
		right: 70px;
	}
	.banner-heading {
		font-size: 31px;
	}
	.ms-slide-info::before {
		width: 100%;
	}
	.ms-skin-light-6 .ms-nav-next {
		top: 50% !important;
		right: 10px !important;
	}
	.ms-skin-light-6 .ms-nav-prev {
		top: 50.5% !important;
		left: 10px !important;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-card-mt {
		margin-top: 25px;
	}
	.choose-us-heading {
		font-size: 26px;
		line-height: 16px;
	}
	.choose-us-card-containner {
		flex-direction: column;
		padding: 20px;
	}
	.mission_vision-card-container {
		margin-left: auto;
	}
	.mission_vision_sec {
		padding-bottom: 45px;
	}
	.core_bussiness_sec {
		padding: 50px 0 150px;
	}
	.core_bussiness-title {
		font-size: 26px;
		margin-bottom: 0;
	}
	.core_bussiness-card-mt {
		margin-top: 25px;
	}
	.news-area-left-container {
		padding: 30px 10px 10px 10px;
	}
	.news-area-sec .padding-left-0 {
		padding-left: 15px;
	}
	.contact-heading {
		font-size: 26px;
	}
	.contact-text {
		margin-bottom: 20px;
	}
	.testimonial-sub-heading {
		font-size: 14px;
	}
	.testimonial-heading {
		font-size: 26px;
	}
	.footer {
		overflow: hidden;
	}
	.footer-service {
		border-left: 0;
		padding-left: 12px;
		margin-top: 0;
	}
	.footer-contact {
		padding-left: 12px;
		border-left: 0;
		margin-left: 0;
		padding-right: 0;
		margin-top: 25px;
	}
	.footer-social {
		padding-left: 12px;
		border-left: 0;
		margin-left: 0;
		margin-top: 25px;
	}
	.lower-footer {
		padding: 25px 12px 60px;
	}
	.scroll-top {
		bottom: 8rem;
		right: 1rem;
	}
	.news-area-sec-right{
		padding: 0;
	}
	.page .entry-header, .blog_page_header {
		padding: 150px 0 150px !important;
		margin: 100px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
		line-height: 1.4;
	}
	.inner_title {
		margin-top: 0px;
	}
	.core-box-mt{
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 30px 10px;
	}
	.contact_right {
		margin-top: 25px;
	}
	#rmp-menu-wrap-200 .rmp-submenu .rmp-menu-item-link {
		height: auto !important;
		line-height: 1.3 !important;
		font-size: 14px !important;
	}
	#rmp-menu-wrap-200 .rmp-menu-item-link {
		padding: 10px 5% !important;
		padding-right: 10px !important;
		line-height: 1.3 !important;
	}
	#rmp-menu-wrap-200 .rmp-submenu-depth-1 .rmp-menu-item-link {
		padding-left: 10% !important;
	}
	#rmp-menu-wrap-200 .rmp-menu-subarrow {
		top: 10px;
	}
	#rmp-menu-wrap-200 .rmp-menu-subarrow {
		top: 10px !important;
	}
	.reffer-form-container {
		padding: 20px 10px 0;
	}
	.referral-form-heading {
		font-size: 25px;
	}
}
/* tab rotate screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.top-header-info-container {
		padding-left: 11px;
	}
	.main-header ul li a {
		padding-right: 10px;
		margin-right: 10px;
		font-size: 14px;
	}
	.header-btn-2-call {
		display: none;
	}
	.header-btn-container {
		margin-right: -15px;
	}
	.primary-navigation {
		margin-right: -15px !important;
	}
	.main-header ul {
		padding-left: 20px;
	}
	.banner .banner-main-container {
		position: absolute;
		top: 75px;
		right: 100px;
	}
	.mission_vision_sec {
		padding-bottom: 40px;
	}
	.news-area-left-container {
		padding: 15px;
	}
	.news-area-sec img {
		height: 100%;
	}
}

/* iPad */
@media only screen and (min-width : 810px) and (max-width : 1080px) and (orientation : portrait) {

}
/* iPad rotate*/
@media only screen and (min-width : 810px) and (max-width : 1080px) and (orientation : landscape) {
	.top-header-info-container {
		padding-left: 11px;
	}
	.main-header ul li a {
		padding-right: 10px;
		margin-right: 10px;
		font-size: 14px;
	}
	.header-btn-2-call {
		display: none;
	}
	.header-btn-container {
		margin-right: -15px;
	}
	.primary-navigation {
		margin-right: -15px !important;
	}
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
		right: 23px !important;
	}
	.main-header ul {
		padding-left: 20px;
	}
	.banner .banner-main-container {
		position: absolute;
		top: 75px;
		right: 100px;
	}
	.mission_vision_sec {
		padding-bottom: 40px;
	}
	.news-area-left-container {
		padding: 15px;
	}
	.news-area-sec img {
		height: 100%;
	}
}

/* iPad Air */
@media only screen and (min-width : 820px) and (max-width : 1180px) and (orientation : landscape) {
			.top-header-info-container {
		padding-left: 11px;
	}
	.main-header ul li a {
		padding-right: 10px;
		margin-right: 10px;
		font-size: 14px;
	}
	.header-btn-2-call {
		display: none;
	}
	.header-btn-container {
		margin-right: -15px;
	}
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
		right: 23px !important;
	}
	.primary-navigation {
		margin-right: -15px !important;
	}
	.main-header ul {
		padding-left: 20px;
	}
	.banner .banner-main-container {
		position: absolute;
		top: 75px;
		right: 100px;
	}
	.mission_vision_sec {
		padding-bottom: 40px;
	}
	.news-area-left-container {
		padding: 15px;
	}
	.news-area-sec img {
		height: 100%;
	}
}

/* iPad Pro */
@media only screen and (min-width : 1024px) and (max-width : 1366px) and (orientation : portrait) {
	.header-mid {
		display: block;
	}
	.header-right {
		display: block;
	}
		.header-btn-2-call {
		display: none;
	}
	.header-btn-container {
		gap: 10px;
		margin-right: -3px;
	}
	.main-header ul {
		padding-left: 15px;
	}
	.main-header ul li a {
		padding-right: 10px;
		margin-right: 10px;
		font-size: 14px;
	}
	.primary-navigation {
		margin-right: -10px !important;
	}
	.top-banner {
		margin-top: 77px;
	}
	.banner-heading {
		font-size: 40px;
	}
	.banner .banner-main-container {
		right: 100px;
	}
	.lower-footer {
		padding: 25px 0;
	}
	.page .entry-header, .blog_page_header {
		margin: 78px 0 50px !important;
	}
}

/* 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) {

}

@media screen and (min-width: 1424px) {
	.primary-navigation {
		float: left !important;
	}
	.main-header ul li a {
		padding-right: 20px;
		margin-right: 20px;    font-size: 17px;
	}
	.banner .banner-main-container {
		right: 110px;
	}
}

@media screen and (min-width: 1624px) {
	.banner .banner-main-container {
		right: 40px;
		top: 180px;
	}

}

@media screen and (min-width: 1920px) {
	.banner .banner-main-container {
		top: 240px;
	}
	.mission_vision-card {
		margin-top: 75px;
	}
}

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

}

@media screen and (min-width: 2550px) {
	.banner-heading {
		font-size: 50px;
		line-height: 50px;
	}
	.banner .banner-main-container {
		top: 300px;
		right: 0;
	}
} 