body {
    margin: 0px !important;
    padding: 0px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

* {
    font-family: "Poppins", sans-serif !important;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    animation: largeslidemenu 0.5s ease-in-out;
}

header.sticky{
    position: fixed;
    animation: slidemenu 0.5s ease-in-out;
}

@keyframes slidemenu {


    0% {
        transform: translate(0px, -100px);
    }
    100% {
        transform: translate(0, 0px);
    }

}

@keyframes largeslidemenu {


    0% {
        transform: translate(0px, -100px);
    }
    100% {
        transform: translate(0, 0px);
    }

}

header.sticky .navbar-brand img {
    max-width: 105px;
}



.bg-body-white {
    background: #FFF;
    box-shadow: 0px 5px 15px #00000080;
    border-top: 3px solid #000;
    padding: 5px 8px !important;
}

.navbar-brand img {
    max-width: 154px;
}

.arrow-btn {
    position: relative;
    border-radius: 0px;
    font-size: 13px;
    padding: 15px 50px 15px 25px;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

.arrow-wrp {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}



.arrow-btn:hover .arrow-wrp {
    animation: slide 1s ease-in-out infinite;
    margin-left: 9px;
}

@keyframes slide {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

.shaft {
    width: 13px;
    height: 1px;
    display: block;
    height: 1px;
    position: relative;
    transition: all 0.2s;
    transition-delay: 0;
    will-change: transform;
}

.shaft::after,
.shaft::before {
    width: 8px;
    transition-delay: 0.1s;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
}

.shaft::after {
    transform: rotate(-40deg);
    transform-origin: bottom right;
}

.shaft::before {
    transform: rotate(40deg);
    transform-origin: top right;
}



.btn-black {
    background: #000 !important;
    border: 1px solid #000;
    color: #FFF;
}

.btn-black .shaft {
    background-color: #FFF;
}

.btn-white .shaft {
    background-color: #000000;
}

.btn-white {
    background: #FFF !important;
    border: 1px solid #000000;
    color: #000;
}


.btn-black .shaft::after,
.btn-black .shaft::before {
    background-color: #FFF;
}


.btn-white .shaft::after,
.btn-white .shaft::before {
    background-color: #000000;
}

.btn-white-border {
    background: transparent !important;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-white-border .shaft {
    background-color: #ffffff;
}

.btn-white-border .shaft::after,
.btn-white-border .shaft::before {
    background-color: #ffffff;
}

.btn-black-border {
    background: transparent !important;
    border: 1px solid #000000;
    color: #000000;
}

.btn-black-border .shaft {
    background-color: #000000;
}

.btn-black-border .shaft::after,
.btn-black-border .shaft::before {
    background-color: #000000;
}


.btn-no-bg .arrow-wrp {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-no-bg {
    background: transparent !important;
    padding: 10px 25px 15px 25px;
    border: none;
    color: #000000;
}

.btn-no-bg .shaft {
    background-color: #000000;
}

.btn-no-bg .shaft::after,
.btn-no-bg .shaft::before {
    background-color: #000000;
}

.icons-more-link .shaft {
    background-color: #000000;
}

.icons-more-link .shaft::after,
.icons-more-link .shaft::before {
    background-color: #000000;
}

.icons-more-link .arrow-wrp {
    right: 30px;
}

.long .shaft {
    width: 30px;
}


.icons-more-link{
    /* position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #000;
    z-index: 1; */
    color: #000;
    font-weight: 500;
    overflow: hidden;
}

.link_text{
    position: relative;
    padding-top: 2px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}


.icons-more-link:hover .link_text{
    opacity: 1;
    text-indent: 0;
    visibility: visible;
    -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}


.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #000;
    padding: 0px 0px !important;
    text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link.active {
    color: #8D8D8D;
}

.navbar-nav .nav-item {
    padding: 0px 16px;
}

.section-space {
    padding: 120px 0px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #8D8D8D;
}

.business-analytics .business-analytics-img img {
    width: 100%;
}

.business-analytics-containt {
    padding: 0px 0px 0px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    align-content: center;
}

.title-section-left {
    position: relative;
    border-left: 2px solid #D8D8D8;
    padding-left: 20px;
    margin-bottom: 40px;
}

.title-section-left .small {
    font-size: 13px;
    font-weight: 500;
}

.title-section-left h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 8px 0px 0px 0px;
}


.title-section-left.black-color .small {
    color: #000;
}

.title-section-left.black-color h2 {
    color: #000;
}

.title-section-left.white-color .small {
    color: #FFF;
}

.title-section-left.white-color h2 {
    color: #FFF;
}

.title-section-center {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 25px;
}

.title-section-center::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #D8D8D8;
}

.title-section-center .small {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.title-section-center h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 8px 0px 0px 0px;
}

.pera {
    color: #8D8E90;
    font-size: 14px;
    line-height: 30px;
    margin: 0px;
}

.btn-containt-wrp {
    margin-top: 50px;
}

.our-expertise {
    background: #F7F8F8;
}

.sub-pera {
    color: #000;
    font-size: 15px;
    line-height: 30px;
}

.current-projects {
    background: url(../images/Projectbg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.current-projects::after{
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgb(0 0 0 / 74%) 20%, rgb(0 0 0 / 0%) 100%);
    z-index: 0;
}

.current-projects-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    align-content: center;
}

.service-wrp{
    padding: 0px 22px;
}

.service-wrp:hover .service-icon{
    background-size: 230px;
    transition: 0.3s ease-in-out;
}



.service-icon {
    background: url(../images/service-shap.svg)no-repeat;
    background-position: center;
    background-size: 210px;
    min-width: 200px;
    min-height: 200px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}



.service-icon img {
    max-height: 110px;
    display: inline;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.service-wrp h3 {
    font-size: 25px;
    color: #000;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 30px;
}

.project-contin {
    background: #FFF;
    border-radius: 30px;
    display: flex;
    margin-bottom: 40px;
}

.project-wrp .project-contin:last-child {
    margin-bottom: 0px;
}

.project-img {
    max-width: 292px;
}

.project-img img {
    border-radius: 30px;
    width: 100%;
}

.project-detail {
    padding: 42px;
}

.project-detail h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}


.contact-us-sec {}

.contact-info {
    margin-top: 50px;
}

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

.contact-info ul li {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 20px;
}

.contact-info ul li a {
    display: flex;
    color: #000;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
}
.contact-info ul li a:hover{
    color: #737373;
}

.contact-info ul li a .contact-icon {
    max-width: 40px;
    width: 40px;
    padding-right: 20px;
}

.contact-info ul li a .contact-icon img {
    width: 20px;
}

.contact-input {
    border: none;
    border-bottom: 1px solid #D5D5D5;
    width: 100%;
    padding: 20px 10px 20px 40px;
    color: #8D8E90;
    font-size: 13px;
}

.input-group {
    display: block;
    position: relative;
    margin-bottom: 50px;
}

.contact-input:focus,
.contact-input:focus-visible {
    outline: unset;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #9c9c9c;
}

.input-group .icon {
    position: absolute;
    top: 16px;
}

.input-group .icon img {
    width: 24px;
    max-height: 25px;
}

#formMessage span{
    background: #f0f0f0;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 0;
}

.blog {
    background: #F7F8F8;
}

.blog-cont {
    display: block;
    margin-top: 40px;
}

.blog-img {
    margin-bottom: 35px;
}

.blog-img img {
    border-radius: 30px;
    max-width: 100%;
}

.blog-category-date {
    display: flex;
}

.blog-category {
    position: relative;
    font-size: 13px;
    color: #000;
    padding: 0px 0px 0px 30px;
    font-weight: 500;
    margin: 0px;
}

.blog-category::after {
    content: "";
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    top: 6px;
    left: 0px;
}

.blog-category-date .date {
    color: #C4C4C4;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    padding-left: 30px;
    vertical-align: top;
}

.blog-category-date .date::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #C4C4C4;
    position: absolute;
    top: 6px;
    left: 15px;
}

.blog-title {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    padding-left: 30px;
    margin: 15px 0px 0px 0px;
}


.faq-wrp .accordion-item {
    border: 1px solid #DBDBDB !important;
    margin-bottom: 25px;
    border-radius: 12px !important;
    overflow: hidden;
}

.faq-wrp .accordion-button:not(.collapsed) {
    background-color: #f3f3f3 !important;
    color: #000 !important;
}

.faq-wrp .accordion-button:focus {
    box-shadow: unset !important;
}

.faq-wrp .accordion-body {
    color: #8D8E90;
    font-size: 15px;
    line-height: 30px;
}

footer {
    background: #000;
    padding: 70px 0px 0px 0px;
}

.footer-logo {
    text-align: left;
}

.footer-logo img {
    max-width: 230px;
    width: 100%;
}

.footer-sec-title {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

.footermenu {
    display: block;
}

.footermenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footermenu ul li {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
    padding: 0px 0px 0px 20px;
}

.footermenu ul li::after {
    content: "";
    width: 7px;
    height: 2px;
    border-radius: 5px;
    background: #D8D8D8;
    position: absolute;
    top: 12px;
    left: 0px;
}

.footermenu ul li a {
    color: #989898;
    font-size: 13px;
    text-decoration: none;
}

.footermenu ul li a:hover {
    color: #FFF;
}



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

.footer-contact ul li {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 20px;
}

.footer-contact ul li a {
    display: flex;
    color: #989898;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
}

.footer-contact ul li a:hover {
    color: #FFF;
}

.footer-contact ul li a .contact-icon {
    max-width: 40px;
    width: 40px;
    padding-right: 20px;
}

.footer-contact ul li a .contact-icon img {
    width: 20px;
}

.footer-social-icon {
    display: flex;
    column-gap: 5px;
}

.footer-social-icon .icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 6px;
    background: #D8D8D8;
    color: #000000;
    line-height: 26px;
    font-size: 14px;
}

.footer-social-icon .icon:hover {
    background: #FFF;
}

.copyright-part {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #989898;
    border-top: 1px solid #404040;
    margin: 50px 0px 0px 0px;
    padding: 20px 0px;
}

.copyright-part p {
    margin: 0px;
    padding: 0px;
}

.copyright-part p a {
    color: #FFF;
    text-decoration: none;
}

.copyright-part p a:hover {
    text-decoration: underline;
}
.contact-input.error {
    border-bottom: 1px solid red !important;
}