:root {
    --accent-color: #EE703C;
    --default-color: #535d6b;
}

.sidebar-first-item h3 {
    position: relative;
    color: #231F20;
    overflow: hidden;
    margin-bottom: 2rem;
}

.sidebar-first-item h3:after {
    content: "";
    position: absolute;
    width: 58%;
    top: 60%;
    margin-left: 10px;
    border-top: 2px dashed #707070;
}

.sidebar-first-item1 h3 {
    position: relative;
    color: #231F20;
    overflow: hidden;
    margin-bottom: 2rem;
}

.sidebar-first-item1 h3:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 60%;
    margin-left: 10px;
    border-top: 2px dashed #707070;
}

.box1 {
    border-radius: 0 .3rem .3rem 0;
    padding: 0.9rem;
    text-align: right;
    background: #FFEBE5;
    font-size: 15px;
    border: 1px solid #FFEBE5;
    font-size: 15px;
    font-weight: 400;
}

.box {
    border-radius: 0 .3rem .3rem 0;
    padding: 0.5rem .9rem;
    text-align: right;
    background: #FFEBE5;
    font-size: 15px;
    border: 1px solid #FFEBE5;
    font-size: 15px;
    font-weight: 400;
}

.dtBaner {
    position: relative;
    overflow: hidden;
    padding: 40px 0px;
    margin: 0px 0 0;
    background: url('../../img/banner_landing.jpg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: right center;
}

.appformBg {
    position: relative;
    background: #fff;
    border-radius: 8px;
    max-width: 420px;
    margin: 0 0 0 auto;
    padding: 32px 24px;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.2);
}

/*.appformBg::before {
content: "";
background: url('../img/formBg-before.svg') no-repeat;
background-size: 100% auto;
position: absolute;
left: -65px;
top: -38px;
width: 58px;
height: 50px;
}*/

.appformBg .FormTitle {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 0 0 24px 0;
    font-weight: 600;
}

.appformBg .form-group {
    margin-bottom: 10px;
}

.appformBg .form-group input {
    width: 100%;
    height: 42px;
    padding: 0 18px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.appformBg .form-group input::-webkit-input-placeholder {
    /* Edge */
    opacity: 0.7;
    color: #000;
}

.appformBg .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.7;
    color: #000;
}

.appformBg .form-group input::placeholder {
    opacity: 0.7;
    color: #000;
}

.appformBg .form-group textarea {
    width: 100%;
    height: 100px;
    padding: 10px 18px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.appformBg .form-group textarea::-webkit-input-placeholder {
    /* Edge */
    opacity: 0.7;
    color: #000;
}

.appformBg .form-group textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.7;
    color: #000;
}

.appformBg .form-group textarea::placeholder {
    opacity: 0.7;
    color: #000;
}

.appformBg .banner_btn {
    border-radius: 5px !important;
    margin-top: 0px;
}

.appformBg .banner_btn:hover {
    background: #000;
    color: #fff;
}

.abtContentSec .sec_header {
    color: #000;
    font-size: 20px;
    position: relative;
    padding: 0 0 0 100px;
    font-weight: 600;
}

.abtContentSec .sec_header:before {
    content: "";
    width: 86px;
    height: 6px;
    background: #F05A2B;
    border-radius: 0px;
    position: absolute;
    top: 10px;
    left: 0;
}

.abtContentSec p {
    color: #000;
    line-height: 1.6;
}

.abtContentSec .banner_btn {
    width: auto;
    background: #262626;
}

.abtContentSec .banner_btn:hover {
    background: #ef5a2a;
    color: #fff;
}

.abtContentSec ul {
    padding: 0px;
    margin: 0px;
}

.abtContentSec ul li {
    position: relative;
    color: #000000;
    margin: 32px 0 0 0;
    font-weight: 400;
    padding: 0 0 0 36px;
    list-style: none;
    font-size: 18px;
    line-height: 1.8;
}


.abtContentSec ul li::before {
    content: "";
    position: absolute;
    left: 0;
    font-size: 21px;
    top: 10px;
    background: url('../img/listArrow.svg') no-repeat;
    width: 18px;
    height: 17px;
}

.banner_btn {
    padding: 0px 40px;
    line-height: 48px;
    background: #ef5a2a;
    color: #fff;
    display: inline-block;
    border: 0px solid #a7cb00;
    border-radius: 0px !important;
    font-size: 1em;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    transition: all 300ms linear 0s;
    width: 100%;
    margin-top: 10px;
}

bgappsecContent {
    margin-right: 20px;
}

.bgappsecContent h2 {
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 28px 0;
}

.bgappsecContent .banner_btn {
    width: auto;
    font-weight: 400;
    font-size: 16px;
    margin-top: 6px;
    padding: 0 24px;
    border-radius: 4px !important;
}

.bgappsecContent .banner_btn::after {
    content: "";
    display: inline-block;
    margin: 0px 0 0 6px;
    font-weight: 400;
    vertical-align: middle;
    font-size: 9px;
    width: 20px;
    height: 20px;
    line-height: 1;
    background: url('../img/playIcon.svg') no-repeat;
    background-size: cover;
}

.bgappsecContent .banner_btn:hover {
    background: #ff5620;
    color: #fff;
}


.dtBaner .bgappsecContent h5 {
    font-size: 16px;
    font-weight: 400;
    color: #F05A2B;
    margin: 0 0 8px 0;
    line-height: 1.6;
}

.dtBaner .bgappsecContent h2 {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 8px;
}

.dtBaner .bgappsecContent p {
    color: rgba(255, 252, 252, 0.55);
}

.dtBaner .bgappsecContent .banner_btn {
    margin-top: 16px;
}

.dtBaner .bgappsecContent .banner_btn::after {
    background-image: url('../img/arrow-next-ltr.svg');
    width: 16px;
    height: 13px;
}

.icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    text-align: center;
    background-color: #EE703C;
    color: #EE703C;
    font-size: 24px;
    position: relative;
}

.about {
    margin-top: 2rem;
}

.about-wrapper .about-image-items {
    margin-top: 30px;
    margin-right: 40px;
}

@media (max-width: 1199px) {
    .about-wrapper .about-image-items {
        margin-right: 0;
    }
}

.about-wrapper .about-image-items .support-content {
    background-color: #EE703C;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
}

.about-wrapper .about-image-items .support-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #EE703C;
}

.about-wrapper .about-image-items .support-content .text-area {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-wrapper .about-image-items .support-content .text-area p {
    font-size: 16px;
    color: #EE703C;
    font-weight: 400;
}

.about-wrapper .about-image-items .support-content .text-area .icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    text-align: center;
    line-height: 48px;
    color: #000;
    background-color: #EE703C;
}

.about-wrapper .about-image-items .support-content .text-area .icon img {
    transform: rotate(-40deg);
}

.about-wrapper .about-image-items .about-image-2 {
    position: relative;
}

.about-wrapper .about-image-items .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.about-wrapper .about-image-items .about-image.style-2 {
    position: relative;
}

.about-wrapper .about-image-items .about-image.style-2 img {
    object-fit: cover;
}

.about-wrapper .about-content {
    margin-left: 70px;
    margin-top: 30px;
}

@media (max-width: 1600px) {
    .about-wrapper .about-content {
        margin-left: 0;
    }
}

.about-wrapper .about-content .about-icon-items {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.about-wrapper .about-content .about-icon-items h3 {
    font-size: 1.2rem;
    font-weight: 900;
    color: #35312F;
}

.about-wrapper .about-content .about-icon-items .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    text-align: center;
    background-color: #EE703C;
    color: #EE703C;
    font-size: 24px;
    position: relative;
}

.about-wrapper .about-content .about-icon-items .icon img {
    width: 50px;
}

.about-wrapper .about-content .about-icon-items .icon .line-bar {
    position: absolute;
    bottom: -68px;
    left: 50%;
    transform: translateX(-50%);
}

.about-wrapper .about-content .about-icon-items .content {
    flex-basis: 80%;
}

.about-wrapper .about-content .about-icon-items .content h3 {
    margin-bottom: 5px;
}

.about-wrapper-2 .about-video-image {
    position: relative;
    margin-top: 30px;
    height: 460px;
}

.about-wrapper-2 .about-video-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.about-wrapper-2 .about-video-image .video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background-color: #EE703C;
    font-size: 24px;
    font-weight: 600;
    color: #EE703C;
    padding: 16px 30px;
    text-transform: capitalize;
    border-radius: 32px;
    line-height: 1;
}

.about-wrapper-2 .about-video-image .video-text img {
    margin-left: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #EE703C;
    color: #000;
    font-size: 14px;
}

.about-wrapper-2 .about-video-image .video-text.ripple::before,
.about-wrapper-2 .about-video-image .video-text.ripple::after {
    width: 150px;
    height: 53px;
    border-radius: 100px;
}

.about-wrapper-2 .abour-right-items {
    border-radius: 12px;
    border: 1px solid #2A2A2A;
    background: #1D1D1D;
    margin-top: 30px;
    padding: 24px;
}

.about-wrapper-2 .abour-right-items .content-box {
    padding: 24px;
    background-color: #EE703C;
    border-radius: 12px;
}

.about-wrapper-2 .abour-right-items .content-box:last-child {
    background-color: #000;
}

.about-wrapper-2 .abour-right-items .content-box:not(:last-child) {
    margin-bottom: 24px;
}

.about-wrapper-2 .abour-right-items .content-box h3 {
    color: #EE703C;
    margin-bottom: 5px;
}

.about-wrapper-2 .abour-right-items .content-box p {
    color: #EE703C;
}

.about-wrapper-3 .about-image {
    max-width: 526px;
    position: relative;
}

.about-wrapper-3 .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper-3 .about-image .video-box {
    width: 115px;
    height: 108px;
    line-height: 108px;
    background-color: #EE703C;
    border-radius: 12px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-wrapper-3 .about-image .video-box .video-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #EE703C;
    color: #000;
    display: inline-block;
    font-size: 22px;
}

.about-wrapper-3 .about-content .about-content-items {
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .about-wrapper-3 .about-content .about-content-items {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.about-wrapper-3 .about-content .about-content-items .content h3 {
    margin-bottom: 5px;
}

.about-wrapper-3 .about-content .about-content-items .content:not(:last-child) {
    margin-bottom: 25px;
}

.about-wrapper-3 .about-content .about-content-items .growth-content {
    border-radius: 12px;
    background-color: #EE703C;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-wrapper-3 .about-content .about-content-items .growth-content .text-left h3 {
    color: #EE703C;
}

.about-wrapper-3 .about-content .about-content-items .growth-content .text-left p {
    color: #EE703C;
    font-size: 16px;
    font-weight: 400;
}

.about-wrapper-3 .about-content .about-content-items .growth-content .icon {
    text-align: center;
}

.about-wrapper-3 .about-content .about-content-items .growth-content .icon .arrow-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #EE703C;
    color: #000;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
}

.about-wrapper-3 .about-content .about-content-items .growth-content .icon .arrow-icon:hover {
    background-color: #000;
    color: #EE703C;
}

.about-wrapper-3 .about-content .about-content-items .growth-content .icon h4 {
    font-size: 20px;
    font-weight: 400;
    color: #EE703C;
    font-family: "Kanit", sans-serif;
    margin-top: 15px;
}


.about .stats-row {
    display: flex;
    /* gap: 40px;*/
    margin: 10px 0 10px 0;
    padding: 10px 0;
    /*border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);*/
}

@media (max-width: 768px) {
    .about .stats-row {
        flex-direction: column;
        gap: 30px;
    }
}

.about .stats-row .stat-item {
    text-align: center;
}

.about .stats-row .stat-item h3 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #115dbf;
    line-height: 1;
}

.about .stats-row .stat-item p {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.about .stats-row .stat-item .span {
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
    padding: 10px 0 10px 0;
}

.clients .swiper-slide img {

    transition: 0.3s;

}

.clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

.clients .swiper-wrapper {
    height: auto;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.sidebar-first-item1-p {
    position: relative;
    color: #231F20;
    overflow: hidden;
    margin-bottom: 2rem;
}

.sidebar-first-item1-p::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 60%;
    margin-left: 10px;
    border-top: 2px dashed #707070;
}

.features-icons {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .contact-form-container {
    padding: 10px 0;
}

.contact .contact-form-container .form-intro {
    margin-bottom: 60px;
}

.contact .contact-form-container .form-intro h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
    color: var(--heading-color);
    letter-spacing: -0.5px;
}

@media (max-width: 768px) {
    .contact .contact-form-container .form-intro h2 {
        font-size: 28px;
    }
}

.contact .contact-form-container .form-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--default-color);
    margin-bottom: 0;
    opacity: 0.85;
}

.contact .contact-form-container .contact-form .row {
    margin-bottom: 40px;
}

.contact .contact-form-container .contact-form .row:last-of-type {
    margin-bottom: 0;
}

.contact .contact-form-container .contact-form .form-field {
    position: relative;
    margin-bottom: 40px;
}

.contact .contact-form-container .contact-form .form-field.message-field {
    margin-bottom: 50px;
}

.contact .contact-form-container .contact-form .form-field .field-label {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--heading-color);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.8;
}

.contact .contact-form-container .contact-form .form-field .form-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
    background: transparent;
    padding: 20px 0 15px 0;
    font-size: 16px;
    color: var(--default-color);
    transition: all 0.3s ease;
}

.contact .contact-form-container .contact-form .form-field .form-input:focus {
    outline: none;
    border-bottom-color: var(--accent-color);
    background: transparent;
}

.contact .contact-form-container .contact-form .form-field .form-input::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
    opacity: 1;
}

.contact .contact-form-container .contact-form .form-field .message-input {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    padding-top: 25px;
}

.contact .contact-form-container .contact-form .send-button {
    background: transparent;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    padding: 18px 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact .contact-form-container .contact-form .send-button .button-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.contact .contact-form-container .contact-form .send-button:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
}

.contact .contact-form-container .contact-form .send-button:hover .button-arrow {
    transform: translateX(5px);
}

.contact .contact-sidebar {
    background: color-mix(in srgb, var(--accent-color), transparent 97%);

    padding: 60px 40px;
}

.contact .contact-sidebar .contact-header {
    margin-bottom: 10px;
}

.contact .contact-sidebar .contact-header h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--heading-color);
    letter-spacing: -0.3px;
}

.contact .contact-sidebar .contact-header p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--default-color);
    margin-bottom: 0;
    opacity: 0.85;
}

.contact .contact-sidebar .contact-methods {
    margin-bottom: 30px;
}

.contact .contact-sidebar .contact-method {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.contact .contact-sidebar .contact-method:last-child {
    margin-bottom: 0;
}

.contact .contact-sidebar .contact-method .contact-icon {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    display: flex;

    justify-content: center;
    color: var(--accent-color);
}

.contact .contact-sidebar .contact-method .contact-icon i {
    font-size: 20px;
}

.contact .contact-sidebar .contact-method .contact-details {
    flex: 1;
}

.contact .contact-sidebar .contact-method .contact-details .method-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--accent-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.contact .contact-sidebar .contact-method .contact-details p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--default-color);
    margin-bottom: 0;
}

.contact .contact-sidebar .connect-section {
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    padding-top: 10px;
}

.contact .contact-sidebar .connect-section .connect-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--accent-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.contact .contact-sidebar .connect-section .social-links {
    display: flex;
    gap: 1px;
}

.contact .contact-sidebar .connect-section .social-links .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--default-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact .contact-sidebar .connect-section .social-links .social-link i {
    font-size: 16px;
}

.contact .contact-sidebar .connect-section .social-links .social-link:hover {
    color: var(--accent-color);
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .contact .contact-form-container {
        padding: 0px 0;
    }

    .contact .contact-sidebar {
        padding: 40px 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .contact .contact-form-container .form-intro {
        margin-bottom: 40px;
        text-align: center;
    }

    .contact .contact-form-container .contact-form .row {
        margin-bottom: 20px;
    }

    .contact .contact-form-container .contact-form .form-field {
        margin-bottom: 30px;
    }

    .contact .contact-sidebar {
        padding: 30px 25px;
    }

    .contact .contact-sidebar .contact-header,
    .contact .contact-sidebar .contact-methods {
        margin-bottom: 40px;
    }

    .contact .contact-sidebar .contact-method {
        margin-bottom: 30px;
    }
}

.sidebar-first-item1-tr h3 {
    position: relative;
    color: #231F20;
    overflow: hidden;
    margin-bottom: 2rem;
}

.sidebar-first-item1-tr h3:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 60%;
    margin-left: 10px;
    border-top: 2px dashed #707070;
}
.navbar-brand img{
    width: 200px;
    height: auto;
}

/* Case Study */

.case-st-div-outer {
    position: relative;
    margin-bottom: 8px;
    padding: 8px 8px;
}

.case-st-div-outer a {
    position: absolute;
    top: 26px;
    right: 33px;
    z-index: 75;
}

.case-st-div-outer a img {
    height: 35px;

}

.case-st-div-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    /* border: 2px red solid; */
    top: 0px;
    left: 0;
    padding: 56px;
    padding-top: 56px;
}

.case-st-div-inner h3 {
    color: #ef5b2b;
    font-weight: 500;
    font-size: 1.4em;
}

.case-st-div-inner p {
    color: #868686;
    line-height: 28px;
    font-size: 0.9em;
    margin-top: 12px;
}