html {
  scroll-behavior: smooth;
}

html,
body {
   font-family: 'Open Sans', 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: 6px;
    background-color: #ff5070;
    text-transform: capitalize !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;
}
.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: #1c1c1c;
  overflow: hidden;
}
ul.footer-nav-list {
  list-style: none;
}
ul.footer-nav-list li a {
  color: white;
}

ul.footer-contact-list {
  list-style: none;
}
ul.footer-contact-list li a {
  color: white;
}

ul.footer-social-list li a {
  font-size: 1.1rem;
  color: #777777;
}

ul.footer-terms-list {
  list-style: none;
  z-index: 2;
}
ul.footer-terms-list li a {
  color: white;
}

.bg-light-grey {
  background-color: #2b2b2b;
  z-index: 1;
}
.bg-light-grey::before {
  content: " ";
  height: 500rem;
  width: 500rem;
  background-color: #2b2b2b;
  position: absolute;
  display: block;
  /* bottom: 50px; */
  top: -5rem;
  left: 0px;
  z-index: -1;
}

ul.about-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.about-list li {
background: url('../images/mark.png') no-repeat left top;
background-size: 35px;
padding-left: 44px;
padding-top: 3px;
}

li.about-block h5 {
  color: #00aeef;
}
.help-block-title {
  color: #00aeef;
}

/* li.about-block h6{
font-weight: bold;
} */
.help-container {
  /* min-height: 40rem; */
  background-image: url("../images/who_we_help_man_desktop.jpg");
  /* background-size: initial; */
  background-repeat: no-repeat;
  background-position: right top;
  padding: 6rem 0px;
  overflow: hidden;
}
.tnx-title {
  color: #00aeef;
}
.tnx-bg-odd {
  background: #f3f6f8;
}

.benefits-container .benefits-item .benefits-item-text {
}

.value-item-text {
}

section#platform_page,
section#solutions_page,
section#who_we_help_page,
section#about_us_page {
  padding: 4rem 0px;
}
section#solutions_page,
section#who_we_help_page,
section#home_page,
section#platform_page,
section#about_us_page
 {
  padding-bottom: 0px;
}
/*

*/

@media (max-width: 575.98px) {
  .experience-container:before {
    content: " ";
    background-color: #f3f6f8;
    border-right: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
  }
  .slick-arrows {
    justify-content: space-around;
  }
  #testimonials.slick-slider .slick-list {
    padding: 2rem 0px 3rem 0.3px;
    /* height: 21rem; */
    /* overflow: hidden; */
  }
  .testimonial-card {
    width: 300px;
  }
  .bg-light-grey {
    padding-top: 2rem;
  }
  .bg-light-grey::before {
    content: " ";
    height: 500rem;
    width: 500rem;
    background-color: #2b2b2b;
    position: absolute;
    display: block;
    /* bottom: 50px; */
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  .help-container {
    /* min-height: 40rem; */
    background-image: url("../images/who_we_help_mobile.jpg");
    /* background-size: initial; */
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll;
    padding: 6rem 0px;
    padding-bottom: 40rem;
    overflow: hidden;
    background-size: auto 45rem;
  }
  .about-photo img {
    width: 100%;
    padding: 0px 30px;
  }
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #00aeef;
}
.navbar-light .navbar-nav  > .nav-link,
.navbar-light .navbar-nav > .nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
  font-weight: bold;
}
.client-logo {
  width: 120px;
  display: inline-block;
}

.headings {
  font-weight: 600;
}

h1 {
  font-size: 2.2rem;
}

.sub-headings {
  color: #2e2e2e;
}

.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*/

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'),
       url('../fonts/noto-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v9-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans Bold'), local('NotoSans-Bold'),
       url('../fonts/noto-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v9-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}

html,
body {
    font-family: 'Noto Sans';
}

.top-section {
    background-image: linear-gradient(to top, #93e2ff, #00a7e4);
    padding-top: 9rem;
    position: relative;
    height: 700px;
}

.top-section .hp-top-image {
    position: absolute;
    height: 576px;
    right: 0;
    top: calc(53% - 265px);
    width: 50%;
    max-width: 750px;
}

.top-section .hp-top-image img{
    width: 100%;
}

.new-nav {
    padding-top: 25px;
    transition: 0.3s all;
}

.new-nav .navbar-brand img {
    height: 30px;
}

.new-nav.navbar-light .navbar-nav .nav-link, .new-nav.navbar-light .navbar-nav .nav-link{
    font-weight: 600;
    font-size: 14px;
}

 .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: capitalize !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: #02a8e4;
    padding-top: 0 !important;
}



.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: 2.55rem;
    margin-top: 3rem;
}

.hp-top-text {
    color: black;
    margin-bottom: 25px;
    margin-top: 15px;
    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;
}

.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: 20px 0 5px 0;
    font-size: 14px;
    border-top: 1px solid #979797;
    opacity: 0.3;
}


.new-nav .dropdown-menu:not(.inner):after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    position: absolute;
    top: -8px;
    transform: rotate(180deg);
    right: 8px;
    color: white;
}

.new-nav .dropdown-item:hover,.new-nav .dropdown-item:focus,.new-nav .dropdown-item.active,.new-nav .dropdown-item:active {
    color: #ff5070;
    text-decoration: none;
    background-color: #eaf0f4;
}

.new-nav .dropdown-item {
    padding: 0.25rem 1.5rem 0.25rem 0.7rem !important;
    font-size: 15px  !important;
}

.new-nav .dropdown-menu {
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.14);
    border: 0;
}



.apps-link img {
    max-height: 37px;
}

.download-app-img {
    position: relative;
}

.white-color {
    color: white;
}

.our-apps {
    padding-top: 40px;
}

.border-radius-25{
    border-radius: 25px;
}

.p-relative {
    position: relative;
}

.bold-font{
    font-weight: bold;
}

.blue-color{
    color: #00a7e4;
}

.gray-color{
    color: #798f9d;
}

.small-font{
    font-size: 16px;
}

.gray-bg{
      background-image: linear-gradient(to bottom, #e5ecf2, #f4f7fa , #ffffff);
}

.small-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.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;
}
.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: 1200px){
    .new-nav.navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }
    .client {
        max-width: 20%;
    }
    .client img{
        max-width: 100%;
        object-fit: cover;
    }
    .small-col p {
        font-size: 14px;
    }
    .top-heading {
        font-size: 28px;
    }
    .under-heading {
        font-size: 16px;
    }
    .milestone-img {
        width: 70px;
        height: 70px;
    }
    .testimonail-text p:first-child {
        font-size: 14px;
        min-height: 167px;
    }
    .testimonail-text {
        margin-left: 30px;
    }
    .apps-link img {
        max-height: 31px;
    }
    .why-tenex-img img {
        max-height: 280px;
    }
    h1.headings {
        font-size: 2rem;
    }
    .hp-top-text {
        font-size: 1.8rem;
    }
    .top-section .hp-top-image {
        height: 421px;
        width: 50%;
    }

    .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-image: linear-gradient(338deg, #080808, #414141);
    }
    .new-nav .collapse.show{
        opacity: 1;
    }
    .new-nav .collapsing .navbar-nav{
        opacity: 0;
    }

    .new-nav .collapse.show .navbar-nav {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        opacity: 1;
    }
    .new-nav .navbar-brand {
        position: relative;
        z-index: 99;
    }
    .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: rgb(255, 255, 255);
        transition: 0.3s all;
    }
    .new-nav.navbar-light .navbar-toggler i{
        transition: 0.3s all;
    }
    .new-nav.navbar-light .navbar-toggler i:before {
        content: "\f00d";
    }
    .new-nav.navbar-light .navbar-toggler.collapsed i:before{
        content: "\f0c9";
    }

    .new-nav .collapse.show  .mobile-top {
        position: absolute;
        top: 5px;
        right: 17%;
    }

    .new-nav.navbar-light .navbar-nav .nav-link:hover {
        color: #ff5070;
    }
    .new-nav.navbar-light .navbar-nav .nav-link{
        font-size: 16px;
    }
    .new-nav .collapse.show  .btn-outline-light {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }
    .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){
    .new-nav.navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .download-app-img img {
        height: 290px;
    }
    .download-app-img:after {
        height: 237px;
    }
    .our-apps-left .download-app-img:after {
        top: 41px;
        left: -152px;
        transform: rotate(270deg) scale(0.8);
    }
    .our-apps .top-heading {
        font-size: 17px;
    }
}

@media only screen and ( min-width: 991px){
    .top-section{
        height: 100vh
    }
    .mobile-top .dropdown-menu.show:not(.inner) {
        margin-left: -95px;
        overflow: unset !important;
    }
}
@media only screen and ( max-width: 991px){
    .our-apps:after, .our-apps:before {
        width: 100%;
        height: 50%;
    }
    .our-apps:before {
        top: 0;
    }
    .our-apps:after {
        bottom: 0;
        top: auto;
    }
    .download-app-img {
        position: absolute;
        left: -35%;
        top: -2px;
    }
    .apps-img {
        min-height: 360px;
        position: relative;
    }
    .apps-link {
        flex-direction: column;
    }
    .apps-link img {
        max-height: 55px;
        width: 120px;
        margin-bottom: 15px;
    }
    .our-apps-left .download-app-img {
        left: auto;
        right: -35%;
        top: -22px;
    }
    .testimonail-image:after {
        width: 213px;
        left: -50px;
        height: 186px;
    }
    .testimonail-text p:first-child {
        font-size: 11px;
        min-height: 140px;
    }
    .m-b-40 {
        margin-bottom: 20px;
    }
    .testimonail-text {
        font-size: 11px;
    }
    .why-tenex-img img {
        max-height: 200px;
    }
    .small-font {
        font-size: 14px;
    }
    .why-tenex-text h3 {
        font-size: 16px;
    }
    .under-heading {
        font-size: 14px;
    }
    .m-t-60{
        margin-top: 30px;
    }
    .m-b-30{
        margin-bottom: 15px;
    }
    .m-b-40{
        margin-bottom: 20px;
    }
    .m-b-60 {
        margin-bottom: 30px;
    }
    .p-b-60{
        padding-bottom: 30px;
    }

    .top-cercle:after{
        display: none;
    }
    .our-clients {
         top: 0;
        margin-top: 30px;
    }
    .top-section .hp-top-image {
        top: calc(71% - 265px);
    }
    .top-section{
        height: auto;
    }
}
@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 ( max-width: 767px){
    .top-section .hp-top-image {
        top: calc(55% - 265px);
        width: 85%;
    }
    .top-section{
        height: auto;
    }
    .top-section .hp-top-image {
        top: 100px;
        width: 320px;
        height: 250px;
    }
    .mobile-padding-t{
        padding-top: 150px;
        text-align: left;
    }
    .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;
    }
}

@media only screen and ( max-width: 575px){

}



@media (min-width: 1024px) {

  .top-section {
    height: 85vh;
    padding-top: 100px;
  }
   .hp-top-image {
     padding-top: 50px;
   }
}
