* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Inter;
}

:root {
    --color-primary: #2563EB;
    /* Prime-Colour */
    --color-search-bar-text: #979FB4;
    /* Search-Bar-Text */
    --color-body-text: #2D3748;
    /* Body-text */
    --color-main-heading: #060B13;
    /* Main-Heading */
    --color-search-border: rgba(151, 159, 180, 0.5);
    /* Search-Border (50% opacity) */
    --color-sub-heading: #363D4F;
    /* Sub-Heading */
    --color-span-text: #3A3C44;
    /* span-text */
    --color-white: #FFFFFF;
    /* White */
    --color-Green: #009118 ;
    /* Green */
    --color-hover: #0040CD ;
    /* hover */
    --color-btn-bg: #F3F4F6;
    /* hover */

}
.apply-position{
    position: absolute;
    top: 0;
}
.e-n-accordion > *:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.text-blue {
  color:var(--color-primary);
}
.btn-text-icon a span {
    display: flex;
    align-items: center;
}
.btn-text-icon a span svg {
   width: 1.8em;
}
/* custom css */


.main-container {
    padding: 100px 15px;

}

.hero-padding {
    padding: 225px 15px 100px 15px;
}

.footer-container {
    padding: 100px 15px 30px 15px;
}

.e-n-accordion-item {
    border-bottom: 1px solid #D9DBE9;
}

.career_line::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 79%;
    background: var(--color-primary);
    left: 18px;
    top: 45%;
}

.coaching-card-wrapper::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 78%;
    background: var(--color-primary);
    left: -22px;
    top: 12%;
}

.coaching-card::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--color-primary);
    /* Blue dot */
    border-radius: 50%;
    left: -30px;
    top: 50%;
    z-index: 1;
    transform: translate( 0%, -50%);
}

.coaching-card::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--color-white);
    left: -24px;
    top: 50%;
    z-index: 2;
    border-radius: 100%;
    transform: translate( 0%, -50%);
}

.faqs-tab .e-n-tabs-heading {
    border: 1px solid #F0F0F0;
    background: var(--color-white);
    padding: 2px;
    border-radius: 135px;
    width: 352px;
    margin: auto;
}

.heading-subtext span {
    color: var(--color-primary) !important;
    font-family: Inter !important;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    vertical-align: middle;
}

.heading-subtext.gray span {
    color: #717682 !important;

}

.full-btn a {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-primary);
    border-radius: 50px;
    font-size: 16px;
    padding: 12px 25px;
    line-height: 150%;
    font-weight: 400 !important
}
.full-btn a:hover{
    background-color:var(--color-hover) !important ;
}
.full-btn.white a {
    background: var(--color-white) !important;
    border: 1px solid var(--color-white);
    color: var(--color-primary) !important;
    
}
.full-btn.white a:hover {
    background:var(--color-hover) !important;
    border-color: var(--color-hover);
    color: var(--color-white) !important;
}

.outline-btn a {
    background: none !important;
    border: 1px solid var(--color-white);
    border-radius: 50px;
    font-size: 16px;
    padding: 12px 30px;
    line-height: 150%;
}
.outline-btn a:hover{
    background-color: var(--color-hover) !important;
    border-color: var(--color-hover);
}
.outline-btn.blue a {
    background: var(--color-btn-bg) !important;
    border: 1px solid var(--color-primary);
    color:var(--color-primary) !important;
    font-weight: 400 !important
}
.outline-btn.blue a:hover {
    background: var(--color-hover) !important;
    border-color: var(--color-hover);
    color:var(--color-white) !important;
}



/* blog css start */

ul.recent-posts-list {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.post-image {
    height: 302px;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px 12px 0 0;
    height: 100%;
}

li.recent-post-item {
    list-style: none;
    /* border: 4px solid #ffffff; */
    background: var(--color-white);
    border-radius: 15px;
    box-shadow: 0px 8px 40px 0px rgba(6, 11, 19, 0.04);
}

h4.post-title {
    font-family: Inter;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 28.8px;
    letter-spacing: -0.47px;
    margin: 0;
    padding: 0 14px;
    padding-bottom: 5px;

}

h4.post-title a {
    color: #060B13 !important;
}

.post-excerpt {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.18px;
    color: var(--color-body-text) !important;
    padding: 0 14px;
    /* padding-bottom: 24px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;


}

a.read-more {
    background: none !important;
    border: 1px solid var(--color-primary);
    border-radius: 50px;
    font-size: 16px;
    padding: 12px 30px;
    line-height: 150%;
    margin-left: 14px;
    margin-top: 24px;
    display: inline-block;
    margin-bottom: 24px;
    font-weight: 400;
    color: var(--color-primary) !important;


}
a.read-more:hover{
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}
.post-date {
    padding-top: 24px;
}

.post-date small {
    padding: 0 14px;
    font-family: Inter;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.47px;
    vertical-align: middle;
    padding-bottom: 5px;
    color: #506F8A !important;
}

/* custom css */

/* input start*/
.wpcf7-form {
    display: flex;
    justify-content: center;
    align-items: self-start;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 580px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px ;

}
.wpcf7-form p{
    position: relative;
}

.wpcf7-spinner{
    position: absolute !important;
    top: 50%;
    right: 12px;
    transform: translate(-0%, -50%);
    margin: 0;

}
.wpcf7-form.submitting .wpcf7-submit{
    padding-right: 40px !important;
   
    

}

.wpcf7-email {
    outline: none;
    padding: 12px 20px !important;
    font-size: 16px;
    border-radius: 999px !important;
    width: 400px;
    line-height: 150%;
    border: 1px solid #666D8033 !important;
}

.wpcf7-submit {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 999px !important;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    line-height: 150% !important;
}

.input-form-wrapper .wpcf7-submit {
    background-color: var(--color-white) !important;
    color: var(--color-primary) !important;

}

/* ======= ========= */
.input-wrapper {
    background-color: var(--color-white);
    border-radius: 20px;
    padding-bottom: 20px;
}
.input-wrapper  ._form-thank-you{
    padding: 20px 30px;
    background-color:#00911824;
    color:var(--color-Green);

}
.input-wrapper.white  ._form-thank-you{

    background-color:var(--color-white);


}

.input-wrapper ._form_15 form._form._form_15._inline-form._inline-style._dark{
    padding: 0px !important;
    padding-bottom: 10px !important;
    background-color: transparent !important;
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
}
.input-wrapper form._form._form_15._inline-form._dark{
   margin: 0;
}

.input-wrapper label._form-label {
    margin: 0 !important;
}


.input-wrapper  ._button-wrapper._inline-style{
    margin: 0 !important;
}
.input-wrapper ._form_element._x62342305._inline-style{
    margin: 0 !important;
    padding-right: 10px;
}

.input-wrapper input {
    outline: none;
    padding: 12px !important;
    font-size: 16px !important;
    
}
.input-wrapper button#_form_15_submit {
     margin: 0 !important;
    border-radius: 100px !important;
    margin: 0 !important;
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
    line-height: 150% !important;
    border-radius: 50px !important;
    padding: 12px 20px !important;
    white-space: pre;
}
.input-wrapper.white button#_form_15_submit {
     background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}
.input-wrapper.white button#_form_15_submit:hover {
     background-color: var(--color-hover) !important;
    color: var(--color-white) !important;
}
.input-wrapper button#_form_15_submit:hover{
    background-color: var(--color-hover) !important;
}
/* input end*/

/* header-blog css start her  */

.blog-latest-item {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.blog-cate-date-wrapper {
    display: flex;
    gap: 5px;
    padding: 4px 10px;
    background: #EAF1FF;
    color: var(--color-primary);
    border-radius: 4px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
span.date_dot {
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    border-radius: 100%;
}
.blog-img-wrapper {
    height: 346px;
    overflow: hidden;
    border-radius: 6px;
}

.blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-text-content{
    border: 1px solid var(--color-search-border);
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.read-article-btn-wrapper {
    display: flex;

}
a.read-article-btn{
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-primary);
    border-radius: 50px;
    font-size: 16px;
    padding: 12px 25px;
    line-height: 150%;
    display: inline;
}
.header-blog-author-avatar {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    overflow: hidden;
}

.header-blog-author-avatar img {
    width: 100%;
}

/* .header-blog-post-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
} */

.blog-author-latest span {
    margin: 0;
    font-family: inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #97989F !important;
}

.blog-text-content h3 {
    font-family: "Inter", Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    padding: 15px 0;
}
.blog-author-latest{
    display: flex;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
}
.blog-author-latest img{
    border-radius: 100%;
}

.blog-text-content h3 a {
    color: var(--color-body-text);
}

/* header-blog css end her  */

/* all blog css here */
.blog-tabs{
    display: flex;
    flex-direction: row;
    overflow: scroll;
    gap: 10px;
    padding-bottom: 50px;
     scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}
button.blog-tab{
    background-color:var(--color-white);
    font-family: "Inter", Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 100px;
    padding: 12px 34px;
    white-space: nowrap;
}
button.blog-tab.active{
    background-color:var(--color-primary);
    color: var(--color-white);
}

.blog-grid-wrapper {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}

.blog-grid-item {
    list-style: none;
    border: 1px solid var(--color-search-border);
    background: var(--color-white);
    border-radius: 12px;
    padding: 15px;
    transition: transform 0.3s ease;

}
.blog-grid-item:hover{
    transform: scale(1.03);
}
.blog-meta-content {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog-category {
   margin-top: 22px;
   padding: 4px 10px;
    background: #EAF1FF;
    color: var(--color-primary);
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
}
/* .blog-category span {
    padding: 4px 10px;
    background: #EAF1FF;
    color: var(--color-primary);
    border-radius: 4px;
    font-size: 14px;
} */

.blog-thumb-img {
    height: 230px;
    overflow: hidden;
    border-radius: 6px;
}

.blog-thumb-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

.blog-author img {
    border-radius: 100px;
    overflow: hidden;
}

.blog-author-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-author-wrapper p{
    margin: 0;
    font-family: inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #97989F !important;
}
.blog-post-meta {
    display: flex;
    align-items: center;
}

.blog-meta-content h3 {
    font-family: inter;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--color-body-text) !important;
}


.blog-author span {
    margin: 0;
    font-family: inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #97989F !important;

}

.blog-author-wrapper span {
    margin: 0;
    font-family: inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #97989F !important;

}
.blog-author{
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-author p{
    font-family: inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #97989F !important;
}
.blog-author-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
}

.load-more-wrapper {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#load-more-btn {
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    font-size: 16px;
    background-color: transparent;
    color:var(--color-span-text);
}

/* all blog css here */


/* Tips Silder code here */
.web-slide-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.profile-card {
    background-color: var(--color-white);
    border-radius: 12px;
    padding: 20px;
    font-family: sans-serif;
    text-align: left;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10980392156862745);
    margin: 5px;

}

.icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;

}

.profile-card h3 {
    font-family: "Inter", Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: var(--color-body-text);
    margin-bottom: 12px;
}

.profile-card p {
    font-size: 14px;
    color: var(--color-sub-heading);
    margin: 0;
    /* margin-bottom: 25px; */
}

.learn-more {
    color: var(--color-primary) !important;
    text-decoration: none;
    font-size: 14px;
    display: none;
}

.tips-wrapper-web.phone {
    display: none;
}

/* Tips Silder code end here */

/* slider custom css here */
ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    gap: 5px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.slick-dots li {
    margin: 0;
    width: 12px !important;
    height: 12px;
    border-radius: 100%;
    list-style-type: none;
    background-color: #83AAFF;
}
ul.slick-dots button {
    display: none;
}

li.slick-active {
    background-color: var(--color-primary);
}
/* slider custom css here */
/* slider one css here */
.custom-slider {
    max-width: 1156px;
    margin: auto;
}

.slide-box {
    background: #fff;
    padding: 68px 18px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 13.32px 26.64px 0px #d2d9e012;
    margin: 10px;
    border: 1px solid #0000000f;
}

.slide-box:hover {
    border-bottom: 2px solid var(--color-primary);
}

.slide-box:nth-child(odd) {
    margin-top: 36px;
}

.box-content .icon {
    font-size: 30px;
    margin-bottom: 15px;
}


.box-content h4 {
    color: var(--color-sub-heading);
    margin: 0;
    padding-top: 24px;
    padding-bottom: 14px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;

}

.box-content p {
    color: var(--color-body-text);
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24.86px;
    /* padding-bottom: 24px; */
    margin: 0;

}

.box-content a {
    color: var(--color-primary);
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    display: none;

}

.box-content a img {
    transition: margin-left 0.3s ease;
}

.box-content a:hover img {
    margin-left: 4px;

}

/* Custom arrows */
.slick-prev,
.slick-next {
    background: var(--color-primary);
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    position: absolute;
    top: -60px;
    z-index: 1;
    cursor: pointer;
    width: 60px;
    height: 55px;
}

.slick-prev {
    right: 80px;
}

.slick-next {
    right: 10px;
}

/* slider one css end here */

/* slider two css here */

.slide-card-wrapper {
    border-radius: 10px;
    text-align: center;
    margin: 2px;
    padding: 5px;
}

.slide-card-body {
    display: flex;
    flex-direction: row;
    text-align: start;
    gap: 20px;
    padding: 35px 20px;
    border: 0.88px solid #DEE7EE;
    border-radius: 4.4px;
    background-color: var(--color-white);

}

.slide-card-img {
    width: 40px;
    flex-shrink: 0;

}

.slide-card-img img {
    width: 52px;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
    margin: 0;
}

.slide-card-content h4 {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #222D39;
    padding-bottom: 14px;
    margin: 0;

}

.slide-card-content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #3C4049;
    /* padding-bottom: 14px; */
    margin: 0;


}

.slide-card-content a {
    color: var(--color-primary);
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    display: none;

}

.slick-dots {
    bottom: -45px;
}

.slick-dots li {
    margin: 0;
    width: 18px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #83AAFF;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--color-primary);
}

/* slider two css end here */





/* ===================== Custom Header css ===================== */


.header-wrapper-body {
    margin: 20px auto;
    padding: 0 15px;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.custom-header {
    background: #fff;
    border-radius: 50px;
    padding: 26px 24px;
    box-shadow: 0 0 0 5px var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1344px;
    margin: auto;
    border: 1px solid #E9EBF1;
}

.nav {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.nav-item {
    position: static;
    margin: 0 10px;
}

.nav-item .nav-link:hover {
    color: var(--color-primary) !important;
}

.nav-link {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 23.8px;
    letter-spacing: -0.09px;
    vertical-align: middle;
    color: #060B13 !important;
    text-decoration: none;

}

a.nav-link {
    display: flex;
    align-items: center;
    gap: 2px;
}

.nav-link.active {
    color: var(--color-primary);
}

.btn-signin {
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    color: #060B13 !important;
}

.btn-signup {
    border-radius: 30px;
    padding: 12px 30px;
    border: 1px solid #eee;
    background: #f9f9f9;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    color: #060B13 !important;
}

.btn-signin:hover {
    color: var(--color-primary) !important;
}

.btn-signup:hover {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important;
}

.mega-wrapper:hover .mega-menu {
    display: block;
}

.mega-menu {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 1000;
    padding-top: 40px;
    display: none;
}

.mega-menu-content {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #E4E4F6;
}

.nav-bar-list {
    display: flex;
    justify-content: space-between;
}

.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 34px;
}
.services-list a {
    text-decoration: none;
}

.services-half-width {
    padding: 16px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}

.services-half-width:hover {
    background-color: #E5F1FF;
}

.services-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-body-text) ;
}

.services-text span {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #4F4F4F;
}
.tab-display-btn{
    display: none;
}

.two-thirds-width {
    flex: 0 0 60%;
}

.one-third-width {
    flex: 0 0 30%;
}

.icon-box-img {
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.blog-flex-wrap img {
    width: 100%;
    border-radius: 5px;
    height: 84px;
    object-fit: cover;
}

.blog-text-wrapper h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-body-text);
    padding: 4px 0;
}

.blog-text-wrapper p {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #4F4F4F;
    padding-bottom: 16px;
}

a.blog-text-link {
    color: var(--color-primary);
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

.connect-btn {
    background: linear-gradient(4.62deg, var(--color-primary) 48.17%, #183A86 96.56%);
    color: var(--color-white) !important;
    padding: 6px 16px;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.connect-btn:hover {
    background: var(--color-hover);
    color: var(--color-white);
}

.get-listed-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.get-text-body {
    display: flex;
    align-items: center;
    gap: 8px;
}

.get-text-body p {
    font-weight: 400;
    font-size: 14px;
    color: var(--color-body-text);
}

.get-text-body p span {
    color: #7F7F7F;
    display: none;
}

.text-secondary {
    font-size: 14px;
    color: #A1A1A1;
    padding-bottom: 16px;
    font-weight: 400;
}

hr.hr-line {
    border: none;
    border-top: 1px solid #EAEAF0;
    margin: 0;
}

.custom-header a .custom-logo {
    width: 174px;
    display: flex;
}

.menu-toggle {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.menu-toggle span {
    display: block;
    height: 4px;
    background: #000;
    border-radius: 2px;
    transition: 0.4s ease;
}

.menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 9px);
}

.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -9px);
}
/* ============================= Blog single page design start here ================================== */
main {
    display: block;
    max-width: 1186px;
    margin: auto;
    padding: 164px 15px 100px 15px;
}
.entry-meta span {
    font-family: inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #97989F !important;
}
.entry-meta span  a{
    color: #97989F !important;
    text-decoration: none;
}
.post-thumbnail img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
}
.entry-content h3{
  font-size: 24px;
  line-height: 130%;
  color: var(--color-body-text);
  padding: 32px 0 16px 0;
}
.entry-content p {
    font-size: 18px;
    line-height: 130%;
    color: var(--color-sub-heading);
}
/* ============================= Blog single page design end here ================================== */
/* ============================= Blog Search Bar ================================== */
img.all-blog-search-icon{
   position: absolute;
   top: 52%;
   left: 15px;
   transform: translateY(-50%);
}
.blog-all-search {
    width: 100%;
    padding: 15px !important;
    border-radius: 50px !important;
    padding-left: 42px !important;
    color: var(--color-search-bar-text) !important;
    border: 1px solid var(--color-search-border) !important;
}
.blog-all-search:focus {
  outline: none;
  box-shadow: none;
}
#blog-search-results {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
    top: 70px;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
}
.blog-search-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-search-item {

    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.blog-search-item a {
    display: flex;
    align-items: center;
}
.blog-search-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: cover;
}
.blog-search-item span {
    font-size: 14px;
    color: #333;
}



.loader {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 5px solid #FFF;
    border-bottom-color:var(--color-primary);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    top: 15px;
    right: 15px;
    background-color: var(--color-white);
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 


/* =====================blog details page==================================== */

h1.entry-title{
    margin: 16px 0 20px 0;
}
.post-category .badge {
	display: inline-block;
	background:var(--color-primary);
	color:  var(--color-white);
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
span.post-date{
    padding-left: 24px;
}

.entry-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0 32px;
}

.entry-meta img.avatar {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}



    /* ==========================  View More =========================== */
     .text-wrapper {
      font-family: Arial, sans-serif;
         font-family: "Inter", Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: var(--color-body-text);
    }

    .more-text {
      display: none;
    }

    #toggle:checked ~ .text-wrapper .more-text {
      display: inline;
    }

    #toggle:checked ~ .text-wrapper .dots {
      display: none;
    }

    .view-more-label {
      color:var(--color-primary);
      cursor: pointer;
      text-decoration: none;
    }

    #toggle {
      display: none;
    }

    /* ==========================  View More =========================== */



    
@media screen and (max-width: 991px) {
    .slide-box {

        padding: 30px 25px;
    }

    .slide-card-body {
        padding: 40px 30px;
        flex-direction: column;

    }

    .custom-header a .custom-logo {
        width: 134px !important;
    }

    .custom-header {
        padding: 20px !important;
        max-width: 100%;
    }

    .menu-toggle {
        display: flex;
    }

    .btn-div-wrapper {
        display: none;
    }
    .tab-display-btn{
        display: flex;
        margin-left: auto;
    }

    .nav {
        display: none;
        /* initially hidden */
        flex-direction: column;
        background: var(--color-white);
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 1001;
        align-items: start;
        border-radius: 20px;
        border: 1px solid #f2f2f2;
    }

    .nav-item {
        width: 100%;
        margin: 0;
        padding: 10px 0 !important;
    }

    .header-wrapper-body {
        margin: 10px auto;
    }

    a.nav-link {
        justify-content: space-between !important;
    }

    .mega-wrapper:hover .mega-menu {
        display: none;
        /* disable hover on mobile */
    }

    .mega-menu {
        position: static;
        transform: none;
        width: 100%;
        padding: 0;
        padding-top: 15px;
    }
/* 
    .two-thirds-width {
        flex: 0 0 70%;
    } */
     
    .two-thirds-width {
        flex: 0 0 100%;
    }
    .one-third-width {
            display: none;
        }
    .text-secondary {
        display: none;
    }
    .services-list {
        gap: 15px;
    }

    .mega-menu-content {
        padding: 15px;
        gap: 15px;
    }

    .services-half-width {
        padding: 8px;
    }
}

@media screen and (max-width: 767px) {
    .services-half-width {
        padding: 8px 0;
    }
    .apply-position{
    position: static;
    
}
.profile-card{
    height: 220px;
}
/* .slide-box{
    height: 300px;
} */
    .input-wrapper button#_form_15_submit{
        font-size: 15px !important;
        padding: 12px 15px !important;
    }
    .wpcf7-form {
    max-width: 100%;
}
    .faqs-tab .e-n-tabs-heading{
        width: 230px;
    }
    /* .header-wrapper-body {
        padding: 0px !important;
    } */

    .menu-toggle {
        width: 26px !important;
        height: 18px !important;
    }

    .menu-toggle.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px) !important;
    }

    .menu-toggle.open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px) !important;
    }

   

    .services-list {
        gap: 10px;
    }

    .nav {
        top: 80px;
    }

    .tips-wrapper-web.tab {
        display: none;
    }

    .tips-wrapper-web.phone {
        display: block;
    }



    .blog-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);

    }

    .career_line::before {
        display: none;
    }

    ul.recent-posts-list {

        grid-template-columns: repeat(2, 1fr);

    }

    .main-container {
        padding: 60px 15px;

    }

    .coaching-card::before {
        display: none;
    }

    .coaching-card::after {
        display: none;
    }

    .coaching-card-wrapper::before {
        display: none;
    }

    .hero-padding {
        padding: 150px 15px 80px 15px;
    }
    .full-btn a {
    font-size: 15px;
    padding: 12px 15px;
}
.blog-latest-item{
        grid-template-columns: repeat(1, 1fr);
}
.blog-text-content{
    order: 2;
}

button.blog-tab {
    font-size: 14px;
    padding: 10px 15px;
}
.blog-tabs{
    padding-bottom: 20px;
}
}
@media screen and (max-width: 667px){
    .input-wrapper ._form_element._x62342305._inline-style{
        margin: 0 !important;
    }
    .input-wrapper ._button-wrapper._inline-style {
        width: unset !important;
    }
    /* .input-wrapper input#email {
        width: 100% !important;
    } */

}
@media screen and (max-width: 600px) {
    .services-list {
        display: flex;
        flex-direction: column;
    }

    .mega-menu-content {
        padding: 0;
        border: 0;
    }

    ul.recent-posts-list {

        grid-template-columns: repeat(1, 1fr);

    }

    .nav {
        padding: 10px;
        top: 70px;
    }

    .blog-grid-wrapper {
        grid-template-columns: repeat(1, 1fr);

    }

    .header-blog-post-blog-item {
        display: flex;
        flex-direction: column;
    }

    .header-blog-content-wrapper {
        order: 2;
    }

    .blog-img-wrapper {
        height: 300px;
    }
    /* .input-wrapper input#email{
        width: 300px !important;
    } */

}

@media screen and (max-width: 550px) {
    .slide-box:nth-child(odd) {
        margin-top: 0px;
    }

    .slide-box {
        padding: 20px;
          height: 340px;
    }

    .slide-card-body {
        padding: 20px;

    }

    .wpcf7-email {
        width: 100%;
    }

    .custom-header a .custom-logo {
        width: 114px !important;
    }

    .custom-header {
        padding: 15px !important;
    }
    .slide-box {
        height: 320px;
    }
    .btn-signup,.btn-signin{
        padding: 6px 20px;
    }
    .nav {

        top: 65px;
    }


}
@media screen and (max-width: 425px){
/* .input-wrapper ._form-content {
    flex-wrap: wrap;
} */
.icon-box-img {
    width: 30px;
    height: 30px;
}
.get-text-body img{
    width: 26px;
    height: 26px;
}
.connect-btn {

    padding: 4px 12px;
    font-size: 12px;

}
.services-list {
    gap: 6px;
}
}

