html,
body {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #333438;
    overflow-x: hidden;
}

img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
}
a,
a:hover {
    text-decoration: none;
}
ul,ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1 {
    font-size: 48px;
    line-height: 72px;
}
h2 {
    font-size: 36px;
    line-height: 54px;
}
h3 {
    font-size: 24px;
    line-height: 36px;
}
h4 {
    font-size: 18px;
    line-height: 27px;
}
.mr-16 {
    margin-right: 16px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mr-32 {
    margin-right: 32px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mr-42 {
    margin-right: 42px;
}
.mb-42 {
    margin-bottom: 42px;
}
.wt-700 {
    font-weight: 700;
}
.wt-600 {
    font-weight: 600;
}
.wt-400 {
    font-weight: 400;
}
input {
    outline: none !important;
    box-shadow: none !important;
}

::placeholder {
    color: #B6B4B4;
}

input[type=text],
input[type=password],
input[type=select] {
    display: block;
    padding: 0 20px;
    border: none;
    height: 40px;
    width: 100%;
}



/******** Bg & Colors **********/
.soft-black {
    color: #333438 !important;
}
.gray {
    color: #565555 !important;
}
.bg-light-gray {
    background-color: #E8EAED !important;
}
.green {
    color: #4BA441 !important;
}
.bg-green {
    background-color: #4BA441 !important;
}
.orange {
    color: #FFB141 !important;
}
.bg-orange {
    background-color: #FFB141 !important;
}
.navy-blue {
    color: #225A6C !important;
}
.bg-navy-blue {
    background-color: #225A6C !important;
}
.bg-blue-gradient {
    background: linear-gradient(180deg, #303E50 0%, #437F8E 100%), #E8EAED;
}
/******** Button *******/
.sg-btn {
    display: inline-block;
    padding: 7px 0;
    width: 137px;
    height: 40px;
    text-align: center;
    font-weight: 700;
    border: 2px solid transparent;
    border-radius: 5px;
}
.sg-btn-green-bordered {
    border-color: #4BA441 !important;
}
.sg-btn-orange-bordered {
    border-color: #FFB141 !important;
}
.sg-btn-transparent {
    background-color: transparent !important;
}

/*************** Header *******************/
header.sage-header {
    padding: 30px 0;
}
.floating-header {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.sg-logo {
    display: block;
    width: 170px;
}
.sg-logo-icon {
    width: 82px;
}
.sg-nav {
    margin-right: 60px;
}
.nav-wrap {
    display: flex;
}
.nav-wrap li {
    position: relative;
}
.nav-wrap li a {
    display: block;
    padding: 0 16px;
    position: relative;
}
.nav-blue li a {
    color: #225A6C;
}
.nav-white li a {
    color: white;
}
.nav-wrap li.parent-item .child-nav {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 30px;
    left: 0;
    padding: 16px 0;
    border-radius: 5px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.nav-wrap li.parent-item .child-nav li a {
    color: white;
}
.nav-wrap li.parent-item .child-nav li:not(:last-child) {
    margin-bottom: 28px;
}
.nav-wrap li.parent-item:hover .child-nav {
    z-index: 1;
    opacity: 1;
}
.sg-banner-area {
    width: 100%;
    height: 100vh;
    background-image: url(../images/main-landingpage/bg-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sg-banner-content {
    width: 655px;
}
input.search-field {
    width: calc(100% - 137px);
    border-radius: 20px 0 0 20px;
}
.submit-button {
    border-radius: 0 20px 20px 0;
}

/********* Secondary menu *********/
.secondary-menu {
    padding: 10px 0;
    width: 100%;
    z-index: 2;
}
.secondary-menu .nav-wrap li a {
    color: white;
}
/*********** image card ************/
.why-sage-wrapper {
 padding: 40px 0 125px;
}
.sage-objectives-wrap {
    background-image: url(../images/ellipse.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}
.first-image-card {
    margin-bottom: 140px;
}
.seeker-objectives {
    column-gap: 117px;
}
.sage-objectives {
    column-gap: 218px;
}
.image-card {
    width: 260px;
    position: relative;
}
.image-card .name {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    top: 16px;
    left: 24px;
}
.sg-content-area {
    border: 2px solid #E8EAED;
    box-shadow: 0px 2px 4px #E8EAED;
    border-radius: 20px;
    padding: 32px 60px 45px 75px;
}
.first-image-card .sg-content-area {
    margin-right: 50px;
}
.mini-card-wrap {
    position: absolute;
    bottom: -50px;
    left: -96px;
    width: 258px;
    padding: 22px;
    border-radius: 15px;
}
.mini-card-wrap:before {
    content: "";
    width: 34px;
    height: 25px;
    position: absolute;
    top: -23px;
    right: 25px;
    border-bottom-color: #225A6C;
    background-image: url(../images/main-landingpage/blurb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
ul.list-items li {
    margin-bottom: 32px;
    color: #225A6C;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    position: relative;
    display: flex;
    padding-left: 42px;
}

ul.list-items li::before{
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/main-landingpage/check-mark.svg);
    background-position: center;
    background-repeat: repeat;
}


/************ For seekers steps ********/
.seeker-explanation {
    width: 1060px;
    margin: auto;
    background: white;
    padding: 80px;
    border-radius: 20px;
}
.transformed {
    position: relative;
    width: 95px;
    flex: 0 0 95px;
}
.seeker-steps-wrap {
    width: calc(100% - 95px);
    overflow: hidden;
}
.transformed h2 {
    transform-origin: 0 0;
    transform: rotate(180deg);
    position: absolute;
    top: 270px;
    left: 50px;
    writing-mode: vertical-lr;
    height: 100%;
    margin: 0;
}

.questions-wrap {
    padding: 20px 30px;
    border: 2px solid #E8EAED;
    box-shadow: 4px 4px 4px rgba(229, 229, 229, 0.25);
    border-radius: 20px;
}
.qeustion-wrap img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.list-wrap {
    border-bottom: 2px solid #E8EAED;
}

.list-wrap .single-topic{
    display: inline-block;
}
.single-topic {
    padding: 5px 8px;
    border: 1px solid #E8EAED;
    border-radius: 25px;
    cursor: pointer;
}
.single-topic > * {
    display: inline-block;
    vertical-align: middle;
}
.single-topic .round-shape {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #C4C4C4;
    text-align: center;
    color: white;
    font-size: 10px;
}
.single-topic .topic-text {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-active{
    border-color: #4BA441;
    color: #4BA441;
}
.single-active .round-shape{
    background-color: #4BA441 !important;
}

/**slider**/
.seeker-direction {
    padding: 80px 0;
}
.slider-pagination {
    width: 60px;
    margin: 62px 0px 0 0;
}
.steps-slider {
    width: calc(100% - 100px);
}
.steps-slider .step-item {
    width: 100%;
    flex: 0 0 100%;
}
.slider-pagination .slick-dots li button {
    border: none;
    text-indent: -999px;
    height: 30px;
    background: #E8EAED;
    border-radius: 3px;
    overflow: hidden;
    padding: 3px;
}
.slider-pagination .slick-dots li {
    margin-bottom: 24px;
}
.slider-pagination .slick-dots li.slick-active button{
    background: #4BA441;
}
.type-card {
    border-radius: 20px;
    border: 2px solid #E8EAED;
    box-shadow: 4px 4px 4px rgba(229, 229, 229, 0.25);
    overflow: hidden;
}
.card-btn {
    text-align: center;
    padding: 15px 0;
    background: green;
}

/************ Sage card **********/
.sage-card {
    padding: 12px;
    border: 2px solid #E8EAED;
    border-radius: 20px;
    filter: drop-shadow(4px 4px 4px rgba(229, 229, 229, 0.25));
}


/*********** accordion faq **************/
.faq-item {
    padding: 0 32px;
    border: 2px solid #E8EAED;
    box-shadow: 0px 4px 4px #E8EAED;
    border-radius: 10px;
}
.faq-item h4 {
    padding: 8px 0;
    margin-bottom: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.faq-item.open h4{
    border-bottom: 2px solid #E8EAED;
    margin-bottom: 15px;
}
.faq-item .faq-content {
    display: none;
}

.faq-item .accordion-trigger {
    display: inline-block;
    cursor: pointer;
}


/************* join community ***********/
.join-community-area {
    padding: 112px 50px;
}

.experts-line {
    width: 1000px;
    transform: translate(-500px, 0px);
}
.expert {
    padding: 9px 25px 9px 12px;
    background: #FFFFFF;
    border: 2px solid #E8EAED;
    box-shadow: 2px 6px 0px #E8EAED;
    border-radius: 80px;
}
.expert.highlighted {
    border-color: #4BA441;
    box-shadow: 2px 6px 0px #4BA441;
}
.expert img {
    overflow: hidden;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-top: 3px;
    margin-right: 15px;
}
.bigger .expert img {
    width: 70px;
    height: 70px;
}
.author-info p {
    line-height: 19px;
}
.author-info .title {
    font-weight: 600;
}
.bigger .author-info .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

/*******************************
    seeker landing
******************************/
.connecting-text a {
    font-size: 24px;
    transform: translate(0,0);
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
}
.connecting-text a i{
    transform: translate(0,0);
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
}
.connecting-text a:hover i{
    transform: translate(8px,0);
}


/************ sage slider *********/
.item-wrap {
    padding: 0px 8px;
}
.item-wrap .item {
    border: 1px solid #E8EAED;
    box-shadow: 0px 4px 4px #E8EAED;
    border-radius: 20px;
    padding: 12px;
    height: 310px;
}
.sage-slider .slick-arrow,
.slider-arrow  .slick-arrow{
    position: absolute;
    border: 0;
    background: transparent;
    font-size: 20px;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
}
.sage-slider .slick-prev.slick-arrow,
.slider-arrow .slick-prev.slick-arrow{
    left: -40px;
}
.sage-slider .slick-next.slick-arrow,
.slider-arrow  .slick-next.slick-arrow{
    right: -40px;
}
.slider-header {
    padding-bottom: 12px;
    border-bottom: 2px solid #E8EAED;
}
.slider-header img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 10px;
}
.author-details {
    width: 176px;
}

.text-frame {
    border-radius: 20px 0 0 20px;
}
.text-frame h1 {
    margin-bottom: 70px;
}
.sage-expert-card .text-frame {
    border-radius: 0 20px 20px 0;
}
ul.seeker-page li {
    font-size: 14px;
    line-height: 21px;
    color: white;
    margin-bottom: 32px;
}
.seeker-expert-image {
    height: 640px;
    object-fit: cover;
    object-position: 0px 0px;
}
.sage-expert-card .seeker-expert-image {
    object-position: center;
}
.image-frame {
    position: relative;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.sage-expert-card .image-frame {
    border-radius: 20px 0 0 20px;
}
.image-frame::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 34%;
    background: linear-gradient(#00000000, #000000bf);
}
.expert-text {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 30px;
}
.sage-expert-card .expert-text {
    left: 30px;
}
.seeker-card {
    border-radius: 20px;
    padding: 20px 30px;
}
.seeker-card img {
    display: block;
    margin: auto;
}
.seeker-card img.private {
    width: 76%;
}
.seeker-card img.bounty {
    width: 81%;
}
.quotation-wrap blockquote {
    font-size: 48px;
    line-height: 72px;
    color: white;
    font-weight: 700;
}
.filter-topic {
    width: 345px;
    margin: auto;
    height: 500px;
    overflow: auto;
    padding-right: 20px;
}
.filter-topic::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.filter-topic::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.filter-topic::-webkit-scrollbar-thumb {
	background-color: #8f8f8f;
}


.topic-item {
    padding: 13px 20px 13px 36px;
    border-radius: 33px;
    cursor: pointer;
}
.topic-item .topic-name,
.topic-item .round-shape {
    display: inline-block;
    vertical-align: middle;
}
.topic-item .round-shape {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.topic-item .topic-name {
    max-width: 209px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter-question-details {
    padding: 30px 50px;
    border: 2px solid #E8EAED;
    box-shadow: 4px 4px 4px #E8EAED;
    border-radius: 20px;
}
.filter-question-header a,
.filter-question-details h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.answer-part-wrap {
    padding: 25px;
    border: 2px solid #4BA441;
    border-radius: 20px;
    position: relative;
    height: 257px;
}
.answer-part-wrap::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 30px;
    width: 31px;
    height: 28px;
    background-image: url(../images/Polygon-1.png);
    z-index: 6;
    background-size: contain;
    background-repeat: no-repeat;
}
.author-part img {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.author-part .author-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
}
span.question-type {
    padding: 5px 15px;
    border-radius: 20px;
}
.answerer-details a span {
    line-height: 16px;
}

/********************************
    Sage landing page
*******************************/
.topic-list-stat {
    width: 850px;
    overflow: hidden;
    transform: translate(100px, 0px);
}
.topic-list-stat .topic-item {
    padding: 10px 20px;
    border: 2px solid #E8EAED;
    box-shadow: 2px 6px 0 #eaeaea;
}
.topic-stat .stat-bar {
    height: 5px;
    background-color: #E8EAED;
    position: relative;
}
.topic-stat .stat-bar .percentage {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 5px;
    background-color: #4BA441;
}
.topic-stat p {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.question-answer-slider .slick-track {
    display: flex;
    padding: 10px 0;
}
.question-answer-slider .filter-question-details {
    padding: 35px 20px;
    height: 585px;
    margin: 0 11px;
}
.slider-topic {
    font-size: 24px;
    line-height: 36px;
}
.expert-card {
    padding: 0 20px;
}
.expert-card .image-frame {
    border-radius: 20px;
}
.expert-card .image-frame img {
    height: 376px;
    object-position: center;
}
.expert-card .expert-text {
    bottom: 18px;
    left: 18px;
}
.expert-text p {
    max-width: 226px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sage-follow {
    padding: 30px 30px 40px;
    border-radius: 20px;
}

/**** footer ***/
footer.sg-footer {
    padding: 0 0px 50px;
}
.sg-footer .sg-logo {
    width: 48%;
}
.widget ul li {
    margin-bottom: 12px;
}
.widget ul li a{
    color: #5E5E5E;
}
