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

/* @font-face {
  font-family: 'Gilroy-Bold';
  src: url(../fonts/Gilroy-Bold.ttf);
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url(../fonts/Gilroy-Medium.ttf);
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url(../fonts/Gilroy-Regular.ttf);
} */


:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
  /* color: var(--theme-color) !important; */
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

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

h1 {
  font-size: 55px;
  font-weight: 600;
}

h2 {
  font-size: 55px;
  font-weight: 600;
}

h3 {}

h4 {
	font-size: 18px;
}

h5 {}

h6 {}

.bg_cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #b92025;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}

.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
}

.hd_info a img {
  margin: 0 24px 0 10px;
}

a.comon-btn {
  background: #b92025;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 15px 36px;
  /* border-radius: 5px; */
  width: 16rem;
  text-align: center;
  text-transform: uppercase;
}

a.comon-btn:hover {
  background: #121212;
  color: #fff;
}

a.comon-btn2 {
  background: #b92025;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 15px 6px;
  /* border-radius: 5px; */
  width: 16rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

a.comon-btn2:hover {
  background: #121212;
  color: #fff;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}
.navbar-expand-lg .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
	align-items: center;
}
.header_menu .header_img img {
	width: 158px;
}
.header_menu {
  background: #fff;
  color: #121212;
}

a.navbar-brand img {
  width: 100px;
}

.header_menu li a {
	color: #121212;
	font-size: 15px;
	text-transform: uppercase;
	padding: 29px 16px;
	display: inline-block;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.header_menu .hd_info {
  margin-left: 30px;
}

.header_menu .hd_info a {
  color: #121212;
  width: 36px;
  height: 36px;
  background-color: #ececec;
  border-radius: 55px;
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
}

.header_menu .hd_info a:hover {
  color: #8a2aaa;
  transition: all .5s ease;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 216px;
  border-radius: 0px;
  box-shadow: 1px 1px 5px #cacaca;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}

/* home_banner */

.home_banner .bg_img {
  padding: 340px 0;
  position: relative;
}

.home_banner img {
  width: 90px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* home_sec1 */

.home_sec1 .heading h4 span {
  font-size: 21px;
  letter-spacing: 5px;
  color: #b92025;
  margin-bottom: 0;
  font-weight: 600;
}

.home_sec1 .heading h4 {
  margin-bottom: 0;
}

.home_sec1 .heading h1 {
  color: #121212;
  font-weight: 600;
  margin-bottom: 7px;
}

.home_sec1 .heading p span {
  font-size: 17px;
  /* font-family: 'Gilroy-Regular'; */
  font-weight: 600;
}


/* home_services */

.home_services .service_box .service_name {
  background-color: #b92025;
  width: 92%;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin-top: -30px;
  z-index: 99;
  position: relative;
}

.home_services .service_box .service_name h4 {
  margin-bottom: 0;
  color: #fff;
}


/* application_process */

.application_process .heading {
  margin-bottom: 70px;
}

.application_process .application_process_box {
  border: 1px solid #202020;
  background-color: #dcdcdc;
  padding: 30px;
  position: relative;
  height: 100%;
}

.application_process .application_process_box .top_content {
  width: 90px;
  height: 90px;
  background-color: #b92025;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 70px;
  font-size: 50px;
  font-weight: 700;
  /* position: absolute; */
  /* top: -35px; */
  /* left: 0; */
  /* right: 0; */
  margin: auto;
  margin-top: -70px;
}

.application_process .application_process_box .middle_content {
  margin-top: 25px;
}


.application_process .application_process_box h4 {
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 1px;
}

/* why_choose_us */

.why_choose_us .heading h2 {
  /* font-weight: normal; */
  font-family: "Poppins", sans-serif;
}

.why_choose_us .application_process_box {
  background-color: #fff;
  color: #121212;
  padding: 40px 20px;
  border-radius: 10px;
  height: 100%;
}

.why_choose_us .application_process_box img {
  width: 70px;
  margin: auto;
  margin-bottom: 30px;
}

.why_choose_us .application_process_box p {
  margin-bottom: 0px;
}




/* calculation_tools */

.calculation_tools .calculation_tools_border {
  border-right: 1px solid #b92025;
  padding-right: 10px;
  margin-right: 15px;
}

.calculation_tools .crs_calculator h2 {
  font-size: 33px;
  margin-bottom: 0;
}

/* testimonial_sec */

.testimonial_sec .heading {
  color: #fff;
}

.testimonial_sec .review {
  background-color: #fff;
  border-radius: 5px;
  padding: 35px 25px;
  /* box-shadow: 1px 1px 5px 2px #8282824f; */
}

.testimonial_sec .review .review_box {
  margin-bottom: 25px;
}

.testimonial_sec .review img {
  width: 35px !important;
  margin-bottom: 20px;
}

.testimonial_sec .review .review_box ul {
  display: flex;
}

.testimonial_sec .review .review_box h6 {
  margin-bottom: 5px;
  font-size: 18px;
}

.testimonial_sec .review p {
  margin-bottom: 0;
}

.testimonial_sec .review li i {
  color: #f7b831;
}

.testimonial_sec .testimonial_slider .owl-stage {
  padding: 20px 0;
  position: relative;
}

.testimonial_sec .testimonial_slider .owl-next img,
.testimonial_sec .testimonial_slider .owl-prev img {
  width: 20px !important;
  height: 50px !important;
}

.testimonial_sec .testimonial_slider .owl-next,
.testimonial_sec .testimonial_slider .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial_sec .testimonial_slider .owl-next {
  right: -40px;
}

.testimonial_sec .testimonial_slider .owl-prev {
  left: -40px;
}

.testimonial_sec .botom_content {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.testimonial_sec .botom_content img {
  width: 180px;
}

.testimonial_sec .botom_content p {
  margin-bottom: 0;
  color: #fff;
}


/* home_blog */

.blog_box {
  text-align: center;
}

/* .blog_box {
	text-align: center;
	border: 1px solid #ce88e6;
	border-radius: 5px;
	background-color: #ececec82;
	padding: 20px;
} */

.blog_box img {
  margin-bottom: 15px;
  border-radius: 8px;
}

.blog_box p {
  margin-bottom: 9px;
}

.blog_box p span {
  color: #848484;
}

.blog_box a h4 {
  color: #121212;
  font-weight: 500;
  font-size: 22px;
}

.home_blog .botom_content {
  text-align: center;
}

/* footer */

footer {
  color: #fff;
  padding: 80px 0 30px;
}

footer .heading {
  border-bottom: 1px solid #b92025;
  padding: 0 0 20px;
}

footer .logo {
  margin-top: 50px;
  margin-bottom: 80px;
}

/* footer .logo {
	margin-top: 50px;
	margin-bottom: 80px;
} */
footer .footer_botom_left {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .footer_botom_left img {
  width: 40px;
}

footer .footer_botom_left p {
  margin-bottom: 0;
}

footer .footer_botom_right img {
  width: 160px;
  margin-left: auto;
}

footer .c_right {
  margin-top: 20px;
  border-top: 1px solid #5959598a;
  padding-top: 20px;
  text-align: center;
}

footer .c_right a {
  color: #fff;
}

footer .c_right a:hover {
  color: #8a2aaa;
}


/* inner_banner */


.inner_banner_heading {
  text-align: center;
  color: #ffffff;
}

#inner_banner .breadcrumb {
  justify-content: center;
}

#inner_banner .breadcrumb a {
  color: #ffff;
}

#inner_banner .breadcrumb a:hover {
  color: #b92025;
}

#inner_banner .breadcrumb-item.active {
  color: #fff;
}

#inner_banner .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
}


/* inner_service1 */

.inner_service1 img {
  border-radius: 8px;
}

.inner_service1 h2 {
  font-size: 50px;
}

/* professional_fees */

.professional_fees .application_process_box2 {
  border: 1px solid #9b9b9b;
  background-color: #dcdcdc;
  padding: 40px 60px;
  position: relative;
  border-radius: 5px;
}

.professional_fees .application_process_box2 .top_content2 img {
  border-radius: 8px;
  margin-bottom: 20px;
}

.professional_fees .application_process_box2 .top_content2 {
  width: 400px;
  color: #fff;
  border-radius: 8px;
  font-size: 50px;
  font-weight: 700;
  margin: auto;
}

.professional_fees .application_process_box {
  margin-bottom: 50px;
  height: auto !important;
}


/* pre_assessment_form */


.pre_assessment_form form input,
.pre_assessment_form form select,
.pre_assessment_form form textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #a8a8a8;
  outline: none;
  background-color: #f5f5f5;
}

.pre_assessment_form form button {
  background: #b92025;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  padding: 15px 36px;
  border-radius: 5px;
  width: 16rem;
  text-align: center;
  text-transform: uppercase;
  border: none;
  letter-spacing: 1px;
  font-weight: 600;
}

.pre_assessment_form form button:hover {
  background: #121212;
  color: #fff;
}

.pre_assessment_form form label {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}

.pre_assessment_form form label span {
  color: #f10f0f;
}


.pre_assessment_form form .form_radio_sec {
  /* display: flex; */
  gap: 20px;
  align-items: center;
}

.pre_assessment_form form .form_radio_sec .radio_btn {
  display: flex;
  gap: 5px;
  align-items: baseline;
  /* flex-direction: column; */
}

.pre_assessment_form form .form_radio_sec .radio_btn label {
  font-weight: normal;
  font-size: 16px;
}

.pre_assessment_form form input[type="radio"] {
  width: 15px !important;
  outline: none;
  border: 1px solid #a6a6a6;
  padding: 0;
  color: #000;
  font-weight: normal;
  background: #f2f2f2;
  cursor: pointer;
}


/* Contact Page */

/* contact_sec */

.contact_sec {
  background-color: #ececec;
}

.contact_sec .contact_shadoW h3 {
  /* font-size: 35px; */
  margin-bottom: 20px;
  text-align: center;
}

.contact_sec .contact_box {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  background-color: #fff;
  padding: 35px 30px;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 1px 1px 10px #c1c1c182;
  min-height: 135px;
  height: 100%;
}

.contact_sec .contact_box i {
  font-size: 30px;
  color: #8a2aaa;
}

.contact_sec .contact_box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contact_sec .contact_box a {
  color: #000;
  text-decoration: none;
  transition: all .5s ease;
  font-size: 11px;
	font-weight: 600;
}
.contact_sec{
	font-size: 11px;
	font-weight: 600;
}
.contact_sec .contact_box a:hover {
  color: #8a2aaa;
  text-decoration: none;
  transition: all .4s ease;
}

.contact_sec .contact_form {
  padding: 40px 25px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 10px #c1c1c182;
}

.contact_sec form input,
.contact_sec form textarea {
  width: 100%;
  padding: 13px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  background-color: #f0f0f0;
}

.contact_sec form button {
  width: 100%;
  background: #b92025;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 12px 0px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  transition: all 0.5s;
}

.contact_sec form button:hover {
  color: #fff;
  background-color: #000;
}

.contact_sec .map {
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 10px #c1c1c182;
}

.contact_sec .map iframe {
  border-radius: 5px;
}

/* Our Team */

.our_team .team_box {
  border: 1px solid #8a2aaa;
  border-radius: 5px;
  padding: 15px;
  background-color: #ececec82;
}

.our_team .team_box .team_box_img {
  position: relative;
  overflow: hidden;
}

.our_team .team_box img {
  border-radius: 5px;
  margin-bottom: 15px;
}

.our_team .team_box .team_box_img .hd_info {
  position: absolute;
  top: 20px;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all .4s ease;
}

.our_team .team_box .team_box_img:hover .hd_info {
  left: 20px;
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
}

.our_team .team_box .team_box_img .hd_info i {
  color: #8a2aaa;
  font-size: 23px;
  background-color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.our_team .team_box .team_member_name {
  text-align: center;
}

.our_team .team_box .team_member_name h4 {
  margin-bottom: 10px;
}


/* inner_blog */

.inner_blog {
  overflow: hidden;
}

.inner_blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.inner_blog .meta-top ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* .inner_blog .meta-top {
  border-bottom: 1px solid #c9c9c96e;
} */

.inner_blog .meta-top ul li a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #5f656f;
  font-size: 15px;
  border-right: 1px solid #c9c9c96e;
  padding-right: 14px;
}

.inner_blog .meta-top ul li a i {
  color: #8a2aaa;
}

.inner_blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.inner_blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 20px;
}

.inner_blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.inner_blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.inner_blog .sidebar .search-form form input[type="text"]:focus {
  outline: none;
}

.inner_blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #b92025;
  color: #fff;
  transition: 0.3s;
  border-radius: 0px 50px 50px 0px;
  line-height: 0;
}

.inner_blog .sidebar .search-form form button i {
  line-height: 0;
}

.inner_blog .sidebar .search-form form button:hover {
  background: #1e1e1e;
  color: #fff;
}

.inner_blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.inner_blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.inner_blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.inner_blog .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.inner_blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.inner_blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.inner_blog .sidebar .recent-posts h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 26px;
  font-family: "Urbanist", sans-serif;
}

.inner_blog .sidebar .recent-posts h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.inner_blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.inner_blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner_blog .sidebar .tags {
  margin-bottom: -10px;
}

.inner_blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.inner_blog .sidebar .tags ul li {
  display: inline-block;
}

.inner_blog .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.inner_blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.inner_blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

.inner_blog .follow_icons ul li a {
  color: #fff !important;
  background-color: #3bc1c7;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.inner_blog .follow_icons ul {
  list-style: none;
}

#inner_blog .content a {
  color: #000;
}

#inner_blog .blog-details h2 {
  text-transform: none;
  font-size: 35px;
  margin-top: 20px;
}

.inner_blog .content a.read_more {
  color: #f44542 !important;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.8s;
}

.inner_blog .content a.read_more:hover {
  letter-spacing: 3px;
}

.inner_blog .content a.read_more i {
  font-size: 20px;
}

.inner_blog .post-img {
  position: relative;
}

.inner_blog .time_year {
  position: absolute;
  top: 25px;
  left: 25px;
}

.inner_blog .time_year span {
  background-color: #8a2aaa;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
}

.inner_blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.inner_blog .meta-top {
  padding: 0px 20px;
  padding-bottom: 10px;
}

#inner_blog .content {
  padding: 0px 20px;
}

.inner_blog .sidebar-item.search-form {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.inner_blog .content .button1 {
  color: #fff !important;
  width: 150px;
}

.inner_blog .inner_from textarea {
  width: 100%;
  padding: 20px;
  outline: none;
  border: 1px solid #d1d1d1;
}

.inner_blog .inner_from input {
  width: 100%;
  padding: 14px 20px;
  outline: none;
  border: 1px solid #d1d1d1;
}

.inner_blog .comment-form-cookies-consent input {
  width: 18px;
  height: 20px;
}

.inner_blog .comment-form-cookies-consent label {
  margin-left: 10px;
}

.inner_blog .inner_from {
  margin-top: 30px;
  border-top: 1px solid #d3d3d3;
  padding-top: 30px;
}

.inner_blog .post_btn {
  background: #b92025;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 11px 0px;
  margin: 0;
  border-radius: 50px;
  width: 14rem;
  text-align: center;
  border: none;
  transition: all 0.7s;
}

.inner_blog .post_btn:hover {
  background-color: #000;
}

.inner_blog .blog-details {
  /* margin-bottom: 50px; */
  border-radius: 8px;
}

.inner_blog .blog-details .post-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


/* events */

.events {
  border: 2px solid #ce88e6;
  border-radius: 5px;
  background-color: #ececec82;
  overflow: hidden;
  margin-bottom: 20px;
}

.events .event_content {
  padding: 15px;
}

.events .event_content .event_tag {
  width: 100px;
  height: 30px;
  text-align: center;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* .events .event_content .event_tag.upcoming {
	background-color: #07bb45;
	color: #fff;
}
.events .event_content .event_tag.completed {
	background-color: #bb0707;
	color: #fff;
} */
.events .event_content .event_date {
  font-size: 15px;
  margin-bottom: 10px;
  color: #8a2aaa;
}

.events .event_content .heading a h4 {
  margin-bottom: 10px;
  color: #121212;
  font-size: 25px;
  font-weight: 600;
  transition: all .4s ease;
}

.events .event_content .heading a h4:hover {
  color: #8a2aaa;
  transition: all .4s ease;
}

.events .event_content .heading a p {
  margin-bottom: 15px;
  line-height: 22px;
  color: #121212;
}

.events .event_content .event_share {
  display: flex;
  align-items: center;
  gap: 10px;
}

.events .event_content .event_share i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  background-color: #694475;
  color: #fff;
  font-size: 18px;
  transition: all .4s ease;
}

.events .event_content .event_share i:hover {
  background-color: #8a2aaa;
  transition: all .4s ease;
}

.events .event_img {
  overflow: hidden;
}

.events .event_img img {
  transition: all .4s ease;
}

.events .event_img:hover img {
  transform: scale(1.1);
  transition: all .4s ease;
}


/* book_consultation */

.book_consultation .consultation_sec {
  width: 100%;
  height: 650px;
}



/* inner_event */

.inner_event {
  overflow: hidden;
}

.inner_event .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.inner_event .meta-top ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.inner_event .meta-top {}

.inner_event .meta-top ul li a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #5f656f;
  font-size: 15px;
  border-right: 1px solid #c9c9c96e;
  padding-right: 14px;
}

.inner_event .meta-top ul li a i {
  color: #8a2aaa;
}

.inner_event .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.inner_event .sidebar .sidebar-item+.sidebar-item {
  margin-top: 20px;
}

.inner_event .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.inner_event .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.inner_event .sidebar .search-form form input[type="text"]:focus {
  outline: none;
}

.inner_event .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #b92025;
  color: #fff;
  transition: 0.3s;
  border-radius: 0px 50px 50px 0px;
  line-height: 0;
}

.inner_event .sidebar .search-form form button i {
  line-height: 0;
}

.inner_event .sidebar .search-form form button:hover {
  background: #1e1e1e;
  color: #fff;
}

.inner_event .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.inner_event .sidebar .categories ul li+li {
  padding-top: 10px;
}

.inner_event .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.inner_event .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.inner_event .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.inner_event .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.inner_event .sidebar .recent-posts h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 26px;
  font-family: "Urbanist", sans-serif;
}

.inner_event .sidebar .recent-posts h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.inner_event .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.inner_event .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner_event .sidebar .tags {
  margin-bottom: -10px;
}

.inner_event .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.inner_event .sidebar .tags ul li {
  display: inline-block;
}

.inner_event .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.inner_event .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.inner_event .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

.inner_event .follow_icons ul li a {
  color: #fff !important;
  background-color: #3bc1c7;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.inner_event .follow_icons ul {
  list-style: none;
}

#inner_event .content a {
  color: #000;
}

#inner_event .blog-details h2 {
  text-transform: none;
  font-size: 35px;
  margin-top: 20px;
}

.inner_event .content a.read_more {
  color: #f44542 !important;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.8s;
}

.inner_event .content a.read_more:hover {
  letter-spacing: 3px;
}

.inner_event .content a.read_more i {
  font-size: 20px;
}

.inner_event .post-img {
  position: relative;
}

.inner_event .time_year {
  position: absolute;
  top: 25px;
  left: 25px;
}

.inner_event .time_year span {
  background-color: #8a2aaa;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
}

.inner_event .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.inner_event .event_date {
  padding: 0px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c96e;
  margin-top: 10px;
  color: #8a2aaa;
  font-size: 17px;
  font-weight: 600;
}

#inner_event .content {
  padding: 0px 20px;
}

#inner_event .content p:last-of-type {
  margin: 0;
}

.inner_event .sidebar-item.search-form {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.inner_event .content .button1 {
  color: #fff !important;
  width: 150px;
}

.inner_event .inner_from textarea {
  width: 100%;
  padding: 20px;
  outline: none;
  border: 1px solid #d1d1d1;
}

.inner_event .inner_from input {
  width: 100%;
  padding: 14px 20px;
  outline: none;
  border: 1px solid #d1d1d1;
}

.inner_event .comment-form-cookies-consent input {
  width: 18px;
  height: 20px;
}

.inner_event .comment-form-cookies-consent label {
  margin-left: 10px;
}

.inner_event .inner_from {
  margin-top: 30px;
  border-top: 1px solid #d3d3d3;
  padding-top: 30px;
}

.inner_event .post_btn {
  background: #b92025;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 11px 0px;
  margin: 0;
  border-radius: 50px;
  width: 14rem;
  text-align: center;
  border: none;
  transition: all 0.7s;
}

.inner_event .post_btn:hover {
  background-color: #000;
}

.inner_event .blog-details {
  /* margin-bottom: 50px; */
  border-radius: 8px;
}

.inner_event .blog-details .post-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.pre_assessment_form form label span {
    color: inherit !important;
}


input#submit {
    background: #b92025;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 11px 0px;
    margin: 0;
    border-radius: 50px;
    width: 14rem;
    text-align: center;
    border: none;
    transition: all 0.7s;
}

.screen-reader-text input {
    border: none !important;
}
input.search-field {
    border: none !important;
}





.video-banenr {
  position: relative;
  color:#8a2aaa;
}

.video-banenr .over-lay{
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.video-banenr .over-lay h1 {
	color: #b92025;	
}

.video-banenr .over-lay p{
  color: #fff;
  font-size: 22px;
}


/* h1.heading-1 {
    position: absolute !important;
    bottom: 300% !important;
    left: 18% !important;
} */
.video-banenr .over-lay {
    position: absolute !important;
    top: 6% !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    width: 100% !important;
}

.fixed-whatsapp {
    position: fixed;
    bottom: 80px;
    height: 50px;
    width: 50px;
    left: 10px;
    background: green;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    justify-content: center;
}
.whatsapp-2{
	bottom:80px;
}
.fixed-whatsapp a{
	color:#fff;
	font-size:24px;
}

.fixed-contact {
    position: fixed !important;
    bottom: 25px !important;
    width: 100% !important;
    left: 10px !important;
	bottom: 25px !important;
}
a.comon-btn-contact {
    background: #b92025;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 36px;
	width: 100%;
    text-align: center;
}

@media only screen and (max-width: 992px) {
.i.ri.ri-whatsapp-fill {
    bottom: 155px !important;
}
	h1.heading-1 {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
}
}