body {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
}
* {
    padding: 0px;
    margin: 0px;
}
a {
    text-decoration: none !important;
}
h1,
h2,
h3 {
    font-family: "Poppins", sans-serif;
}
.top-header {
    width: 100%;
    height: 10px;
    background: #294d8c;
}
.menu {
    background: #294d8c;
    padding: 15px 31px;
    margin-top: 20px;
    border-radius: 67px;
    position: relative;
    z-index: 2;
}
.main-menu {
    float: right;
    margin-bottom: 0px;
}
.main-menu li {
    display: inline-block;
    text-transform: uppercase;
    margin: 17px 17px 0px;
}
.main-menu li a {
    color: #fff;
}
.main-menu li:hover a {
    color: #ef6f56;
}
.menu button {
    background-image: linear-gradient(to right, #f9d289, #f49484);
    float: right;
    margin-top: 5px;
    padding: 10px 26px;
    border: none;
    border-radius: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
.banner {
    width: 100%;
    height: 508px;
    background: url(../images/banner-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -42px;
    padding-top: 78px;
}
.banner-images {
    width: 100%;
    height: 494px;
}
.banner-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content h2 {
    color: #2a4b97;
    margin: 0px;
    font-size: 60px;
    font-weight: 300;
}
.banner-content h1 {
    font-weight: 800;
    margin: 0px;
    color: #2a4b97;
    font-size: 60px;
}
.banner-content {
    padding-left: 14%;
}
.banner-content p {
    margin-top: 17px;
    font-weight: 500;
    line-height: 23px;
    font-size: 15px;
}
.banner-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.banner-search input[type="text"] {
    border: none;
    width: 67%;
    height: 55px;
    padding-left: 24px;
    outline: none;
}
.banner-search button {
    height: 55px;
    border: none;
    padding: 10px 19px;
    background-image: linear-gradient(to right, #f9d289, #f49484);
}
.mentor-logos img {
    width: 100%;
}
#mentor-logo {
    margin-top: 52px;
}
.mentor-logos h3 {
    color: #294d8c;
    font-weight: 700;
    font-size: 22px;
}
.mentor-logos {
    top: -64px;
    position: relative;
}
.learn-new-skill {
    width: 100%;
    height: 481px;
}
.learn-new-skill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.learn-new-skill-content {
    padding: 43px;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    margin-right: 59px;
    margin-left: -65px;
    background: #fff;
    margin-top: 94px;
}
.learn-new-skill-content h2 {
    font-weight: 600;
    color: #082e72;
    font-size: 29px;
    line-height: 39px;
}
.learn-new-skill-content p {
    margin-top: 19px;
    margin-bottom: 18px;
    line-height: 29px;
}
.learn-new-skill-content button {
    width: 160px;
    height: 44px;
    border: none;
    text-transform: uppercase;
    margin-top: 30px;
    background-image: linear-gradient(to right, #f9d289, #f49484);
    border-radius: 34px;
    font-weight: 600;
}
.expert-mentorship-image {
    width: 100%;
    height: 411px;
}
.expert-mentorship-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.expert-sec {
    padding-top: 90px;
}
.expert-mentorship-content {
    padding-left: 8%;
}
.expert-mentorship-content h3 {
    margin-top: 10%;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 27px;
    color: #fff;
}
.expert-mentorship-content p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}
.expert-sec {
    position: relative;
}
.expert-sec:after {
    content: "";
    position: absolute;
    width: 58%;
    height: 100%;
    background: #27a4fe;
    top: 0px;
    z-index: -1;
    left: 0px;
}
.footer-top {
    border-bottom: 1px solid #ffffff54;
    padding-bottom: 26px;
}
.footer-sec {
    background: #222d35;
    padding-top: 50px;
}
.footer-top p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}
.footer-top input[type="email"] {
    width: 73%;
    outline: none;
    height: 54px;
    float: left;
    padding-left: 10px;
}
.footer-top input[type="submit"] {
    width: 25%;
    height: 54px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #f9d289, #f49484);
    text-transform: uppercase;
    font-weight: 600;
}
.footer-middle-menu {
    text-align: center;
}
.footer-middle-menu li {
    display: inline-block;
    padding: 70px 36px;
}
.footer-middle-menu li a {
    color: #fff;
    text-transform: uppercase;
}
.bottom-footer {
    border-top: 1px solid #ffffff54;
    padding: 19px 0px;
}
.bottom-footer ul {
    text-align: right;
}
.bottom-footer ul li {
    display: inline-block;
    margin-left: 40px;
}
.bottom-footer ul li a {
    color: #fff;
}
.bottom-footer span {
    color: #fff;
    text-transform: capitalize;
}
.service-thumb {
    background: #fff;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0px 23px 16px;
    position: relative;
    margin-bottom: 92px;
}
.service-image {
    width: 100%;
    height: 145px;
    margin-top: -49px;
    border-radius: 8px;
    overflow: hidden;
}
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-panel {
    background: url(../images/how-can-i-help-bg.png);
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 50px;
}
.service-panel h3 {
    text-align: center;
    margin-bottom: 101px;
    font-size: 36px;
}
.service-thumb h4 {
    margin-top: 20px;
    font-weight: 700;
}
.service-thumb p {
    font-size: 15px;
}
.service-thumb:hover .book-btn {
    display: block;
}
.book-btn {
    background: #efcf16;
    text-transform: capitalize;
    color: #000;
    padding: 9px 25px;
    position: absolute;
    bottom: -14px;
    right: 18px;
    display: none;
}
.service-thumb small {
    margin-top: 20px;
    display: block;
}
.all-courses-btn {
    background: #5298e5;
    width: 150px;
    height: 56px;
    border-radius: 10px;
    color: #fff;
    margin: 0px auto;
    display: block;
    text-align: center;
    line-height: 54px;
    text-transform: uppercase;
}
.some-achievement .row {
    background-image: linear-gradient(to right, #f9d289, #f49484);
    margin: 0px 10px;
    padding: 0px 20px;
    border-radius: 10px;
}
.achievement-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}
.achievement-box h4 {
    margin-right: 10px;
    margin-top: 12px;
    color: #fff;
    font-size: 36px;
}
.achievement-box span {
    color: #fff;
    text-transform: uppercase;
}
.some-achievement {
    margin-top: -26px;
}
.face-to-face {
    margin-top: 60px;
    margin-bottom: 22px;
}
.face-to-face-image button {
    border-radius: 5px;
    border: none;
    color: #fff;
    width: 251px;
    height: 62px;
    text-align: center;
    background: #5298e5;
    font-size: 18px;
    float: right;
}
.face-to-face-content a {
}
.face-to-face-content h3 {
    font-weight: 800;
    margin-top: 12%;
    margin-bottom: 33px;
    font-size: 36px;
}
.face-to-face-content p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 23px;
    line-height: 29px;
}
.face-to-face-image img {
    width: 100%;
}
.face-to-face-content a {
    font-weight: 800;
    text-decoration: underline !important;
    font-size: 18px;
}
.tetimonials {
    background: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}
.tetimonials .container {
    background: #fff;
    border-radius: 30px;
    padding: 30px 36px 20px;
}
.tetimonials h3 {
    font-weight: 700;
}
.tetimonials button {
    border-radius: 5px;
    border: none;
    color: #fff;
    width: 213px;
    height: 49px;
    text-align: center;
    background: #5298e5;
    font-size: 16px;
    float: right;
}
.profile-image {
    width: 66px;
    height: 66px;
    border-radius: 35px;
    background: #000;
    overflow: hidden;
    margin-right: 25px;
}
.testimonials-profile {
    display: flex;
    align-items: center;
}
.testimonials-profile h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.testimonials-profile h5 span {
    font-weight: 300;
}
#testimonials {
    margin-top: 40px;
    padding: 0px 35px;
}
.testimonials-box p {
    margin-bottom: 31px;
    line-height: 30px;
    color: #000;
    padding: 0px 8px;
    text-align: justify;
}
.testimonials-heading {
    text-align: center;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0000001c;
    font-size: 151px;
}
.inner-banner {
    padding: 78px 0px;
    background: url(../images/resume-review-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -38px;
}
.banner-image {
    width: 100%;
    height: 355px;
    border-radius: 13px;
    overflow: hidden;
}
.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content h1 {
    font-weight: 800;
    font-size: 44px;
    color: #fff;
}
.banner-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
    text-align: justify;
}
.about-resume-sec {
    margin-top: 80px;
}
.about-verification-left h1 {
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 41px;
    margin-top: 16px;
}
.about-verification-left p {
    text-align: justify;
    line-height: 27px;
    font-weight: 400;
    margin-top: 24px;
}
.about-verification-left {
    padding-right: 50px;
}
.about-verification-image {
    position: relative;
    padding: 0px 54px;
}
.about-verification-image:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #bfcfe0;
    width: 100%;
    height: 300px;
    z-index: -1;
}
.about-verification-image img {
    width: 100%;
    border-radius: 14px;
}
.about-verification-image h2 {
    text-align: center;
    padding: 15px 0px;
}
.why-verification-sec {
    margin-top: 50px;
    background: #2a509b;
}
.why-verification-sec img {
    width: 100%;
    height: 417px;
    object-fit: cover;
}
.why-verification-sec h1 {
    text-transform: uppercase;
    color: #fff;
    padding-left: 30px;
    margin-top: 63px;
}
.why-verification-sec p {
    padding-left: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
    margin-top: 21px;
    margin-right: 84px;
}
.benefit-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #e1f1fa;
}
.benefit-points {
    width: 100%;
    height: 288px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.benefit-points img {
    width: 36%;
}
.benefit-points h4 {
    font-weight: 600;
    margin: 19px 0px 9px;
    text-align: center;
}
.benefit-points p {
    text-align: center;
}
.benefit-left-content h1 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 48px;
    color: #2a509b;
}
.benefit-left-content p {
    text-align: justify;
    line-height: 33px;
    margin-bottom: 27px;
}
.service-tetimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f4f4f4;
}
.service-tetimonials h3 {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.service-tetimonials .testimonials-box p {
    margin-bottom: 13px !important;
    line-height: 30px;
    color: #000;
    padding: 0px 8px;
    text-align: justify;
    border-left: 2px solid #00000040;
    padding-left: 22px;
}
.service-tetimonials .testimonials-box {
    background: #fff;
    padding: 23px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    margin-top: 23px;
    margin-bottom: 23px;
}
.service-provider {
    padding-top: 50px;
}
.service-provider h1 {
    text-align: center;
    color: #0910a6;
    text-transform: capitalize;
    margin-bottom: 58px;
}
.service-provider-middle {
    width: 100%;
    height: 354px;
    padding: 0px 27px;
    position: relative;
}
.service-provider-middle:after {
    content: "";
    position: absolute;
    width: 56%;
    height: 88%;
    background: #fe7700;
    left: -2px;
    top: 75px;
    z-index: -1;
}
.service-provider-middle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-provider-left ul {
    padding: 0px;
    margin: 0px;
}
.service-provider-left ul li {
    list-style: none;
    display: inline-block;
    background: #0910a6;
    color: #fff;
    padding: 3px 11px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.service-provider-left p {
    text-align: justify;
    line-height: 24px;
}
.service-provider-left h3,
.experience-panel h3 {
    font-weight: 700;
}
.experience-panel ul {
    padding: 0px;
    margin: 0px;
}
.experience-panel ul li {
    list-style: none;
    padding: 13px 0px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #00000040;
    align-items: center;
}
.experience-panel ul li:last-child {
    border-bottom: none;
}
.company-box {
    margin-right: 13px;
}
.experience-panel h4 {
    font-weight: 600;
}
.experience-panel h4 span {
    font-weight: 300;
    font-size: 15px;
}
.service-provider-middle button {
    background: #fe7700;
    border: none;
    color: #fff;
    padding: 17px 63px;
    font-size: 16px;
    margin-top: -47px;
    margin-left: -29px;
}
.faq-section {
    margin-top: 160px;
    padding: 20px 0px;
    background: url(../images/faq-background.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.mentor-faq {
    margin-top: 160px;
    padding: 20px 0px;
    background: url(../images/faq-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.faq-left-image {
    width: 100%;
    height: 488px;
    margin-top: -113px;
}
.faq-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faq-question h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.faq-question details {
    margin-right: 34%;
}
.faq-question details summary {
    background: #fff;
    margin-bottom: 18px;
    padding: 9px;
    cursor: pointer;
}
.faq-question details p {
    color: #fff;
}
.personal-profile-banner {
    background: url(../images/profile-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 311px;
    margin-top: -46px;
}
.personal-profile-banner .row {
    margin-top: 22%;
}
.top-points {
    padding: 0px;
    margin: 0px;
}
.top-points li {
    display: inline-block;
    list-style: none;
    background: #effcf9;
    border-radius: 18px;
    margin-right: 16px;
    padding: 5px 19px;
}
.about-mentor {
    background: #e9eef4;
    padding-bottom: 53px;
    border-bottom: 1px solid #00000036;
}
.profile-images img {
    margin-top: -53%;
}
.profile-images h1 {
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-size: 50px;
}
.profile-images button {
    text-align: center;
    width: 100%;
    height: 55px;
    font-size: 18px;
    text-transform: capitalize;
    border: none;
    background-image: linear-gradient(to right, #f9d289, #f49484);
    border-radius: 12px;
    color: #194e70;
    font-weight: 500;
    margin-top: 20px;
}
.mentor-features {
    padding: 0px;
    margin: 38px 0px 0px 0px;
}
.mentor-features li {
    list-style: none;
    display: list-item;
    margin-bottom: 15px;
}
.mentor-features li i {
    font-size: 19px;
    margin-right: 9px;
    color: #0d5ac5;
}
.mentor-features li span {
    text-transform: capitalize;
    font-weight: 600;
}
.mentor-pricing {
    margin-top: 38px;
}
.mentor-pricing h5 {
    font-weight: 700;
    font-size: 18px;
}
.mentor-pricing span {
    font-size: 30px;
}
.review-sec ul {
    list-style: none;
    margin-top: 10px;
}
.review-sec ul li {
    display: inline-block;
}
.review-sec ul li i {
    color: #b67615;
}
.review-sec a {
    text-align: center;
    width: 69%;
    height: 55px;
    font-size: 18px;
    border: none;
    background-image: linear-gradient(to right, #f9d289, #f49484);
    border-radius: 5px;
    color: #194e70;
    font-weight: 500;
    margin-top: 20px;
    float: left;
    text-transform: capitalize;
    line-height: 55px;
}
.review-sec h5 {
    margin-top: 30px;
    font-size: 17px;
    font-weight: 500;
}
.review-sec h3 span {
    font-weight: 300;
}
.review-sec {
    margin-left: 26%;
}
.about-expricence {
    background: #e2ebf7;
    padding-top: 47px;
    padding-bottom: 13%;
}
.about-expricence h1 {
    margin: 0px;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-size: 50px;
}
.about-expricence h1 span {
    font-family: "Cookie", cursive;
    color: #066bc0;
}
.mentor-expri,
.industrial-expri {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
}
.exprience-number {
    padding-top: 30px;
    padding-bottom: 172px;
    background: url("../images/expricence-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.mentor-expri div {
    background-image: linear-gradient(180deg, #f9d489, #f59a85);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 31px;
    border-radius: 7px;
}
.mentor-expri div h1 {
    margin: 0px;
    font-family: "Rajdhani", sans-serif;
    padding: 0px;
    font-weight: 400;
    font-size: 97px;
    margin-right: 10px;
}
.mentor-expri div h2 {
    padding: 0px;
    margin: 0px;
    font-family: "Rajdhani", sans-serif;
    line-height: 28px;
}
.mentor-expri h4 {
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 700;
}
.industrial-expri div {
    background-image: linear-gradient(180deg, #73e1fc, #4fb4fe);
    padding: 10px 31px;
    border-radius: 7px;
}
.industrial-expri div h1 {
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 120px;
    margin: 0px;
}
.industrial-expri div h2 {
    margin: 0px;
    font-family: "Rajdhani", sans-serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-top: -13px;
    margin-bottom: 17px;
}
.industrial-expri h4 {
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 700;
}
.industrial-expri {
    margin-top: -51px;
}
.exprience-number .row {
    margin-top: -122px;
}
.activity-points {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: -66px;
    margin-bottom: 40px;
}
.activity-icon {
    width: 91px;
    height: 93px;
    background: #1967d2;
    margin: -37px auto 0px;
    border-radius: 9px;
    padding: 14px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.activity-icon img {
    width: 100%;
}
.activity-points h4 {
    text-align: center;
    font-weight: 700;
    display: block;
    margin-top: 15px;
    margin-bottom: 21px;
    font-size: 14px;
}
.mentor-activity {
    background: #f0f6fe;
}
.mentor-activity h1 {
    margin-bottom: 40px;
    display: block;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-size: 78px;
}
.mentor-activity h1 span {
    font-family: "Cookie", cursive;
    color: #066bc0;
}
.-mentor-Services-bg {
    background: #ebeaf1;
    padding: 61px 30px;
}
.services-box {
    background: #fff;
    padding: 22px 22px 48px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}
.services-inner-box {
    background-image: linear-gradient(180deg, #ebc5d5, #afa6e3);
    border-radius: 10px;
    padding: 22px;
}
.service-price {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-price li {
    display: block;
    list-style: none;
}
.service-price li span {
    font-weight: 600;
    text-transform: capitalize;
}
.service-price li:last-child span {
    text-align: right;
}
.service-name h2 {
    font-size: 30px;
}
.service-name h2 {
    font-size: 17px;
    padding-right: 9%;
}
.service-name div {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #fff;
    margin-right: 14px;
    overflow: hidden;
    text-align: center;
}
.service-name div img {
    width: 100%;
    height: 100%;
}
.service-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 24px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #00000026;
    padding-bottom: 22px;
}
.service-featues {
    padding: 0px;
    margin: 0px;
}
.service-featues li {
    list-style: none;
    display: list-item;
    margin-bottom: 10px;
    font-weight: 400;
}
.service-more-btn {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    display: block;
    text-align: center;
    visibility: hidden;
}
.service-more-btn i {
    font-size: 44px;
}
.services-box:hover .service-more-btn {
    visibility: visible;
}
.services-box:hover .services-inner-box {
    background-image: linear-gradient(180deg, #afa6e3, #ebc5d5);
    transition: all 0.1s ease;
}
.no-padding {
    padding: 0px !important;
    margin: 0px !important;
}
.work-exprience {
    padding: 40px 103px;
    background-image: linear-gradient(to bottom right, #22dbd0, #538de5);
}
.mentor-expri-field {
    padding: 40px 106px;
    background: #eaf1fb;
    height: 849px;
}
.work-exprience h1 {
    margin-bottom: 40px;
    display: block;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-size: 63px;
    color: #000000;
}
.work-exprience h1 span {
    font-family: "Cookie", cursive;
    color: #000000;
}
.main-expri-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}
.main-expri-box img {
    float: left;
    margin-right: 18px;
}
.main-expri-box h2 {
    float: left;
    font-size: 15px;
}
.main-expri-box small {
    position: absolute;
    top: 17px;
    right: 50px;
    background: #000;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 15px;
}
.main-expri-box h2 {
    color: #002860;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    margin-top: 7px;
}
.main-expri-box h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.more-company {
    width: 100%;
    height: 205px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 9;
    position: relative;
}
.more-company span {
    display: inline;
    margin: 0px auto;
}
.more-company h3 {
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin: 13px 24px 0px;
    font-weight: 800;
    margin-bottom: 10px;
}
.more-company span {
    background: #002860;
    color: #fff;
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 12px;
}
.more-company img {
    margin: 0px auto 11px;
    display: block;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    width: 29%;
}
.more-company p {
    font-size: 12px;
}
.mentor-expri-field h1 {
    margin-bottom: 40px;
    display: block;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-size: 63px;
    color: #000000;
}
.mentor-expri-field h1 span {
    font-family: "Cookie", cursive;
    color: #066bc0;
}
.exprience-field {
    position: relative;
}
.professinal-image {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    margin: 0px auto;
}
.mentor-feedback {
    margin-top: 90px;
    margin-bottom: 90px;
}
.testimonials-wrap .testimonials-box {
    background: #f3f7fd;
    padding: 28px;
}
.testimonials-wrap .testimonials-box p {
    margin-bottom: 10px;
}
.testimonials-left h1 {
    font-size: 28px;
    margin-top: 24%;
}
.testimonials-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 17px;
    text-align: justify;
    margin-bottom: 26px;
}
.testimonials-left button {
    background: #0a52a2;
    border: none;
    color: #fff;
    width: 150px;
    height: 46px;
    font-size: 16px;
    border-radius: 6px;
}
.testimonials-wrap {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonials-wrap:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -23px;
    background: #1967d2;
    height: 100%;
    width: 44%;
    border-radius: 20px;
}
.mentor-faq .faq-question {
    background: #fff;
    padding: 30px;
    margin-top: -18%;
    box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.1);
}
.mentor-faq .faq-question h1 {
    color: #2a5ca5;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 41px;
}
.mentor-faq .faq-question details summary {
    background: #f1f1f1;
    margin-bottom: 18px;
    padding: 14px 10px;
    cursor: pointer;
}
.mentor-faq .faq-question details {
    margin: 0px;
}
.mentor-faq .faq-question details p {
    color: #000;
}
.checkbtn {
    display: none;
}
#check {
    display: none;
}
.for-mobile- {
    display: none;
}

.blog-listing-banner {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 40px;
    background: url(../images/blog-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -44px;
}

.blog-listing-banner h2 {
    font-weight: 700;
}

.breadcrumbs {
    padding: 0px;
    margin: 0px;
}

.breadcrumbs li {
    display: inline-block;
}

.blog-post {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 25px rgba(180, 205, 237, 0.7);
    margin-bottom: 30px;
    margin-top: 20px;
    height: 450px;
}

.wt-post-media {
    margin-top: -40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 25px rgba(56, 152, 226, 0.3);
    margin-bottom: 28px;
    position: relative;
}

.wt-post-media img {
    width: 100%;
}

.blog-box {
    margin-top: 90px;
}

.wt-post-info {
    position: relative;
    z-index: 1;
}
.wt-post-meta {
    position: relative;
    margin-bottom: 20px;
}

.wt-post-meta ul {
    list-style: none;
    margin-bottom: 0px;
}

.wt-post-meta ul li.post-date {
    background-color: #7a98bf;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 5px 15px 5px 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.wt-post-meta ul li.post-date:before {
    content: "";
    position: absolute;
    left: -29px;
    bottom: -8px;
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    border-top: 8px solid #6881a2;
}

.wt-post-info .wt-post-meta ul li.post-date:after {
    content: "";
    background-color: #7a98bf;
    position: absolute;
    top: 0px;
    left: -30px;
    bottom: 0px;
    width: 30px;
    z-index: -1;
}

.wt-post-info .wt-post-meta ul li {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.wt-post-meta ul li.post-author {
    color: #17171d;
    font-weight: 600;
}

.site-button-link {
    position: relative;
    color: #1967d2;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    transition: 0.5s all ease;
    overflow: hidden;
}

.side-bar {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 10px;
}

.section-head-small {
    font-size: 22px;
    font-weight: 500;
    padding-left: 10px;
    border-left: 3px solid #1967d2;
}

.widget-post-bx {
    margin-bottom: 20px;
}
.widget-post {
    width: 72px;
    float: left;
    height: 60px;
}

.widget-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-wt-post-info {
    margin-left: 92px;
}

.wt-post-media img {
    border-radius: 10px;
    width: 100%;
    height: 202px;
    object-fit: cover;
}

.side-wt-post-info span {
    margin-top: 0px;
    color: #1967d2;
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}

.recent-posts-entry {
    margin-bottom: 30px;
}
.no-post img {
    width: 57%;
    margin: 0px auto;
    display: block;
}

.blog-details-box {
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog-details h1 {
    font-size: 28px;
}

.blog-details-info {
    padding: 0px;
    margin: 0px 0px 20px;
}

.blog-details-info li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.blog-details img {
    margin-bottom: 40px;
}

.blog-details p {
    line-height: 25px;
}

.next-prev {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-prev li {
    display: flex;
    align-items: center;
    margin: 0px 24px;
}
.next-prev li i {
    font-size: 30px;
}

.next-prev li h4 {
    font-size: 14px;
    margin: 0px 17px;
}

.all_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.all_services ul li {
    position: relative;
    margin-bottom: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.all_services ul li a {
    transition: 0.5s all ease;
    position: relative;
    font-size: 16px;
    color: #666666;
}

.all_services ul li .badge {
    float: right;
    background: none;
    color: #666666;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;

    display: inline-block;
    padding: 0.35em 0.65em;
    background: #0036b3;
    padding: 5px;
    text-align: center;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    line-height: 15px;
}

.alert-message {
    color: #ff0505 !important;
}

.success-message {
    color: #4fcd40 !important;
}

.error-wrap img {
    width: 36%;
    margin: 0px auto;
    display: block;
}

.error-wrap a {
    display: block;
    text-align: center;
    margin: 30px auto;
    background: #f26122;
    color: #fff;
    width: 200px;
    display: block;
    text-align: center;
    height: 53px;
    border-radius: 6px;
    line-height: 53px;
}

.internal-server img {
    width: 61%;
    margin: 0px auto;
    display: block;
}

.privacy-policy-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f5f5f5;
}

.privacy-policy-wrap .row {
    padding: 30px;
    background: #fff;
}

.privacy-policy-wrap strong {
    display: block;
}

.privacy-policy-wrap ul {
    padding-left: 21px;
    display: flex;
    flex-wrap: wrap;
}

.privacy-policy-wrap ul li {
    width: 24%;
    margin: 0px 10px 31px 0px;
    list-style: none;
    text-align: justify;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.privacy-policy-wrap p {
    font-size: 16px;
    line-height: 25px;
}

.privacy-policy-wrap h2 {
    font-size: 20px;
}

.single-blog table {
    width: 100%;
    margin-top: 27px;
    border-radius: 19px;
    background: #fff;
    padding: 23px;
    margin-bottom: 36px;
}

.single-blog table tr:first-child {
    background: #c2d3ac !important;
}

.single-blog table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.single-blog table tr td {
    padding: 12px;
    border: 1px solid #ccc;
}

/*===================Flash Message==================*/

.flash-message {
    position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 17px auto 0px;

    border-radius: 50% !important;
    border-radius: 0px;
    text-align: center;
    margin: 17px auto 0px;
    /*    width: 38%;*/
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flash-message .alert-success {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #3cb572;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-danger {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #e52425;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-warning {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #ffc400;
    color: #000;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-info {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #8b07d6;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

/*===================Flash Message==================*/

.home-blog-thumb {
    border: 1px solid #ccc;
    border-radius: 9px;
}

.home-blog-image {
    width: 100%;
    height: 258px;
    position: relative;
}

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

.blog-content {
    padding: 20px;
}

.home-blog {
    margin-bottom: 78px;
}

.home-blog h3 {
    margin-bottom: 50px;
    font-size: 30px;
}

.home-blog-info {
    padding: 12px 0px 0px;
    margin: 0px;
    border-top: 1px solid #ccc;
}

.home-blog-info li {
    display: inline-block;
    margin-right: 40px;
}

.blog-content h2 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;
}

.blog-content h2 a {
    color: #000;
}

.blog-content p {
    font-size: 15px;
    margin-bottom: 20px;
}
.category {
    position: absolute;
    top: 20px;
    right: 18px;
    background: #0f6cb1;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 16px;
    border-radius: 29px;
    box-shadow: 0px 1px 37px 3px #0d93f7;
    border: 1px solid #0d93f7;
}

.category a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-tags ul {
}

.blog-tags ul li {
    border: 1px solid #ccc;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 9px;
}

.blog-tags ul li a {
    font-size: 14px;
}

.blog-main-heading {
    margin-top: 6px;
    margin-bottom: 19px;
    font-size: 29px !important;
    border-left: 5px solid #0247ba;
    padding-left: 16px;
    color: #0036b3 !important;
}

.blog-details h1 {
    margin-top: 6px;
    margin-bottom: 19px;
    font-size: 24px;
    color: #000 !important;
}

.blog-details h2,
.blog-details h3 {
    font-size: 20px !important;
}

.blog-details p,
.blog-details ul li {
    font-size: 16px;
    line-height: 28px;
}

.blog-details ul {
    margin-left: 20px;
}

.blog-details ul li {
    margin-bottom: 20px;
}

.blog-details p a,
.blog-details p a strong,
.blog-details ul li a {
    color: #0e457e !important;
}

.blog-text-tag {
    padding: 0px;
    margin: 0px;
}

.blog-text-tag li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px 15px;
    border-radius: 16px;
    margin-right: 5px;
}

.blog-text-tag li a {
    color: #000;
    font-size: 14px;
}

.blog-text-tag {
    margin-left: 0px !important;
}

.tag-sidebar ul {
    margin-left: 10px;
}

.tag-sidebar ul li {
    display: inline-block;
    padding: 3px 20px;
    list-style: none;
    border: 1px solid #ccc;
    margin-right: 16px;
    color: #ccc;
    margin-bottom: 13px;
    border-radius: 15px;
}

.tag-sidebar ul li a {
    color: #000;
}

.tag-sidebar ul {
    height: 300px;
    overflow: auto;
}

/* width */
.tag-sidebar ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.tag-sidebar ul::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.tag-sidebar ul::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
.tag-sidebar ul::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.blog-details table {
}

.blog-details table {
    width: 100%;
    margin-top: 27px;
    border-radius: 19px;
    background: #fff;
    padding: 23px;
    margin-bottom: 36px;
}

.blog-details table tr:first-child th {
    padding: 12px;
    border: 1px solid #ccc;
}

.blog-details table tr:first-child {
    background: #ffece6 !important;
}

.blog-details table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.blog-details table tr td {
    padding: 12px;
    border: 1px solid #ccc;
}
