*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
body {
   margin: 0;
   font-style: normal;
   letter-spacing: normal !important;
   font-stretch: normal;
   line-height: normal;
   -webkit-font-smoothing: antialiased;
   -moz-font-smoothing: antialiased;
   -o-font-smoothing: antialiased;
   background-color: #fff;
   font-family: 'Poppins', sans-serif !important;
}

/* ---------Common css start----------- */

.tri-outer-box {
   display: flex;
   flex-direction: column;
   margin: 0;
   padding: 0;
}
.tri-container {
   display: flex;
   width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}
h1.mainHeading {
   display: block;
   margin: 0px;
   padding: 0;
   font-weight: 600;
   font-size: 56px;
   line-height: 70px;
   color: #13496C;
}
h1 span.red {
   color: #E11B22;
}
h1 span.yellow {
   color: #FFC20E;
}
h2.headTitle {
   font-weight: 600;
   font-size: 36px;
   line-height: 44px;
   color: #C95B5B;
   padding-bottom: 35px;
}
h2.headTitle.ourVison{padding-bottom: 15px;}
p {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: #5E7384;
}
.pb-64 {
   padding-bottom: 64px;
}
img {
   max-width: 100%;
}
/* ---------Common css end---------- */

/* -----------Header start------------- */
.tri-header {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   width: 100%;
   flex-wrap: wrap;
   padding: 10px 0;
   transition: ease all .3s;
   border-bottom: 1px solid #D2DAE0;
   background: #fff;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   z-index: 999;
}
.tri-header.sticky {
   background-color: #fff;
   box-shadow: 0 1px 4px rgba(0,0,0, 0.1);
}
.tri-header .tri-logo {
   width: 20%;
}
.tri-header .tri-nav {
   display: flex;
   width: 80%;
   justify-content: flex-end;
   align-items: center;
   transition: ease all 3s;
}
.tri-header .tri-nav ul {
   display: flex;
   margin: 0;
   padding: 0;
   list-style: none;
   align-items: center;
}
.tri-header .tri-nav ul li {
   display: flex;
   padding: 0 0 0 40px;
}
.tri-header .tri-nav ul li a {
   display: block;
   font-size: 16px;
   font-weight: 500;
   color: #000;
   opacity: 0.4;
   line-height: 24px;
   text-decoration: none;
}
.tri-header .tri-nav ul li.active a,
.tri-header .tri-nav ul li a:hover {
   opacity: 1;
   transition: ease all .3s;
}
.tri-header .tri-nav .loginBox{margin: 5px 0 0 50px;}
.tri-header .tri-nav .helpCnt .dropdwonMenu ul{display: inherit;}
.tri-header .tri-nav .helpCnt .dropdwonMenu ul li{padding:4px 0;}
.tri-header .tri-nav .loginForm .afterLogin ul.myTradeindia{display: inherit;}
.tri-header .tri-nav .loginForm .afterLogin ul.myTradeindia li{padding-left: 0;}
.tri-header .tri-nav .loginForm .afterLogin ul.myTradeindia li a{opacity: 1; line-height:normal;}
/* -----------Header end------------- */



/* -----------Banner start------------- */
.tri-banner {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 100%;
   overflow: hidden;
   margin-top: 82px;
   /* background: url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/banner-img.png) no-repeat right center; */
   min-height: 590px;
   height: 590px;
   position: relative;
}
.tri-banner:before {
   content: '';
   background: url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/banner-fade.png) no-repeat center bottom;
   background-size: cover;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   height: 248px;
   width: 100%;
   z-index: 1;
}
.tri-banner .banner-content {
   width: 68%;
   padding: 70px 0px;
   position: relative;
   z-index: 2;
}
.banner-content .badge-item {
   display: inline-flex;
   background: #D2DAE0;
   border-radius: 37px;
   -moz-border-radius: 37px;
   -webkit-border-radius: 37px;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
   color: #2D3840;
   padding: 10px 25px;
   margin-bottom: 30px;
}
.banner-content p {
   font-weight: 300;
   font-size: 18px;
   line-height: 30px;
   color: #2D3840;
   padding-top: 25px;
}
.banner-content p span {
   font-weight: 500;
}
.tri-banner .banner-img {
   width: 30%;
   display: flex;
}
.abt-small-hdn {
   display: block;
   font-weight: 600;
   font-size: 24px;
   line-height: 30px;
   color: #404D57;
   padding-bottom: 16px;
}
.tri-about {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 100%;
   position: relative;
   padding: 50px 0px;
}
.about-content p {
   font-weight: 400;
   font-size: 18px;
   line-height: 26px;
   color: #5E7384;
   padding-bottom: 25px;
}
.tri-about .about-img {
   width: 48%;
}
.tri-about .about-content {
   width: 48%;
}


/* ---------Login css------------ */
.gray-bg {
   background-color: #f8f8f8;
   padding: 10px;
   border-radius: 40px;
}
.user-icon {
   height: 24px;
   margin-right: 5px;
}
.user-icon svg {
   width: 24px;
   height: 24px;
}
.log a.join-free, .log a.signIn {
   border-bottom: solid 1px #666;
   display: inline-block !important;
}
.align-middle {
   vertical-align: middle;
}
.d-inline-block {
   display: inline-block;
}







/* ------------our leaders start------------- */
.tri-leaders {
   display: flex;
   padding: 50px 0px;
   background: #F9F2EC;
   height: 420px;
   margin-bottom: 366px;
}
.tri-leaders .leaders-content {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 95%;
   margin: 0 auto;
}
.leaders-content .leaders-items {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   width: 100%;
   flex-wrap: wrap;
   margin:65px auto 50px auto;
}
.leaders-content .leaders-items .leaders-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   width: 32%;
   background: #FFFFFF;
   border-radius: 8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   padding: 30px;
   box-shadow: 3px 31px 40px rgba(187, 194, 205, 0.25);
}
.leaders-items .leaders-item .leaders-img {
   width: 226px;
   height: 226px;
   border: 6px solid #EEF0F3;
   background-color: #eee;
   border-radius: 100%;
   -moz-border-radius: 100%;
   -webkit-border-radius: 100%;
   -o-border-radius: 100%;
   margin: 0 auto 10px auto;
   margin-top: -100px;
}
.leaders-items .leaders-item .leaders-img.bikky-khosla {
   background:url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/bikky-khosla.png) no-repeat center top #eee;
   background-size: cover;
}
.leaders-items .leaders-item .leaders-img.zille-elahi {
   background:url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/zille-elahi.png) no-repeat center top #eee;
   background-size: cover;
}
.leaders-items .leaders-item .leaders-img.snd-img {
   background:url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/ceo-img.png) no-repeat center top #eee;
   background-size: cover;
}
.leaders-items .leaders-item .leaders-name {
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
   color: #082F4A;
   padding-bottom: 5px;
}
.leaders-items .leaders-item .leaders-position {
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
   color: #1D678D;
   padding-bottom: 10px;
}
.tri-leaders p {
   font-weight: 300;
   font-size: 14px;
   line-height: 22px;
}

/* ------------Our Core Values start------------- */
.tri-core-values {
   display: flex;
   padding: 50px 0px;
   background:url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/core-values.png) no-repeat;
   background-size: cover;
   min-height: 420px;
}
.tri-core-values .values-content {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100% ;
}
.values-content .values-items {
   display: flex;
   flex-wrap: wrap;
   width: 90%;
   justify-content: space-between;
   margin-bottom: 20px;
}
.values-content .values-items .cv-img {
   width: 49%;
}
.values-content .values-items .cv-content {
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 49%;
   background: #FFFFFF;
   box-shadow: 3px 31px 40px rgba(187, 194, 205, 0.25);
   border-radius: 5px;
   padding: 20px 45px;
}
.values-items .cv-content .cv-hdn {
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
   color: #404D57;
   padding-bottom: 16px;
}



/* ------------Our Journey start------------- */
.tri-journey {
   display: flex;
   background: #fff;
   padding: 60px 0 0 0;
   min-height: 500px;
}
.journey-content {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
}
.journey-content .journey-steps {
   display: flex;
   flex-direction: row;
   border-bottom: 2px dashed #98A8B6;
   width: 100%;
   list-style: none;
   justify-content: space-around;
   margin: 170px 0px;
}
.journey-content .journey-steps li {
   position: relative;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.journey-content .journey-steps li .steps-dot {
   display: block;
   width: 25px;
   height: 25px;
   border-radius: 50px;
   background: linear-gradient(270deg, #DB6818 12.5%, #E7861D 97.27%);
   position: relative;
   top: 13px;
}
.journey-content .journey-steps li .steps-con {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   text-align: center;
   color: #2D3840;
   width: 256px;
   position: absolute;
   bottom: -124px;
}
.journey-content .journey-steps li .line {
   border: 1px solid #082F4A;
   transform: rotate(90deg);
   width: 96px;
   position: absolute;
   top: -40px;
}
.journey-content .journey-steps li .steps-year {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 72px;
   height: 72px;
   background: #FFFFFF;
   box-shadow: 3px 31px 40px rgba(187, 194, 205, 0.25);
   border-radius: 100px;
   position: absolute;
   top: -166px;
   font-weight: 600;
   font-size: 20px;
   line-height: 28px;
   text-align: center;
   color: #082F4A;
}
.journey-content .journey-steps li .steps-con.down {
   top: -100px;
   bottom: auto;
}
.journey-content .journey-steps li .line.down {
   bottom: -67px;
   top: auto;
}
.journey-content .journey-steps li .steps-year.down {
   bottom: -191px;
   top: auto;
   box-shadow: 2px -18px 19px rgb(187 194 205 / 25%);
}
.journey-slider-box {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   width: 100%;
}
.journey-slider {
   width: 100%;
   margin-bottom: 100px;
}
.journey-slider .slick-prev.slick-arrow {
   position: absolute;
   left: -50px;
   top: 49%;
   border: none;
   background: url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/prev-slide-icon.svg) no-repeat center;
   text-indent: -19000px;
   background-size: 35px;
   width: 35px;
   height: 35px;
   cursor: pointer;
}
.journey-slider .slick-next.slick-arrow {
   position: absolute;
   right: -50px;
   top: 49%;
   border: none;
   background: url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/next-slide-icon.svg) no-repeat center;
   text-indent: -19000px;
   background-size: 35px;
   width: 35px;
   height: 35px;
   cursor: pointer;
}
.slick-slide img {
   display: inline-block;
}

/* -----------why-us-css------------- */
.tri-why-us {
   background-color: #F4F6F8;
   padding: 60px 20px 40px 20px;
}
.why-us-box {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 95%;
   margin: 0 auto;
}
.why-us-box .why-items {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 100%;
}
.why-us-box .why-items .why-item {
   width: 32%;
   background: #FFFFFF;
   box-shadow: 3px 31px 40px rgba(187, 194, 205, 0.25);
   border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   min-height: 200px;
   margin-bottom: 25px;
   padding: 20px;
}
.why-us-box .why-items .why-item .why-hdn {
   display: flex;
   font-weight: 600;
   font-size: 20px;
   line-height: 28px;
   color: #265C81;
   padding-top: 10px;
   padding-bottom: 5px;
}


/* -------customer css------------ */
.tri-customers {
   background-size: cover;
   padding: 50px 0 0 0px;
}
.tri-customers .customers-items {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 100%;
   margin: 0 auto;
}
.customers-items .customers-item {
   width: 25%;
   display: flex;
   justify-content: center;
   /* align-items: center; */
}
.customers-items .customers-item .item-border {
   padding:30px 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
}
.customers-items .customers-item .icon-box-outer {
   width: 100px;
   border-radius: 100%;
   -moz-border-radius: 100%;
   -webkit-border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.customers-items .customers-item .icon-box-in {
   width: 92px;
   height: 65px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
   -moz-border-radius: 100%;
   -webkit-border-radius: 100%;
}
.customers-items .customers-item .customers-hdn {
   display: flex;
   font-weight: 600;
   font-size: 30px;
   line-height: 44px;
   color: #404D57;
   padding-top: 10px;
   padding-bottom: 5px;
}
.customers-items .customers-item p {
   font-size: 18px;
   color: #5e7384;
}
.w-hide {
   display: none;
}
.mobile-menu {
   display: none;
}
.jc-space-bet {
   justify-content: space-between;
}



/* marquee animation css */
.slider-box {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
   position: absolute;
   right: -30px;
   top: -40px;
   bottom: 0;
   width: 30%;
   transform: rotate(10deg);
}
.slider-box .box-item {
   width: 32%;
   margin-bottom: 10px !important;
}
 .marquee-slider,
 .marquee-slider2,
 .marquee-slider3 {
   display: block;
   height: 589px;
 }
 .marquee-slider.slick-initialized .slick-slide,
 .marquee-slider2.slick-initialized .slick-slide,
 .marquee-slider3.slick-initialized .slick-slide {
   float: none;
 }
 .marquee-slider .slick-slide img,
 .marquee-slider2 .slick-slide img,
 .marquee-slider3 .slick-slide img {
   width: 140px;
   margin-bottom: 10px;
   border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   -o-border-radius: 15px;
 }
 .mob-voice-changes {
   display: none;
 }

.slick-arrow[aria-disabled="true"]{
   opacity: .2;
}

.about-content p:last-child{
padding-bottom: 0;
}
.tri-leaders {
margin-bottom: 326px;
}

 /* //////////Responsive css start here////////// */

@media (max-width: 767px) {
.tri-container {
   width: 100%;
}
.tri-banner {
   background: none;
   margin-top: 50px;
   /* margin-bottom: 20px; */
   height: auto;
   min-height: inherit;
}
.tri-banner .banner-content {
   width: 100%;
   padding-bottom: 0;
}
h1.mainHeading {
   font-size: 46px;
   line-height: 60px;
}
.banner-content p {
   font-size: 16px;
   line-height: 26px;
}
.tri-banner .banner-img {
   display: none;
}
.tri-about .about-img {
   width: 100%;
   margin-bottom: 20px;
}
.tri-about .about-img img {
   width: 100%;
}
.tri-about .about-content {
   width: 100%;
}
.flx-column {
   flex-direction: column;
}
.flx-row {
   flex-direction: row;
}
h2.headTitle {
   font-size: 38px;
   line-height: 48px;
}
.tri-about {
   margin-bottom: 0px;
}
.tri-banner {
   padding-bottom: 50px;
}
.about-content p {
   font-size: 16px;
}
.about-content p:last-child {
   padding-bottom: 0px;
}
.tri-leaders {
   height: auto;
   margin-bottom: 0;
   padding-top: 40px;
}
.tri-leaders .leaders-content {
   width: 100%;
   text-align: center;
}
.leaders-content .leaders-items {
   flex-direction: column;
   margin-bottom: 0;
}
.leaders-content .leaders-items .leaders-item {
   width: 100%;
   margin-bottom: 110px;
}
.leaders-content .leaders-items .leaders-item:last-child {
   margin-bottom: 0px;
}
p {
   font-size: 14px;
   line-height: 22px;
}
.tri-core-values {
   padding: 40px 0px;
}
.values-content .values-items {
   width: 100%;
   flex-wrap: nowrap;
   flex-direction: column;
}
.values-content .values-items img {
   width: 100%;
}
.values-content .values-items .cv-img {
   width: 100%;
}
.values-content .values-items .cv-content {
   width: 100%;
}
.tri-core-values .values-content {
   text-align: center;
}
.tri-core-values .values-content .pb-64 {
   padding-bottom: 34px;
}
.m-hide {
   display: none;
}
.w-hide {
   display: block;
}
.connect-img {
   width: 100%;
}
.tri-journey {
   padding: 40px 0;
}

.tri-why-us {
   padding: 40px 0;
}
.tri-why-us .pb-64 {
   padding-bottom: 40px;
}
.why-us-box .why-items {
   flex-direction: column;
   flex-wrap: nowrap;
}
.why-us-box .why-items .why-item {
   width: 100%;
   text-align: center;
}
.why-us-box .why-items .why-item .why-hdn {
   justify-content: center;
}
.why-us-box {
   width: 100%;
}

.tri-customers .customers-items {
   width: 100%;
   flex-direction: column;
   padding: 0;
   flex-flow: row wrap;
}
.customers-items .customers-item .item-border{
  padding: 20px 20px;
}
.customers-items .customers-item {
   width: 50%;
   margin-bottom: 0;
}
.customers-items .customers-item .customers-hdn {
   font-size: 22px;
   line-height: 33px;
}
.customers-items .customers-item p{
  font-size: 14px;
  line-height: 20px
}
.tri-customers {
   padding: 0px;
}
.why-us-box .why-items .why-item:last-child {
   margin-bottom: 0;
}
.customers-items .customers-item:last-child {
   margin-bottom: 0;
}
.journey-content .journey-steps li .steps-year {
   width: 62px;
   height: 68px;
   font-size: 16px;
}
.tri-header .tri-logo {
   width: 30%;
}
.mobile-menu {
   display: flex;
   align-items: center;
   margin-left: 15px;
   position: absolute;
   right: 20px;
   top: 25px;
}
.mobile-menu a {
   display: block;
   line-height: 11px;
}
.mobile-menu img {
   border-radius: 5px;
}
.tri-header .tri-nav ul {
   display: block;
   padding: 20px 0;
   width: 100%;

}
.tri-header .tri-nav ul li {
   padding-bottom: 10px;
   padding-left: 20px;
}
.tri-header .tri-nav {
   width: 100%;
   overflow: hidden;
   transition: ease all 1s;
   max-height: 0;
   visibility: hidden;
   position: fixed;
   left: 0;
   right: 0;
   top: 76px;
   background: #fff;
   box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}
.tri-header .tri-nav.show {
   max-height: 300px;
   visibility: visible;
}
#hideMenu {
   display: none;
}
.slider-box {
   display: none;
}
.journey-content .journey-steps {
   display: inline-flex;
   flex-direction: column;
   border-bottom: 0;
   border-left: 2px dashed #98A8B6;
   width: 2px;
   margin: 0 auto;
   height: 600px;
}
.journey-content .journey-steps li {
   display: inline-flex;
   padding: 30px 0px;
   position: relative;
}
.journey-content {
   text-align: center;
}
.journey-content .journey-steps li .steps-dot {
   position: absolute;
   left: -14px;
}
.journey-content .journey-steps li .steps-year {
   width: 52px;
    height: 52px;
    font-size: 12px;
    top: 0;
    left: 100px;
}
.journey-content .journey-steps li .steps-year.down {
   bottom: 0;
   left: -160px;
   top: 0;
}
.journey-content .journey-steps li .line {
   border: none;
   border-bottom: 1px solid #082F4A;
    transform: rotate(0deg);
    width: 100px;
    height: 4px;
    position: absolute;
    top: 22px;
    left: 20px;
}
.journey-content .journey-steps li .line.down {
   bottom: 34px;
   top: auto;
   left: -120px;
}
.journey-content .journey-steps li .steps-con.down {
   display: block;
}
.journey-content .journey-steps li .steps-con {
    bottom: auto;
    right: 20px;
    text-align: right;
    width: 150px;
    font-size: 12px;
    line-height: 22px;
}
.journey-content .journey-steps li .steps-con.down {
    top: auto;
    left: 20px;
    text-align: left;
    width: 150px;
    font-size: 12px;
    line-height: 22px;
}
.journey-slider {
   padding: 0px 0;
}
.connect-img{
   display: none;
}
.mob-voice-changes {
   display: block;
   list-style: none;
   margin: 0;
}
.mob-voice-changes li {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   background: linear-gradient(40.27deg, #4084AD -16.4%, #265C81 118.06%);
   border-radius: 16px;
   -moz-border-radius: 16px;
   -webkit-border-radius: 16px;
   -o-border-radius: 16px;
   padding: 10px;
   align-items: center;
   margin-bottom: 20px;
}
.mob-voice-changes li span.voice-icon-box {

}
.mob-voice-changes li span.voice-icon-box .voice-icon {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 55px;
   height: 55px;
   background: url(), #FFFFFF;
   border: 2px solid #EEF0F3;
   box-shadow: 3px 31px 40px rgba(187, 194, 205, 0.25);
   border-radius: 100px;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   -o-border-radius: 100px;
   margin-right: 10px;
}
.mob-voice-changes li span.voice-icon-box .voice-icon.vc-icon-1  {
   background: url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/vc-icon-1.png) no-repeat center top #fff;
   background-size: 70px;
}
.mob-voice-changes li span.voice-icon-box .voice-icon.vc-icon-2  {
   background: url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/vc-icon-2.png) no-repeat center top #fff;
   background-size: 70px;
}
.mob-voice-changes li span.voice-icon-box .voice-icon.vc-icon-3  {
   background: url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/vc-icon-3.png) no-repeat center top #fff;
   background-size: 70px;
}
.mob-voice-changes li span.voice-icon-box .voice-icon.vc-icon-4  {
   background: url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/vc-icon-4.png) no-repeat center top #fff;
   background-size: 70px;
}
.mob-voice-changes li span.voice-icon-box .voice-icon.vc-icon-5  {
   background: url(https://tiimg.tistatic.com/new_website1/design2022/ti-about/vc-icon-5.png) no-repeat center top #fff;
   background-size: 70px;
}
.mob-voice-changes li span.voice-con {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   color: #FFFFFF;
}



}
@media (min-width:768px) and (max-width: 1024px) {
   .tri-container {
      width: 100%;
   }
   .tri-banner {
      background: none;
      min-height: inherit;
      height: auto;
      margin-bottom: 50px;
   }
   .tri-about .about-img img {
      width: 100%;
   }
   .tri-banner .banner-content {
      width: 100%;
      padding:40px 0 0 0;
   }
   .tri-banner .banner-img {
      display: none;
   }
   h1.mainHeading {
      font-size: 45px;
      line-height: 55px;
   }
   .banner-content p {
      font-size: 18px;
      line-height: 28px;
  }
  h2.headTitle {
      font-size: 36px;
      line-height: 46px;
   }
   .about-content p {
      font-size: 16px;
   }
   .tri-about {
      margin-bottom: 30px;
   }
   .leaders-content {
      width: 100%;
   }
   .tri-leaders .leaders-content {
      text-align: center;
   }
   .leaders-items .leaders-item .leaders-img {
      width: 176px;
      height: 176px;
   }
   p {
      font-size: 14px;
      line-height: 22px;
  }
  .journey-slider {
      width: 90%;
  }
  .tri-customers .customers-items {
      width: 100%;
  }
  .customers-items .customers-item .customers-hdn {
   text-align: center;
   font-size: 28px;
  }
  .slider-box {
   display: none;
  }
  .customers-items .customers-item {
   width: 48%;
   margin-bottom: 30px;
  }
  .tri-leaders p {
   font-size: 12px;
   line-height: 22px;
}
.values-content p {
   font-size: 12px;
   line-height: 22px;
}
.values-items .cv-content .cv-hdn {
   font-size: 18px;
   line-height: 28px;
   padding-bottom: 10px;
}
.tri-header .tri-nav ul li {
   display: flex;
   padding: 0 0 0 20px;
}
.tri-header .tri-nav ul li a {
   font-size: 13px;
}
}

@media (min-width:1025px) and (max-width: 1199px) {
   .tri-container {
      width: 100%;
   }
   .journey-slider {
      width: 90%;
  }
  .tri-banner .banner-content {
   width: 52%;
  }
}
