@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Exo";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

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

a,
a:hover {
  text-decoration: none;
}

a {
  display: inline-block;
}

p {
  margin: 0;
}
.dropdown-menu a:focus {
  background-color: transparent;
}
input:focus-visible,
textarea:focus-visible,
button:focus {
  outline: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4 {
  line-height: 1.2;
  font-family: "Exo", serif;
  color: #8a9799;
}

h1 {
  font-size: 52px;
  font-weight: 500;
}

h2 {
  font-size: 40px;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  font-weight: 600;
}
.h3_30 {
  font-size: 30px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
p{
	 font-family: "Exo", serif;
}
.light_cntnt_txt {
  color: #5e5e5e;
}

.mid_grey_text {
  color: #575757;
}

.light_grey_bg {
  background-color: #f6f6f6;
}

.cta {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border-radius: 32px;
  padding: 9px 16px;
}

.cta:hover {
  background-color: #575757;
  color: #fff;
}

section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p_64 {
  padding: 64px 0;
}

.m_20 {
  margin: 20px 0;
}

.p_100 {
  padding: 100px 0;
}

.fw_600 {
  font-weight: 600;
}

.fw_500 {
  font-weight: 500;
}

.mt_50 {
  margin-top: 50px;
}

.pt_10 {
  padding-top: 10px !important;
}

/* navbar css */

.main_header .navbar {
  padding: 16px 0;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.main_header .navbar .navbar-nav {
  gap: 20px;
  font-size: 16.8px;
}

.homr_bnr_wrp {
  width: 100%;
  max-width: 620px;
  min-width: 400px; 
  margin: auto;
  background-color: #d6e1e3e6;
  border-radius: 50%;
 padding: 50px 20px;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
    flex-grow: 1;  
}

.main_header .navbar .collapse {
  justify-content: end;
}

.navbar-nav li a,
.foot_links ul li a {
  color: #575757;
  font-weight: bold;
  text-decoration: none;
}

header.main_header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
}
header .navbar-expand-md .navbar-nav .nav-link {
  padding: 0 8px 0 0 !important;
}

.main_header .navbar-brand img,
.foot-logo img {
  height: 50px;
  width: 375px;
}

/* navbar dropdown */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
}

.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown .dropdown-menu {
  max-width: 200px;
}

.nav-item.dropdown .dropdown-menu {
  border: 1px solid #00000026;
}

.main_header .dropdown-menu a {
  padding: 8px 16px;
}
.foot_links .dropdown-menu .dropdown-item {
  color: #000;
}
.main_header .dropdown-item:hover,
.nav-item .nav-link:hover,
.foot_links ul li a:hover {
  background-color: transparent;
  color: #575757;
/*   text-decoration: underline; */
}

.arrw-dwn-svg {
  position: absolute;
  top: calc(50% - 13px);
  right: -8px;
}

.dropdown-toggle::after {
  display: none;
}

.arrw-dwn-svg svg path {
  stroke: #575757;
}

li.nav-item.dropdown {
  position: relative;
}

/* banner css */
.bnr_cntnt {
  max-width: 75%;
  flex-grow: 1; 
  text-align: center;
}

.bnr_cntnt p,
.bnr-btn {
  padding-top: 20px;
}

.home_banner {
  padding: 70px 0;
}

.bnr_cntnt h3 {
  color: #000;
}

/* what-we-do sec */
.linear-line {
  position: relative;
}

.linear-line::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 35%;
  top: 50%;
  left: 0;
  background-color: #8a9799;
}

.linear-line::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 35%;
  top: 50%;
  right: 0;
  background-color: #8a9799;
}

/* skill-sec */

.skill-wrp .linear-line::after,
.skill-wrp .linear-line::before {
  width: 44%;
}

.skill-crd ul {
  margin: 0;
  margin-top: 20px;
}

.skill-wrp h2 {
  margin-bottom: 20px;
}

/* md-sec  */
.social-links {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.social-links svg path {
  fill: #fff;
}

.scl_div {
  border-radius: 100%;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scl_div.facebook {
  background-color: #1778f2;
}

.scl_div.instagram {
  background-color: #f00075;
}

.scl_div.linkedin {
  background-color: #0d66c2;
}

.scl_div.pinter {
  background-color: #e60122;
}

.scl_div.twitter {
  background-color: #000;
}

.md_right h3 {
  color: #575757;
  font-weight: 500;
}

.managing_d_img img {
  border-radius: 50%;
}

.scl_div:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/* bunker sec */
.bunker_wrap .linear-line::before,
.bunker_wrap .linear-line::after {
  width: 18%;
}

.bunker_wrap h3 {
  font-weight: 500;
  margin-bottom: 60px;
}

.bunker_slider {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.bunker_slider .slick-arrow:hover i {
  color: #98a2b3;
}

.bunker_slider .slick-arrow,
.finance-slider .slick-arrow {
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 2;
}

.bunker_slider .prev-arrow,
.finance-slider .prev-arrow {
  top: calc(50% - 20px);
  left: -30px;
}

.bunker_slider .next-arrow,
.finance-slider .next-arrow {
  right: -30px;
  top: calc(50% - 20px);
}

/* finance section */
.finance-wrp .linear-line::before,
.finance-wrp .linear-line::after {
  width: 25%;
}

.finance-card {
  padding: 0 5px;
  height: 100%;
}

.finance-card p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #1d2939;
  padding-top: 10px;
}

.finance-img img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.finance-img {
  line-height: 0;
}
.finance-img a {
  display: block;
  position: relative;
  padding-top: 58%;
}

.finance-slider .slick-arrow {
  background-color: #101828;
  color: #fff;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.finance-slider .slick-arrow i {
  font-size: 12px;
}

.finance-slider .slick-arrow:hover {
  background-color: #98a2b3;
}

.finance-wrp h3 {
  margin-bottom: 60px;
  font-weight: 500;
}

.finance-slider .slick-dots li button:before,
.bunker_slider .slick-dots li button:before {
  font-size: 10px;
}

/* section contact form */
.contact-wrp .linear-line::before,
.contact-wrp .linear-line::after {
  width: 40%;
}

/* contact form sec */
.contact-form {
  max-width: 650px;
  margin: auto;
}

.form-field {
  margin-bottom: 20px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 9px;
  border: 1px solid #777771;
  font-size: 16px;
  font-weight: 400;
}

.form-field label {
  font-size: 12px;
  color: #777771;
  font-weight: 700
}

.form-field label span {
  color: #e04562;
}

.form-field input:hover,
.form-field textarea:hover {
  border-color: #17a8e3;
  background-color: #e6e6e6;
}

.form-btn a {
  background-color: #d6e1e3;
  color: #333;
  padding: 10px 30px;
}

.frm-txt-a {
  text-decoration: underline;
}

.frm-txt-a:hover {
  color: #5e5e5e;
  text-decoration: none;
}

.form-btm-text p {
  font-size: 14px;
  padding-top: 20px;
}

.form-btn a:hover {
  background-color: rgb(191, 201, 204);
  color: rgb(51, 51, 51);
  box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px 0px;
}

/* footer */
.foot_links .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}

.foot_links ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.foot_links ul li a {
  font-weight: 500;
}

.foot_links .arrw-dwn-svg {
  right: 0;
}

.foot_wrp .social-links {
  justify-content: center;
}

.foot-logo {
  display: flex;
  justify-content: center;
}

/* our-team page */
.linkedin-btn a {
  background-color: #d6e1e3;
  color: #000;
  padding: 9px 24px;
  border-radius: 32px;
}

.read-more-btn .m_20 {
  margin: 16px 0;
}

.our-team-card .row {
  gap: 40px 0;
}

.our-team-card {
  padding-top: 40px;
}

.our-team-img {
  text-align: center;
}

/* methodology page */
.methodology-wrp .linear-line::before,
.methodology-wrp .linear-line::after {
  width: 22%;
}

.methodlogy-cntnt p {
  margin-top: 19px;
}

/* why-hire page */
.why-hire-wrp .linear-line::after,
.why-hire-wrp .linear-line::before {
  width: 26%;
}

.wy-hire-list ul,
.strat-pack ul {
  padding-left: 15px;
}

/* our role page */

.role-card h2 {
  margin-bottom: 35px;
  font-size: 45px;
}

.role-card h6 {
  margin-bottom: 20px;
}

.foot-ul-drop.active {
  animation: drop_ani 0.1s ease-out !important;
  animation-fill-mode: forwards !important;
}

@keyframes drop_ani {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#navbarSupportedContent {
  transition: none !important;
  animation: overlay-menu 0.1s ease-out !important;
  animation-fill-mode: forwards !important;
}

@keyframes overlay-menu {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* service components page */
.buisness-cards .row {
  gap: 40px 0;
}

.service-comp-wrp p {
  max-width: 620px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.service-comp-wrp .linear-line::before,
.buisness-wrp .linear-line::before,
.service-comp-wrp .linear-line::after,
.buisness-wrp .linear-line::after {
  width: 30%;
}

.buisness-cards {
  margin-top: 20px;
}

/* client portal page */
.client-log-in {
  max-width: 380px;
  margin: auto;
  background-color: #fff;
  padding: 40px 40px 20px 40px;
  border-radius: 10px;
  text-align: center;
}

.client-portal {
  background-color: rgb(0, 125, 179);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-log-in h4 {
  margin-top: 20px;
  color: rgb(19, 20, 22);
  font-size: 24px;
  font-weight: 700;
}

.client-log-in > p {
  color: rgb(19, 20, 22);
  font-size: 14px;
}

.client-log-in .log_int {
  width: 100%;
  padding: 6px 12px;
  border: 0;
  background-color: rgb(246, 247, 248);
  border-radius: 4px;
  font-size: 14px;
  height: 42px;
}

.clnt-logo-img {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 60px;
  visibility: visible;
}

.otr_login_pass {
  margin-top: 50px;
}

.otr_login_pass {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.clnt-log-in-btn a {
  border: 1px solid transparent;
  padding: 10px 20px;
  background-color: rgb(59, 67, 70) !important;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}

.forget-passwrd a {
  text-decoration: underline;
  color: rgb(59, 67, 70) !important;
}

.otr_inr_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  color: rgb(59, 67, 70) !important;
}
.or-div .aft_bft {
  position: relative;
}

.or-div .aft_bft::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50%;
  width: 44%;
  height: 2px;
  background-color: rgb(216, 218, 222);
}
.or-div .aft_bft::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 44%;
  height: 2px;
  background-color: rgb(216, 218, 222);
}
.email-link a {
  border: 1px solid rgb(19, 20, 22);
  padding: 10px 20px;
  border-radius: 5px;
  color: rgb(19, 20, 22);
  font-weight: 600px;
}
/* eye input////////////////////// */

.password {
  position: relative;
}

.password input {
  padding-right: 30px;
}

.password svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password svg path {
  fill: rgb(168, 173, 184);
}
/* contact us page */
.contact-us-wrap .linear-line::before,
.contact-us-wrap .linear-line::after {
  width: 41%;
}
.twenty-mins h3 a {
  text-decoration: underline;
}

/* no underline on hover */
.twenty-mins h3 a:hover,
.cate-list li a:hover,
.next-page-btn a:hover .underline,
.next-page-btn a:hover span {
  color: #8a9799;
  text-decoration: none;
}
.twenty-mins h3 {
  font-weight: 400;
  margin-top: 20px;
}
.have-ques {
  margin-bottom: 20px;
}
.analytic-wrp .linear-line::before,
.analytic-wrp .linear-line::after {
  width: 33%;
}
.analytic-desc {
  color: #212529;
}
.analytic-lft-card h3 a:hover {
  color: #8a9799;
  text-decoration: underline;
}
.cate-list li {
  margin-bottom: 8px;
}
.cate-list li a {
  color: #575757;
  text-decoration: underline;
  font-weight: 700;
}
.cate-list {
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(94, 94, 94);
}
.analytic-rgt {
  position: sticky;
  top: calc(90px - 30px);
  padding: 30px 25px 0 25px;
}
.analytic-cntnt .row .border-right {
  border-color: #575757 !important;
}
.analytic-wrp.cfo-blog-wrp .linear-line::before,
.analytic-wrp.cfo-blog-wrp .linear-line::after {
  width: 19%;
}
.srch_input_btn {
  display: flex;
  justify-content: space-between;
}
.srch_input_btn input {
  width: 100%;
  max-width: 80%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #949494;
  font-size: 16px;
}
.srch_input_btn button {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 9px 16px;
  margin-left: 10px;
  border: none;
}
.srch_input_btn button:hover{
  background-color: #575757;
}
.search-box h4 {
  margin-top: 36px;
  margin-bottom: 20px;
}
.next-page-btn a .underline {
  text-decoration: underline;
}
.next-page-btn {
  margin-top: 60px;
  display: flex;
  justify-content: end;
}
.frequent-ques .accordion-head button {
  background-color: transparent;
  color: #1d2939;
  border: none;
  font-size: 18px;
  text-align: left;
}
.frequent-ques .card {
  border: none;
}
.frequent-ques .btn.focus,
.frequent-ques .btn:focus {
  outline: 0;
  box-shadow: none;
}
.frequent-ques {
  max-width: 620px;
  margin: auto;
  margin-top: 50px;
}
.frequent-ques .accordion-body .card ul li {
  color: #475467;
  font-size: 14px;
}
.frequent-ques .accordion-item {
  margin-bottom: 20px;
}
.faq-wrp .linear-line::before,
.faq-wrp .linear-line::after {
  width: 30%;
}
.buisness-sec {
  margin: 25px 0 50px 0;
}

/* part time css here */
.h4_22{
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.part-time-wrap{
  max-width: 900px;
  margin: auto;
}
/*.part-time-wrap img{
  border-radius: 25px;
}*/
/*29jan*/
.part-time-img img {
    border-radius: 25px;
}
.part-cntnt-hd {
  padding: 50px 0px 0px 0px;
}
.part-cntnt-hd a:hover  {
  text-decoration: underline;
  color: #8a9799;
}
.part-btm-box a{
  text-decoration: underline;
}
.part-btm-box a:hover {
  text-decoration: none;
  color: #8a9799;
}
.part-btm-box {
  margin-bottom: 30px;
}
.part-btm-box ul li, .part-btm-box ol li {
  padding-bottom: 3px;
}
.part-btm-box ul,.part-btm-box ol{
  padding-left: 15px;
}
.part-faq{
  padding-bottom: 10px;
}
.author-bio {
  display: flex;
  border: 1px solid #000;
  align-items: center;
  border-radius: 5px;
  padding: 12px;
  gap: 40px;
}

.author-bio img {
  height: 120px;
  width: 120px;
  border-radius: 0;
}
.author-rgt a {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-bottom: 2px;
  color: #575757;
  text-decoration: underline;
}
.author-rgt a  svg{
  fill:#575757;
}
ul.tab-box li a {
  background-color: #f6f6f6;
  border-radius: 30px;
  padding: 10px 20px;
  color: #575757;

}
ul.tab-box li a:hover{
  background-color: #d6e1e3;
  text-decoration: underline;
}
.link-tabs {
  padding: 50px 0;
}
.link-tabs ul{
  display:flex;
  flex-wrap:wrap;
  gap:15px;
}

.psrt-btm-last a {
  color: #575757;
}
.psrt-btm-last a i{
  font-size: 12px;
  margin: 0 3px;
}
.psrt-btm-last{
  display: flex;
  align-items: center;
  text-decoration: underline;

}
.psrt-btm-last a:hover{
color: #8a9799;
text-decoration: underline;
}



.our-tm-box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2), 
                0 4px 6px rgba(0, 0, 0, 0.15);
    height: 100%;
    display: flex;
    flex-direction: column;
	padding:30px;
}

.linkedin-btn {
    margin-top: auto !important;
}
