@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
    --bgPrimary: #1f496b;
    --bgSecondary: #ed5816;
    --bgHeading: #222429;
    --bgDark: #222;
    --lightGrey: #f2f2f2;
     --lightGrey-10:#f4f5f8;
    --headIcon: #AD4220;
    --bgBody: #97999D;
    --montserrat: "Montserrat", sans-serif;
    --openSans: "Open Sans", sans-serif;
    --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

::-webkit-scrollbar {
    width: 5px !important;
    padding: 0 5px !important;
}

::-webkit-scrollbar-track {
    background: var(--bgPrimary) !important;
    padding-right: 15px !important;
    margin-right: 10px !important;
}

::-webkit-scrollbar-thumb {
    background-color: var(--bgSecondary) !important;
    border-radius: 5px !important;
    width: 5px !important;

}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    color: var(--bgBody) !important;
    font-family: var(--montserrat)  !important;;
    font-size: 16px  !important;;
    overflow-x: hidden;
background-color:white;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0  ;
    font-family: var(--montserrat)  !important;;
    word-break: break-word  !important;;
}

.para {
    line-height: 30px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--bgBody);
}

ul {
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    margin: auto;
}

.textSecondary {
    color: var(--bgSecondary);
}

.textPrimary {
    color: var(--bgPrimary);
}

.textHead {
    color: var(--bgHeading);
}

.textWhite {
    color: white;
}

.gap10 {
    gap: 10px;
}

.fs-20 {
    font-size: 20px;
}

.fs-35 {
    font-size: 35px;
}

.shadow {
    box-shadow: var(--shadow);
}
.disableClickEvent {
    pointer-events: none;
    touch-action: none;
}
.shadow-sm {
    box-shadow: var(--shadow-sm);
}

.shadow-lg {
    box-shadow: var(--shadow-lg);
}

.overflowHidden {
    overflow: hidden;
}
.pr-10{
padding-right:10px;
}
.zIndex-2{
z-index:2;
}
.textWhite{
color:white;
}
.borderLeftPrimary {
    border-left: 5px solid var(--bgSecondary);
}
.borderTopGrey{
border-top:1px solid #D8D8D880;
}
.borderTopSecondary{
border-top: 1px solid var(--bgSecondary);
}
.roundedDot {
    background-color: var(--lightGrey);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.roundedCheck {
    background-color: var(--lightGrey);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.roundedCheck i {
    font-size: 25px;
    color: var(--bgHeading)
}

.gap-20 {
    gap: 20px;
}
.bgLightGrey{
background-color:var(--lightGrey-10);
}
.btn {
    padding: 18px 52px;
    color: white;
    font-family: var(--montserrat);
    font-weight: 600;
    line-height: normal;
    transition: all .3s ease-in-out;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
}

.btnPrimary {
    background-color: var(--bgPrimary);
}
.formBottm a.submitBtn {
    padding: 15px 46px;
    color: white;
    font-family: var(--montserrat);
    font-weight: 600;
    line-height: normal;
    transition: all .3s ease-in-out;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    background-color: var(--bgSecondary);
    border-radius: 0;
}
.btnPrimary:hover {
    background-color: var(--bgSecondary);
}

.btnSecondary {
    background-color: var(--bgSecondary);
}

.btnSecondary:hover {
    background-color: var(--bgPrimary);
}

.textUppercase {
    text-transform: uppercase;
}

.roundedPrimary {
    width: 40px;
    height: 40px;
    background-color: var(--bgSecondary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .3s ease-in;
}

.roundedPrimary:hover {
    background-color: var(--bgPrimary);
}

.sectionHead {
    padding-right: 70px;
    position: relative;
    display: inline-block;
    color: var(--bgSecondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
}

.sectionHead::after {
    background-color: var(--bgSecondary);
    top: 50%;
    border-radius: 10px;
    content: "";
    height: 2px;
    right: 0;
    transform: translateY(-50%);
    margin-top: 0;
    position: absolute;
    width: 55px;
}

.rightArrow {
    background-color: rgb(227 228 230);
    transition: all .3s ease;
    color: var(--bgPrimary);
    cursor: pointer;
}

.rightArrow:hover {
    color: white;
    background-color: var(--bgSecondary);
}

.bgChooseUs {
    background-image: url('https://dataint.us/public/storage/2024/08/05/cms/home2-bg1-1.png');
    background-color: #f4f5f8;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

select,
input,
textarea {
    width: 100% !important;
    padding: 6px 15px !important;
   background-color:white;
    min-height: 55px;
    color: #757575 !important;
    border: none !important;
  outline: none !important;
font-size:16px !important;
    max-width: 100% !important;
    margin-bottom: 15px !important;
}
textarea{
    height: 100px  !important;
}
textarea::placeholder,input::placeholder,select::placeholder{
font-size:16px !important;
}
select:focus ,textarea:focus,input:focus{
  border: 2px solid #ed5816!important
}
.formBottm  a.fbTextPrimary{
display:none;
}
select.formSelect{

}
.topHeader i {
    color: var(--headIcon);
}

.header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 99;
}

.headerMenu .navBar {
    display: flex;
    gap: 25px;
    color: var(--bgBody);
}

.headerMenu .navItem .navLink {
    font-weight: 600;
    color: var(--bgDark);

}
.headerMenu .navItem .downArrow{
position: relative;
    left: 8px;
    top: 2px;
}
.headerMenu ul li {
    position: relative;
}

.headerMenu ul li ul.dropdown {
    position: absolute;
    left: 0;
    width: 300px;
    background-color: var(--bgPrimary);
    height: 0;
    margin: 0;
    z-index: 99;
    background-color: white;
    box-shadow: var(--shadow);
    top: 79px;
    overflow: hidden;
    transition: height 0.8s ease-in-out;
    max-height: 0;
    /* Ensure initial max-height is 0 */

}

.headerMenu .navItem {
    padding: 30px 0;
}

.headerMenu .navItem .dropdown li {
    padding: 10px 0;
    padding-left: 15px;
    border-left: 2px solid transparent;
}

.headerMenu .navItem .dropdown li:hover {
    border-left: 2px solid var(--bgSecondary);
    background-color: var(--lightGrey);
}

.headerMenu .navItem:hover .dropdown {
    height: auto;
    max-height: 500px;
    /* Set a max-height value to animate to */
    padding: 15px 0;
    border-top: 2px solid var(--bgSecondary);
}
.servicemenu  + .dropdown{
    display: flex;
flex-wrap:wrap;
width:50vw !important;
max-width:600px;
}
.servicemenu  + .dropdown li{
flex:0 0 50%;
}
.homeBanner {
    background-color: #305776;
}
.homeBanner  .bgBanner{
    background-image: url(https://dataint.us/public/storage/2024/08/16/cms/dataint-banner-bg.jpg);
    width: 100%;
    /* background-position: left center; */
    background-repeat: no-repeat;
    background-size: contain;
}
.homeBanner .owl-prev,
.homeBanner .owl-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    color: white !important;
    transition: 0.6s ease;
    border-radius: 40px;
    user-select: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1) !important;
    transition: all 0.5s ease-in-out;
    transform: translateY(-50%)
}

.homeBanner .owl-prev {
    left: 0%;
}

.homeBanner .owl-next {
    right:0%;
}

.homeBanner .owl-prev:hover,
.homeBanner .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.homeBanner .sliderBox {
    display: flex;
    align-items: center;
}

.homeBanner .sliderBox .left {
    flex: 1.5;
    padding: 20px;
    padding-left: 70px;
}

.homeBanner .sliderBox .right {
    flex: 1;
    padding: 70px 20px;
}

.homeBanner .sliderBox .right img {
    max-width: 500px;
    margin: auto;
}

.homeBanner .sliderBox .bTitle {
    font-size: 68px;
    font-weight: 700;
    color: white;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
word-break:break-word;
}

/* animation hover custom css start*/

.animate-flip-hover {
    overflow: hidden;
}

.animate-flip-hover .roundedDot {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.animate-flip-hover:hover .roundedDot {
    transform: rotateY(180deg);
}

.animate-border-flip-hover {
    overflow: hidden;
}

.animate-border-flip-hover .roundedCheck {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.animate-border-flip-hover:hover .roundedCheck {
    transform: rotateY(180deg);
}

.animate-border-flip-hover {
    transition: color 0.4s ease;
    position: relative;
}

.animate-border-flip-hover:hover {
    margin-top: -15px;
    transition: all 0.4s ease;
}

.animate-border-flip-hover::before,
.animate-border-flip-hover::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.4s ease;
    border-color: transparent;
    border-width: 2px;
}

.animate-border-flip-hover::before {
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0;
}

.animate-border-flip-hover::after {
    bottom: 0;
    left: 0;
    border-width: 0 0 2px 2px;
}

.animate-border-flip-hover:hover::before {
    width: 100%;
    height: 100%;
    border-color: #f17d4a #f17d4a #f17d4a #f17d4a;
}

.animate-border-flip-hover:hover::after {
    width: 100%;
    height: 100%;
    border-color: #f17d4a #f17d4a #f17d4a #f17d4a;
}

/* animation hover custom css end*/


#myProgress {
    width: 100%;
    background-color: var(--bgGrey);
    border-radius: 10px;
}

#myProgress #myBar {
    width: 1%;
    height: 13px;
    background-color: var(--bgPrimary);
    position: relative;
    border-radius: 20px;
}

#myProgress #label {
    position: absolute;
    top: -25px;
    /* Position the label above the progress bar */
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.servicesWrapper {
    position: relative;
}

.servicesWrapper .serviceBox {
    border: 2px solid var(--lightGrey);
    overflow: hidden;
}

.servicesWrapper .serviceBox .topBox img {
    transition: all .3s ease-in-out;
}

.servicesWrapper .serviceBox .topBox img.thumbImg {
    max-height: 220px;
}

.servicesWrapper .serviceBox:hover .topBox img {
    transform: scale(1.1);
}

.servicesWrapper .serviceBox .topBox {
    position: relative;
}

.servicesWrapper .serviceBox .infoBox {
    padding: 40px 20px 20px 20px;
    text-align: center;
}

.servicesWrapper .serviceBox .infoBox .sTitle {
    font-size: 24px;
    color: var(--bgHeading);
    font-weight: 600;
}

.servicesWrapper .serviceBox .infoBox .sDesc {
    font-size: 16px;
    line-height: 20px;
}

.servicesWrapper .serviceBox .topBox .mapBox {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    bottom: -20px;
    transform: translate(-50%, 0);
    width: 60px;
    height: 60px;
    background-color: var(--bgPrimary);
    z-index: 2;
}

.servicesWrapper .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}

.servicesWrapper .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.owl-carousel.servicesWrapper .owl-nav button.owl-next,
.owl-carousel.servicesWrapper .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: white;
    color: var(--bgSecondary);
    font-size: 20px;
    border-radius: 40px;
    transition: all .3s ease-in-out;
}

.owl-carousel.servicesWrapper .owl-nav button.owl-next:hover,
.owl-carousel.servicesWrapper .owl-nav button.owl-prev:hover {
    background-color: var(--bgSecondary);
    color: white;
}

.projectBox .projectImgBox {
    overflow: hidden;
}

.projectBox .projectImgBox img {
    transition: all .3s ease-in
}

.projectBox:hover .projectImgBox img {
    transform: scale(1.1);
}

.projectBox:hover .rightArrow {
    background-color: var(--bgSecondary);
}

.founderBox .fInfo {
    position: absolute;
    width: 85%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    transition: all 400ms ease;
}

.founderBox .fInfo h4 {
    text-transform: uppercase;
    line-height: 24px;
}

.founderBox .iconBox {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease;
}

.founderBox:hover .fInfo {
    transform: translate(-50%, -10%);
    box-shadow: var(--shadow);
}

.founderBox:hover .iconBox {
    opacity: 1;
    visibility: visible;

}

.innerBanner {
    position: relative;
    height: 420px;
}

.innerBanner::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.innerBanner div {
    position: relative;
    z-index: 2;
}
.innerBanner h3{
font-size:40px !important;
}
.innerServicesList {
    padding-left: 0;
}

.innerServicesList li {
    margin-bottom: 10px;
}

.innerServicesList li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--bgPrimary);
    padding: 10px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.innerServicesList li:hover a {
    background-color: var(--bgPrimary);
    color: white;
}

.innerServicesList li.active {
    background-color: var(--bgPrimary);
    color: white;
}

.innerServicesList li.active a {
    color: white;
}
  .caseWrap .caseBox {
            position: relative;
            z-index: 2;
        }
       
        .caseWrap .caseBox::before {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            content: "";
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #222429 100%);
            pointer-events: none;
            z-index: 0;
            transition: all 500ms ease;
        }
        .caseWrap .caseBox:hover::before {
            background: var(--bgSecondary);
            opacity: .7;
        }
        .caseWrap .caseBox:hover .community{
            color: white;
        }
        .caseWrap .caseBox:hover .iconbox{
            display: flex;
        }
        .caseWrap .info {
            position: absolute;
            bottom: 30px;
            left: 40px;
        }
        .caseWrap .info .title{
            font-size: 24px;
            font-weight: 600;
        }
        .caseWrap .info .community{
            margin: 0
            ;
        }
        .caseWrap .caseBox  .iconbox {
            width: 40px;
            height: 40px;
            border: 1px solid white;
            color: white;
            /* display: flex; */
            justify-content: center;
            align-items: center;
            border-radius: 40px;
            display: none;
        }
        .caseWrap .caseBox  .iconbox{
            position: absolute;
            bottom: 40px;
            right: 40px;
        }
        .caseWrap .caseBox  .iconbox i{
            color: white;
            font-size: 16px;
        }
.teamGridBox {
    position: relative;
    transition: all 400ms ease;
}

.teamGridBox::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 120px;
    width: 100%;
    background-color: #F4F5F8;
    content: "";
    transition: all 400ms ease;
    z-index: -1;
}

.teamGridBox .infoBox {
    position: relative;
}

.teamGridBox .infoBox .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -35px;
    right: 20px;
    background-color: var(--bgSecondary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.teamGridBox:hover .infoBox .icon {
    opacity: 1;
    visibility: visible;
}

.teamGridBox:hover .infoBox h4 {
    color: white;
}

.teamGridBox .imgBox {
    overflow: hidden;
}

.teamGridBox .imgBox img {
    transition: all .3s ease;
}

.teamGridBox:hover .imgBox img {
    transform: scale(1.1);
}

.teamGridBox:hover::before {
    background-color: var(--bgPrimary);
}

.footer .useful-links .navItem {
    padding: 10px 0;
}

.footer .useful-links .navItem .navLink {
    color: white;
    font-weight: 500;
}

.footer {
    position: relative;
    z-index: 2;
}

.footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(18, 33, 63, .9);
    z-index: -1;
}

.footer {
    background-image: url('https://dataint.us/public/storage/2024/08/12/cms/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.fbPreviewContent .topBox{
display:none;
}
.fbPreviewContent .sbox{
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
}
.fbPreviewContent .sbox .question_text_div {
display:none;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (max-width: 768px) {
    .homeBanner .sliderBox .bTitle {
        font-size: 30px;
    }

    .homeBanner .sliderBox .right {
        padding: 15px;
    }

    .homeBanner .sliderBox .left {
        padding-left: 20px;
        padding-right: 0px;
    }

    .homeBanner {
        padding-top: 90px;
    }
.innerBanner h3{
    font-size: 30px;
}
}

@media (min-width: 768px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (max-width: 1024px) {
    .menuToggle {
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0px;
        z-index: 3;
        top: 0;
    }

    .menuToggle::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        transform: translateY(-12px);
        box-shadow: 0 12px #222;
        background-color: #222;
    }

    .menuToggle::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        transform: translateY(12px);
        background-color: #222;
    }

    .headerMenu.active .menuToggle::before {
        transform: rotate(45deg);
        box-shadow: 0 0px #222;
    }

    .headerMenu.active .menuToggle::after {
        transform: rotate(315deg);
        box-shadow: 0 0px white;
    }

    .headerMenu nav {
        position: absolute;
        width: 100%;
        top: calc(100% - 0px);
        left: 0;
        background-color: var(--bgPrimary);
        display: none;
        height: 90vh;
        overflow: auto;
    }

    .headerMenu.active nav {
        display: initial;
        padding: 15px 0;
        background-color: #F0F0F3;
    }

    .headerMenu .navBar {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .headerMenu .navItem {
        padding: 10px 0;
    }

    .headerMenu .navItem .navLink {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .headerMenu .navItem .navLink .downArrow {
        width: 25px;
        height: 25px;
        background-color: var(--bgPrimary);
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
    }

    .headerMenu .navItem:hover .navLink .downArrow {
        background-color: var(--bgSecondary);
    }

    .headerMenu .navItem:hover .navLink .downArrow i {
        transform: rotate(360deg);
    }

    .headerMenu .navItem:hover .dropdown {
        position: static;
        width: 100%;
        margin-top: 5px;
        box-shadow: none;
        border-top: none;
    }

    .headerMenu .navItem .navLink .downArrow i {
        transform: rotate(270deg);
        font-size: 14px;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: white;
        z-index: 99;
    }

    body.noScroll {
        overflow: hidden;
    }

    .footer .useful-links {
        display: block;
        position: static;
        height: auto;
        overflow: auto;
        background-color: transparent;
    }

    .footer .menuToggle {
        display: none;
    }
.servicemenu + .dropdown{
display:block;
width:100% !important;
}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
    @media (min-width: 1300px) {
        .container {
            max-width: 1230px;
        }
    }
    @media (min-width: 1400px) {
      .homeBanner .owl-prev {
    left: -25%;
}

.homeBanner .owl-next {
    right:-25%;
}
    }