/*  open sens */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap');
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
	font-size: 16px;
}

span {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

* {
	box-sizing: border-box;
}


.none {display: none;}



.container {
	max-width: 1170px;
}

.top-header-section {
	width: 100%;
	float: left;
	padding: 5px 0 5px 0;
	background-color: #fff;
}

.logo-left-main {
	float: left;
	width: 15%;
}

.logo-left-main img {
	width: 90px;
}

.email-right-main {
	width: 85%;
	float: right;
	text-align: right;
}

.email-right-main ul {
	margin: 0px;
	padding: 0px;
}

.email-right-main ul li {
	display: inline-block;
	padding: 16px 22px 0 0;
	font-weight: 600;
}

.email-right-main ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.email-right-main ul:after {
	position: absolute;
	content: '';
	height: 20px;
	width: 2px;
	background-color: #000;
	top: 19px;
	right: 24%;
}

.email-right-main ul li a i {
	/*! padding: 0 9px 0 0; */
}

.border-center {
	height: 20px;
	width: 2px;
	background-color: red;
}

.header-menu-section {
	width: 100%;
	float: left;
	padding: 5px 0 5px 0;
	background-color: #005387;
	text-align: center;
}

.menu-main {
	float: right;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
}

.menu-main ul {
	margin: 0px;
	padding: 0px;
}

.menu-main ul li {
	display: inline-block;
	list-style: none;
	padding: 12px 0 12px 0;
}

.menu-main ul li a {
	color: #fff;
	padding: 0px 12px 0 0;
	text-decoration: none;
	font-weight: 600;
	position: relative;
}

.dropmenu {
	position: relative;
}

.dropdown-main {
	width: auto;
	background-color: #005387;
	position: absolute;
	display: none;
	height: 500px;
	z-index: 99999;
	margin-top: 5px;
}

.dropdown-main ul {
	margin: 0px;
	padding: 0px;
	width: 290px;
	text-align: left;
}

.dropdown-main ul li {
	display: inline-block;
	padding: 10px 0 2px 10px;
	display: block;
}

.dropmenu:hover .dropdown-main {
	display: block;
	height: auto;
}

.banner-section {
	width: 100%;
	float: left;
}

.banner-section .carousel-control-prev {
	width: auto;
	height: 50px;
	width: 50px;
	background-color: #000;
	top: 46%;
	margin-left: 15px;
}

.banner-section .carousel-control-prev i {
	color: #fff;
	font-size: 20px;
}

.banner-section .carousel-control-next {
	width: auto;
	height: 50px;
	width: 50px;
	background-color: #000;
	top: 46%;
	margin-right: 15px;
}

.banner-section .carousel-control-next i {
	color: #fff;
	font-size: 20px;
}

.banner-section .carousel-indicators li {
	height: 12px;
	width: 12px;
	background-color: #005387;
	border-radius: 50px;
	border: 0.5px solid #fff;
}

.banner-section .carousel-indicators .active {
	background-color: #fff;
}

.banner-section .banner-content-bg-color-main {
	background-color: #000;
	margin-bottom: 22%;
	display: block;
	padding: 15px 15px;
	background-color: rgb(0, 0, 0, 0.5);
}

.banner-section .carousel-caption .banner-content-bg-color-main h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}

.service-section {
	width: 100%;
	float: left;
	padding: 60px 0 46px 0;
}

.service-heading-main {
	width: 100%;
	float: left;
	padding: 0 0 60px 0;
}

.service-heading-main p {
	font-size: 16px;
}

.service-heading-main h6 {
	font-size: 30px;
	font-weight: 600;
}

.service-box-main {
	width: 100%;
	float: left;
	padding: 0 0 0px 0;
	box-shadow: 0px 3px 17px -13px;
}

.service-box-main img {
	width: 100%;
	padding: 0 0 10px 0;
}

.welcome-to-scaffolding-section {
	width: 100%;
	float: left;
	padding: 83px 0 50px 0;
}

.welcome-to-left-main {
	width: 100%;
	float: left;
}

.welcome-to-left-main img {
	width: 100%;
}

.welcome-to-right-content-main {
	width: 100%;
	float: left;
}

.welcome-to-right-content-main span {
	color: #005387;
	font-size: 18px;
}

.welcome-to-right-content-main h4 {
	font-size: 25px;
	font-weight: 600;
	padding: 4px 0 20px 0;
}

.welcome-to-right-content-main p {
	font-size: 14px;
	line-height: 24px;
}

a.welcome-to-btn {
	display: block;
	text-align: center;
	line-height: 45px;
	background-color: #005387;
	height: 45px;
	width: 140px;
	border-radius: 5px;
	margin-top: 55px;
	float: right;
	text-decoration: none;
	color: #fff;
}

a.welcome-to-btn:hover {
	background-color: transparent;
	border: 2px solid #005387;
	color: #000;
	font-weight: 600;
	transition: 1s;
}

.service-itam-main {
	width: 100%;
	float: left;
	padding: 12px 0 10px 0;
	border-top: 1px solid #c2c6c9;
	margin: 19px 0 0 0;
}

a.secvice-box-btn {
	text-decoration: none;
	float: left;
	font-size: 15px;
	padding-left: 7px;
	font-weight: 600;
}



.service-box-main {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 30px 0;
}

.content-box {
	width: 100%;
	float: left;
	padding: 0 7px 0 7px;
}

a.main-link {
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}

.sarvice-box-main-section {
	width: 100%;
	float: left;
}

.our-product-section {
	width: 100%;
	float: left;
	padding: 24px 0 50px 0;
}

.our-product-heading-main {
	width: 100%;
	float: left;
	padding: 40px 0 65px 0;

}

.our-product-heading-main h2 {
	font-size: 40px;
	font-weight: 600;
	padding: 0px 0px 7px 0;
}

.our-product-heading-main p {
	font-size: 16px;
}

.our-product-slider-main {
	width: 100%;
	float: left;
}

.our-product-box-main {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 30px 0;
}

.our-product-box-main img {
	width: 100%;
}

.product-main-itam {
	width: 100%;
	float: left;
	/* border: 1px solid #dfe0e0; */
	padding: 15px 0 18px 0;
	background-color: #005387;
	/* color: #fff; */
}

a.product-main-link {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding: 0 0 9px 0;
}

a.product-read-more-btn {
	display: block;
	text-align: center;
	line-height: 35px;
	height: 37px;
	width: 108px;
	border-radius: 50px;
	text-decoration: none;
	/* background-color: transparent; */
	border: 1px solid #fff;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin: 0 auto;
}

a.product-read-more-btn:hover {
	background-color: #005387;
	transition: 0.8s;
	color: #fff;
}

.product-icon-main {
	width: 100%;
	float: left;
	background-color: rgb(0, 83, 153, 0.8);
	padding: 10px 0 10px 0;
	visibility: hidden;
	position: absolute;
	text-align: center;
}

.product-icon-main ul {
	margin: 0px;
	padding: 0px;
}

.product-icon-main ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}

.product-icon-main ul li a {
	color: #fff;
	text-decoration: none;
}

.our-product-box-main:hover .product-icon-main {
	visibility: visible;
	margin-top: 62%;
	transition: 1s;
}

.futter-section {
	width: 100%;
	float: left;
	padding: 50px 0 0px 0;
	background: #343434;
	background-size: cover;
	background-position: center;
	position: relative;
}

.futter-content-main {
	width: 100%;
	float: left;
}

.futter-content-main h4 {
	color: #fff;
	padding: 0 0 32px 0;
	font-size: 21px;
}

.futter-product-heading {
	width: 100%;
	float: left;
	padding: 0 0 32px 0;
}

.futter-product-heading ul {
	margin: 0px;
	padding: 0px;
}

.futter-product-heading ul li {
	list-style: none;
	padding: 0 0 12px 0;
}

.futter-product-heading ul li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.futter-address-main {
	width: 100%;
	display: flex;
	margin: 0 0 25px 0;
}

.futter-locetion-left {display: inline-block;}

.futter-locetion-left i {
	margin: 7px 25px 0 0;
	color: #fff;
	font-size: 35px;
}


.futter-right-itam {display: inline-block; color: #fff;}

.futter-right-itam p {
	color: #fff;
	font-size: 15px;
}

.futter-icon-grupe {
	width: 100%;
	float: left;
	padding: 7px 0 0px 0;
	display: none;
}

.futter-icon-grupe ul {
	margin: 0px;
	padding: 0px;
}

.futter-icon-grupe ul li {
	display: inline-block;
	padding: 0 10px 0 7px;
}

.futter-icon-grupe ul li a {
	text-decoration: none;
	color: #fff;
}

.sms-in {
	margin-top: 16px;
	display: block;
}

.last-futter-main {
	width: 100%;
	float: left;
	padding: 20px 0;
	border-top: 0.1px solid #616161;
	text-align: center;
	/*! background: #111; */
}

.last-futter-main p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.sarvice-banner-section {
	width: 100%;
	float: left;
	padding: 80px 0;
	background-image: url(../img/c-bg.jpg);
	background-size: cover;
	background-position: center;
}

.sarvice-banner-content {
	width: 100%;
	float: left;
	text-align: center;
}

.sarvice-banner-content-main {width: 100%;text-align: center; float: left; color: #fff;}
.sarvice-banner-content-main h4 {text-align: center;}
.sarvice-banner-content-main p {text-align: center;}
.sarvice-banner-content p {
	color: #fff;
}

.sarvice-banner-content-main h2 {padding:  0 0 10px 0;}
.sarvice-banner-content h2 {
	font-size: 40px;
	font-weight: 600;
	padding: 0px 0px 10px 0;
	color: #fff;
}

.product-banner-section {
	width: 100%;
	float: left;
	padding: 120px 0 120px 0;
	background-image: url(../img/p-bg.jpg);
	background-size: cover;
}

.product-banner-content {
	width: 100%;
	float: left;
	text-align: center;
}

.product-banner-content p {
	color: #fff;
}

.contect-banner-section {
	width: 100%;
	float: left;
	padding: 120px 0 120px 0;
	background-image: url(../img/c-bg.jpg);
	background-size: cover;
}

.contect-banner-content {
	width: 100%;
	float: left;
	text-align: center;
}

.contect-banner-content h4 {color: #fff; font-weight: 600; font-size:35px;}

.contect-banner-content p {
	color: #fff;
}

.contect-form-section {
	width: 100%;
	float: left;
	padding: 50px 0 50px 0;
	/* background-image: url(../img/form-bg-1.jpg); */
	background-size: cover;
	/* margin-bottom: 9px; */
	background-color: #fff;
}

.form-main {
	width: 100%;
	padding: 25px 20px 25px 20px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}



.form-main p {
	color: #000;
	padding: 0 0 47px 0;
}

.form-box-main {
	width: 100%;
	float: left;
}

.input-main {
	width: 100%;
	float: left;
}

.input-main input {
	width: 100%;
	/* background: transparent; */
	border: 1px solid #454547;
	margin-bottom: 21px;
	height: 40px;
	color: #000;
	outline: none;
	padding: 0 0 0 10px;
	font-size: 14px;
	/* background-color: #000; */
}

.input-main input::placeholder {
	color: #454547;
	font-size: 14px;
}

.input-main textarea {
	width: 100%;
	/* background: transparent; */
	border: 1px solid #454547;
	margin-bottom: 21px;
	height: 40px;
	color: #fff;
	outline: none;
	padding: 0 0 0 8px;
	height: 150px;
	/* background-color: #000; */
}

.input-main button,
select {
	background: transparent;
	border: 1px solid #454547;
	margin-bottom: 21px;
	height: 40px;
	color: #454547;
	outline: none;
	padding: 0 0 0 12px;
	width: 100%;
}

.input-main button,
select,
option {
	font-size: 15px;
}

button.form-sent {
	background-color: #005387;
	margin-bottom: 21px;
	height: 40px;
	color: #fff;
	outline: none;
	width: 30%;
	font-weight: 600;
	cursor: pointer;
  border: none;
}

.contect-itam-section {
	width: 100%;
	float: left;
	background-color: #005387;
	padding: 40px 0 40px 0;
}

.contect-content-main {
	width: 100%;
	display: flex;
	color: #fff;
}

.contect-icon-left-main i {
	padding: 5px 18px 0 0;
	font-size: 45px;
}

.contect-contect-right-main p {
	padding: 0 10px 0 0;
	font-size: 16px;
}

.google-map-section {
	width: 100%;
	float: left;
}

.google-map-main {
	width: 100%;
	float: left;
}

.Rental-Service-section {
	width: 100%;
	float: left;
	padding: 80px 0;
}

.Rental-Service-heading-main {
	width: 100%;
	float: left;

}

.Rental-Service-heading-main h4 {
	font-size: 26px;
	padding: 0px 0 23px 0;
	display: block;
	font-weight: 600;

}

.Rental-Service-heading-main h3 {
	font-size: 28px;
	padding: 0px 0 17px 0;
	display: block;
	font-weight: 600;
	text-align: center;
}



.Rental-Service-heading-main p span {
	font-weight: 600;
	display: block;
}

.Rental-Service-left-main {
	width: 100%;
	float: left;
	border: 5px solid #005387;
	margin: 0;
}

.Rental-Service-left-main img {
	width: 100%;
	padding: 0;

}

.Rental-Service-right-main {
	width: 100%;
	float: left;
	padding: 0;
}

.quick-erection-main {
	width: 100%;
	float: left;
}
.Rental-Service-right-main h3 {display: inline-block;margin-bottom: 30px;}

.quick-erection-main h5 {
	font-size: 22px;
	font-weight: 600;
	padding: 0 0 6px 0;
}

.quick-erection-main p {
	font-size: 15px;
	padding: 0;
}

.quick-erection-main p span {
	font-weight: 600;
}

.Rental-Service-heading-main img {
	width: 100%;
	padding-bottom: 30px;
}

.Rental-Service-section-marquee-main {
	width: 100%;
	float: left;
	padding: 10px 0 42px 0;
}

.Rental-Service-section-marquee-main marquee {
	font-size: 12px;
	color: #333;
}

.Scaffolding-Movable-heading {
	font-size: 20px;
	font-weight: 600;
}

.Plank {
	font-size: 20px;
	font-weight: 600;
}

.Rental-Service-down-p {
	padding-bottom: 40px;
}

.img-heading {
	background-color: #005387;
	width: 100%;
	padding: 5px 0 5px 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.sarvicener-content {
	width: 100%;
	text-align: center;
	color: #fff;
}

.sarvicener-content h2 {padding-bottom: 15px;}

.what-is-cuplock {
	display: block;
}

a.cuplock-ling {
	display: block;
	text-decoration: none;
	padding-top: 25px;
}


.top-pag-srv-heading {width: 100%; float:left; text-align: center;}



.contect-us-address-right-main {width: 100%;float:left;padding:  0 0 0 59px;}
.conten-address-content  h4 {display: block; padding-bottom: 15px; font-weight: 600;}
.conten-address-content span a {text-decoration: none; }
.conten-address-content span a i {font-size: 25px; color: #000; padding-right: 15px; }
.conten-address-content span {font-size: 15px;}
.conten-address-content {width: 100%;float: left;padding-bottom: 49px;margin-top: 19px;}


.contect-heading {width: 100%; float:left; text-align: center;}
.contect-heading p {padding: 0 40px 40px 40px;}




.Rental-Service-box {width: 100%; float: left; padding-top: 20px;}
.Rental-Service-box img {width: 100%;}


.itam-buttom-1 {padding-top: 30px;}

.rental-heading-main {text-align: center;}


.product-heading-home-main {width: 100%; float:left; text-align: center;}


.top-pag-srv-heading h2 {
    font-size: 40px;
    font-weight: 600;
}

.vision-text {
    background: #f1f1f1;
    border: 2px solid #cccc;
    padding: 15px 10px 0 10px;
}