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: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Gotham Pro'), url('../fonts/GothamPro-Medium.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;
}

/*

*/



/*===== tenex mobile fixing css =====*/
/*===== tenex mobile fixing css =====*/

.new-nav
{
	background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.new-nav .container
{
	max-width: 1170px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.new-nav.navbar-light .navbar-nav .nav-link
{
	color: #000000 !important;
}
.new-nav .dropdown-item:hover, .new-nav .dropdown-item:focus, .new-nav .dropdown-item.active, .new-nav .dropdown-item:active
{
	color: #10b4fd !important;
}
.new-nav .btns
{
	background-color: #10B4FD !important;
    color: #FFFFFF !important;
    padding: 9px 29px 12px !important;
    border-radius: 15px;
    font-family: 'soleilbook' !important;
	border: 0px;
    box-shadow: 0px 9px 20px rgba(16,180,253,0.25);
}
.dropdown-toggle::after, .new-nav .show .nav-link:after, .new-nav .show .dropdown-toggle::after
{
	color: #000000 !important;
}
.dropdown-menu
{
	left: auto;
	right: 0;
}
.desktop-header-logo
{
	display: inline-block;
}
.mobile-header-logo
{
	display: none;
}




@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,
.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: #00AEEF;
    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 {
    
}

.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: #FFFFFF;
    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: 5vh;
    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 {
    min-width: 6rem;
}

.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 0.75rem 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;
	position: absolute;
}

.new-nav .dropdown-menu li a.dropdown-item {
    text-align: right !important;
}

.new-nav .dropdown:not(#custom-product):hover .dropdown-menu {
	position: absolute;
	right: auto !important;
	left: -3rem !important;
}



.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;
    left: -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;
    left: 15px;
    font-size: 20px;
    top: 14px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


.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;
    background-position: center;
}

.ts-1 {
    background-image: url(../images/new/ts-1.png);
}

.ts-2 {
    background-image: url(../images/new/ts-2.png);
}

.ts-3 {
	background-image: url("../images/index-page/testimonial-3-bg.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: 1367px) {
    .top-section {
        /*        height: 70vh !important;*/
        padding-top: 5rem;
    }

    .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: 1200px) {


    .new-nav.navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0;
        /*
        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;
		padding-right: 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;
		padding: 0.25rem 0.2rem;
    }

    .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 .collapse.show .btn-outline-light {
        color: white;
        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;
    }

    
    .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 (max-width: 1025px) and (max-height: 768px) {
    .top-section {
        height: 90vh !important;
    }

    .partner-slider {
        bottom: -89px;
    }

    .top-section .text-md-left.col-md-4 {
        flex: 0 0 50.333333%;
        max-width: 50.333333%;
    }

}

@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 (min-width: 767px) {
    .mobile-padding-t {
        height: calc(100vh - 9rem);
        vertical-align: middle;
        display: table-cell;
    }
}


@media only screen and (max-width: 767px) {
	
	
	/*===== Tenex Mobile Fixing Css Property =====*/
	/*===== Tenex Mobile Fixing Css Property =====*/
	
	.new-nav
	{
		background-color: transparent;
		box-shadow: none;
	}
	.navbar.scrolled, .inner-nav
	{
		background: #000000;
	}
	.new-nav.navbar-light .navbar-toggler.collapsed i
	{
		color: #FFFFFF;
	}
	.new-nav.navbar-light .navbar-toggler i
	{
		color: #000000;
	}
	.desktop-header-logo
	{
		display: none;
	}
	.mobile-header-logo
	{
		display: inline-block;
	}
	.header-section
	{
		margin-top: 71px;
	}
	.dropdown:hover .dropdown-menu
	{
		position: static;
	}
	.home-page .header-section
	{
		margin-top: 0;
    	padding-top: 52px;
	}
	
	
	
	
    .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-3 {
		background-image: url("../images/index-page/mobile-testimonial-3-bg.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;
    }
}

@media only screen and (max-width: 768px) {
    .new-nav.navbar-light .navbar-nav .nav-link {
        /*        font-size: 24px;*/
        font-weight: 600;
        color: #1f1f23;
        /*        padding: 0;*/
    }

    .navbar-brand.show-mobile {
        display: block !important;
    }

    .navbar-collapse .small-text.bold-text.show-mobile {
        display: block !important;
    }
}

.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 (max-width: 1367px) and (min-width: 992px) {


    h1.headings {
        margin-top: 6vh;
    }

    .p-white {
        width: 70%;
        margin: 15px auto;
    }

    .fullscreen-bg_video {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: auto;
    }
}

@media only screen and (max-width: 1367px) and (min-height: 1024px) {
    .top-section {
        height: 70vh;
    }

    .mobile-padding-t {
        height: calc(75vh - 9rem);
    }
}


@media only screen and (min-width: 1680px) {
    .fullscreen-bg_video {
        position: absolute;
        bottom: -100px;
        height: 100%;
        width: 100%;
    }
}



html
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	font-family: 'soleilregular';
}
h1, h2, h3, h4, h5, h6, p, a, button, select, textarea 
{
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}
ul, ol, li
{
	margin: 0px;
	padding: 0;
	list-style: none;
	outline: none;
}
a:hover, a:active, a:focus, button:hover, button:active, button:focus
{
	text-decoration: none;
	outline: none;
	box-shadow: initial;
}
input:focus, select:focus
{
	box-shadow: inherit !important;
}
@font-face
{
	font-family: 'soleilbold';
    src: url("../fonts/soleilbold-webfont.woff2")format('woff2'),
         url("../fonts/soleilbold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
	font-family: 'soleilbook';
    src: url("../fonts/soleilbook-webfont.woff2") format('woff2'),
         url("../fonts/soleilbook-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
	font-family: 'soleillight';
    src: url("../fonts/soleillight-webfont.woff2") format('woff2'),
         url("../fonts/soleillight-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
	font-family: 'soleilregular';
    src: url("../fonts/soleilregular-webfont.woff2") format('woff2'),
         url("../fonts/soleilregular-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}



/*----- Tenex RTL Arabic Css Code -----*/
/*----- Tenex RTL Arabic Css Code -----*/

.rightToleft .sm_menu_outer
{
	text-align: left;
}
.rightToleft .sm_menu_outer .mobile_menu li
{
	margin-right: 0px;
	margin-left: 20px;
}
.rightToleft .sm_menu_outer .mobile_menu li:last-child
{
	margin-left: 0px;
}
.rightToleft .sm_menu_outer .mobile_menu li.dropdown a i
{
	margin-left: 0px;
	margin-right: 5px;
}
.rightToleft .sm_menu_outer .mobile_menu a
{
	font-weight: 700;
}
.rightToleft .dropdown-menu
{
	left: auto;
    right: 0;
    text-align: right;
}
.rightToleft .header-curve-bg
{
	right: auto;
    left: 0;
    transform: rotateY(360deg);
}
.rightToleft img.tenex-mobile-modal
{
	/* margin: 0px 4px 0px 0px; */
}
.rightToleft .header-left-container
{
	text-align: right;
}
.rightToleft .header-left-container h1
{
	font-weight: 700;
}
.rightToleft h2.heading-col span
{
	font-weight: 700;
}
.rightToleft h2.heading-col hr
{
	margin: 0px 10px 0px 0px;
}
.rightToleft h2.heading-col hr::after
{
	right: auto;
	left: 0;
}
.rightToleft .whytenex-section
{
	text-align: right;
}
.rightToleft .whytenex-section h2
{
	font-weight: 700;
}
.rightToleft img.about-oneapp-tenex
{
	right: auto;
    left: -50px;
	width: 44%;
}
.rightToleft .about-tenex-section
{
	text-align: right;
}
.rightToleft .about-content-container h3
{
	font-weight: 700;
}
.rightToleft .key-feature-container, .rightToleft .feature-flex-section li
{
	text-align: right;
}
.rightToleft .key-feature-container h3, .rightToleft .feature-flex-section li h4
{
	font-weight: 700;
}
.rightToleft .roi-statistics-section h3
{
	font-weight: 700;
}
.rightToleft .roi-statistics-section p
{
	font-weight: 600;
}
.rightToleft .tenex-expertise-content h4
{
	font-weight: 700;
}
.rightToleft .tenex-expertise-content
{
	padding: 62px 72px 62px 0px;
	text-align: right;
	right: auto;
	left: 14%;
}
.rightToleft .tenex-expertise-content::after
{
	right: auto;
	left: -100%;
}

@media (max-width: 767px){
	.rightToleft #sm_menu_ham
	{
		left: 16px;
    	right: auto;
    	float: left;
	}
	.rightToleft img.tenex-mobile-modal
	{
		margin: 0px;
	}
	.rightToleft .sm_menu_outer .mobile_menu li
	{
		margin-left: 0px;
		text-align: right;
	}
	.rightToleft .tenex-expertise-content
	{
		padding: 42px 22px 42px 22px;
	}
}



/*----- Top Nav Bar -----*/
/*----- Top Nav Bar -----*/

.navbar-section
{
	width: 100%;
    display: block;
    padding: 29px 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.navbar-container
{
	max-width: 1170px;
	width: 92%;
	margin: 0px auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.navbar-section .header-logo
{
	display: inline-block;
}
.navbar-section .header-logo.mobile-header-logo
{
	display: none;
}


/*---- Mega Navigation Menu ----*/
/*---- Mega Navigation Menu ----*/

.mobile_menu
{
	display: inline-block;
}
.sm_menu_outer.active .mobile_menu
{
	display: block;
    width: 92%;
    margin: 0px auto;
}
.sm_menu_outer
{
	opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: 0px auto 0px auto;
    text-align: right;
    width: 100%;
    max-width: 1170px;
}
.sm_menu_outer.active
{
	opacity: 1;
  	z-index: 999;
	height: 100%;
	padding-top: 50px;
	overflow: auto;
}
.sm_menu_outer .mobile_menu a
{
	font-family: 'soleilbold';
	color: #231F20;
  	display: inline-block;
	position: relative;
	font-size: 16px;
	padding: 16px 0px;
  	text-decoration: none;
}
a.preview-cta
{
	background-color: #10B4FD;
    color: #FFFFFF !important;
    padding: 9px 29px 12px !important;
    border-radius: 15px;
    font-family: 'soleilbook' !important;
	box-shadow: 0px 9px 20px rgba(16,180,253,0.25);
    border-color: #10B4FD;
}
a.preview-cta:hover, a.preview-cta:active, a.preview-cta:focus
{
	color: #FFFFFF;
}
.sm_menu_outer .mobile_menu li:last-child a
{
	margin-right: 0px;
}
.sm_menu_outer .mobile_menu a:hover, .sm_menu_outer .mobile_menu a:active, .sm_menu_outer .mobile_menu a:focus
{
	color: #10B4FD;
}


/*----- Sub Menu animation -----*/
/*----- Sub Menu animation -----*/

.sm_menu_outer.slide .mobile_menu .submenu
{
	display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 400px;
    background-color: #f2f2f2;
    padding: 0px 0px 0px;
}
.sm_menu_outer.slide .mobile_menu li:hover > .submenu
{
	display: block;
}
.sm_menu_outer .mobile_menu li
{
  	color: #ffffff;
	display: inline-block;
	margin-right: 20px;
}
.sm_menu_outer .mobile_menu li:last-child
{
	margin-right: 0px;
}
.sm_menu_outer .mobile_menu li.dropdown a i
{
	margin-left: 5px;
}
.dropdown-menu
{
	margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	display: block;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
.dropdown:hover .dropdown-menu
{
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.dropdown-menu li a.dropdown-item
{
	font-family: 'soleilbook';
	padding: 8px 16px;
}
.dropdown-menu li
{
	display: block;
	width: 100%;
}


/*----- Hamburger Animation -----*/	
/*----- Hamburger Animation -----*/	

#sm_menu_ham
{
	cursor: pointer;
	float: right;
	height: 25px;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 30px;
	top: 72px;
	right: 20px;
	z-index: 9999;
}
#anotherpage #sm_menu_ham span
{
	background-color: #000000;
}
#sm_menu_ham span
{
	background-color: #FFFFFF;
  	border-radius: 2px;
  	display: block;
  	height: 4px;
  	left: 0;
  	opacity: 1;
  	position: absolute;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: all 0.25s ease-in-out 0s;
  	-moz-transition: all 0.25s ease-in-out 0s;
  	-o-transition: all 0.25s ease-in-out 0s;
  	transition: all 0.25s ease-in-out 0s;
  	width: 30px;
}
#sm_menu_ham span:nth-child(1)
{
	top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3)
{
	top: 10px;
}
#sm_menu_ham span:nth-child(4)
{
	top: 20px;
}
#sm_menu_ham.open span:nth-child(1)
{
	left: 50%;
  	top: 18px;
  	width: 0;
}
#sm_menu_ham.open span:nth-child(2)
{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
  	transform: rotate(45deg);
	background-color: #fff;
}
#sm_menu_ham.open span:nth-child(3)
{
	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	transform: rotate(-45deg);
	background-color: #fff;
}
#sm_menu_ham.open span:nth-child(4)
{
	left: 50%;
  	top: 18px;
  	width: 0;
}

/*---- Header Section ----*/
/*---- Header Section ----*/

.header-section
{
	width: 100%;
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 77px;
}
.header-curve-bg
{
	position: absolute;
    right: 0;
    top: 0;
    margin: 0px;
    display: inline-block;
    width: calc(100% - 45.5%);
    height: 720px;
    object-fit: cover;
    object-position: bottom left;
}
.mobileheader-curve-bg
{
	position: absolute;
    right: 0;
    top: 0;
    margin: 0px;
    display: none;
    width: calc(100% - 53.5%);
    height: 720px;
    object-fit: cover;
    object-position: bottom left;
}
.header-content-container
{
	max-width: 1170px;
	width: 92%;
	margin: 0px auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding-top: 94px;
	padding-bottom: 58px;
	position: relative;
	z-index: 1;
}
.header-left-container
{
	display: inline-block;
    margin: 0px;
    max-width: 428px;
}
.header-left-container h1
{
	/* font-family: 'soleilbold'; */
	font-size: 38px;
	line-height: 46px;
	color: #231F20;
	display: block;
	margin-bottom: 22px;
}
.header-left-container h1 main
{
	color: #10b4fd;
	display: inline-block;
}
.header-left-container p
{
	/* font-family: 'soleillight'; */
    font-size: 16px;
    line-height: 26px;
	color: #231F20;
	display: block;
	margin-bottom: 44px;
}
img.tenex-mobile-modal
{
	display: inline-block;
    margin: 0px auto 0px 11%;
    position: relative;
    z-index: 1;
}


/*---- Trusted Brands Section ----*/
/*---- Trusted Brands Section ----*/

.section-scnd
{
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: left;
}
.section-scnd-container
{
	max-width: 1170px;
	width: 92%;
	margin: 0px auto;
	display: block;
}
h2.heading-col
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
h2.heading-col span
{
	font-family: 'soleilbold';
	color: rgba(35,31,32,0.6);
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
}
h2.heading-col hr
{
	border-top: 2px solid #10B4FD;
	margin: 0px 0px 0px 10px;
	width: 100px;
	position: relative;
}
h2.heading-col hr::after
{
	content: "";
    position: absolute;
    right: 0;
    top: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: #10B4FD;
}
ul.trusted-brand
{
	width: 92%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    margin: 52px 0px 0px;
}
ul.trusted-brand li
{
	display: inline-block;
    width: 9%;
    margin: 0px 0px 12px;
}
ul.trusted-brand li a
{
	display: inline-block;
}




/*---- Tenex Second Page Css Property ----*/
/*---- Tenex Second Page Css Property ----*/

/*---- Tenex Second Page Css Property ----*/
/*---- Tenex Second Page Css Property ----*/

.whytenex-section
{
	display: block;
	padding-top: 70px;
}
.whytenex-section h2
{
	font-family: 'soleilbold';
	font-size: 24px;
	color: #231F20;
	display: block;
}
.whytenex-section h2 span
{
	color: #10b4fd;
}
.about-tenex-section
{
	width: 100%;
	display: block;
	margin: 92px auto 0px;
}
.about-us-container
{
	max-width: 1172px;
	width: 92%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px auto;
	position: relative;
}
.about-content-container
{
	width: 56%;
	display: inline-block;
	margin: 0px;
}
.about-content-container h3
{
	font-family: 'soleilbold';
	font-size: 24px;
	color: #231F20;
	display: block;
	margin-bottom: 36px;
}
.about-content-container h3 span
{
	color: #10B4FD;
}
.about-content-container p
{
	font-family: 'soleillight';
    font-size: 16px;
    line-height: 24px;
    color: #231F20;
    display: block;
    margin-bottom: 12px;
}
.about-content-container p:last-child
{
	margin-bottom: 0px;
}
img.about-oneapp-tenex
{
	position: absolute;
	right: -18%;
}
.key-feature-section
{
	width: 100%;
	display: block;
	margin: 102px auto 0px;
	background-color: #1F1F23;
	position: relative;
}
.key-feature-section::before
{
	content: "";
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 379px;
	height: 477px;
	background-image: url("../images/key-feature-before-img.png");
}
.key-feature-section::after
{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 437px;
	height: 400px;
	background-image: url("../images/key-feature-after-img.png");
}
.key-feature-container
{
	max-width: 1172px;
	width: 92%;
	padding: 112px 0px 28px;
	margin: 0px auto;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.key-feature-container h3
{
	font-family: 'soleilbold';
    font-size: 24px;
    color: #FFFFFF;
    display: block;
}
.feature-flex-section
{
	width: 75%;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0px;
}
.feature-flex-section li
{
	width: 29%;
    display: inline-block;
    margin: 0px 55px 72px 0px;
    text-align: left;
}
.feature-flex-section li:nth-child(3), .feature-flex-section li:last-child
{
	margin: 0px 0px 72px 0px;
}
.feature-flex-section li img
{
	display: inline-block;
    margin-bottom: 20px;
    height: 24px;
}
.feature-flex-section li h4
{
	font-family: 'soleilbold';
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 28px;
}
.feature-flex-section li p
{
	font-family: 'soleillight';
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
}
.roi-statistics-section
{
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	background-color: #FFFFFF;
	padding: 82px 0px;
}
.roi-statistics-section-container
{
	max-width: 1172px;
	width: 92%;
	margin: 62px auto 0px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	justify-content: space-between;
}
.roi-statistics-section h3
{
	font-family: 'soleilbold';
    font-size: 24px;
    color: #231F20;
    display: block;
}
.each-statistics-col
{
	width: 20%;
	display: block;
	text-align: center;
	margin: 0px auto;
}
.each-statistics-col h1
{
	font-family: 'soleilbold';
	text-align: center;
	display: block;
	margin-bottom: 18px;
}
.each-statistics-col h1 span
{
	font-size: 22px;
	margin-right: 10px;
    background: -webkit-linear-gradient(0deg, #2C9EEB, #8A4EC6, #DB4F8B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.each-statistics-col h1 big
{
	font-size: 54px;
    background: -webkit-linear-gradient(0deg, #2C9EEB, #8A4EC6, #DB4F8B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.roi-statistics-section p
{
	font-family: 'soleilbook';
    font-size: 17px;
	line-height: 22px;
    color: #231F20;
    display: block;
}
.tenex-expertise-section
{
	width: 100%;
	display: block;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
.tenex-expertise-container
{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px auto;
}
.tenex-expertise-bg
{
	width: 50%;
	display: inline-block;
	height: 555px;
	background-image: url("../images/tenex-expertise.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.tenex-expertise-content
{
	width: 50%;
    display: inline-block;
    background-color: #10B4FD;
    padding: 62px 0px 62px 72px;
    position: absolute;
    right: 14%;
}
.tenex-expertise-content::after
{
	content: "";
    position: absolute;
    background-color: #10B4FD;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
}
.tenex-expertise-content h4
{
	font-family: 'soleilbold';
    font-size: 24px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 36px;
}
.tenex-expertise-content p
{
	font-family: 'soleillight';
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 16px;
}
.tenex-expertise-content p:last-child
{
	margin-bottom: 0px;
}
.preview-section
{
	width: 92%;
	display: block;
	text-align: center;
	margin: 0px auto;
	padding: 92px 0px;
}
.preview-section p
{
	font-family: 'soleilbook';
    font-size: 19px;
    line-height: 27px;
    color: #231F20;
    display: block;
    margin-bottom: 24px;
}




/*---- Mega Navigation Menu Media Query ----*/
/*---- Mega Navigation Menu Media Query ----*/

@media (min-width: 1024px){
	#sm_menu_ham
	{
		display: none;
	}
	.sm_menu_outer
	{
		display: block;
	}	
}

@media (min-width: 1200px) and (max-width: 1600px) {
	
	
	
	/*---- Tenex Second Page Media Query ----*/
	/*---- Tenex Second Page Media Query ----*/
	
	img.about-oneapp-tenex
	{
		right: -50px;
    	width: 46%;
	}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.sm_menu_outer
	{
		background-color: #10b4fd;
		top: 0;
	}
	.sm_menu_outer .mobile_menu li
	{
		display: block;
    	position: relative;
    	text-align: left;
		margin-right: 0px;
	}
	.sm_menu_outer .mobile_menu a
	{
		color: #FFFFFF;
    	padding: 8px 0px;
	}
	.sm_menu_outer .mobile_menu a:hover, .sm_menu_outer .mobile_menu a:active, .sm_menu_outer .mobile_menu a:focus
	{
		color: #000000;
	}
	.sm_menu_outer .mobile_menu a.preview-cta
	{
		background-color: #000000;
		color: #10b4fd;
	}
	.sm_menu_outer .mobile_menu .dropdown-menu ul li a.dropdown-item
	{
		color: #10b4fd;
	}
	#sm_menu_ham
	{
		display: block;
	}
	.navbar-section
	{
		padding: 15px 0px;
	}
	.mobile_menu
	{
		display: none;
	}
	#sm_menu_ham
	{
		right: 40px;
		top: 19px;
	}
	body br
	{
		display: none;
	}
	.header-left-container
	{
		max-width: 368px;
	}
	#sm_menu_ham span
	{
		background-color: #000000;
	}
	.header-curve-bg
	{
		width: 50%;
	}
	img.tenex-mobile-modal
	{
		margin: 0px 0px 0px 40px;
	}
	
	
	
	/*---- Tenex Second Page Media Query ----*/
	/*---- Tenex Second Page Media Query ----*/
	
	.about-content-container
	{
		width: 48%;
	}
	img.about-oneapp-tenex
	{
		width: 50%;
		position: static;
	}
	.key-feature-container br
	{
		display: block;
	}
	.feature-flex-section li
	{
		width: 29%;
    	margin: 0px 45px 72px 0px;
	}
	
	
}
@media (min-width: 768px) and (max-width: 991px) {
	body br
	{
		display: none;
	}
	.sm_menu_outer
	{
		background-color: #10b4fd;
		top: 0;
	}
	.sm_menu_outer .mobile_menu li
	{
		display: block;
    	position: relative;
    	text-align: left;
		margin-right: 0px;
	}
	.sm_menu_outer .mobile_menu a
	{
		color: #FFFFFF;
    	padding: 8px 0px;
	}
	.sm_menu_outer .mobile_menu a:hover, .sm_menu_outer .mobile_menu a:active, .sm_menu_outer .mobile_menu a:focus
	{
		color: #000000;
	}
	.sm_menu_outer .mobile_menu a.preview-cta
	{
		background-color: #000000;
		color: #10b4fd;
	}
	.sm_menu_outer .mobile_menu .dropdown-menu ul li a.dropdown-item
	{
		color: #10b4fd;
	}
	.mobile_menu
	{
		display: none;
	}
	#sm_menu_ham
	{
		right: 16px;
    	top: 20px;
	}
	
	.navbar-section
	{
		padding: 18px 0px;
		background-color: transparent;
		box-shadow: none;
		position: relative;
	}
	.navbar-section::after
	{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 580px;
		background-image: url("../images/mobile-header-bg.svg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top left;
	}
	.navbar-container
	{
		position: relative;
		z-index: 1;
	}
	.header-curve-bg
	{
		display: none;
	}
	.navbar-section .header-logo
	{
		display: none;
	}
	.navbar-section .header-logo.mobile-header-logo
	{
		display: inline-block;
	}
	.header-content-container
	{
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-top: 44px;
        
	}
	img.tenex-mobile-modal
	{
		margin: 0px;
		width: 34%;
	}
	.header-left-container
	{
		margin: 28px 0px 0px;
	}
	ul.trusted-brand
	{
		margin: 32px 0px 0px;
	}
	ul.trusted-brand li
	{
		width: 16%;
	}
	
	
	
	/*---- Tenex Second Page Media Query ----*/
	/*---- Tenex Second Page Media Query ----*/
	
	.otherpage .navbar-section::after
	{
		content: none;
		position: static;
	}
	.otherpage .navbar-section
	{
		background-color: #ffffff;
    	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	}
	.otherpage .navbar-section .header-logo
	{
		display: block;
	}
	.otherpage .navbar-section .header-logo.mobile-header-logo
	{
		display: none;
	}
	.otherpage #sm_menu_ham span
	{
		background-color: #000000;
	}
	.whytenex-section
	{
		padding-top: 40px;
	}
	.about-us-container
	{
		flex-direction: column-reverse;
	}
	.about-content-container
	{
		width: 100%;
		display: block;
		margin: 32px auto 0px;
	}
	.about-content-container h3
	{
		margin-bottom: 26px;
	}
	.about-tenex-section
	{
		margin: 42px auto 0px;
	}
	img.about-oneapp-tenex
	{
		position: static;
		display: block;
		margin: 0px auto;
	}
	.key-feature-section
	{
		margin: 62px auto 0px;
	}
	.key-feature-container h3
	{
		margin-bottom: 52px;
	}
	.feature-flex-section
	{
		width: 100%;
	}
	.feature-flex-section li
	{
		width: 46%;
    	display: block;
    	margin: 0px auto 52px auto;
    	text-align: center;
	}
	.key-feature-section::before
	{
		bottom: auto;
    	top: 0px;
	}
	.key-feature-container
	{
		padding: 72px 0px 0px;
	}
	.roi-statistics-section-container
	{
		flex-wrap: wrap;
		margin: 52px auto 0px;
	}
	.each-statistics-col
	{
		width: 44%;
    	display: block;
		margin: 0px auto 36px;
	}
	.roi-statistics-section
	{
		padding: 62px 0px 32px;
	}
	.tenex-expertise-bg
	{
		width: 100%;
		height: 302px;
		display: block;
		margin: 0px auto;
	}
	.tenex-expertise-section
	{
		overflow: auto;
	}
	.tenex-expertise-content
	{
		width: 92%;
		display: block;
		margin: -80px auto 0px;
    	position: static;
		padding: 42px 22px 52px 22px;
		text-align: center;
	}
	.tenex-expertise-content::after
	{
		content: none;
		position: static;
	}
	.preview-section
	{
		padding: 52px 0px;
	}
	
}


@media (max-width: 2300px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: 3% 16% 0px 0px;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 2200px) {
    .header-curve-bg {
        width: calc(100% - 49.5%);
        height: 755px;
    }
}

@media (max-width: 2200px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: 3% 6% 0px 0px;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 2100px) {
    .header-curve-bg {
        width: calc(100% - 49.5%);
        height: 700px;
    }
}

@media (max-width: 2100px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: 3% 6% 0px 0px;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 2000px) {
    .header-curve-bg {
        width: calc(100% - 49.5%);
        height: 680px;
    }
}

@media (max-width: 2000px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: 3% 6% 0px 0px;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1900px) {
    .header-curve-bg {
        width: calc(100% - 45.5%);
        height: 776px;
    }
}

@media(max-width: 1900px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: 3% 0% 0px 7%;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1800px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin:  3% 2px 0px 7%;
    }
}

@media (max-width: 1800px) {
    .header-curve-bg {
        width: calc(100% - 45.5%);
        height: 776px;
    }
}

@media (max-width: 1700px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin:  3% 2px 0px 7%;
    }
}

@media (max-width: 1700px) {
    .header-curve-bg {
        width: calc(100% - 45.5%);
        height: 751px;
    }
}

@media (max-width: 1600px) {
    .header-curve-bg {
        width: calc(100% - 45.5%);
        height: 705px;
    }
}

@media (max-width: 1600px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: -1%  2px 0px 7%;
    }
}

@media (max-width: 1500px) {
    .header-curve-bg {
        width: calc(100% - 45.5%);
        height: 663px;
    }
}

@media (max-width: 1500px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: -3% 0px 0px 0px;
    }
}


@media (max-width: 1400px) {
    .header-curve-bg {
        width: calc(100% - 48.5%);
        height: 652px;
    }
}

@media (max-width: 1451px) {
    .header-curve-bg {
        width: calc(100% - 48.5%);
        height: 605px;
    }
}

@media (max-width: 1451px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: -3% 23px 0px 0%;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1400px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: 0px 2px 0px 3%;
    }
}

@media (max-width: 1401px) {
    .header-curve-bg {
        width: calc(100% - 48.5%);
        height: 600px;
    }
}

@media (max-width: 1401px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: -3% 16px 0px 0%;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1300px) {
    .header-curve-bg {
        width: calc(100% - 48.5%);
        height: 555px;
    }
}

@media (max-width: 1300px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: -2% 0px 0px 3%;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1200px) {
    .header-curve-bg {
        width: calc(100% - 48.5%);
        height: 491px;
    }
}

@media (max-width: 1200px) {
    img.tenex-mobile-modal {
        display: inline-block;
        margin: -6% 0px 0px 3%;
        position: relative;
        z-index: 1;
    }
}
   
        


       

    @media (max-width: 767px) {
        body br
        {
            display: none;
        }
        .sm_menu_outer
        {
            background-color: #10b4fd;
            top: 0;
        }
        .sm_menu_outer .mobile_menu li
        {
            display: block;
            position: relative;
            text-align: left;
            margin-right: 0px;
        }
        .sm_menu_outer .mobile_menu a
        {
            color: #FFFFFF;
            padding: 8px 0px;
        }
        .sm_menu_outer .mobile_menu a:hover, .sm_menu_outer .mobile_menu a:active, .sm_menu_outer .mobile_menu a:focus
        {
            color: #000000;
        }
        .sm_menu_outer .mobile_menu a.preview-cta
        {
            background-color: #000000;
            color: #10b4fd;
        }
        .sm_menu_outer .mobile_menu .dropdown-menu ul li a.dropdown-item
        {
            color: #10b4fd;
        }
        .mobile_menu
        {
            display: none;
        }
        #sm_menu_ham
        {
            right: 16px;
            top: 20px;
        }
        
        .navbar-section
        {
            padding: 18px 0px;
            background-color: transparent;
            box-shadow: none;
            position: relative;
        }
        .navbar-section::after
        {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 330px;
            background-image: url("../images/mobile-header-bg.svg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top left;
        }
        .navbar-container
        {
            position: relative;
            z-index: 1;
        }
        .header-curve-bg
        {
            width: calc(100% - 0%);
            height: 330px;
            /* display: none; */
        }
        .mobileheader-curve-bg
        {
            width: calc(100% - 0%);
            height: 340px;
            display: block;
        }
        .navbar-section .header-logo
        {
            display: none;
        }
        .navbar-section .header-logo.mobile-header-logo
        {
            display: inline-block;
        }
        .header-content-container
        {
            flex-direction: column-reverse;
            align-items: flex-start;
            padding-top: 44px;
        }
        img.tenex-mobile-modal
        {
            margin: 0px;
            width: 38%;
        }
        .header-left-container
        {
            margin: 28px 0px 0px;
        }
        .header-left-container h1
        {
            font-size: 32px;
            line-height: 40px;
        }
        ul.trusted-brand
        {
            margin: 32px 0px 0px;
        }
        ul.trusted-brand li
        {
            width: 16%;
        }
        
        
        
        /*---- Tenex Second Page Media Query ----*/
        /*---- Tenex Second Page Media Query ----*/
        
        .otherpage .navbar-section::after
        {
            content: none;
            position: static;
        }
        .otherpage .navbar-section
        {
            background-color: #ffffff;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
        }
        .otherpage .navbar-section .header-logo
        {
            display: block;
        }
        .otherpage .navbar-section .header-logo.mobile-header-logo
        {
            display: none;
        }
        .otherpage #sm_menu_ham span
        {
            background-color: #000000;
        }
        .whytenex-section
        {
            padding-top: 40px;
        }
        .about-us-container
        {
            flex-direction: column-reverse;
        }
        .about-content-container
        {
            width: 100%;
            display: block;
            margin: 32px auto 0px;
        }
        .about-content-container h3
        {
            margin-bottom: 26px;
        }
        .about-tenex-section
        {
            margin: 42px auto 0px;
        }
        img.about-oneapp-tenex
        {
            position: static;
            display: block;
            margin: 0px auto;
        }
        .key-feature-section
        {
            margin: 62px auto 0px;
        }
        .key-feature-container h3
        {
            margin-bottom: 52px;
        }
        .feature-flex-section
        {
            width: 100%;
        }
        .feature-flex-section li
        {
            width: 100%;
            display: block;
            margin: 0px 0px 52px 0px;
        }
        .key-feature-section::before, .key-feature-section::after
        {
            display: none;
        }
        .key-feature-container
        {
            padding: 72px 0px 0px;
        }
        .roi-statistics-section-container
        {
            flex-wrap: wrap;
            margin: 52px auto 0px;
        }
        .each-statistics-col
        {
            width: 100%;
            display: block;
            margin: 0px auto 36px;
        }
        .roi-statistics-section
        {
            padding: 62px 0px 32px;
        }
        .tenex-expertise-bg
        {
            width: 100%;
            height: 302px;
            display: block;
            margin: 0px auto;
        }
        .tenex-expertise-section
        {
            overflow: auto;
        }
        .tenex-expertise-content
        {
            width: 92%;
            display: block;
            margin: -80px auto 0px;
            position: static;
            padding: 42px 22px 52px 22px;
            text-align: center;
        }
        .tenex-expertise-content::after
        {
            content: none;
            position: static;
        }
        .preview-section
        {
            padding: 52px 0px;
        }
    
        
    }

.tenexfooter {
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 112px 0px 52px;
    background-color: #1F1F23;
}

.tenexfooter-container {
    max-width: 1172px;
    width: 92%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px auto;
}

.each-footer-col {
    text-align: left;
    color: #FFFFFF;
    display: inline-block;
}

.tenexfooter-container .each-footer-col:first-child {
    width: 32%;
}

.tenexfooter-container .each-footer-col img.footertenex {
    max-width: 178px;
    display: inline-block;
    margin-bottom: 42px;
}

.each-footer-col p {
    font-family: 'soleillight';
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
}

.footer-flex-links {
    width: 60%;
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.each-footer-col h4 {
    font-family: 'soleilBold';
    font-size: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 36px;
    display: block;
}

.each-footer-col ul {
    display: block;
}

.each-footer-col ul li {
    display: block;
    margin-bottom: 9px;
}

.each-footer-col ul li:last-child {
    margin-bottom: 0px;
}

.each-footer-col ul li a {
    font-family: 'soleilLight';
    font-size: 16px;
    color: #FFFFFF;
    display: block;
}

.each-footer-col ul li a:hover,
.each-footer-col ul li a:active,
.each-footer-col ul li a:focus,
a.mailmsg:hover,
a.mailmsg:active,
a.mailmsg:focus {
    color: #10B4FD;
}

a.mailmsg {
    font-family: 'soleilLight';
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    display: -webkit-flex;
}

a.mailmsg img {
    width: 24px;
    margin-right: 10px;
}

.join-emailer {
    margin-top: 42px;
}

.join-emailer .form-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
}

.join-emailer .form-group input {
    width: 100%;
    height: 44px;
    border-radius: 50px;
    padding: 2px 46px 2px 16px;
    box-shadow: none;
    border: 0;
    font-family: 'soleilLight';
    font-size: 14px;
    color: #1F1F23;
}

.join-emailer a.goto-mail {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 22px;
}

.footer-flex-links .each-footer-col {
    width: 20%;
}

.footer-flex-links .each-footer-col:last-child {
    width: 39.5%;
}

.checkboxform-group {
    margin-top: 22px;
}

.checkboxform-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkboxform-group label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.checkboxform-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #adadad;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkboxform-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 7px;
    height: 11px;
    border: solid #c9c9c9;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.copyrighttext {
    display: block;
    text-align: left;
    max-width: 1172px;
    width: 92%;
    margin: 0px auto;
    position: relative;
    top: -60px;
}

.copyrighttext p {
    font-family: 'soleillight';
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
}

.copyrighttext p a {
    color: #FFFFFF;
}

.copyrighttext p a:hover,
.copyrighttext p a:active,
.copyrighttext p a:focus {
    color: #10B4FD;
}

.copyrighttext span {
    font-family: 'soleillight';
    font-size: 14px;
    color: #adadad;
    display: block;
    margin-top: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tenexfooter {
        padding: 72px 0px 12px;
    }

    .footer-flex-links {
        width: 65%;
    }

}

.tenexarabicfooter .each-footer-col,
.tenexarabicfooter .copyrighttext {
    text-align: right;
}

.tenexarabicfooter .checkboxform-group label:before {
    margin-right: 0px;
    margin-left: 5px;
}

.tenexarabicfooter .join-emailer a.goto-mail {
    right: auto;
    left: 12px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tenexarabicfooter .checkboxform-group input:checked+label:after {
    left: auto;
    right: 6px;
}

.tenexarabicfooter .join-emailer .form-group input {
    padding: 2px 16px 2px 46px;
}

@media (max-width: 767px) {

    .tenexfooter {
        padding: 62px 0px 42px;
    }

    .each-testi-sec {
        width: 100%;
        min-height: inherit;
        padding: 44px 28px 44px;
        margin: 0px auto 32px;
    }

    .tenexfooter-container .each-footer-col:first-child {
        width: 100%;
    }

    .footer-flex-links {
        width: 100%;
        margin-top: 60px;
    }

    .tenexfooter-container .footer-flex-links .each-footer-col {
        width: 48%;
        margin-bottom: 42px;
    }

    .tenexfooter-container .footer-flex-links .each-footer-col:last-child {
        width: 100%;
    }

    .copyrighttext {
        text-align: center;
        margin: 2px auto 0px;
        top: 0;
    }


}
.disabled {
    pointer-events: none !important;
    opacity: 0.65 !important;
}

.thankyou-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    width: 100%;
    text-align: center;
}

.index-page .mr-auto, .why-tenex-page .mr-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

/*----- Product Dropdown Menu -----*/
/*----- Product Dropdown Menu -----*/

#custom-product.dropdown {
	position: static;
}

#custom-product.dropdown .dropdown-menu {
	width: 100%;
	max-width: 1200px;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
}

.custom-product-dropdown {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px auto;
	padding: 25px 25px;
}

.single-col-dropdown {
	width: 25%;
	display: inline-block;
	margin: 0px 0px;
}

#custom-product .each-dropdown-sec {
	width: 100%;
	display: inline-block;
	background-color: #1F1F23;
	border-radius: 8px;
	padding: 15px 0px 20px 15px;
}

.each-dropdown-sec .flex-content {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0px auto;
	padding-right: 10px;
}

.each-dropdown-sec .flex-content div {
	width: 86%;
}

.each-dropdown-sec .flex-content svg {
	float: right;
	margin-bottom: 0px;
	stroke: white;
	width: 12%;
}

.each-dropdown-sec img {
	text-align: right;
	margin-bottom: 15px;
}

.each-dropdown-sec h4 {
	font-family: 'soleilbold';
	font-size: 16px;
	line-height: 19px;
	color: rgba(255, 255, 255, 1);
	display: block;
	margin-bottom: 15px;
}

.each-dropdown-sec p {
	font-family: 'soleillight';
	font-size: 14px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.6);
	display: block;
}

.multiple-col-dropdown {
	width: 73%;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px 0px;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec {
	width: 31.5%;
	height: 206px;
	background-color: #F5F5F7;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:first-child:hover,
#custom-product .multiple-col-dropdown .each-dropdown-sec:first-child:active,
#custom-product .multiple-col-dropdown .each-dropdown-sec:first-child:focus {
	background-image: url("../images/dropdown-images/hover-1bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(2):hover,
#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(2):active,
#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(2):focus {
	background-image: url("../images/dropdown-images/hover-2bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(3):hover,
#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(3):active,
#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(3):focus {
	background-image: url("../images/dropdown-images/hover-3bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(4):hover,
#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(4):active,
#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(4):focus {
	background-image: url("../images/dropdown-images/hover-4bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(5):hover,
#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(5):active,
#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(5):focus {
	background-image: url("../images/dropdown-images/hover-5bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:last-child:hover,
#custom-product .multiple-col-dropdown .each-dropdown-sec:last-child:active,
#custom-product .multiple-col-dropdown .each-dropdown-sec:last-child:focus {
	background-image: url("../images/dropdown-images/hover-6bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


#custom-product .multiple-col-dropdown .each-dropdown-sec:hover .flex-content h4 {
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:hover .flex-content p {
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:hover .flex-content svg {
	stroke: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:hover:last-child,
#custom-product .multiple-col-dropdown .each-dropdown-sec:active:last-child,
#custom-product .multiple-col-dropdown .each-dropdown-sec:focus:last-child {
	/* background-image: none; */
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:hover:last-child .flex-content h4,
#custom-product .multiple-col-dropdown .each-dropdown-sec:hover:last-child .flex-content p {
	/* color: #231F20;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; */
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:hover:last-child .flex-content svg {
	/* stroke: #10B4FD;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; */
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(4),
#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(5),
#custom-product .multiple-col-dropdown .each-dropdown-sec:last-child {
	margin-bottom: 0px;
}

.multiple-col-dropdown .each-dropdown-sec .flex-content {
	justify-content: flex-end;
	flex-direction: row;
	padding-right: 10px;
}

.multiple-col-dropdown .each-dropdown-sec .flex-content svg {
	stroke: #10B4FD;
	width: 12%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.multiple-col-dropdown .each-dropdown-sec h4 {
	color: #231F20;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.multiple-col-dropdown .each-dropdown-sec p {
	color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:last-child {
	/* background-color: transparent;
	padding: 0px; */
}

.each-dropdown-sec .flex-content {
	padding-right: 10px;
	flex-direction: row;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec:last-child .flex-content {
	/* flex-direction: column;
	align-items: flex-start; */
}

#custom-product .multiple-col-dropdown .each-dropdown-sec .flex-content button {
	padding: 0px;
	border: 0px;
	background: transparent;
	width: 100%;
	text-align: left;
	font-family: 'soleilBold';
	font-size: 14px;
	line-height: 18px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-top: 15px;
}

#custom-product .multiple-col-dropdown .each-dropdown-sec .flex-content button span {
	margin-right: 10px;
}


/*----- Arabic Product Dropdown Menu -----*/
/*----- Arabic Product Dropdown Menu -----*/

.arabic-nav .each-dropdown-sec .flex-content svg {
	transform: rotateY(180deg);
}

.arabic-nav #custom-product .multiple-col-dropdown .each-dropdown-sec .flex-content button span {
	margin-right: 0px;
	margin-left: 10px;
}



/*---- Mega Navigation Menu Media Query ----*/
/*---- Mega Navigation Menu Media Query ----*/

@media (min-width: 1024px) {
	#sm_menu_ham {
		display: none;
	}

	.sm_menu_outer {
		display: block;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {}

@media (min-width: 992px) and (max-width: 1199px) {
	.sm_menu_outer {
		background-color: #10b4fd;
		top: 0;
	}

	.sm_menu_outer .mobile_menu li {
		display: block;
		position: relative;
		text-align: left;
		margin-right: 0px;
	}

	.sm_menu_outer .mobile_menu a {
		color: #FFFFFF;
		padding: 8px 0px;
	}

	.sm_menu_outer .mobile_menu a:hover,
	.sm_menu_outer .mobile_menu a:active,
	.sm_menu_outer .mobile_menu a:focus {
		color: #000000;
	}

	.sm_menu_outer .mobile_menu a.preview-cta {
		background-color: #000000;
		color: #10b4fd;
	}

	.sm_menu_outer .mobile_menu .dropdown-menu ul li a.dropdown-item {
		color: #10b4fd;
	}

	#sm_menu_ham {
		display: block;
	}

	.navbar-section {
		padding: 15px 0px;
	}

	.mobile_menu {
		display: none;
	}

	#sm_menu_ham {
		right: 40px;
		top: 19px;
	}

	#sm_menu_ham span {
		background-color: #000000;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.sm_menu_outer {
		background-color: #10b4fd;
		top: 0;
	}

	.sm_menu_outer .mobile_menu li {
		display: block;
		position: relative;
		text-align: left;
		margin-right: 0px;
	}

	.sm_menu_outer .mobile_menu a {
		color: #FFFFFF;
		padding: 8px 0px;
	}

	.sm_menu_outer .mobile_menu a:hover,
	.sm_menu_outer .mobile_menu a:active,
	.sm_menu_outer .mobile_menu a:focus {
		color: #000000;
	}

	.sm_menu_outer .mobile_menu a.preview-cta {
		background-color: #000000;
		color: #10b4fd;
	}

	.sm_menu_outer .mobile_menu .dropdown-menu ul li a.dropdown-item {
		color: #10b4fd;
	}

	.mobile_menu {
		display: none;
	}

	#sm_menu_ham {
		right: 16px;
		top: 20px;
	}

	.navbar-section {
		padding: 18px 0px;
		background-color: #717171;
		box-shadow: none;
		position: relative;
	}

	.navbar-section::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 580px;
		background-image: url("../images/mobile-header-bg.svg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top left;
	}

	.navbar-container {
		position: relative;
		z-index: 1;
	}

	.navbar-section .header-logo {
		display: none;
	}

	.navbar-section .header-logo.mobile-header-logo {
		display: inline-block;
	}


	/*----- Product Dropdown Menu Media Query -----*/
	/*----- Product Dropdown Menu Media Query -----*/

	#custom-product.dropdown {
		position: relative;
	}

	#custom-product.dropdown .dropdown-menu {
		position: absolute;
	}

	#custom-product.dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		position: relative;
	}

	.custom-product-dropdown {
		padding: 15px 15px;
	}

	.single-col-dropdown {
		width: 100%;
		display: block;
	}

	.multiple-col-dropdown {
		width: 100%;
		margin: 15px 0px 0px;
	}

	#custom-product .multiple-col-dropdown .each-dropdown-sec {
		width: 100%;
		height: 132px;
		margin-bottom: 15px;
	}

	#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(4),
	#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(5),
	#custom-product .multiple-col-dropdown .each-dropdown-sec:last-child {
		margin-bottom: 15px;
	}

	.multiple-col-dropdown .each-dropdown-sec .flex-content {
		justify-content: space-between;
		margin: 0px;
		width: 100%;
	}

	.multiple-col-dropdown .each-dropdown-sec .flex-content svg {
		width: 10%;
	}

}

@media (max-width: 767px) {
	body br {
		display: none;
	}

	.sm_menu_outer {
		background-color: #10b4fd;
		top: 0;
	}

	.sm_menu_outer .mobile_menu li {
		display: block;
		position: relative;
		text-align: left;
		margin-right: 0px;
	}

	.sm_menu_outer .mobile_menu a {
		color: #FFFFFF;
		padding: 8px 0px;
	}

	.sm_menu_outer .mobile_menu a:hover,
	.sm_menu_outer .mobile_menu a:active,
	.sm_menu_outer .mobile_menu a:focus {
		color: #000000;
	}

	.sm_menu_outer .mobile_menu a.preview-cta {
		background-color: #000000;
		color: #10b4fd;
	}

	.sm_menu_outer .mobile_menu .dropdown-menu ul li a.dropdown-item {
		color: #10b4fd;
	}

	.mobile_menu {
		display: none;
	}

	#sm_menu_ham {
		right: 16px;
		top: 20px;
	}

	.navbar-section {
		padding: 18px 0px;
		background-color: #717171;
		box-shadow: none;
		position: relative;
	}

	.navbar-section::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 330px;
		background-image: url("../images/mobile-header-bg.svg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top left;
	}

	.navbar-container {
		position: relative;
		z-index: 1;
	}

	.navbar-section .header-logo.mobile-header-logo {
		display: inline-block;
	}

	.header-content-container {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-top: 44px;
	}

	img.tenex-mobile-modal {
		margin: 0px;
		width: 38%;
	}


	/*----- Product Dropdown Menu Media Query -----*/
	/*----- Product Dropdown Menu Media Query -----*/

	#custom-product.dropdown {
		position: relative;
	}

	#custom-product.dropdown .dropdown-menu {
		position: absolute;
	}

	#custom-product.dropdown:hover .dropdown-menu,
    #custom-product.dropdown:active .dropdown-menu {
		opacity: 1;
		visibility: visible;
		position: relative;
	}

	.custom-product-dropdown {
		padding: 15px 15px;
	}

	.single-col-dropdown {
		width: 100%;
		display: block;
	}

	.multiple-col-dropdown {
		width: 100%;
		margin: 15px 0px 0px;
	}

	#custom-product .multiple-col-dropdown .each-dropdown-sec {
		width: 100%;
		height: 132px;
		margin-bottom: 15px;
	}

	#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(4),
	#custom-product .multiple-col-dropdown .each-dropdown-sec:nth-child(5),
	#custom-product .multiple-col-dropdown .each-dropdown-sec:last-child {
		margin-bottom: 15px;
	}

	.multiple-col-dropdown .each-dropdown-sec .flex-content {
		justify-content: space-between;
		margin: 0px;
		width: 100%;
	}

	.multiple-col-dropdown .each-dropdown-sec .flex-content svg {
		width: 10%;
	}


	/*----- Arabic Product Dropdown Menu -----*/
	/*----- Arabic Product Dropdown Menu -----*/

	.sm_menu_outer .mobile_menu li {
		text-align: right;
	}

    /*  */

	.new-nav .nav-item:not(.border-less) {
		border-bottom: 1px solid #000;
		width: 94%;
		padding-bottom: 15px;
		font-size: 16px !important;
	}

	.new-nav.navbar-light .navbar-nav .nav-link {
		font-size: 16px !important;
		width: fit-content;
	}

	.new-nav .collapse.show .navbar-nav, .new-nav .collapse.in .navbar-nav {
		display: block;
		margin-top: 10rem !important;
	}

	.navbar-collapse.collapse.in,
    .navbar-collapse.collapse.show {
		overflow: auto;
	}

	#custom-product.dropdown .dropdown-menu {
		box-shadow: none;
    	width: 100%;
	}
	
	.custom-product-dropdown {
		padding: 15px 0 !important;
	}

    .new-nav .dropdown:not(#custom-product):hover .dropdown-menu-ar {
        position: absolute;
        right: auto !important;
        left: auto !important;
    }

    #custom-product .dropdown-menu p {
		top: auto;
    	padding-left: inherit;
	}

	/*  */


}

a.preview-cta {
    display: inline-block;
    background-color: #FFFFFF;
    color: #10B4FD !important;
    padding: 8px 29px 11px !important;
    border-radius: 15px;
    font-family: 'soleilbook' !important;
    box-shadow: 0px 9px 20px rgba(16, 180, 253, 0.25);
    border: 1px solid #fff;
}

#arabic-property-management.tenex-maintenance .unified-platform-container .each-unified-box h4 {
    font-weight: 700;
}

.new-nav .btns[data-target="#tryForFreeModal"] {
    margin-left: 20px !important;
    margin-right: 20px !important;
}