@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montaga&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");


@font-face {
    font-family: 'Fatigod';
    src: url('../font/Fatigod.woff2') format('woff2'),
        url('../font/Fatigod.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Ex Libris';
    src: url('../font/FONTSPRINGDEMO-ExLibrisBold.woff2') format('woff2'),
        url('../font/FONTSPRINGDEMO-ExLibrisBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Ex Libris';
    src: url('../font/FONTSPRINGDEMO-ExLibrisRegular.woff2') format('woff2'),
        url('../font/FONTSPRINGDEMO-ExLibrisRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


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

html {
    scroll-behavior: smooth;
}

body {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: DM Serif Display;
}

h1 {
    font-size: 104px;
    line-height: 104px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}

h2 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0.01em;
}

h3 {
    font-size: 40px;
    line-height: 54px;
}

h4 {
    font-size: 30px;
    line-height: 52px;
}

h6 {
    font-family: DM Serif Display;
    font-size: 26px;
    font-weight: 400;
    line-height: 35.65px;
    letter-spacing: 0.04em;
    text-align: left;
}

a {
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
    color: inherit;
}

.p_140 {
    padding: 140px 0px;
}

.p_100 {
    padding: 100px 0px;
}

/* header css */
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0px;
}

.top-header .social-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.top-header .social-links a,
.top-header .social-links .line {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

.top-header .nav-links a {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: right;
    color: #000;
    text-decoration: none;
}

.top-header .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 54px;
}

.top-header .social-links .links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.top-header .social-links .links span i {
    color: rgba(246, 57, 22, 1);
}

.site-header .right-header ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    max-width: 1053px;
    margin: auto;
}

.site-header .right-header ul li a {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    padding: 0;
}

/* sidebar */
header.main_header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.top-header-wrapper {
    background-color: #fff;
}

.site-header {
    padding-top: 17px;
}

#wrapper {
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-right: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -250px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bar {
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    width: 30px;
    height: 2px;
    display: block;
    margin: 4px 0px;
    border-radius: 10px;
}

/* header css end */

/* banner sec css */
.banner-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 330px 0;
}

/* banner sec css end */


.consulting-sec h3 {
    font-family: Montserrat;
}

.logo-header img {
    max-width: 75px;
    width: 100%;
}

.consulting-content p {
    font-family: Montaga;
    font-size: 28px;
    font-weight: 400;
    line-height: 43px;
    text-align: center;
    max-width: 1196px;
    margin: auto;
}

section.consulting-sec {
    padding-bottom: 80px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg,
            rgba(246, 57, 22, 0) 0%,
            rgba(246, 57, 22, 0.2) 50%,
            rgba(246, 57, 22, 0) 100%);
    border-image-slice: 1;
    background-color: #fff;
}

/* .const-img {
    margin-top: -440px;
    display: inline-flex;
} */

section.decades_sec {
    padding: 100px 0;
}

.decades-content h3 {
    font-family: Montserrat;
    font-size: 39px;
    font-weight: 700;
    line-height: 52px;
}

.decades-content h4 {
    font-family: Montserrat;
    font-weight: 600;
    line-height: 52px;
    max-width: 1236px;
    margin: auto;
}

.control-wrapper {
    padding-top: 100px;
    max-width: 1230px;
    margin: auto;
    display: flex;
    gap: 65px;
}

.control-box {
    background: #f63916;
    padding: 35px;
    position: relative;
    border-radius: 25px;
    width: 33.33%;
}

.prodcast_txt h3 a {
    color: #fff;
}

.control-txt h4 {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 400 !important;
    font-family: "Montaga";
    word-wrap: break-word;
}

.control-txt h4 a {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 400 !important;
    font-family: "Montaga";
    word-wrap: break-word;
}

.control-wrapper .row {
    justify-content: space-between;
}

li.mobile-li {
    display: none !important;
}

.control-box:after {
    content: "";
    position: absolute;
    background-image: url("http://sagmeticinfotech.com/wp/2024/greatness-consulting/wp-content/uploads/2024/08/arrow-1.png");
    width: 30px;
    height: 28px;
    top: -26px;
    right: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.prodcast_txt {
    max-width: 650px;
}

.prodcast_txt h3 {
    color: #fff;
    font-size: 38px;
    font-family: "Montaga";
    margin-bottom: 35px;
}

a.cta_btn {
    background: #f63916;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: left;
    color: #fff;
    padding: 24px 50px;
    display: inline-block;
    border-radius: 160px;
    border: 1px solid #f63916;
}

.prodcast_img img {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-bottom: -170px;
    box-shadow: 0px 44px 74px 0px #00000026;
}

.prodcast_img {
    text-align: right;
}

.const-img img {
    width: 80%;
    margin-top: -380px;
    height: 680px;
    object-fit: cover;
}

.Connect-txt h2 {
    font-family: Caveat;
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #f63916 45%, rgba(246, 57, 22, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Connect-btn {
    text-align: center;
    background: #f6391608;
    padding: 74px 0;
    margin-top: 100px;
}

section.connect_sec.p_140 {
    padding-bottom: 0;
}

.Connect-btn a.cta_btn {
    width: 474px;
    text-align: center;
}

footer.p_140 {
    padding-top: 75px;
}

/* section.inner-banner.new-banner .inner-txt.leader-txt {
    width: 100%;
    max-width: 100%;
} */

.footer-links ul li a {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    text-decoration: none;
    list-style: none;
    color: #454545;
}

.footer-links ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-links ul li {
    width: 50%;
}

.footer-links.follow-data ul {
    display: block;
}

.footer-links.follow-data ul i {
    color: #000;
    font-size: 18px;
    margin-right: 13px;
}

.right-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.right-footer:first-child {
    margin: 0;
}

.tel a {
    display: block;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #454545;
    text-decoration: none;
}

.phone-wrapper p {
    margin: 0;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    color: #000;
}

.tel {
    width: 100%;
    max-width: 70%;
}

.phone-wrapper {
    max-width: 30%;
    width: 100%;
}

footer .p_140 {
    padding-top: 70px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.footer-bottom p {
    margin: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
}

.footer-bottom {
    padding: 40px 0;
}

.arrow_top img {
    width: 205px;
    height: 44px;
    object-fit: contain;
    cursor: pointer;
}

.arrow_top {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

/*  */
/* Hamburger Menu */
.sub-menu {
    float: right;
    right: -400px;
    top: 56px;
    transition: all 0.3s ease;
    height: 100%;
    width: 400px;
    position: fixed;
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    z-index: 9;
    overflow: auto;
    padding: 100px 0px 100px 15px;
}

.sub-menu.oppenned {
    right: 0;
}

.sub-menu ul {
    margin: 0;
}

.sub-menu li {
    display: block;
    list-style: none;
    height: auto;
    margin-left: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li a {
    width: 100%;
    display: block;
    float: left;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 37.94px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    padding: 0;
}

.sub-menu li a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #f33715 !important;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
    padding: 0;
    width: 36px;
    height: 36px;
    z-index: 2;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 4px;
    background: white;
}

.c-hamburger span:before,
.c-hamburger span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}

.c-hamburger span:before {
    top: -10px;
}

.c-hamburger span:after {
    bottom: -10px;
}

.c-hamburger--htx span {
    background-color: transparent;
    font-size: 0px !important;
    height: 0px !important;
}

.c-hamburger--htx span:before,
.c-hamburger--htx span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span:before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
    top: -6px;
}

.c-hamburger--htx span:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span:before,
.c-hamburger--htx.is-active span:after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    color: #000;
}

.c-hamburger--htx.is-active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #000;
    margin-top: -1px;
}

.c-hamburger--htx.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

button.c-hamburger.c-hamburger--htx {
    width: 100%;
    max-width: 30px;
    margin-top: 0px;
    cursor: pointer;
    z-index: 99;
}

.menu-btn {
    border: 1px solid #fff;
    max-width: 96px;
    margin-left: auto;
    text-align: center;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.c-hamburger.c-hamburger--htx.is-active {
    color: #000 !important;
}

button.c-hamburger.c-hamburger--htx.is-active span:before {
    background: #000;
}

button.c-hamburger.c-hamburger--htx.is-active span:after {
    background: #000;
}

body.menu-active {
    overflow: hidden;
}

.consulting-content {
    text-align: center;
    max-width: 1220px;
    margin: auto;
}

.site-header .right-header ul li a {
    position: relative;
}

.site-header .right-header ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    background-color: #fff;
    height: 5px;
    bottom: -5px;
    left: 0;
    right: 0;
}

.site-header .right-header ul li.active a:after {
    width: 5px;
    margin: auto;
    border-radius: 50%;
}

.site-header .right-header ul li a:hover {
    -webkit-text-stroke: 0.4px #fff;
}

/*  */

section.banner-sec.fixed_bnner {
    padding: 0px;
    height: 650px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
}

section.decades_sec {
    background-color: #fff;
}

footer {
    background-color: #fff;
}

/* section.consulting-sec {
    margin-top: 570px;
} */
.home-banner .inner-padding {
    padding: 350px 0 310px !important;
}

a.cta_btn:hover {
    border-color: #f63916;
    background-color: #fff;
    color: #f63916;
    transition: all 0.6s;
}

.footer-links ul li a:hover {
    color: red;
}

.tel a:hover {
    color: red;
}

/* =============== about page css  */
section.inner-banner .inner-padding {
    padding: 223px 0 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: -1;
}

.inner-txt h6 {
    font-family: Montaga;
    font-size: 36px;
    font-weight: 400;
    line-height: 44.35px;
    color: #fff;
    text-align: center;
}

.about-row {
    padding: 20px;
    background-color: #fff;
}

.about-txt {
    padding-left: 20px;
}

.about-img {
    padding-right: 20px;
}

.about-img img {
    width: 100%;
}

section.connect_sec.about-contact .Connect-btn {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

section.connect_sec.about-contact {
    padding: 75px 0;
    position: relative;
    background-color: #fff9f8;
}

.about-row .row {
    padding: 20px 10px;
    background-color: #fff;
    margin-top: -180px;
    border-radius: 10px;
}

section.about-sec {
    background-color: #fff;
    padding-top: 0px !important;
}

section.about-sec p {
    color: #595f5f;
}

.about-content {
    padding: 20px;
    padding-top: 30px;
}

section.learning_sec {
    background-color: #fff;
    position: relative;
}

.learning_txt h4 {
    font-family: Montaga;
    font-size: 35px;
    font-weight: 400;
    line-height: 53px;
    text-align: center;
    color: #fff;
}

.learning_txt {
    max-width: 1100px;
    margin: auto;
}

.learning-wrapper {
    background: #435264;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 90%;
    z-index: 1;
}

section.learning_sec .container {
    position: relative;
    z-index: 2;
}

.learning-wrapper .float_div {
    height: 168px;
    width: 168px;
    position: absolute;
    right: 0px;
    border-radius: 50%;
    top: 80px;
    transform: translateX(50%) !important;
}

/* ================== construction-industry-leader page css ================= */
.inner-txt.leader-txt {
    max-width: 1165px;
    margin: auto;
}

.inner-txt.leader-txt p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
}

section.inner-banner.new-banner .inner-padding {
    padding: 280px 0 155px;
}

.site-header a.nav-link.active {
    position: relative;
    -webkit-text-stroke: 0.4px #fff;
}

.site-header a.nav-link.active:before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 5px;
    width: 5px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

/* construction page css */
img {
    max-width: 100%;
    height: auto;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.const-sec {
    background-color: #fff;
}

.const-sec .const-info p {
    font-size: 26px;
    line-height: 38px;
    color: rgba(0, 0, 0, 1);
}

.const-info a {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
}

.const-sec .quote-txt {
    position: relative;
    padding-left: 60px;
    margin: 30px 0px 0px 40px;
}

.const-sec .quote-txt p {
    font-family: Montaga;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 1);
}

.const-sec .quote-txt span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    color: rgba(246, 57, 22, 1);
}

.const-sec .quote-txt span:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    color: rgba(69, 69, 69, 1);
    max-width: 505px;
    padding-left: 15px;
}

.const-sec .quote-txt::after {
    position: absolute;
    content: "";
    left: -60px;
    background-image: url(http://sagmeticinfotech.com/wp/2024/greatness-consulting/wp-content/uploads/2024/08/constaftr-1.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 73px;
    top: 0;
    background-size: contain;
}

.const-sec.cons4 .head {
    text-align: center;
    margin-bottom: 60px;
}

/* .head span {
    font-family: Fatigod;
    font-size: 60px;
    font-weight: 400;
    line-height: 79.8px;
    letter-spacing: 0.01em;
} */

.head span {
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 43.88px;
    letter-spacing: 0.01em;
    color: #F63916;
}

.const-sec.cons4 {
    border-image: linear-gradient(90deg, rgba(246, 57, 22, 0) 0%, rgba(246, 57, 22, 0.2) 50%, rgba(246, 57, 22, 0) 100%);
    border-bottom: 1px solid transparent;
    border-image-slice: 1;
}


.const-sec.cons4 .const-info p,
.cons5 .const-info p,
.cons4 .const-info a,
.cons5 .const-info a {
    color: rgba(89, 95, 95, 1);
}

.const-content .cta_btn {
    margin-top: 75px;
}


.cons-img {
    position: relative;
    z-index: 1;
}

.cons-img::after {
    position: absolute;
    content: "";
    top: 105%;
    left: 0%;
    right: 0;
    background-image: url(../img/imgafter2.png);
    height: 630px;
    width: 690px;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: rotate(24.83deg);
    z-index: -1;
}

.ted_talk-content {
    max-width: 1200px;
    margin: auto;
}

.video_wrap {
    border-radius: 25px;
    position: relative;
    border: 20px solid rgba(255, 255, 255, 0.15);
    padding: 50% 20px 20px 20px;
}

.video_wrap iframe {
    border: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 25px;
}


.ted_talk-content .head {
    text-align: center;
    margin-top: 34px;
    color: #fff;
}

.ted_talk-sec {
    position: relative;
    z-index: 1;
}

.ted_talk-sec::after {
    position: absolute;
    content: "";
    background: rgba(67, 82, 100, 1);
    height: 75%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.conf-content h2 {
    font-size: 60px;
}

.conf-content p,
.conf-content a {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: rgba(89, 95, 95, 1);
}

.conf-content .cta_btn {
    margin-top: 60px;
    color: #fff;
}

/* construction page css end here*/


/* contact page css */

.contact-content .form-wrap h6 {
    font-size: 36px;
}

.contact-content .form-wrap span {
    margin-bottom: 30px;
    color: rgba(89, 95, 95, 1);
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.contact-content .input-block {
    border: 1px solid rgba(236, 236, 236, 1);
    padding: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.5px;
    color: rgba(89, 95, 95, 1);
    border-radius: 5px;
    width: 100%;
}

.contact-content .check-wrap h6 {
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 21.94px;
}

.contact-content .check-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 0px;
    margin-bottom: 25px;
}

.contact-content .form-check {
    flex: 0 0 35%;
}

.contact-content .form-check label {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.29px;
    text-align: left;
    color: rgba(89, 95, 95, 1);
}

.contact-content h2 {
    margin-top: 12px;
}

.contact-content p {
    color: rgba(89, 95, 95, 1);
}

.contact-content ul a {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: rgba(89, 95, 95, 1);
}

.contact-content ul {
    list-style: none;
    padding: 0;
    margin: 30px 0px;
}

.contact-content span {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.contact-content ul li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-content h2 span,
.contact-content h2 {
    font-family: DM Serif Display;
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    text-align: left;
}

.contact-content h2 span {
    color: rgba(246, 57, 22, 1);
}

.contact-content .social-link span {
    display: block;
}

.contact-content .social-link a {
    background: rgba(246, 57, 22, 1);
    color: #fff;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 26px;
}

.contact-content .soc-cion {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.contact-content .form-wrap {
    padding-left: 120px;
}

a.cta_btn.light {
    background: #fff;
    color: #000;
}

a.cta_btn.light:hover {
    background: #f63916;
    color: #fff;
}

.contact-content ul a {
    text-decoration: none;
}

.contact-content .form-wrap>h6 {
    position: relative;
    padding-left: 20px;
}

.contact-content .form-wrap>h6::after {
    position: absolute;
    content: "";
    background-image: url(http://sagmeticinfotech.com/wp/2024/greatness-consulting/wp-content/uploads/2024/08/Star-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 18px;
    width: 18px;
    left: 0;
    transform: translate(-50%, -50%);
    top: 50%;
}

.contact-content .tel {
    margin-bottom: 10px;
}

.contact-content .form-wrap {
    padding-left: 80px;
}

.contact-content h2 span,
.contact-content h2 {
    font-size: 65px;
    line-height: 1.2;
}

.contact-content p {
    font-size: 18px;
}

.connect_sec {
    background: #fff;
}

.site-header .right-header ul li a:hover:after {
    width: 5px;
    margin: auto;
    border-radius: 50%;
}

/* new css */

.woman_lead-content {
    text-align: center;
}

.woman_lead-content p,
.woman_lead-content a {
    font-size: 22px;
    line-height: 34px;
    color: #595F5F;
}

.great {
    padding: 50px 0px 0px 100px;
    text-align: left;
}

.great::first-letter {
    font-size: 214px;
    font-weight: 600;
    line-height: 167px;
    float: left;
}

a.cta_btn {
    position: relative;
    z-index: 1;
}

.q-txt {
    display: flex;
    flex-direction: column;
}

.q-txt span {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    color: #F63916;
}

.q-txt span:last-child {
    font-size: 14px;
    line-height: 17.07px;
    color: #fff;
    padding-left: 15px;
}

.learning_sec.learn h4 {
    text-align: left;
    margin-bottom: 30px;
}

.woman_lead-content {
    max-width: 1280px;
    margin: auto;
}

.learning_sec.learn .learning_txt {
    max-width: 100%;
}

.cara-content .const-sec {
    max-width: 1090px;
    margin-left: auto;
}

.cara-content p,
.cara-content a {
    font-size: 24px;
    line-height: 36px;
    color: #595F5F;
}

.top-box {
    background: linear-gradient(180deg, rgba(246, 57, 22, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 70px;
    text-align: center;
    border: 22px solid #fff;
    background-color: #fff;
}

.top-box p {
    max-width: 1160px;
    margin: auto;
    font-size: 22px;
    line-height: 34px;
    color: rgba(89, 95, 95, 1);
}

.top-box span {
    font-family: DM Serif Display;
    font-size: 28px;
    line-height: 44px;
    margin-top: 45px;
    color: rgba(246, 57, 22, 1);
    display: block;
}

.box-wrap {
    transform: translate(0, 0%);
}

.con .cons-img::after {
    display: none;
}


.testimonial-block .tst-slide {
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 30px;
}

.testimonial-block .slick-slide {
    margin: 0px 15px;
}

.testimonial-block .slick-list.draggable {
    margin: 0px -15px;
    padding-top: 20px;
}

.testimonial-block .tst-slide {
    position: relative;
}

.testimonial-block .tst-slide:last-child{
    margin-top: auto;
}

.test_slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.testimonial-block .tst-slide::after {
    position: absolute;
    content: "";
    background-image: url(http://sagmeticinfotech.com/wp/2024/greatness-consulting/wp-content/uploads/2024/08/test-1.png);
    height: 47px;
    width: 47px;
    top: -25px;
    left: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.bg-img {
    margin-bottom: -10%;
    position: relative;
}

.bg-img img {
    width: 100%;
    height: 100%;
}

.bgimg-sec {
    border-image: linear-gradient(90deg, rgba(246, 57, 22, 0) 0%, rgba(246, 57, 22, 0.2) 50%, rgba(246, 57, 22, 0) 100%);
    border-bottom: 1px solid transparent;
    border-image-slice: 1;
    padding-top: 60px !important;
}

.coaching-content p,
.coaching-content a {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    color: rgba(89, 95, 95, 1);
}

.coaching-content .coach-para {
    padding-left: 50px;
}

.testimonial-block .slick-dots li.slick-active button:before {
    color: rgba(246, 57, 22, 1);
    border: 1px solid rgba(246, 57, 22, 1);
    border-radius: 50%;
}

.testimonial-block .slick-dots li button:before {
    font-size: 14px;
    color: rgba(67, 82, 100, 0.22);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.testimonial-block .slick-dots li button {
    height: 20px;
    width: 20px;
}

.testimonial-block .slick-dots {
    bottom: -60px;
}

.testimonial-content .slick-track {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.testimonial-block .slick-slide {
    height: auto;
}

.testimonial-block .slick-slide>div {
    height: 100%;
}

 .hd_txt {
    font-family: "FONTSPRING DEMO - Ex Libris";
} 

.afr-one {
    position: relative;
    z-index: 1;
}

.afr-one::after {
    position: absolute;
    content: "";
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(http://sagmeticinfotech.com/wp/2024/greatness-consulting/wp-content/uploads/2024/08/frst-1.png);
    width: 170px;
    height: 352px;
    left: 0;
    bottom: 30%;
    z-index: -1;
}


.afr-one.scn::after {
    bottom: auto;
    top: 10%;
}

.afr-two {
    position: relative;
    z-index: 1;
}

.afr-two::before {
    position: absolute;
    content: "";
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/scnd.png);
    width: 170px;
    height: 352px;
    right: 0;
    z-index: -1;
    bottom: 0;
}

.afr-two.cons3::before {
    bottom: 40%;
}

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

.about-sec p a {
    color: rgba(0, 0, 0, 1);
    font-size: 500;
}

.side-content .abt-img img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
}

/* 
.side-content {
    padding: 40px 0px 40px;
} */

.side-content .abt-img {
    margin: 15px 0px;
}

.side-content .links-btm a {
    background: rgba(246, 57, 22, 1);
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 24px;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.side-content .links-btm {
    display: flex;
    align-items: center;
    gap: 10px;
}

.side-content p {
    color: rgba(89, 95, 95, 1);
}

.side-content p {
    font-size: 18px;
    line-height: 1.5;
}

/* lokesh sir css */

.leaders_slider_box .row {
    align-items: center;
}

.leaders_content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

section.leaders_slider {
    position: relative;
    z-index: 999;
}

section.leaders_slider .container {
    position: relative;
    z-index: 999;
}

section.leaders_slider:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    right: 0;
    background: rgba(67, 82, 100, 1);
    bottom: 0;
    z-index: 0;
}

.leaders_img {
    display: flex;
    justify-content: end;
}

.leader-txt1 {
    max-width: 572px;
    padding-bottom: 100px;
}

.star i {
    color: rgba(234, 186, 2, 1);
}

.leader-txt1 span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    letter-spacing: 0.03em;
    text-align: left;
    color: rgba(246, 57, 22, 1);
}

.leader-txt1 h6 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: #000;
    border-bottom: 1px solid rgba(222, 222, 222, 1);
    padding-bottom: 30px;
}

.leader-txt1 p {
    color: rgba(57, 65, 73, 1);
    font-size: 18px;
    margin-top: 30px;
}

.leaders_slider .slide-arrow.slick-arrow {
    content: '';
    position: absolute;
    cursor: pointer;
    left: 0px;
    bottom: 50px;
    z-index: 9999;
    padding: 15px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(171, 171, 171, 1);
    border-radius: 20px;
}

.leaders_slider .slide-arrow.next-arrow.slick-arrow {
    left: 100px;
    transform: rotate(180deg);
}

section.leaders_slider .slide-arrow.slick-arrow i {
    display: none;
}

.leaders_slider .slide-arrow:hover {
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    filter: brightness(0.5);
}

.leaders_img {
    position: relative;
    padding-top: 100%;
}

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

/* 2aug24 */
.container-fluid {
    padding: 0px 60px;
    width: 100%;
}

.const-img img {
/*     border: 23px solid #FFFFFF33; */
    border-radius: 25px;
}

.decades-content {
    text-align: center;
}

.mobile-ul {
    display: none;
}

.sub-menu::-webkit-scrollbar {
    width: 4px;
}

.sub-menu::-webkit-scrollbar-thumb {
    background: #21252e1f;
    border-radius: 10px;
}

.sub-menu::-webkit-scrollbar-track {
    background: #282c3547;
    border-radius: 10px;
}

.inner-txt.leader-txt.influencer {
    max-width: 940px;
}

.const-content .head h2 {
    margin-bottom: 15px;
}

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

.head2 span {
    color: #000000;
    font-size: 60px;
    font-weight: 400;
    line-height: 79.8px;
	font-family: Fatigod !important;
}

.testimonial-block .tst-slide p {
    font-family: Montaga;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cta_btn:hover {
    background: #fff;
    color: #f63916;
    transition: all 0.6s;
}

/* .leaders_slider .slide-arrow {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 90%;
    left: 0;
    border: 1px solid rgba(171, 171, 171, 1);
    color: rgba(171, 171, 171, 1);
    border-radius: 30px;
    padding: 14px 34px;
}

.leaders_slider .slide-arrow.next-arrow.slick-arrow {
    right: auto;
    left: 12%;
}

.leaders_slider .slide-arrow:hover {
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.leaders_slider .slide-arrow.prev-arrow.slick-arrow {
    right: auto;
    left: 4%;
} */