body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: 'Outfit', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Outfit', sans-serif;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Outfit', sans-serif;
}
/* ===================================
        Preloader
====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    /*background:linear-gradient(45deg, rgb(53, 13, 130) 0%, rgba(128, 33, 181, 1) 50%);*/
    z-index: 99999;
	padding-top:10%;
}
#slidecaption {
	-webkit-animation: rotation 1.5s infinite linear;
	-moz-animation: rotation 1.5s infinite linear;
	-ms-animation: rotation 1.5s infinite linear;
	-o-animation: rotation 1.5s infinite linear;
	animation: rotation 1.5s infinite linear;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	to {
		-webkit-transform: rotateY(359deg);
		-moz-transform: rotateY(359deg);
		-ms-transform: rotateY(359deg);
		-o-transform: rotateY(359deg);
		transform: rrotateY(359deg);
	}
}
/*.dot-container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    filter: url('#goo');
    animation: rotate-move 2s ease-in-out infinite;
}

.dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dot-3 {
    background-color: #000000;
    animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: #000000;
    animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color: #000000;
    animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
    20% {transform: scale(1)}
    45% {transform: translateY(-18px) scale(.45)}
    60% {transform: translateY(-90px) scale(.45)}
    80% {transform: translateY(-90px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-2-move {
    20% {transform: scale(1)}
    45% {transform: translate(-16px, 12px) scale(.45)}
    60% {transform: translate(-80px, 60px) scale(.45)}
    80% {transform: translate(-80px, 60px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-1-move {
    20% {transform: scale(1)}
    45% {transform: translate(16px, 12px) scale(.45)}
    60% {transform: translate(80px, 60px) scale(.45)}
    80% {transform: translate(80px, 60px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes rotate-move {
    55% {transform: translate(-50%, -50%) rotate(0deg)}
    80% {transform: translate(-50%, -50%) rotate(360deg)}
    100% {transform: translate(-50%, -50%) rotate(360deg)}
}

@keyframes index {
    0%, 100% {z-index: 3}
    33.3% {z-index: 2}
    66.6% {z-index: 1}
}*/
/* ===================================
    Start Side Menu
====================================== */

/*Mega Menu*/
.side-menu .navbar-nav .mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
	width:100%;
	position: absolute;
	opacity: 0;
	transition: all 2s linear;
	top: 98%;
	left: 0;
	z-index: 1000;	
	float: left;
	min-width: 160px;
	padding: 20px 0px 5px 0px;
	margin: 0px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color:#fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	visibility:hidden;
}
.side-menu .navbar-nav .mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0px 0px 20px 0px;
}
.side-menu .navbar-nav .mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.side-menu .navbar-nav .mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 8px 5px;
  line-height: 20px;
  font-size: 14px;
}
.side-menu .navbar-nav .mega-dropdown-menu > li ul > li > a:hover,
.side-menu .navbar-nav .mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color:#e0001e;
}
.side-menu .navbar-nav .mega-dropdown-menu > li > ul > li > a p{
	color: #e0001e;
	margin: 0px;
	font-size:16px;
	display:none;	
}
.side-menu .navbar-nav .mega-dropdown-menu > li > ul > li > a h3{
	margin: 0px;
	font-size: 16px;
	font-weight: 400;	
}
.side-menu .navbar-nav .mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  font-weight:500;
  color: #e0001e;
  padding: 0px 5px 8px 5px;
}
.side-menu .navbar-nav .mega-dropdown-menu .sub-hadder{
  	font-size: 20px;
	font-weight: 600;
	color: #000;
	padding: 5px;
	margin: 0px;
}
.side-menu .navbar-nav .mega-dropdown-menu .subl1{
	padding: 18px 5px 5px 5px;	
}
.side-menu .navbar-nav .mega-dropdown-menu .sub-hadder a{
  	font-size: 20px;
	font-weight: 600;
	color: #000;
	padding: 0px;
	margin: 0px;
}
/*Mega Menu*/

.menu-main{
	float:left;
	margin-left: 52px;
}
	
.fixed-hedder.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    background-color: #FFFFFF;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.logo-sticky{
	display: none;
	float: left;
	width:48px;
	padding: 5px 0px 5px 0px;	
}
.logo-sticky img{
	width:100%;	
}
.fixed-hedder.fixed .logo-sticky{
	display:none;	
}
.fixed-hedder.fixed .side-menu .navbar-nav{
	float:left;
	padding:0px 0px;	
}

.fixed-hedder.fixed .logo{
	
}
.fixed-hedder.fixed .logo img{
	width:100%;	
}	
.fixed-hedder.fixed .menu-main{
	
}	
.fixed-hedder.fixed .side-menu .navbar-nav li:last-child a {
  padding-right: 0px;
}
.fixed-hedder.fixed .brochure-download-icon{
	display:none;
}
.fixed-hedder.fixed .logo-bar{
	background:#fff;
	padding: 0px 0px 0px 0px;
}		
.side-menu .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	width:100%;
	margin-top: 0px;
	text-align: left;
}
.side-menu .navbar-nav li:first-child a{
}
.side-menu .navbar-nav li:first-child a i{
	font-size: 17px;
	padding-left: 6px;	
}
.side-menu .navbar-nav li:last-child a{
}
.side-menu .navbar-nav li:not(:last-child):not(.open) {
   
}
.side-menu .navbar-nav li:hover > ul {
	visibility:visible;
	opacity:1;
	transition: all 0.2s linear;
}


.side-menu .navbar-nav li{
	/*float: none;
	display: inline-block;
	position: relative;*/
}
.side-menu .navbar-nav li a{
	display:block;
	color:#000;
	font-size:15px;
	padding:25px 18px;
	font-weight:600;
	transition: all 0.3s ease-out;
	font-family: 'Outfit', sans-serif;
}	
.side-menu .navbar-nav li a:hover{
	color:#e0001e;
	text-decoration:none;
	outline:none;	
}
.side-menu .navbar-nav li a:focus{
	color:#e0001e;
	text-decoration:none;
	outline:none;	
}
.side-menu .navbar-nav li a.active {
  color:#e0001e;
}
.side-menu .navbar-nav .dflt-btn{
	padding: 24px 0px;	
}
.side-menu .navbar-nav .dflt-btn a {
    margin: 0;
    padding: 8px 18px;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: center;
    color: #fff;
	font-weight: 700;
	background: #82bc3b;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	letter-spacing: .2px;
	border-radius: 30px;
}
.side-menu .navbar-nav .dflt-btn a:hover{
	background: #82bc3b;
	color:#fff;
	-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	text-decoration:none;
	outline:none;
}
.side-menu .navbar-nav .dflt-btn a:focus{
	background: #82bc3b;
	color:#fff;
	-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	text-decoration:none;
	outline:none;
}


.side-menu .navbar-nav li span {
    display: none;
    cursor: pointer;
}


.nav-contact-info{
	display:none;	
}
/* ===================================
    End Side Menu
====================================== */
.logo-bar{
	padding:0px;
	/*-o-box-shadow: 0px 0px 25px -10px;
	-ms-box-shadow: 0px 0px 25px -10px;
	-moz-box-shadow: 0px 0px 25px -10px;
	-webkit-box-shadow: 0px 0px 25px -10px;
	box-shadow: 0px 0px 25px -10px;*/
}
.logo{
	padding:15px 0px;
	float:left;
	width: 302px;
}
.logo img{
	width:100%;	
}
.logo a{
	text-decoration:none;
	outline:none;
	display:inline-block;	
}
.logo a:hover{
	text-decoration:none;
	outline:none;	
}
.logo a:focus{
	text-decoration:none;
	outline:none;	
}
.logo p{
	display: inline-block;
	font-family: 'Outfit', sans-serif;
	margin: 12px 0px 10px 12px;
	border-left: 1px solid #ff480c;
	padding: 5px 0px 5px 12px;
	vertical-align: top;
	font-size: 18px;
	font-weight: 500;	
}

.menu-icons{
	float:right;
	padding:11px 0px;	
}
.menu-icons ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.menu-icons ul li{
	float:left;
	margin:0px 0px 0px 12px;
	padding:8px 0px;
}
.menu-icons ul li:last-child{
	padding:0px;
	margin:6px 0px 0px 22px;
	position:relative;	
}
.menu-icons ul li:last-child a {
  display: block;
  color: #000;
  font-size: 15px;
  padding: 6px 18px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  font-family: 'Outfit', sans-serif;
  border: 1px solid #000;
}
.menu-icons ul li:last-child a:hover {
  color: #e0001e;
  text-decoration: none;
  outline: none;
}
.menu-icons ul li:last-child a:focus {
  color: #e0001e;
  text-decoration: none;
  outline: none;
}
.menu-icons ul li:last-child img{
	width:40px;	
}
.menu-icons ul li img{
	width:32px;	
}
.menu-icons ul li a:focus{
	outline:none;	
}
.menu-icons .help-menu-ttip {
    position: absolute;
	z-index: 9999;
	right: 0px;
	top: 100%;
	text-align: left;
	font-weight: 400;
	display: none;
	width: 272px;
	background:#fff;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	padding:12px 12px 15px 12px;
}
.menu-icons .help-menu-ttip p{
	font-family: 'Outfit', sans-serif;
	color:#000;
	font-size:16px;
	color:#000;	
}
.menu-icons .help-menu-ttip ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.menu-icons .help-menu-ttip ul li{
	width:100%;
	margin:0px;
	padding:0px 0px 0px 32px;
	font-family: 'Outfit', sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	position:relative;
	float: none;	
}
.menu-icons .help-menu-ttip ul li span{
	position:absolute;
	left:0px;
	width:20px;
	height:20px;
	border-radius: 100%;
	margin-top: 6px;	
}
.menu-icons .help-menu-ttip ul li .colorgreen{
	background:#007c23;	
}
.menu-icons .help-menu-ttip ul li .colorred{
	background:#ff0022;	
}
.menu-icons .help-menu-ttip ul li:last-child{
	font-size:14px;	
}
.menu-icons .help-menu-ttip ul li .fa{
	position:absolute;
	left:0px;
	padding:4px 0px 0px 0px;	
}
.menu-icons li:hover > .help-menu-ttip {
    display: block;
}
.menu-icons .space-help{
	display:block;
	height:28px;	
}



.slider-section-main{
	padding:50px 0px 8px 0px;	
}	
.slider-top-banner{}
.slider-top-banner img{
	width:100%;	
}
.slider-top-txt{
	padding:90px 0px 0px 0px	
}
.slider-top-txt h3{
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#e0001e;	
	font-size: 16px;
	font-weight: 600;
}
.slider-top-txt h2{
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding:0px;	
	font-weight: 700;
	color: #000;
	font-size: 38px;
}
.slider-top-txt p{
	font-family: 'Outfit', sans-serif;
	margin: 0px;
	padding: 20px 0px 28px 0px;
	width: 67%;
	font-weight: 500;
	color:#676767;
}
.slider-top-txt a{
	font-family: 'Outfit', sans-serif;
	color:#e0001e;
	border:1px solid #e0001e;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.slider-top-txt a i{
	padding:0px 0px 0px 8px;	
}
.slider-top-txt a:hover{
	background:#e0001e;
	color:#fff;
	text-decoration:none;
	outline:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.slider-top-txt a:focus{
	background:#e0001e;
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.num-txt{
	margin:50px 0px 0px 0px;	
}
.num-txt span{
	color:#e0001e;
	display:inline-block;
	font-weight: 700;
	font-size: 48px;
	font-family: 'Outfit', sans-serif;	
}
.num-txt p{
	display:inline-block;
	font-weight: 500;
	width:54%;
	padding: 26px 0px 0px 15px;
	vertical-align: top;	
}
.top-logo-images{}
.top-logo-images img{
	width:100%;	
}
.about-main-section{
	background:#ebebeb;
	padding:80px 0px 50px 0px;
}
.about-left-section{
	padding:0px 55px 0px 0px;
}	
.about-left-section p{
	font-family: 'Outfit', sans-serif;
	color:#444444;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height:23px;	
}

.about-right-section{
		
}
.about-right-section .main-tabel{
	border-radius: 8px;
	overflow: hidden;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.35);
}
.about-right-section table{
	width:100%;
	font-family: 'Outfit', sans-serif;	
}
.about-right-section table th{
	background:#e0001e;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .5px;
	padding: 10px 0px;	
}
.about-right-section table td{
	background:#fff;
	color:#000;
	font-size: 18px;
	font-weight: 600;
}
.about-right-section table td p{
	color:#676767;
	margin:0px;
	font-size:14px;
	font-weight:600;	
}
.about-right-section table .full-td{
	width:50%;	
}
.about-right-section .inner-body-table{
	padding:0px 15px;	
}
.about-right-section .inner-cel{
	padding:16px 10px;
	border-bottom:1px solid #ebebeb;	
}

.clients-logos{}
.clients-logos ul{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align: center;	
}
.clients-logos li{
	display:inline-block;
	width:12%;
	text-align:center;	
	margin: 10px 8px;
}
.clients-logos li img{
	width:100%;	
}




.machine-layout-section{
	padding:40px 0px 60px 0px;	
}
.section-hed{
	text-align:center;
	font-family: 'Outfit', sans-serif;
}
.section-hed h3{
	color: #676767;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin:0px;	
}
.section-hed hr{
	width: 5%;
	border-top: 3px solid #e0001e;	
}
.machine-layout-inner{}
.machine-layout-inner img{
	width:100%;	
}


.salient-features-section{
	background:#f2f2f2;
	padding:50px 0px 40px 0px;	
}
.salient-features-column{
	padding: 30px 0px 10px 0px;
	text-align:left;	
}
.salient-features-column img{
	width:80px;	
}
.salient-features-column h3{
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: 600;
	color: #000;	
}
.salient-features-column p{
	font-family: 'Outfit', sans-serif;
	margin:0px auto;
	padding:0px;
	color:#676767;
	font-size:13px;
	font-weight:500;
}


.media-gallery-section{
	padding:50px 0px 50px 0px;	
}
.gallery-section{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	-webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.35);	
}
.gallery-section a:focus{
	outline:none;	
}
.gallery-section img{
	width:100%;	
}
.gallery-section h2{
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-family: 'Outfit', sans-serif;
	color: #000;
	font-weight: 700;
	margin: 0px;	
}

.media-gallery-section .owl-carousel button.owl-dot{
	width: 60px;
	height: 9px;
	background: #e5e5e5;
	margin: 6px;
	border-radius: 50px;
}
.media-gallery-section .owl-carousel button.owl-dot.active{
	background:#e0001e;	
}
.media-gallery-section .owl-dots{
	text-align:center;
	margin:28px 0px 0px 0px;	
}



.other-machines-section{
	padding:50px 0px 50px 0px;		
}
.other-machines-column{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	background:#fff;
	padding:15px;
	-webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.35);	
}
.other-machines-column a{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;	
}
.other-machines-column a:focus{
	outline:none;	
}
.other-machines-column img{
	width:100%;	
}
.other-machines-column h2{
	font-family: 'Outfit', sans-serif;
	color: #444444;
	font-weight: 700;
	margin: 0px;	
}
.other-machines-column p{
	font-family: 'Outfit', sans-serif;
	color: #e0001e;
	font-weight: 600;
	margin: 0px 0px 2px 0px;
    text-transform: uppercase;
    font-size: 20px;
	display:none;
}



.popup_form {
    position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background-color:rgba(0, 0, 0, 0.5);
    padding: 0px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    opacity: 0;
    visibility: hidden;
	z-index: 9999;
}
.popup_form.open {
    opacity: 1;
    visibility: visible;
}
.popup_form .close{
	position: absolute;
	top: 14px;
	right: 14px;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	opacity: 1;
	font-size: 20px;
	text-align: center;
	padding: 0px 0px;
	z-index: 99;
}
.popup_form .close img{
	width:100%;	
}
.popup_form .close:hover{
	opacity:1;	
}
.popup-inner{
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	border: 1px solid rgba(0,0,0,.2);
	background:#fff;
	width: 715px;
	height:600px;
	margin:30px auto;
	position:relative;	
}
.popup-inner h1{
	text-align:center;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	color: #000;
	margin:0px;
	padding:45px 0px 15px 0px;
	font-size: 32px;	
}
.popup-inner .forn_column{}
.popup-inner .forn_column input{
	border: none;
	height: 48px;
	color: #000;
	font-size: 16px;
	width: 100%;
	margin-bottom: 12px;
	padding: 5px 15px 5px 15px;
	background:#c4c4c4;
	font-family: 'Outfit', sans-serif;
}
.popup-inner .forn_column input:focus-visible{
	outline:none;	
}
.popup-inner .forn_column label{
	font-family: 'Outfit', sans-serif;
	margin:0px;
	font-size:18px;
	font-weight: 600;
	color:#000;
}
.popup-inner .forn_column input.calendar {
  background-image: url('https://bytebucket.org/fuoricitta/form-best-practice/raw/197f5e38bea1d53b52102b6c98e0e6b129dd6908/Examples/assets/img/calendar.png?token=b57efe00e0e5d28327a3b62e263519c284c70d53');
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.fm-section{
	padding:0px 30px;	
}
.popup-inner .forn_column .gold-btn{
	background:#007c23;
	font-family: 'Outfit', sans-serif;
	color:#fff;
	border-radius:0px;
	width:40%;	
	margin-top:6px;
}
.popup-inner .forn_column .gold-btn:hover{
	background:#007c23;
	color:#fff;
	text-decoration:none;
	outline:none;
}
.popup-inner .forn_column .gold-btn:focus{
	background:#007c23;
	color:#fff;
	text-decoration:none;
	outline:none;
}





.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display:none;
	background-color: #e0001e;
	color: #fff;
	width:45px;
	height:45px;
	border-radius:100%;
	text-align:center;
	line-height:45px;
	padding:13px 16px;
	z-index:999;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.back-to-top:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
	background:#000;	
}
.back-to-top:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
	background:#e0001e;	
}
.slider-main{
	padding:24px 0px 0px 0px;
}
.slider-main .carousel .carousel-control {
    position: absolute;
    top: 50%;
    bottom:0;
    left: 10%;
    opacity: 0.9;
	width: 40px;
	height: 50px;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	background: #fff !important;
	color: #432c58;
	text-shadow:none;
	transition:all 0.3 ease-in !important;
	margin-top:-25px;
}
.slider-main .carousel .carousel-control .fa{
	line-height:50px;
	font-size:30px;	
}

.slider-main .carousel .carousel-control.right{
	left: auto;
	right: 0;
	border-radius: 100px 0 0 100px;
}
.slider-main .carousel .carousel-control.left{
	left:0;
	border-radius: 0px 100px 100px 0px;
}

.slider-main .carousel .carousel-control:hover,.carousel .carousel-control:focus{
	background:#fff !important;
	color:#432c58 !important;
	opacity:1 !important;
	transition:all 0.3 ease-out !important;
}
.slider-main .carousel-indicators li{
	width:14px;
	height:14px;
	border: 1px solid #444444;
	margin:0px;	
}
.slider-main .carousel-indicators .active{
	background:#e0001e;	
	border: 1px solid #e0001e;
}
.slider-main .carousel-caption {
  right: 0%;
  left: 5%;
  padding-bottom: 0px;
  padding-top: 0px;
  bottom: 35px;
  text-align: left;
}
.slider-main .carousel-indicators {
  bottom: 0px;
}
.slider-main .carousel-caption h3{
	font-family: 'Outfit', sans-serif;
	color: #e0001e;
	font-weight: 600;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: none;	
}
.slider-main .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	margin:0px auto;	
}
.slider-main .carousel-caption h2{
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
  text-shadow: none;
  font-size: 38px;
}
.slider-main .carousel-caption h5{
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding:10px 0px;	
}
.slider-main .carousel-caption a i{
	padding-left:10px;	
}
.slider-main .carousel-caption a{
	font-family: 'Outfit', sans-serif;
	background:#e0001e;
	color:#fff;	
	text-shadow: none;
	text-transform:uppercase;
	font-size:12px;
	padding:8px 16px;
}
.slider-main .carousel-caption a:hover{
	text-decoration:none;
	outline:none;
	background:#000;	
}
.slider-main .carousel-caption a:focus{
	text-decoration:none;
	outline:none;
	background:#e0001e;	
}


.clients-section{
	padding:40px 0px;	
}
.client-hed{
	text-align:center;	
}
.client-hed h2{
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding:0px 0px;
	color:#676767;
	font-weight:600;
	font-size:28px;	
}
.client-hed hr {
  width: 5%;
  border-top: 3px solid #e0001e;
}


.slick-slide {
    margin: 0px 0px;
}
.slick-slide{
	text-align:center;
	
}
.slick-slide img {
    
	text-align: center;
margin: 0 auto;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	width:100%;
}
.slick-slide a:hover{
	text-decoration:none;
	outline:none;
}
.slick-slide a:focus{
	text-decoration:none;
	outline:none;
}	



.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: none;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow{
	background: #fff;
	border:none;
	width:40px;
	height:50px;
	border-radius:50%;
	overflow:hidden;
	text-indent: 7px;
	color:#fff;
	position: absolute;
	top: 50%;
	z-index:1;
	opacity: 0.9;
	-webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);	
}
.slick-prev{
	left: 0;
	border-radius: 0px 100px 100px 0px;
}
.slick-prev:before{
	content:"\f104";
	font:normal normal normal 14px/1 FontAwesome;
	font-size:30px;
	color:#432c58;
	margin:0px 0px 0px 3px;	
}
.slick-next{
	left: auto;
	right: 0;
	border-radius: 100px 0 0 100px;	
}
.slick-next:before{
	content:"\f105";
	font:normal normal normal 14px/1 FontAwesome;
	font-size:30px;
	color:#432c58;
	margin:0px 0px 0px 4px;
}


.about-section{
	background:#343434;
	padding:90px 0px;	
}
.about-section-left {
	position:relative;	
}
.about-section-left img{
	width:100%;	
	border-radius: 14px;
}
.about-section-left i{
	color:#e0001e;
	position:absolute;
	top: 50%;
	left: 50%;
	font-size: 126px;
	transform: translate(-50%, -59%);
	cursor:pointer;
	display:none;
}
.about-section-right{
	padding:0px 0px 0px 0px;
}	
.about-section-right h3{
	color:#fff;	
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding:0px 0px 15px 0px;
	font-size:28px;
}
.about-section-right p{
	color:#fff;	
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding:0px;
	font-size: 17px;
}
.about-section-right ul{
	list-style:none;
	margin:0px;
	padding:20px 0px 36px 0px;	
}
.about-section-right li{
	display:inline-block;
	color:#fff;	
	font-family: 'Outfit', sans-serif;
	text-align:center;
	padding: 0px 30px;
}
.about-section-right li h2{
	margin:0px 0px 5px 0px;
	font-size: 42px;
	font-weight: 700;	
}
.about-section-right a i{
	padding-left:8px;	
}
.about-section-right a{
	font-family: 'Outfit', sans-serif;
	background:#e0001e;
	color:#fff;	
	text-shadow: none;
	text-transform:uppercase;
	font-size:16px;
	padding:8px 16px;
}
.about-section-right a:hover{
	text-decoration:none;
	outline:none;
	color:#fff;	
	background:#000;	
}
.about-section-right a:focus{
	text-decoration:none;
	outline:none;
	color:#fff;
	background:#e0001e;		
}


.machine-section{
	padding:40px 0px;	
}
.bggrey{
	background:#f2f2f2;	
}
.machine-section-imag{}
.machine-section-imag img{
	width:100%;	
}
.d-flex {
  display: flex;
}
.cener-flex {
  align-items: center !important;
  display: flex;
}
.machine-section-txt{
	padding-top:10%;	
}
.machine-section-txt h3 {
  font-family: 'Outfit', sans-serif;
  color: #e0001e;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: none;
  display:none;
}
.machine-section-txt h2 span {
  font-family: 'Outfit', sans-serif;
  color: #e0001e;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: none;
  display:block;
}
.machine-section-txt h2 {
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
  text-shadow: none;
  font-size: 38px;
}
.machine-section-txt p{
	font-family: 'Outfit', sans-serif;
	color:#8d8d8d;
	margin:0px 0px 25px 0px;
	font-weight:600;
	width: 85%;	
}

.machine-section-txt a{
	font-family: 'Outfit', sans-serif;
	background:#e0001e;
	color:#fff;	
	text-shadow: none;
	text-transform:uppercase;
	font-size:16px;
	padding:8px 16px;
	vertical-align: top;
}
.machine-section-txt a:hover{
	text-decoration:none;
	outline:none;
	color:#fff;	
	background:#000;	
}
.machine-section-txt a:focus{
	text-decoration:none;
	outline:none;
	color:#fff;	
	background:#e0001e;	
}
.machine-section-txt .leftbtn{
	margin-left:0px !important;
	margin-right: 15px;	
}
.machine-section-txt .btn1{
	margin-left:15px;
	text-transform: inherit;
	background: transparent;
	color: #000;
	border: 2px solid #000;
	padding: 8px 16px;
	font-size: 14px;
	vertical-align: top;	
}
.machine-section-txt .btn1:hover{
	color:#fff;
	background:#e0001e;
	border-color:#e0001e;	
}
.machine-section-txt .btn1:focus{
	color:#fff;	
	background:#e0001e;
	border-color:#e0001e;
}

.global-installations-section{
	background:url(../images/map-bg.jpg) center center;
	background-size:cover;
	padding:50px 0px 10px 0px;
}
.global-installations-hed{
	text-align:center;	
}
.global-installations-hed h2 {
  font-family: 'Outfit', sans-serif;
  margin: 0px;
  padding: 0px 0px 45px 0px;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}
.global-installations-column{
	text-align:center;	
}
.global-installations-column ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.global-installations-column li{
	display:inline-block;
	color:#fff;
	font-family: 'Outfit', sans-serif;
	font-weight:600;
	font-size:18px;
	width: 248px;
	text-align: left;
	margin-bottom: 40px;
}	
.global-installations-column img{
	width: 80px;
	margin-right: 18px;	
}


.download-brochure-sevtion{
	padding:50px 0px;	
}
.download-brochure-hed{
	text-align:center;
}	
.download-brochure-hed h2{
	font-family: 'Outfit', sans-serif;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #000;
	font-weight: 600;
	font-size: 32px;	
}
.download-brochure-hed p{
	color:#444444;
	font-family: 'Outfit', sans-serif;
	margin:0px auto;
	padding:0px 0px 20px 0px;
	font-size: 20px;
	font-weight: 500;
	width: 56%;
}	
.download-brochure-hed a{
	font-family: 'Outfit', sans-serif;
	text-transform: inherit;
	background: transparent;
	color: #000;
	border: 2px solid #000;
	padding: 8px 16px;
	font-size: 18px;
	vertical-align: top;
	font-weight:500;
	width: 230px;
	display: inline-block;	
}
.download-brochure-hed a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
	background:#000;
}
.download-brochure-hed a:focus{
	color:#fff;	
	text-decoration:none;
	outline:none;
	background:#000;
}
.download-brochure-hed .btn1{
	background:#000;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 15px;	
}
.download-brochure-hed .btn1:hover{
	color:#000;	
	background: transparent;
}
.download-brochure-hed .btn1:focus{
	color:#000;	
	background: transparent;
}

.top-titlebar{
	text-align:center;
	background:#444444;	
}
.top-titlebar h2{
	margin:0px;
	color:#fff;	
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	padding:80px 0px;
}


.section-contact-main{
	
}
.section-contact-left{
	background:#ebebeb;
	padding:45px 50px 45px 0px;
	position:relative;	
}
.section-contact-left:before{
	content:"";
	position:absolute;
	left: -100px;
	background: #ebebeb;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;	
}
.list-icon-column{
	background:#fff;
	border-radius:10px;
	padding:20px;
	margin-bottom: 20px;	
}
.list-icon-column h3{
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding:0px;
	color:#000;
}
.list-icon-column ul{
	list-style:none;
	margin:0px;
	padding:0px 0px 4px 0px;
	font-size:22px;	
}
.list-icon-column li{
	position:relative;
	padding:0px 0px 0px 30px;
	font-weight: 500;
	font-size: 18px;
	color:#000;	
}
.list-icon-column li i{
	position:absolute;
	left:0px;
	padding-top:6px;
	color:#ea4c09;	
}

.form-contactus{
	background:#fff;
	padding:48px 0px 0px 0px;	
}
.map-contact{
	padding:5px 0px 0px 0px;	
}
.map-contact h3{
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#000;	
}
.map-contact p{
	margin:0px;
	border-radius:10px;
	overflow:hidden;	
}
.map-contact h4{
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding: 10px 0px 0px 0px;
	color: #000;
	font-size: 14px;
}	
.form-contactus{}
.form-contactus h3{
	font-family: 'Outfit', sans-serif;
	margin:0px 0px 20px 0px;
	color:#000;
}	
.form-contact-column{
	margin-bottom: 20px;	
}
.form-contact-column input{
	width:100%;
	height: 50px;
	border: 1px solid #000;
	border-radius: 10px;
	font-family: 'Outfit', sans-serif;
	padding: 0px 20px;
	font-size: 16px;
	color:#000;
}
.form-contact-column textarea {
	height: 185px;
	color: #000;
	width: 100%;
	margin-bottom: 12px;
	padding: 15px;
	border: 1px solid #000;
	border-radius: 10px;
	font-size: 16px;
	font-family: 'Outfit', sans-serif;
	color:#000;
}	
.form-contact-column input:focus-visible{
	outline:none;	
}
.form-contact-column textarea:focus-visible{
	outline:none;	
}
.form-contact-column .gold-btn{
	background: #000;
	color: #fff;
	width: 41%;
	border-radius: 0px;
	height: 40px;
	margin: 0px auto;
	display: table;	
}
.form-contact-column .gold-btn:hover{
	background:#000;
	color:#fff;
	text-decoration:none;
	outline:none;
}
.form-contact-column .gold-btn:focus{
	background:#000;
	color:#fff;
	text-decoration:none;
	outline:none;
}	



.about-section-main{
	background:#ebebeb;
	padding:50px 0px;	
}
.about-section-txtm{
		
}
.about-section-txtm h3 {
  color: #e0001e;
  font-family: 'Outfit', sans-serif;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
.about-section-txtm p {
  color: #444444;
  font-family: 'Outfit', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 19px;
}
.about-video-section{
	-webkit-box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.35);
	border-radius: 25px;	
}
.about-video-section img{
	width:100%;	
}

.aboutslide{
	margin-top:40px;	
}
.aboutslide-column {
  position: relative;
  border-radius: 5px;
  margin: 14px 10px;
  overflow: hidden;
  background: #fff;
  padding: 0px;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.35);
}

.vision-mission{
	background:#444444;
	padding:50px 0px;	
}
.vision-mission-section{}
.vision-mission-section h1{
	color:#fff;
	margin:0px;
	padding: 0px 0px 10px 0px;
	font-family: 'Outfit', sans-serif;
	font-size: 46px;
	font-weight: 600;
}
.vision-mission-section p{
	color:#ebebeb;
	margin:0px;
	padding:0px;
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	width: 84%;
}

.testimonila-section{
	padding:50px 0px;
	background:#ebebeb;
}	
.testimonila-column-imag{
	text-align:center;	
}
.circle-imag{
	width:200px;
	height:200px;
	background:#c4c4c4;
	border-radius:100%;
	margin:0px auto;	
}	

.testimonila-column-imag h2 {
  font-family: 'Outfit', sans-serif;
  color: #000;
	font-weight: 600;
	font-size: 39px;
}
.testimonila-column-imag p{
  color: #e0001e;
  font-family: 'Outfit', sans-serif;
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-size: 22px;
  font-weight: 600;
}


.testimonila-column-txt{
	
}
.testimonila-column-txt i{
	font-size:28px;
	color:#000;	
	margin-bottom: 8px;
	margin-top: 12px;
}
.testimonila-column-txt p{
	color: #000;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	font-weight: 500;
	width:90%;
}
.paddleft p{
	width:100%;
	padding-left:10%;	
}
.paddleft i{
	padding-left:10%;	
}
.milestones{
	position: relative;
	margin: 0 auto;	
}
.milestones::after {
  content: '';
  position: absolute;
  width: 12px;
  background-color: #c4c4c4;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
}
.txtcontainer {
	padding:0px 48px 20px 16px;
	position: relative;
	width: 50%;
	
}
.txtcontainer::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  background-color: #e0001e;
  top: 0px;
  border-radius: 0;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
}
.txtcontainer h2 {
  color: #fff;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-family: 'Outfit', sans-serif;
  font-size: 44px;
  font-weight: 600;
}
.txtcontainer p{
	font-family: 'Outfit', sans-serif;
	margin:0px;
	padding:0px;
	color:#8d8d8d;
	font-weight:500;	
}
.containerright{
	left:50%;
	padding: 0px 16px 30px 48px;	
}
.containerright::after{
	display:none;	
}
.containerright::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: -25px;
  background-color: #e0001e;
  top: 0px;
  border-radius: 0;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
}
.left-year{
	left: 100%;
	position: absolute;
	width: 100%;
	top: 0px;
	padding: 0px 16px 30px 48px;	
}
.right-year{
	right: 100%;
	position: absolute;
	width: 100%;
	top: 0px;
	padding: 0px 48px 30px 16px;
	text-align:right;	
}

.map-section{
	padding:40px 0px;	
}
.map-inner{
	text-align:center;	
}
.map-inner img{
	width:80%;	
}


/* ===================================
      Testimonials Section
====================================== */

.testimonial_img{
    position: absolute;
    left: 35%;
    top: 60%;
}

.testimonial_img img{
    border-radius: 50%;
    height: 100% !important;
    width: 100% !important;
}

.owl-testimonial{
    margin-top: 0px;
}

.client-data{
    position: absolute;
}

.testimonial-box{
    background: #26313c;
    overflow: hidden;
    padding: 65px 45px 45px 45px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
    border-radius: 10px;
}

.owl-testimonial .owl-item.center .testimonial-box{
    background:rgba(0, 125, 172, 0.9);
    padding: 85px 45px 45px 45px;

}

.owl-testimonial .center .quote_box{
    background: rgba(0, 125, 172, 0.9);
}

.owl-testimonial .center .quote_box .quote{
    color: #ffffff;
}

.center .testimonial-box{
    background-color: #36a837;
}

.center .testimonial-box:hover:before{
    opacity: 1 !important;
}

.center .testimonial-box .infot_margin {
    opacity: 1;
}

.owl-testimonial .center .testimonial-box:hover .quote{
    color: #ffffff;
}

.owl-testimonial .center .testimonial-box:hover .quote_box{
    background-color: #26313c;
}

.margin-p{
    text-align: center;
}

.testimonial_img{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial_img img{
    height: 100% !important;
    width: 100% !important;
}

.quote_box i{
    font-size: 30px;
    color: #ffffff;
}

.quote_box{
    border: 1px solid transparent;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: #007dac;
    padding: 15px 10px 10px 14px;
    position: absolute;
    bottom: 83.5%;
    left: 50%;
    transform: translateX(-50%);
}

.infot_margin{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    color: #ffffff;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .5px;
	font-weight: 300;
	line-height: 20px;
	font-size:14px;
	margin-bottom:25px;
}

.testimonial_name{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #26313c;
    text-align: center;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
}

.testimonials .text1 .info {
    font-size: 15px;
    font-weight: normal;
    margin-top: 6px;
    font-family: Roboto, sans-serif;
}

.testimonials .text1{
    position: absolute;
    text-align: center;
    top: 84%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonials .item{
    padding-bottom: 120px ;
}

.owl-testimonial .owl-dots{
    margin-top: 40px !important;
}

.owl-testimonial .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span{
    background:rgba(0, 125, 172, 0.9);
}

.owl-testimonial .owl-dots{
    display: flex;
    justify-content: center;
}

.owl-testimonial .owl-dots .owl-dot span {
    background: #ffffff;
    border: 2px solid #26313c;
    font-size: 30px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
	width: 14px;
	height: 14px;
	display: inline-block;
}
.testimonials .item {
  padding-bottom: 120px;
}


.modal-dialog{
	margin:86px auto !important;
	width:800px !important;	
}
.btn-default{
	background:#ed1c24 !important;
	color:#fff !important;	
	font-family: 'Montserrat', sans-serif;
	border:none !important;
}
.btn-default:hover{
	text-decoration:none;
	outline:none;	
}
.btn-default:focus{
	text-decoration:none !important;
	outline:none !important;	
}
.modal-body{
	position:relative;
	min-height:450px;
	padding:2px 4px;	
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.title-video-section{
	overflow:hidden;
	height: auto;
	max-height: 40vw;	
}
.title-video-section video{
	width:100%;	
	margin-top: -150px;
}








@media only screen and (min-width:290px) and (max-width:766px){
/* ===================================
    Start Side Menu
====================================== */
.side-menu .bg-overlay{
    background: rgba(224, 0, 30, 0.9);
}
.side-menu .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0px;
    bottom: 0;
	/*background:#ff480c;*/
    background-size: cover;
    background-position: center;
    z-index: 2032;
    height: 100vh;
    -webkit-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;
}
.fixed-hedder.fixed .side-menu .navbar-nav li a{
	padding:8px 16px;	
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
 .side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.header-appear ~ .side-menu .btn-close {
    top:50px;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 0px;
    margin-top: 0px;
    display: inline-block;
	position:absolute;
	left:10px;
}
.download-brouchure a {
    padding: 6px 4px;
}
.download-brouchure a:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition-duration: 0.3s;
    transition: all 0.3s !important;
    transition-timing-function: ease-in-out;
	border-color: #fff;
}
.sidemenu_btn:hover{
	text-decoration:none;
	outline:none;	
}
.sidemenu_btn:focus{
	text-decoration:none;
	outline:none;	
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #676767;
    display: block;
    margin: auto;
    transition: .5s ease;
}
.sidemenu_btn:hover span{
    background: #676767;
}
.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}
.menu-main{
	padding-top:14px;
	margin-left:0px;	
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}
.side-menu .navbar-nav{
	margin:0px;
	width:100%;
	text-align:left;
	display: block;
}
.side-menu .navbar-nav li:first-child a{
	padding-left:16px;
}
.side-menu .inner-wrapper {
    /*padding: 44px 15px 0px 15px;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
	
	padding: 44px 15px 0px 15px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	text-align: left;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
	height: 80vh;
	overflow: scroll;
}
.side-nav .navbar-nav li a{
    display: block;
    margin: 0px 0px;
    padding: 14px 16px;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
	border-bottom: 1px solid #f2f2f2ba;
}
.side-nav .navbar-nav li a:hover{
	color:#fff;	
}
.side-nav .navbar-nav li a:focus{
	color:#fff;	
}
.side-menu .navbar-nav li ul li a{
	color:#000 !important;	
}
.side-nav .navbar-nav li a:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav li a:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav li a:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav li a:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav li a:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav li a:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav li a:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav li a:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav li a:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav li a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
	color:#fff;
}
.side-nav .navbar-nav li {
    display: block;
    color: #fff;
    padding:0px 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Outfit', sans-serif;
	box-shadow:none !important;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.track-toggle-track-ship li:first-child {
    width: 69%;
}
.track-toggle-track-ship li:nth-child(2) {
    width: 18%;
}
.track-toggle-track-ship li .trackfeild{
	font-size: 11px;
	padding: 0px 0px 0px 44px;
	height:36px;	
}
.track-toggle-track-ship li .mybtn{
	height:36px;
	font-size:14px;	
}
.track-toggle-form .btn-close{
	right:14px;	
}
.side-menu .navbar-nav li span {
    display: none;
	color: #000;
	padding: 9px 16px;
	font-size: 21px;
	z-index: 1;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 100%;
	text-align: right;
}
.side-menu .navbar-nav li span:before{
	content:"";
	background:#f9f9f9;
	width: 50px;
	height: 43px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}	
.side-menu ul ul{
	width:100%;	
}

.side-menu .navbar-nav li a .fa{
	display:none;	
}





.logo p{
	margin: 0px 0px 0px 15px;
	padding: 1px 0px 0px 0px;
	font-size: 14px;
	border-left: 0px solid #ff480c;
	width: 200px;
}
.logo{
	width:200px;
	padding: 10px 0px;
	margin: 0px 0px 0px 60px;	
}

/* ===================================
    End Side Menu
====================================== */
.full-td{
	width:100% !important;
	display:block;	
}
.menu-icons{
	display:none;	
}
.slider-section-main {
  padding: 22px 0px 8px 0px;
}
.logo-bar {
  -o-box-shadow:0px 0px 3px 0px;
  -ms-box-shadow: 0px 0px 3px 0px;
  -moz-box-shadow:0px 0px 3px 0px;
  -webkit-box-shadow: 0px 0px 3px 0px;
  box-shadow: 0px 0px 3px 0px;
}
.slider-top-banner {
  padding: 0px 25px;
}
.slider-top-txt {
  padding: 10px 0px 0px 0px;
}
.slider-top-txt h3{
	font-size:14px;	
}
.slider-top-txt h2{
	font-size:30px;	
}
.slider-top-txt p{
	width:100%;
	padding:10px 0px 28px 0px;	
}
.num-txt {
  margin: 20px 0px 0px 0px;
}
.num-txt span{
	font-size:34px;
	display:block;	
}
.about-main-section{
	padding:30px 0px 30px 0px;	
}
.about-left-section {
  padding: 0px 0px 0px 0px;
}
.about-left-section p{
	font-size:14px;
	margin-bottom:15px;	
}
.about-right-section table th{
	font-size:16px;
}
.about-right-section table td{
	font-size:18px;	
}
.about-right-section table td p{
	font-size:13px;	
}
.section-hed hr{
	width:22%;	
}
.salient-features-column{
	text-align:center;	
}
.salient-features-column img {
  width: 60px;
}
.salient-features-column h3{
	padding: 20px 0px 10px 0px;	
}
.salient-features-column p{
	width:100%;	
}
.other-machines-column p{
	font-size:16px;	
}
.other-machines-column h2{
	font-size:20px;	
}
.media-gallery-section .owl-carousel button.owl-dot{
	width:12px;
	height:12px;	
}


.slider-main .carousel-caption h3{
	font-size:12px;
}	
.slider-main .carousel-caption h2{
	font-size:26px;	
}
.slider-main .carousel-caption a{
	font-size: 10px;
	padding: 7px 10px;	
}
.slider-main .carousel-indicators li{
	width:10px;
	height:10px;	
}
.slider-main .carousel-caption{
	bottom:10px;	
}
.clients-logos li{
	width:25%;	
}
.about-section-left {
  margin-bottom: 20px;
}
.about-section-right li{
	padding:0px 10px;
	font-size:12px;	
}
.about-section-right li h2{
	font-size:30px;	
}
.machine-section-txt h2{
	font-size:30px;	
}
.download-brochure-hed .btn1{
	margin-left: 0px;
	margin-top: 10px;
}	
.download-brochure-hed p{
	width:100%;
}
.machine-section-txt p{
	width:100%;	
}
.side-menu .navbar-nav .mega-dropdown-menu{
	position:relative;
	visibility:visible;
	opacity:1;	
}
.d-flex {
  display: block;
}
.vision-mission-section p{
	width:100%;	
}
.vision-mission-section {
  margin-bottom: 20px;
}
.title-video-section{
	max-height: 100vw;	
}
.title-video-section video {
  margin-top: 0px;
}
.gallery-section{
	margin-bottom:25px;	
}
.other-machines-column{
	margin-bottom:25px;	
}


}