@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #343434;
    line-height: 22px;
}
body {
    overflow-x: hidden;
}
a {
    outline: 0;
}
a:hover {
    text-decoration: none;
    color: #000000;
}

/* Base Style Starts Here */
.yellow {
	color: #fcdc3a;
}
.black {
	color: #121212;
}
.grey {
	color: #454545;
}
.white {
	color: #fff;
}
.yellow-bg {
	background-color: #fcdc3a;
}

/* Base Style Ends Here */

.top-bg {
	padding-top: 5px;
	padding-bottom: 5px;
}
.top-bg span {
	font-size: 12px;
	font-weight: 500;
}
.top-bg a {
	color: #2c2c2c;
	font-weight: 500;
}
.social span {
	padding: 0px 10px;
}
a {
	color: #009ee3;
}

/* Navigation Style Starts Here */
#navbarSupportedContent ul {
	float: right;
}
.navbar-brand img {
	width: 80%;
}
#navbarSupportedContent img {
    height: 100px;
    object-fit: contain;
    margin-bottom: 5px;
}
#navbarSupportedContent p {
	margin-bottom: 0;
}
/* adds some margin below the link sets */
.header {
	margin-top: 30px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
.header #navbar-collapse-1 {
	float: right;
	text-align: right;
}
.header ul.nav a {
	color: #333;
	font-weight: 300;
	padding: 0px 20px;
}

.navbar .navbar-nav a {
    color: #131313 !important;
    font-weight: 500;
	font-size: 16px;
}
/*.top-margin-adjust {
  margin-top: 85px;
}*/
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom:1rem;
}

/* breakpoint and up - mega dropdown styles */
.features .panel-body ul.list-style{
    display: inline-block;
    padding-left: 20px;
	padding-right: 20px;
}
.infra-content .inner-box img, .vc_column-inner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#infa5 {
    overflow: hidden;
}
@media screen and (min-width: 992px) {
/* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
/*.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}*/

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
  /* height of nav-item */
  top:85px;
  border:none;
  border-radius: 0;
  background-color:#fefefe!important; /* old color #f3f3f3 */
  /*-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;*/
  border-top: 1px solid rgba(0,0,0,.1);
  background-color: #fff;
  font-size: 0.9rem;
  text-align: center;
}

/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 2rem 2rem !important;
}

.dropdown-toggle::after {
	position: absolute;
	top: 48px;
}
}

/* Navigation Style Ends Here */

/* Header Style Ends Here */

/* */
.carousel-caption.slider-text {
	bottom:25%;
}
.carousel-inner img{
	height: 700px;
	object-fit: cover;
}
.swiper-slide a {
    height: 640px;
}
.swiper-slide a img{
    height: 100%;
	object-fit: cover;
}
.font-style h5 {
	baseline-shift: sub;
	letter-spacing: 2px;
	font-size: 20px;
}
.section {
	margin-top: 80px;
}
.section h5 {
	margin-bottom: 20px;
}
.section-why p {
	padding-top: 20px;
	font-size: 16px;
}
.section-why img {
	width: 40px;
	height: auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.section-products {
	padding-left: 30px;
	padding-right: 30px;
}
.section-clients {
	padding-bottom: 80px;
}
.section-clients div img {
	margin: 0 auto; 
	border: 1px solid #ccc;
}

.slide-text {
	position: absolute;
	bottom: 5%;
	text-align: center;
	left: 0;
	right: 0;
	color: #fff;
	text-transform: uppercase;
}
/*.products-home-slide a:hover {
	filter:greyscale;
}*/
/* Inner Pages Style Starts Here */
.navbar .navbar-nav .product-menu .dropdown-menu .col-sm.col-xs-12 a{
	padding: 0;
}
.navbar .navbar-nav .product-menu .dropdown-menu .col-sm.col-xs-12 a img{
	width: 100% !important;
	height: 100px;
	object-fit: cover !important;
}
.navbar .navbar-nav .product-menu .dropdown-menu .col-sm.col-xs-12 a p{
	padding: 15px;
}
.parallax {
	position: relative;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	height: 600px;
}
.parallax:before {
  	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	opacity: .5;
}
.about-bg {
	background-image: url(../img/banners/about-banner-1.jpg);
}
.about-bg.double-grider-cranes {
    background-image: url(../img/double2-banner.jpg);
    background-position: 100% 30%;
}
.about-bg.single-girder {
	background-image: url(../img/single-girder.jpg);
}
.about-bg.goliath-carnes {
	background-image: url(../img/goliath-cranes.jpg);
	background-position: top;
}
.about-bg.jib-cranes {
	background-image: url(../img/Jib-Crane.jpg);
	background-position: 100% 10%;
}
.about-bg.wire-rope {
	background-image: url(../img/WireRopeHoist.jpg);
	background-position: 100% 10%;
}
.about-bg.transfer-trolly {
	background-image: url(../img/TransferTrolley.jpg);
	background-position: bottom;
}
.inner-banner-text {
	bottom:20%;
}
.about-style > div > div {
	padding-top: 50px;
}
.about-style h4 {
	text-align: center;
}
.inner-parallax {
	position: relative;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 100%;
	height: 500px;
}
.inner-parallax img.img-fluid {
    width: auto;
    height: 500px;
}
.parallax-bg:before {
  	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	opacity: .8;
}
.about-bg-1 {
	background-image: url('../img/about-bg-1.jpg');
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
  	height: 500px;
}
.about-saw {
	/* background-image: url('../img/banners/saw-about.jpg'); */
display: flex;
align-items: center;
justify-content: center;
}
.about-saw img {
	width: 75%;
	margin: auto;
}
.inner-heading-style {
	padding-top: 100px;
}
.inner-spacing {
	padding-top: 60px;
	padding-bottom: 60px;
}
.text-overimg {
	position: absolute;
	color: #fff;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	top:28%;
}
.text-overimg p {
	font-size: 18px;
}


/* Products Page Style Starts Here */
/*.double-girder-bg {
	background-image: url('../img/301A1092.jpg');
	height: 500px;
}
/* Products Page Style Ends Here */

.best-choice > div > div {
	margin-bottom: 20px;
}

.best-choice img {
	position: absolute;
	width: 35px;
	left: -45px;
	opacity: 0.7;
}
.list-logo {
	position: relative;
	margin-top: 50px;
}
.list-content {
	max-width: 900px;
	position: relative;
	width:100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.list-content > img {
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: 100px;
}
.list-logo h5 {
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 900;
}
.list-logo p {
    font-size: 14px;
    line-height: 24px;
}
.list-logo .about-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.about-list > div:nth-child(2) {
	margin-top: -50px;
}
.about-list > div:nth-child(4), .about-list > div:nth-child(6) {
	margin-top: 80px;
}
.about-list > div:nth-child(5) {
	margin-top: 150px;
}
.list-logo:after {
	content: '';
	position: absolute;
	right: 0;
	top: -100px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	width: 300px;
	height: 505px;
	background-image: url(../img/pattern2.png);
}
.products-content {
    position: relative;
    margin-top: 50px;
}
.products-content:before {
	content: '';
	position: absolute;
	left: -100px;
	top: -100px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	width: 510px;
	height: 505px;
	background-image: url(../img/pattern1.png);
}

.edge-title {
	/*background-color: #FCDC3A;
	color: #000;*/
	border-radius: 24px 24px 0 0;
	/*box-shadow: 0px 20px 50px rgba(0,0,0,0.2);*/
	padding: 23px 30px 20px;
}

.edge-content {
	box-shadow: 0px 20px 50px rgba(0,0,0,0.2);
	border-radius: 0 0 24px 24px;
	padding: 9px 25px 17px;
}
.edge-content ul {
	margin: 0 0 20px;
	padding:10px 0 0 0;
	list-style: none;
}
.edge-content ul li {
	border-bottom: 1px solid #dcdcdc;
	letter-spacing: .01em;
	padding: 20px 5px 20px 35px;
}
.edge-content ul li:last-child {
	border-bottom: 0;
}
.edge-content ul li:before {
	background-image: url(../img/list-icon.png);
	content: '';
	position: absolute;
	width: 17px;
	height: 14px;
	left:30px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.advantage-head {
	padding: 23px 30px 20px;
	/*text-align: center;*/
}
.our-advantage h4 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Antonio', sans-serif;
}
.zoom-in:hover img {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	cursor: pointer;
}
.zoom-in {
	overflow:hidden;
	width:100%;
}
.zoom-in img {
	-webkit-transition:all 0.7s ease;
	transition:all 0.7s ease;
}
h2{
	font-family: Antonio !important;
}
.features h4.panel-title {
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 900;
}
.features h4 a {
	color: #313131;
}
.features h4 a i {
	float: right;
}
.features ul.list-style.one {
	width: 50%;
}
.features ul.list-style.two {
	width: 100%;
}
.features ul.list-style {
	padding-left: 0;
	padding-top: 20px;
	margin-bottom: 0px;
	float: left;
	padding-bottom: 50px;
}
.features ul.list-style li {
	width: 100%;
	position: relative;
    font-size: 18px;

}
.features ul.list-style li:before {
	content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fcdc3a;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.technical-data {
	text-align: center;
}
.technical-data tr.heading th {
    background-color: #fcdc3a !important;
    padding: 10px;
    border: 2px solid #fff;
    font-weight: 900;
    text-transform: uppercase;
}
.technical-data tr td {
	background-color: #f6f6f3;
	border:3px solid #fff;
	padding:10px;
}
/* Inner Pages Style Ends Here */

/* Contact Page Style Starts Here */
.ad-content {
    display: flex;
    height: 80vh;
}
.ad-content img {
    object-fit: cover;
}
.contact-form .form-control{
    border-radius:0;
}

.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    border: none;
    padding: 10px 20px;
    background: #FCDC3A;
    font-weight: 600;
    color: #313131;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 0;
    padding: 1.5%;
    color: #fff;
    background-color: #FCDC3A;
    border: none;
    cursor: pointer;
}
/* Contact Page Style Ends Here */


/* Footer Style Starts Here */
.footer {
	/* background-color: #fcdc3a; */
	/* background-color: #f9f9f9; */
	background-image: url('../img/footer.png');
	padding-top: 80px;
	text-align: center;
	padding-bottom: 60px;
}
.list-style li {
	display: inline-block;
	padding: 0px 20px;
}
.list-style li a {
    color: #333;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Antonio' !important;
}
/*--new css--*/
.col-12.px-0.ad-text-center.aos-init.aos-animate{
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	display: flex;
}
.col-design-sec {
    position: relative;
    height: 100%;
}
.col-design-sec:before {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 69px;
    left: 47px;
    border: 5px solid #fcdc3a;
}
h2 {
    font-size: 60px;
    font-weight: 900;
}
.carousel-item::before {
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}
.carousel-caption.slider-text h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
/* .learn-btn {
    display: inline-block;
    background: #fcdc3a;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 5px;
} */
.home-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    padding: 16px 15px 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;	
}
.home-box:hover{
	background-color: #009ee3;
	color: #fff;
}
.home-box svg {
    width: 65px;
    height: 65px;
}
.home-box:hover svg {
	animation-name: spin;
	-webkit-animation-name: spin;
	animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  fill: #fff;
}
.col-sm-3.col-12:nth-child(2) .home-box:hover svg .cls-3{
	fill: #fff;
}
.col-sm-3.col-12:nth-child(3) .home-box:hover svg{
	animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
			-webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}
.col-sm-3.col-12:nth-child(4) .home-box:hover svg{
	animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
			-webkit-animation-name: fadeIn;
            animation-name: fadeIn;
}
.products-home-slide .slide-text {
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: end;
    align-self: center;
    bottom: 0;
    margin: 0;
    font-weight: 400;
    font-size: 30px;
	transition: background 0.5s ease-in-out;
	font-family: Antonio;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Antonio';
}
.products-home-slide .slide-text:hover {
    /* background: rgba(252,220,58,0.3); */
	background-color: transparent;
}
.navbar-collapse {
    justify-content: end;
}
.footer p{
	font-weight: 600;
	font-size: 1rem;
}
.navbar-expand-lg ul.navbar-nav li:last-child .nav-link {
    padding-right: 0 !important;
}
ul.navbar-nav li .nav-link:hover{
	color: #009ee3 !important;
	transition: color 0.3s ease-in-out;
}
ul.list-style {
    padding: 0;
}
.list-style li a:hover{
	color: #fff;
	transition: color 0.3s ease-in-out;
}
.products-home-slide .swiper-pagination-bullet{
	background: #fff;
}
.products-home-slide .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
h3.inner-heading-style.text-uppercase {
    font-weight: 900;
    font-size: 33px;
}
.contact-content h5 {
    font-weight: 900;
    /* text-transform: uppercase; */
}
.carousel {
    margin-top: 123px;
}
.submenu-icon {
    width: 80px;
    height: 80px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 10px;
}
.navbar .navbar-nav .dropdown-menu .col-sm.col-xs-12 a {
    border: 1px solid #009ee3;
    display: block;
    padding: 15px;
    color: #009ee3 !important;
    text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.navbar .navbar-nav .dropdown-menu .col-sm.col-xs-12 a svg{
	fill: #009ee3;
}
.navbar .navbar-nav .dropdown-menu .col-sm.col-xs-12 a:hover{
	background: #009ee3;
	color: #fff !important;
}
.navbar .navbar-nav .dropdown-menu .col-sm.col-xs-12 a:hover svg{
	fill: #ffffff;
}
/* #particles-js {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1) url(../img/slide-1.jpg) cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
} */
.typewrite{color:#fff;}
a.typewrite:hover{color:#ff5252;}
#btn{
	border: 1px solid #fcdc3a;
	padding: 10px 25px;
	color: #000;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	transition: all .5s;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-flex;
	}

#btn:before{
		width: 100%;
		height: 100%;
		content: '';
		margin: auto;
		position: absolute;
		top:  0%;
		left: 0%;
		background: #fcdc3a;
		transition: all .5s;
		z-index: -1;
		
	}
#btn:after{
		width: 100%;
		height: 100%;
		content: '';
		margin: auto;
		position: absolute;
		top:  0%;
		left: 0%;
		background: #fcdc3a;
		transition: all .5s;
		z-index: -1;
		
}
#btn:hover{
	color: #fff;
	border-color: #ffffff;
}
#btn:hover:before{			
		transform: rotateX(90deg);

}
#btn:hover:after{
		transform: rotateY(90deg);

}
.contact-content svg {
    width: 50px;
    height: 50px;
	fill: #0093dd;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Yantramanav', sans-serif;
}
.infra-bg{
	background-image: url(../img/banner-infrastructure.jpg);
}
.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
	/*background-image: url(../img/office.jpg);*/
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 440px;
}
.vc_column-inner2 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
	background-color: #009ee3;
	padding: 15px;
	height: 100%;
}
.inner-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
	padding: 0;
    height: 220px;
    overflow: hidden;	
	position: relative;
}
.row.infra-content .col-md-6, .row.infra-content .col-md-4 {
    padding: 0;
}
.infra-content p{
	color: #fff;
}
.inner-box h4 {
    position: absolute;    
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
	font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
	flex-direction: column;
}

svg#Capa_1 {
    fill: #fff;
    width: 50px;
    height: 50px;
}
.infra-content p {
    color: #fff;
}
.infra-content h4 p {
    margin: 0;
}
.inner-box button {
    width: 100%;
    height: 100%;
	transform: translateY(100%);
	transition: transform 0.5s ease-in-out;
	position: absolute;
	background-color: rgba(252,220,58,0.8);
	display: flex;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	align-self: center;
}
.inner-box button img{
	width: 35px;
	height: 35px;
}
.inner-box:hover h4 {
    color: rgba(255,255,255,0);
}
.inner-box:hover button {
    transform: translateY(0%);
}
.pp-sec{
	background: rgba(204,204,204,0.2);
	background-position: bottom center;
	background-size: cover;
}
.dropdown-menu.infa-menu .col-sm p {
    margin: 0;
    padding: 0;
}
.dropdown-menu.infa-menu .col-sm {
    justify-content: center;
    align-items: center;
    align-self: center;
}
.navbar .navbar-nav .dropdown-menu.infa-menu .col-sm.col-xs-12 a{
	padding: 10px;
}
/* section#infa1, section#infa2, section#infa3, section#infa4, section#infa5 {
    padding-bottom: 4rem;
	padding-top: 4rem !important;
} */
.swiper-slide img{
	filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
}
.swiper-slide:hover img{
	filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0%);
}
.shape-bg {
    background-image: url(../img/shape82.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 292px;
    background-size: cover;
    position: absolute;
    bottom: -79px;
    display: flex;
    left: 0;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
section#infa5 .inner-spacing {
    padding: 0;
}
.step-p-0 .steps {
    padding: 0;
}
.ls {
    background-color: #fff;
    color: #1b4b40;
}
.steps .step {
    width: 31.7%;
}
.steps .step .step-image, .steps-alt .step .step-image {
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mb-30 {
    margin-bottom: 30px;
}
.item-steps .step-part {
    position: relative;
    display: inline-block;
    line-height: 1;
    z-index: 1;
    background: #f6f6f6;
    border-radius: 100%;
    border: 2px solid #fcdc3a;
}
.steps.item-steps .step-part:before {
    font-size: 80px;
    left: -20px;
    top: -38px;
}

.steps.item-steps .step-part:before {
    left: -20px;
    position: absolute;
    top: -22px;
    opacity: 0.1;
}
.ls.steps .step-part:before, .ls.steps-alt .step-part:before, .ls.step-bg .step-part:before {
    color: #1b4b40;
}
.item-steps .step-part:before {
    content: "0" counter(step);
    font-family: 'Anton', sans-serif;
    counter-increment: step;
    font-size: 50px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    z-index: -1;
    letter-spacing: 3px;
    font-weight: 100;
    transition: 0.5s all;
}
.steps .step h4, .steps-alt .step h4 {
    margin-top: 28px;
    text-transform: uppercase;
    font-weight: 900;
    color: #333;
}
/* .ls.ms {
    background-color: #f3f6f5;
} */
.item-steps {
    counter-reset: step;
}
.steps, .steps-alt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.steps .step + .step .step-image:after {
    content: '';
    -webkit-mask: url(../img/step_arrow_1.png);
    background-color: #1b4b40;
    position: absolute;
    width: 156px;
    height: 26px;
    display: inline-block;
    left: -28%;
    top: 38%;
}
.steps.arrow-solid .step + .step .step-image:after {
    content: '';
    -webkit-mask: url(../img/step_arrow_3.png);
    width: 172px;
    height: 30px;
    left: -27%;
    top: 35%;
}
.text-overimg span.yellow.text-color {
    font-size: 60px;
	-webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff;
    color: rgba(255,255,255,0);
}
.about-bg-1 h2 {
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff;
    color: rgba(255,255,255,0);
}
.offset-sm-1.col-sm-4.col-12.inner-spacing p:first-letter, .about-list p:first-letter {
	font-size: 40px;
	font-weight: 500;
}
.card-body:first-letter {
    font-size: 40px;
    font-weight: 500;
}
div#accordion {
    margin-top: 40px;
}

@media (min-width: 992px) {
	/* .steps.step-bg, .steps-alt.step-bg {
	  padding: 59px 60px 65px 30px;
	} */
  }
  @media (min-width: 768px) {
	.steps .step {
	  width: 31.7%;
	}

  }
  @media (min-width: 1200px) {
	.steps .step + .step .step-image:after {
	  content: '';
	  -webkit-mask: url(../img/step_arrow_1.png);
	  background-color: #1b4b40;
	  position: absolute;
	  width: 156px;
	  height: 26px;
	  display: inline-block;
	  left: -28%;
	  top: 38%;
	}
	.steps .step:nth-child(3) .step-image:after {
	  -webkit-mask: url(../img/step_arrow_2.png);
	  background-color: #1b4b40;
	  left: -28%;
	  top: 50%;
	}
  }
  @media (min-width: 1200px) {
	.steps.arrow-solid .step + .step .step-image:after {
	  content: '';
	  -webkit-mask: url(../img/step_arrow_3.png);
	  width: 172px;
	  height: 30px;
	  left: -27%;
	  top: 35%;
	}
	.steps.arrow-solid .step:nth-child(3) .step-image:after {
	  -webkit-mask: url(../img/step_arrow_4.png);
	  left: -27%;
	  top: 50%;
	}
  }
  .steps-alt {
	z-index: 10;
  }
  @media (min-width: 768px) {
	.steps-alt {
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	}
  }

  @media (min-width: 992px) {
	.steps-alt {
	  justify-content: space-between;
	}
  }
  @media (max-width:768px){
	.shape-bg {
		background-image: url(../img/shape82.png);
		background-repeat: no-repeat;
		width: 100%;
		height: 292px;
		background-size: cover;
		position: absolute;
		bottom: -79px;
		display: flex;
		left: 0;
		display: none;
	}
  }
  .steps-alt .step {
	padding-left: 45px;
	padding-right: 45px;
  }
  @media (min-width: 992px) {
	.steps-alt .step {
	  width: 33.3%;
	}
  }

  .steps.arrow-solid .step:nth-child(3) .step-image:after {
    -webkit-mask: url(../img/step_arrow_4.png);
    left: -30%;
    top: 50%;
}
.steps .step .step-image img, .steps-alt .step .step-image img {
    max-width: 140px;
    border-radius: 100%;
    height: 140px;
    padding: 15px;
}
section.section-process {
    padding: 80px 0 0;
}
.card-header h5 .btn-link {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 24px;
    color: #009ee3;
    width: 100%;
    text-align: left;
}
.card-header h5 .btn-link{
    font-weight: 900;
    text-transform: capitalize;
    font-size: 20px;
    color: #009ee3;
    width: 100%;
    text-align: left;
}
.accordion-sec{
	padding-bottom: 60px;
}
.container.inner-spacing.about-style p:first-letter {
    font-size: 40px;
    font-weight: 500;
}
.text-overimg p:first-letter {
	font-size: 40px;
    font-weight: 500;
}
i.fas.fa-angle-down.rotate-icon {
    float: right;
}
button.btn.btn-link .rotate-icon {
    transform: rotate(180deg);
}
button.btn.btn-link.collapsed .rotate-icon {
    transform: rotate(0deg);
}
.container.inner-spacing.about-style.contact-content p::first-letter{
	font-size: inherit;
    font-weight: 400;
}



/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
  }
  
  /* The Close Button */
  .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  button#myBtn {
    background: #fcdc3a;
    border: none;
    text-align: center;
    padding: 7px 10px;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/* new css  */
.home-product-main-heading{
	background: #000000a1;

    width: 75%;
    padding: 16px 0px;
}
.footer-list {
	list-style-type: none;
	text-align: start;
}
.footer-list{
padding-left: 0px;
}
.footer-list li{
	line-height: 1.5;
}
.footer-list li a {
	/* font-family: 'Antonio'; */
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 1.5;
}
.footer-heading{
	text-align: start;
	color: #ffff;
}
.clients-border {
	border: 1px solid #d4d4d4;
	padding: 2rem;
	/* margin: 10px; */
  }
  .clients-border h5{
	text-align: center;
	margin-top: 1rem;
  }
  .about-inner-content p {
	text-align: start !important;
  }
/* .without-hover{
	display: block;
}
.without-hover:hover{
	display: none;
}
.with-hover{
	display: none;
}
.with-hover:hover{
	display: block;
} */

/* Footer Style Ends Here */
@media( max-width: 1080px){
	.carousel-inner img {
		height: 500px;
	}
	.infra-sub-heading-css h4{
		font-size: 18px;
	}
	.infra-sub-heading-css p{
		font-size: 14px 
	}
}
@media (max-width:1024px){
	.inner-parallax img.img-fluid {
		width: 75% !important;
		height: auto !important;
	}
}
@media only screen and (min-width:768px)and (max-width:1200px){
	.shape-bg {
		background-image: url(../img/shape82.png);
		background-repeat: no-repeat;
		width: 100%;
		height: 200px;
		background-size: cover;
		position: absolute;
		bottom: -79px;
		display: flex;
		left: 0;
	}
}
@media (max-width: 991px) {
	#navbarSupportedContent ul {
		float: none;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-brand img {
		width: 150px;
	}
	#carouselHome h2 {
		font-size: 42px;
	}
	#btn {
		font-size: 18px;
	}	
	.carousel-inner img {
		height: auto;
		object-fit: cover;
	}
	#carouselHome {
		margin-top: 100px;
	}
	.section {
		margin-top: 50px;
	}
	.about-style > div > div {
		padding-top:10px;
	}
	.list-logo:after {
		display: none;
	}
	.list-content > img {
		display: none;
	}
	.list-logo {
		margin-top: 0px;
	}
	.about-list > div {
		margin-bottom: 20px;
	}
	.about-list > div:nth-child(2) {
		margin-top: 0px;
	}
	.about-list > div:nth-child(4), .about-list > div:nth-child(6) {
		margin-top: 0px;
	}
	.about-list > div:nth-child(5) {
		margin-top: 0px;
	}
	.edge-title {
		border-radius: 0;
	}
	.section-clients div img {
		margin-bottom: 30px;
	}
	.carousel-caption.slider-text {
		bottom: 10%;
	}
	.carousel-caption.slider-text h1 {font-size: 20px;}
	.carousel-caption.slider-text p{margin-bottom: 0;}
	h2 {font-size: 32px;}
	.navbar .navbar-nav .dropdown-menu .col-sm.col-xs-12 a {border: none; padding: 0;}
	.navbar .navbar-nav .dropdown-menu .col-sm.col-xs-12 a img{display: none;}
	.navbar .navbar-nav .dropdown-menu .col-sm.col-xs-12 a p br{display: none;}
	.submenu-icon {display: none;}
	#navbarSupportedContent .pt-5 {
		padding-top: 20px !important;
	}
	
	#navbarSupportedContent p {
		padding: 0px 	;
	}
}
@media(max-width:480px) {
	.steps .step .step-image img, .steps-alt .step .step-image img {
		max-width: 80px;
		height: 80px;
		padding: 10px;
	}
	#btn {
		padding: 5px 20px;
		font-size: 16px;
		margin-top: 12px;
	}
	#carouselHome h2 {
		font-size: 30px;
	}
	.steps.item-steps .step-part:before {
		font-size: 50px;
	}
  }
@media only screen 
and (min-device-width : 320px)
and (max-device-width : 1024px) {
.parallax, .inner-parallax {
    background-attachment: scroll !important;
    background-position: center center !important;
    height: 300px;
}
/* .parallax, .parallax-bg, .parallax-bg:before{ 
	position: relative;
} */
.inner-parallax {
    background-attachment: scroll !important;
    background-position: center center !important;
    height: 250px;
    background-size: cover;
}
.inner-spacing {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-style h4 {
	text-align: left;
}
.inner-heading-style {
	padding-top: 20px;
}
.about-bg-1 {
	height: 400px;
}
.text-overimg {
	top: 15%;
}
.text-overimg span {
	font-size: 30px !important;
	line-height: 25px !important;
}
.new-font-size-about{
	font-size: 30px !important;
	line-height: 25x !important;
}
}