@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
	--bodycolor: #fff;
	--primary: #002B59;
	--secondary: #E31E24;
	--bodycolor: #646464;
	--headcolor: #3F3F3F;
	--ftrbg: #2F2F2F;
	--white: #fff;
	--black: #000;
	--lightbg: #F3F3F3;
	--outline: #9F9F9F;
	--heading-font: 'Noto Sans', sans-serif;
	--body-font: 'Poppins', sans-serif;
	 

}
.primarybg {
	background-color: var(--primary);
	color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
	margin: 0;
	letter-spacing: -0.03em;
}

p {
	margin: 0;
}

body {
	font-family: var(--body-font);
	font-size: 16px;
	line-height: 1.48;
	font-weight: 400;
	overflow-x: hidden;
	color: var(--bodycolor);
	background-color: #fff;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	letter-spacing: 0.01em;

}

a:focus,
a:active,
button:focus,
button:active {
	outline: 0;
}

a,
a:hover,
a:focus,
a:visited {
	outline: 0;
	text-decoration: none;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

a:hover {
	color: var(--primary);
}

button::-moz-focus-inner {
	outline: 0;
}

button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

ul,
ol {
	padding: 0;
	margin: 0;
}


::selection {
	color: #fff;
	background: var(--primary);
}

::-moz-selection {
	color: #fff;
	background: var(--primary);
}

.clearfix {clear: both;}
.custom-container {
	max-width: 88%;
	margin: auto;
}
.width-container {
	max-width: 78%;
	/*width: calc(100% - 200px);*/
	margin: auto;
}
.section {
	padding: 60px 0;
}
.secpadding {
	padding: 60px 0 90px;
}
.mb-3 {
    margin-bottom: 3rem!important;
}

/*
header{
	transform: none !important;
}
*/


.navbar {
	text-align: right;
	padding: 0 3rem;
	position: fixed;
	top: 0;
	background-color: transparent;
	z-index: 999;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.logosblock {
	padding: 20px 0;
}
.navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}
.logo {
	width: 135px;
	margin: 0;
}
.navbar-brand {
	display: block !important;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav ul li {
	display: inline-block;
}
.navbar-nav {
	margin: 0;
}
.navbar-nav ul li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 30px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
	font-family: var(--heading-font);
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 1;
}
.navbar-nav ul.nav-list li a {
	border-bottom: 2px solid transparent;
	padding: 30px 0;
}
.navbar-nav ul.nav-list li {
	margin: 0 12px;
}
.navbar-nav ul.nav-list li.active a {
	border-bottom: 2px solid var(--secondary);
}
.navbar-nav ul li:last-child {
	margin-right: 0;
}
.navbar-nav ul li a:hover {
	color: var(--secondary);
}
.navbar-expand-xl .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: column;
}
.navbar-nav .sm-icons, .mob-nav .sm-icons {
	padding-bottom: 0px;
	padding-top: 15px;
}
.navbar-nav .sm-icons .lab, .mob-nav .sm-icons .lab {
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.navbar-nav ul.sm-icons li a, .mob-nav ul.sm-icons li a {
	padding: 0 8px;
}
.navbar-nav ul.sm-icons li a:hover .lab, .mob-nav ul.sm-icons li a:hover .lab {
	color: var(--secondary);
}
html[data-direction="down"] .navbar {
	-webkit-transform: translate3d(0, -101%, 0);
	-moz-transform: translate3d(0, -101%, 0);
	-o-transform: translate3d(0, -101%, 0);
	-ms-transform: translate3d(0, -101%, 0);
	transform: translate3d(0, -101%, 0);
}
.header-transparent header .navbar {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.header-transparent.scrolled header .navbar {
	background: var(--primary);
}
.header-transparent.scrolled header .navbar-nav ul.nav-list li a {
	padding: 50px 0;
}
.mob-nav {
	display: none;
}

.secheadh2 {
	font-size: 50px;
	line-height: 1.1;
	font-weight: 500;
	color: var(--headcolor);
	margin-bottom: 28px;
}
.secheadh3 {
	font-size: 32px;
	line-height: 1.1;
	font-weight: 300;
	letter-spacing: -0.03em;
	color: var(--bodycolor);
}
.secheadh4 {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 300;
	letter-spacing: -0.03em;
}
.pro-title {
	font-size: 42px;
	line-height: 1;
	font-weight: 500;
	color: var(--headcolor);
	margin-bottom: 15px;
}
.mb45 {
	margin-bottom: 45px;
}
/*------------------------------ Home css---------------------------------------*/
.mainsliderwrap {
	background-color: var(--primary);
	/*height: 100vh;*/
	position: relative;
}
.slider-des {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 495px;
	/*left: -100%;
	transition: all 1s linear;
	opacity: 0;*/
}
.owl-item.active .slider-des {
	/*left: 4rem;
	opacity: 1;*/
}
.slider-des h2 {
	font-weight: 200;
    color: var(--white);
    line-height: 1.3;
}
.slider-des h2 span {
    font-weight: 600;
}
.mainslider.owl-theme .owl-nav {
	bottom: 40px;
    left: 5rem;
	position: absolute;
	
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #D0D0D0;
	color: #e31e24;}
.hm-intro-panel {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
}
.intro-block {
	padding: 5rem 4rem 0rem 6rem;
	width: 52%;
	
}
.hm-intro-image {
	width: 40%;
	position: relative;
	align-self: flex-start;
}
.hm-intro-image:before {
	content: "";
	position: absolute;
    left: -3rem;
    background: var(--secondary);
    border-radius: 0px 298.5px;
    top: 3rem;
    z-index: 0;
    width: 100%;
    height: 100%;
	
}
.hm-intro-image img { width: 100%; position: relative; z-index: 2; border-radius: 0px 0px 0px 266px;}
.since-box {
	width: 234px;
    height: 234px;
    border: 10px solid #E31E24;
    backdrop-filter: blur(2px);
    border-radius: 124px;
    position: absolute;
    bottom: 8rem;
    z-index: 3;
    left: -6rem;
	background-color: var(--white);
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.since-box h2 {
	
font-weight: 300;
font-size: 75px;
line-height: 1.1;
letter-spacing: -0.055em;
color: var(--black);
}
.since-box h2 span {
	display: block;
	font-weight: 400;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    letter-spacing: -0.055em;
    text-align: left;
	text-transform: uppercase;
}
.intro-block .secheadh2 {
	margin-bottom: 28px;
}
.intro-block p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 18px;
}
.intro-block .blackbtn { margin-top: 18px;}
.hm-services-panel {
	padding: 0rem 0 9rem;
}
.hm-services-panel .secheadh2 {
	max-width: 70%;
}
.servicewrap {
	margin: 35px 0 90px;
}
.serviceimg {
	overflow: hidden;
	position: relative;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	margin-bottom: 20px;
}
.servicecol h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: var(--bodycolor);
}
.serviceimg img {
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
	width: 100%;
}
.servicecol:hover .serviceimg img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.hm-map-panel {
	padding: 5rem 0 6rem;
}
.hm-map-panel .secheadh2 {
	color: var(--white);
}
.mapimg {
	margin: 40px 0 60px;
}
p {
	font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
	margin-bottom: 18px;
}

.count-title {
    font-family: 'Montserrat', sans-serif!important;
    font-size: 4vw;
    line-height: 4.2vw;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;
}

.counter{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.count-text {
    font-family: 'Montserrat', sans-serif!important;
    font-size: 0.9vw;
    line-height: 1vw;
    font-weight: 400;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}



.map-block {
	display: flex;
	justify-content: space-between;
}
.mapleft {
	width: 65%;
}
.mapimg img { width: 100%;}
.mapright {
	    width: 30%;
    background-color: var(--secondary);
    border-radius: 0px 440px 528px 528px;
    position: relative;
    top: -10rem;
    text-align: center;
	 padding: 40px 40px;
}
.countercol {
    width: 100%;
    padding: 40px 0px;
    text-align: center;
	position: relative;
	border-bottom: 1px solid var(--white);
}
.countercol:before{
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	margin: auto;
	
}
.countercol:last-child{
	border-bottom: 0;
}
.countercol h3 {
   font-weight: 300;
font-size: 75px;
line-height: 1.1;
letter-spacing: -0.055em;
    color: var(--white);
}

.countercol p {
    font-weight: 300;
font-size: 24px;
	color: var(--white);
}
.plus-value:after {
    content: "+";
}

.Marquee {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
	margin-top: -5rem;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 300s linear infinite running;
  -moz-animation: marquee 300s linear infinite running;
  -o-animation: marquee 300s linear infinite running;
  -ms-animation: marquee 300s linear infinite running;
  animation: marquee 300s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  
  margin: 0 1em;
  padding: 0 3rem 0 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
	position: relative;
}
/*.Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}*/
.Marquee-tag h2 {
	font-weight: 300;
font-size: 95px;
line-height: 1.4;
letter-spacing: -0.055em;
background: linear-gradient(180deg, rgb(0 50 104 / 72%) 0%, #2c69ab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	white-space: nowrap;
}
.Marquee-tag:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #154c87;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
  -webkit-transform: translate(-93.5%);
    -moz-transform: translate(-93.5%);
    -o-transform: translate(-93.5%);
    -ms-transform: translate(-93.5%);
    transform: translate(-93.5%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-93.5%);
    -moz-transform: translate(-93.5%);
    -o-transform: translate(-93.5%);
    -ms-transform: translate(-93.5%);
    transform: translate(-93.5%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
   -webkit-transform: translate(-93.5%);
    -moz-transform: translate(-93.5%);
    -o-transform: translate(-93.5%);
    -ms-transform: translate(-93.5%);
    transform: translate(-93.5%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-93.5%);
    -moz-transform: translate(-93.5%);
    -o-transform: translate(-93.5%);
    -ms-transform: translate(-93.5%);
    transform: translate(-93.5%);
  }
}
.hm-customer-panel {
	padding: 90px 0;
}
.customerslider {max-width: 94%;
    margin: 60px 0 0 auto;}
.sectitle p { max-width: 670px;}
.hm-clients-panel {
	padding: 0px 0 90px;
}
.hm-clients-panel .clientwrap {
	margin: 70px 0 80px;
}
.customerslider.owl-theme .owl-nav {
    margin-top: 30px;
    text-align: left;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: #D0D0D0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 44px;
    height: 44px;
    border-radius: 50%;
	font-size: 24px;
}
.logos-strip {
	background-color: #F4F7FB;
	padding: 25px 55px;
}
.logos-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.logos-wrap .secheadh3 {
	width: 24%;
	color: #2D6EB4;
	font-weight: 300;
	line-height: 1;
}
.logos-wrap .logos-slider {
	width: 76%;
}
.logosslider .owl-stage {
	display: flex;
	align-items: baseline;
}
.logosslider.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 49px;
}

.innerpage-banner {
	background: var(--primary);
	color: #fff;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 40vh;
}
.innerpage-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background: #315F90;
	z-index: 0;
	mix-blend-mode: overlay;
}

.services-banner {
	background-image: url(../images/services-banner-bg.jpg);
	background-position: 78% 50%;
}
.client-banner {
	background-image: url(../images/banners/clientele.jpg);
	background-position: 78% 50%;
}
.testimonial-banner {
	background-image: url(../images/banners/testimonials.jpg);
	background-position: 78% 50%;
}
.contact-banner {
	background-image: url(../images/banners/contact-us.jpg);
	background-position: 78% 50%;
}
.projects-banner {
	background-image: url(../images/banners/our-machines.jpg);
	background-position: 78% 50%;
}
.about-banner {
	background-image: url(../images/banners/our-machines.jpg);
	background-position: 78% 50%;
}
.hero-des {
	    position: absolute;
    right: 3rem;
    bottom: 3rem;
}
.innerpage-banner h1 {
	font-weight: 300;
font-size: 4.5rem;
line-height: 1.3;
text-align: right;
letter-spacing: -0.055em;
	color: #FFFFFF;
}

.projectcol {
	margin-bottom: 20px;
	cursor: pointer;
}
.project-wrap {
	padding: 50px 0 0;
}

.product-block img {
		width: 100%;
		display: block;
		object-fit: cover;
		height: 100%;
	background-color: #e4e4e2;
	transition: all 0.9s ease;
	}
	.products-panel {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: calc(100% + 20px);
	}
	.product-block {
		width: calc(33.33% - 20px);
		margin-right: 20px;
		margin-bottom: 20px;
		position: relative;
		overflow: hidden;
		/*background-color: #e4e4e2;*/
		transition: all 0.9s ease;
	}
	.product-block.two-col {
		width: calc(66.66% - 20px);
	}	
.product-block.two-col .projectimg {
	width: calc(110% - 20px);
}

.product-block:hover img {
	transform: scale(1.1);
}
.product-block h4 {
	font-family: var(--heading-font);
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
	color: #fff;
	background-color: #2D6EB4;
	border-radius: 0px 20.5px 20.5px 0px;
	position: absolute;
	top: 37px;
	left: 0;
    padding: 10px 20px;
	transition: all 0.5s linear;
	/*transform: translateX(-100%);*/
		/*width: -100%;*/
	max-width: 70%;
}
.product-block:hover h4 {
	transform: translateX(0%);
		width: auto;
}
.categories-btn {
        background-color: #2d6eb4;
    border-radius: 0;
    padding: 16px 5px 15px;
    width: 100%;
    height: 100%;
    position: fixed;
    width: 38px;
    right: 0;
    bottom: 0;
    /* top: 30rem; */
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    transition: all 1s ease;
    z-index: 999;
    /* transform: translateY(-50%);*/
}
.categories-btn span {
        color: #fff;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 200;
    writing-mode: vertical-lr;
    margin-left: 3px;
    transform: rotate(180deg);
   letter-spacing: 0;
    transition: all 0.4s ease;
    position: absolute;
    top: 55px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    text-transform: uppercase;
}
.categories-btn:hover span {
	color: #c4e0ff;
}
.categories-btn .las {
	color: #fff;
    font-size: 28px;
	transition: all 0.4s linear;
}
.wrapper {
	 transition: all 1s ease;
	position: relative;
	width: 100%;
	 right: 0;
}
.wrapper.open {
 
 width: 100%;
    right: 50%;
}

.categories-list li {
	display: block;
}
.categories-list li a {
	font-weight: 400;
font-size: 16px;
line-height: 1;
color: var(--white);
	padding: 14px 0;
	display: inline-block;
	transition: all 0.4s linear;
}
.categories-list li a:hover {
	color: var(--secondary);
	padding-left: 8px;
}
.offcanvas .btn-close {
	position: absolute;
    right: 25px;
    top: 10px;
}
.offcanvas-body {
    padding: 1.5rem 1.4rem;}
.categories-sidebar {
  background-color: #2d6eb4;
  color: #fff;
  overflow-x: hidden;
	overflow-y: hidden;
  transition: all 1s ease;
  width: 50%;
	position: fixed;
    right: -50%;
	top: 0;
	z-index: 1;
	height: 100vh;
	 padding: 30px 40px;
	z-index: 999;
}

.categories-btn.open {
	right: 50%;
}
.categories-btn.open .las {
	transform: rotate(180deg);
}
.categories-sidebar.open {
	width: 50%;
	right: 0;
}
/*------------------ machines detail css ------------------*/
.secpadding.prodtl-panel {
	padding: 60px 0 0px;
}
.headtitle, .prodtlhead {
	display: flex;
	align-items: center;
}
.prodtlhead {
	margin-bottom: 45px;
	justify-content: space-between;
	align-items: center;
}
.prodtlhead h2 { margin-bottom: 0;}
.prodtlhead .secheadh2 {
    font-size: 42px;
}
.headtitle a {
	font-weight: 300;
    font-size: 11px;
    line-height: 1;
    color: var(--headcolor);
    margin-left: 28px;
    align-self: center;
    margin: 0 0 0px 28px;
}
.headtitle a img { width: 20px; display: block; margin-bottom: 3px;}
.headtitle a:hover { color: var(--secondary);}
.prodtl-img img { width: 100%;}
.techdtl-wrap {
	padding: 90px 0;
}
.tech-table table {
	width: 100%;
	
}

.tech-table table tr {
	border-bottom: 1px solid #D0D0D0;
}
.thead {
	border-bottom: 3px solid #646464 !important;
}
.tech-table table td, .tech-table table th {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.1;
	color: var(--bodycolor);
	padding: 15px 10px;

}
.tech-table table td:first-child, .tech-table table th {
	font-weight: 600;}
.tech-table table tr:last-child { border-bottom: 0;}
.techdtl-wrap .row {
	--bs-gutter-x: 6.5rem;}
.features-block {
	margin-bottom: 60px;
}
.tech-note {
	margin-top: 60px;
	padding: 28px 30px;
	background-color: #F2F0F0;
	border-radius: 10px;
}
.tech-note h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: var(--bodycolor);
	font-family: var(--body-font);
	margin-bottom: 10px;
}
.tech-note ul li {
	font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
	color: var(--bodycolor);
	padding: 8px 0;
	display: block;
}
.listgroup li {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	color: var(--bodycolor);
	padding: 10px 0 10px 25px;
	display: block;
	position: relative;
}
.listgroup li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
    width: 12px;
    height: 2px;
	background-color: var(--secondary);
	
}
.starlist li {
	padding: 10px 0 10px 18px !important;
	position: relative !important;
}
.starlist li:before {
	content: "*";
	position: absolute;
	left: 0;
	top: 14px;
    width: 12px;
    height: 2px;
    font-size: 20px;
    line-height: 1;
	
}

.video-popup .modal-dialog {
    max-width: 830px;
    margin: 1.75rem auto;
	border-radius: 10px;
}
.video-popup .modal-body {
    padding: 45px 40px 30px;
}
.video-popup .btn-close {
   position: absolute;
    right: 10px;
    top: 10px;
	z-index: 10;
}

.video-popup .btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
}
.video-popup iframe {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.video-popup .modal-content {
   border: 0;
    border-radius: 10px;
}
.video-wrap {
	display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 20px;
}
.videocol {
	width: 100%;
	display: flex; 
	justify-content: center;
	align-items: center;
	position: relative;
}
.play-ico {width: 50px;
    position: absolute; cursor: pointer;}
.videocol img { width: 100%;}
/*------defaultbtn-----------------*/
.defaultbtn {
	background-color: rgb(2 1 1 / 0%);
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	
	color: var(--secondary);
	padding: 10px 20px;
	border: 1px solid var(--secondary);
	border-radius: 32px;
	-webkit-border-radius: 32px;
	display: inline-block;
	-webkit-transition: .7s cubic-bezier(.77, 0, .175, 1) 0s !important;
	-moz-transition: .7s cubic-bezier(.77, 0, .175, 1) 0s !important;
	-o-transition: .7s cubic-bezier(.77, 0, .175, 1) 0s !important;
	-ms-transition: .7s cubic-bezier(.77, 0, .175, 1) 0s !important;
	transition: .7s cubic-bezier(.77, 0, .175, 1) 0s !important;
	position: relative;
	overflow: hidden;
}
.defaultbtn::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: var(--secondary);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: right;
	-webkit-transition: transform .6s cubic-bezier(.77, 0, .175, 1) 0s !important;
	-moz-transition: transform .6s cubic-bezier(.77, 0, .175, 1) 0s !important;
	-o-transition: transform .6s cubic-bezier(.77, 0, .175, 1) 0s !important;
	-ms-transition: transform .6s cubic-bezier(.77, 0, .175, 1) 0s !important;
	transition: transform .6s cubic-bezier(.77, 0, .175, 1) 0s !important;
}
.defaultbtn:hover {
	color: #fff;
	border-color: var(--secondary);
}
.defaultbtn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
.blackbtn {
	border-color: var(--bodycolor);
	color: var(--bodycolor);
}
.blackbtn.defaultbtn::before {
	background: var(--bodycolor);
}
.blackbtn.defaultbtn:hover {
	color: #fff;
	border-color: var(--bodycolor);
}

.whitebtn {
	border-color: var(--white);
	color: var(--white);
}
.whitebtn.defaultbtn::before {
	background: var(--white);
}
.whitebtn.defaultbtn:hover {
	color: var(--bodycolor);
	border-color: var(--white);
}



/*------------------ about css ------------------*/
.about-intro-block { position: relative;}
.about-intro-block:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 48rem;
	background-color: var(--secondary);
	z-index: -1;
}
.about-intro-block h3 {
	color: #fff;
	text-align: center;
	margin-bottom: 65px;
	font-weight: 300;
	line-height: 1.4;
}
.introdtl {
	padding-top: 60px;
}
.introdtl .row {
	--bs-gutter-x: 4.5rem;}
.introdtl p {
	font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
}
.video-block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-block img { width: 100%;}
.video-block .play-ico {
	width: 115px;
}
.vmbg, .quote-block { position: relative;}
.vmbg:before  {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 92%;
    height: 92%;
	background-color: var(--primary);
	border-radius: 0px 72px 0px 0px;
	z-index: -1;
}

.vmcol {
	color: var(--white);
	padding-right: 70px;
}
.vm-block .row {
	--bs-gutter-x: 3.5rem;}
.vm-ico {
	width: 82px;
	height: 82px;
	background-color: var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.vm-ico img { width: 46px;}
.vmcol h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.quote-block:before  {
	position: absolute;
	content: "";
	left: 0;
	top: 20px;
	width: 85%;
    height: 95.8%;
	background: #E31E24 url(../images/quotebg.jpg) ;
	background-repeat: no-repeat;
    background-size: cover;
	border-radius: 0px 72px 0px 0px;
	z-index: -1;
}
.profileimg { height: 100%; align-self: flex-end;}
.profileimg img { width: 89.5%; height: 100%; vertical-align: bottom;}
.quoteleft {
	color: var(--white);
	padding: 85px 70px 80px 0;
}
.quoteleft h3 {
	color: var(--white);
	line-height: 1.3;
	font-weight: 300;
	margin-bottom: 60px;
}
.quoteleft h6 {
	font-weight: 700;
font-size: 16px;
	line-height: 1; margin-bottom: 5px;}

.quoteleft .secheadh4 {
	line-height: 1;
	font-weight: 600;
	font-family: var(--body-font);
}
.content-block {
	padding: 120px 0 100px;
}
.content-block .width-container {
	margin: 0 0 0 auto;
    max-width: 90%;
	padding: 0 0 0 15px;
}
.content-left {
	padding-right: 60px;
}
.content-left h2 {
	margin-bottom: 45px;
}
.content-right img, .imgleft img {
	width: 100%;
}
.content-left p {
	margin-bottom: 20px;
}
.content-left ul li {
	font-weight: 300;
font-size: 16px;
	line-height: 1.2;
	padding: 10px 0 10px 25px;
	display: block;
	position: relative;
}
.content-left ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 15px;
	width: 8px;
height: 8px;
background: #FFA800;
border-radius: 26px;
}
.fact-content-block .row {
	--bs-gutter-x: 3.5rem;}
.fact-content-block .content-left { padding-right: 15px;}
.imgleft {
	position: relative;
	overflow: hidden;
}
.imgleft img {
	transition: all 0.9s ease;
	width: 100%;
}
.imgleft:hover img {
	transform: scale(1.1);
}
.imgleft h4 {
	margin: 0 40px 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: 600;
}
.exhibi-block {
	padding: 100px 0;
}
.smwidth img {
	width: 49px !important;
}
.smheight img {
	width: auto !important;
    height: 95px;
}
.imgleft {
	
}
/*------------------ clients css ------------------*/

.clientwrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 70px 0 0px;
}
.clientcol {
	width: 25%;
	padding: 45px 30px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	align-items: center;
	transition: all 1s ease;
	position: relative;
	z-index: 1;
}
.clientcol:nth-child(4n+0) {border-right: 0;}
.clientcol:last-of-type, .clientcol:nth-last-child(3), .clientcol:nth-last-child(2), .clientcol:nth-last-child(4) {border-bottom: 0;}

.clientcol img {
	max-width: 138px;
	width: 100%;
	margin: auto;
	display: block;
	transition: all 1s ease;
}
.clientcol:hover {
	box-shadow: 2px 12px 21px rgba(0, 0, 0, 0.15);
	z-index: 2;
}
.clientcol:hover img { transform: scale(1.1);}

/*------------------ testimonials css ------------------*/
.testi-panel {
	padding: 60px 0 100px;
}
.testihead {
	margin-bottom: 50px;
}

.testicol {
    background: #F4F7FB;
    border-radius: 8px;
	width: 31.333333%;
    margin: 1%;
    padding: 34px 28px;
	transition: all 0.5s linear;
}
.testicol p, .testiftr h4 {
	font-weight: 400;
font-size: 16px;
line-height: 1.5;


color: var(--black);
}
.testiftr {
	margin-top: 80px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.testiftr h4 {
	font-weight: 600;
	width: 45%;
}
.testiftr h4 span {
	display: block;
}
.playico {
	width: 50px;
	cursor: pointer;
}
.playico img { width: 100%;}
.testicol:hover {
	background-color: #fff;
	box-shadow: 2px 6px 20px 3px rgb(32 32 32 / 19%);
}
/*------------------ contact css ------------------*/
.contact-panel {
}
.contact-left {
	color: #000;
}
.contact-left h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--secondary);
	margin-bottom: 33px;
	
}
.contact-left h4 span {
	display: block;
}
.contact-left p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 15px;
	
}
.contact-left h5 { margin-bottom: 15px;}
.contact-left h5, .addcol ul li.getlink a, .contactcol h5 span, .contactcol h5 a {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #2D6EB4;
	
	font-family: var(--body-font);
	
}
.addcol ul li.getlink a{
	margin: 0 0 0 26px;
}
.contact-left ul {
	margin-bottom: 20px;
}
.contact-left ul li, .contactcol ul li, .addcol ul li {
	display: grid;
    align-items: center;
    padding: 6px 0;
    flex-wrap: wrap;
    grid-template-columns: 7% 90%;
	
}
.contact-left ul li a, .contactcol ul li a, .addcol ul li a, .addcol ul li {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	color: #000;
	display: inline-block;
	
}
.contact-left ul li a:hover, .contactcol ul li a:hover, .addcol ul li a:hover, .getlink a:hover {
	color: var(--secondary);
}
.contactaddcol {
	margin-bottom: 40px;
}
.contact-left ul li span, .contact-left h5 span, .contactcol ul li span, .addcol ul li span {
	font-size: 18px;
	margin-right: 8px;
}
.contact-left h5 span {
	font-size: 18px;
	margin-right: 2px;
}
.contactwrap {
	margin: 20px 50px 0 0;
}
.contactftr {
	display: flex;
	margin-top: 35px;
	justify-content: space-between;
}
.border-right {
	border-right: 1px solid #bfbfbf;
}
.contactcol {
	width: 30%;
    padding: 0 5% 0 0;
	margin-right: 5%; 
}
.contactcol:last-child{margin-right: 0; padding-right: 0;}
.contactcol h4, .contactcol h5, .addcol h4, .contact-left h4 {
	font-family: var(--body-font);
}
.contactcol h4, .contactcol h5, .addcol h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	margin-bottom: 10px;
	
}
.contactcol h5 {
	font-weight: 300;
}
.addcol ul li {
	display: flex;
	line-height: 1.5;
	padding: 7px 0;
	align-items: baseline;
}

.locations-panel {
	padding: 50px 0;
}

.addcol {
	padding: 0 12px;
}

.frmrow {
	display: flex;
	justify-content: space-between;
}

.frmrow .form-group {
	width: 48%;
}

.form-group {
	margin-bottom: 30px;
}

.form-group input, .form-group textarea, .form-group select {
	border: 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	padding: 18px 0px;
	border-bottom: 1px solid #9F9F9F;
	width: 100%;
	background-color: transparent;
}

.form-group input:focus, .form-group textarea:focus {
	border: 0;
	border-bottom: 1px solid var(--primary);
}

.form-group input::placeholder, .form-group textarea::placeholder {
	color: #000;
}

.form-group textarea {
	resize: vertical;
	height: 120px;
}

:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

.contact-right .blackbtn {
	margin: 0 0 0 auto;
}

.mapblock {
	margin: 60px 0;
}

.mapblock iframe {
	width: 100%;
	height: 100%;
	min-height: 430px;
}

.ajax-loader{
	width: 50px;
	margin-bottom: 20px;
	transform: scaleX(-1);
	display: none;
}
.ajax-loader img{
	width: 100%;
	
}
.error:last-child{
	font-size: 14px;
    line-height: 15px;
    margin-top: 8px;
    color: #ff0000;
    font-weight: 400;
	text-align: left;
}
.sucess-msg {
	font-size: 32px;
    text-align: center;
    font-weight: 300;
    padding: 80px 40px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.sucess-msg span{
	
   color: var(--primary);
    font-weight: 500;
	display: block;
}
.error-msg-popup, .success-msg-popup{
	display: none;
}
#formsuccess{
	height: 0;
	margin-top: -100px;
	margin-bottom: 100px;
}

/*------------------ footer css ------------------*/
footer {
	background-color: var(--ftrbg);
	padding: 50px 15px 70px;
	width: 100%;
	bottom: 0;
	color: #fff;
}
footer .custom-container {
	max-width: 1440px;
	width: calc(100% - 150px);
}
footer .row {
	--bs-gutter-x: 3.5rem;}
.ftrwrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;

}

.ftrlinks ul li {
	display: block;
}

.ftrlinks ul li a {
	font-size: 16px;
	line-height: 1.1;
	font-weight: 300;
	color: #fff;
	padding: 15px 0 0;
	display: inline-block;
	transition: all 0.7s ease;
}
.ftrlinks ul li:first-child a { padding-top: 0;}

.ftrlinks ul li a:hover {
	color: var(--secondary);
	padding-left: 8px;
}

.addblock p, .addbtm p a {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	color: #fff;

	transition: all 0.7s ease;
}

.addbtm {
	margin-top: 30px;
}

.addbtm p a {
	margin-bottom: 15px;
	display: inline-block;
}

.addbtm p a:hover {
	color: var(--secondary);
}

.ftrbtm {
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
}

.ftrlogo img {
	max-width: 117px;
	width: 100%;
}

.c-scrollbar {
	z-index: 999;
}
.mobftrbtn { display: none;}
.custom-scrollbar::-webkit-scrollbar {
  width: 0.4rem;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
   
  border-radius: 6px;
	background: #e4e8ea;
}
 
/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #9f9f9f; 
  border-radius: 6px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #9f9f9f; 
}

.custom-scrollbar {
	height: 92vh;
    overflow-y: auto;
}

.whatsapp-ico  {
	position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00C938;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
	transition: all .4s linear;
	cursor: pointer;
}
.whatsapp-ico a {
	color: #fff;
}
.whatsapp-ico:hover {
    transform: scale(1.1);
}
.back-to-top {
	position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary);
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
	display: none !important;
	
}

/*------------------ all images css ------------------*/
.logo img {
	width: 100%;
}

.slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #0e385b;
    overflow: hidden;
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 70% 20%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sl_title {
    position: absolute;
    left: 6vw;
    top: 50%;
    height: auto;
	z-index: 2;
}

.sl_main_title,
.sl_sub_title {
    display: flex;
    position: relative;
}
.product-title {
	position: absolute;
	top: 50vh;
    transform: translateY(-50%);
	mix-blend-mode: color-burn;
	overflow: hidden;
	z-index: 0;
	opacity: 0;
}
.product-title h3 {
	font-size: 30vh;
    line-height: 1.1;
	color: #f0f0f0;
	-moz-transform: translateX(100%);
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
                -moz-animation: scroll-left 2s linear infinite;
                -webkit-animation: scroll-left 2s linear infinite;
                animation: scroll-left 20s linear infinite;
	white-space: nowrap;
}
 @-moz-keyframes scroll-left {
                0% {
                    -moz-transform: translateX(100%);
                }
                100% {
                    -moz-transform: translateX(-100%);
                }
            }
            
            @-webkit-keyframes scroll-left {
                0% {
                    -webkit-transform: translateX(100%);
                }
                100% {
                    -webkit-transform: translateX(-100%);
                }
            }
            
            @keyframes scroll-left {
                0% {
                    -moz-transform: translateX(100%);
                    -webkit-transform: translateX(100%);
                    transform: translateX(100%);
                }
                100% {
                    -moz-transform: translateX(-100%);
                    -webkit-transform: translateX(-100%);
                    transform: translateX(-100%);
                }
            }
.productimg {
	position: absolute;
	right: 6vw;
    width: 50%;
    top: 58%;
    transform: translateY(-50%) rotate(0deg);
	z-index: 2;
}
.productimg img { width: 100%;}
.slider-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    padding-top: 2vh;
    cursor: pointer;
    overflow: hidden;
}

.slider-label {
    position: absolute;
    color: #8BC34A;
}
.blue-bg {	
	background: #619bda;	
	background: radial-gradient(circle, #053970 26%, #072648 100%) !important;	
   
}	
.red-bg {	
	background: #cb1117;	
	background: radial-gradient(circle, #cb1117 26%, #89081c 100%) !important;	
    	
}
.slide-img-bg:before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 25, 62, 0);
    z-index: 2;
}
.red-bg:before, .blue-bg:before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/slider-machin-overlay.png) 50% 50% no-repeat;
	background-size: cover;
    z-index: 2;
}
/* Navigation */

.slider-nav-btn {
    cursor: pointer;
	
}
.slider-nav {
	position: absolute;
	bottom: 50px;
	left: 6vw;
	display: flex;
}
.slider-nav-btn {
	background: #D0D0D0;
    color: inherit;
    border: none;
    padding: 0 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 24px;
	margin-right: 15px;
	transition: all 0.4s ease;
}
.slider-nav-btn:hover {
	background: #D0D0D0;
    color: #e31e24;
}
/*.go-prev {
    position: absolute;
    left: 0;
    bottom: 50vh;
    margin-left: 5vw;
    background-image: url("https://drive.google.com/uc?id=14DNCaPw93zLzYApGMBaTlmgjnMgyPAhh");
    background-repeat: no-repeat;
    background-position: left;
    width: 10vh;
    height: 10vh;
}

.go-prev:hover {
    background-image: url("https://drive.google.com/uc?id=1LNlfizA-2kbUSZlX8JfEPfFKvVHxtZ-I");
}

.go-next {
    position: absolute;
    right: 0;
    bottom: 50vh;
    margin-right: 5vw;
    background-image: url("https://drive.google.com/uc?id=1OmzvQdoIrNW9XR_eM3twHhQ79JTmMPxb");
    background-repeat: no-repeat;
    background-position: right;
    width: 10vh;
    height: 10vh;
}

.go-next:hover {
    background-image: url("https://drive.google.com/uc?id=1tqX3Nlh9pG1wkA1IbtzDhh_d6wsDXlyc");
}*/

.slide-bullet-wrapper {
    position: absolute;
    bottom: 5vh;
    display: none;
    width: 100vw;
    justify-content: center;
}

.slide-bullet {
    margin-left: 1vw;
    width: 10vw;
    height: 5vw;
    background-color: rgba(0,0,0,0.5);
    transform: skew(40deg);
    overflow: hidden;
}

.slide-bullet-fill {
    width: 0%;
    height: 100%;
    background-color: #8BC34A;
}

.progress-wrapper {
    position: absolute;
    height: 0.65vh;
    display: flex;  
    bottom: 1vh;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    width: 60vw;
    margin: 0 20vw 0 20vw;
}

.progress {
    background-color: #8BC34A;
    white-space: nowrap;
    border-radius: 10px;
}

@media only screen and (min-width: 1024px) {

    .sl_title {
        left: 6vw;
    }

    
    .slide-bullet {
        width: 2vw;
        height: 1vw;
    }

}

.full-image {
	display: block;
    height: 100%;
}
.full-image img {
	height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: 38% 82%;
}
.hm-why-us-panel{
	margin-bottom: 5rem;
}
.customer-install-img-wrap {
    display: flex;
    gap: 20px;
	margin-top: 60px;
}
.custom-install img{width: 100%;}
.custom-install {
    width: calc(40.5% - 10px);
}
.custom-install:nth-child(2){    width: calc(23.12% - 10px);}
.hm-why-us-panel img{
	height: 375px;
    object-position: 50% 0%;
}
#our-machines .navbar{padding-right: 5rem;}
#our-machines .hero-des{right: 5rem;}


/*------ Page load popup css starts here -----*/


.highlight-panel {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.71);
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	display: none;
	backdrop-filter: blur(4px);
	display: flex;
    justify-content: center;
}

.highlight-block {
	position: absolute;
	top: 50%;
	width: auto;
	/*max-width: 750px;*/
	left: auto;
    right: auto;
	margin: 0 auto 20px auto;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px;
	background-color: #fff;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

.highlight-block img {
	display: block;
    width: auto;
    height: 100%;
}

.highlight-close {
	display: block;
	text-align: center;
	background-color: var(--secondary);	
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	top: 0px;
	right: -36px;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
}

.scroll-block {
	position: relative;
	height: 100%;
}

.portrait-hl-block{
	/*max-width: 650px;*/
	height: 90vh;
}