:root{
    --sgco-primary:#F47C20;
    --sgco-primary-dark:#D95F0E;

    --sgco-maroon:#7C2D12;
    --sgco-maroon-dark:#5A1A0A;

    --sgco-bg:#FFF8F2;
    --sgco-card:#FFFFFF;

    --sgco-text:#442A1F;
    --sgco-muted:#6F5648;
}

body {
    font-family:'Lato-Regular',sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family:'Poppins-Regular',sans-serif;
}

header li {
    list-style: none;
}

ul {
    list-style: none;
}

a,
a:visited {
    text-decoration: none;
    color: #000;
}

header {
    padding-top: 5px;
    -webkit-box-shadow: 0 4px 20px rgba(124,45,18,.08);
    -moz-box-shadow: 0 4px 20px rgba(124,45,18,.08);
    box-shadow: 0 4px 20px rgba(124,45,18,.08);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    background: #fff;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

p {
    font-size: 14px;
}

.header-menu li a:hover {
    color: #F47C20 !important;
}

.mobile-header {
    display: none;
}

.fixed-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    box-shadow: 3px 3px 13px 9px rgba(113, 104, 104, 0.17);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.fa-caret-left {
    background: url(../images/icons/left-arrow.svg) no-repeat;
    position: absolute;
    top: 315px;
    left: 23px;
    background-size: 51px 51px;
    height: 80px;
    width: 48px;
    background-position: right center;
    cursor: pointer;
}

.fa-caret-right {
    background: url(../images/icons/right-arrow.svg) no-repeat;
    position: absolute;
    top: 315px;
    right: 43px;
    background-size: 51px 52px;
    height: 80px;
    width: 48px;
    background-position: right center;
    cursor: pointer;
}

.follow-us-icons {
    display: inline-block;
    padding: 3px 8px 5px 8px;
    background-color: #f8fafb;
    border-radius: 3px;
    margin-right: 20px;
}

.active-menu a {
    color: #F47C20 !important;
}

.header-left,
.header-right {
    margin-bottom: 0;
    padding: 41px 0 0 0;
}

.header-right a {
    display: inline-block;
    padding: 9px 14px;
    background-color: #eff4f770;
    border-radius: 3px;
    margin-right: 16px;
    color: black;
    font-size: 15px;
    float: right;
}

.email-section:before {
    background: url(../images/icons/message-icon.svg) no-repeat;
    content: "";
    display: inline-block;
    width: 23px;
    height: 14px;
}

.email-section a:hover {
    color: #000;
}

.phone-section:before {
    background: url(../images/icons/phone-icon.svg) no-repeat;
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
}

.header-image {
    text-align: center;
    padding: 19px 0 0 0;
}

.header-image img {
    height: 51px;
    width: 230px;
    transition: .5s all;
}

.header-menu li {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 24px 30px 24px 35px;
}

.header-menu li:first-child {
    padding-left: 0;
}

.header-menu li:last-child {
    padding-right: 0;
}

.header-menu {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.banner-img-one {
    background: url(../images/home/banner-sgco-one.jpg) no-repeat;
    height: calc(100vh - 144px);
    background-size: cover;
}

.banner-img-two {
    background: url(../images/home/sgco-banner-two.jpg) no-repeat;
    height: calc(100vh - 144px);
    background-size: cover;
}

.banner-img-three {
    background: url(../images/home/sgco-banner-img-three.jpg) no-repeat;
    height: calc(100vh - 144px);
    background-size: cover;
}

.banner-text h1 {
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 9px;
    line-height: 55px;
}

.banner-text {
    margin: 0 auto;
    text-align: center;
}

.about-us-section {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
}

.about-us-section h2 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

.about-us-section img {
    border-radius: 7px;
}

.read-more-btn {
    background-color: #F47C20;
    padding: 12px 26px;
    color: #fff !important;
    border-radius: 53px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border: none;
    outline: none;
}

.about-us-btn {
    padding-top: 20px;
    padding-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: 0 !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}

.about-us-section .owl-dots {
    background-color: #fff;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    cursor: pointer;
    border-radius: 5px;
}

.owl-dot.active span {
    background: #7c2d12 !important;
    outline: none !important;
}

.services-section {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.services-heading {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 40px;
}

.services-box {
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, 0.12);
    height: 426px;
    margin-bottom: 25px;
}

.services-box h4 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    min-height: 50px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
}

.home-body .ul-fea-uno {
    padding-left: 20px;
    margin-bottom: 30px;
    text-align: left;
    min-height: 145px
}

.home-body .dot-list-li {
    font-size: 13px;
}

.services-box:hover .dot-list-li:before {
    content: "\2022";
    display: inline-block;
    font-size: 25px;
    left: -19px;
    position: absolute;
    top: -3px;
    color: var(--orange) !important;
    width: 100%;
}

.second-row-services {
    margin-top: 30px;
}

.audit-and-assurance-icon {
    background: url(../images/home/attest.svg) no-repeat;
    background-position: center;
    height: 100px
}

.governance-icon {
    background: url(../images/home/governance.svg) no-repeat;
    background-position: center;
    height: 100px
}

.direct-taxation-icon {
    background: url(../images/home/direct-taxation.svg) no-repeat;
    background-position: center;
    height: 100px
}

.indirect-taxation-icon {
    background: url(../images/home/indirectTaxation.svg) no-repeat;
    background-position: center;
    height: 100px
}

.transaction-and-business-icon {
    background: url(../images/home/transaction.svg) no-repeat;
    background-position: center;
    height: 100px
}

.outsourcing-icon {
    background: url(../images/icons/outsourcing.svg) no-repeat;
    background-position: center;
    height: 100px
}

.india-entry-icon {
    background: url(../images/icons/india-entry.svg) no-repeat;
    background-position: center;
    height: 100px
}

.it-audit-icon {
    background: url(../images/icons/IT-audit.svg) no-repeat;
    background-position: center;
    height: 100px
}

.corporate-allied-icon {
    background: url(../images/icons/business-advisory.svg) no-repeat;
    background-position: center;
    height: 100px
}

.bfsi-icon {
    background: url(../images/home/corporate.svg) no-repeat;
    background-position: center;
    height: 100px
}

.services-read-more-btn {
    color: #7c2d12 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.services-box:hover {
    background:
    linear-gradient(
    135deg,
    #F47C20 0%,
    #E66A12 100%
    );
    color: #fff;
    border-color: #F47C20;
    transition: background .5s ease-in-out 0s;
}

.services-box:hover .services-read-more-btn {
    color: #fff !important;
}

.services-box:hover .audit-and-assurance-icon {
    background: url(../images/home/attest-white.svg) no-repeat;
    background-position: center;
    height: 100px
}

.services-box:hover .corporate-allied-icon {
    background: url(../images/icons/corporate-allied-white.svg) no-repeat;
    background-position: center;
    height: 100px
}

.services-box:hover .governance-icon {
    background: url(../images/home/governance-white.svg) no-repeat;
    background-position: center;
    height: 100px
}

.services-box:hover .direct-taxation-icon {
    background: url(../images/home/direct-taxation-white.svg) no-repeat;
    background-position: center;
    height: 100px
}

.services-box:hover .indirect-taxation-icon {
    background: url(../images/home/indirect-taxation-white.svg) no-repeat;
    background-position: center;
    height: 100px
}

.services-box:hover .transaction-and-business-icon {
    background: url(../images/home/transaction-white.svg) no-repeat;
    background-position: center;
    height: 100px
}

.services-box:hover .bfsi-icon {
    background: url(../images/home/corporate-white.svg) no-repeat;
    background-position: center;
    height: 100px
}

.knowledge-section {
    margin-bottom: 50px;
    padding-bottom: 30px;
    margin-top: 60px;
}

.knowledge-box {
    min-height: 235px;
    padding: 40px 30px 30px 30px;
    text-align: center;
    position: relative;
    background:#FFFDFB;
    border:1px solid #F2E4D9;
    border-radius: 5px;
    outline: none;
}

.knowledge-box h4 {
    font-weight: bold;
    font-size: 16px;
    min-height: 43px;
}

.knowledge-box a {
    color: #F47C20;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.knowledge-box p {
    min-height: 90px;
    padding-top: 10px;
    color: #000;
    font-size: 15px;
    letter-spacing: 0px;
}

.contact-us-section {
    padding-bottom: 30px;
}

.contact-us-form {
    background-color: #FFF8F2;
    padding: 80px 80px;
}

.pdg-0 {
    padding: 0;
}

.pdg-left-0 {
    padding-left: 0;
}

.send-message-btn {
    margin-top: 30px;
}

.contact-us-section span {
    font-size: 14px;
    font-weight: bold;
}

.contact-us-section .form-control {
    margin-top: 10px;
}

.footer-section p {
    padding-top: 20px;
    font-size: 14px;
}

.footer-section h4 {
    font-size: 14px;
    font-weight: bold;
    color: #F47C20;
    /* padding: 10px 0 10px; */
}

.sitemap-heading {
    padding: 15px 0 15px;
}


/* .footer-section ul {
    padding-left: 0;
    padding-top: 20px;
} */

.footer-section li {
    padding-top: 5px;
}

.footer-adrs {
    background: url(../images/icons/location.svg) no-repeat;
    background-position: 0 7px;
    background-size: 15px;
    padding-left: 25px;
}

.footer-section {
    padding-bottom: 40px;
    padding-top: 40px;
    background:#FFF8F2;
    border-top:4px solid #F47C20;
    border-bottom:none;
}

.copyright-section li {
    display: inline;
    padding-right: 10px;
}

.copyright-section ul {
    padding-top: 30px;
    padding-left: 0;
}

.copyright-right-section {
    padding-top: 30px;
    text-align: right;
    padding-right: 0;
}

.copyright-section {
    padding-bottom: 10px;
    font-size: 14px;
}


/* contact-us */

.phone-section a {
    color: #000;
}

.office-logo {
    background: url(../images/icons/building.svg) no-repeat;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
}

.pdg-btm-50 {
    padding-bottom: 50px;
}

.pdg-rgt-15 {
    padding-right: 15px;
}

.pdg-top-50 {
    padding-top: 50px;
}

.pdg-btm-15 {
    padding-bottom: 15px !important;
}

.read-more-btn:hover {
    outline: none;
}

.industries-icon {
    background-color: #F47C20;
    content: "";
    position: absolute;
    top: 18px;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
}

.services-content .box:hover .industries-icon {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 18px;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
}

.animation-bar {
    height: 5px;
    width: 90px;
    background: #ef54158f;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
    margin-bottom: 40px;
}

.animation-bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #EF5416;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.single-services-container a:hover {
    color: #000;
}

.single-services-container p {
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
    min-height: 58px;
}

.menu-panel {
    visibility: hidden;
    display: none;
}


/* services-inner */

.specialized-service-container {
    background-color: #F47C20 !important;
    padding: 15px;
    margin-top: 40px;
    border-radius: 5px;
    color: white !important;
}

.specialized-service-container h5 {
    padding-left: 5px;
}

.specialized-service-container ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 0;
}

.ul-fea-uno {
    padding-left: 20px;
    margin-bottom: 30px;
}

.ul-fea-uno li {
    position: relative;
    list-style: none;
    font-size: 14px;
    padding: 6px 0;
    color:black !important;
}

.ul-fea-uno li:before {
    content: "\2022";
    display: inline-block;
    font-size: 25px;
    left: -19px;
    position: absolute;
    top: -3px;
    width: 100%;
    color: var(--orange);
}

.ul-fea-uno li::marker {
    color: var(--orange);
}

.services-sub-heading {
    text-transform: uppercase;
    font-weight: 600;
}

.pdg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.subheading {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #F47C20 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.services-btn {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.fixed-header .header-left,
.fixed-header .header-right {
    margin-bottom: 0;
    padding-top: 10px;
    transition: .5s all;
}

.fixed-header .header-image {
    text-align: center;
    padding: 10px 0 0 0;
}

.fixed-header .header-image img {
    max-width: 180px;
    max-height: 40px;
    transition: .5s all;
}

.fixed-header .header-menu li a {
    transition: .5s all;
    font-size: 15px;
}

.fixed-header .header-right a {
    font-size: 15px;
    transition: .5s all;
    margin-right: 50px;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
}

input,
textarea {
    outline: 0 !important;
    box-shadow: none !important;
}

.pad-15 {
    padding-bottom: 15px;
}

.p-10 {
    padding: 30px 0;
}

#custom-button {
    padding: 10px;
    color: #495057;
    background-color: #DCE4E6;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ced4da;
    outline: none;
}

#custom-text {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
}

#err-index,
.err-class {
    color: #ff0000;
}

#thanku-msg {
    color: #008000;
}

.careers-form {
    padding-top: 30px;
    padding-bottom: 30px;
}

.custom-btn {
    position: relative;
    padding: 12px 26px;
    border-radius: 53px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    color: #fff;
    overflow: hidden;
    background-color: transparent;
    font-weight: bold;
    border: none;
    outline: none;
}

.custom-btn:active {
    transform: scale(0.8);
}

.custom-btn.custom-btn-color {
    background-color: #F47C20;
    outline: none;
}

.custom-btn.custom-btn-color:hover {
    color: #fff;
    z-index: 3;
    transition-delay: 1s;
}

.custom-btn.custom-btn-color:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: left, transform;
    transition-delay: 0s, 0s;
    transition-duration: 0.4s, 0.4s;
    opacity: 0;
}

.custom-btn.custom-btn-color:hover:before {
    left: 5px;
    transform: translateY(-50%) scale(50);
    transition-delay: 0s, 0.4s;
    opacity: 1;
    background: #EF5416;
    z-index: -1;
}

.custom-btn.custom-btn-color:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: right, transform;
    transition-delay: 0s, 0s;
    transition-duration: 0.4s, 0.4s;
    opacity: 0;
}

.custom-btn.custom-btn-color:hover:after {
    right: 5px;
    transform: translateY(-50%) scale(50);
    transition-delay: 0s, 0.4s;
    opacity: 1;
    background: #EF5416;
    z-index: -1;
}

.our-team-box-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 90px 30px rgba(0, 0, 0, .05);
    margin: 15px 0px 50px 0px;
    min-height: 316px;
}
.our-team-box {
    border-radius: 5px;
}

.our-team-box .our-team-label {
    position: absolute;
    width: 100%;
    bottom: 0;
    overflow: hidden;
}
.team-profile-container img {
    height: 350px;
    object-fit: cover;
}

.our-team-box:hover .our-team-link {
    display: block;
    content: '';
    background: url(../images/icons/arrow-right-blue.svg) no-repeat;
    position: absolute;
    top: 12px;
    right: 20px;
    background-size: cover;
    height: 18px;
    width: 20px;
    cursor: pointer;
}

.our-team-link {
    display: none;
}

.our-team-text p {
    padding-top: 10px;
}

.our-team-box .our-team-text {
    color: #000;
    position: relative;
    z-index: 500;
    padding: 15px;
    background-color: rgb(255, 255, 255, .8);
}

.our-team-text h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.our-team-text h6 {
    font-size: 14px;
    font-weight: 500;
}

.our-team-box:hover .our-team-label {
    max-height: 100%;
}

.our-team-box-wrapper img {
    width: 100%;
    height: 316px;
    float: left;
    border-radius: 5px;
    object-fit: cover;
}

.bg-FFF8F2 {
    background: #FFF8F2;
}


/* about us */

.about-us-first-section,
.our-vision-section,
.approach-process-section {
    padding: 30px 0 30px 0;
    margin: 50px 0 50px 0;
}

.about-us h6 {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 30px;
}

.about-us h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.about-us .animation-bar {
    margin-left: 2px;
}

.mrgn-btm-0 {
    margin-bottom: 0;
}

.about-us img {
    border-radius: 5px;
    margin: 0 auto;
}

.strengths-advantages-box {
    border-radius: 5px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.strengths-advantages-section {
    padding: 60px 0 60px 0;
    margin: 50px 0 50px 0;
}

.strengths-advantages-box:hover {
    transform: scale(1.02) translate(0px, -8px);
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.knowledge-bank-menu-icon:after {
    content: '';
    background: url(../images/icons/arrow-down-black.svg) no-repeat;
    position: absolute;
    right: 2px;
    top: 32px;
    background-size: 10px 11px;
    height: 16px;
    width: 16px;
}

.knowledge-bank-menu-icon:hover:after {
    content: '';
    background: url(../images/icons/arrow-down-blue.svg) no-repeat;
    position: absolute;
    right: 2px;
    top: 32px;
    background-size: 10px 11px;
    height: 16px;
    width: 16px;
}

.knowledge-bank-menu-icon:hover {
    color: #F47C20;
}

.knowledge-bank-menu-icon {
    position: relative;
}

.knowledge-bank-sub-menu {
    position: absolute;
    top: 68px;
    visibility: hidden;
    transition: .25s ease-out 0s;
    z-index: -1;
    opacity: 0;
    width: 250px;
    left: -19px;
    box-shadow: -1px 11px 15px 0px rgba(113, 104, 104, 0.17);
}

.knowledge-bank-sub-menu li {
    padding: 15px 0 0 0;
    width: 100%;
    text-align: center;
}

.knowledge-bank-menu-icon:hover .knowledge-bank-sub-menu {
    position: absolute;
    top: 68px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transition: .25s ease-out 0s;
    background-color: #fff;
    padding: 10px;
}

.knowledge-bank-mob-li {
    font-size: 14px;
}

.knowledge-bank-mob-li li {
    padding-top: 10px !important;
}


/* updates */

ul.static-menu,
.static-menu ul {
    list-style-type: none;
}

.static-menu {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.static-menu li {
    border: solid 1px #c6c6c6;
    border-radius: 5px;
    outline: none;
}

.static-menu .link,
.static-menu .static-link {
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    color: #4D4D4D;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.static-menu .sub-menu {
    display: none;
    background: #f4f9fa;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    padding-left: 0;
}

.static-menu .sub-menu li {
    position: relative;
}

.static-menu .sub-menu li {
    border-bottom: 1px solid #ffffff;
}

.sub-menu li {
    background-color: #fff;
    color: #000;
    border: none;
}

.static-menu .sub-menu a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 6px;
    padding-left: 15px;
    font-size: 12px;
    font-family: 'Poppins-Regular';
}

.active-month {
    padding-left: 30px !important;
    background: url(../images/icons/notify-icon.png) no-repeat;
    background-size: 15px 15px;
    background-position: 8px 8px;
    font-weight: 700;
    font-size: 14px !important;
}

.update-bank-padding {
    padding-right: 30px !important;
}

#update-bank-list .updates-tab-content:first-child {
    display: block;
}

.updates-tab-content {
    padding-top: 60px;
    display: none;
}

.updates-tab-content h5 {
    font-size: 16px;
    font-weight: 600;
}

.updates-tab-content ul {
    list-style: none;
}

.updates-tab-content ul li {
    border: 1px solid #CBCBCB;
    padding: 0;
    margin: 12px 0;
    position: relative;
    border-radius: 5px;
}

.updates-tab-content p {
    float: left;
    margin: 0;
    padding: 15px 8px;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    width: calc(100% - 30px);
}

.updates-tab-content ul li a {
    float: right;
    width: 30px;
    background: #7c2d12url(../images/icons/right-arrow-big.svg) no-repeat;
    background-position: center;
    background-size: 15px 15px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 0 5px 5px 0;
}

.clear {
    clear: both;
}

.static-menu li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.static-menu li.open i {
    color: #F47C20;
}

.static-menu li i {
    right: 12px;
    left: auto;
    font-size: 11px;
}

.static-menu li i {
    position: absolute;
    font-size: 18px;
    color: #4d4d4d;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.kb-update-left-section {
    padding-top: 60px;
}

#accordion li:first-child ul {
    display: block;
}

.static-menu li.open .link {
    color: #F47C20;
    outline: none;
    border-bottom: 1px solid #CBCBCB;
}


/* gst overview */

.table td {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff !important;
}

.table th {
    background-color: #F47C20;
    color: #fff;
    border: 1px solid #fff;
}

.table tr {
    background-color: #FFF8F2;
    color: #000000;
    border: 1px solid #fff;
}

.table-old thead th {
    padding: 5px !important;
}

.table thead th {
    vertical-align: middle !important;
    border-bottom: 2px solid #DBDFEA;
    padding: 15px;
    font-size: 14px;
    font-weight: 300;
}

.table tr td:first-child {
    font-weight: 600;
}

.gst-box {
    margin: 15px 0;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.gst-box:hover {
    transform: scale(1.02) translate(0px, -8px);
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.gst-box-title {
    color: #fff;
    background-color: #F47C20;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.ol-first {
    padding: 15px;
    padding-left: 30px;
    border: 1px solid #DBDFEA;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gst-overview-section h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}

.gst-overview-section p {
    padding-bottom: 10px;
}

.table-responsive {
    border-radius: 5px;
}

.ol-first li {
    padding-left: 10px;
}

.sabka-vishwas-section h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}

.sabka-vishwas-section a {
    text-decoration: underline;
}

.sabka-vishwas-section a:hover {
    color: #000;
}

.budget-box {
    margin: 15px 0;
    border: 1px solid #DBDFEA;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
}

.budget-box h5 {
    font-size: 18px;
    padding-bottom: 10px;
}

.budget-link a {
    width: 30px;
    background: #7c2d12url(../images/icons/right-arrow-big.svg) no-repeat;
    background-position: center;
    background-size: 15px 15px;
    margin: 0 auto;
    height: 30px;
    border-radius: 50px;
    display: block;
}


/* newsletter */

.newsletter-accordion {
    padding-left: 0;
}

.newsletter-accordion li {
    border: solid 1px #DBDFEA;
    position: relative;
    border-bottom: none;
}

.newsletter-heading:after {
    content: "";
    background: url(../images/icons/arrow-down-sign-to-navigate.svg) no-repeat;
    position: absolute;
    top: 23px;
    right: 11px;
    width: 18px;
    height: 16px;
    background-size: 11px 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.newsletter-heading.active:after {
    content: "";
    background: url(../images/icons/arrow-point-to-right-white.svg) no-repeat;
    position: absolute;
    top: 23px;
    right: 11px;
    width: 18px;
    height: 16px;
    background-size: 11px 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.newsletter-accordion-pdg {
    padding-bottom: 10px;
}

.newsletter-heading {
    border-bottom: solid 1px #DBDFEA;
    display: block;
    padding: 20px;
    font-size: 16px;
    /* font-weight: bold; */
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    cursor: pointer;
    background-color: #EFF4F7;
}

.newsletter-accordion li .newsletter-content {
    display: none;
    /* padding-bottom: 1px; */
    border-bottom: solid 1px #DBDFEA;
}

.newsletter-heading.active {
    background-color: #F47C20;
    color: #fff !important;
    border-bottom: solid 1px #F47C20;
}

.newsletter-accordion-pdg li .active {
    border: solid 1px #F47C20;
}

.newsletter-heading:hover {
    background-color: #F47C20;
}

.letter-col img {
    width: 20px;
    height: auto;
}

.news-div {
    padding: 15px 15px;
}

.newsletter-link a {
    width: 25px;
    background: #7c2d12url(../images/icons/right-arrow-big.svg) no-repeat;
    background-position: center;
    background-size: 13px 13px;
    height: 25px;
    border-radius: 50px;
    display: block;
}

.letter-col {
    width: 25%;
    float: left;
    height: 134px;
    background-color: #FFFFFF;
    position: relative;
    border: solid 1px #DBDFEA;
}

.news-div p {
    text-transform: uppercase;
    color: #F47C20;
    font-weight: 700;
}

.footer-section a:hover,
.sitemap-section a:hover {
    color: #000;
}

.animation-text span {
    color: #fff;
    opacity: 0;
    transform: translate(-150px, 0) scale(.3);
    animation: leftRight .9s forwards;
    width: 20px
}

@keyframes leftRight {
    40% {
        transform: translate(50px, 0) scale(.7);
        opacity: 1;
        color: #fff;
    }
    60% {
        color: #fff;
    }
    80% {
        transform: translate(0) scale(2);
        opacity: 0;
    }
    100% {
        transform: translate(0) scale(1);
        opacity: 1;
    }
}

.animate span:nth-of-type(2) {
    animation-delay: .05s;
}

.animate span:nth-of-type(3) {
    animation-delay: .1s;
}

.animate span:nth-of-type(4) {
    animation-delay: .15s;
}

.animate span:nth-of-type(5) {
    animation-delay: .2s;
}

.animate span:nth-of-type(6) {
    animation-delay: .25s;
}

.animate span:nth-of-type(7) {
    animation-delay: .3s;
}

.animate span:nth-of-type(8) {
    animation-delay: .35s;
}

.animate span:nth-of-type(9) {
    animation-delay: .4s;
}

.animate span:nth-of-type(10) {
    animation-delay: .45s;
}

.animate span:nth-of-type(11) {
    animation-delay: .5s;
}

.animate span:nth-of-type(12) {
    animation-delay: .55s;
}

.animate span:nth-of-type(13) {
    animation-delay: .6s;
}

.animate span:nth-of-type(14) {
    animation-delay: .65s;
}

.animate span:nth-of-type(15) {
    animation-delay: .7s;
}

.animate span:nth-of-type(16) {
    animation-delay: .75s;
}

.animate span:nth-of-type(17) {
    animation-delay: .8s;
}

.animate span:nth-of-type(18) {
    animation-delay: .85s;
}

.animate span:nth-of-type(19) {
    animation-delay: .9s;
}

.animate span:nth-of-type(20) {
    animation-delay: .95s;
}

.dot-list-li-sitemap {
    position: relative;
    list-style: none;
    font-size: 18px;
    padding: 6px 0;
}

.dot-list-li-sitemap:before {
    content: "\2022";
    display: inline-block;
    font-size: 25px;
    left: -19px;
    position: absolute;
    color: #F47C20;
    top: -0px;
}

.sitemap-list {
    padding-left: 15px;
}


/* disclaimer */

.disclaimer-section a {
    text-decoration: underline;
}

.disclaimer-section a:hover {
    color: #000;
}

.disclaimer-section h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.disclaimer-section h5 {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 42px;
}

.disclaimer-section .animation-bar {
    margin-left: 0px;
}

.disclaimer-section b {
    font-size: 15px;
}

.page-not-found-section {
    text-align: center;
}

.page-not-found-section h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 10px;
}

.page-not-found-container {
    border-radius: 50px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    width: 75%;
    margin: 0 auto;
    position: relative;
}

.page-not-found-container:before {
    content: '';
    background: url(../images/page-not-found-lines.png) no-repeat;
    position: absolute;
    left: -80px;
    bottom: 40px;
    background-size: 135px 75px;
    height: 100px;
    width: 150px;
}

.page-not-found-container:after {
    content: '';
    background: url(../images/page-not-found-lines.png) no-repeat;
    position: absolute;
    right: -80px;
    top: 80px;
    background-size: 135px 75px;
    height: 100px;
    width: 150px;
}

.page-not-found-btn {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-not-found-btn .custom-btn {
    text-transform: capitalize;
}

.header-menu li a {
    font-size: 16px;
    letter-spacing: 1px;
}

.subka-v-h {
    font-size: 28px !important;
    letter-spacing: 2px !important;
}

.news-div h5 {
    font-size: 16px;
    padding-bottom: 5px;
}

.desclaimer-section p {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.5px;
}

p {
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 0.5px;
}

.updates-tab-content ul {
    padding-left: 0;
}

.lightcase-icon-close:hover,
.lightcase-icon-next:hover,
.lightcase-icon-prev:hover {
    color: #F47C20 !important;
    text-shadow: 0 0 15px #F47C20;
}

.team-profile-container {
    padding: 30px;
}

.team-profile-container h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

.team-profile-container h5 {
    font-size: 18px;
    padding-bottom: 10px;
}

.team-profile-container li {
    font-size: 13px;
}

.form-control {
    font-size: 14px;
}

.footer-ph-mail {
    padding-left: 20px;
}

.contact-ul {
    padding: 0;
    margin-bottom: 10px;
}

.footer-ul {
    padding-left: 0;
    padding-top: 20px
}

.site-map-footer ul {
    padding-left: 0;
}

#sgco-subp-popup {
    display: none;
    width: auto;
    margin: 0 auto;
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 6px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: -32px;
    right: 5px;
    width: 17px;
    cursor: pointer;
}

.pop-right-cont {
    padding: 55px 0px 45px;
}

.popup-img {
    width: 50%;
}

.vivid-contact {
    padding: 0;
}

.vivid-contact li {
    padding: 10px 15px 10px 0;
}

.vivid-bold {
    font-weight: bold;
}

.vivid-contact a:hover {
    color: #000;
}

.pop-right-cont a {
    color: #F47C20;
}

.pop-right-cont h5 {
    line-height: 32px;
    font-size: 19px;
    letter-spacing: 1px;
}

.b-modal {
    display: none !important;
}

.b-modal.active-popup {
    display: block !important;
}

.vivad-link {
    text-decoration: underline;
}

.recaptcha-pdg {
    padding-bottom: 15px;
}

.covid-updates-tab-content ul li a {
    float: right;
    width: 30px;
    background: #7c2d12url(../images/icons/right-arrow-big.svg) no-repeat;
    background-position: center;
    background-size: 15px 15px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 0 5px 5px 0;
}
.covid-updates-tab-content p {
    float: left;
    margin: 0;
    padding: 15px 8px;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    width: calc(100% - 30px);
}
.covid-updates-tab-content ul {
    list-style: none;
    padding-bottom: 20px;
    padding-top: 20px;
}
.covid-updates-tab-content ul li {
    border: 1px solid #CBCBCB;
    padding: 0;
    margin: 12px 0;
    position: relative;
    border-radius: 5px;
}

.services-scroll-wrapper {
    overflow: hidden;
    padding: 20px 0;
}

.services-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px;
    scroll-behavior: smooth;
}

.service-card {
    flex: 0 0 auto;
    width: 280px;
    scroll-snap-align: start;
}

.services-scroll::-webkit-scrollbar {
    height: 8px;
}

.services-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}