html{
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
    /* background: linear-gradient(45deg, #2b000f, transparent); */
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #081420;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background: #f49957;
}

.logo img {
    width: 120px;
}

.logo {
    text-decoration: none;
}

.logo span {
    font-weight: 600;
    font-size: 27px;
    color: white;
    letter-spacing: 1px;
    font-family: sans-serif;
}

.search-box {
    position: absolute;
    right: -2px;
    top: 58px;
    outline: none;
    width: 460px;
}

#topBtn {
    position: fixed;
    left: 35px;
    bottom: 45%;
    z-index: 9999;
    cursor: pointer;
}

#topBtn:after {
    content: '';
    background: url(/assets/images/logo-icons/long-arrow.svg) no-repeat;
    width: 16px;
    height: 36px;
    top: calc(50vh + 14px);
    position: fixed;
}

#topBtn:before {
    content: 'SCROLL';
    top: 50vh;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    font-size: .875rem;
    line-height: 1.1;
    letter-spacing: .1em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(270deg);
    font-weight: 700;
    opacity: .6;
    color: #f49957;
    position: fixed;
}

#topBtn i {
    font-size: 30px;
    color: #f49957;
    display: none;
}

.z-level-high {
    z-index: 999;
}

.ai-template-card-1 {
    border: 1px solid rgba(72, 69, 78, .5);
    background-color: rgba(16, 20, 21, .5);
    border-radius: 10px;
}

.contact-us-wrapper .form-group label {
    color: #ececec80;
    margin-bottom: 5px;
}

.contact-us-wrapper .form-group .form-control {
    border: 1px solid rgba(72, 69, 78, .5);
    padding: 10px 15px;
}

.custom-button {
    border: 1px solid #4f4f4f94;
    padding: 10px 15px;
    background: none;
    color: #dbdbdb80;
    border-radius: 3px;
    cursor: pointer;
}

.visiting-wrapper i {
    color: #c3c6c6;
}

.visiting-wrapper span {
    color: #c3c6c6;
    margin-right: 10px;
}

.visiting-wrapper iframe {
    border-radius: 10px;
}

.zsiq-float {
    bottom: 20px !important;
}

.brand-btn span {
    font-weight: bold;
    font-size: 18px;
}

.about-avatar{
    width: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.designation {
    color: #f49957;
    font-weight: bold;
}

.font-18{
    font-size: 18px;
}

.blog-active{
    color: #f49957!important;
}

.anchor-active{
    color: #f49957!important;
}
ul.solutions-list{
    color: white;
    padding-left: 15px;
}
ul.solutions-list li{
    color: white;
    margin-bottom: 15px;
}
ul.solutions-list li:last-child{
    margin-bottom: 0px;
}
.solution-icons{
    width: 60px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.blog-wrapper p{
    color: white!important;
}

/* Iframe Body */
.lmtWIHO_gkbTeeyuvoJC.mOUYF5ZmuNL6I7t0mSFg {
    background-color: #00000000;
}

@media (max-width: 769px) {
    #topBtn {
        display: none!important;
    }
    li.welcome-list-1, p {
        text-align: left;
    }
    .form-group{
        text-align: left;
    }
    .ai-template-card {
        margin-bottom: 20px;
    }
}