@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


:root {
  --theme-color: #000000;
  --theme-color-second: #571f9c;
  --theme-color-third: #38d0e9;

  --heading-font: "Nunito Sans", sans-serif;
  --paragraph-font: "Inter", sans-serif;
  --span-font: 'spanist';



  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Inter", 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: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.span-font {
  font-family: var(--span-font);
}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 15px;
  font-size: 16px;
}

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: 56px;
  font-weight: 800;
  line-height: 1.1;
}

h2 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
}

h3 {}

h4 {}

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;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}

/* 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: 0;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 0;
  text-align: center;
  border: 2px solid var(--theme-color-second);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 0;
  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;
  z-index: 999;
}

.m-backtotop>div.text {
  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: 0px;
  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;
}

/* Progress bar styles */
.m-backtotop .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme-color-second);
  transition: height 0.2s ease-in-out;
}

.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;
}


/* ---------------------- */
.small {
  display: none;
}

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

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

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

.hd_info {
  display: flex;
  align-items: center;
  gap: 10px;

  flex-wrap: wrap;
}

a.comon-btn {
  background: var(--theme-color-second);
  background: #58209D;
  background: linear-gradient(90deg, rgba(88, 32, 157, 1) 0%, rgba(188, 159, 245, 1) 100%);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 13px 6px;
  border-radius: 500px;
  width: 13rem !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

a.btn-2 {
  background: #38D0E9;
  background: linear-gradient(90deg, rgba(56, 208, 233, 1) 5%, rgba(4, 252, 239, 1) 100%);
  color: #000;
}

a.btn-2:hover {
  background: #1b7280;
  background: linear-gradient(90deg, rgba(27, 114, 128, 1) 5%, rgba(4, 252, 239, 1) 100%);
}

a.comon-btn:hover {
  background: var(--theme-color-second);
  color: #fff;
  background: #300f57;
  background: linear-gradient(90deg, rgba(48, 15, 87, 1) 0%, rgba(188, 159, 245, 1) 100%);
}

a.btn-white {
  background: #fff;
  color: #1e1e1e;
}

.header_menu li a {
  color: #000000;
  font-size: 15px;
  text-transform: capitalize;
  padding: 29px 12px;
  display: inline-block;
  font-weight: 500;
}

.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: #000 !important;
  background: var(--theme-color-third);
}

#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 #ececec;
  margin: 0 0 0 0;
}

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

ul.dropdown-menu.fade-up {
  border: none;
  background: #000;
  padding: 0 0;
  min-width: inherit;
  width: 260px;
  border-radius: 0px;
  position: relative;
  box-shadow: rgba(249, 249, 249, 0.2) 0px 7px 29px 0px;
}

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

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


.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999999999999;
}

.purple-bg {
  background: #58209D;
  background: linear-gradient(90deg, rgba(88, 32, 157, 1) 0%, rgba(188, 159, 245, 1) 100%);
}

.top-header {
  background: var(--theme-color-second);
  color: #fff !important;
}

.top-header .top-list {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
}

.top-header .top-list li a {
  color: #fff;
  font-size: 15px;
}

#main_header a.comon-btn {
  width: 12rem;
}

#main_header li.second-drop ul.second-dropdown {
  position: absolute;
  width: 250px;
  background: #505050;
  left: 260px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

#main_header li.second-drop:hover ul.second-dropdown {
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
}

/* ******* */
.banner_sec {
  padding: 140px 0px 290px;
  background-position: 0% 100% !important;
}

.banner_sec h1 span {
  background: #59229E;
  background: linear-gradient(to top, #59229E 0%, #AB7EFF 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.banner_sec p.text-span {
  background: #e8e3ed;
  display: inline-flex;
  padding: 1px 8px;
  border-radius: 60px;
  border: 1px solid #571f9c;
  color: #571f9c;
  text-transform: uppercase;
  font-size: 14px;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.banner_sec p.text-span i {
  font-size: 12px;
  color: #571f9c;
}

/* Home Section 1 */

.home_sec1 ul li img {
  width: 160px;
}

.home_sec1 ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.home_sec1 {
  background: white;
  padding: 60px 0;
  border-radius: 80px 80px;
  margin-top: -80px;
}

/* Home Section 2 */
.home_sec2 h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.home_sec2 p.text-span {
  background: #e8e3ed;
  display: inline-flex;
  padding: 1px 8px;
  border-radius: 60px;
  border: 1px solid #571f9c;
  color: #571f9c;
  text-transform: uppercase;
  font-size: 14px;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.home_sec_6 .heading-tagh {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px
}

.home_sec_6 .heading-tagh h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 25px;
}

.home_sec_6 .heading-tagh p {
  font-size: 15px;
}

/***********/
.home_sec3 h6 {
  font-size: 20px;
}

.home_sec3 .btom_content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

/**********/
.home_sec4 .bg-content {
  background: #000;
  background: linear-gradient(90deg, rgba(13, 13, 13, 1) 0%, rgba(48, 48, 48, 1) 50%);
  padding: 40px 40px;
  border-radius: 40px;
  color: #fff;
}

.home_sec4 h4 {
  font-weight: 600;
}

/**********/
.home_sec7 .content {
  padding: 20px 20px;
  border-radius: 26px;
}

.home_sec7 .content img {
  margin-bottom: 28px;
}

.home_sec7 .content h5 {
  font-size: 18px;
  font-weight: 600;
}

.home_sec7 .content h5 {
  font-size: 25px;
  font-weight: 700;
  /* color: var(--theme-color-second); */
}

.home_sec7 .content p span {
  color: var(--theme-color-second);
  font-weight: 500;

}

/********/


.home_sec_8 .question-box {
  background-color: #fff;
  border-radius: 18px;
}

.home_sec_8 .answer-box {
  background-color: var(--theme-color-second);
  border-radius: 0 0 18px 18px;
}

.home_sec_8 .head h5 {
  font-weight: normal;
  color: var(--theme-color);
  margin-bottom: 5px;
}

.home_sec_8 .faq-table .table td {
  color: #000;
  padding: 35px 12px;
}

.home_sec_8 .faq-answer {
  color: #cfd6ff;
  font-size: 16px;
}

.home_sec_8 .faq-num {
  width: 60px;
  color: #8fa3ff;
  font-weight: 600;
  font-size: 24px;
}


.home_sec_8 .faq-question {
  font-weight: 500;
  width: 320px;
}

.home_sec_8 .w-80 {
  width: 80%;
}

/* ********** */
.home_sec_9 .heading h5 {
  font-weight: normal;
  color: var(--theme-color-second);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.home_sec_9 .blog-box {
  /* background-color: #e7e7e9; */
  border-radius: 25px;
}

.home_sec_9 .blog-box .content span i {
  color: orange;
}

.home_sec_9 .blog-box .content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 8px;
}

.home_sec_9 .blog-box .content i {
  font-size: 17px;
  color: var(--theme-color-second);
}

.home_sec_9 .blog-box .content ul li {
  margin-bottom: 2px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}

/* ************ */


.footer {
  padding-top: 80px;
}

.footer .card {
  display: block;
  border: none;
  border-radius: 0 !important;
  height: 100%;
}

.footer .top-header {
  border-top: 2px solid #d1d1d1;
}

.footer .right-header {

  border-right: 2px solid #d1d1d1;
}

.footer .left-header {
  border-left: 2px solid #d1d1d1;

}

.footer .bottom_header {
  border-bottom: 2px solid #d1d1d1;

}

.footer .menu-1 {
  margin-bottom: 0;
}

.footer .menu-1 li {
  margin-bottom: 10px;
}

.footer .menu-1 li a {
  color: #fff;
  font-size: 16px;
  /* font-weight: 700; */
}

.footer .menu-1 li a span {
  border-bottom: 2px solid var(--theme-color-second);
}

.footer .card h4 {
  font-weight: 600;
  font-family: var(--paragraph-font);
  font-size: 28px;
}

.footer .card form {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
}

.footer .card form input, .footer .card form button {
  border: none;
  padding: 10px;
}

.footer .card form button {
  background-color: var(--theme-color-second);
  color: #000;
}

.footer .social-box {
  color: #ffffff;
  background-color: #111821;
  height: 63px;
  align-items: center;
  justify-content: space-between;
}

.footer .social-box:hover {
  background-color: var(--theme-color-second);
  color: #fff;
  border-color: #e58e23;
}

.footer .heading h6 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #ced4da;
}

.footer .heading a p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer .heading a h5 {
  margin-bottom: 0;
  color: var(--theme-color-second);
}


.footer .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: .25rem;
}

.footer h4 {
  font-size: 28px;
  font-weight: 600;
}

.footer h6 {
  font-size: 21px;
  color: #fff;
}

.footer .card ul li a {
  color: #fff;
  font-size: 15px;
}

.footer li {
  margin-bottom: 10px;
}

/* TESTIMONIAL SEC */

.testimonial_sec .review_content h6 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff;
}

.testimonial_sec .review_content .star_icon {
  margin-bottom: 17px;
}

.testimonial_sec .review_content .star_icon img {
  width: 42px !important;
  margin-bottom: 12px !important;
  margin: 0;
  position: absolute;
  top: -17px;
  transform: translate(0);
}

.testimonial_sec .review_content p {
  font-size: 15px;
}

.testimonial_sec .review_content .star_icon img {
  width: 77px !important;
  margin-bottom: 0px !important;
  margin: 0;
  position: initial;
}

.testimonial_sec .content .top_content {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  align-items: center;
}

.testimonial_sec .content .top_content .review_name {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.testimonial_sec .content .top_content .review_name img {
  width: 75px;
}

.testimonial_sec .content {
  background: #fff;
  padding: 20px 20px;
  color: #fff;
}

.testimonial_sec .content p {
  color: #000;
}

/* CONTACT SECTION */

.contact_section .form_contact {
  text-align: center;
}

.contact_section .form_contact h5 {
  font-size: 27px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact_section .form_contact p {
  margin-bottom: 24px;
  /* padding: 0px 12px; */
  /* font-family: "my-font-medium"; */
  line-height: 27px;
}

.contact_section .form_contact input {
  width: 100%;
  outline: none;
  padding: 14px;
  font-size: 15px;
  background: #ddd2eb;
  border: none;
  padding-left: 12px;
  color: #000;
}

.contact_section .form_contact input::placeholder {
  opacity: 1 !important;
  color: #000;

}

.contact_section .form_contact textarea {
  width: 100%;
  outline: none;
  border: none;
  background: #ddd2eb;
  padding: 17px;
  outline: none;
  font-size: 15px;
  padding-left: 12px;

}

.contact_section .form_contact textarea::placeholder {
  opacity: 1 !important;
  color: #000;
}

.contact_section .form_contact button {
  background: #000;
  color: #fff;
  border: none;
  text-transform: uppercase;
  width: 100%;
  padding: 13px 0;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 1px;
  border: none;
  transition: all 0.7s;
}

.contact_section .form_contact button:hover {
  background: #000;
  color: #fff;
  transition: all 0.7s;
}

.contact_section .form_contact h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}

/* faq */

.contact_section .heading {
  margin-right: 60px;
}

.contact_section .heading {
  position: relative;
}

.contact_section .heading img {
  position: absolute;
  width: 170px;
  top: -42px;
  left: -70px;
}

.contact_section .accordion-item {
  margin-bottom: 15px;
  border: none !important;
  box-shadow: rgba(100, 100, 111, 0.14) 2px 2px 10px 2px;
}

.contact_section .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 16px;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  letter-spacing: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0 8px 0px;
}

.contact_section .accordion-body {
  padding-top: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.contact_section .accordion-body p {
  font-size: 15px;
  margin-bottom: 0;
}

.contact_section .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.contact_section .accordion-button:not(.collapsed)::after {
  /*background-image: url(../image/down-arrow.png);*/
  transform: var(--bs-accordion-btn-icon-transform);
}

.contact_section h3 {
  font-size: 51px;
  font-weight: 600;
}

.contact_section .heading h2 {
  color: #965005;
}

.contact_section p.text-span {
  background: #e8e3ed;
  display: inline-flex;
  padding: 1px 8px;
  border-radius: 60px;
  border: 1px solid #571f9c;
  color: #571f9c;
  text-transform: uppercase;
  font-size: 14px;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

/* .contact_section .btom_content {
  position: absolute;
  top: 40px;
  left: 30px;
  color: #fff;
} */

.contact_section .left_content p.text-span {
  background: #e8e3ed00;
  display: inline-flex;
  padding: 1px 8px;
  border-radius: 60px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.contact_section .btom_content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.contact_section .btom_content ul li {
  display: flex;
  align-items: start;
  gap: 10px;
}

.contact_section .btom_content ul li img {
  width: 25px;
}

.contact_section .btom_content ul li h6 {
  margin-bottom: 2px;
  font-size: 18px;
}

.contact_section .btom_content ul li a {
  color: #fff;
  font-size: 16px;
}

.contact_section .btom_content {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 30px; */
  color: #fff;
  /* transform: translateY(-50%); */
}

.home_sec3 .btom_content_btn {
  display: flex;
  flex-wrap: wrap;

  text-align: center;
}

.home_sec3 .btom_content_btn .hd_info {
  justify-content: center;
}

.home_sec4 .heading {
  gap: 20px !important;
  display: flex;
  flex-wrap: wrap;
}

/* ***************** */
.inner_banner_sec {
  padding: 50px 0px 0px !important;
  background: #571f9c !important;
  color: #fff;
}

.contact .contact-top {
  background: #fff;
  padding: 35px 25px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  box-shadow: 0 0 11px #91919180;
  border-radius: 10px;
  color: #000;
}

.contact .contact-icon {
  position: relative;
}

.contact .contact-info-top a {
  color: #383838;
  font-size: 17px;
}

.contact .contact-info-top p {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}

.contact .contact-icon i {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 26px;
  background: #571f9c;
  margin-bottom: 15px;
}

.contact .contact-top .contact-info-top h4 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
}

.contact .fa.fa-clock-o {
  font-size: 28px !important;
}

.contact_sec2 .contact-form {
  background: #e7dff1;
  padding: 43px 18px;
  border-radius: 10px;
  border: 1px solid #e7dff1;
  height: 100%;
  box-shadow: 0 0 -1px #d2c4e5;
}

.contact_sec2 .contact-form input {
  height: 55px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #e7dff1;
  /* box-shadow: rgba(174, 174, 174, 0.21) 0px 0 15px 0px; */
  font-size: 15px;
  background: #571f9c24;
}

.contact_sec2 .contact-form input::placeholder {
  opacity: 1;
  color: #000;
}

.contact_sec2 .contact-form select {
  height: 55px;
  border-radius: 4px;
  color: #666666;
  border: 1px solid #fff;
  box-shadow: rgba(174, 174, 174, 0.21) 0px 0 15px 0px;
  background: #00000008;
}

.contact_sec2 .contact-form textarea {
  border-radius: 4px;
  color: #666666;
  font-size: 17px;
  border: 1px solid #e7dff1;
  background: #571f9c24;
}

.contact_sec2 .contact-form textarea::placeholder {
  opacity: 1;
  color: #000;
}

.contact_sec2 .contact-info-top h4 {
  color: #171717;
  font-size: 22px;
  margin-bottom: 12px;
}

.contact_sec2 .contact-form button {
  background: #571f9c;
  border: 1px solid #571f9c;
  padding: 14px 0px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  width: 280px;
  transition: all 0.5s ease-in-out;
}

.contact_sec2 .contact-form button:hover {
  background: #000;
  border: 1px solid #000000;
  color: #fff;
}

.contact_sec2 .contact-top {
  background: #fff;
  padding: 33px 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #838383;
}

.contact_sec2 .contact-icon {
  position: relative;
}

.contact_sec2 .contact-info-top a {
  color: #2f2f2f;
  font-size: 16px;
}

.contact_sec2 .contact-info-top p {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}

.contact_sec2 .contact-icon i {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.contact_sec2 .contact-left-el {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

.contact_sec2 .contact-left-el1 {
  margin-bottom: 26px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}

.contact_sec2 .contact-left-el,
.contact-left-el1 a {
  color: #777777;
  transition: all .3s ease-in-out;
}

.contact_sec2 .contact-icon {
  margin-bottom: 15px;
}

.contact_sec2 .contact-left {
  background: #fff;
  padding: 35px 25px;
  width: 100%;
  height: 100%;
}

.contact_sec2 .contact-left-el,
.contact-left-el1 a:hover {
  color: #2e2e2e;
}

.home_map {
  height: 100%;
}

.home_map iframe {
  height: 100%;
  border-radius: 10px;
}

.map {
  line-height: 0;
}

/* ************** */
.sales-excellence-sec1 ul li {
  margin-bottom: 12px;
}

.sales-excellence-sec1 {
  text-align: center;
}

.sales-excellence-sec1 .hd_info {
  justify-content: center;
}

/**************************************/
.elearning_sec .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}

.elearning_sec .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.elearning_sec ul li {
  margin-bottom: 14px;
}

.inner-service-2 .heading {
  height: 100% !important;
}

/* ************* */

.faqs .accordion-button:not(.collapsed)::after {
  background-image: url('../image/minus.png');
}

.faqs .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url('../image/plus.png');
  background-repeat: no-repeat;
}

.faqs .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 19px;
  color: #000 !important;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  padding: 18px 19px;
  background: #ebebeb;
  font-weight: 600;
}

.faqs .accordion-body p {
  margin-bottom: 10px;
  font-size: 16px;
}

.faqs button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none !important;
}

.faqs .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 9px;
}

.faqs .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: var(--theme-color-third);
  box-shadow: inset 0 -1px 0 var(--theme-color);
}

.faqs .accordion-body {
  /* padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); */
  background: var(--theme-color-third);
  color: #000;
  padding-top: 0;
}

.home_sec7 p a {
  color: var(--theme-color-second);
  font-weight: 600;
}

/**********/
.manager-team-development-sec1 h4 {
  line-height: 1.6;
}

.manager-team-development-sec2 ul li i {
  font-size: 13px;
  color: var(--theme-color-second);
}

.manager-team-development-sec2 ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

/* ******************** */
.manager-performance-review-sec1 h4 {
  color: #300f57;
}

.manager-performance-review-sec1 .content {
  height: 100%;
}

/* ************* */
.executive-summary-sec1 h4 {
  color: var(--theme-color-second);
}

/* ************* */
.talent-assessment-and-screening-sec1 ul li a {
  color: #000;
  text-decoration: underline;
}

.talent-assessment-and-screening-sec1 ul li {
  margin-bottom: 10px;
}

.first-view-assessment-sec1 a.comon-btn {
  width: 17rem !important;
}
.first-view-assessment-sec1 ul li i{
  font-size: 12px;
  color: var(--theme-color-second);
}
.first-view-assessment-sec1 ul li{
  margin-bottom: 12px;
}
/* 27/03/2026 */
form.wpcf7-form.init p {
    margin-bottom: 0px;
}



/* Hide all dropdowns by default */
.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    margin: 0;
}

/* Show ONLY direct child on hover */
.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Nested dropdown positioning */
.navbar-nav .dropdown-menu .dropdown {
    position: relative;
}

/* Hide nested by default */
.navbar-nav .dropdown-menu .dropdown-menu {
    display: none;
    top: 0;
    left: 100%;
}

/* Show nested ONLY when that item is hovered */
.navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu {
    display: block;
}

/* Styling (optional like your screenshot) */
.navbar-nav .dropdown-menu a:hover {
    background: #2bbcd3;
    color: #fff;
}
#main_header ul.dropdown-menu.fade-up li.second-drop {
    border-bottom: 1px solid #ececec;
    margin: 0 0 0 0;
    position: relative;
}

#main_header .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu {
    display: block;
    top: 0%;
}

.sub-menu-sm {
    display: none;
}
.inner-blog-left-sec {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    padding: 15px 19px 35px;
    border-radius: 8px;
    background: #fff;
    color: #000;
}

.inner-blog-left-sec .inner-blog-sec1 p {
  color: #000000ab;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head p {
  color: #606060;
  margin-bottom: 12px;
}

.inner-blog-left-sec .inner-blog-sec1 h3 {
  font-weight: 600;
  margin-bottom: 18px;
  /* font-size: 29px; */
}

.inner-blog-left-sec .inner-blog-sec1 img {
  border-radius: 5px;
  margin-bottom: 0;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c1c1c2b;
  margin-bottom: 10px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li i {
  font-size: 17px;
  color: var(--theme-color);
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head i {
  color: var(--theme-color);
  font-size: 16px;
  margin-right: 3px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li a {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .navigation-sec .navigation a {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
}

.inner-blog-left-sec .navigation-sec .navigation i {
  color: var(--theme-color);
}

.inner-blog-left-sec .navigation-sec .blog-contain {
  padding: 25px 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  border-radius: 5px;
  height: 100%;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top {
  padding-bottom: 15px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top img {
  border-radius: 5px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading h3 {
  color: #000;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p strong {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p {
  color: #000000ab;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading .blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-comment .contact-form {
  padding: 20px 25px;
  border: 1px solid rgba(69, 69, 70, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.5s;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
  background: #1c1c1c3b;
  border: 1px solid #1c1c1c3b;
  color: #000;
  transition: 0.5s;
}

.inner-blog-left-sec .admin-sec p {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li i {
  font-size: 18px;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li a {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content {
  border-top: 1px solid #1c1c1c3b;
  border-bottom: 1px solid #1c1c1c3b;
  padding: 10px 20px;
}

.inner-blog-left-sec .admin-sec img {
  border-radius: 5px;
}


/* inner-blog-right-sec */

.inner-blog-right-sec {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    padding: 35px 21px;
    border-radius: 8px;
    background: #fff;
    color: #000;
}
.inner-blog-right-sec .blog-search form {
  position: relative;
  border: 1px solid #1c1c1c3b;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner-blog-right-sec .blog-search form input {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
}

.inner-blog-right-sec .blog-search form button {
  /* position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%; */
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 15px;
  color: #000000;
}

.inner-blog-right-sec .popular-sec .popular-cards1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1c1c1c3b;
  padding: 15px 0;
  gap: 10px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
  width: 130px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 p {
  color: #000000ab;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
    color: #000000ab;
    font-size: 15px;
    font-weight: 600;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .heading {
  width: 100%;
}
input#search-form-1 {
    border: none;
    outline: none;
width: 100%;
}
.single-post label {
    width: 100%;
}
.search-form label {
width: 100% !important;
}
/* Blog Leave A Comment */
.inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 25px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


#respond {
/*     max-width: 600px; */
    margin: 0 auto;
}
#respond #reply-title small a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
border: none;
}
#respond form p{
color: #6d6d6d;
 margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #FF6601;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
color: #0f3ca1 !important;
text-decoration: underline;
display: inline-block !important;
}
#comments .comment-author a{
color: #000 !important;
}
#comments .comment-metadata a{
color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#comments span.comment-reply a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
margin-right: 10px !important;
}
div#respond label {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

div#respond input,  div#respond textarea{
    padding: 10px;
    border-radius: 6px;
}

div#respond input#wp-comment-cookies-consent {
    width: 20px;
    height: 17px;
}

div#respond p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: nowrap;
} 

div#respond p.comment-form-cookies-consent  label{
margin:0px!important;
}

div#respond input#submit {
    background: var(--theme-color-second);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.home_sec_9  .blog-box{
  background-color: #e7e7e9;
  border-radius: 25px;
}

/* Pagination CSS */
.center {
  display: flex;
justify-content: center;
margin-top: 40px;
}

a.page-numbers {
    color: #000000;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #ddd;
border-radius: 5px;
    margin: 0px 5px;
    padding: 10px 15px;
   font-size: 18px;
}

a.page-numbers:hover {
    background-color: #d6d4d4;
}

span.page-numbers.current {
    background-color: #571F9C;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0px 5px;
    font-size: 18px;
        z-index: 3;
border-radius: 5px;
}
