@font-face {
    font-family: 'Nexa_font';
    font-style: normal;
    font-weight: 300;
    src: local('Nexa'), url('assets/Nexa-Font/NexaLight.otf') format('opentype');
}

@font-face {
    font-family: 'Nexa_font';
    font-style: normal;
    font-weight: 400;
    src: local('Nexa'), url('assets/Nexa-Font/NexaRegular.otf') format('opentype');
}

@font-face {
    font-family: 'Nexa_font';
    font-style: normal;
    font-weight: 700;
    src: local('Nexa'), url('assets/Nexa-Font/NexaBold.otf') format('opentype');
}

body {
    /* font: Montserrat,Semibold; */
    font-family: 'Nexa_font', sans-serif;
    color: black;
}

h3,
h5 {
    color: #0750A2 !important;
}

a {
    text-decoration: none !important;
}

.input-group-text {
    background-color: white !important;
}

.search-container {
    position: absolute;
    width: 250px;
    right: 0;
    top: 40px;
    display: none;
}

.navg-border {
    border-right: 1px solid rgb(187 187 187 / 20%);
    height: 35px;
}

.social-icons {
    right: 0;
    top: 36%;
    background: rgb(21 66 106 / 50%);
    border-radius: 15px 5px 5px 15px;
}

/*Model styling*/
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    outline: 0;
    align-items: center;
}

.btn-model-cirlce {
    position: absolute;
    right: -25px;
    top: -20px;
    background-color: transparent;
}

.model-icon-postion {
    width: 100%;
    text-align: center;
    padding: 0px 50px 50px;
}

.search-icon:hover~.search-container,
.search-icon:hover .search-container,
.search-container:hover {
    display: flex;
}

.btn-search {
    background-color: #ffffff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-search:hover,
.btn-search:focus {
    background: #0077FF;
}

.search-container input:hover {
    box-shadow: unset;
}

.btn-orange {
    border: 1px solid black;
    border-radius: 25px;
    font-size: 14px;
}

.text-color-black {
    color: black !important;
}

.border-nav {
    width: 100px;
    border-right: 0.1px solid rgba(0, 0, 0, 0.13);
    height: 36px;
    margin-right: 10px;
    display: flex;
}

/* Add color for menue */
.bg-grey {
    background-color: #F2F2F2;
}

.bg-blue {
    position: relative;
    overflow: hidden;
    background-image: url('assets/images/Rectangle 97.svg');
    background-size: cover;
}

.bg-blue::before {
    content: url('assets/images/Path 28.png');
    position: absolute;
    top: -278px;
    left: -96px;
    width: 400px;
}

.index-prio {
    z-index: 3;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.circle-img-parent {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
}

.circle-img {
    content: url('assets/images/ASIF-PEER-Recovered.png');
    width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: contain;
    background-color: black;
    max-width: 100%;
    transition: 0.3s ease-out;
    transform: scale(1);
}

.circle-img:hover {
    transform: scale(1.1);
}

.bg-image {
    background-image: url('assets/images/Group 65.png');
    background-size: contain;
}

.icn-img {
    position: relative;
    top: -141px;
    right: 100px;
    width: 400px;
    overflow: hidden;
}

.icon-size {
    width: 50px;
}

.img-widh {
    width: 120px;
}

.icon-ceo-img {
    position: absolute;
    display: flex;
    z-index: 3;
}

.white-vertical-line {
    display: block;
    border-bottom: 8px solid #FFFFFF;
    height: 18px;
    width: 80px;
}

.font-15 {
    font-size: 15px;
}

.nav-grey {
    color: #707070 !important;
}

/*
Header Video Banner
*/
.banner-video {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-video .container {
    position: relative;
    z-index: 2;
}

.banner-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.welcome-wraper {
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.text-align-right {
    text-align: right;
}

.btn-transparent-white {
    background-color: transparent;
    color: #ffffff;
    border-radius: 15px 0px 15px 0px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid;
}

.white-lines {
    display: block;
    border-bottom: 5px solid #FFFFFF;
    height: 18px;
    width: 50px;
    transform-origin: bottom left;
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
}

.btn-display {
    display: table;
}

.btn-banner {
    background-color: #FF6600;
    color: #ffffff;
    border-radius: 10px 0px 10px 0px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-banner:hover {
    background-color: transparent;
    color: #FF6600 !important;
    border: 1px solid #FF6600;
}

.btn-banner-transaparent {
    background-color: transparent;
    color: blue;
    border-radius: 20px 0px 20px 0px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid;
}

.btn-blu {
    background-color: #043f81;
    color: #FFFFFF;
    border-radius: 12px 0px 12px 0px;
    font-size: 12px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn-blu:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #FFFFFF;
}

@media (max-width: 1024px) {
    .hide-sec {
        display: none;
    }
}

@media (max-width: 900px) {
    .hide-sec {
        display: none;
    }

    .services-slide-items-2 {
        width: 100% !important;
    }

    .services-slide-items-3 {
        width: 100% !important;
    }
}

/* social media icons */

.bg-img {
    background-image: url('assets/images/consulting.png');
    background-size: cover;
    position: relative;
}

.img-height {
    height: 450px;
}

.img-height-2 {
    height: 700px;
}

.product-content {
    position: relative;
    top: 292px;
    right: 78px;
    width: 100%;
    height: 100%;
    bottom: 0px;
}

.bg-color {
    position: relative;
    background-color: blue;
    background-size: cover;
}

.font-25 {
    font-size: 4rem;
}

.text-color-blu {
    font-size: 5.5rem;
    color: #0750A2;
    line-height: 95px;
}

.span-top {
    position: absolute;
    left: -80px;
    transition: left 0.8s ease;
}

.scroll-trigger-section.active .span-top {
    left: 780px;
}

.span-bottom {
    position: relative;
    left: 45%;
    transition: left 0.8s ease;
}

.scroll-trigger-section.active .span-bottom {
    left: -25%;
}


.bg-dark-blue {
    top: 2627px;
    left: -86.951904296875px;
    width: 485px;
    height: 555px;
    /* UI Properties */
    background: #022F63 0% 0% no-repeat padding-box;
    opacity: 0.7;
}

.padding-bg {
    padding: 15rem;
}

.top-padding {
    padding-top: 15rem;
}

.text-icon {
    position: absolute;
    /* top: 34px; */
    /* right: 280px; */
    text-align: center;
    line-height: 0.7;
    display: flex;
    flex-direction: column;
    transform: translate(12px, 38px);
}

.text-icon-color {
    color: #FFFFFF;
}

.icon-wid-15 {
    width: 15%;
}

.icon-wid-20 {
    width: 20%;
}

.icon-wid-12 {
    width: 12%;
}

.small-icon-img {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    transform: translate(19px, 306px);
}

.small-icon-img-left {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    transform: translate(328px, -34px);
}

.img-padding {
    padding-top: 7rem;
}

.font-34 {
    font-size: 50px;
}

.font-19 {
    font-size: 19px;
}

.white-line {
    display: flex;
    margin: 3rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #FFFFFF;
    margin-left: 30px;
    width: 67%;
}

.text-line-alignment {
    display: flex;
    align-items: center;
    padding-top: 6% !important;
}

.font-alignment {
    font-size: 35px;
    font-weight: 400;
    top: 4px;
    position: relative;
}

.icon-align {
    position: relative;
    top: 0px;
    right: 3px;
    display: flex;
    transform: translate(-17px, 213px);
}

.bg-full-grey {
    background-color: #E8E8E8;
    background-size: cover;
}

.border-vertical-line-blue {
    position: relative;
    left: 50%;
}

.border-vertical-line-blue::before {
    content: '';
    position: absolute;
    border-right: 1px solid blue;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-ext-padding {
    padding-top: 4.5rem;
}

.text-width {
    width: 34%;
    font-size: 20px;
}

/* media query for ceo image section */
@media (max-width:578px) {
    .img-padding {
        padding-bottom: 9rem;
    }

    .icon-ceo-img {
        position: absolute;
        display: flex;
        z-index: 3;
        transform: translate(-38px, 10px);
    }

    .circle-img,
    .circle-img-parent {
        width: 300px;
        height: 300px;
    }

    .small-icon-img {
        transform: translate(10px, 230px);
    }

    .small-icon-img-left {
        transform: translate(250px, -34px);
    }

    .sec-hide {
        display: none;
    }

    video {
        width: 508%;
    }

    .navg-border {
        display: none;
    }

    .expetise-heading {
        font-size: 5rem !important;
    }

    .mg-img {
        margin-top: -70px;
        margin-bottom: 30px;
    }

    .line-arrow-hide {
        display: none;
    }

    .image-mob-post {
        position: relative;
        right: 0;
        /*transform: translate(70px, 15px);*/
        width: 385px;
    }

    .icn-width {
        width: 100px;
    }

    .btn-blu {
        font-size: 10px !important;
    }

    .icn-height {
        height: 22px !important;
    }
}

/* Expertise Section */
.expetise-heading {
    font-size: 8rem;
    color: #DEDEDE !important;
}

.expetise-sub-heading {
    font-size: 3rem;
}

.sec-heading {
    font-size: 2.5rem;
    font-weight: 500;
}

.sec-heading:after {
    border-bottom: 3px solid #0750A2;
    display: block;
    margin: 40px auto;
    content: " ";
    width: 40px;
}

.service-home {
    background-color: #f5f5f5;
}

.logo-box img {
    max-width: 70% !important;
    margin: auto;
    transition: transform 0.4s ease-in-out;
}

.newsletter {
    overflow: hidden;
}

.bg-blue-section {
    background-color: #0750A2;
}

.section-alignment {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-height-adjustment {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.white-line-position {
    position: relative;
    display: flex;
    flex-direction: row;
    left: 39%;
}

.blue-line-position {
    position: relative;
    display: flex;
    flex-direction: row;
    left: 0%;
}

.text-position-center {
    width: 20%;
    position: relative;
    right: 0px;
    left: 41%;
}

.icon-width-20 {
    width: 38%;
    font-size: 30px;
    line-height: 50px;
}

.img-width {
    width: 50%;
}

.img-large-width {
    width: 70%;
}

.text-width-blue {
    width: 10%;
    font-size: 10px;
}

/*
.text-width-blue::after {
    content: url('assets/images/Mask Group 17.png');
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 9px;
    left: 190px;
    transform: translate(274%, -89%);
    width: 10%;
} */
/*.newsletter-img-parent{*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    right: 55px;*/
/*    top: -15px;*/
/*}*/
.newsletter-img {
    position: relative;
    right: 55px;
    top: -15px;
    transition: 0.3s ease-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.line-post {
    position: relative;
    right: 68px;
    top: -87px;
    width: 190%;
}

@media all and (max-width: 1366px) {
    .line-post {
        position: relative;
        right: 30px;
        top: -2.4rem;
    }
}

.text-position {
    display: flex;
    width: 94%;
    font-size: 1.6rem;
    line-height: 32px;
}

.text-blue {
    color: #0750A2;
}

.text-blue-heading {
    font-size: 30px;
    font-weight: 600;
}

.font-60 {
    font-size: 60px;
    font-weight: 400;
}

.blue-lines {
    display: inline-block;
    border-bottom: 5px solid #0750A2;
    height: 18px;
    width: 80px;
    align-items: center;
}

.line-height-adjustement {
    width: 40%;
}

.card {
    font-size: 0.8rem;
    text-align: left;
}

.card-bg-blue:hover {
    transform: scale(1.03);
}

.card-border {
    border-radius: 28px 0px 28px 0px;
}

.card-icon-position-left {
    position: relative;
    left: 470%;
}

.icon-right-align {
    text-align: -webkit-right;
}

.icon-right-align img {
    width: 110px !important;
}

.text-width-70 {
    width: 75%;
}

.insight-text-width {
    width: 32%;
}

.margin-card {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.plus-height {
    height: 25rem;
}

.card-height {
    height: 34rem;
}

.btns {
    display: inline-flex;
    margin: 30px auto;
}

.customNextBtn,
.customPreviousBtn {
    background-color: transparent;
    color: #000000;
    border: 1.5px solid #ffffff;
    border-radius: 20px 20px 20px 20px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.btn-align-text {
    align-items: center;
    position: relative;
    right: 16px;
}

.btn-arrow-icn-post {
    position: relative;
    right: 0;
    left: 9px;
    top: 2px;
}

.btn-arrow-icn-post-left {
    position: relative;
    right: 0;
    left: -22px;
    top: 2px;
}

.customNextBtn2,
.customPreviousBtn2 {
    background-color: transparent;
    color: #0750A2;
    border: 1.5px solid #0750A2;
    border-radius: 20px 20px 20px 20px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.customNextBtn3,
.customPreviousBtn3 {
    background-color: transparent;
    color: #000000;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.flex-container {
    display: flex;
    align-items: center;
}

.card-tab a:hover {
    background-color: #0a58ca;
    color: #fff;
}

.card-center {
    position: relative;
    top: 100px;
}

.img-height-indus {
    height: 460px;
    object-fit: cover;
}

.card-margin-bottom {
    margin-bottom: 17rem !important;
}

.card-margin {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.card-center-heading {
    position: relative;
    left: 43%;
    right: unset;
}

.product-center-heading {
    display: grid !important;
    align-content: center;
}

.card-alignment-content {
    display: grid !important;
    justify-content: center !important;
    align-content: space-between;
    justify-items: center;
}

.form-control:focus {
    box-shadow: none !important;
}

.btn-blue {
    background-color: transparent;
    color: blue;
    border: 1px solid blue;
    border-radius: 15px 0px 15px 0px;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.form-line {
    border: 1px solid #0750A2;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    border-radius: 0px;
    margin-right: 12px;
}

.paragraph-adjustment {
    width: 40%;
    margin: auto;
    text-align: center;
    color: #bbbbbb;
}

.btn-white {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 20px 0px 20px 0px;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn-white:hover {
    background-color: #FFFFFF;
    color: #0750A2;
}

.text-height {
    line-height: 40px;
    font-size: 18px;
}

.line-margin-bottom {
    margin-bottom: 7rem;
}

.hite-70 {
    height: 70%;
}

.margin-top-neg {
    margin-top: -25px;
}

.background-grey {
    background-image: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #0750A2 50%, #0750A2 100%);
}

.arrow-width {
    width: 100%;
    height: 80%;
}

.mrg-top {
    margin-top: -8px;
}

.newsletter-img:hover {
    transform: scale(1.05);
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.card-heading::after {
    border-bottom: 3px solid rgb(7, 80, 162);
    display: block;
    content: " ";
    width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-spacing {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    text-align: justify;
}

.btn-blue-dark-square {
    background-color: #12559d;
    color: white;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn-blue-dark-square:hover {
    background-color: transparent;
    color: black;
    border: 1px solid black;
}

.card-grey {
    background-color: #ededed;
}

.card-bg-blue {
    background-image: url('assets/images/Rectangle\ 632.svg');
    background-size: cover;
    transition: .3s ease-out;
}

.container-grid {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
}

.grid-row-span {
    grid-row: span 2;
}

.grid-col-span {
    grid-column: span 2;
}

.font-size-42 {
    font-size: 42px;
}

.banner-content-alignment {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    width: 30%;
    bottom: auto;
    align-self: self-end;
    padding-bottom: 5rem;
}

.banner-button-alignment {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    padding-bottom: 5rem;
    right: 2rem;
    left: unset;
    bottom: unset;
    align-self: self-end;
}

ul.slider {
    padding: 50px;
    height: 100%;
}

.tns-nav {
    text-align: center;
    margin: 10px 0;
}

.tns-nav>[aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 80%;
    background: #ddd;
    border: 0;
}


.tns-nav>[aria-controls].tns-nav-active {
    background: black;
}


ul.slider p {
    text-align: center;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}

ul.slider img {
    width: 100%;
    height: 100%;
}

.spacing {
    margin-right: 0.8rem;
}

.font-14 {
    font-size: .95rem;
}

.font-size-p {
    font-size: 1.16rem;
}

.services-slide-item-2 {
    position: relative;
    background-color: transparent;
}

.services-slide-item-2:hover .card-img:after {
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.services-slide-item-2:hover .card-img img {
    scale: 1.05;
}

.tartist-tiny-slider-wrap {
    width: 100%;
    padding: 0;
    z-index: 9;
}

.tartist-tiny-slider .wrap {
    display: inline-grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.tartist-tiny-slider__item {
    display: flex;
    justify-content: center;
    border-radius: 0;
    box-shadow: 0px 2px 9px #00000073;
    margin-bottom: 5rem !important;
}

.tartist-tiny-slider__item:nth-child(2n) {
    margin-top: 4.5rem !important;
    margin-bottom: 0.5rem !important;
}

.tartist-tiny-slider__item .card-img img {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

.tartist-tiny-slider__item .card-img {
    height: 300px;
    overflow: hidden;
    border-radius: 0 !important;
}

.tartist-tiny-slider__item:hover .card-img img {
    transform: scale(1.05);
}

.services-slide-item .card-body {
    position: relative;
}

.services-slide-item .card-body .services-icon {
    position: absolute;
    right: 15px;
    top: -20px;
    background: #fff;
    color: #0077FF;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    box-shadow: 0 0 5px #00000042;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-slide-item:hover .card-body .services-icon {
    color: #fff;
    background: #0077FF;
}

.services-slide-item .card-body .services-icon img,
.services-slide-item .card-body .services-icon i {
    width: 60%;
}

.services-slide-item .card-body .card-title {
    font-size: 1.9rem;
}

.brd-line {
    position: relative;
    top: -4px;
    overflow: hidden;
    width: 64px;
    height: 1px;
    background-color: #2E2E2E;
    display: inline-block;
}

.services-slide-item a {
    color: #2E2E2E !important;
}

.services-slide-item a:hover {
    color: #0077FF !important;
}

.services-slide-item-2 {
    position: relative;
    background-color: transparent;
}

.services-slide-item-2 .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.services-slide-item-2 .card-img {
    overflow: hidden;
    border-radius: 0;
}

.services-slide-item-2 .card-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: #00000041;
    z-index: 1;
}

.services-slide-item-2 .card-img img {
    transition: .5s ease-in-out;
}

.services-slide-item-2:hover .card-img img {
    scale: 1.05;
}

.services-slide-item-2:hover .card-img:after {
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.services-slide-item-2 .card-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    background: #000000b7;
    transition: .5s ease-in-out;
    height: 0;
    width: 0;
    left: 100%;
    z-index: 0;
    left: 50%;
}

.services-slide-item-2 .card-title {
    transition: .5s ease-in-out;
}

.card-p {
    opacity: 0;
    /* height: 0; */
    overflow: hidden;
    transition: .5s ease-in-out;
    line-height: 0;
}

.services-slide-item-2:hover .card-p {
    opacity: 1;
    height: auto;
    line-height: 1.8;
}


/* .card-body-h {
    position: relative;
}

.services-slide-item-2:hover .card-body-h {
    bottom: 0;
} */

.services-icon {
    opacity: 0;
    transition: .5s ease-in-out;
    height: 0;
    position: relative;
    bottom: -30px;
}

.services-slide-item-2:hover .services-icon {
    opacity: 1;
    bottom: 0;
}


/* Define the horizontal line */

.HVline {
    width: 70px;
    border-bottom: 3px solid #0750A2;
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
    display: block;
    transform-origin: bottom left;
    height: 0;
}

.services-slide-item-2:hover .HVline {
    transform: rotate(-90deg);
    height: 70px;
    margin-left: 4px;
    /* Rotate the line 90 degrees */
}

.tartist-tiny-slider-wrap-2 .tns-controls {
    position: absolute;
    top: 50%;
    left: -30px;
    right: -30px;
    display: flex;
    justify-content: space-between;
    transform: translate(0, -50%);
    flex-flow: row;
    z-index: 0;
}

.tartist-tiny-slider-wrap-2 .tns-controls button:first-of-type {
    margin-bottom: unset;
}

.tartist-tiny-slider-wrap-2 .tns-controls button {
    border-radius: 0;
    border: unset;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #0077FF;
}

.tartist-tiny-slider-wrap-2 .tns-nav {
    position: absolute;
    bottom: -40px;
    text-align: center;
    left: 0;
    right: 0;
}

.tartist-tiny-slider-wrap-2 .tns-nav button {
    width: 12px;
    height: 12px;
    margin: 4px;
    border: unset;
    background: #ffffff;
}

.tartist-tiny-slider-wrap-2 .tns-nav button.tns-nav-active,
.tartist-tiny-slider-wrap-2 .tns-nav button:hover {
    background: #0077FF;
}


/*
.services-slide-item-2 .card-title:after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #ffffff;
}

.services-slide-item-2:hover .card-title:after {} */

.services-home {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5px 0;
    margin-top: 20px;
    margin-bottom: 15px;
}

.services-home>.container {
    padding-top: 200px;
    padding-bottom: 200px;
}

.services-home-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(to right, #ffffff45 0%, #ffffff45 35%, #0071f285 35%, #0071f285 100%);
}

.services-slide-item-2:hover .card-p {
    opacity: 1;
    height: auto;
    line-height: 1.8;
}

.slider {
    width: 200px;
    height: 10px;
    background-color: #ddd;
    position: relative;
    cursor: pointer;
}

.slider-track {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.slider-thumb {
    width: 20px;
    height: 20px;
    background-color: #666;
    position: absolute;
    top: -5px;
    left: 0;
    cursor: grab;
}

.nav-link {
    color: #bbbbbb !important;
}

.text-color-silver {
    color: #bbbbbb !important;
}

.nav-tabs {
    --bs-nav-tabs-border-width: none;
    --bs-nav-tabs-link-active-bg: none;
}

.custom-tab.active {
    background: transparent !important;
    border-bottom: 1px solid #666 !important;
    border-radius: 0px !important;
    display: flex;
    justify-content: center;
}

.space-right {
    margin-right: 6rem;
}

.btn-blu-transparent {
    background-color: transparent;
    color: blue;
    border: 1px solid blue;
    border-radius: 12px 0px 12px 0px;
    font-size: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.text-black {
    color: #505050;
    font-size: 19px;
}

/* Back to top */
#back-top {
    position: fixed;
    bottom: 35px;
    right: 25px;
    z-index: 1031;
    cursor: pointer;
}

#back-top a i,
#back-top span i {
    font-size: 30px;
}

.mt-n-3 {
    margin-top: -3px;
}

#back-top a,
#back-top span {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icn-height {
    height: 100px;
    object-fit: contain;
}

/*Modal */
.bg-transparent {
    background-color: transparent;
    border: 1px solid white;
}

.font-17 {
    font-size: 17px;
}

.font-45 {
    font-size: 45px;
}

/* Modal */
.modal-card-styling {
    width: 600px;
    height: 300px;
    background: rgb(0 0 0 / 20%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px 20px 20px 20px;
}

.modal-backdrop.show {
    opacity: 0;
}

.btn-cur {
    cursor: pointer;
}

.icon-font-size {
    font-size: 25px;
}

/* images hover section */
.geeks {
    overflow: hidden;
    margin: 0 auto;
}

.geeks img {
    width: 100%;
    transition: 0.3s ease-out;
}

.geeks:hover img {
    transform: scale(1.2);
}

/* images hover section */
.icon-cust-font {
    font-size: 18px;
    color: #0750A2;
}

/*products */
/* product section hover code */
.services-slide-items-2 {
    position: relative;
    background-color: transparent;
    height: 460px;
    width: 24%;
}


.services-slide-items-2 .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.services-slide-items-2 .card-title {
    transition: .5s ease-in-out;
}

.card-p {
    opacity: 0;
    /* height: 0; */
    overflow: hidden;
    transition: .5s ease-in-out;
    line-height: 0;
}

.services-slide-items-2:hover .card-p {
    opacity: 1;
    height: auto;
    line-height: 1.8;
}

.HVlines {
    width: 40px;
    border-bottom: 3px solid #fff;
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
    display: block;
    transform-origin: bottom left;
    height: 0;
}

.services-slide-items-2:hover .HVlines {
    transform: rotate(-90deg);
    height: 70px;
    margin-left: 5px;
}

.services-slide-items-2 .card-img {
    overflow: hidden;
    border-radius: 0;
    height: 460px;
}

.img-height-blue-overlay {
    height: 460px;
    object-fit: cover;
}

.services-slide-items-2 .card-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #17d0bb, #00cccb, #00c7d8, #00c2e2, #00bbe9, #00b1f0, #00a6f5, #009af7, #0085f9, #006ff7, #0054f0, #4331e3);
    z-index: 1;
    opacity: 0.7;
}

.services-slide-items-2:hover .card-img:after {
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.services-slide-items-2 .card-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    background: #000000b7;
    transition: .5s ease-in-out;
    height: 0;
    width: 0;
    left: 100%;
    z-index: 0;
    left: 50%;
}

/* black overlay */
.services-slide-items-3 {
    position: relative;
    background-color: transparent;
    height: 406px;
    width: 26%;
}


.services-slide-items-3 .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.services-slide-items-3 .card-title {
    transition: .5s ease-in-out;
}

.card-p {
    opacity: 0;
    /* height: 0; */
    overflow: hidden;
    transition: .5s ease-in-out;
    line-height: 0;
}

.services-slide-items-3:hover .card-p {
    opacity: 1;
    height: auto;
    line-height: 1.8;
}

.HVlines {
    width: 40px;
    border-bottom: 3px solid #fff;
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
    display: block;
    transform-origin: bottom left;
    height: 0;
}

.services-slide-items-3:hover .HVlines {
    transform: rotate(-90deg);
    height: 70px;
    margin-left: 5px;
}

.services-slide-items-3 .card-img {
    overflow: hidden;
    border-radius: 0;
    height: 405px;
}

.img-height {
    height: 405px;
    object-fit: cover;
}

.services-slide-items-3 .card-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: #000000;
    z-index: 1;
    opacity: 0.6;
}

.services-slide-items-3:hover .card-img:after {
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.services-slide-items-3 .card-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    background: #000000b7;
    transition: .5s ease-in-out;
    height: 0;
    width: 0;
    left: 100%;
    z-index: 0;
    left: 50%;
}

.btn-readWicon:hover {
    border-color: transparent;
}

a:hover {
    color: var(--bs-link-hover-color);
}

.btn-readWicon {
    border: 1px solid;
    border-radius: 20px 0px;
    padding: 0 10px;
    transition: .5s ease-in-out;
    font-size: 12px;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.btn-read-icon {
    opacity: 0;
    width: 0;
    transition: .4s ease-in-out;
    position: relative;
    left: -15px;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

/* Indusrtries section */


.card-content-alignment {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center !important;
}

/*Media Queries*/

@media screen and (max-width: 1200px) {
    .ceo-message video {
        width: 100%;
    }

    .menu-hide {
        display: none;
    }
}

@media screen and (max-width: 992px) {

    .services-slide-items-2,
    .services-slide-items-3 {
        height: 420px;
        width: 50%;
    }

    .services-slide-items-3 .card-img,
    .services-slide-items-2 .card-img {
        height: inherit;
    }

    .card-img .img-height {
        height: auto;
    }

    .expetise-heading {
        font-size: 5rem;
    }

    .container-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-row-span {
        grid-row: span 1;
    }

    .grid-col-span {
        grid-column: span 1;
    }

    .insight-text-width {
        width: 90%;
    }

    .newsletter-img {
        left: 60px;
        top: 40px;
        width: 65% !important;
    }

    .text-width {
        width: 90%;
    }

    .heading-top-mg {
        margin-top: 1.5rem
    }

    .column-reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }

    .card-margin-bottom {
        margin-bottom: 1.5rem !important;
    }

    .card-center {
        top: 0;
    }

    .content-mobile-center {
        display: flex;
        justify-content: center;
    }

    .text-position {
        width: 100%;
        justify-content: center;
    }

    .margin-icon {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .button-bottom-space {
        margin-bottom: 1.5rem !important;
    }

    .card-mobile-margin {
        margin-bottom: 2rem !important;
    }

    .sec-hide {
        display: none;
    }

    .img-padding {
        padding-top: 2rem;
        padding-bottom: 8rem;
    }
}

@media screen and (max-width: 768px) {
    .container-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-video {
        height: auto;
    }

    .font-25 {
        font-size: 3rem;
    }

    .font-size-42 {
        font-size: 38px;
    }

    .heading-top-mg {
        margin-top: 2rem
    }

    .column-reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }

    .margin-icon {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .button-bottom-space {
        margin-bottom: 1.5rem !important;
    }

    .sec-hide {
        display: none;
    }

    .img-padding {
        padding-top: 2rem;
        padding-bottom: 12rem;
    }
}

@media screen and (max-width: 1400px) {
    .video-hide {
        display: none;
    }
}

.card-img-boder-circle {
    border-radius: 30px 0px 0px 0px;
}

@media screen and (max-width: 578px) {
    .newsletter-img {
        left: 60px;
        top: 5px;
        width: 65% !important;
    }

    .margin-icon {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .button-bottom-space {
        margin-bottom: 1.5rem !important;
    }

    .column-reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }

    .sec-heading {
        font-size: 2rem;
    }

    .font-19 {
        font-size: 15px;
    }

    .content-mobile-center {
        display: flex;
        justify-content: center;
    }

    .text-position {
        width: 100%;
        text-align: center;
    }

    .sec-hide {
        display: none;
    }

    .img-padding {
        padding-top: 6rem;
    }

    .newsletter-mobile {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem;
    }

    .expetise-heading {
        font-size: 4rem;
    }

}

.card {
    overflow: hidden;
}

.img-ovf {
    overflow: hidden;
}

.hr {
    margin: 2rem 0;
}


/*Animation icon button*/
.anim-icon-parent {
    transition: all 0.2s ease-out;
    padding: 8px 10px 5px;
}

.anim-icon {
    margin-left: -15px;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.anim-icon-parent:hover .anim-icon {
    margin-left: 5px;
    opacity: 1;
}

.anim-black-icon-parent:hover .anim-icon {
    margin-left: 5px;
    opacity: 1;
}

.anim-icon-parent:hover {
    border-color: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
}

.anim-black-icon-parent:hover {
    border-color: transparent !important;
    color: #000 !important;
    padding-left: 0 !important;
}

/*End button animation*/

/*slider animation button*/
.prev-anim-btn,
.next-anim-btn {
    height: 30px;
    display: inline-flex;
    gap: 20px;
    align-items: center;
    transition: all 0.2s ease-out;
}

.prev-anim-btn:hover,
.next-anim-btn:hover {
    position: relative;
}

.prev-anim-btn-before,
.next-anim-btn-before {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.prev-anim-btn-before>img {
    position: absolute;
    right: 20px;
    top: 10px;
}

.next-anim-btn-before>img {
    position: absolute;
    left: 20px;
    top: 10px;
}

.prev-anim-btn:hover .prev-anim-btn-before,
.next-anim-btn:hover .next-anim-btn-before {
    position: unset;
}

.prev-anim-btn-before:before {
    content: '';
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out;
}

.next-anim-btn-before:before {
    content: '';
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out;
}

.prev-anim-btn:hover .prev-anim-btn-before:before,
.next-anim-btn:hover .next-anim-btn-before:before {
    width: 100%;
}

/*end here*/
/*slider animation button black*/
.prev-anim-btn-2,
.next-anim-btn-2 {
    height: 30px;
    display: inline-flex;
    gap: 20px;
    align-items: center;
    transition: all 0.2s ease-out;
}

.prev-anim-btn-2:hover,
.next-anim-btn-2:hover {
    position: relative;
}

.prev-anim-btn-2-before,
.next-anim-btn-2-before {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.prev-anim-btn-2-before>img {
    position: absolute;
    right: 20px;
    top: 10px;
}

.next-anim-btn-2-before>img {
    position: absolute;
    left: 20px;
    top: 10px;
}

.prev-anim-btn-2:hover .prev-anim-btn-2-before,
.next-anim-btn-2:hover .next-anim-btn-2-before {
    position: unset;
}

.prev-anim-btn-2-before:before {
    content: '';
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out;
}

.next-anim-btn-2-before:before {
    content: '';
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-out;
}

.prev-anim-btn-2:hover .prev-anim-btn-2-before:before,
.next-anim-btn-2:hover .next-anim-btn-2-before:before {
    width: 100%;
}

/*end here black*/
/* Social Media Icon */
.icon-mrgn {
    margin-left: -4px;
}

.icon-mrgn-footer {
    margin-left: -8px;
}

.d-flex.justify-content-end a img {
    transition: transform 0.3s;
}

.d-flex.justify-content-end a:hover img {
    transform: scale(1.2);
}

.text-sm-end a img {
    transition: transform 0.3s;
}

.text-sm-end a:hover img {
    transform: scale(1.2);
}

/* Social Media Icon */
@media screen and (max-width: 1400px) {
    .margin-form {
        padding-top: 4rem;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1100px) {
    .margin-form {
        padding-top: 6rem;
    }

    .text-height {
        line-height: 30px;
        font-size: 15px;
    }

    .icon-width-20 {
        width: 47%;
        font-size: 25px;
        line-height: 45px;
    }

    .text-position {
        display: flex;
        width: 96%;
        font-size: 1.4rem;
        line-height: 32px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 993px) {
    .icon-width-20 {
        width: 55%;
        font-size: 25px;
        line-height: 40px;
    }

    .text-height {
        line-height: 25px;
        font-size: 12px;
    }

    .text-position {
        display: flex;
        width: 94%;
        font-size: 1.2rem;
        line-height: 25px;
    }

    .icon-width-20 {
        width: 55%;
        font-size: 25px;
        line-height: 38px;
    }

    .text-height {
        line-height: 22px;
        font-size: 12px;
    }
}