@charset "UTF-8";
@import "menu.css";
@font-face {
  font-family: 'Cambria';
  src: url('fonts/Cambria.eot?#iefix') format('embedded-opentype'), url('fonts/Cambria.ttf')  format('truetype'), url('fonts/Cambria.svg#Cambria') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
:root {
  --tmsyellow:#534EAE;
  --tmsgreen:#4A46A3;
  --tmsgray:#4A46A3;
  --content-yellow:#AAA2FE;
}
body {
  overflow-x: hidden;
  font-family: 'Poppins-Regular';
  font-size:14px;
  color:#000;
  line-height: 20px;
}
.border-0 {
	border:0;
}

.width-100 {
	width:100%;
}
.homeonly {
  margin-top: 30px !important;
}
header.small .homeonly {
  margin-top: 0px !important;
}
.eschoolbro {
  display: inline-block;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 10px;
    border: solid 1px #ddd;
    background-color: #ffd400;
    color: #000;
}
.primary-yellow {
  color: var(--tmsyellow);
  padding: 0px;
    margin: 0;
    display: inline-block;
}
.secondary-green {
  color: var(--tmsgreen);
  padding: 0px;
    margin: 0;
    display: inline-block;
    margin-left: -8px;
    margin-right: -8px;
}
.tms-btn {
  background-color: var(--tmsgray);
  display: inline-block;
  padding:5px 20px;
  border-radius: 5px;
  margin:10px 0;
  color:#fff;
  position: relative;
  border-left: 4px solid;
  border-left-color: var(--content-yellow);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 14px;
}
.tms-btn:hover {
  color:#fff;
}
.btn-black-bg {
  background-color: var(--content-yellow);
  border-left-color: #94b09a;
  color: var(--tmsgray);
}
.btn-black-bg:hover {
  color: var(--tmsgray);
}
.tms-gray {
  color: var(--tmsgray);
  padding: 0px;
    margin: 0;
    display: inline-block;
}
.b-slider {
  height: 100vh;
  background-image: url(dist/images/bg-slider-light.jpg);
  background-size: cover;
  height: auto;
  position: relative;
  
}
.innerpage-slider {
  height: 280px !important;
}
.innerpage-slider ul {
  height: 280px !important;
}
.innerpage-slider ul li {
  height: 280px !important;
}
.innerpage-slider ul li .slide {
  height: 280px !important;
}
/*
.b-slider:before {
  background:url(../images/bg-slider.png) repeat center top;
  background-size: contain;
  content: " ";
  position: absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px
}
*/
.b-slider .bg-img {
  background: url(../images/wave-header-1.png) no-repeat center bottom;
  height: 235px;
  position: absolute;
  bottom: -44px;
  width: 100%;
  background-size: cover;
  z-index: 0;
}

.slider {
  position: relative;
}

#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 99999px;
  overflow: hidden;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
}
.b-slider .nav-cover {
  position: absolute;
  top:30px;
  right:100px;
  z-index: 1;
}
#slider ul li .slide {
  background-size: cover;
  height: 100vh;
}

button.control_prev, button.control_next {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  border: none;
  width: 2em;
  height: 2em;
  line-height: 1.9em;
  line-height: 1.9em;
    background: rgba(6, 6, 6, 0.3);
    color: #343434;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}
button.control_prev:focus, button.control_next:focus {
  outline: none;
  border: 1px rgba(255, 255, 255, 0.5) solid;
}
button.control_prev:hover, button.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

button.control_prev {
  left: 2rem;
}

button.control_next {
  right: 2rem;
}

.progress {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  height: .5rem;
  width: 100%;
  bottom: 0;
  border-top: 1px rgba(0, 0, 0, 0.15) solid;
  z-index: -1;
}
.progress .bar {
  height: 100%;
  width: 0%;
  background: #fff;
}

.teaser {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
  font-family: 'BritannicBold';
}
.innerpage-slider .teaser {
  top: inherit;
  bottom: -15px;
}
.innerpage-slider .teaser h2 {
  font-size:34px;
}
.innerpage-slider .teaser h3 {
  font-size:28px
}
.teaser h2 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: .8em;
  color: #333333;
  text-align: left;
  width:85%;  
  margin: 0rem auto;
}
.teaser p {
  font-size: 1.3em;
  line-height: 1.3em;
  width: 85%;
  padding: 1.5rem 0;
  text-align: left;
  width:85%;  
  margin: 0rem auto;
  position: relative;
}
.teaser p a {
  display:inline-block;
  border-radius: 20px;
  background-color: #fff;
  color:#000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding:5px 40px;
  text-decoration: none;
  font-size:21px;
  font-family: 'Cambria';
  position: absolute  ;
  z-index: 3;
}
.teaser p a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}
.teaser h3 {
  width: 85%;
  margin: 0rem auto;
  color:#828282;
  font-size: 40px;
  text-transform: uppercase;
  text-align: left;
}
.teaser a {
  margin-left: .5rem;
  margin-right: .5rem;
}
.main-menu {
  padding:0px 0px;
  margin-top:0px;
}
.main-menu li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 5px;
    width: 15%;
  
}
.main-menu li a:hover {
  box-shadow: 3px 3px 0 #fff;
}
.main-menu li a {
  display: block;
  text-align: center;
  padding: 15px 5px;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  background-color: var(--tmsgray);
  transform: skew(-10deg, 0deg);
  box-shadow: 3px 3px 0 #93ae97;
  transition: box-shadow .3s;  
}
.main-menu li a span {
  display: block;
  line-height: 15px;
  font-size: 12px;
  font-weight: normal;
}
.content-list-2 {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  background: var(--tmsgray);
  height:250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:30px;
  border-radius: 5%;
}
.content-list-2 .erp-list-head {
  color:#fff;
 text-transform: uppercase;
 font-size: 17px;
}
.content-list-2 .erp-img {
  height: 110px;
  width: 110px;
  margin: 10px auto;
  background-color: var(--content-yellow);
  border-radius: 50%;
  padding: 14px;
  border: solid 10px;
  border-color: #ffffff2b;
}
.content-list-2 .erp-img img {
  width:60px;
  
}

.content-list-2 .content-overlay {
  background: rgba(0,0,0,0.9);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-list-2:hover .content-overlay{
  opacity: 1;
  cursor: default;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content-list-2:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
  cursor: default;
  z-index: 2;
}
.hungry .selection {
  margin-bottom: 1em;
  display:inline-block;

}

.hungry .selection label {
  display: inline-block;
  width:250px;
  background-color: #fff;
  border-radius: 6px;
  color: var(--tmsgray);
  padding: 0.5em;
  cursor: pointer;
  border:solid 1px;
  border-color: var(--tmsgray);
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.hungry .selection label span {
  font-weight: normal !important;
  font-size: 14px;
}

.hungry .selection label:hover {
  background-color: var(--tmsgray);
  color:#fff;
  box-shadow: 3px 3px 3px #333;
}

.hungry .selection input[type=radio] {
  display: none;
}

.hungry .selection input[type=radio]:checked ~ label {
  background-color:  var(--tmsgray);
  color:#fff;
  box-shadow: 3px 3px 3px #333;
}
.show-more {

  text-align: center;
  line-height: 35px;
  width: 150px;
  margin: 5px auto;

  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  color:#000;
  z-index: 0;
}
.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.jumplinks-menu-wrapper {
  position: fixed;
	right: 0;
  z-index: 99;
  top:22vh
}
#jLinkSliderContainer .swiper-slide {
	text-align: center;
	font-size: 18px;
}
.jlinks-menu {
	width: 250px;
}
.jlinks-menu a {
	text-decoration: none;
}
.jlinks-menu-hidden {
	right: -250px;
}
.toggle-position {
	right: 30px;
}
.menu-button {
	position: absolute;
	right: 130px;
	padding: 0;
	transform: scale(.5);
	cursor: pointer;
	-webkit-transition: .3s;
		transition: .3s;
  height: 0;
	width: 0;
  top: 75%;

  text-align: center;
  color: #fff;
  border: solid 2px #fff;
    border-bottom: none;
  width: 150px;
  height: 30px;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  line-height: 30px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: rgba(86,85,84,1);
  background: -moz-linear-gradient(top, rgba(86,85,84,1) 0%, rgba(86,85,84,1) 7%, rgba(80,79,78,1) 8%, rgba(24,24,24,1) 17%, rgba(24,24,24,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86,85,84,1)), color-stop(7%, rgba(86,85,84,1)), color-stop(8%, rgba(80,79,78,1)), color-stop(17%, rgba(24,24,24,1)), color-stop(100%, rgba(24,24,24,1)));
  background: -webkit-linear-gradient(top, rgba(86,85,84,1) 0%, rgba(86,85,84,1) 7%, rgba(80,79,78,1) 8%, rgba(24,24,24,1) 17%, rgba(24,24,24,1) 100%);
  background: -o-linear-gradient(top, rgba(86,85,84,1) 0%, rgba(86,85,84,1) 7%, rgba(80,79,78,1) 8%, rgba(24,24,24,1) 17%, rgba(24,24,24,1) 100%);
  background: -ms-linear-gradient(top, rgba(86,85,84,1) 0%, rgba(86,85,84,1) 7%, rgba(80,79,78,1) 8%, rgba(24,24,24,1) 17%, rgba(24,24,24,1) 100%);
  background: linear-gradient(to bottom, rgba(86,85,84,1) 0%, rgba(86,85,84,1) 7%, rgba(80,79,78,1) 8%, rgba(24,24,24,1) 17%, rgba(24,24,24,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565554', endColorstr='#181818', GradientType=0 );

}
.menu-button:hover {
	
}
.menu-button .bar:nth-of-type(1) {
	margin-top: 0;
	opacity: 0;
}
.menu-button .bar:nth-of-type(2) {
	opacity: 0;
}
.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0;
	opacity: 0;
}

.cross-hidden {
	display: none;
}
.jumplinks-container {
	background-color: white;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #ddd;
	text-align: left;
  color: #333;
  padding:0 10px;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
}
.jumplinks-container label {
  font-size: 11px;
  margin-bottom: 0px;
}
.jumplinks-container .form-control {
  padding:5px;
  height: 30px;;
  font-size: 11px;
}
.jumplinks-container .form-group {
  margin-bottom:3px
}
.jumplinks-container textarea.form-control {
  height: 50px;
}
.jumphead {
  color: #000;
  text-align: center;
  line-height: 30px;
  background: rgba(252,210,119,1);
background: -moz-linear-gradient(top, rgba(252,210,119,1) 0%, rgba(252,210,119,1) 7%, rgba(251,206,108,1) 8%, rgba(240,172,12,1) 17%, rgba(240,172,12,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,210,119,1)), color-stop(7%, rgba(252,210,119,1)), color-stop(8%, rgba(251,206,108,1)), color-stop(17%, rgba(240,172,12,1)), color-stop(100%, rgba(240,172,12,1)));
background: -webkit-linear-gradient(top, rgba(252,210,119,1) 0%, rgba(252,210,119,1) 7%, rgba(251,206,108,1) 8%, rgba(240,172,12,1) 17%, rgba(240,172,12,1) 100%);
background: -o-linear-gradient(top, rgba(252,210,119,1) 0%, rgba(252,210,119,1) 7%, rgba(251,206,108,1) 8%, rgba(240,172,12,1) 17%, rgba(240,172,12,1) 100%);
background: -ms-linear-gradient(top, rgba(252,210,119,1) 0%, rgba(252,210,119,1) 7%, rgba(251,206,108,1) 8%, rgba(240,172,12,1) 17%, rgba(240,172,12,1) 100%);
background: linear-gradient(to bottom, rgba(252,210,119,1) 0%, rgba(252,210,119,1) 7%, rgba(251,206,108,1) 8%, rgba(240,172,12,1) 17%, rgba(240,172,12,1) 100%);
font-weight: bold;
}
.second-margin {
  margin-top:-20px;
  margin-bottom:-20px;
}
.section-head {
  font-family: 'Cambria';
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-top:0px;
  margin-bottom:25px
}
.section-head h1 {
  margin: 19px 0;
  padding:10px 0;
  font-size: unset;
}
.section-head.home-top:after {
  bottom: -10px;
}
.section-head:after {
  position: absolute;
    border-bottom: solid 3px ;
    border-color: var(--tmsgreen);
    content: " ";
    width: calc(100% - 55%);
    width: -webkit-calc(100% - 55%);
    bottom: 25px;
    left: calc(100% - 72%);
    left: -webkit-calc(100% - 72%);
  
}
.sub-head {
  font-family: 'Cambria';
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-top:15px;
  margin-bottom: 30px;
}
.sub-head:after {
  position: absolute;
    content:" ";
    bottom: -24px;
    left: calc(100% - 101%);
    left: -webkit-calc(100% - 101%);
    width: calc(100% - 0%);
    width: -webkit-calc(100% - 0%);
    background: url(../images/three-dots.png) no-repeat center center;
    height: 20px;
  
}
.postion-head {
  margin-top:0px;
  z-index: 5;
}
.menu-list {
  padding:0px;
  margin:20px 0;
}
.menu-list li {
  padding:0px;
  display: inline-block;
  margin:15px;
  vertical-align: top;
  margin-bottom:30px;
}
.menu-list li .list-circle {
  width:110px;
  height: 110px;
  border-radius: 50%;
  background-image: url(../images/icons-bg.png);
  vertical-align: top;
position: relative;
padding-top:30px

}
.menu-list li .list-circle .title-border {
  margin-bottom: -50px;
    position: absolute;
    top: 112px;
    width: 110px;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
}
.connect-box {
  box-shadow: 5px 5px 5px #ddd;
  padding:20px;
  vertical-align: top;
  margin-bottom: 30px;
  background-color: #fff;
  min-height: 150px;
  padding-bottom:20px;
  text-align: justify;
}
.connect-box-2 {
  background-color: #efefef;
  min-height: 250px;
}
.connect-box h2 {
  font-size:20px;
  padding-bottom:5px;
  margin-bottom:10px;
  border-bottom:solid 1px #ddd;
  text-transform: uppercase;
}
.connect-box ul {
  padding:0px;
  margin-left:20px;
  margin-top:20px;
}
.connect-box ul li {
  margin-bottom:5px
}


div.erp-list-box  {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 20px auto;
  padding:20px 0;
  width: 90%;
  height: 260px;
  background: #efefef;
    border-radius: 0px;
  transition: 1s box-shadow;
}
.erp-height-increse {
  height:310px !important
}
.erp-height-increse p {
  font-size:13px;
  padding:10px
}
div.erp-list-box:hover {
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.2);
}
.hover {
  position: relative;
  transition-duration: 1s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
}
.hover:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 1s;
  transition-property: transform opacity;
}
.hover:hover {
  transform: translateY(-6px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hover:hover:before {
  opacity: .6;
  transform: translateY(6px);
  animation-name: shadow;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}


.erp-list-box .erp-img {
  height: 120px;
    width: 120px;
    margin: 10px auto;
    background-color: var(--content-yellow);
    border-radius: 50%;
    padding: 20px;
    border: solid 10px;
    border-color: #ffffff2b;
}
.erp-list-box .erp-img img {
  height:50px;
}
.erp-list-box .erp-list-head {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.bottom-header-wave {
  position: absolute;
  height:328px;
  background: url(../images/wave-header-2.png) no-repeat center top;
  background-size: cover;
  top:0px;
  width: 100%;
}
a.box {
	color: #000;
	display: block;
	cursor: pointer;
  box-shadow: 5px 5px 5px #ededed;
  margin:20px 0;
  border-top:solid 3px;
  border-top-color: var(--tmsyellow);
  min-height: 450px;
  background-color: #fff;
  border-bottom:solid 10px;
  border-bottom-color: var(--tmsgreen)

}
a.box .content-list {

	margin: auto;
	padding: 1em 1em;

}

a.box h2 {
	font-size: 1.1em;
	font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
  color:#000;
  padding:5px;
  
}
a.box h2 img {
  height: 80px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}
a.box p {
  margin: 5px;
  line-height: 1.7em;
  font-size: 14px;
  text-align: justify;
}



.slider-img {
  position: absolute; 
  right:0px;
  bottom:0px;
  z-index: 0;
}
.slider-img img {
  width: auto;
}
.whyTMS-margin {
  margin-top:100px;
}
.margin-bottom-wave {
  margin-bottom:10px
}
.wordCarousel {
  font-size: 18px;
  font-weight: 100;
  color: #000;
  margin-top:50px
}
.wordCarousel div {
  overflow: hidden;
  position: relative;
  display:block;
  height: 65px;
  padding-top: 10px;
  margin-top: -10px;
}
.wordCarousel div ul {
  padding:0px
}
.wordCarousel div li {
  color: #000;
  font-weight: 700;
  padding: 0 10px;
  height: 45px;
  margin-bottom: 45px;
  display: block;
  font-size: 25px;
    margin-top: 10px;
}

.flip2 {
  -webkit-animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
          animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip3 {
  -webkit-animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
          animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip4 {
  -webkit-animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
          animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@-webkit-keyframes flip2 {
  0% {
    margin-top: -180px;
  }
  5% {
    margin-top: -90px;
  }
  50% {
    margin-top: -90px;
  }
  55% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}

@keyframes flip2 {
  0% {
    margin-top: -180px;
  }
  5% {
    margin-top: -90px;
  }
  50% {
    margin-top: -90px;
  }
  55% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}
@-webkit-keyframes flip3 {
  0% {
    margin-top: -270px;
  }
  5% {
    margin-top: -180px;
  }
  33% {
    margin-top: -180px;
  }
  38% {
    margin-top: -90px;
  }
  66% {
    margin-top: -90px;
  }
  71% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}
@keyframes flip3 {
  0% {
    margin-top: -270px;
  }
  5% {
    margin-top: -180px;
  }
  33% {
    margin-top: -180px;
  }
  38% {
    margin-top: -90px;
  }
  66% {
    margin-top: -90px;
  }
  71% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}
@-webkit-keyframes flip4 {
  0% {
    margin-top: -360px;
  }
  5% {
    margin-top: -270px;
  }
  25% {
    margin-top: -270px;
  }
  30% {
    margin-top: -180px;
  }
  50% {
    margin-top: -180px;
  }
  55% {
    margin-top: -90px;
  }
  75% {
    margin-top: -90px;
  }
  80% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}
@keyframes flip4 {
  0% {
    margin-top: -360px;
  }
  5% {
    margin-top: -270px;
  }
  25% {
    margin-top: -270px;
  }
  30% {
    margin-top: -180px;
  }
  50% {
    margin-top: -180px;
  }
  55% {
    margin-top: -90px;
  }
  75% {
    margin-top: -90px;
  }
  80% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}
.request-demo {
  background-color: #4A46A3;
  position: relative;
  height: 90px;
  margin-top: 110px;
  text-align: center;
}
.demo-letter {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  padding:31px 0;
  text-align: center;
}
.demo-img {
  width: 200px;position: absolute;right: 20%;bottom: 0px;
}
.smart-card{
	text-align: center;
	display: block;
	height: 145px;
	box-shadow: 5px 8px 20px 0 rgba(0, 0, 0, 0.2);
	transition: 0.2s ease-in all;
	border-radius: 25px;
  overflow: hidden;
  width:145px;
  padding-top: 21px;
}

.smart-card::after {
    background: #fff;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: -30%;
    border-radius: 100%;
    opacity: 0.08;
		transition: 0.3s ease-in all;
		pointer-events: none;
}
.smart-card::before {
    background: #fff;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -10%;
    top: 30%;
    border-radius: 100%;
    opacity: 0.08;
		transition: 0.2s ease-in all;
		pointer-events: none;
}
.smart-card:hover i{
	transition: 0.2s ease-in all;
	font-size: 40px;
}
.smart-card:hover{
	transition: 0.2s ease-in all;
	transform-style: preserve-3d;
	transform: translateZ(20px);
}
.smart-card:hover:after{
	width: 0%;
	transition: 0.2s ease-in all;
	opacity: 0;
}
.smart-card:hover:before{
	width: 0%;
	transition: 0.2s ease-in all;
	opacity: 0;
}
.smart-card i {
    color: #fff;
    font-size: 30px;
    margin-top: 35px;
		transition: 0.2s ease-in all;
}
.list-yellow {
  background: rgba(252,210,119,1);
background: -moz-linear-gradient(top, rgba(252,210,119,1) 0%, rgba(252,210,119,1) 7%, rgba(251,206,108,1) 8%, rgba(240,172,12,1) 17%, rgba(240,172,12,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,210,119,1)), color-stop(7%, rgba(252,210,119,1)), color-stop(8%, rgba(251,206,108,1)), color-stop(17%, rgba(240,172,12,1)), color-stop(100%, rgba(240,172,12,1)));
background: -webkit-linear-gradient(top, rgba(252,210,119,1) 0%, rgba(252,210,119,1) 7%, rgba(251,206,108,1) 8%, rgba(240,172,12,1) 17%, rgba(240,172,12,1) 100%);
background: -o-linear-gradient(top, rgba(252,210,119,1) 0%, rgba(252,210,119,1) 7%, rgba(251,206,108,1) 8%, rgba(240,172,12,1) 17%, rgba(240,172,12,1) 100%);
background: -ms-linear-gradient(top, rgba(252,210,119,1) 0%, rgba(252,210,119,1) 7%, rgba(251,206,108,1) 8%, rgba(240,172,12,1) 17%, rgba(240,172,12,1) 100%);
background: linear-gradient(to bottom, rgba(252,210,119,1) 0%, rgba(252,210,119,1) 7%, rgba(251,206,108,1) 8%, rgba(240,172,12,1) 17%, rgba(240,172,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd277', endColorstr='#f0ac0c', GradientType=0 );
}
.list-yellow p {
  color:#000 !important;
}
.list-black {
  background: rgba(86,85,84,1);
  background: -moz-linear-gradient(top, rgba(86,85,84,1) 0%, rgba(86,85,84,1) 7%, rgba(80,79,78,1) 8%, rgba(24,24,24,1) 17%, rgba(24,24,24,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86,85,84,1)), color-stop(7%, rgba(86,85,84,1)), color-stop(8%, rgba(80,79,78,1)), color-stop(17%, rgba(24,24,24,1)), color-stop(100%, rgba(24,24,24,1)));
  background: -webkit-linear-gradient(top, rgba(86,85,84,1) 0%, rgba(86,85,84,1) 7%, rgba(80,79,78,1) 8%, rgba(24,24,24,1) 17%, rgba(24,24,24,1) 100%);
  background: -o-linear-gradient(top, rgba(86,85,84,1) 0%, rgba(86,85,84,1) 7%, rgba(80,79,78,1) 8%, rgba(24,24,24,1) 17%, rgba(24,24,24,1) 100%);
  background: -ms-linear-gradient(top, rgba(86,85,84,1) 0%, rgba(86,85,84,1) 7%, rgba(80,79,78,1) 8%, rgba(24,24,24,1) 17%, rgba(24,24,24,1) 100%);
  background: linear-gradient(to bottom, rgba(86,85,84,1) 0%, rgba(86,85,84,1) 7%, rgba(80,79,78,1) 8%, rgba(24,24,24,1) 17%, rgba(24,24,24,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565554', endColorstr='#181818', GradientType=0 );

}
.list-black p {
  color:#fff !important;
}
.garident-seporation {
  border-top:solid 1px #93ae97;
  position: relative;
}
.garident-seporation:after {
  position: absolute;
  text-align: center;
  background: url(../images/seporation-bg.png) no-repeat center top;
  content: " ";
  height: 45px;
  left: 0px;
  right: 0px;
  top:0px
}
.garident-seporation-inner {
  border-top:solid 1px #93ae97;
  position: relative;
  background-color: #f4f4f4;
}
.garident-seporation-inner:after {
  position: absolute;
  text-align: center;
  background: url(../images/seporation-bg.png) no-repeat center top;
  content: " ";
  height: 45px;
  left: 0px;
  right: 0px;
  top:0px;
  
}
.whyul {
  padding:0px ;
  text-align: center;
  margin: 10px 0;
  margin-bottom: 50px;
}
.whyul li {
  display: inline-block;
  margin-right: 10px;
}
.whyul li:last-child {
  margin-right:0px
}
.smart-card p {
    transition: 0.3s ease-in all;
    text-align: center !important;
    color: #fff;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-top: 12px;
    margin-bottom: 20px !important;
    line-height: 20px !important;
}
.margin-higer {
  margin-top:30px;
}
.padding-50px {
  padding:30px 50px;
  font-family: 'Poppins-Regular';
}
.section-head h2 small {
  text-transform: capitalize;
}
.list-heighlight {
  padding:0px;
  margin :15px 0;
  margin-bottom: 20px;
  
}
.black-tick li {
  background: url(../images/tick_black.png) no-repeat left 5px !important;
}
.modal-content-seporate .modal-header .close {
  padding: .5rem .8rem;
  margin: .1rem -1rem .11rem auto;
}
.modal-content-seporate .modal-header {
  padding:.4rem 1rem;
  color:#fff;
  background: #3634a6;
}

.modal-content-seporate .modal-footer {
  border-top: 1px solid #444;
}

.modal-content-seporate .modal-footer>* {
  margin: 0;
}
.modal-content-seporate h4 {
  margin-top:20px;
  font-size: 20px;
}
.modal-content-seporate .modal-footer {
  padding:.25rem;
}
.modal-content-seporate .modal-body h4 {margin-bottom: 20px; }
.modal-content-seporate {
}
.modal-content-seporate .modal-body .list-heighlight {
  margin-top:20px
}
.modal-content-seporate .modal-body .list-heighlight li{
  display: inline-block;
    width: 48%;
    vertical-align: top;
    line-height: 19px;
    margin-bottom: 10px;
    background-position: left -1px!important;
    min-height: 31px;
    height: inherit;
}
.list-heighlight li {
  display:inline-block;
  width:200px;
  background: url(../images/tick.png) no-repeat left -3px;
  height: 40px;
  border-radius: 5px;
  line-height: 20px;
  text-align: left;
  padding-left: 35px;
  margin-bottom:10px;
  vertical-align: top;
}
.width-increse li {
  WIDTH:280px
}
.nine-step {
  padding:0px;
  text-align: center;
}
.nine-step li {
  display: inline-block;
  width:350px;
  height:130px;
  background-color: var(--tmsyellow);
  margin-bottom:10px;
  border-radius:5px;
  box-shadow:5px 5px 5px #ddd;
  margin-right:5px;
  overflow: hidden;
}
.nine-step li .curveDiv {
  width:71.95%;
  display:inline-block;
  border-top-left-radius:60px;
  border-bottom-left-radius:60px;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,210,213,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(219,210,213,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,210,213,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,210,213,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,210,213,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(219,210,213,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbd2d5', GradientType=1 );
  height: 100%;
  vertical-align: top;
  padding:10px 30px;
  line-height: 18px;
}
.nine-step li .curveDiv span {
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
}
.nine-step li .sideNo {
  width:27%;
  display:inline-block;
  height: 100%;
  font-size:40px;
  color:#000;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  line-height: 26px;
  padding-top:45px
}
.nine-step li .sideNo span {
  display: block;
  text-transform: uppercase;
  font-size:20px
}
section.business {
  padding: 30px 0 0;
  
}

section.business h2 {
	color: #fff;
	text-align: center;
	margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border: double 4px #ddd;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 10px;
}

.gl-wrap {
	position: relative;
	width: 1180px;
	margin: 0 auto
}

@-o-keyframes fxRotateMinute {
	from {
		-o-transform: rotate(0)
	}
	to {
		-o-transform: rotate(1turn)
	}
}

@-moz-keyframes fxRotateMinute {
	from {
		-moz-transform: rotate(0)
	}
	to {
		-moz-transform: rotate(1turn)
	}
}

@-webkit-keyframes fxRotateMinute {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes fxRotateMinute {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(1turn)
	}
}

@-o-keyframes fxRotateHour {
	from {
		-o-transform: rotate(.25turn)
	}
	to {
		-o-transform: rotate(1.25turn)
	}
}

@-moz-keyframes fxRotateHour {
	from {
		-moz-transform: rotate(.25turn)
	}
	to {
		-moz-transform: rotate(1.25turn)
	}
}

@-webkit-keyframes fxRotateHour {
	from {
		-webkit-transform: rotate(.25turn)
	}
	to {
		-webkit-transform: rotate(1.25turn)
	}
}

@keyframes fxRotateHour {
	from {
		transform: rotate(.25turn)
	}
	to {
		transform: rotate(1.25turn)
	}
}

.b-index-bnn {
	position: relative;
	z-index: 0;
	color: #fff;
	text-align: center;
	overflow: hidden
}

.b-index-bnn .gl-wrap {
	height: 492px;
	padding: 31px 0 0
}

.b-index-bnn.m-transition .b-carousel>li,
.b-index-bnn.m-transition .b-carousel>li i {
	-o-transition: background-image .5s;
	-moz-transition: background-image .5s;
	-webkit-transition: background-image .5s;
	transition: background-image .5s
}

.b-index-bnn.m-ready .b-carousel {
	display: block;
	list-style-type: none
}

.b-load-gap {
	width: 973px;
	height: 453px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -487px;
	z-index: 10
}

.b-loader {
	width: 29px;
	height: 29px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 60;
	top: 274px;
	left: 50%
}

.b-loader>span {
	position: absolute;
	font-family: "Geometria Medium", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 20px;
	color: #fff;
	white-space: nowrap;
	left: 46px;
	top: 2px
}

.b-loader:after,
.b-loader:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	z-index: 100
}

.b-loader:before {
	-o-animation: fxRotateMinute .5s linear infinite;
	-moz-animation: fxRotateMinute .5s linear infinite;
	-webkit-animation: fxRotateMinute .5s linear infinite;
	animation: fxRotateMinute .5s linear infinite
}

.b-loader:after {
	-o-animation: fxRotateHour 3s linear infinite;
	-moz-animation: fxRotateHour 3s linear infinite;
	-webkit-animation: fxRotateHour 3s linear infinite;
	animation: fxRotateHour 3s linear infinite
}

.b-index-bnn .r-menu {
	position: relative;
	z-index: 101;
	margin: 0 auto;
	display: none
}

.b-index-bnn .r-menu:after {
	display: block;
	clear: both
}

.b-index-bnn .r-menu li {
	font-size: 14px;
	line-height: 16px;
	color: #00518f;
	font-weight: 700;
	float: left
}

.b-index-bnn .r-menu li+li {
	margin-left: 10px
}

.b-index-bnn .r-menu li a {
	border-radius: 50%;
	background: #3b3943;
	width: 9px;
	height: 9px;
	text-indent: -9999px;
	display: block
}

.b-index-bnn .r-menu li a:hover {
	color: #0c7cae
}

.b-index-bnn .r-menu li.is-active a {
	background: #777580
}

.b-index-bnn .r-text {
	position: absolute;
	z-index: 60;
	top: 204px;
	left: 50%;
	width: 500px;
	height: 10px;
	margin-left: -265px;
	text-align: center
}

.b-index-bnn .r-text>li {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	position: relative;
	width: 500px;
	height: 90px;
	vertical-align: middle;
	display: none
}

.b-index-bnn .r-text>li p {
	color: #fff;
	text-align: center
}

.b-index-bnn .r-text>li a.button {
	padding: 8px 20px;
	background: rgba(255, 255, 255, .17);
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 3px!important;
	margin-top: 10px
}

.b-carousel {
	position: absolute;
	bottom: -27px;
	left: 50%;
	display: none;
	z-index: 9
}

.b-carousel:before {
	background: url(../images/path.png) no-repeat;
	width: 843px;
	height: 398px;
	position: absolute;
	z-index: 0;
	bottom: 24px;
	left: -422px
}

.b-carousel>li {
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, .25);
	position: absolute;
	top: 100px;
	left: 0;
	margin: -51px 0 0 -51px;
	z-index: 100
}

.b-carousel>li a {
	background: var(--content-yellow);
	width: 92px;
	height: 92px;
	display: block;
	top: 6px;
	left: 6px;
	z-index: 100;
	color: var(--tmsgray);
	border-radius: 50%;
	padding-top: 10px
}

.b-bnn-list,
.b-bnn-list>li {
	position: absolute;
	bottom: 0;
	left: 50%
}

.b-carousel>li i {
	font-size: 53px;
	margin-top: 10px
}

.b-carousel>li.is-active {
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.b-carousel>li.is-active a {
  background: #fff;
  color:var(--tmsgray);
}
li.is-active i {
  color: var(--tmsgray);
}
.b-bnn-list {
	z-index: 7;
	list-style-type: none
}

.b-bnn-list>li {
	-ms-transform-origin: 50% -127.36px;
	-o-transform-origin: 50% -127.36px;
	-moz-transform-origin: 50% -127.36px;
	-webkit-transform-origin: 50% -127.36px;
	transform-origin: 50% -127.36px;
	z-index: 0
}

.vam-top-bg {
  position: absolute;
  height:206px;
  background: url(../images/vam-top.png) no-repeat center bottom;
    background-size: cover;
    bottom: 0px;
    width: 100%;
}
.vam-bottom-bg {
  position: relative;
  height:280px;
  background: url(../images/wave-header-2.png) no-repeat center top;
  background-size: contain;
}



.headerP {
  position:relative;
  text-align:center;
  background: #07294d;
  color:white;
}



.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
.scroll-top-wrapper {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 2;
}
.scroll-top-wrapper .scroll_top {
  display: inline-block;
  line-height: 45px;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.scroll-top-wrapper .scroll_top:hover {
  background: #4d4d4d;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*menu*/
.header_one {
  width:100%;
  height:100px;
  background: transparent;
  color: #000;
  position:fixed;
  top:0;
  left:0;
  transition: height 500ms, background 500ms;
  z-index: 1000;
}
.header_one.tiny {
  height:80px;
  background: var(--tmsgray);
}
.header_one.tiny > .logo {
  margin-top: 5px;
  
}
.header_one.tiny > .logo img {
  height: 70px;
  background-color: #fff;
  padding:5px;
  border-radius: 10px;
}
.header_one.tiny > nav a {
  color:#fff
}
.logo {
  width:150px;
  height: 125px;
  margin-left:100px;
  display: inline-block;
}
header.small-header > .logo img {
  height:50px
}

.square {
	width: 28%;
	height: 280px;
	position: relative;
  padding:20px;
  display: inline-block;
    vertical-align: top;
    margin: 20px;
    text-align: justify !important;
}
.square-sec {
  width: 21%;
  min-height: 454px;
  text-align: justify !important;
}
.square:nth-child(2n) {
	background-color: #4a4848;
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.2) inset;
  color:#fff;
}

.square:nth-child(2n+1) {
	background-color: var(--content-yellow);
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.1) inset;
  color:#000;
}

.square:first-child {
	box-shadow: none;
}

.square p.text {
    font: 400 14px/18px ;
    text-align: left;
}
.square h2 {
  font-size:25px;
  text-align: left;
}
.list-style-change li {
  display: inline-block;
  width:180px;
  vertical-align: top;
  border:solid 1px #fff;
  background-image: none;
  text-align: center;
  padding:0px;
  

}
.list-style-change li div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 16px;
  padding:10px 5px;
}

#overlay1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
  }
  .cnt223 a{
  text-decoration: none;
  }
  .popup-onload{
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
  background-color: rgba(0,0,0,.7);
  height: 100vh;
  }
  .cnt223{
  min-width: 650px;
  width: 650px;
  min-height: 150px;
  margin: 50px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 103;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
  }
  .cnt223 img {
    height: auto;
    max-width: 100%;
}
  .cnt223 p{
  clear: both;
      color: #555555;
      /* text-align: justify; */
      font-size: 20px;
      font-family: sans-serif;
  }
  .cnt223 p a.close{
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      padding: 10px;
      background-color: red;
      opacity: 1;
      text-shadow: inherit;
  }
  .cnt223 .x{
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
  }
  .cnt223 .x:hover{
  cursor: pointer;
  }
  header .logo-adn a img {
    width:149px;
    height:123px;
  }
  
/*Shrinking for mobile*/
@media screen and (max-width: 40em) {
.gl-wrap {
    width: 100%!important;
}
.b-index-bnn .r-text>li {
  width:100%;
}
.b-index-bnn .r-text>li h3 {
  font-size:1.25rem
}
}
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }

}
@media (max-width: 1024px) {
  .slider-img img {
    width: 500px;
  }
  .postion-head {
    margin-top: -91px;
  }
  .main-menu {
    padding: 0px 0px;
    margin-top: -26px;
  }
  .main-menu li {
    width: 28%;
    height: 85px;
}
.b-slider .nav-cover {
  right: 50px;
}
.b-slider .logo {
  left: 52px;
}
.carousel-item {
  height:auto;
}
}
@media (max-width: 767px) {
 body {
   overflow-x: hidden;
   padding-right: 0px !important;
 }

.carousel  {
  margin-top:106px;
}
.carousel-item {
  height:auto;
}
  .shadow img {
    width:100%
  }
  .teaser {
    position: absolute;
    top: 210px
  }
  .teaser h3 {
    font-size: 28px;
    text-align: left;
    width: 100%;
    margin-left: 16px;
  }
  .teaser h2 {
    font-size: 28px;
    text-align: left;
    width: 100%;
    margin-left: 16px;
    line-height: 25px;
  }
  .secondary-green {
    margin-left: -6px;
    margin-right: -6px;
  }
  .postion-head {
    margin-top: 0px;
  }
  .main-menu {
    padding: 0px 50px;
    margin-top: 30px;
  }
  .teaser p {
    z-index: 1;
    text-align: left;
  }
  
  .main-menu li {

    margin-right: 0;
    width: 100%;
  }
  .b-slider .logo {
    width: 100%;
    height: 110px;
    display: inline-block;
    position: absolute;
    left: inherit;
    top: inherit;
    z-index: 1;
    margin: auto;
    text-align: center;
  }

  .second-margin {
    margin-top:-20px
  }
  .slider-img img {
    width:400px
  }
  .bottom-header-wave {
    position: relative;
    height: 131px;
  }
  .whyTMS-margin {
    margin-top: -4px;
  }
  .b-slider {
    height: 600px;
  }
  .b-slider .bg-img { 
    height: 130px;
  }
  .b-slider .logo {
    width:160px
  }
  .b-slider .nav-cover {
    position: absolute;
    top: 0px;
    right: 6px;
}
#slider ul li {
  height:554px
}
  .padding-50px {
    padding:50px 10px;
  }
  .square-sec {
    width: 100%;
    min-height: unset;
    height: unset;
    padding-bottom:20px
  }
  .square {
    width: 100%;
    height: unset;
    padding-bottom:20px;
    margin: 0px;
  }
  .modal-content-seporate .modal-body .list-heighlight li {
    width:100%;
  }
  .cnt223{
    min-width: 98%;
    width: 98%;
  }
  header .logo-adn a .innerpagelogo {
    width: 98px;
    height: 78px;
  }
}
@media (max-width: 568px) {
  .slider-img img {
    width: 290px;
  }
  .list-heighlight li {
    width:100%
  }
  .whyTMS-margin {
    margin-top: 0px;
  }
  .wordCarousel {
    margin-top: 23px;
  }
  .wordCarousel div li {
    height: 45px;
    font-size: 19px;
  }
  .nine-step li {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
  }
  .nine-step li .curveDiv {
    width: 71.5%;
  }
  .b-index-bnn .r-text {
      position: absolute;
      z-index: 60;
      top: 170px;
      left: -6%;
      width: 100%;
      height: 10px;
      margin-left: 0;
  }
  .b-slider {
    height: 700px;
  }
  #slider ul li .slide {
    background-size: cover;
    height:350px;
  }
  #slider ul li {
    height: 700px;
  }
  .responsive-img {
    width:80%;
    height: inherit !important;
  }
.logo {
  margin-left:0px
}
.request-demo {
  height:285px;
}
.demo-letter {
  font-size:28px;
}
.innerpage-slider .teaser h2 {
  font-size:20px;
}
.innerpage-slider .teaser h3 {
  font-size:15px
}
.square {
  width: 100%;
  height: unset;
  padding-bottom:20px
}
.square-sec {
  width: 100%;
  min-height: unset;
  height: unset;
  padding-bottom:20px
}
.modal-content-seporate .modal-body .list-heighlight li {
  width:100%;
}
.main-timeline4 .title {
  font-size: 25px !important;
}
}


@media (max-width: 1400) {
  .b-slider .bg-img {
    height: 222px;
  }
  #slider ul li {
    height: 400px;
  }
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.3;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}



/* tms learning app start */


/*----------------------------------------*/
/*  03. HERO CSS START
/*----------------------------------------*/
.hero__height {
  min-height: 100vh;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__height {
    min-height: 850px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__height {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__height {
    min-height: 1100px;
  }
}
/* @media (max-width: 575px) {
  .hero__height {
    min-height: 80vh;
  }
} */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__height-2 {
    min-height: 1350px;
  }
}
@media (max-width: 575px) {
  .hero__height-2 {
    min-height: 850px;
  }
}
.hero__title {
  font-size: 60px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 30px;
  }
}
.hero__title span:first-child {
  font-weight: 300;
  display: block;
}
.hero__title span.yellow-shape {
  position: relative;
  z-index: 1;
}
.hero__title span.yellow-shape img {
  position: absolute;
  bottom: 2px;
  left: -18px;
  z-index: -1;
  -webkit-animation: section-animation 3s infinite;
  animation: section-animation 3s infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__title span.yellow-shape img {
    bottom: 12px;
    height: 40% !important;
  }
}
.hero__title-2 {
  margin-bottom: 20px;
}
.hero__content p {
  font-size: 22px;
  color: #0e1133;
  padding-right: 130px;
  line-height: 30px;
  margin-bottom: 28px;
}
.hero__content p a{
  margin-top: 20px;
  display:inline-block;
  border-radius: 6px;
  background-color: #F3B420;
  color:#fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding:5px 40px;
  text-decoration: none;
  font-size:21px;
  font-family: 'Cambria';
  position: absolute  ;
  z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__content p {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content p {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content p {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .hero__content p {
    padding-right: 0px;
  }
}
.hero__content-2 h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.hero__content-2 p {
  color: #53545b;
  font-size: 16px;
  margin-bottom: 37px;
}
.hero__thumb {
  z-index: 1;
}
.hero__thumb-big {
  position: relative;
}
.img-back {
  max-width: 700px;
  max-height: 460px;
}
.hero__thumb-big img {
  max-width: 400px;
  max-height: 460px;
 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-big img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-big img {
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero__thumb-big img {
    margin-top: 50px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-sm {
    margin-left: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-sm {
    margin-left: -160px;
    margin-top: -95px;
  }
}
.hero__thumb-sm img {
  max-width: 200px;
  max-height: 240px;
  -webkit-border-radius: 4px 40px 4px 40px;
  -moz-border-radius: 4px 40px 4px 40px;
  border-radius: 4px 40px 4px 40px;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  -moz-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
}
.hero__thumb-shape img {
  position: absolute;
  z-index: -1;
}
.hero__thumb-shape img.hero-1-dot {
  bottom: -25px;
  left: -30px;
  -webkit-animation: hero-dot-1 5s linear 0s infinite alternate;
  -moz-animation: hero-dot-1 5s linear 0s infinite alternate;
  -o-animation: hero-dot-1 5s linear 0s infinite alternate;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}
.hero__thumb-shape img.hero-1-circle-3 {
  bottom: -47px;
  right: 1%;
}
.hero__thumb-shape img.hero-1-circle-4 {
  top: -50px;
  right: 10%;
}
.hero__thumb-2 {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-2 img.hero-big {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-2 img.hero-big {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-2 img.hero-big {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-2 img.hero-big {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero__thumb-2 img.hero-big {
    width: 100%;
  }
}
.hero__thumb-2 img.hero-shape-purple {
  position: absolute;
  left: 0;
  bottom: 19%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-2 img.hero-shape-purple {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-2 img.hero-shape-purple {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-2 img.hero-shape-purple {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-2 img.hero-shape-purple {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero__thumb-2 img.hero-shape-purple {
    width: 100%;
  }
  /* .img-back {
    max-width: 90%;
  } */
}
.hero__quote {
  position: absolute;
  bottom: 60px;
  right: -200px;
  width: 273px;
  padding: 15px 25px;
  padding-bottom: 20px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  -moz-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__quote {
    right: -123px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__quote {
    right: 60px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__quote {
    right: 30px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__quote {
    right: 30px;
    bottom: -50px;
  }
}
@media (max-width: 575px) {
  .hero__quote {
    right: 15px;
    bottom: -50px;
  }
}
.hero__quote span {
  font-size: 14px;
  color: #474956;
}
.hero__quote h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.hero__quote-animation {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}
.hero__shape img {
  position: absolute;
}
.hero__shape img.hero-1-circle {
  top: 25%;
  left: 5%;
  -webkit-animation: hero-circle-1 6s linear 0s infinite alternate;
  -moz-animation: hero-circle-1 6s linear 0s infinite alternate;
  -o-animation: hero-circle-1 6s linear 0s infinite alternate;
  animation: hero-circle-1 6s linear 0s infinite alternate;
}
.hero__shape img.hero-1-circle-2 {
  bottom: 1%;
  left: 0;
}
.hero__shape img.hero-1-dot-2 {
  right: 0;
  bottom: 38%;
}
.hero__search-input {
  position: relative;
  width: 370px;
}
@media (max-width: 575px) {
  .hero__search-input {
    width: 100%;
  }
}
.hero__search-input input {
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 24px;
  padding-right: 35px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  border: none;
}
.hero__search-input input::placeholder {
  color: #8d8e9a;
}
.hero__search-input button {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  background: transparent;
}
.hero__search-input button i::after {
  color: #0e1133;
  opacity: 1;
}
.hero__search-input button i::before {
  color: #8c8faa;
}
.hero__search p {
  font-size: 16px;
  color: #6d6e75;
}
.hero__promotion {
  position: absolute !important;
  left: -7% !important;
  top: 44% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  -moz-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  padding: 15px 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__promotion {
    left: 20% !important;
    top: 71% !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__promotion {
    left: 9% !important;
    top: 71% !important;
  }
}
@media (max-width: 575px) {
  .hero__promotion {
    left: 9% !important;
    top: 52% !important;
  }
}
.hero__promotion.education {
  bottom: 28% !important;
  top: auto !important;
  left: -11% !important;
}
.hero__promotion-icon span {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff7921;
}
.hero__promotion-icon span svg {
  height: 24px;
  fill: #ffffff;
}
.hero__promotion-icon span.cap {
  background: #5773ff;
}
.hero__promotion-text h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.hero__promotion-text p {
  font-size: 14px;
  color: #474956;
  margin-bottom: 0;
}
.hero__class {
  position: absolute;
  left: auto !important;
  top: auto !important;
  bottom: 33%;
  right: -12%;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  -moz-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__class {
    right: -5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__class {
    right: 1%;
    bottom: 15%;
  }
}
.hero__class-thumb img {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hero__class-text h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.hero__class-text p {
  font-size: 14px;
  color: #474956;
  margin-bottom: 0;
}
.hero__class-text a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  padding: 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e233fb;
}
.hero__mic {
  position: absolute;
  top: 30%;
  right: 10%;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}
.hero__mic span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ff3c4e;
  -webkit-box-shadow: 0px 14px 30px 0px rgba(131, 2, 14, 0.2);
  -moz-box-shadow: 0px 14px 30px 0px rgba(131, 2, 14, 0.2);
  box-shadow: 0px 14px 30px 0px rgba(131, 2, 14, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero__mic span svg {
  height: 28px;
  fill: #ffffff;
}

@keyframes hero-dot-1 {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes hero-circle-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.grey-bg-2{
  background-image: url(../images/Learning-App/bg-learning.jpg);
  background-size: cover;
  z-index: 0;
}

.learn-img{
  height: 90px;
  width: 90px;  
  margin: 10px auto;
  background-color: var(--content-yellow);
  border-radius: 50%;
  padding: 20px;
  border: solid 10px;
  border-color: #ffffffde;
}
.learn-img img{
  height: 29px !important;
}

.learn-ul-outer{
  height: 380px !important;
  padding: 35px 0 20px 0 !important;
}
.learn-ul-outer ul{
padding-left: 0;
margin-top: 10px;
}
.learn-ul-outer ul li{
  list-style-type:none;  
  padding-bottom: 5px;
  font-weight: 700;
  color: #424243;
}
.learning-list-head{
font-size: 18px !important;
font-weight: bolder !important;
padding-top: 9px;

}


.learning-feature h3{
  font-weight: 700;
  font-size: 1.90rem;
  padding-bottom: 5px;
}

.learning-feature .desc{
  line-height: 30.6px;
  font-size: 16px;
}

.inner-feature{
  text-align: center;
}

.inner-feature p{
font-weight: 600;
font-size: 14px;
line-height: 19px;
color: #030404;

}
.cover-cbse{
  background-image: url(../images/Learning-App/cbse-bg.jpg);
  background-size: cover;
  
  
}


.hero__quote-2 {
  position: absolute;
  bottom: -60px;
  right: 256px;
  padding: 15px 25px;
  padding-bottom: 20px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  -moz-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__quote-2 {
    right: 315px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__quote-2 {
    right: 60px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__quote-2 {
    right: 30px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__quote-2 {
    right: 70px;
    bottom: 50px;
  }
}
@media (max-width: 575px) {
  .hero__quote-2 {
    right: 45px;
    bottom: 50px;
  }
}
.hero__quote-2 span {
  font-size: 14px;
  color: #474956;
}
.hero__quote-2 h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

.hero__quote-animation-2 {
  animation-duration: 2.75s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}

.cover-boxes-learning{
  background-image: url(../images/Learning-App/Bg-boxes-line.svg); 
  height: 500px;
  background-position: center center;
 
}
@media (max-width:990px) {
  .cover-boxes-learning{
    background-image: none;
    height: auto;
  }
}


.mt-50 {
	margin-top: 50px
}
.mt-90 {
	margin-top: 90px
}
.mr-30 {
	margin-right: 30px
}
.mb-90{
  margin-bottom: 90px;
}

.ribbon-topnav {
  font-size: 8px;
  font-weight: bold;
  padding: 3px 10px;
  margin-left: 8px;
  text-align: center;
  color: black;
  border-radius: 25px;
  border: 1px solid black;
  position: relative;
  top: -4px;
  background-color: white;
}


@media (min-width: 1200px){
  .hero-container {
      max-width: 1200px !important;
  }
}


.stream-head{
font-size: 16px;
font-weight:bolder;
}
/* tms learning app end */

/* tms oct 04 changes start */

.bg-green{
  background-image: url(../images/bg-green.jpg);
  background-size: cover;
  height: auto;
  padding:60px 0 60px 0
}
.bg-red{
  background-image: url(../images/bg-red.jpg);
  background-size: cover;
  height: auto;
  padding:60px 0 60px 0
}


/*-----------------------
	impotance
-----------------------*/

.our-impotance ul {

	text-align: center;
  list-style-type: none;
}
.our-impotance ul li {

	margin-bottom: 64px;
  border-right: 1px #ffffff1f solid;
	position: relative;
}
.our-impotance ul li .inner {
	display: block;
	padding: 30px;
}
.our-impotance ul li .inner img {
	border-radius: 3px;
}
.our-impotance ul li:nth-child(4n) {
	border-right: none;
}
.our-impotance ul li:nth-child(n+5):after {
	display: none;
}
.our-impotance ul li:nth-child(n+5) {
	margin-bottom: 0px;
}
.our-impotance ul li:after {
	width: 80%;
	height: 1px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	display: block;
	position: absolute;
	bottom: -35px;
	content: "";
  background: #e9e9e929;
}
.our-impotance ul li h3 {
	display: block;
	padding: 22px 0 12px 0;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 24px;
}
.our-impotance ul li h3 span {
	display: block;
}
.our-impotance ul li p {
	display: block;
	font-size: 12px;
	color: #eaeaea;
	line-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.our-impotance ul li .inner {
		padding: 30px 0;
	}
}
  @media (max-width: 767px) {
    
	.our-impotance ul li .inner {
		padding: 10px 10px 30px 10px;
		border-bottom: 1px #e9e9e9 solid;
	}
	.our-impotance ul li:last-child {
		margin-bottom: 0px !important;
	}
	.our-impotance ul li:last-child .inner {
		border-bottom: none;
	}
	.our-impotance ul li {
		border-right: none;
		margin-bottom: 30px !important;
	}
	.our-impotance ul li:after {
		display: none;
	}
	.our-impotance ul li h3 span {
		display: inline;
	}
}
@media (max-width: 480px) {
  
	.our-impotance ul li {
		width: 100%;
	}
	.our-impotance ul li:after {
		width: 94%;
	}
	.our-impotance ul li .inner {
		padding: 10px 10px 30px 10px;
	}
	.our-impotance ul li h3 span {
		display: inline;
	}
}


/*----------------------------------------*/
/*  02. SERVICES CSS START
/*----------------------------------------*/





.services__item {
  position: relative;
  padding: 40px 40px;
  padding-bottom: 45px;
  min-height: 250px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(3, 24, 128, 0.2);
  -moz-box-shadow: 0px 30px 40px 0px rgba(3, 24, 128, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(3, 24, 128, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.services__item:hover {
  -webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
  -moz-transform: translateY(-5px) translate3d(0, -5px, 0);
  -ms-transform: translateY(-5px) translate3d(0, -5px, 0);
  transform: translateY(-5px) translate3d(0, -5px, 0);
}
/* .services__item:hover p {
  visibility: hidden;
  opacity: 0;
} */
/* .services__item:hover .link-btn-2 {
  bottom: 45px;
  visibility: visible;
  opacity: 1;
} */
.services__title-2 {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 4px;
  display: block;
}
.services__icon {
  margin-bottom: 25px;
}
.services__icon svg {
  width: 50px;
  height: 50px;
}
.services__icon svg path {
  fill: #ffffff;
}
.services__content-2 p {
  color: #ffffff;
  opacity: 0.8;
  line-height: 22px;
  margin-bottom: 0;
}
.services__content .link-btn-2 {
  position: absolute;
  left: 40px;
  bottom: 20px;
  visibility: hidden;
  opacity: 0;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__content .link-btn-2 {
    left: 15px;
  }
}
.services__content .link-btn-2:hover {
  border-color: #ffffff;
}



/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f3f4f8;
}

/* .grey-bg-2 {
  background: #edeef3;
} */

.grey-bg-5 {
  background: #f5f6fa;
}

.blue-bg {
  background: #2b4eff;
}

.blue-bg-3 {
  background: #b8dde3;
}

.blue-bg-4 {
  background: #2d69f0;
}

.pink-bg {
  background: #dd246e;
}

.purple-bg {
  background: #8007e6;
}

.green-bg {
  background: #0cae74;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #0e1133;
}

.footer-bg {
  background: #0e1133;
}



.whytrack-bg{
  background-image: url(../images/why-tms-bg.jpg);
  background-size: cover;
  height: auto;
  padding-bottom: 80px;
}
/* tms oct 04 changes end */