html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Soleil';
    font-style: normal;
    font-weight: 300;
    src: local('Soleil Regular'), url('../fonts/SoleilRegular.woff') format('woff');
}


@font-face {
    font-family: 'Soleil';
    font-style: normal;
    font-weight: 800;
    src: local('Soleil Book'), url('../fonts/SoleilBook.woff') format('woff');
}


@font-face {
    font-family: 'Soleil';
    font-style: normal;
    font-weight: 100;
    src: local('Soleil Light'), url('../fonts/SoleilLight.woff') format('woff');
}


@font-face {
    font-family: 'Soleil';
    font-style: normal;
    font-weight: 600;
    src: local('Soleil Bold'), url('../fonts/SoleilBold.woff') format('woff');
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?yssmqu');
    src: url('../fonts/icomoon.eot?yssmqu#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?yssmqu') format('truetype'),
        url('../fonts/icomoon.woff?yssmqu') format('woff'),
        url('../fonts/icomoon.svg?yssmqu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icn-ad-2:before {
    content: "\e90c";
}

.icon-icn-ad-3:before {
    content: "\e90d";
}

.icon-icn-ad-4-1:before {
    content: "\e90e";
}

.icon-icn-ad-4:before {
    content: "\e90f";
}

.icon-icn-ad-5:before {
    content: "\e910";
}

.icon-icn-oa-6-1:before {
    content: "\e911";
}

.icon-icn-ta-1:before {
    content: "\e912";
}

.icon-icn-ta-2:before {
    content: "\e914";
}

.icon-icn-ta-3:before {
    content: "\e915";
}

.icon-icn-ta-5:before {
    content: "\e916";
}

.icon-icn-ta-6:before {
    content: "\e917";
}

.icon-icn-oa-2:before {
    content: "\e905";
}

.icon-icn-oa-3:before {
    content: "\e906";
}

.icon-icn-oa-4:before {
    content: "\e907";
}

.icon-icn-oa-5:before {
    content: "\e90a";
}

.icon-icn-oa-6:before {
    content: "\e90b";
}

.icon-icn-oa-1-converted:before {
    content: "\e904";
}

.icon-button-next:before {
    content: "\e908";
}

.icon-button-next-2:before {
    content: "\e909";
}

.icon-icon-color:before {
    content: "\e913";
    color: #ff5070;
}

.icon-cheveron-down:before {
    content: "\e900";
}

.icon-cheveron-left:before {
    content: "\e901";
}

.icon-cheveron-right:before {
    content: "\e902";
}

.icon-cheveron-up:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-linkedin2:before {
    content: "\eaca";
}


html,
body {
    font-family: 'Soleil', sans-serif;
    font-size: 17.99px;
    color: #2e2e2e;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}

/*
:root {
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*/
.h-auto {
    height: auto;
}

.over_flow_image_left {
    position: absolute;
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.top-nav-logo {
    width: auto;
    height: 30px;
}

.footer-logo {
    width: 130px;
    height: 130px;
}

.experience-container {
    /* background-color: aqua; */
    position: relative;
    z-index: 1;
    background-color: #f3f6f8;
    overflow: hidden;
}

.experience-container:before {
    /* content: " "; */
    /* border-left: 32.5vw solid #00aeef;
    background-color: #00aeef;
    position: absolute;
    height: 100%;
    width: 20%;
    left: 80%; */
}

.experience-container .screenshot-wrapper:before {
    content: " ";
    background-color: #00aeef;
    position: absolute;
    height: 150%;
    width: 50%;
    top: 0px;
    left: 50%;
    z-index: -1;
    overflow: hidden;
    border-left: 32.5vw solid #00aeef;
}

.tnx-btn {
    /*  border-radius: 2rem;*/
    padding: 10px 20px;
}

.tnx-btn-accent {
    border-radius: 2rem;
    padding: 0.6rem 1.7rem;
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
}

.tnx-btn-accent:hover {
    border-radius: 2rem;
    padding: 0.6rem 1.7rem;
    background-color: #d95700;
    border-color: #d95700;
    color: #fff;
}

.tnx-btn-primary {
    border-radius: 5px;
    background-color: #ff5070;
    text-transform: initial !important;
    border-color: #ff5070;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.63px;
    color: white;
    transition: 0.3s all;
    padding: 12px 30px;
    min-width: 200px;
    line-height: 26px;
    height: 48px;
}

.hide-content {
    overflow: hidden;
}

.tnx-btn-primary:hover {
    background-color: white;
    border-color: #ff5070;
    color: #ff5070;
}

.features_list_container {
    /* min-height: 40rem; */
    background-image: url("../images/tenex_features_bg.png");
    /* background-size: initial; */
    background-repeat: no-repeat;
    background-position: right;
    padding: 6rem 0px;
    overflow: hidden;
}

.features_list_container {
    padding-bottom: 0px;
}

.features_list_container .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    /* top: 3.5rem; */
}

.features_list_container .carousel-indicators .active {
    background-color: rgba(0, 0, 0, 0.9);
}

.feadback_container {
    /* overflow: hidden; */
}

/*#testimonials.slick-slider .slick-list {*/
/*    padding: 2rem 0px 3rem 2rem;*/
/* height: 21rem; */
/* overflow: hidden; */
/*}*/

/*
.testimonial-card {
    position: relative;
     display: inline-block;
    width: 18rem;
    min-width: 18rem;
    box-shadow: 0 0.8rem 1.2rem rgba(0, 0, 0, 0.175) !important;
}
*/

.slick-disabled,
.slick-disabled:focus {
    color: #777777;
}

footer {
    background-color: #ffffff;
    overflow: hidden;
    min-height: 335px;
    position: relative;
}


.f-icon {
    width: 31px;
    height: 31px;
    color: white;
    background: #1f1f23;
    margin-right: 20px;
    border-radius: 50%;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    transition: 0.2s all;
}

.f-icon:hover {
    background: #f7738b;
    color: white;
    text-decoration: none;
}

footer:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 6px;
    background-image: linear-gradient(to right, #00aeef, #6d4cdb);
    top: 0;
}

ul.footer-nav-list {
    list-style: none;
}

ul.footer-nav-list li a {
    color: white;
}

ul.footer-contact-list {
    list-style: none;
    position: relative;
}

ul.footer-contact-list:after {
    content: "";
    position: absolute;
    height: 115%;
    width: 2px;
    background: #1f1f23;
    top: 0;
    left: -8px;
}

ul.footer-contact-list li a {
    color: #1f1f23;
    font-weight: 600;
}

ul.footer-social-list li a {
    font-size: 1.1rem;
    color: #777777;
}

ul.footer-terms-list {
    list-style: none;
    z-index: 2;
}

ul.footer-terms-list li a {
    color: white;
}

.bg-light-grey {
    background-color: #2b2b2b;
    z-index: 1;
}

.bg-light-grey::before {
    content: " ";
    height: 500rem;
    width: 500rem;
    background-color: #2b2b2b;
    position: absolute;
    display: block;
    /* bottom: 50px; */
    top: -5rem;
    left: 0px;
    z-index: -1;
}

ul.about-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.about-list li {
    background: url('../images/mark.png') no-repeat left top;
    background-size: 35px;
    padding-left: 44px;
    padding-top: 3px;
}

li.about-block h5 {
    color: #00aeef;
}

.help-block-title {
    color: #00aeef;
}

/* li.about-block h6{
font-weight: bold;
} */
.help-container {
    /* min-height: 40rem; */
    background-image: url("../images/who_we_help_man_desktop.jpg");
    /* background-size: initial; */
    background-repeat: no-repeat;
    background-position: right top;
    padding: 6rem 0px;
    overflow: hidden;
}

.tnx-title {
    color: #00aeef;
}

.tnx-bg-odd {
    background: #f3f6f8;
}

.benefits-container .benefits-item .benefits-item-text {}

.value-item-text {}

section#platform_page,
section#solutions_page,
section#who_we_help_page,
section#about_us_page {
    padding: 4rem 0px;
}

section#solutions_page,
section#who_we_help_page,
section#home_page,
section#platform_page,
section#about_us_page {
    padding-bottom: 0px;
}

/*

*/

@media (max-width: 575.98px) {
    .experience-container:before {
        content: " ";
        background-color: #f3f6f8;
        border-right: none;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
    }

    .slick-arrows {
        justify-content: space-around;
    }

    /*    #testimonials.slick-slider .slick-list {*/
    /*        padding: 2rem 0px 3rem 0.3px;*/
    /* height: 21rem; */
    /* overflow: hidden; */
    /*    }*/

    /*
    .testimonial-card {
        width: 300px;
    }
*/

    .bg-light-grey {
        padding-top: 2rem;
    }

    .bg-light-grey::before {
        content: " ";
        height: 500rem;
        width: 500rem;
        background-color: #2b2b2b;
        position: absolute;
        display: block;
        /* bottom: 50px; */
        top: 0px;
        left: 0px;
        z-index: -1;
    }

    .help-container {
        /* min-height: 40rem; */
        background-image: url("../images/who_we_help_mobile.jpg");
        /* background-size: initial; */
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: scroll;
        padding: 6rem 0px;
        padding-bottom: 40rem;
        overflow: hidden;
        background-size: auto 45rem;
    }

    .about-photo img {
        width: 100%;
        padding: 0px 30px;
    }
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #00aeef;
}

.navbar-light .navbar-nav > .nav-link,
.navbar-light .navbar-nav > .nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
}

.client-logo {
    width: 120px;
    display: inline-block;
}

.headings {
    font-weight: 600;
}

h1 {
    font-size: 2.2rem;
}

.sub-headings {
    margin: 1rem 0 2.3rem;
}

.navbar {
  background: #21B1FB;
}
.navbar,
.btns {
    font-size: 15px;
}

.bold {
    font-weight: bold;
}


.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.nav-title-highlighted {
    color: #4ABDEF;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.mini-icons img {
    width: 30px;
}

.key-benefits img {
    width: 75px;
}

.who-we-help img {
    width: 25px;
    height: 25px;
}

/*new design*/

.top-section {
    background: #21B1FB;
    padding-top: 9rem;
    position: relative;
    height: 700px;
    margin-bottom: 60px;
}

.top-section .hp-top-image {
    position: absolute;
    height: 554px;
    right: -65px;
    bottom: -27px;
    max-width: 730px;
}

.top-section .hp-top-image img {
    width: 100%;
}

.new-nav {
    padding-top: 25px;
    transition: 0.3s all;
}

.new-nav .navbar-brand img {
    /* height: 40px; */
}

.new-nav.navbar-light .navbar-nav .nav-link,
.new-nav.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
}

.new-nav .btn-light:not(:disabled):not(.disabled):active,
.new-nav .btn-light:not(:disabled):not(.disabled).active,
.new-nav .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    outline: 0 !important;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0 !important;
}

.dropdown.custom-select {
    width: 45px !important;
    padding: 0;
    line-height: 0;
    line-height: 0;
    background: transparent;
    border-color: transparent;
}

.dropdown.custom-select button {
    padding: 0;
    background: transparent;
    border-color: transparent;
    color: white;
    transition: 0.3s all;
}

.new-nav .nav-item {
    margin-top: 12px;
}

.new-nav.navbar-light .navbar-nav .nav-link {
    color: white;
    transition: 0.3s all;
    text-transform: none !important;
}

.new-nav.navbar-light .navbar-nav .nav-link:hover {
    color: #2f2f2f;
}

.new-nav .nav-link:after,
.new-nav .dropdown-toggle::after {
    transition: 0.2s transform;
}

.new-nav .show .nav-link:after,
.new-nav .show .dropdown-toggle::after {
    color: #ff5070;
    transform: rotate(180deg);
}

.navbar.scrolled,
.inner-nav {
    background: #21B1FB;
    padding-top: 0 !important;
}

.tnx-btn {
    border: 2px solid;
    height: 40px;
    margin: 10px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}


.m-t-15 {
    margin-top: 15px !important;
}

.m-t-60 {
    margin-top: 60px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.new-nav .btns {
    font-size: 15px;
    text-transform: capitalize !important;
    font-weight: 600;
    letter-spacing: 0.63px;
}

.dropdown.custom-select .filter-option-inner img {
    width: 23px;
    height: 15px;
}

.new-nav .dropdown-toggle::after {
    font-size: 17px;
    position: relative;
    top: 2px;
}

h1.headings {
    font-size: 36px;
    margin-top: 5rem;
    margin-bottom: 0;
}

.hp-top-text {
    color: black;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 2.2rem;
    font-weight: 600;
}

.top-heading {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1.42px;
}

.top-section .tnx-btn-primary {
    margin-bottom: 8rem;
}

.under-heading {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 0.71px;
}

.why-tenex-img {
    max-height: 310px;
    max-width: 348px;
}

.why-tenex-img img {
    object-fit: cover;
    max-height: 310px;
}

.why-tenex-text {
    text-align: left;
}

.why-tenex-text h3 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.79px;
}

.tnx-btn-blue {
    border-color: #00a7e4;
    color: #00a7e4;
    min-width: 200px;
}

.tnx-btn-blue:hover {
    background: #00a7e4;
    color: white;
}

.bottom-section {
    position: relative;
    z-index: 999;
    /*    min-height: 1000px;*/
}

.top-cercle:after {
    content: "";
    width: 140%;
    height: 541px;
    background: #e5ecf2;
    position: absolute;
    top: -87px;
    z-index: -1;
    border-radius: 63%;
    left: -20%;
}

.our-clients {
    position: relative;
    top: -30px;
}

.small-col p {
    min-height: 53px;
    letter-spacing: 0.71px;
}

.milestone-img {
    width: 80px;
    height: 80px;
}

.milestone-text {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    font-size: 15px;
}

.milestone-text p {
    margin-bottom: 0px;
}

.milestone-text p.bold-font {
    font-size: 18px;
}

.your-brand-img {
    padding-right: 50px;
}

/*
.testimonials {
        padding: 45px 50px 0;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.testimonial:after,
.testimonial:before {
    content: "";
    position: absolute;
    height: 125px;
    width: 215px;
}

.testimonial:after {
    background-image: url(../images/new/top.png);
    top: 0;
    left: 20%;
}

.testimonial:before {
    background-image: url(../images/new/bottom.png);
    bottom: 0;
    right: 10%;
}

.testimonial {
    padding: 45px 50px 0;
    position: relative;
}

.testimonail-image {
    position: relative;
    max-height: 355px;
}
*/

/*
.testimonail-image:after {
    content: "";
    position: absolute;
    width: 324px;
    left: -50px;
    bottom: 0;
    background-image: url(../images/new/testimonial-bg.png);
    border-bottom-left-radius: 25px;
    height: 300px;
    background-size: cover;
    z-index: -1;
}
*/

.position-r {
    position: relative;
    z-index: 99;
}

/*
.testimonials .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.testimonials .slick-dots li {
    margin: 0 0.25rem;
}

.testimonials .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #d4dde7;
    text-indent: -9999px;
    border: 1px solid transparent;
    transition: 0.3s all;
    box-shadow: none !important;
    outline: 0 !important;
}

.testimonials .slick-dots li.slick-active button {
    background-color: transparent;
    border: 1px solid #00a7e4;
}
*/

.testimonail-image img {
    width: 100%;
}

.our-apps:after,
.our-apps:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.our-apps:after {
    background-image: linear-gradient(307deg, #00a7e4, #93e2ff);
    right: 0;
}

.our-apps:before {
    background-image: linear-gradient(307deg, #080808, #414141);
    left: 0;
}



.download-app-img:after {
    content: "";
    width: 320px;
    height: 310px;
    position: absolute;
    background-image: url(../images/new/figure-blue.png);
    top: 0;
    top: 50px;
    left: 50px;
    transform: rotate(180deg);
}

.our-apps-left .download-app-img:after {
    top: 48px;
    left: -100px;
    transform: rotate(270deg);
}

.apps-link {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.social-media .icon {
    background-image: url(../images/new/s-m.png);
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    transition: 0.3s all;
}

.social-media .icon.linked-in {
    background-position: 0 0;
}

.social-media .icon.twitter {
    background-position: 0 -208px;
}

.social-media .icon.facebook {
    background-position: 0 -107px;
}

.social-media .icon.linked-in:hover {
    background-position: 0 -43px;
}

.social-media .icon.twitter:hover {
    background-position: 0 -253px;
}

.social-media .icon.facebook:hover {
    background-position: 0 -145px;
}

.footer-contact-list a {
    transition: 0.3s all;
}

.footer-contact-list a:hover {
    color: #f7738b;
    text-decoration: none;
}

.copy-right {
    padding: 0;
    font-size: 14px;
    border-top: 0;
    opacity: 1;
}


.new-nav .dropdown-menu:not(.inner):after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    position: absolute;
    top: -8px;
    transform: rotate(180deg);
    right: 8px;
    color: white;
}

.new-nav .dropdown-item:hover,
.new-nav .dropdown-item:focus,
.new-nav .dropdown-item.active,
.new-nav .dropdown-item:active {
    color: #ff5070;
    text-decoration: none;
    background-color: #eaf0f4;
}

.new-nav .dropdown-item {
    padding: 0.25rem 1.5rem 0.25rem 0.7rem !important;
    font-size: 15px !important;
}

.new-nav .dropdown-menu {
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.14);
    border: 0;
}



.apps-link img {
    max-height: 37px;
}

.download-app-img {
    position: relative;
}

.white-color {
    color: white;
}

.our-apps {
    padding-top: 40px;
}

.border-radius-25 {
    border-radius: 25px;
}

.p-relative {
    position: relative;
}

.bold-font {
    font-weight: bold;
}

.blue-color {
    color: #00aeef;
}

.gray-color {
    color: #9f9f9f;
}

.black-color {
    color: #1f1f23;
}

.small-font {
    font-size: 16px;
}

.gray-bg {
    background-image: linear-gradient(to bottom, #e5ecf2, #f4f7fa, #ffffff);
}

.small-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.why-tenex-text ul {
    padding-left: 30px;
    list-style: none;
    position: relative;
}

.why-tenex-text ul li {
    position: relative;
    margin-bottom: 7px;
}

.download-app-img img {
    height: 362px;
}

.why-tenex-text ul li:after {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -25px;
    top: 6px;
    font-size: 14px;
    color: #00a7e4;
}

.your-brand-img img {
    max-height: 560px;
}

.small-col img {
    max-height: 70px;
}

.white-bg-mobile.gray-bg {
    background-image: linear-gradient(to bottom, #e5ecf2, #f4f7fa, #ffffff 9%);
}

.animated-text span {
    display: none;
    line-height: 1;
}

.animated-text span.active {
    display: inline-block;
    letter-spacing: 1px;
}

/*
.animated-text:after {
    content: 'i';
    display: inline-block;
    width: 2px;
    text-indent: -100px;
    overflow: hidden;
    background: #000;
    margin-left: 10px;
    animation: blink 0.3s infinite alternate;
}
*/

@keyframes blink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.client img {
    max-height: 43px;
}

@media only screen and (max-width: 575px) {}



/*new style */

/*
.top-section .hp-top-image .p-a img {
    max-width: 5rem;
}
*/

.top-section .hp-top-image .p-a {
    position: absolute;
}

.partner-slider {
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    display: block;
    width: 100%;
    z-index: 99;
}

.p-white {
    background: white;
    border-radius: 5px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 15px;
}

.p-white h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f1f23;
}

.p-white img {
    height: 50px;
    object-fit: contain;
}

.p-white .owl-prev {
    position: absolute;
    left: -30px;
    top: -3px;
    width: 24px;
    height: 24px;
}

.p-white .owl-next {
    position: absolute;
    right: -30px;
    top: -3px;
    width: 24px;
    height: 24px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: none !important;
}

.p-white .owl-nav i {
    font-size: 24px;
    background: white;
    border-radius: 50%;
}

.top-section > .container,
.top-section > .container .flex-column-reverse.row {
    height: 100%;
}

.top-section .tnx-btn-primary span {
    font-size: 18px;
    position: relative;
    left: 15px;
    top: 3px;
}

.st-left.p-a {
    top: 11rem;
    left: 5rem;
}

.st-top.p-a {
    left: 22rem;
    top: 1rem;
}

.st-bottom.p-a {
    right: 6.2rem;
    bottom: 8rem;
}

.st-right.p-a {
    right: -2rem;
    top: 7rem;
}

.why-tenex .row.justify-content-center {
    flex-direction: column;
}

.why-tenex {
    padding-top: 60px;
    padding-bottom: 60px;
}

.why-tenex .nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #9f9f9f;
    font-size: 18px;
    transition: 0.3s all;
    margin-bottom: 10px;
}

.why-tenex .nav-tabs {
    border-bottom: 0;
    justify-content: space-around;
    padding-top: 40px;
}

.why-tenex .nav-tabs .nav-link.active,
.why-tenex .nav-tabs .nav-item.show .nav-link {
    color: #1f1f23;
    background-color: #fff;
    border-color: transparent;
    text-decoration: revert;
    font-weight: 600;
}

.why-tenex .nav-tabs .nav-link:hover {
    color: #1f1f23;
}

.t-round-full {
    width: 100%;
    position: relative;
}

.t-round-full .img-responsive {
    max-width: 100%;
    display: block;
}

.t-round-full .text {
    position: absolute;
    top: 50%;
    transform: translate(25%, -50%);
}

.t-round-full .text h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
}

.t-round-full .text p {
    font-size: 18px;
}

.t-s-m {
    position: absolute;
}

.t1 .t-img,
.t2 .t-img,
.t3 .t-img,
.t4 .t-img,
.t5 .t-img {
    top: 2rem;
    right: -3rem;
}

.t1 .t-img img {
    width: 340px;
}

.t5 .t-img img {
    width: 171px;
}

.t1 .b-img {
    bottom: 4rem;
    right: calc(50% - 143px);
}

.t1 .b-img img {
    width: 287px;
}

.t2 .t-img img {
    width: 203px;
}

.t2 .b-img img {
    width: 340px;
}

.t2 .b-img {
    right: 14rem;
    bottom: -2rem;
}

.t3 .t-img img {
    width: 288px;
}

.t3 .b-img img {
    width: 308px;
}

.t3 .b-img {
    left: calc(50% - 154px);
    bottom: -2rem;
}

.t5 .b-img {
    left: calc(50% - 144.5px);
    bottom: -2rem;
}

.t5 .b-img img {
    width: 289px;
}

.t4 .t-img img {
    width: 223px;
}

.t4 .b-img {
    right: 10rem;
    bottom: -1.5rem;
}

.t4 .b-img img {
    width: 170px;
}

.experience-difference {
    position: relative;
    height: 84vh;
    /*    background-image: url(../images/new/experience-difference.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 82vh;
    background-position: bottom center;
}

.experience-difference-height {
    min-height: 100vh;
    padding-bottom: 11rem;
}

.experience-difference p {
    max-width: 80%;
    margin: 20px auto;
}

.experience-difference h2 {
    font-size: 36px;
    font-weight: 600;
}

.experience-difference .tnx-btn-primary,
.build-app .tnx-btn-primary,
.the-power .tnx-btn-primary {
    padding-right: 90px;
    position: relative;
}

.experience-difference .tnx-btn-primary span,
.build-app .tnx-btn-primary span,
.the-power .tnx-btn-primary span {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 14px;
}


.exceptional-experiences {
    position: relative;
    min-height: 103vh;
    background-image: linear-gradient(307deg, #90e1fe, #4fc7f2);
    padding-top: 60px;
    padding-bottom: 1rem;
}

.exceptional-experiences .p-unset {
    position: unset;
}

.exceptional-experiences .nav,
.exceptional-experiences .white-color,
.exceptional-experiences .black-color {
    position: relative;
    z-index: 99;
}


.ee-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.t-card-section {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.testimonial {
    background-repeat: no-repeat;
    width: 100%;
    height: 22rem;
    background-size: contain;
    padding: 1rem 0;
}

.ts-1 {
    background-image: url(../images/new/ts-1.png);
}

.ts-2 {
    background-image: url(../images/new/ts-2.png);
}

.testimonial-slider .ts-logo {
    width: 114px;
    height: 113px;
    position: absolute;
    top: 55%;
    left: 17%;
}

.small-text {
    font-size: 16px;
}

.ts-text h3 {
    margin-bottom: 5px;
}

.ts-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    width: 100%;
    height: 100%;
    padding-left: 34%;
}


.t-card-section {
    height: 80vh;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}

.t-card-section h4 {
    font-weight: 600;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.t-card-section p {
    font-size: 0.93rem;
}

.p-t-20 {
    position: relative;
    top: 3rem;
}

.p-t-30 {
    position: relative;
    top: 7rem;
}


.t-c-b-1 {
    background-image: url(../images/new/t-c-b-1.png);
}

.t-c-b-2 {
    background-image: url(../images/new/t-c-b-2.png);
}

.t-c-b-3 {
    background-image: url(../images/new/t-c-b-3.png);
}

.t-c-b-4 {
    background-image: url(../images/new/t-c-b-4.png);
}

.t-c-b-5 {
    background-image: url(../images/new/t-c-b-5.png);
}

.t-c-b-6 {
    background-image: url(../images/new/t-c-b-6.png);
}

.ee-tab-1 {
    background-image: url(../images/new/ee-tab-1.png);

}

.ee-tab-2 {
    background-image: url(../images/new/ee-tab-2.png);
}

.ee-tab-3 {
    background-image: url(../images/new/ee-tab-3.png);
}

.exceptional-experiences .headings {
    font-size: 44px;
    margin-bottom: 20px;
}

.exceptional-experiences p {
    font-size: 17px;
    margin-bottom: 20px;
}

.ee-tabs .nav-tabs {
    border: 3px solid #fff;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ee-tabs .nav-tabs .nav-link {
    color: #1f1f23;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
    padding: 8px 0 4px;

}

.pink-color {
    color: #ff5070;
}

.ee-section span {
    font-size: 40px;
}

.ee-tabs .nav-tabs .nav-item:first-child .nav-link {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.ee-tabs .nav-tabs .nav-item:last-child .nav-link {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.ee-tabs .nav-tabs .nav-item:last-child {
    margin-right: -1px;
}

.ee-tabs .nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-top: -1px;
    margin-left: -1px;
    width: 33.4%;
}

.ee-tabs .nav-tabs .nav-link:hover,
.ee-tabs .nav-tabs .nav-link:focus {
    border-color: #fff;
}

.ee-tabs-border .nav-link {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
}

.ee-tabs .nav-tabs .nav-link.active,
.ee-tabs .nav-tabs .nav-item.show .nav-link {
    border-color: #fff;
    color: #00aeef;
}

.ee-tabs {
    margin: 30px 0 15px;
}

.no-padding {
    padding: 0;
}

.ee-section p {
    font-size: 16px;
    font-weight: 600;
}

.t-btn {
    color: #ff5070;
    background: transparent;
    padding: 0;
    border: 0;
    height: 30px;
    font-size: 18px;
    padding-right: 70px;
    position: relative;
}

.t-btn:hover {
    background-color: transparent;
}

.t-btn.btn:focus,
.t-btn.btn.focus {
    outline: 0;
    box-shadow: none;
}

.t-btn span {
    position: absolute;
    right: 30px;
    top: 7px;
    font-size: 15px;
    transition: 0.2s all;
}

.t-btn:hover span {
    right: 15px;
}

.dark-gray-color {
    color: #5b5b5b;
}

.t-cards {
    padding-bottom: 6rem;
}

.build-app {
    background: #1f1f23;
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background-image: url(../images/new/phones-left-.png), url(../images/new/phones-right-.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    padding: 60px;
}

.build-app:after {
    content: "";
    position: absolute;
    top: 0;

}

.width-70 {
    width: 70%;
    margin: 0 auto;
}

.build-app h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.b-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.bold-text {
    font-weight: 600;
}

.b-icon {
    margin-bottom: 40px;
}

.p-icon h3 {
    font-size: 72px;
    text-transform: uppercase;
    background: linear-gradient(to right, #00aeef, #6d4cdb 15%, #ff5070 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: lowercase;
}

.p-icon p {
    font-size: 36px;
    margin-top: -10px;
}

.the-power h2 {
    font-weight: 600;
}

.testimonial-slider .ts-logo {
    width: 114px;
    height: 113px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next,
.testimonial-slider.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider.owl-carousel button.owl-dot,
.partner-slider-section-mobile.owl-carousel .owl-nav button.owl-next,
.partner-slider-section-mobile.owl-carousel .owl-nav button.owl-prev,
.partner-slider-section-mobile.owl-carousel button.owl-dot {
    background: #cdcdcd;
    color: #cdcdcd;
    border: none;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    padding: 0;
    border: none;
}

button:focus {
    outline: none;
}

.testimonial-slider.owl-carousel button.owl-dot.active,
.partner-slider-section-mobile.owl-carousel button.owl-dot.active {
    background: #5b5b5b;
}

@media only screen and (max-width: 1024px) {
    .top-section {
        height: 70vh !important;
        padding-top: 1rem;
    }

    .experience-difference {
        height: 52vh;
        padding-top: 52vh;

    }

    .experience-difference-height {
        min-height: 70vh;
    }

    .exceptional-experiences {

        min-height: 72vh;
    }

    .t-card-section {
        height: 50vh;

    }

    .build-app {
        min-height: 51vh;

    }
}

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


    .new-nav.navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }

    .client {
        max-width: 20%;
    }

    .client img {
        max-width: 100%;
        object-fit: cover;
    }

    .small-col p {
        font-size: 14px;
    }

    .top-heading {
        font-size: 28px;
    }

    .under-heading {
        font-size: 16px;
    }

    .milestone-img {
        width: 70px;
        height: 70px;
    }

    .testimonail-text p:first-child {
        font-size: 14px;
        min-height: 167px;
    }

    .testimonail-text {
        margin-left: 30px;
    }

    .apps-link img {
        max-height: 31px;
    }

    .why-tenex-img img {
        max-height: 280px;
    }

    h1.headings {
        font-size: 2.5rem;
    }

    .hp-top-text {
        font-size: 1.8rem;
    }



    .new-nav .collapsing {
        opacity: 0;
    }

    .new-nav .collapse.show,
    .new-nav .collapsing {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
    }

    .new-nav .collapse.show {
        opacity: 1;
    }

    .new-nav .collapsing .navbar-nav {
        opacity: 0;
    }

    .new-nav .collapse.show .navbar-nav {
        display: flex;
        width: 100%;
        height: 80%;
        justify-content: center;
        align-items: start;
        opacity: 1;
        padding-left: 20px;
    }

    .navbar-collapse .navbar-brand {
        top: 75px;
        position: relative;
        padding-left: 20px;
    }

    .navbar-collapse p {
        position: relative;
        top: 100px;
        padding-left: 20px;
    }

    .new-nav.navbar-light .navbar-toggler.collapsed {

        border-color: transparent;

        margin-top: 9px;
        position: relative;
        right: 0;
    }

    .new-nav.navbar-light .navbar-toggler {
        z-index: 99;
        font-size: 30px;
        outline: 0;
        box-shadow: none;
        color: #1f1f23;
        transition: 0.3s all;
        border: 0;
    }

    .new-nav.navbar-light .navbar-toggler i {
        transition: 0.3s all;
    }

    .new-nav.navbar-light .navbar-toggler i:before {
        content: "\f00d";
    }

    .new-nav.navbar-light .navbar-toggler.collapsed i:before {
        content: "\f0c9";
    }

    .new-nav .collapse.show .mobile-top {
        position: absolute;
        top: 5px;
        right: 17%;
    }

    .new-nav.navbar-light .navbar-nav .nav-link:hover {
        color: #ff5070;
    }

    .new-nav.navbar-light .navbar-nav .nav-link {
        font-size: 24px;
        font-weight: 600;
        color: #1f1f23;
        padding: 0;
    }

    .new-nav .collapse.show .btn-outline-light {
        color: white;
        background-color: #10B4FD !important;
        border-color: #10B4FD !important;
        margin: 0;
    }

    /*
    .new-nav .navbar-brand {
        top: 50px;
    }
*/

    .new-nav .collapse.show .dropdown-menu:after {
        display: none;
    }

    .new-nav .collapse.show .nav-link:after,
    .new-nav .show .dropdown-toggle::after {
        color: white;
        transform: rotate(0);
    }

    .new-nav .collapse.show .mobile-top .dropdown-menu:not(.inner) {
        min-width: 170px !important;
        margin-left: -85px;
        margin-top: 15px;
    }

    .new-nav {
        padding-top: 0 !important;
    }

}

@media only screen and (max-width: 1025px) and (min-width: 991px) {
    .exceptional-experiences {
        min-height: 50vh;
    }

    .exceptional-experiences .col-md-7.col-sm-12 {
        max-width: 75.333333%;
        flex: 0 0 78.333333%;
    }

    .t-card-section {
        height: 38vh;
    }

    .t-card-section p {
        font-size: 0.73rem;
    }

    .build-app {
        min-height: 19vh;
        padding: 40px;
    }

    .top-section {
        height: 55vh !important;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }

    .new-nav.navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        margin: 0 5px;
    }

    .download-app-img img {
        height: 290px;
    }

    .download-app-img:after {
        height: 237px;
    }

    .our-apps-left .download-app-img:after {
        top: 41px;
        left: -152px;
        transform: rotate(270deg) scale(0.8);
    }

    .our-apps .top-heading {
        font-size: 17px;
    }
}

@media only screen and (min-width: 991px) {
    .top-section {
        height: 100vh
    }

    .mobile-top .dropdown-menu.show:not(.inner) {
        margin-left: -95px;
        overflow: unset !important;
    }
}

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


    .our-apps:after,
    .our-apps:before {
        width: 100%;
        height: 50%;
    }

    .our-apps:before {
        top: 0;
    }

    .our-apps:after {
        bottom: 0;
        top: auto;
    }

    .download-app-img {
        position: absolute;
        left: -35%;
        top: -2px;
    }

    .apps-img {
        min-height: 360px;
        position: relative;
    }

    .apps-link {
        flex-direction: column;
    }

    .apps-link img {
        max-height: 55px;
        width: 120px;
        margin-bottom: 15px;
    }

    .our-apps-left .download-app-img {
        left: auto;
        right: -35%;
        top: -22px;
    }

    .testimonail-image:after {
        width: 213px;
        left: -50px;
        height: 186px;
    }

    .testimonail-text p:first-child {
        font-size: 11px;
        min-height: 140px;
    }

    .m-b-40 {
        margin-bottom: 20px;
    }

    .testimonail-text {
        font-size: 11px;
    }

    .why-tenex-img img {
        max-height: 200px;
    }

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

    .why-tenex-text h3 {
        font-size: 16px;
    }

    .under-heading {
        font-size: 14px;
    }

    .m-t-60 {
        margin-top: 30px;
    }

    .m-b-30 {
        margin-bottom: 15px;
    }

    .m-b-40 {
        margin-bottom: 20px;
    }

    .m-b-60 {
        margin-bottom: 30px;
    }

    .p-b-60 {
        padding-bottom: 30px;
    }

    .top-cercle:after {
        display: none;
    }

    .our-clients {
        top: 0;
        margin-top: 30px;
    }



    .top-section {
        height: auto;
        padding-top: 2rem;
    }

    h1.headings {
        margin-top: 1rem;
    }

}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .top-section .hp-top-image {
        position: absolute;
        height: 455px;
        right: -85px;
        bottom: -146px;
        width: 454px;
    }

    .top-section .col-md-4.col-xs-12 {
        flex: 0 0 100%;
        max-width: 82%;
        padding-top: 3rem;
        text-align: center;
        justify-content: center;
    }

    .p-a img.img-fluid {
        transform: scale(0.8);
    }

    .st-right.p-a {
        right: -1rem;
        top: 5rem;
    }

    .st-top.p-a {
        left: 13rem;
        top: -2rem;
    }

    .st-bottom.p-a {
        right: 5.2rem;
        bottom: 12rem;
    }

    .st-left.p-a {
        top: 0rem;
        left: 0rem;
    }

    .t-s-m img {
        transform: scale(0.8);
    }

    .experience-difference {
        height: 37vh;
        padding-top: 37vh;
    }

    .experience-difference-height {
        min-height: 60vh;
    }

    .exceptional-experiences .headings {
        font-size: 27px;
        margin-bottom: 5px;
    }

    .exceptional-experiences p {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .ee-tabs {
        margin: 15px 0 15px;
    }

    .ee-tabs .nav-tabs {
        margin-bottom: 15px;
    }

    .ee-tabs .nav-tabs .nav-link {

        font-size: 11px;

    }

    .ee-section span {
        font-size: 28px;
    }

    .ee-section p {
        font-size: 13px;
        font-weight: 600;
    }

    .exceptional-experiences {
        min-height: 22vh;
        padding-top: 28px;
    }

    .t-btn {
        font-size: 14px;
    }

    .t-card-section p {
        font-size: 0.63rem;
    }

    .t-card-section h4 {
        font-size: 18px;
    }

    .t-card-section {
        height: 37vh;
    }

    .build-app h2 {
        font-size: 22px;
    }

    .build-app p {
        font-size: 11px;
    }

    .b-icon {
        margin-bottom: 25px;
    }

    .b-icon img {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }

    .build-app {
        min-height: 25vh;
        padding: 25px;
    }

    .p-icon p {
        font-size: 21px;
        margin-top: -10px;
    }

    .testimonial {
        height: 14rem;
    }

    .testimonial-slider .ts-logo {
        width: 89px;
    }

    .ts-text h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .ts-text p {
        font-size: 13px;
    }

    .f-icon {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 769px) and (min-width: 667px) {
    .our-apps-left .apps-text {
        padding-left: 150px;
    }

    .our-apps-left .download-app-img {
        right: auto;
    }

    .download-app-img {
        left: 60px;
    }
}

@media only screen and (min-width: 767px) {


    .partner-slider {
        display: block;
    }

    .partner-slider-mobile {
        display: none;
    }

    .hide-mobile {
        display: block !important;
    }

    .show-mobile {
        display: none !important;
    }
}





@media only screen and (max-width: 767px) {
    .top-section .hp-top-image {
        top: calc(71% - 265px);
    }

    .top-section .hp-top-image {
        height: 421px;
        width: 50%;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .top-section .hp-top-image {
        right: 43px;
    }

    .t-round-full .text {
        top: 10%;
        transform: initial;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .why-tenex #myTabContent {
        width: 84%;
        margin: 0 auto;
    }

    .t-round-full .text h3 {
        font-size: 24px;
        color: white;
    }

    .t-round-full .text p {
        font-size: 15px;
    }

    .top-section {
        height: 38rem !important;
        margin-bottom: 10rem;
    }

    .top-section .hp-top-image {
        bottom: 0;
        width: 290px;
        height: 232px;
        top: auto;
    }

    .t1 .t-img,
    .t2 .t-img,
    .t3 .t-img,
    .t4 .t-img,
    .t5 .t-img {
        top: 8rem;
        right: -3.1rem;
        transform: scale(0.8);
    }

    .t1 .b-img {
        bottom: 1rem;
        right: calc(50% - 99px);
    }

    .t2 .t-img {
        top: 19rem;
        right: 7rem;
        transform: scale(0.9);
    }

    .t2 .b-img {
        right: 0.5rem;
        bottom: 12rem;
    }

    .t3 .b-img {
        left: calc(50% - 200px);
        bottom: -2rem;
        transform: scale(0.9);
    }

    .t4 .t-img {
        right: 7.5rem;
        top: 11rem;
        transform: scale(0.9);
    }

    .t4 .b-img {
        right: -1rem;
        bottom: -1.5rem;
    }

    .t5 .b-img {
        left: calc(50% - 198.5px);
        bottom: 6rem;
        transform: scale(0.9);
    }

    .t5 .t-img {
        top: 21rem;
        right: 0;
    }

    .mobile-padding-t {
        padding-top: 60px;
        text-align: center;
        width: auto !important;
    }

    .hp-top-text {
        font-size: 1.4rem;
    }

    .top-heading {
        font-size: 24px;
    }

    .why-tenex-text {
        text-align: center;
        margin-top: 15px;
    }

    .client {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .small-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .testimonail-text p:first-child {
        font-size: 13px;
        min-height: 290px;
    }

    .testimonail-text {
        margin-left: 0;
    }

    .apps-text {
        min-height: 360px;
        padding-left: 180px;
    }

    .our-apps-left .apps-text {
        padding-left: 15px;
    }

    .apps-img {
        position: absolute;
    }

    .download-app-img {
        left: -25%;
    }

    .our-apps-left .download-app-img {
        right: -25%;
    }

    .new-footer .footer-contact-list {
        margin-bottom: 0;
    }

    .new-footer .social-media {
        margin-bottom: 20px;
    }

    .milestone-img {
        margin-left: 50px;
    }

    .white-bg-mobile {
        background-image: none;
        background: white;
    }

    .mobile-scroll {
        width: 100%;
        margin-bottom: 20px;
    }

    .why-tenex .nav-tabs {
        border-bottom: 0;
        padding-top: 40px;
        display: flex;
        width: 100%;
        white-space: nowrap;
        flex-flow: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
    }

    .experience-difference {
        position: relative;
        height: 18vh;
        padding-top: 26vh;
        background-position: 65% 12%;
    }

    .experience-difference h2 {
        font-size: 27px;
        font-weight: 600;
    }

    .experience-difference p {
        font-size: 16px;
    }

    .experience-difference-height {
        padding-bottom: 19rem;
    }

    .ee-tabs .nav-tabs .nav-link {

        font-size: 14px;
        padding: 10px 12px 5px;
    }

    .ee-tabs .nav-tabs .nav-item {
        margin-bottom: -2px;
        width: 33.555%;
    }

    .ee-tabs .col-xs-6 {
        width: 50%;
    }

    .t-card-section {
        background-position: center;
        height: 420px;
    }

    .p-t-20 {
        top: 0;
    }

    .p-t-30 {
        top: 0;
    }

    .t-card-section p {
        font-size: 0.8rem;
    }

    .build-app {
        padding: 60px 20px 300px;
        background-image: url(../images/new/phones-bottom.png);
    }

    .build-app p {
        font-size: 0.8rem;
    }

    .width-70 {
        width: 100%;
        margin: 0 auto;
    }

    .build-app .col-md-4 {
        width: 33.3%;
    }

    .experience-difference .tnx-btn-primary,
    .build-app .tnx-btn-primary,
    .the-power .tnx-btn-primary {
        padding-right: 50px;
    }

    #home_page .flex-column-reverse {
        flex-direction: column !important;
    }

    .top-section .col-md-8.col-xs-12 {
        position: absolute;
        bottom: 0;
    }

    .partner-slider {
        display: none;
    }

    .partner-slider-mobile {
        display: block;
        bottom: -220px;
        text-align: center;
        position: absolute;
        width: 100%;
    }

    .partner-slider-mobile .width-50 {
        width: 50%;
    }

    .partner-slider-mobile .p-white {
        height: 230px;
    }

    .partner-slider-mobile .p-logo {
        display: flex;
    }

    .top-section .hp-top-image .p-a img {
        transform: scale(.6);
    }

    .st-left.p-a {
        top: 2rem;
        left: 0rem;
    }

    .st-top.p-a {
        left: 6rem;
        top: -1rem;
    }

    .st-bottom.p-a {
        right: 1.2rem;
        bottom: 2rem;
    }

    .st-right.p-a {
        right: -2.5rem;
        top: 1rem;
    }

    .ee-section-bg {
        background-size: 50%;
        bottom: 0;
        background-position: bottom right;
    }

    .width-mobile-50 {
        width: 41%;
        margin-top: 5rem;
    }

    .width-mobile-50 .t-btn {
        padding-right: 53px;
        word-break: break-word;
        white-space: unset;
        text-align: left;
        margin-bottom: 30px;
    }

    .ee-tab-1 {
        background-image: url(../images/new/s-m-50.png);

    }

    .ee-tab-2 {
        background-image: url(../images/new/s-m-50-2.png);
    }

    .ee-tab-3 {
        background-image: url(../images/new/s-m-50-3.png);
    }

    .b-icon img {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

    .the-power h2 {
        font-weight: 600;
        font-size: 44px;
        margin-bottom: 1rem;
    }

    .the-power h2 span {
        display: block;
    }

    .the-power .col-md-3 {
        width: 50%;
    }

    .p-icon p {
        font-size: 29px;
        margin-top: -10px;
    }

    .testimonial {
        background-repeat: no-repeat;
        width: 100%;
        height: 44rem;
        background-size: contain;
        padding: 1rem 0;
    }

    .ts-1 {
        background-image: url(../images/new/ts-m-1.png);
    }

    .ts-2 {
        background-image: url(../images/new/ts-m-2.png);
    }

    .ts-text {
        justify-content: inherit;
        padding: 7%;
    }

    .ts-text h3 {
        margin-bottom: 5px;
        font-size: 1.4rem;
    }

    .ts-text p {
        font-size: 15px;
        font-weight: 100;
    }

    .testimonial-slider .ts-logo {
        top: 69%;
        left: 7%;
    }

    .t-footer .col-xs-12.col-md-3 {
        display: flex;
        justify-content: space-between;
    }

    .t-footer .col-xs-6.col-md-3 {
        width: 50%;
        padding: 25px 25px 0;
    }
}


.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.fullscreen-bg_video {
    height: 100%;
    width: 100%;
}


.fullscreen-experience-difference {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.fullscreen-bg_experience-difference {
    position: absolute;
    bottom: 15px;
    width: 100%;
    object-fit: cover;
    object-position: left;
    right: 0;
}

.top-section .text-md-left {
    position: relative;
    z-index: 99;
}


@media only screen and (max-width: 768px) {
    .fullscreen-bg_video.hide-mobile {
        display: none !important;
    }

    .fullscreen-bg_video.show-mobile {
        display: block !important;
    }

    .fullscreen-bg_video {
        bottom: 79px;
        height: 34%;
        right: calc(50% - 254px);
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial {
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (max-width: 450px) {
    .fullscreen-bg_video {
        bottom: 13px;
        height: 27%;
        right: calc(50% - 191px);
    }

}

@media only screen and (min-width: 1680px) {
    .fullscreen-bg_video {
        position: absolute;
        bottom: -100px;
        height: 100%;
        width: 100%;
    }
}
