.mos-img img {display: none !important;}

:root {
 --mx-global-color: #ff6137;
     --mx-secondary-color: #003c40;
     --mx-light-color: #f6f6f6;
     --mx-light-color-rgb: 246, 246, 246;
     --mx-white-color: #ffffff;
	 --mx-white-color-rgb: 255,255,255;
     --mx-blackish-color: #1e2a2a;
	 --mx-blackish-color-rgb: 30, 42, 42; 
     --mx-link-color-normal: #1e2a2a;
     --mx-link-color-hover: #ff6137;
     --mx-global-color-rgb: 255, 97, 55;
     --mx-secondary-color-rgb: 0, 60, 64;

}

.mx-timeline-style-1 .mx-tmln-wrapper .mx-tmln-year{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.mx-timeline-style-1 .mx-tmln-title{
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
}
.mx-timeline-style-1 .mx-tmln-wrapper{
	display: grid;
	width: 100%;
	height: auto;
	position: relative;
	justify-items: center;
	grid-template-rows: 1fr 1fr;
	text-align: center;
	grid-gap: 100px;
}
.mx-timeline-style-1 .mx-tmln-wrapper .steps-dot .dot{
	background-color: #fff;
	display: block;
	line-height: normal;
	font-size: 14px;
	margin: auto;
	width: 16px;
	height: 16px;
	z-index: 2;
	position: relative;
	border: 1px solid var(--mx-global-color);
	border-radius: 50%;
}
.mx-timeline-style-1 .mx-tmln-wrapper .steps-dot{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto !important;
}
.mx-timeline-style-1 .mx-tmln-wrapper .steps-dot .steps-dot-line{
	color: transparent;
	line-height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} 
.mx-timeline-style-1 .mx-tmln-wrapper .steps-dot .steps-dot-line::before,
.mx-timeline-style-1 .mx-tmln-wrapper .steps-dot .steps-dot-line::after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
}
.mx-timeline-style-1 .mx-tmln-wrapper .steps-dot .steps-dot-line::after{
	left: 50%;
	background-color: var(--mx-global-color);
}
.mx-timeline-style-1 .mx-tmln-wrapper .steps-dot .steps-dot-line::before{
	right: 50%;
	background-color: var(--mx-global-color);
}
.mx-timeline-style-1 .mx-element-posts-wrapper .mx-feature-image img{
	height: 100px;
	width: 100px;
}
.mx-timeline-style-1 .mx-tmln-wrapper .mx-same-height{
	display: flex;
	flex-direction: column;
	justify-content: end;
	border: 1px solid var(--mx-global-color);
	padding: 40px;
	background-color: var(--mx-white-color);
	margin: auto 0;
}
.mx-timeline-style-1 .mx-tmln-wrapper .steps-dot,
.mx-timeline-style-1 .mx-tmln-wrapper .mx-feature-image,
.mx-timeline-style-1 .mx-tmln-wrapper .steps-content_wrap{
	opacity: 1;
}
.mx-timeline-style-1 .mx-element-inner .swiper-button-next:hover,
.mx-timeline-style-1 .mx-element-inner .swiper-button-prev:hover{
	background-color: var(--mx-blackish-color);
}
.mx-timeline-style-1 .mx-element-inner .swiper-button-next:hover::after,
.mx-timeline-style-1 .mx-element-inner .swiper-button-prev:hover::after{
	color: var(--mx-white-color);
}
.mx-timeline-style-1.pbminfotech-element .swiper-button-next::after,
.mx-timeline-style-1.pbminfotech-element .swiper-button-prev::after{
	font-size: 18px;
}
.mx-timeline-style-1 .mx-tmln-wrapper.mx-slide-even .mx-number-year{
	order: 1;
	justify-content: start;
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}
.mx-timeline-style-1 .mx-number-year h3{
	font-size: 24px;
	line-height: 30px;
	margin: 20px 0 0 0;
	color: var(--mx-global-color);
}
.mx-timeline-style-1 .mx-number-year h3{
	margin: -20px 0 0 0;
}
.mx-timeline-style-1 .mx-tmln-wrapper:nth-child(even) .mx-number-year{
	align-self: end;
}

.mx-timeline-style-1 .mx-tmln-wrapper .mx-same-height.steps-content_wrap:hover{
	background-color: var(--mx-global-color);
}
.mx-timeline-style-1 .mx-tmln-wrapper .steps-content_wrap::before,
.mx-timeline-style-1 .mx-tmln-wrapper .steps-content_wrap::after,
.mx-timeline-style-1 .mx-tmln-wrapper .mx-same-height.steps-content_wrap,
.mx-timeline-style-1 .mx-tmln-wrapper .mx-tmln-desc,
.mx-timeline-style-1 .mx-tmln-wrapper .mx-tmln-desc span,
.mx-timeline-style-1 .mx-tmln-wrapper .mx-tmln-title{
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}
.mx-timeline-style-1 .mx-tmln-wrapper .mx-same-height.steps-content_wrap:hover .mx-tmln-desc,
.mx-timeline-style-1 .mx-tmln-wrapper .mx-same-height.steps-content_wrap:hover .mx-tmln-desc a,
.mx-timeline-style-1 .mx-tmln-wrapper .mx-same-height.steps-content_wrap:hover .mx-tmln-desc span,
.mx-timeline-style-1 .mx-tmln-wrapper .mx-same-height.steps-content_wrap:hover .mx-tmln-title{
	color: var(--mx-white-color);
}
.mx-timeline-style-1 .swiper-wrapper{
	padding: 0 30px;
}
.mx-timeline-style-1 .mx-tmln .mx-tmln-wrapper .steps-content_wrap{
	position: relative;
}
.mx-timeline-style-1 .mx-tmln .mx-tmln-wrapper:nth-child(even) .steps-content_wrap::before,
.mx-timeline-style-1 .mx-tmln .mx-tmln-wrapper:nth-child(even) .steps-content_wrap::after,
.mx-timeline-style-1 .mx-tmln-wrapper.mx-slide-even .steps-content_wrap::before,
.mx-timeline-style-1 .mx-tmln-wrapper.mx-slide-even .steps-content_wrap::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(13px - 0.5px);
	left: 50%;
	border-color: transparent transparent transparent var(--mx-white-color);
	top: auto;
	bottom: -12px;
	-khtml-transform: translateX(-50%) translateY(50%) rotate(90deg);
	-moz-transform: translateX(-50%) translateY(50%) rotate(90deg);
	-ms-transform: translateX(-50%) translateY(50%) rotate(90deg);
	-o-transform: translateX(-50%) translateY(50%) rotate(90deg);
	transform: translateX(-50%) translateY(50%) rotate(90deg);
}
.mx-timeline-style-1 .mx-tmln .mx-tmln-wrapper:nth-child(even) .steps-content_wrap::before,
.mx-timeline-style-1 .mx-tmln-wrapper.mx-slide-even .steps-content_wrap::before{
	border-color: transparent transparent transparent var(--mx-global-color);
	border-width: 13px;
	display: block;
	position: absolute;
	content: '';
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	background: transparent;
	top: auto;
	bottom: -13px;
}
.mx-timeline-style-1 .mx-tmln .mx-tmln-wrapper:nth-child(even) .steps-content_wrap::after,
.mx-timeline-style-1 .mx-tmln .mx-tmln-wrapper:nth-child(even) .steps-content_wrap::before{
	top: -13px;
	bottom: auto;
	-khtml-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.mx-timeline-style-1 .mx-tmln .mx-tmln-wrapper:nth-child(even) .steps-content_wrap::after{
	top: -12px;
}
.mx-timeline-style-1 .mx-tmln .mx-tmln-wrapper:nth-child(even) .steps-content_wrap:hover::after,
.mx-timeline-style-1 .mx-tmln-wrapper.mx-slide-even .steps-content_wrap:hover::after{
	border-color: transparent transparent transparent var(--mx-global-color);
}
ul.mx-tmln-desc {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0rem;
}
.mx-tmln-desc>li {
    position: relative;
    display: flex;
    align-items: center;
}
.mx-tmln-desc>li+li{
    margin: 14px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    background: var(--mx-global-color);
    height: 44px;
    padding: 10px 16px;
    margin-top: 0px;
    border-radius: 50px;
}
.swiper-pagination-bullet-active {
 background:var(--mx-global-color) !important
}
.mx-tmln-desc>li>a {
    letter-spacing: -0.64px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mx-tmln-desc>li>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    color: var(--mx-global-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mx-tmln-desc>li>a:hover {
    color: var(--mx-global-color);
}
.milmx-button {
 cursor:pointer;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 border:none;
 letter-spacing:2px;
 font-size:12px;
 background-color:#f1f1f1;
 color:#000;
 border-radius:70px;
 padding:0 15px 0 50px;
 height:60px;
 text-transform:uppercase;
 font-weight:500;
 transition:.4s cubic-bezier(0,0,.3642,1)
}
.milmx-button span {
 white-space:nowrap
}
.milmx-button svg {
 margin-left:30px;
 border-radius:50%;
 width:40px;
 height:40px;
 padding:10px;
 background-color:#000;
 transition:.4s cubic-bezier(0,0,.3642,1)
}
.milmx-button svg path {
 fill:#fff
}
.milmx-button.mil-icon-button {
 padding:15px
}
.milmx-button.mil-icon-button svg {
 margin-left:0
}
.milmx-button.mil-icon-button-sm {
 padding:0;
 height:40px
}
.milmx-button.mil-icon-button-sm svg {
 margin-left:0;
 background-color:#fff
}
.milmx-button.mil-icon-button-sm svg path {
 fill:#000
}
.milmx-button:hover {
 transform:scale(1.015);
  background: var(--mx-blackish-color);
  color: #fff;
}
.milmx-button:hover svg {
 transform:scale(1.15)
}
.milmx-button.mil-arrow-down svg {
 transform:rotate(90deg)
}
.milmx-button.mil-arrow-down:hover {
 transform:scale(1.015);
 filter:brightness(110%)
}
.milmx-button.mil-arrow-down:hover svg {
 transform:scale(1.15) rotate(90deg)
}
.mx-project-2-content .milmx-button span {
  color: #333;
  font-size: 16px;
  margin-bottom: 0px;
}
@media screen and (max-width:992px) {
 .milmx-button {
  height:60px;
  padding:0 10px 0 40px
 }
 .milmx-button svg {
  margin-left:25px
 }
}