:root {
    --theme-color: #1a1d30;
    --theme-color2: #fc6e08;
}

.theme1 {
    color: var(--theme-color) !important;
}

.bg-theme1 {
    background: var(--theme-color);
}

.bg-theme2 {
    background-color: var(--theme-color2);
}

.theme2 {
    color: var(--theme-color2);
}

.section {
    padding: 80px 0px;
}

.myshadow {
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.059);
}

@media (max-width:424px) {
    .head-name {
        margin-right: 70px;
    }
}

@media (max-width:578px) {
    .logo-header {
        margin-right: 0px !important;
    }

    .cards h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .icon {
        min-width: 30px !important;
        height: 30px !important;
    }
   
    .title {
        font-size: 28px !important;
        font-weight: 600;
        line-height: 33px !important;
    }

    .head-name h1 {
        font-size: 17px !important;
    }

    .head-name h1 span {
        font-size: 10px !important;
        word-spacing: 0px !important;
        letter-spacing: 0px;
        font-weight: 500 !important;
    }
}

@media (min-width:579px) and (max-width:767px) {
    .head-name h1 {
        font-size: 40px !important;
    }

    .head-name h1 span {
        font-size: 17px;
        /*word-spacing: 20px !important;
        letter-spacing: 2px;*/
        font-weight: 500 !important;
    }
}

@media (min-width:768px) {
    .head-name h1 {
        font-size: 50px !important;
    }

    .head-name h1 span {
        font-size: 17px;
       /* word-spacing: 20px !important;
        letter-spacing: 8px;*/
        font-weight: 500 !important;
    }
}


.head-name h1 {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    line-height: 25px;
}


.srch-btn {
    width: 330px !important;
    border:1px solid var(--theme-color);
}



.head-strip {
    background: var(--theme-color);
}

.main-bar {
    background-color: #fff;
}

.sec-tlt {
    margin-bottom: 18px;
}

.title {
    font-size: 38px;
    font-weight: 600;
    line-height: 53px;
}

.sub-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 0;
}

.cards h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.cards p {
    font-size: 15px !important;
}

.head-info {
    margin-left: 20px;
}

.head-info i {
    min-width: 30px;
    height: 30px;
    border-radius: 7px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
}

.icon {
    min-width: 35px;
    height: 35px;
    margin-top: 7px;
    border-radius: 7px;
    background: var(--theme-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.icon i {
    color: #fff;
}


.rch-btn {
    min-width: 200px !important;
    max-width: 200px !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.rch-btn1 {
    background: #1a1d30;
    color: #fff;
}

.rch-btn1:hover,
.rch-card-btn:hover {
    background: #001022;
    color: #fff;
    transition: 0.4s ease;
    /* background:#6EB5FF;
    color:#000;
    transition:0.4s ease; */
}

.rch-btn2 {
    background: #6EB5FF;
    color: #000;
    border: 3px solid transparent;

}

.rch-btn2:hover {
    background: #fff;
    border: 3px solid #1a1d30;
    color: #1a1d30;
}

.rch-card-btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 7px 10px !important;
    background: var(--theme-color);
    border-radius: 5px;
}

.btn-cta {
    background: #fc6e08;
    color: #000;
}

.btn-menu {
    background: #fc6e08;
    color: #000;
}

.header-nav .nav>li {
    /* margin: 0 12px; */
    font-weight: 400;
    text-transform: uppercase;
    position: relative
}

.slide-content-box p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    line-height: 25px
}

.btn,
.btn-secondry {
    padding: 14px 30px;
    display: inline-block;
    font-size: 12px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    overflow: hidden;
    vertical-align: middle
}

/************************************/
/******team******/


.team-card {
    width: 100%;
    padding: 20px;
    border-radius: 7px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgb(5 5 5 / 3%), 0px 0px 8px 0px rgb(5 5 5 / 5%);
    margin-bottom: 30px;
}

.team-card:hover {
    box-shadow: 0px 0px 11px 0px rgb(5 5 5 / 3%), 0px 0px 16px 0px rgb(5 5 5 / 5%);
}

.team-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    margin: auto;
    border-radius: 50%;
}

.team-card:hover .social i {
    color: var(--theme-color);
}

.social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 13px 0px #0b2f5c29;
    margin-right: 10px;
}

.social i {
    color: gray;
}

.team-card h4 {
    margin-top: 20px;
}

.team-card p {
    font-size: 13px !important;
    line-height: 20px !important;
}

.dlab-bnr-inr-entry h1 {
    position: relative;
    width: fit-content;
}

.dlab-bnr-inr-entry h1::after {
    content: "";
    position: absolute;
    top: 60px;
    /* left: 0; */
    width: 100%;
    height: 5px;
    background-color: #fff !important;
    z-index: 99999999 !important;
}

/******team******/



/**********************************************/
@media only screen and (max-width:991px) {
    .header-content-bx .header-nav {
        position: fixed
    }

    .navbar-toggler {
        float: right;
        position: absolute;
        right: 20px;
        bottom: 30%;
    }

    .navbar-toggler span {
        background: #181d31;
    }
}