@import '_variables';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


*,b,h1,h2,h3,h4,h5,h6,li,ol,p,span,strong,ul {
	margin: 0;
	padding: 0
}


.fixed-top,
.header_tp,
.main-nav a,
.main-nav>ul>li {
	position: relative
}

a,a:focus,a:hover {
	text-decoration: none
}

ul {
	list-style: none
}

img {
	border: none
}

body {
	font-size: 15px;
	color: black;
	box-sizing: border-box;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	font-weight: 400;
}

button:focus {
	outline: -webkit-focus-ring-color auto 0
}

html {
	scroll-behvior: smooth
}

::-webkit-scrollbar {
	-webkit-appearance: none
}

::-webkit-scrollbar:vertical {
	width: 7px
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: none;
	background-color: #7c797a
}

::-webkit-scrollbar:horizontal {
	height: 7px
}

::-webkit-scrollbar-track {
	background-color: rgba(239, 239, 239, .5)
}
/**/
.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}
.mtb20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}
.mt30{
	margin-top: 30px;
}
.mb30{
	margin-bottom: 30px;
}
.mt60{
	margin-top: 60px;
}
.text-center{
	align-items: center;
}
/**/

.banner-mbl,
.main-nav .drop-down ul li:after{
	display: none
}

.header_tp_dtl ul {
	display: block;
	float: right;
	margin-top: 0
}

.header_tp_dtl ul>li {
	float: left;
	display: flex;
	padding: 5px 10px
}

.header_tp_dtl ul li ol li {
	float: left;
	display: flex;
	padding: 0 10px
}

.header_tp_dtl ul li ol li a {
	font-weight: 600;
	letter-spacing: .5px;
	transition: .2s linear;
	display: inline-block;
	font-size: 17px;
	color: #959393
}

.header_tp_dtl ul li:first-child,
.header_tp_dtl ul li:nth-child(2) {
	position: relative;
	top: 10px
}
.header_tp_dtl ul li:nth-child(3) {
	position: relative;
	top: 5px
}
.header_tp_dtl ul li:last-child {
	border-right: 0px;
	border-left: 2px solid #e2e2e2;
	margin-left: 5px;
	padding-left: 13px
}

.header_tp_dtl ul li.call_tp img {
	margin-right: 5px;
    width: 22px;
    height: 22px;
    margin-top: -3px;
}

.header_tp_dtl ul li.call_tp a {
	color: #212529;
	font-weight: 500;
	font-size: 15px
}

.main-nav .drop-down ul li a,
.main-nav a {
	color: black;
	font-weight: 500;
	letter-spacing: .25px
}

.menu-icon {
	float: left;
	width: 60px;
	cursor: pointer;
	padding: 10px 0
}

.menu-icon .bar2 {
	width: 48px
}

.menu-icon .bar3 {
	width: 60px
}

.menu-icon:hover .bar1 {
	width: 38px;
	transition: width .3s;
	-webkit-transition: width .3s;
	-ms-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s
}

.menu-icon:hover .bar2 {
	width: 52px;
	transition: width .3s;
	-webkit-transition: width .3s;
	-ms-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s
}

.fixed-top {
	display: block;
	background: #fff;
	top: 0;
	padding: 5px 0 5px;
	/*box-shadow: 0px 6px 5px rgb(0 0 0 / 20%);*/
}

#header:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	display: block;
	height: 2px;
	width: 70%;
	background: linear-gradient(90deg, #fff, #e2e2e2)
}

.header-scrolled .logo {
	margin-top: -10px
}

.header-scrolled .scrollto img {
	width: 320px;
	height: auto;
	margin-top: 8px
}

.logo {
/*	margin-top: -34px;*/
	margin-left: 0px;
	background: #fff;
	position: relative;
}

.header-scrolled {
	position: fixed;
	padding: 7px 0 8px;
	box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
}

.scrollto img {
	width: 300px;
	height: auto
}

.main-nav {
	float: right
}

.main-nav>ul {
	margin-top: 16px !important;
	margin: 4px 0;
	display: flex;
}
.header-scrolled .main-nav>ul{
	margin-top: 16px !important;
}
.main-nav>ul>li {
	white-space: nowrap;
	float: left
}

.main-nav a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 13px;
}

.main-nav li:last-child {
	border-right: 0px
}

.main-nav .active>a,
.main-nav a:hover,
.main-nav li:hover>a,
.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
	color: #ffdd11;
	text-decoration: none
}

.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
	border: none
}

.main-nav .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible
}

.main-nav .drop-down li {
	min-width: 220px;
	position: relative
}

.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top: 0
}

.main-nav .drop-down ul li:last-child {
	border-bottom: 0
}

.main-nav .drop-down .drop-down>a,
.mobile-nav .drop-down>a {
	padding-right: 35px
}

.main-nav .drop-down ul li a {
	padding: 6px 5px;
	border-radius: 2px;
	transition: .2s linear;
	font-size: 15px;
	text-transform: capitalize;
	width: 100%
}

.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover>a {
	color: black;
	background-color: #fcdb16;
}

.main-nav .drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	font-size: 16px
}

.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px)
}

.main-nav .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%
}

.main-nav .drop-down .drop-down>a:after {
	content: "\f105";
	position: absolute;
	right: 15px
}

.mega_wdth {
	width: 50%;
	display: inline-block
}

.mega_wdth span {
	font-weight: 600;
	display: block;
	letter-spacing: .5px;
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	padding-left: 6px
}

.banner_sec p,
.mobile-nav a {
	font-weight: 600;
	letter-spacing: 1px;
	display: block
}

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #416b9d;
	transition: .4s
}

.mobile-nav a {
	color: #fff;
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
	position: relative
}

.mobile-nav .drop-down>a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px
}

.mobile-nav .active.drop-down>a:after {
	content: "\f077"
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden
}

.mobile-nav .drop-down li {
	padding-left: 20px
}

.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: 0 0;
	font-size: 24px;
	transition: .4s;
	outline: 0;
	line-height: 1;
	cursor: pointer;
	text-align: right
}

.mobile-nav-toggle i {
	margin: 0;
	color: #004289
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, .8);
	display: none
}

.mobile-nav-active .mobile-nav {
	left: 0
}

.head_brochure a{
	background: #7a75b5;
    border-radius: 50px;
    padding: 7px 18px;
    color: #fff;
}
.head_brochure a img{
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.language a {
	display:none;
}
.goog-te-gadget .goog-te-combo {
    margin: 0px !important;
    padding: 3px 15px;
    font-size: 15px;
	border:2px solid #474b5d;
	color:#474b5d;
	font-weight: 500;
	border-radius: 25px;
}
.goog-te-gadget img {
	display:none;
}
.goog-logo-link {
	display:none;
}
.goog-te-gadget {
	font-size:0px !important;
	padding-top:0px;
}
#google_translate_element {
	margin-top:0px;
}
.get_start {
  background: #fcdb16;
  box-shadow: 0 0 0 2px black;
  border-radius: 50px;
  margin-left: 10px;
}
.get_start:hover {
  background: black;
  box-shadow: 0 0 0 2px black;
}
.get_start a {
  color: black;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.get_start:hover a {
  color: #fff !important;
}

/*-- ------------------------ --*/

.carousel-indicators{
	bottom: 30px;
}
#slider {
  	margin-right: 0;
  	margin-left: 0;
}
.carousel-caption {
  	top: 50%;
  	left: 7%;
  	right: 100%;
  	bottom: 0;
  	opacity: 0;
  	transition: all 800ms linear;
  	text-align: left;
  	padding: 0px;
  	width: 700px;
  	transform: translate(0%,-40%);
}
.carousel-item.active .carousel-caption {
  	opacity: 1;
  	/*right: 13%;*/
  	transform: translate(0%,-50%);
}
.carousel-caption img{
	filter: brightness(0.9);
}
.carousel-caption p{
	font-family: "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3.9px;
    word-wrap: break-word;
    text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption h5{
	font-size: 45px;
	font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 35px;
    word-wrap: break-word;
    text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption a{
	background: #ffdd11;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 500;
    box-shadow: 0 0 0 2px black;
    transition: all .5s ease-out !important;
    color: black;
    margin-top: 10px;
}
.carousel-caption a:hover {
	box-shadow: 0 0 0 2px black;
    color: #fff !important;
    background: black !important;
}
/**/
#carousel {
    overflow:hidden;
}
#carousel .carousel-control {
    background:none;
    top: 45%;
    font-size: 30px;
    text-align:center;
    width: 40px;
    height: 40px;
    opacity:1;
    position:absolute;
}
#carousel .carousel-control-right {
    right: 4%;
}
#carousel .carousel-control-left {
    left:0;
}
#carousel .carousel-control-right span {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility:hidden;
    transition:transform 0.5s ease;
    opacity:0;
}
#carousel .carousel-control-left span {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility:hidden;
    transition:transform 0.5s ease;
    opacity:0;
}
#carousel:hover .carousel-control-right span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility:visible;
    opacity:1;
}
#carousel:hover .carousel-control-left span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility:visible;
    opacity:1;
}
#carousel .carousel-control span {
    color:#fff;
    background-color: rgb(50 52 51 / 50%);
    height:45px;
    width:45px;
    z-index:121;
    line-height:45px;
    text-align:center;
    position:absolute;
}
#carousel .carousel-control span:hover {
    background-color:#1e1e1e;
}
#carousel .carousel-item .caption {
    background-color:rgb(0 0 0 / 20%);
    padding:40px;
    animation-duration:1s;
    animation-delay:1s;
}
.carousel-indicators {
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 20px;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}
.carousel-indicators li {
    height:4px;
    background-color: rgb(255 255 255 / 30%);
}
.carousel-indicators .active{
	background-color: rgb(236 51 56 / 70%);
}
/*-- ------------------------ --*/
.hm-about{
	background: #eff3f6 url(../images/certified-background.png) no-repeat center center;
}
.hm-about .container-fluid{
	padding-right: 0px;
    padding-left: 0px;
}
.align-center{
	align-items: center;
}
.si-video {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    box-shadow: 2.2px 4px 25px 0px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
}
.si-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    line-height: 0px;
	position: relative;
    margin-bottom: -6px;
}
.hm-about-dtl{
	background: #12171B;
    padding: 80px 40px 80px 20px;
    position: relative;
}
.hm-about-dtl:after{
	content: "";
	position: absolute;
	top: 0;
	left: -100px;
	width: 100px;
	height: 100%;
	background: #12171B;
}
.hm-about-dtl img{
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.3;
	user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.hm-about-dtl h6{
	position: relative;
    color: #ffdd11;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 5px;
}
.hm-about-dtl h6:after{
	content: "";
    width: 3px;
    height: 18px;
    left: 0;
    top: -2px;
    position: absolute;
    background: #ffdd11;
}
.hm-about-dtl h1{
	font-size: 35px;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    color: #fff;
}
.hm-about-dtl h5{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    word-spacing: 0.2px;
}
.hm-about-dtl p{
	font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffffdb;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.hm-about-dtl h4{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 10px;
}
.hm-about-dtl ul li{
	font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffffdb;
    padding: 1px 0;
}
.hm-about-dtl ul li i{
	color: #ffdd11;
	font-size: 14px;
}
.hm-about-dtl .BtnBlue{
	background: #ffdd11;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #00003d;
    border: 2px solid transparent;
    margin-top: 15px;
    box-shadow: 0 0 0 2px #fff;
}
.BtnBlue:hover {
    box-shadow: 0 0 0 2px #fff !important;
    color: #00003d !important;
    background: #fff !important;
}
/*-- ------------------------ --*/
.clean-india{
	padding: 80px 0;
	background-image: url(../images/clean-india.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
}
.clean-india:after {
	content: "";
    opacity: 0.9;
    /*background: linear-gradient(45deg, #ff2a2a 0%,#ff6114 100%);
    background: radial-gradient(circle at 10% 20%, rgb(226, 37, 37) 0%, rgb(211, 49, 49) 82.8%);*/
     background: radial-gradient(circle at 10% 20%, #f6d508 0%, #f6d508 82.8%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.clean-india-img{
	position: relative;
	z-index: 1;
}
.clean-india-img{
	background: #fff;
	box-shadow: 0px 5px 20px #41506221;
}
/*-- ------------------------ --*/
.hm-counter{
	padding: 80px 0 120px;
	background-image:url(../images/counter.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	position: relative;
}
.hm-counter-main{
	box-shadow: 0px 5px 20px #41506221;
	background: #fff;
    /*display: flex;*/
    /*gap: 1.5rem;*/
    /*align-items: center;*/
    height: 105px;
    padding: 16px 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 20px 5px;
}
.hm-counter-main::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #12171b;
    transition: all .5s ease-in;
}
.hm-counter-main:hover::before {
    width: 100%;
}
.pro_icon{
	width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .8s ease-in-out;
    background: #12171b;
    border-radius: 100%;
    padding: 0.2rem;
    position: relative;
    top: 50%;
    left: 30px;
    transform: translate(-50%,-50%);
    float: left;
}
.hm-counter-main:hover .pro_icon{
	background: #fff;
}
.pro_icon:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background: #333;
    right: -12px;
    top: 5px;
}
.hm-counter-main:hover .pro_icon:after{
	background: #fff;
	transition: all .5s ease-in;
}
.pro_icon img {
    width: 80%;
    object-fit: contain;
}
.pro_count{
	margin-left: 90px;
}
.pro_count h3{
	font-weight: 700;
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	color: #00003d;
	margin-bottom: 5px;
	position: relative;
}
.hm-counter-main:hover .pro_count h3{
	color: #fff;
}
.pro_count .two:after{
	content: "+";
	position: absolute;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Libre Baskerville', serif;
	left: 40px;
	top: -4px;
}
.pro_count .three:after{
	content: "+";
	position: absolute;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Libre Baskerville', serif;
	left: 50px;
	top: -4px;
}
.pro_count .three-perct:after{
	content: "%";
	position: absolute;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Libre Baskerville', serif;
	left: 50px;
	top: -0px;
}
.pro_count .five:after{
	content: "+";
	position: absolute;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Libre Baskerville', serif;
	left: 90px;
	top: -4px;
}
.pro_count h5{
	color: #2b2b2b;
	font-size: 15px;
	line-height: 20px;
	position: relative;
}
.hm-counter-main:hover .pro_count h5{
	color: #fff;
	transition: all .5s ease-in;
}
/*----------------------------*/
.hm-prod{
	padding: 100px 0;
	position: relative;
}
/*.prod-map{
	background-image: url(../images/pattern-10.png);
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 461px;
    height: 100%;
    z-index: -1;
    background-position: right bottom;
    background-repeat: no-repeat;
    opacity: .4;
}*/
.hm-prod .hm-prod-items {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
    margin: 15px 0;
    display: block;
}
.hm-prod .hm-prod-items .hm-prod-image {
    height: 314px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hm-prod .hm-prod-items .hm-prod-image img {
    min-height: 100%;
    max-width: 100%;
    max-height: none;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hm-prod .hm-prod-items .heading-container {
    padding: 24px;
    min-height: 55px;
    text-align: center;
    display: flex;
    background: #fff;
}
.hm-prod .hm-prod-items .heading-container h6 {
    margin: auto;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    color: black;
}
.hm-prod .hm-prod-items:hover .heading-container h6{
	opacity: 0;
}
.hm-prod .hm-prod-items .hm-prod-content h6 {
    margin: auto;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    color: #00003d;
    margin-bottom: 20px;
}
.hm-prod .hm-prod-items .hm-prod-content {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 100%;
    background-color: #ffffffe0;
    padding: 45px 27px 15px 27px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hm-prod .hm-prod-items .hm-prod-content p {
    color: #2b2b2b;
    flex-grow: 1;
}
.hm-prod .hm-prod-items .hm-prod-content span {
    margin: 0 auto;
    color: black;
    background-color: #ffdd11;
    box-shadow: 0 0 0 2px black;
    padding: 8px 32px;
    border-radius: 48px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
    font-weight: 600;
}
.hm-prod .hm-prod-items .hm-prod-content span:hover{
	background-color: black;
	color: #fff;
}
.hm-prod .hm-prod-items:hover .hm-prod-content {
    top: 0;
}


.hm-prod-more {
	text-align: center;
	border-top-width: 2px !important;
    border-top-color: #0000001f;
    border-top-style: dashed;
    border-right-width: 2px !important;
    border-right-color: #0000001f;
    border-right-style: dashed;
    border-bottom-width: 2px !important;
    border-bottom-color: #0000001f;
    border-bottom-style: dashed;
    border-left-width: 2px !important;
    border-left-color: #0000001f;
    border-left-style: dashed;
    padding-top: 20px !important;
    padding-right: 24px !important;
    padding-bottom: 20px !important;
    padding-left: 24px !important;
    margin-top: 60px;
}
.hm-prod-more h4{
	font-size: 19px;
	color: #2b2b2b;
}
.hm-prod-more h4 a{
	position: relative;
}
.hm-prod-more h4 a:after, .hm-prod-more h4 a:before{
	-webkit-transition: all .3s,background-color 0s;
	transition: all .3s,background-color 0s;
    content: "";
    height: 1px;
    width: 0;
    background-color: #ffdd11;
    position: absolute;
    bottom: -3px;
}
.hm-prod-more h4 a:hover:after, .hm-prod-more h4 a:hover:before {
    width: 50%;
}
.hm-prod-more h4 a:before {
    right: 50%;
}
.hm-prod-more h4 a:after {
    left: 50%;
}
.hm-prod-more h4 mark{
	color: #ffdd11;
	background: #fff;
}

/*----------------------------*/
.hm-map{
	padding: 100px 0;
}
.hm-map-head{
	text-align: center;
	padding-bottom: 20px;
}
.hm-map-head h2{
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	margin-bottom: 15px;
	color: #00003d;
}
.hm-map-head p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    color: #2b2b2b;
}
.hm-maping{
	margin-top: 30px;
}
/*----------------------------*/

.hm-dual-laminates{
	padding: 100px 0 100px;
}
.hm-dual-laminates-head{
	text-align: center;
	margin-bottom: 40px;
}
.hm-dual-laminates-head h2{
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	color: #00003d;
	margin-bottom: 15px;
}
.hm-dual-laminates-head p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
}

.dual-laminate-main{
	position: relative;
    padding-bottom: 30px;
}
.dual-laminate-img{
	border-radius: 0 0 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.dual-laminate-img img{
	border-radius: 0 0 50px;
	width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.dual-laminate-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    background: radial-gradient(circle at 10% 20%, #f6d508 0%, #f6d508 82.8%);
}
.dual-laminate-main:hover .dual-laminate-img::after{
	opacity: 0.7;
	visibility: visible;
}
.dual-laminate-main .dual-laminate-plus{
	position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    font-size: 52px;
    line-height: 52px;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -khtml-transform: translateX(0%) translateY(-8%);
    -moz-transform: translateX(0%) translateY(-8%);
    -ms-transform: translateX(0%) translateY(-8%);
    -o-transform: translateX(0%) translateY(-8%);
    transform: translateX(0%) translateY(-8%);
}
.dual-laminate-main:hover a{
    visibility: visible;
    opacity: 1;
}
.pbminfotech-box-content {
    display: block;
    padding: 75px 35px 25px 30px;
    border-radius: 0 0 50px;
    background-color: #fff;
    box-shadow: 0px 5px 20px #41506221;
    margin-top: -50px;
    margin-left: 35px;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
}
.pbminfotech-titlebox {
    position: relative;
    z-index: 0;
}
.pbminfotech-titlebox:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -2px;
    width: 50px;
    height: 4px;
    left: -65px;
    background-color: #2b2b2b;
}
.pbminfotech-titlebox h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.pbminfotech-titlebox h6 a {
    color: #00003d;
}
.pbminfotech-titlebox h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.pbminfotech-titlebox h3 a{
	color: #2b2b2b;
}

.dual-laminate .owl-dots{
	text-align: center;
    margin-top: 15px;
}
.owl-dots button {
	background: #dcdee1 !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}
.owl-dots button.active {
	width: 30px;
	background: black !important;
}

/*----------------------------*/

.upper-icon {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fcdb16;
    line-height: 30px;
    width: 80px;
    margin: 0 auto 20px;
}
.upper-icon .left-dots {
    position: absolute;
    left: 0;
    top: 50%;
    /* margin-top: -2px; */
    width: 45px;
}
.upper-icon .left-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #ffdd11;
    margin-right: 3px;
}
.upper-icon .left-dots .line-dot {
    border-right: 20px solid #ffdd11;
}
.upper-icon .right-dots {
    position: absolute;
    right: 0;
    top: 50%;
    /* margin-top: -1px; */
    width: 45px;
}
.upper-icon .right-dots .line-dot {
    border-left: 20px solid #ffdd11;
}
.upper-icon .right-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #ffdd11;
    margin-left: 3px;
}
.upper-icon .right-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #ffdd11;
    margin-left: 3px;
}
/*----------------------------*/

.hm-indust{
	background-image: url(../images/slide1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    padding: 80px 0 100px;
}
.hm-indust::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(10 9 58 / 90%);
    /* opacity: 0.8; */
    top: 0;
    left: 0;
    z-index: -1;
}
.hm-indust-box{
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	box-shadow: 0px 11px 24px 0px rgb(12 12 12 / 11%);
}
.hm-indust-box:hover .indus-img{
	-webkit-transition: .7s all ease-in-out;
    -o-transition: .7s all ease-in-out;
    transition: .7s all ease-in-out;
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.hm-indust-box:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -80%;
	left: 0;
	right: 0;
	background: #0009;
}
.hm-indust-flex{
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 2px solid #fff;
    background-color: #ffdd11;
    border-radius: 100px;
    padding: 10px;
    z-index: 1;
    box-shadow: 5px 5px 30px 0px rgb(0 0 0 / 76%);
}
.hm-indust-box h5{
	position: absolute;
	bottom: 10px;
	left: 5px;
	color: #fff;
	z-index: 1;
	font-size: 16px;
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    font-weight: 400;
}

.hm-indust-solution{
	background-color: #ffdd11;
	padding: 30px;
	position: relative;
	z-index: 99;
	margin-top: -140px;
}
.hm-indust-solution h3{
	font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a093a;
}
.hm-indust-solution p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    color: black;
    margin-bottom: 15px;
}
.hm-indust-solution a{
	font-size: 18px;
	color: #0a093a;
	position: relative;
}
.hm-indust-solution a:after, .hm-indust-solution a:before {
    -webkit-transition: all .3s,background-color 0s;
    transition: all .3s,background-color 0s;
    content: "";
    height: 1px;
    width: 0;
    background-color: #00003d;
    position: absolute;
    bottom: -3px;
}
.hm-indust-solution a:before {
    right: 50%;
}
.hm-indust-solution a:after {
    left: 50%;
}
.hm-indust-solution a:hover:after, .hm-indust-solution a:hover:before {
    width: 50%;
}
.hm-indust-ceo{
	border-left: 4px solid #ffdd11;
    position: relative;
    padding-left: 80px;
}
.hm-indust-ceo i{
	position: absolute;
    left: 10px;
    top: 0px;
    color: rgba(255,255,255,0.2);
    font-size: 60px;
}
.hm-indust-ceo p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    color: #fff;
    font-size: 20px;
}
.hm-indust-ceo h6{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
	color: #ffdd11;
	margin-top: 10px;
	font-family: 'Libre Baskerville', serif;
}
.upper-icon-white {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    width: 80px;
    margin: 0 auto 20px;
}
.upper-icon-white .left-dots {
    position: absolute;
    left: 0;
    top: 50%;
    /* margin-top: -2px; */
    width: 45px;
}
.upper-icon-white .left-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #fff;
    margin-right: 3px;
}
.upper-icon-white .left-dots .line-dot {
    border-right: 20px solid #fff;
}
.upper-icon-white .right-dots {
    position: absolute;
    right: 0;
    top: 50%;
    /* margin-top: -1px; */
    width: 45px;
}
.upper-icon-white .right-dots .line-dot {
    border-left: 20px solid #fff;
}
.upper-icon-white .right-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #fff;
    margin-left: 3px;
}
.upper-icon-white .right-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #fff;
    margin-left: 3px;
}
.hm-indust-postion{
	position: relative;
	margin-bottom: 60px;
}

/*-- ------------------------ --*/

footer{
	background: #0a093a;
	padding: 120px 0 40px;
	position: relative;
}
.ftr-form{
	background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
    padding: 30px 30px 15px;
    border-radius: 20px;
    text-align: center;
}
.ftr-form h2{
	font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    margin-bottom: 5px;
   	font-size: 22px;
}
.ftr-form p {
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    margin-bottom: 15px;
}
.ftr-form input, .ftr-form textarea{
	border-top: 0;
    border-left: 0;
    border-right: 0px;
    border-radius: 0;
    border-bottom: 1px solid #999;
    padding-left: 5px;
}
.ftr-form input::placeholder, .ftr-form textarea::placeholder{
	font-size: 13px;
}
.ftr-form input:focus, .ftr-form textarea:focus{
	box-shadow: none;
	border-bottom: 1px solid #ffdd11;
}
.ftr-form .BtnBlue {
    background: #ffdd11;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    border: 2px solid transparent;
    margin-top: 10px;
    box-shadow: 0 20px 40px rgb(0 0 0 / 40%);
}
.ftr-form .BtnBlue:hover {
    border: 2px solid #ffdd11 !important;
    color: black; !important;
    background: #fff !important;
}
.mt35{
	margin-top: 35px;
}
.come_seeus p {
    font-size: 2rem;
    margin: 0;
    color: #fff;
}
.come_seeus p:nth-child(2) {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    margin: 0px;
    word-spacing: 2px;
}
.come_seeus span {
    color: #ffdd11;
}
.heading_foot p{
	font-size: 24px;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    margin-top: 10px;
}
.ftr-prod ul{
	list-style: none;
    text-align: left;
    padding: 0;
    margin: 15px 0;
    border-left: 3px solid #ffdd11;
    padding-left: 20px;
    height: 100%;
}
.ftr-prod ul li{
	padding: 2px 0;
}
.ftr-prod ul li a{
	letter-spacing: 0.4px;
    word-spacing: 0.4px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.ftr-prod ul li a:hover{
	color: #fcdb16;
}
.ftr-address{
    text-align: left;
    padding: 0;
    margin: 15px 0;
    border-left: 3px solid #ffdd11;
    padding-left: 20px;
    height: calc(100% - (20px + 5px));
}
.ftr-address p:first-child {
    color: #fff;
    font-size: 16px;
    font-weight: 501;
    margin-bottom: 4px;
}
.ftr-address p:nth-child(2){
	letter-spacing: 0.4px;
    word-spacing: 0.4px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.footer__shape_2 {
    position: absolute;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    right: 0;
    opacity: 0.7;
}

/**/
.ftr-top{
	position: relative;
	bottom: -60px;
	z-index: 1;
}
.ftr-top-box{
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
}
.ftr-top-dtl{
	overflow: hidden;
	padding: 30px;
}
.bor-right{
	border-right: 1px solid #eee;
}
.ftr-top-dtl h4{
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}
.ftr-top-dtl p a{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    color: #2b2b2b;
    display: block;
    padding: 2px 0;
}
.ftr-top-dtl p a:hover{
	color: #fcdb16;
}
.ftr-top-dtl img{
	bottom: -2px;
    opacity: 0.2;
    position: absolute;
    right: 0;
    width: 90px;
    z-index: 2;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.ftr-top-dtl:hover img{
	transform: scale(1.5) rotate(20deg);
    -webkit-transform: scale(1.5) rotate(20deg);
    -moz-transform: scale(1.5) rotate(20deg);
    -o-transform: scale(1.5) rotate(20deg);
    -ms-transform: scale(1.5) rotate(20deg);
}
.ftr-plr0{
	padding: 0 0;
	overflow: hidden;
}
/**/
/**/
.ftr-btm{
	align-items: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #eeeeee1c;
}
.ftr-btm-logo{
	background: #fff;
	padding: 5px;
}
.ftr-btm-copyright{
	text-align: center;
	color: #fff;
}
.ftr-btm-copyright p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    font-size: 13px;
    opacity: 0.8;
    margin-top: 8px;
}
.ftr-btm-social ul {
    margin-top:20px;
    text-align: center;
    opacity:1;
}
.ftr-btm-social ul li {
    display: inline-block;
    padding:0px 8px;
}
.ftr-btm-social ul li a {
    opacity: 1;
}
.ftr-btm-social ul li a i {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius:50%;
    font-size:20px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
}
.ftr-btm-social .icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 1px solid #4d6bb3;
}
.ftr-btm-social .icon2 i {
    background: #bd081c;
    color: #fff;
    border: 1px solid #bd081c;
}
.ftr-btm-social .icon3 i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
    border: 1px solid #d6249f;
}
.ftr-btm-social .icon5 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;
}
.ftr-btm-social .icon4 i {
    background: #40c1df;
    color: #fff;
    border: 1px solid #40c1df;
}
.ftr-btm-social .icon6 i {
    background: #e71807;
    color: #fff;
    border: 1px solid #e71807;
}
.ftr-btm-social ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;
}
.ftr-btm-copyright ul{
	text-align: center;
}
.ftr-btm-copyright ul li a{
	color: #fff;
}
.ftr-btm-copyright ul li a:hover{
	color: #fcdb16;
}
.ftr-btm-copyright ul li a.dropdown-item{
	color: black !important;
}
.ftr-btm-copyright ul li a.dropdown-item:hover{
	color: #fcdb16 !important;
}
.ftr-btm-copyright .dropdown-item.active, .dropdown-item:active{
	background: #fff !important;
}
.ftr-btm-copyright ul li{
	display: inline-block;
	padding: 0 10px;
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
/**/
.hm-certificat{
	padding: 100px 0 0px 0;
}
.hm-certificat-head{
	padding-bottom: 40px;
}
.hm-certificat-head h2{
	    text-align: center;
    /* font-family: 'Libre Baskerville', serif; */
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
        color: #00003d;
}
.hm-certificat-head h2 span{ 
	color: #ffdd11;
}	
.hm-certificat-logo ul li{
	display: inline-block;
	padding: 0 3px;
}
.hm-certificat-bord{
	position: relative;
}
.hm-certificat-bord:after{
	content: "";
    position: absolute;
    top: 14px;
    right: 30px;
    width: 2px;
    height: 100px;
    background: #0000000f;
}
.hm-certificat-bord ul li{
	padding: 0 15px;
}


/*-- ------------------------ --*/

.hm-map-cleint{
	padding: 100px 0 40px;
}
.hm-maping h2{
	font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 32px;
}
.hm-cleint-box ul li{
	width: 32%;
	float: left;
	border: 1px solid #0000000f;
	padding: 15px;
}
.hm-cleint-box ul li:nth-child(1), .hm-cleint-box ul li:nth-child(2), .hm-cleint-box ul li:nth-child(3){
	border-top: 1px solid #eee0;
}
.hm-cleint-box ul li:nth-child(3), .hm-cleint-box ul li:nth-child(6), .hm-cleint-box ul li:nth-child(9), .hm-cleint-box ul li:nth-child(12){
	border-right: 1px solid #eee0;
}
.hm-cleint-box ul li:nth-child(10), .hm-cleint-box ul li:nth-child(11), .hm-cleint-box ul li:nth-child(12){
	border-bottom: 1px solid #eee0;
}
.hm-cleint-box ul li:nth-child(1), .hm-cleint-box ul li:nth-child(4), .hm-cleint-box ul li:nth-child(7), .hm-cleint-box ul li:nth-child(10){
	border-left: 1px solid #eee0;
}
.hm-map-center{
	align-items: center;
}

/*-- ------------------------ --*/
.inr-prod{
	background-image: url(../images/tank-industry.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inr-prod:after{
	content:'';
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(36 35 35 / 80%);
    /* opacity: 0.8; */
    top: 0;
    left: 0;
}
.inr-prod-head{
	padding: 70px 0;
}
.inr-prod-head h1, .inr-prod-head h2{
	position: relative;
	z-index: 1;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 34px;
	letter-spacing: 0.7px;
	word-spacing: 4px;
}
.inr-prod-link{
	position: relative;
	z-index: 1;
	color: black;
}
.inr-prod-link{
	text-align: right;
	position: absolute;
	right: 0;
	bottom: -15px;
}
.inr-prod-link ul{
	position: relative;
	background: #fcdb16;
	left: -5px;
}
.inr-prod-link ul:after{
	content: "";
    background: #fcdb16;
    position: absolute;
    left: -150px;
    top: 0;
    width: 900px;
    height: 43px;
    z-index: -1;
    transform: skewX(-30deg);
}
.inr-prod-link ul li{
	display: inline-block;
	padding: 10px 12px;
}
.inr-prod-link ul li a{
	color: black;
}
.inr-prod-link ul li:last-child{
	color: black;
}
.inr-prod-link ul li span{
	position: relative;
	right: -10px;
}
.product{
	position: relative;
}
.product-dtl{
	padding-right: 30px;
	padding-top: 40px;
}
.product-dtl h2{
	font-size: 1.6rem;
	color: hsl(0, 0%, 0%);
	padding-bottom: 15px;
}
.product-dtl p{
	color: #3b3b3a;
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 7px;
}
.inner_prd_bx {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin-top: 15px;
    margin-bottom: 15px;
}
.inner_prd_p{
	text-align: left;
}
.product-range:after{
	content: "";
    background-color: #f6f6f7;
    height: 100%;
    width: 500px;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
}
.product-range{
	height: auto;
	position: sticky;
    top: 5px;
    clear: both;
    height: 115vh;
}
.product-range2{
	background: #fff;
	height: 100%;
	padding: 70px 20px;
}
.product-range h4{
	color: #f5d200;
	padding-bottom: 15px;
}
.product-range ul li a{
	color: #3b3b3a;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e95e;
}
.product-range ul li a:hover{
	color: #fcdb16;
}
.product-range ul li:last-child a{
	border-bottom: none;
}
.btn-download{
	max-width: calc(100% - 6px);
	justify-content: center;
	margin-inline: auto;
    /*display: flex;*/
    /*margin-top: clamp(1rem,5vw,3rem);*/
    position: relative;
    padding: 15px 65px 15px 12px;
    transition: .3s;
    font-weight: 700;
    border: 1px solid hsl(240, 3%, 94%);
    color: hsl(0, 0%, 0%);
    border-radius: 0px;
    margin-bottom: 60px;
    display: block;
    background-color: #fff;
    margin-top: 30px;
}
.btn-download::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 100%;
    background-color: #fcdb16;
    background-image: url(../images/download--white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: 20px;
}
.btn-download:hover{
	background-color: #fcdb16;
	color: #fff;
}
.applications{
	background: #f9f9fa;
	padding: 30px 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.applications .col-md-6{
	margin-bottom: 10px;
}
.applications-dtl{
	background: #fff;
	transition: .3s;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
	height: 100%;
}
.applications-head{
	margin-bottom: 30px;
}
.applications-head h4 span{
	font-size: 1.3rem;
	padding: 7px 30px 7px 0px;
	position: relative;
	color: hsl(0, 0%, 0%);
}
.applications-dtl span {
    color: #3b3b3a;
    display: block;
    font-weight: 400;
    font-size: .875rem;
    padding: 10px 10px 10px 50px;
    text-decoration: none;
    transition: .3s;
    width: 100%;
    text-align: left;
}
.applications-dtl::before {
    content: "";
    display: block;
    width: 40px;
    position: absolute;
    pointer-events: none;
    left: 15px;
    background-color: #f6f6f7;
    height: 100%;
    top: 0;
    transition: .1s;
}
.applications-dtl::after {
    content: "";
    border-radius: 2px;
    border-right: solid 3px #fcdb16;
    border-top: solid 3px #fcdb16;
    display: block;
    position: absolute;
    pointer-events: none;
    left: 25px;
    transform: rotate(45deg);
    width: 13px;
    height: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-inline: 0;
    transition: .1s;
}

.prod-table{
	margin-top: 30px;
}
.prod-table tr:nth-child(odd) {
  background: #fafafa;
}

.inn_prod_table thead tr {
  background: #0a093a !important;
  color: #fff;
}

.prod-table table thead tr th {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #fff;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e669;
  color: #3b3b3a;
  letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.inn_prod_table.table-bordered th{
  font-weight: 500;
}
.inn_prod_table {
  margin: 0;
}
.prod-list-heading h4{
    font-size: 1.3rem;
    position: relative;
    color: hsl(0, 0%, 0%);
    line-height: 28px;
}
.prod-bullet{
	padding-top: 15px;
}
.prod-bullet li{
	position: relative;
	margin-left: 30px;
	padding: 6px 0;
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.prod-bullet li::before {
    background-color: #fcdb16;
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 9px;
    left: -24px;
    top: 12px;
    transform: skewX(-30deg);
}
.prod-img-section{
	background-image: url(../images/page-lines.svg);
    background-repeat: no-repeat;
    background-size: 180vw auto;
    background-position: 50% 0;
    background-color: #6d6f72;
    padding: 60px 0;
}
.prod-img-name{
	background-color: #fff;
	padding: 15px 10px;
	text-align: center;
	color: #fcdb16;
}
.prod-img-name h5{
	font-size: 16px;
	color: black;
}
.prod-img-box{
	margin: 15px 0;
	background-color: #fff; 
}
.prod-img-box img{
	margin: 0 auto;
	display: table;
	border: 7px solid #fff;
    border-bottom: 0px;
}
.prod-img-boxes{
	margin: 15px 0;
	background-color: #fff; 
}
.prod-img-boxes img{
	margin: 0 auto;
	display: table;
	border: 7px solid #fff;
}
.moc{
	padding: 60px 0 30px;
}
.moc-dtl{
	text-align: center;
}
.moc-dtl h3{
	font-size: 1.3rem;
	margin-top: 30px;
	padding-bottom: 5px;
}
.moc-dtl p{
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 7px;
}
/*---------------*/
.about{
	padding: 80px 0;
}
.about-head h1{
	font-size: 35px;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    color: #fcdb16;
}
.about-head span{
	font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 20px;
    color: #0a093a;
}
.about-head p{
	margin-top: 5px;
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.about-head{
	padding-bottom: 60px;
	text-align: center;
}

.about-img{
	padding-right: 15px;
	position: sticky;
	top: 80px;
}
.about-img img{
	padding: 10px;
    background: #f6f7f987;
	box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}
.hm-abt-year {
    /*background-color: #f6f6f7;
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);*/
    padding: 30px 15px;
}
.hm-abt-year-box {
    position: relative;
    padding: 10px 15px;
    /*border-left: 4px solid #7a75b4;
    border-right: 4px solid #7a75b4;*/
}
/*.hm-abt-LeftBord:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #7a75b4;
    left: 0;
    bottom: 0;
}
.hm-abt-LeftBord:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #7a75b4;
    left: 0;
    top: 0;
}*/
.hm-abt-no {
    font-size: 55px;
    font-weight: 700;
    color: #fcdb16;
    line-height: 75px;
}
.hm-abt-text {
    font-size: 20px;
    font-weight: 300;
    color: hsl(0, 0%, 0%);
    line-height: 25px;
}
/*.hm-abt-RightBord:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #7a75b4;
    right: 0;
    bottom: 0;
}
.hm-abt-RightBord:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #7a75b4;
    right: 0;
    top: 0;
}
*/

.aboutBL{
	border-left: 2px solid #f4f4f4;
}
.about-dtl{
	padding-left: 15px;
}
.about-dtl h4{
	font-size: 1.6rem;
    color: hsl(0, 0%, 0%);
    padding-bottom: 15px;
}
.about-dtl p{
    color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 15px;
}
.about-dtl p b{
	font-weight: 500;
}
.about-manufacturers{
	padding: 80px 0;
    background:#f6f7f9 url(../images/counter.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    position: relative;
}
.about-manuf-dtl h2{
	font-size: 1.6rem;
    color: hsl(0, 0%, 0%);
    padding-bottom: 15px;
}
.about-manuf-dtl p{
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 15px;
}
.align-item{
	align-items: center;
}
.about-manuf-img{
	background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}
.about-grp{
	padding: 80px 0 20px;
}
.about-grp-dtl h3{
	font-size: 1.6rem;
    color: hsl(0, 0%, 0%);
    padding-bottom: 15px;
}
.about-grp-dtl p{
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
}	
.about-grp-dtl p a {
    color: #00003d;
    text-decoration: underline;
    font-weight: 600;
}
/*-------------------*/
.contact{
	padding: 80px 0;
}
.contact-head{
	text-align: center;
	margin-bottom: 80px;
}
.contact-head h2{
	font-size: 25px;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.4;
    color: #00003d;
}
.contact-head p{
	margin-top: 5px;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    line-height: 25px;
    font-size: 16px;
    color: #2b2b2b;
}
.contact-head p span{
	font-weight: 500;
}
.cont-box {
    box-shadow: 1px 1px 11px #dee2e6;
    padding: 15px;
    background: #dee2e65e;
    border-radius: 5px;
    position: relative;
    padding: 40px 20px 30px;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cont-box span.icon {
    position: absolute;
    left: 0;
    width: 80px;
    height: 40px;
    background: #fcdb16;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    top: 0;
    margin-top: -20px;
    left: 50%;
    margin-left: -40px;
    border: 1px solid #00000024;
    box-shadow: 1px 1px 14px 7px #00000024;
}
.location-text h4{
	font-size: 20px;
    color: hsl(0, 0%, 0%);
    padding-bottom: 10px;
    padding-top: 10px;
}
.location-text p{
	color: #2b2b2b;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.map{
	padding: 80px 0 40px;
}
.maping h5{
	margin-bottom: 30px;
	border-bottom: 1px solid #f1f0f0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 22px;
}

form.form-horizontal {
    padding: 25px;
    background: #fff;
    border: 1px solid #efefef;
}
.form-group input.btn {
    background: #e4282e;
    border: 0px;
    padding: 10px 30px;
    margin: 10px 0px 0px;
    color: #fff;
}

.form-control {
    border-radius: 0px;
    color: #000 !important;
    font-size: 13px !important;
    min-height: 47px;
    font-weight: 500;
}
.form-group .submitbutton{
	background: #fcdb16;
    padding: 8px 25px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    border: 2px solid transparent;
    margin-top: 10px;
    width: 100%;
}
.form-group .submitbutton:hover{
	    border: 2px solid #fcdb16 !important;
    color: #fcdb16 !important;
    background: #fff !important;
}

.single-contact-info {
    overflow: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: #efefef!important;
}
.single-contact-info .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background-color: #febc35;
    float: left;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.single-contact-info .icon {
    border-radius: 50px!important;
    background-color: #fcdb16 !important;
    color: #fff!important;
}
.single-contact-info span {
    display: block;
    color: #00003d;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.single-contact-info p, .single-contact-info p a{
    color: #2b2b2b;
    display: block;
    line-height: 26px;
}
/*------------------*/
.gallery{
	padding: 80px 0;
}
.inn-product-bx {
    padding: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.inn-product-bx:hover {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.product-rht-lst h5 {
    font-size: 18px;
    color: black;
    background: #fcdb16;
    padding: 10px 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.product-rht-lst ul li a {
    background-color: #fff;
    padding: 8px 15px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 6%);
    margin-bottom: 15px;
	font-size: 15px;
	font-weight:500;
    color: #3b3b3a;
	letter-spacing:0.50px;
    text-transform: capitalize;
    display: block;
    border: 1px solid rgba(0,0,0,.1);
}
.product-rht-lst ul li a:hover {
	background-color: #fcdb16;
	color:#fff !important;
}
.product-rht-lst ul li a i {
	margin-right:5px;
	color: #fcdb16;
}
.product-rht-lst ul li a:hover i{
	color: #fff;
}
.product-rht-lst {
	position:sticky;
	content:'';
	top:12%;
	z-index:1;
}
.inn-prd-hd h4 {
    font-size: 20px;
    color: black;
    font-weight: 600;
    display: block;
    letter-spacing: 0.50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.inn-prd-hd {
    padding-bottom: 20px;
}
.product-rht-lst {
	margin-right:15px;
}
#stroage-tanks{
	border:none;
}
.gallery hr{
	margin-top: 2rem;
    margin-bottom: 2rem;
}
/*-------------------------*/
.certificate{
	padding: 80px 0 30px;
}
.certificate .col-md-3, .certificate .col-md-4{
	margin-top: 30px;
	margin-bottom: 30px;
}
.certificate-dtl {
    box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
    position: relative;
    display: block;
}
.certificate-name {
    background: #fcdb16;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.certificate a .certificate-name h5 {
    color: black;
}
.certificate-name h5 {
    font-weight: 400;
    font-size: 16px;
    padding: 0 5px;
    letter-spacing: .5px;
}
/*-------------------------*/
.cleint{
	padding: 80px 0 0;
}
.client_bx {
    padding: 10px;
    background: #fff;
    border: 2px dotted #e1e1e1;
    margin-bottom: 15px;
}
.client_bx img {
    margin: 0 auto;
    display: table;
}
.client_bx span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #5b5b5b;
    white-space: nowrap;
    overflow: hidden;
}
/*-------------------------*/
.projects{
	padding: 80px 0 40px;
}
/*-------------------------*/
.blogs{
	padding: 80px 0 60px;
}
.blog-hr{
	margin-top: 3rem;
    margin-bottom: 3rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.main-blog-bord{
	position: relative;
	padding: 20px 0;
}
.main-blog-bord:after{
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, .1);;
	position: absolute;
	right: -30px;
	top: 0;
}
.main-blog-head{
	text-align: center;
	margin-bottom: 30px;
}
.main-blog-head h6{
	color: #0a093a;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.main-blog-head h2, .main-blog-head h1{
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 30px;
	color: black;
}
.main-blog-head h2 a{
	color: black;
}
.main-blog-head .upper-icon{
	margin: 0px auto;
	display: block;
}
.main-blog-head .main-blog-posted{
	display: block;
	margin-top: 40px;
	text-transform: uppercase;
	color: #3b3b3a;
	font-size: 14px;
}
.main-blog-img{
	position: relative;
}
.main-blog-img span{
	position: absolute;
    top: 7%;
    left: 0;
    color: #3b3b3a;
    padding: 7px 8px;
    line-height: 20px;
    text-align: center;
    margin-left: -.8em;
    backface-visibility: hidden;
    border: 2px solid #fcdb16;
    display: table;
    height: 2.8em;
    pointer-events: none;
    width: 2.8em;
    z-index: 1;
    background: #fff;
}
.main-blog-continue{
	padding-top: 30px;
}
.main-blog-continue p {
    color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 7px;
}
.main-blog-continue ul{
	margin-top: 10px;
	margin-bottom: 20px;
}
.main-blog-continue ul li {
    color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.main-blog-continue ul li:after {
    background-color: #fcdb16;
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 9px;
    left: 0px;
    top: 5px;
    transform: skewX(-30deg);
}
.main-blog-continue a.blog-btn{
	color: #fcdb16;
	border: 1px solid #fcdb16;
	padding: 8px 15px;
	font-size: 14px;
	margin: 20px auto 0;
	display: table;
}
.main-blog-continue a.blog-btn:hover{
	background: #fcdb16;
	color: #fff;
	border: 1px solid #fcdb16;
}
.main-blog-continue a{
	color: #fcdb16;
}
.blog-sidbar{
	padding-left: 40px;
	position: sticky;
	top: 100px;
}
.blog-brochure {
    background: #eef2f6;
    border-radius: 5px;
    padding: 5px;
}
.blog-brochure img {
    border-radius: 5px;
}
.blog-brochure-btn button {
    background: #fcdb16;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .2px;
    cursor: pointer;
    margin-top: 5px;
}
.blog-social h4{
	font-size: 24px;
	font-weight: 600;
}
.blog-social ul{
	text-align: left;
}
.blog-recent{
	padding-left: 90px;
	position: relative;
	margin-bottom: 15px;
}
.blog-recent-date{
	position: absolute;
    top: 0;
    left: 0;
    color: #3b3b3a;
    padding: 7px 8px;
    line-height: 20px;
    text-align: center;
    backface-visibility: hidden;
    border: 2px solid #fcdb16;
    display: table;
    height: 2.8em;
    pointer-events: none;
    width: 2.8em;
    z-index: 1;
    background: #fff;
}
.blog-recent-title a{
	color: black;
	line-height: 20px;
	display: block;
}
.blog-recent-title:hover a{
	color: #fcdb16;
}

.blog-nxt-prev ul{
	text-align: center;
}
.blog-nxt-prev ul li{
	display: inline-block;
	margin:0 30px;
}
.blog-nxt-prev ul li a{
	color: #3b3b3a;
}
.blog-nxt-prev .blog-next-prev{
	background: #fff;
	border: 2px solid #fcdb16;
	align-items: center;
	border-radius: 5px;
	padding: 10px 10px;
	width: 150px;
	display: block;
	position: relative;
	top: -8px;
}
.blog-nxt-prev .blog-next-prev:hover{
	background: #fcdb16;
	color: #fff;
}
.blog-nxt-prev .blog-next-prev i{
	color: #3b3b3a;
}
.blog-nxt-prev .blog-next-prev:hover i{
	color: #fff;
}
.blog-nxt-prev ul li a i{
	color: #c9c9c9;
}
.blog-nxt-prev ul li a:hover i{
	color: #fcdb16;
}
.blog-nxt-prev ul li a .fa-table-cells-large{
	font-size: 30px;
}
/*-------------------------*/
.product-faq{
	padding-top: 30px;
	padding-bottom: 80px;
}
.product-faq .prod-list-heading{
	padding-bottom: 20px;
}
.product-faq .accordion-container {
	 max-width: 100%;
}
.product-faq details {
	 font-size: 1rem;
	 margin: 0 auto;
	 width: 100%;
	 position: relative;
	 border-bottom: 1px solid #e4e4e7;
	 transition: all 0.3s ease-in-out;
}
.product-faq details:hover {
	 opacity: 1;
}
.product-faq summary {
	 user-select: none;
	 cursor: pointer;
	 list-style: none;
	 display: flex;
	 align-items: center;
	 padding: 1rem 0;
}
.product-faq summary:hover {
	 text-decoration: underline;
}
.product-faq summary:hover .title {
	 opacity: 1;
}
.product-faq summary:hover .accordion-icon {
	 opacity: 1;
}
.product-faq .accordion-title {
	 color: #151518;
	 width: 90%;
	 font-weight: 500;
	 transition: all 250ms ease-in-out;
}
.product-faq .accordion-icon {
	 opacity: 0.5;
	 pointer-events: none;
	 position: absolute;
	 right: 1rem;
	 transition: all 150ms ease-out;
}
.product-faq .accordion-icon svg {
	 width: 1.5rem;
	 height: 1.5rem;
	 transition: transform 0.3s ease-in-out;
}
.product-faq .accordion-content {
	 color: #3c3e47;
	 padding: 0.2rem 0rem 1rem 0rem;
	 font-size: 0.95rem;
	 font-weight: 400;
	 line-height: 1.65;
}
/** Remove Marker */
.product-faq summary::-webkit-details-marker {
	 display: none;
}
/** Rotate Icon */
.product-faq details[open] .accordion-icon svg {
	 transform: rotate(180deg);
}
/*-------------------------*/
.product-blogs-main{
	padding-bottom: 80px;
}
.product-blogs-main .prod-list-heading{
	padding-bottom: 30px;
}
.product-blogs .owl-dots {
    text-align: center;
    margin-top: 15px;
}
.prod-blog-dtl{
	border: 5px solid #f6f6f7;
}
.prod-blog-date{
	position: relative;
}
.prod-blog-date span {
    position: absolute;
    bottom: 7%;
    right: -10px;
    color: #3b3b3a;
    padding: 7px 8px;
    line-height: 20px;
    text-align: center;
    margin-left: -0.8em;
    backface-visibility: hidden;
    border: 2px solid #fcdb16;
    display: table;
    height: 2.8em;
    pointer-events: none;
    width: 2.8em;
    z-index: 1;
    background: #fff;
}
.prod-blog-read{
	padding: 20px 10px 0;
}
.prod-blog-read p {
    color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 7px;
}
.prod-blog-reading {
    color: #fcdb16;
    border: 1px solid #fcdb16;
    padding: 8px 15px;
    font-size: 14px;
    margin: 20px auto 20px;
    display: table;
}
.prod-blog-reading:hover {
    background: #fcdb16;
    color: #fff;
    border: 1px solid #fcdb16;
}

/*-------------------------*/


.event{
	padding: 80px 0 40px;
}
.event-box{
	transition: .25s cubic-bezier(.02, .01, .47, 1);
    position: relative;
    border-radius: 10px;
    box-shadow: rgb(60 64 67 / 30%) 0 1px 2px 0, rgb(60 64 67 / 15%) 0 1px 3px 1px;
    margin: 15px 0;
}
.event-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 60px 0 rgb(0 0 0 / 20%), 0 0 0 transparent;
}
.exibitions-img img{
	border-radius: 5px 0 0 5px;
}
.exibitions-content {
	padding: 30px 20px
}

.exibitions-content span {
	font-size: .875rem;
	text-align: justify;
	display: block;
	padding-bottom: 10px;
	color: #212529
}

.exibitions-content h4 {
	font-size: 1.5rem;
	font-weight: 600;
	padding-bottom: 10px;
	transition: .5s ease-in-out;
	color: #7a75b5;
}

.exibitions-content p {
	font-size: 1rem;
	font-weight: 400;
	color: #212529;
	line-height: 1.5;
	padding-bottom: 7px
}

.exibitions-content .BtnBlue{
	background: #fcdb16;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    border: 2px solid transparent;
    margin-top: 15px;
}
.event-box:hover .exibitions-content .BtnBlue{
    border: 2px solid #fcdb16 !important;
    color: #fcdb16 !important;
    background: #fff !important;
}

.applications .col-md-4 {
    margin-bottom: 10px;
}
.exibitions-dtl-img img{
	padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}
.event .applications{
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}
.exibitions-main-dtl h2{
	font-size: 1.8rem;
    color: #7a75b5;
    padding-bottom: 15px;
    font-weight: 700;
}
.exibitions-main-dtl .event-date span {
    font-family: gotham;
    font-weight: 500;
    display: block;
    padding-bottom: 15px;
    font-size: 20px;
    color: #3b3b3a;
}
.exibitions-main-dtl p {
    color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 7px;
}
.prod-bullet li a{
	color: #3b3b3a;
}
.prod-bullet li a{
	color: #3b3b3a;
}
/*.modal-md {
    max-width: 630px !important;
    margin: 30px auto;
}*/
.modal-body1 .cls {
    margin-top: 10px;
    border: 2px solid #000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    position: absolute;
    opacity: 1;
    right: -10px;
    top: -25px;
}

/*------------------------*/
.solar{
	padding: 60px 0 0;
}
.inr-prod-head {
    padding: 50px 0;
}
.inr-prod-head h1, .inr-prod-head h2{
	font-size: 28px;
	text-align: center;
}
.main-nav ul li a span{
	color: #FFDE21;
}
.inr-prod-solar .inr-prod-link ul:after{
	left: -90px;
}
.video-placeholder {
    max-width: 33.25rem;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 15px;
}
.video-placeholder .video-preview {
    background-color: #fff;
    border: 0.313rem solid #fff;
    border-radius: 3.75rem 0.625rem 3.75rem 0.625rem;
    -ms-box-shadow: 0 .25rem 2.5rem rgba(0,0,0,.102);
    -o-box-shadow: 0 .25rem 2.5rem rgba(0,0,0,.102);
    box-shadow: 0 0.25rem 2.5rem rgb(0 0 0 / 10%);
    min-height: 12.75rem;
    overflow: hidden;
    padding-bottom: 67.67%;
    position: relative;
}
.video-placeholder .video-preview>.our-company-video-area {
    left: 0;
    /*pointer-events: none;*/
    position: absolute;
    top: 50%;
    transform: translate(-10%,-50%);
    width: 100%;
}

.solar-head h2{
	font-size: 1.5rem;
    color: hsl(0, 0%, 0%);
    padding-bottom: 15px;
    font-weight: 600;
}
.solar-head p{
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 7px;
    line-height: 26px;
}
.solar .applications {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 60px 20px;
}
.solar .applications-head h4 span{
	font-size: 1.5rem;
	font-weight: 600;
}
.solar .applications-dtl{
    align-items: center;
    display: flex;
}
.solar .applications-dtl span{
	font-size: 15px;
}
.solar-list h3{
	padding: 0px 30px 7px 0px;
    position: relative;
    color: hsl(0, 0%, 0%);
    font-size: 1.5rem;
    font-weight: 600;
}
.solar-list p{
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 7px;
}
.solar-experience{
	align-items: center;
}
.solar-experience .solar-list .prod-bullet{
	padding-top: 0;
}
.solar-img img{
	margin: 15px 0;
	border: 7px solid #fff;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
}
.solar-box{
	margin-top: 60px;
	border: 1px solid #fcdb16;
	border-radius: 25px;
	position: relative;
}
.solar-box:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background: #fcdb16;
	left: 50%;
	top: 0;
}
.solar-box-list{
	padding: 40px;
	height: 100%;
}
.solar-box-list h3{
	padding: 0px 30px 7px 0px;
    position: relative;
    color: hsl(0, 0%, 0%);
    font-size: 1.5rem;
    font-weight: 600;
}
.solar-box-list .prod-bullet{
	padding-top: 10px;
}
.visit-oem {
    text-align: center;
    margin-top: 40px;
}
.visit-oem p {
    font-size: 17px;
    color: #212529;
    font-weight: 700;
    line-height: 30px;
}
.visit-oem p a {
    text-decoration: underline;
    color: #fcdb16;
}
.cleint-justified{
	justify-content: center;
}
/*.cleint-head{
	margin-top: 30px;
}*/
.cleint-head h2{
	text-align: center;
	position: relative;
    color: hsl(0, 0%, 0%);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fcdb16;
}
.soalar-cleint-list ul{
	display: flex;
}
.soalar-cleint-list ul li{
	width: 20%;
	flex-wrap: wrap;
	padding: 0 5px;
	height: 100%;
} 
/*------------------------*/
/** -- Call -- **/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 65px;
    right: -1px;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-img-circle {
    background-color: #7a75b4;
    box-shadow: 0px 1px 5px #41506282;
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 30px;
    left: 24px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
span.background-zalo-ib, span.background-call {
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    background-size: cover;
}
span.background-call i{
	color: #fff;
	font-size: 24px;
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
.hotline-bar {
    position: absolute;
    background: #fcdb16;
    height: 45px;
    width: 0px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px;
    right: 38px;
    bottom: 21px;
    overflow: hidden;
}
.hotline-phone-ring-wrap:hover .hotline-bar{
	width: 210px;
}
.hotline-phone-ring-wrap .hotline-bar .text-hotline{
	white-space: nowrap;
  	text-overflow: ellipsis;
}
.hotline-bar > a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    text-indent: 12px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
}
/** -- Call End -- **/
.whatsapp-btn {
  position: fixed;
  bottom: 145px;
  right: 20px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
/*------------------------*/

.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect img {
    position: absolute;
    content: '';
    width: 40px;
    left: -20%;
    background: #fff;
    padding: 5px;
    border-radius: 9px;
    top: 5px;
    z-index: 2;
    box-shadow: 0 0 5px 1px #00000026;
}
#quick_logo_animate {
	animation-name:stretch;
	transform-origin:center;
	animation-timing-function:ease-out;
	animation-delay:0;
	animation-direction:alternate;
	animation-duration:2.5s;
	animation-fill-mode:none;
	animation-iteration-count:infinite;
}
@keyframes stretch {
  0% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
.quick_connect h5 {
	position:relative;
	padding:15px 25px;
	background:#fcdb16;
	color:black;
	font-size:16px;
	border-radius:5px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
}
.quick_connect i {
	font-size: 30px;
    color: #fcdb16;
    position: absolute;
    right: 15px;
    bottom: -10px;
}

/*------------------------*/

.enquire {
    position:fixed;
    bottom:10px;
    right:0px;
    z-index:99999;
}
.modal-body {
    padding:0px;
    background: rgba(171, 172, 174, 0.102);
}
.modal-header {
    text-align: center;
    background: #fcdb16;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
h5.modal-title {
    color:black;
    font-size:20px;
    text-align:center;
    letter-spacing:0.25px;
    font-weight:500;
    padding-left:20px;
}
.modal-content{
   background-color: #f5f5f5;
}
.modal-content .close {
    opacity:1;
    padding:0px;
    margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #000;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.request_form .form-group input {
    display: block;
    width: 100%;
    color: #464646;
    font-weight:500;
    border: 0px;
    letter-spacing:0.25px;
    padding: 10px 15px;
    font-size: 14px;
    background: #fff;
}
.request_form .form-group textarea {
    display: block;
    width: 100%;
    color: #464646;
    font-weight:500;
    border: 0px;
    letter-spacing:0.25px;
    padding: 10px 15px;
    font-size: 14px;
    background: #fff;
}
.enquire-pad-box{
	padding: 30px;
}
.submit_btn {
    font-size: 14px;
    padding: 15px 25px;
    background: #fcdb16;
    color: black;
    cursor:pointer;
    display: block;
    font-weight: 600;
    border:0px;
    margin: 0 auto;
}
.submit_btn:hover {
    border:0px;
    color:#fff;
    background:#181818;
}