/**
Theme Name: hashonecreatives
Theme Description: Hashonecreatives.com website
*/

/* @font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(css/fonts/plusJakartaSan-400.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(css/fonts/plusJakartaSan-800.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */


html {
    font: 400 16px/1.5 'Plus Jakarta Sans', sans-serif;
    scroll-behavior: smooth;
    cursor: none;
}

body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    font: 500 17px/1.8 'Plus Jakarta Sans', sans-serif;
    color: #2A2A2A;
    width: 100%;
    background-color: #FAFAFA;
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
}

a, .slick-slide {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

b,
strong {
    font-weight: 900;
    position: relative;
}

a:active,
a:focus,
a:hover {
    outline: 0 !important;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.smallHeading {
    color: #000000;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: -0.02em;

}

.smallHeading {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.48em;
    color: #03045e;
    text-transform: uppercase;
    margin-bottom: .5rem;
    position: relative;
    padding-left: 70px;
    display: inline-block;
}

span.line {
    position: absolute;
    height: 2px;
    width: 60px;
    background-color: #000000;
    left: 0;
    top: 10px;
}

.modal {

    z-index: 11116;
}

.clientimg {
    width: 40px;
    height: 65px;
    border-radius: 20px 0px 20px 20px;
    box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
    object-fit: cover;
}

.hero span.line {
    background-color: #FFFFFF;
}

.hero .smallHeading {
    color: #FFFFFF;
}

h1 {
    font-size: 5.2vw;
}

h2,
.heading {
    font-size: 3vw;
}

h3 {
    font-size: 2.2vw;
}

.clr {
    color: #6AC5EF;
}

.bgb {
    background-color: #000;
}

.job-detail-content ul, .job-detail-content li, .job-detail-content ol {
    list-style: disc;
    padding: 2px .025rem;
    margin-left: .5rem;
}

.job-detail-content h4 {
    margin-top: 2rem
}

.whiteBg {
    background-color: #FFFFFF;

}

.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #FAFAFA;
z-index: 5;}

.navbar-brand {
    width: 150px;
}

.hero-other {
    background-repeat: no-repeat;
    position: relative;
}

.hero {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 251px;
    width: 100%;
    height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    position: fixed;
    background-color: #000000;
}

.hero h1 {
    color: #FFFFFF;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 60%) 33%, rgb(0 0 0 / 25%) 100%);
    z-index: -1;
}

.nectar-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
    overflow: hidden;
    z-index: -1;
    margin-left: -50vw;
    left: 50%;
    width: 100vw !important;
    height: 100%;
}

.nectar-video-inner {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: flex;
}

.nectar-video-inner video {
    object-fit: cover;
    width: 100%;
}

.nectar-img-inner {
    object-fit: cover;
    width: 100%;
    display: flex;
    height: 100%;
}

.nectar-img-inner img {
    object-fit: cover;
    width: 100%;
}

.btn-1, .box div.wpforms-container-full .wpforms-form button[type=submit] {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    position: relative;
    z-index: 5;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FFF;
    box-shadow: none;
    border-radius: 0;
    background: #0EB8FF;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box div.wpforms-container div.wpforms-uploader {
    border: 1px dashed #0eb8ff;
    border-radius: 2px;
    background: #f8fdff;
}

.line-btn {
    background: transparent;
    color: #03045E;
    border: 1px solid #CAF0F8;
    box-shadow: none;
    border-radius: 0;
    padding: 1rem 2.5rem;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}

.line-btn span {
    position: absolute;
    right: -1.5rem;
}



.line-btn:hover {
    background-color: #CAF0F8;
    color: #000000;
}

.smallbtn {
    font-size: 12px;
    padding: .75rem 1rem;
}

.lgbtn {
    font-size: 16px;
    padding: .75rem 2rem;
}

.cta {
    background-color: #0E9FFF;
    color: #FFFFFF;
}
.cta .line-btn{
    color: #FFFFFF;
}
.cta .line-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

section {
    position: relative;
}

.sectionBg-Color {
    position: relative;
    background-color: #FAFAFA;
    /* background: linear-gradient(180deg, #f9fbff 20.45%, rgb(255, 255, 255) 56%); */
}
.accordion-item {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #0000003b;
}
.accordion-button:not(.collapsed) {
    color: #000000;
     background-color: transparent;
    box-shadow: none;
    font-weight: 600;
    padding: 1rem 1.25rem 0REM;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #fafafa;
    outline: 0;
    box-shadow:none;
}
.accordion-item ul{list-style: disc;padding: .5rem 1.25rem 1rem;}
.accordion-item ul li{
    list-style: disc;
}
.accordion-button {
    font-weight: 600;
}

.servicesSection {
    position: relative;
    z-index: 2;
}

ul.service-ul .num {
    font-size: 78px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #E7F8FC;
    margin: 0 -58px -42px;
}

.md-hd {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    margin: 0 0 15px;
}

ul.service-ul p {
    letter-spacing: normal;
    margin: 0 0 1.5rem;
    font-size: 14px;
    line-height: 1.8;
}

ul.service-ul li {
    display: inline-block;
    width: 33%;
    padding: 0 4rem;
    vertical-align: top;
}

.slick-slide {
    height: auto;
}

.slick-arrow {
    width: 58px;
    height: 58px;
    border: 1px solid #CAF0F8;
    background: transparent;
    font-size: 0px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.slick-arrow:before {
    content: "\f105";
    color: #FFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.644' height='18.932' viewBox='0 0 33.644 18.932'%3E%3Cpath id='arrow-right' d='M25.3,8.534l-1.591,1.591,6.75,6.75H1.125v2.25H30.462l-6.75,6.75L25.3,27.466,34.769,18Z' transform='translate(-1.125 -8.534)' fill='%2303045E'/%3E%3C/svg%3E%0A");
    width: 38px;
    height: 38px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

button.slick-prev.slick-arrow {
    transform: rotate(180deg);
    position: absolute;
    bottom: 0px;
    left: 10px;
}

button.slick-next.slick-arrow {
    margin: 0 0 0 70px;
}

.slick-arrow:hover {
    background: #CAF0F8;
}

.service-ul-js .slick-track {
    margin: 0 0 25px;
}

.service-ul-js .slick-dots li button {
    width: auto;
    opacity: 0;
    font-size: 25px;
    display: none;
    background: transparent;
    border: none;
}

.service-ul-js .slick-dots li {
    width: auto;
}

.service-ul-js .slick-dots li.slick-active button {
    opacity: 1;
    position: absolute;
    right: 40px;
    background-color: transparent;
    font-weight: bold;
    color: #0077B6;
    display: block;
}

.service-ul-js ul.slick-dots {
    position: absolute;
    padding: 0 0;
    right: 0;
    bottom: 32px;
}

.service-ul-js .slick-dots li.slick-active button:after {
    content: "/8";
    font-size: 25px;
    color: #0077B6;
    right: -22px;
    top: 2px;
    position: absolute;
}

.projects {
    /* background-color: #FFFFFF; */
    z-index: 56;
    position: relative;
}

.project {
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.project:hover .cover {
    -webkit-clip-path: polygon(5% 10%, 95% 0, 95% 90%, 5% 95%);
    clip-path: polygon(5% 10%, 95% 0, 95% 90%, 5% 95%);
    padding: 8rem 4rem 10rem;
    height: 610px;
}

.project .cover {
    background-color: #EFEFEF;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    display: block;
    height: 512px;
    position: relative;
    transition: all .5s cubic-bezier(.67, 0, .285, 1);
    padding: 5rem 4rem;
}

.project:hover .cover img {
    transform: translateZ(0) scale(.85);
    padding-top: 0rem;
}

.project .cover img {
    transition: all 1s cubic-bezier(.67, 0, .285, 1), opacity 0s linear;
    width: 100%;
    padding-top: 1.5rem;
    transform: translateZ(0) scale(1.05);
}

.hero-margin {
    min-height: 100vh
}

.text-heading,
.up,
.up1 {
    transition: transform 10ms linear;
}

.abt {
    background-color: rgb(0 0 0 / 95%);
    position: relative;
    color: #FFFFFF;
    z-index: 5;
}

.abt.blueBg {
    background: transparent radial-gradient(closest-side at 69% 53%, #07A5E8 0%, #0077B6 100%) 0% 0% no-repeat padding-box;
}

.abt h3,
.abt h4,
.abt .smallHeading {
    color: #FFFFFF;
}

.abt span.line {
    background-color: #FFFFFF;
}

.bdr-t {
    border-top: 1px solid #3a3a3a;
}

.lg-foo .bdr-t {
    border-top: 1px solid #D4D4D4;
}

.testimonials-bg {
    background: url(images/testimonials-bg.svg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
}

.careers-bg {
    background: url(images/careers-bg.svg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
}

.bxs-quote {
    width: 66px;
    margin-left: -4rem;
    margin-bottom: -2rem;
}

.img-1 {
    position: absolute;
    right: 15rem;
    top: -5rem;
}

.img-2 {
    position: absolute;
    right: -3rem;
    top: 7rem;
}
ul.tec{
    display: block;
    width: 100%;
}

ul.tec li {border: 1px solid #000;display: inline-block;width: 20%;margin: -2px -2px 0px;text-align: center;}
ul.tec li img{ height:40px}

footer {
    background-color: #000000;
    font-size: 13px;
    color: #CCCCCC;
}

.scta {
    background-color: #000000;
    position: relative;
}
.scta span.line {
    background-color: #ffffff;
    top: 11px;
}
.scta  .line-btn {
    color: #ffffff;
}

.scta  .line-btn:hover {
    background-color: transparent;}

footer.lg-foo {
    background-color: #FFFFFF;
    color: #313131;
}

footer h6 {
    font-size: 18px;
    color: #e1e1e1;
}
footer a{
    color: #CCCCCC;
}

footer.lg-foo h6 {
    color: #64676E
}

footer .foo-logo {
    width: 150px;
}

footer ul.li-50 li, .menu-discover-container ul li  {
    width: 48%;
    display: inline-block;
}


footer ul li{
    margin-bottom: .75rem;
}

footer a:hover {
    color: #0EB8FF;
}

.steps-items{
    position: relative;
}
.steps-items::before {
    display: table;
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 8rem;
    background-color: #0EB8FF;
}

.steps-items:last-child::before{
    width: 0;

}
ul.tec{
    display: block;
    width: 100%;
}

ul.tec li {border: 1px solid #000;display: inline-block;width: 20%;margin: -2px -2px 1px;text-align: center;padding: 3rem .25rem;}

.counts{
    font-size: 84px;
    line-height: 29px;
    text-align: left;
    color: #e3e3e3;
    opacity: 0.9;
    font-weight: 700;
}

/*======= SERVICES DETAILS PAGE CSS =======*/
/* 
.single-color {
    background-color: #FBFCFF;
} */

.fs-30px {
    font-size: 30px;
}

.fs-18px {
    font-size: 18px;
}

.fs-14px {
    font-size: 14px;
}

.num {
    font-size: 78px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #E7F8FC;
    margin: 0 -58px -42px;
}

.after::after,
.after::before {
    display: none;
}

.mt-n4 {
    margin-top: -4rem !important;
}

.input-brd, .box div.wpforms-container-full .wpforms-form input[type=text], .box div.wpforms-container-full .wpforms-form input[type=tel], .box div.wpforms-container-full .wpforms-form input[type=email] {
    border-color: #6AC5EF;
}

.bg-dark-blue {
    background-color: #03045E !important;
}

.text-dark-blue {
    color: #03045E !important;
}

.another-text-dark-blue {
    color: #080043;
}

.transform-none {
    transform: none !important;
}

.moreBox {
    padding-bottom: 20px;
}

.icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(#9fe3ff 0%, rgba(251, 252, 255, 0) 100%);
    border-radius: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newIcon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}


.icon-Points {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.icon-P {
    height: 44px;
    margin-bottom: 1rem;
}
.fs-15px {
    font-size: 15px;
}

.hr-line::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 30px;
    background-color: #03045e;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    top: 10px;
}

.bg-water-blue {
    background: linear-gradient(#d5f6fe 0%, rgba(0, 203, 255, 0) 100%);
}


/*==== work page css===*/
.bg-grey {
    background-color: #F1F2F2;
}

.fs-55px {
    font-size: 55px;
}

.light-blue {
    color: #0077b6;
}

.fs-20px {
    font-size: 20px;
}

.radius-27px {
    border-radius: 27px !important;
}

.bg-blue {
    background-color: #006CD8;
}

.portfolio-slider button.slick-prev.slick-arrow {
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.portfolio-slider button.slick-next.slick-arrow {
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    right: -126px;
    left: 0;
}

.portfolio-slider button.slick-arrow {
    bottom: -100px !important;
}

#myTab button.active {
    color: #0eb8ff !important;
}

#cursor {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
}

.landing a.line-btn {
    color: #FFFFFF;
}

.landing a.line-btn:hover {
    color: #FFFFFF;
}

.landing a.line-btn:hover span {
    display: none;
}

.landing.cms .hero::after {
    content: none;
}

.leadText {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.leadText-1 {
    font-size: 22px;
}

.tech-bg-gradient {
    background: linear-gradient(180deg, #fafbfd 20.45%, rgba(250, 251, 253, 0) 56%);
}

.tech-bg-img {
    background: url(images/bg-tech.svg) no-repeat;
    background-position: right top;
    background-size: 107%;
    padding: 7rem;
}

.la-icon {
    width: 60px;
    margin: auto;
    height: 66px;
}

.la-cms-icon {
    width: 54px;
    margin: auto;
    height: 60px;
}

.logo-icon {
    margin: auto;
    height: 60px;

}

.fBox {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 24px rgba(91, 91, 91, 0.07);
    padding: 1.5rem 2.3rem;
    border: 1px solid #fff;

    font-size: 16px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fBox:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
    border: 1px solid #fafafa;
    box-shadow: 0px 12px 29px rgb(250 250 250 / 54%);
    transform: translateY(10px);
}

.stepp-icon {
    background: #effaff;
    border: 1px solid #0eb8ff;
    border-radius: 100rem;
    position: relative;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 6;
    padding: 1rem;
}

.steps-items {
    font-size: 14px;
    padding: 5rem 1rem 1rem;
}

.steps-items h4 {
    font-size: 18px;
}

.stepp-icon span {
    position: absolute;
    z-index: -1;
    font-size: 76px;
    color: #E6F8FF;

    top: -15.5rem;

    left: -.5rem;
    font-weight: 600;
}



/*==== hover: hover===*/

@media (hover: hover) and (pointer: fine) {
    .cursor__circle {
        width: 18px;
        height: 18px;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        background-color: rgb(0, 0, 0);
        transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    }


    #cursor.arrow-foo .cursor__circle {
        width: 18px;
        height: 18px;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        background-color: #0EB8FF;
    }


    #cursor.arrow .cursor__circle {
        width: 148px;
        height: 148px;
        background-color: #0befff;
        border-color: #0befff;
        opacity: .5;
    }

    #cursor.arrow::after {
        content: '';
        position: absolute;
        left: -50%;
        top: -50%;
        width: 100%;
        height: 100%;
    }

    #cursor.arrow-3 .cursor__circle {
        width: 66px;
        height: 66px;
        background-color: #0befff;
        border-color: #0befff;
        opacity: .5;
    }

    #cursor.arrow-down .cursor__circle {
        width: 72px;
        height: 72px;
        background-color: #ffffff;
        border: solid 2px #ffffff;
        mix-blend-mode: color;
        position: relative;
        opacity: 1;
    }

    #cursor.arrow-down {
        mix-blend-mode: exclusion;
    }

    #cursor.arrow-down::after {
        content: '\2192';
        font-size: 36px;
        position: absolute;
        left: -50%;
        top: 0%;
        color: #000000;
        opacity: 0;
        animation: arrowDown 2s ease infinite;
        transform-origin: left;
        transform: translate(100%, -60%) rotate(90deg);
    }

    #cursor.arrowheading .cursor__circle {
        width: 148px;
        height: 148px;

    }

    #cursor.arrowProject .cursor__circle {
        width: 148px;
        height: 148px;
        background-color: #0befff;
        border-color: #0befff;
        opacity: .5;
    }

    #cursor.arrowProject::after {
        content: '\2192';
        font-size: 36px;
        position: absolute;
        left: -50%;
        top: 0%;
        color: #000000;
        opacity: 0;
        animation: arrowRight 2s ease infinite;
        transform: translate(100%, -60%) rotate(0deg);
    }


    #cursor.arrowheading::after {
        left: -25%;
        transform: translate(100%, -60%) rotate(90deg);
    }

    #cursor.arrow-2 .cursor__circle, #cursor.arrow-header .cursor__circle {
        width: 26px;
        height: 26px;
        background-color: #0befff;
        border-color: #0befff;
        opacity: .5;
    }

    #cursor.arrow-2::after, #cursor.arrow-header::after {
        content: '\2192';
        font-size: 36px;
        position: absolute;
        left: -50%;
        top: 0%;
        color: #000000;
        opacity: 0;
        animation: arrowRight 2s ease infinite;
        transform: translate(100%, -60%) rotate(0deg);
    }

    #cursor.arrow-header::after {
        color: #FFFFFF;
        left: -100%;
        font-size: 24px;
        animation: arrowRight 1s ease infinite;
    }


    #cursor.none .cursor__circle {
        display: none;
    }
}

@keyframes arrowRight {
    0% {
        left: -100%;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        left: -25%;
    }

    75% {
        opacity: 1;
    }

    100% {
        left: 25%;
        opacity: 0;
    }
}

@keyframes arrowDown {
    0% {
        top: 0%;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        top: -25%;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: 25%;
        opacity: 0;
    }
}


::-moz-selection {
    color: #000000;
    background: #0eb8ff;
}

::selection {
    color: #000000;
    background: #0eb8ff;
}


.change .menu-secondary-nav-container a {
    color: black;
}


input#wpforms-811-field_5::placeholder {
    color: #FFF;
}


.tab-controls {
    display: none;
    margin: 0;
    padding: 0;
}

.arrow-2:hover a,
.line-btn:hover {
    letter-spacing: .25rem;
}

@media screen and (min-width: 991px) {
    .tab-controls {
        display: block;
        /* text-align: center; */
    }
}

.tab-controls .tab-item {
    display: inline-block;
    width: auto;
    text-align: center;
    margin-right: 1.5rem;
    padding: 0px;
}

.tab-section {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 991px) {
    .tab-section .tab-item .tab-title {
        display: none;
    }
}

.list-item li {
    background: url(images/checkmark-circle.svg) no-repeat;
    padding-left: 25px;
    padding: .85rem 0px .85rem 32px;
    background-size: 18px;
    background-position: left center;
}

.tab-item {
    display: block;
    width: 100%;
}

.tab-item .tab-title {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    margin: 1rem 0rem;
    transition: 0.4s ease;
    width: 100%;
    padding: 1rem .25rem;
    border-bottom: 4px solid transparent;

    font-weight: 700;
}

.tab-item .tab-title:hover, .tab-item .tab-title.is-active {
    border-bottom: 4px solid #0EB8FF;
}

@media screen and (min-width: 991px) {
    .tab-item .tab-title {
        width: auto;
    }
}

.tab-item .tab-content, .tab-item .tab-image {
    box-sizing: border-box;
    display: none;
    height: 0;
    left: 0;
    opacity: 0;
    padding: 0 2rem;
    position: relative;
    transition: 0.4s ease;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab-item .tab-content.is-active, .tab-item .tab-image.is-active {
    display: block;
    height: auto;
    opacity: 1;
    padding: 1rem 0rem;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab-item .tab-image.is-active {
    padding: 0rem;

}

.form-section {
    background-color: #FAFBFD;
}

.form-section-bg {
    background: linear-gradient(90deg, rgb(255 255 255) 50%, rgb(250 251 253) 0%);
}

.badge-2 {
    width: 120px;
    margin: 0 auto;
}

/*==========================
        MEDIA QUERIES
===========================*/

@media (max-width: 1368px) {
    .fs-55px {
        font-size: 45px;
    }

    .margin-t-3 {
        margin-top: -225px;
    }

    .project .cover {

        height: 535px;
        padding: 3rem 3rem 3rem;
    }
}

@media (max-width: 992px) {
	ul.tec li img {
    height: 30px;
}
	ul.tec li {
    padding: 1rem 0.25rem;
}
    .main-menu-text a {
        font-size: 22px !important;
    }

    .header {
        padding: 1rem 1rem 0rem;
        height: 75px;
    }

    .leadText-1 {
        font-size: 16px;
    }

    .tech-bg-img {
        padding: 3rem 2rem;
    }

    .tab-item .tab-title:hover, .tab-item .tab-title.is-active {
        border: none;
        color: #00415e;
        font-weight: 600;
        border-top: 1px solid #97dcff;
        background-color: #d4f1ff;
        border-radius: 0.25rem;
    }

    .tab-item .tab-title {
        margin: .5rem 0rem;
        background: url(images/arrow-down-circle.svg) no-repeat;
        background-position: 96% center;
        background-size: 1.2rem;
        text-align: left;
        padding-left: 1rem;
        background-color: white;
    border: 1px solid #bfbfbf;}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .project .cover {
        display: block;
        height: inherit;
        padding: 4rem 2rem 1rem;
        height: 300px;
    }

    .main-menu-text a {
        font-size: 22px !important;
    }

    .work-together p {
        padding-bottom: 0 !important;
    }

    .fs-18px,
    .fs-3,
    .fs-4 {
        font-size: 14px !important;
    }

    .fs-30px {
        font-size: 20px;
    }

    .icon, .newIcon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }


    .project .cover,
    #myTabContent .project .cover {
        height: 550px !important;
    }

    ul#myTab {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        padding: 10px 0;
        margin-bottom: 0 !important;
    }

    .md-hd {
        font-size: 25px;
    }

    .num {
        margin: 0 !important;
    }

    .wrapper.overflow-visible {
        overflow: hidden !important;
    }

    .margin-t-3 {
        margin-top: 0;
    }

    .radius-27px {
        border-radius: 10px !important;
    }

    .fs-55px {
        font-size: 20px;
    }

    .fs-20px {
        font-size: 14px;
    }

    h5.ps-5 {
        font-size: 14px;
    }

    .hero-margin-sm {
        min-height: 70vh !important;
    }

    h2,
    .heading {
        font-size: 4vw;
    }

    h3 {
        font-size: 4.2vw;
    }

    .line-btn {
        padding: 1rem 0.9rem;
    }

    .abt img {
        padding: 10px;
    }

    .abt {
        margin-top: 30px;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .hero.innerPage {

        padding-top: 75px;
    }

    footer .row .col-lg-4:first-child {
        order: 3;
    }

    footer .row .col-lg-4:first-child p {
        padding: 0;
    }

    .careers-bg {
        background-position: center;
        height: 550px;
    }

    .hero h1 {
        font-size: 9vw;
    }

    .hero.cs h1 {
        font-size: 6vw;
    }

    h3 {
        font-size: 7.5vw;

    }

    h4 {
        font-size: 6vw;
    }

    h2,
    .heading {
        font-size: 8vw !important;

    }

    .main-menu-text a {
        font-size: 16px !important;
    }

    .col-right {
        padding-top: 0 !important;
    }

    .work-together p {
        padding-bottom: 0 !important;
    }

    .fs-18px,
    .fs-3,
    .fs-4 {
        font-size: 14px !important;

    }

    .fs-30px {
        font-size: 20px;
    }

    .project .cover,
    #myTabContent .project .cover {
        height: 400px !important;
        padding: 2rem 2rem;
    }

    ul#myTab {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        padding: 10px 0;
        margin-bottom: 0 !important;
    }

    .md-hd {
        font-size: 18px;
    }

    .num {
        margin: 0 !important;
    }

    .margin-t-3 {
        margin-top: -140px;
    }

    .radius-27px {
        border-radius: 10px !important;
    }

    .fs-55px {
        font-size: 20px;
    }

    .fs-20px {
        font-size: 14px;
    }

    h5.ps-5 {
        font-size: 14px;
    }

    .hero-margin-sm {
        min-height: 70vh !important;
    }

    header .pet,
    header .smallbtn,
    header .secondary-nav-wrap {
        display: none !important;
    }

    .call-action {
        position: relative;
        top: -40px;
    }

    ul.service-ul .num {
        font-size: 30px;
    }

    .abt {
        margin-top: 30px;
    }

    .abt img {
        padding: 10px;
    }

    .img-2 {
        right: 0rem;
        top: 1rem;
        width: 185px;
    }

    .img-1 {
        right: 7rem;
    }

    .smallHeading {
        font-size: 10px;
    }

    p {
        font-size: 14px;
    }

    .bxs-quote {
        margin-left: 0;
    }

    div#myTabContent {
        padding-bottom: 50px !important;
    }

    .line-btn {
        padding: 1rem 1.5rem;
    }

    ul.service-ul li {
        padding: 0 1rem;
    }

    section.work-together {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sectionBg-Color .icon {
        margin-left: 20px;
    }

    footer ul li {
        width: 100%;
    }
}

.opportunities .box, .box {
    background: #ffffff;
    padding: 1.5rem;
    border: 1px solid #f3f3f3;
}

.opportunities .box:hover {
    background-color: #fff;
    box-shadow: 1.5px 2.598px 40px 0 rgb(0 27 43 / 10%);
    text-decoration: none;
}

.opportunities h3 {
    font-size: 1.8rem;
}

@media (min-width: 1280px) {
    .nectar-video-bg {
        height: auto !important;
    }

    .spbtn {
        margin-top: 200px
    }

    .approach {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 45%;
    }
}

.crmform .wpforms-submit {

    width: 100% !important;

}

/*slider bagdes*/
button.slick-next.slick-arrow {
    position: absolute!important;
    bottom: -89px!important;
    left: 0px!important;
}

button.slick-prev.slick-arrow {
    position: absolute!important;
    bottom: -89px!important;
}

.badges img{
    margin: 0 auto !important;
}