@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
html {
  scroll-behavior: smooth;
}
body { margin: 0px; padding: 0px; font-family: 'Titillium Web', sans-serif;font-display: swap; box-sizing: border-box; font-size: 20px; color: #333333; line-height: 25px; overflow-x: hidden; font-weight: 400; position: relative; }
* { margin: 0px; padding: 0px; box-sizing: border-box; }
/* --header section start */
.main-nav-bar nav { background-color: #fff; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); padding:0 2rem;}
.main-nav-bar .dropdown-toggle::after { display: none; }
.main-nav-bar .dropdown-menu { margin-top: 0; background-color: #000; }
.main-nav-bar .dropdown-menu .dropdown-item { color: #fff; }
.main-nav-bar .dropdown-menu .dropdown-item:hover { background-color: #E05206; }
/* .navbar-brand img { max-width: 80px; } */
.main-nav-bar .navbar-nav .nav-link {border-bottom: 2px solid transparent; transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; padding-left: 15px !important; padding-right: 15px !important; color: #333 !important; }
.main-nav-bar .navbar-top a { padding-left: 5px; padding-right: 5px; color: #333; }
.main-nav-bar .navbar-top a:hover { text-decoration: none; }
.whatapp-color { color: #06d755; }
.facebook-color { color: #3b5998; }
.instagram-color { color: #fff; background-color: #C13584; border-radius: 2px; font-size: 15.5px; padding: 2.3px; }
.vimeo-color { color: #86c9ef; }
.youtube-color { color: #FF0000; }
.linkedin-color { color: #0e76a8; }
.navbar-top span { border-left: 1px solid #777777; }
.main-nav-bar .nav-link:hover{
border-bottom: 2px solid #ff0010;
color: #ff0010 !important;
}
.main-nav-bar .nav-item{
	padding-left: 15px;
	padding-right: 15px;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea, .submitContainer{
        background: #f7f7f700 !important;
}


/* Target only the Submit Button with ID nf-field-4 */
#nf-field-4-wrap , #nf-field-31-wrap, .submitContainer{
    font-size: 25px;
    color: white;
    border: 1px solid transparent;
    background: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%; /* Adjust width as needed */
    text-align: center;
}
#nf-field-4-container, #nf-field-31-container, .submitContainer{
    width:135px;
    margin:0 auto;
}
/* Add Borders Only to Submit Button */
#nf-field-4-wrap, #nf-field-31-wrap , .submitContainer{
    position: relative;
    display: inline-block;
    overflow: hidden;
}
textarea:focus {
  outline: none;
  
}
/* Add top-left and bottom-right borders */
#nf-field-4-container::before,
#nf-field-4-container::after,
#nf-field-31-container::before,
#nf-field-31-container::after,
.submitContainer::before,
.submitContainer::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border: 0px solid red;
    transition: all 0.5s ease;
    pointer-events: none; /* Prevent interaction */
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover{
    color:white !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
    color:white !important;
}

.our-work-inner h3 {

    text-align:center;
}
.our-work h2 {
    margin-bottom: 36px;
}
.nf-field-element{
    color:white;
}
#custom-file-upload{
    width:100%;
    padding:10px;
    
}

#nf-field-4, #nf-field-31{
    padding: 5px 10px 0px 10px !important;
    height: 36px;
}
.submitContainer{
    height:36px;
    font-size:16px;
}
.nf-response-msg{
    color:white !important;
}
.nf-field-label{
    margin-bottom:0px !important;
    display:none;
}
.nf-error-field-errors{display:none;}

/* Top-left corner */
#nf-field-4-container::before, #nf-field-31-container::before , .submitContainer::before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

/* Bottom-right corner */
#nf-field-4-container::after, #nf-field-31-container::after, .submitContainer::after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}

/* Hover Effect on the Submit Button */
#nf-field-4-container:hover::before,
#nf-field-4-container:hover::after, 
#nf-field-31-container:hover::before,
#nf-field-31-container:hover::after,
.submitContainer:hover::before,
.submitContainer:hover::after{
    width: calc(100%);
    height: calc(100%);
}

/*career page custom form */
.form-container {
    background: rgba(255, 255, 255, 0); /* Dark overlay */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.form-container h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Urbanist', sans-serif;font-display: swap;
}

/* Form Group Styling */
.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="file"] {
    width: 100%;
    padding: 10px;
    border: none;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    outline: none;
}

.form-group input::placeholder {
    color: #fff;
    opacity: 0.7;
}

/* File Upload Styling */
.file-upload label {
    color: #fff;
    font-size: 1rem;
    display: block;
    margin-bottom: 5px;
    text-align:left;
}

.file-upload input[type="file"] {
    border: 1px solid white;
    padding: 5px;
    color: #fff;
    width: 40%;
}
.file-upload{
    text-align:left;
}








@media screen and (max-width:767px) {
    
    .file-upload input[type="file"]{
        width:100%;
    }
    .form-container{
        width:100%;
        padding:0px;
    }
    .container h2{
        padding-bottom:20px;
    }
    
}
.nav-search{
	position: relative;
	cursor: pointer;
	margin:0 14px 0 12px;
}
.nav-search i:hover{
	color:  #ff0010;
}
.nf-form-title, .nf-form-fields-required, .ninja-forms-req-symbol{
    display:none;
}
.nav-search-inner{
	/* position: absolute; */
	width: 250px;
	right: 0;
	top: 15px;
}
.nav-search-inner .btn-success{
	background-color: #ff0010;
	border: 0px;
}
.nav-search-inner .btn-success i:hover{
	color: #fff !important;
}
#search-body{
	display: block;
}
div#search-btn {
    display: none;
}

/* ---banner section start---- */
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {  from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
to { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.1, 1.1,  1.05); }
}
@keyframes zoomInImage {  from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
to { -webkit-transform: scale3d( 1.05,  1.05,  1.05); transform: scale3d( 1.05,  1.05, 1.05); }
}
.zoomInImage { -webkit-animation-name: zoomInImage; animation-name: zoomInImage; }
@-webkit-keyframes zoomOutImage {  from {
 -webkit-transform: scale3d( 1.05,  1.05,  1.05);
 transform: scale3d( 1.05,  1.05,  1.05);
}
to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@keyframes zoomOutImage {  from {
 -webkit-transform: scale3d( 1.05,  1.05,  1.05);
 transform: scale3d( 1.05, 1.05,  1.05);
}
to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
.zoomOutImage { -webkit-animation-name: zoomOutImage; animation-name: zoomOutImage; }
.banner-slider { margin-top: 80px; overflow: hidden; }
.slide { position: relative; }
.slide .slide__img { width: 100%; height: auto; overflow: hidden; }
.slide .slide__img img { max-width: 100%; height: auto; opacity: 1 !important; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-transition: all 1s ease; transition: all 1s ease; }
.banner-slider button{
	position: absolute;
	top: 50%;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	border: 0px;
	background-color: rgba(255, 0, 16, 0.7);
	z-index: 999;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	outline: none;
}
.banner-slider button:hover{
	background-color: rgba(255, 0, 16, 1);
}
.banner-slider button.pull-right{
	right: 20px;
}
.banner-slider button.pull-left{
	left: 20px;
}
/* --banner section end----- */
/* ---home about us section start---- */
.home-about { padding: 20px 0px 40px; }
.home-about h1 { margin-bottom: 30px; }
.home-about h2 img { max-width: 225px; }
.home-about p { font-weight: 300; font-size: 17px; color: #000; text-align: justify; text-align-last: center; }
/* ---home about us section end---- */
/* --get equipped section start--- */
.get-equipped { border-top: 1px solid rgba(112, 112, 112, .2); padding: 30px 0px 50px 0px; width: 100%; }
.get-equipped h2 { margin-bottom: 50px; }
.get-equipped-inner-img { padding-right: 8px; padding-left: 8px; width: 100%; height: 200px; }
.get-equipped-inner-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.get-equipped-outer { width: 100%; overflow: hidden; }
/* --get equipped section end--- */
/* --our service section start--- */
.our-service { border-top: 1px solid rgb(255 0 16 / 0.2); padding: 30px 0px; }
.our-service h2 { margin-bottom: 30px; }
.our-service-outer { margin-right: -8px; margin-left: -8px; }
.our-service-inner { width: 27%; padding-left: 8px; padding-right: 8px }
.our-service-inner a { display: block; border: 1px solid #000; padding: 15px; text-align: center; height: 100%; }
.our-service-inner a:hover { text-decoration: none; border: 1px solid #ff0010; }
.our-service-inner a:hover h3 { color: #ff0010; }
.our-service-inner h3 { font-size: 20px; font-weight: 700; color: #333; }
.our-service-icon { margin-bottom: 15px; }
.our-service-icon img {
    height: 100px;
    width: auto;
}
/* --our service section end--- */
/* ---our work section start--- */
.our-work { border-top: 1px solid rgb(255 0 16 / 0.2); padding: 50px 0px; }
.our-work h2 { margin-bottom: 20px; }
.our-work-inner h3 { font-weight: 700; font-size: 22px; color: #333; }
.our-work-img { width: 100%; height: 300px; overflow: hidden; }
.our-work-inner:hover{
	text-decoration: none;
	color: #ff0010;
}
.our-work-inner:hover h3{
	color: #ff0010;
}

.our-work-img img { width: 100%; height: 100%; object-fit: contain; transform: scale(1); transition: 0.5s; }
.our-work-img img:hover { transform: scale(1.1); cursor: pointer; }
.our-work-inner-mb-30 { margin-bottom: 30px; }
.our-work-inner-mt-70 { margin-top: 70px; }
/* ---our work section end--- */
/* ----our Studio Facilities section start------ */
.our-studio { background-image: url('../img/banner-2.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; padding-top: 70px; padding-bottom: 70px; background-position: top; }
.our-studio img { display:none; }
.our-studio p { color: #fff; font-size: 50px; font-weight: 600; margin-bottom: 20px; padding-left: 80px; line-height: 50px;}
.our-studio p span { color: #ff0010; font-size: 60px; font-weight: 600; line-height: 55px; }
/* ----our Studio Facilities section end------ */

/* ----testimonal section start--- */
.main-title-2 { font-size: 50px; color: #333333; font-weight: 600; }
.home-testimonal { padding-top: 50px; padding-bottom: 50px; overflow: hidden; }
.home-testimonal h3 { margin-bottom: 50px; }
.home-testimonal-outer { margin-right: -15px; margin-left: -15px; }
.home-testimonal-inner { padding-left: 15px; padding-right: 15px;/* height:180px;  */}
.quote-icon { color: #000; font-weight: 700; font-size: 100px; text-align: center; }
.home-testimonal-inner .testimonal-title { font-size: 22px; color: #333; font-weight: 700; }
.home-testimonal-inner p { font-weight: 300; font-size: 15px; color: #000; text-align: justify; }
.home-testimonal-inner h4 { font-size: 19px; letter-spacing: 1px; font-weight: 600; }
.quote-icon-outer { width: 20%; }
.quote-text { width: 80%; }
/* ----testimonal section end--- */
/* top-brands section start */
.top-brands { padding: 30px 0px; border-top: 1px solid rgba(112, 112, 112, .2); }
.top-brands h2 { margin-bottom: 30px; }
.top-brands-inner { width: 20%; padding-left: 15px; padding-right: 15px; text-align: center }
.top-brands-outer { margin-right: -15px; margin-left: -15px; }
.top-brands-inner img { max-width: 160px; transition: .5s; }
.top-brands-inner img:hover { cursor: pointer; filter: grayscale(100%); }
/* top-brands section end */
/* --get quote section start---- */
.get-quote { background-size: cover; background-attachment: fixed; background-position: center; padding: 50px 0px; }
.get-quote h3 { margin-bottom: 30px; }
.get-quote .form-control { background: transparent; border-radius: 0px; border: 1px solid #fff; margin-bottom: 10px; color: #fff; font-weight: 300; }
.get-quote input::placeholder, .get-quote textarea::placeholder {
color: #fff;
font-weight: 300;
}
.get-quote textarea { margin-bottom: 30px !important; }
.get-quote textarea:focus {outline:none;}
.get-quote-btn {box-shadow: none !important; outline: none; background-color: transparent; display: inline-block; border: 1px solid transparent; color: #fff; padding: 8px 40px; font-size: 16px; text-decoration: none; position: relative; z-index: 1; }
.get-quote-btn:after { content: ''; position: absolute; width: 30%; height: 70%; top: 0; left: 0; border-top: 1px solid #ff0010; border-left: 1px solid #ff0010; transition: 0.5s ease-in-out; }
.get-quote-btn:before { content: ''; position: absolute; width: 30%; height: 70%; bottom: 0; right: 0; border-bottom: 1px solid #ff0010; border-right: 1px solid #ff0010; transition: 0.5s ease-in-out; }
/* .get-quote-btn:hover { color: #fff; text-decoration: none; } */
.get-quote-btn:hover::before, .get-quote-btn:hover::after { content: ''; width: 100%; height: 100%; }
/* --get quote section end---- */
/* ---abouve footer section start--- */
.above-footer { padding: 50px 0px; overflow-x: hidden }
.home-main-title { color: #000; font-size: 50px; font-weight: 600; }
.our-arsenel-outer { margin-top: 30px; }
.our-arsenel-img { text-align: center; }
.our-arsenel-img img { max-width: 150px; transition: 0.5s; margin: 0 auto; max-height: 80px; width:auto; height:auto;}
.our-arsenel-img img:hover { filter: grayscale(100%); }
/* ---abouve footer section end--- */
/* --footer section start---- */
.main-footer { border-top: 1px solid rgb(255 0 16 / 0.2); }
.main-footer-inner { padding: 50px 0px; }
.footer-title { font-size: 24px; color: #333333; font-weight: 700; margin-bottom: 30px; }
.address-icon { width: 15%; align-items: center; color: #ff0010; padding-right: 15px; margin-bottom: 15px; }
.main-address { width: 80%; margin-bottom: 8px; }
.main-address a { color: #333; text-decoration: none; }
.footer-address-detial { margin-bottom: 30px; }
.footer-tearms-link a {border-left: 1px solid rgb(255 0 16 / 0.2); display: inline-block; padding-right: 15px; padding-left: 15px; font-weight: 600; font-size: 14px; margin-right: -4px; color: #000; text-decoration: none; }
.footer-tearms-link a:hover { color: #ff0010; }
.social-media-post-img { display: block; width: 100%; height: 250px; overflow: hidden; }
.social-media-post-img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: 0.5s; }
.social-media-post-img img:hover { transform: scale(1.1); }
.copy-right { border-top: 1px solid  rgb(255 0 16); padding: 10px 0px; }
.copy-right p,.copy-right p a { font-size: 15px; color: #000; font-weight: 300; }
/* ----floting chat btn section start---- */

.floting-down-btn { position: fixed; right: 0; bottom: 30px; }
.floting-down-btn a {
    display: block;
    color: #fff;
    font-size: 26px;
    width: 42px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    background-color: red;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.floting-down-btn a:hover { background-color: rgba(255, 0, 16, 1); color: #fff}
.floting-down-btn{display:none !important;}
/* ----floting chat btn section end---- */

/* ================================================================ */


/* ---Equipment Rental main page start---- */
.equipment-rental-main-detail { padding: 50px 0px; border-bottom: 1px solid rgb(255 0 16 / 0.2); }
.equipment-rental-main-detail p { font-weight: 300; font-size: 16px; color: #000; }
.equipment-rental-device { padding: 30px 0px; border-bottom: 1px solid rgb(255 0 16 / 0.2);}
.equipment-rental-title-img { margin-bottom: 30px; }
.equipment-rental-title-img img { width: 100%; }
.rental-device-img { margin-bottom: 20px; width: 100%; height: 150px }
.rental-device-img img { width: 100%; object-position: center; object-fit: contain; height: 100% }
.rental-device-inner h3 a { font-size: 20px; color: #ff0010; font-weight: 700; text-decoration: none; display: block; }
.rental-device-inner h3 a:hover { text-decoration: none; }
.rental-device-inner p { font-size: 14px; color: #000; line-height: 18px; }
.rental-device-inner { margin-bottom: 15px; }
.equipment-rental-sidebar .form-control { border-radius: 0px; background-color: #FCFCFC; border: 1px solid #D5D5D5; border-right: 0px; color: #333333; }
.equipment-rental-sidebar .form-control::placeholder {
 color: #333333;
 text-transform: uppercase;
}
.equipment-rental-sidebar .input-group-append .btn { border-radius: 0px; background-color: #FCFCFC; border: 1px solid #D5D5D5; border-left: 0px; color: #333333; }
.equipment-rental-sidebar-title > a:before { float: left !important; font-family: FontAwesome; content: "\f056"!important; padding-right: 5px; color: #ff0010; }
.equipment-rental-sidebar-title > a.collapsed:before { float: left !important; content: "\f055"!important; color: #ff0010 }
.equipment-rental-sidebar .card { border: 0px; border-radius: 0px; }
.equipment-rental-sidebar .card-header { border-bottom: 1px solid #707070!important; border-radius: 0px; background-color: transparent; font-size: 17px; color: #707070; }
.equipment-rental-sidebar .card-header .card-link { color: #707070; font-weight: 600; }
.rental-item-list { margin-bottom: 0px; }
.rental-item-list li { border-bottom: 1px solid #707070;  padding: .75rem 0;
padding-right: 0px; }
.rental-item-list li a {width: 82%; position: relative; font-size: 16px; color: #707070; font-weight: 600; display: flex; flex-wrap: wrap; justify-content: space-between; }
.rental-item-list li a:hover { color: #ff0010; text-decoration: none }
.rental-item-list li a:after {right: -40px; transform: translateY(-50%); position: absolute; top: 50%; font-family: FontAwesome; content: "\f178"; }
.equipment-rental-sidebar .card-body { padding-top: 0px; padding-bottom: 0px; padding-right: 0px; }
.pdf-img { margin-top: 40px; }
.pdf-img img { max-width: 200px; }
.equipment-rental-sidebar .card:last-child .card-header { border: 0px; }
/* ---Equipment Rental main page end---- */

/* --- */
.npc-color{
	color: #ff0010;
}
.rental-device-inner ul{
	margin-bottom: 0px;
}
.rental-device-inner li{
	font-size: 16px;
}
.rental-device-inner a{
	text-decoration: none;
	color: #ff0010;
	font-size: 15px;
}
.rental-device-inner{
box-shadow: 0px 0px 10px rgb(51 51 51 / 0.2);
padding: 30px 15px;
border: 2px solid transparent;
transition: border 0.5s ease-in-out;
-webkit-transition: border 0.5s ease-in-out;
}
.rental-device-inner:hover{
	border: 2px solid #ff0010;
	cursor: pointer;
}
.equipment-rental-title-img{
	border: 5px solid #ff0010;
	box-shadow: 0px 0px 10px rgb(51 51 51 / 0.2);
}
.main-inner-banner { margin-top: 80px; background-size: cover; background-attachment: fixed; background-position: center; background-repeat: no-repeat; padding: 195px 0px; }

.tax-product_cat .main-inner-banner {    
    padding: 250px 0;
}
.main-inner-banner h2 { color: #fff; text-align: center; font-size: 50px; font-weight: 600; text-transform: uppercase; }
.main-inner-banner h1 { color: #fff; text-align: center; font-size: 50px; font-weight: 600; text-transform: uppercase; }
.main-inner-banner p { color: #fff; text-align: center; }

.Brands-logo .slick-track {
  display: flex;
}
.Brands-logo .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.footer-logo{
	margin-bottom: 20px;
}

/* ----about-us main page  css start--------------*/
/* .main-inner-banner { margin-top: 80px; background-size: cover; background-attachment: fixed; background-position: center; background-repeat: no-repeat; padding: 175px 0px; } */
.main-inner-banner h2 { color: #fff; text-align: center; font-size: 50px; font-weight: 600; text-transform: uppercase; }
.main-inner-banner h1 { color: #fff; text-align: center; font-size: 50px; font-weight: 600; text-transform: uppercase; padding:20px;}
.main-inner-banner p { color: #fff; text-align: center; }
.about-second { padding: 80px 0px 30px 0px; }
.about-second-inner { position: relative; margin-bottom: 50px; }
.about-1 { max-width: 400px; height: 350px; margin: 0 auto; }
.about-1 img { width: 100%; height: 100%; object-fit: cover; }
.about-2, .about-3 { max-width: 150px; height: 150px; position: absolute; }
.about-2 { top: -65px; left: 0; }
.about-3 { bottom: -65px; right: 0; }
.about-2 img, .about-3 img { width: 120%; height: 100%; object-position: center; object-fit: cover; }
.about-second-inner .about-logo { max-width: 200px; }
.about-second-inner p { font-size: 15px; text-align: justify; }
.meet-team { border-top: 1px solid rgb(255 0 16 / 0.2); padding: 30px 0px; }
.meet-team h3 { margin-bottom: 25px; }
.meet-team-outer { margin-right: -15px; margin-left: -15px; }
.meet-team-inner { padding-right: 15px; padding-left: 15px; }
.meet-team-border { border: 1px solid #707070; }
.meet-team p { font-size: 15px; text-align: center; }
.team-img { width: 100%; height: 300px; }
.team-img img { width: 100%; height: 100%; object-fit: cover; }
.team-detail { padding: 15px; }
.team-detail h3 { color: #333333; font-size: 24px; font-weight: 700; }
.team-detail p { font-weight: 300; color: #000; font-size: 15px; text-align: justify; }
.get-quote-icon { margin-top: -90px; }
/* ----about-us main page  css end--------------*/
/* --css 13-01-2021---- */
/* ---contact us mainpage start---- */
.main-contactus { padding: 50px 0px 20px; margin-bottom: 10px;}
.main-contactus p{
font-size: 15px;
}
.contact-outer { overflow: hidden; }
.contact-us-img { width: 100%; height: 340px; overflow: hidden; }
.contact-us-img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: 0.5s ease-in-out; }
.contact-outer:hover .contact-us-img img { transform: scale(1.1); cursor: pointer; }
.contact-outer:hover { cursor: pointer; }
.contact-outer { position: relative; }
.contact-detail { position: absolute; bottom: 0; left: 0; background-color: rgba(51, 51, 51, 0.5); width: 100%; padding: 15px; height: 210px; }
.contact-icon { width: 10%; color: #fff; font-size: 18px; margin-bottom: 5px; }
.contact-text { width: 90%; color: #fff; font-size: 15px; margin-bottom: 5px;margin:0 0 8px 0; }
.contact-text a { color: #fff; text-decoration: none; }
.contact-detail h3 { font-size: 20px; color: #fff; text-transform: uppercase; font-weight: 700; }
.contactus-title { color: #333333; font-size: 22px; font-weight: 700;margin:0 0 20px; }
.main-contactus h2 { margin-bottom: 20px; }
.map{
	width: 100%;
	height: 100%;
}
.map iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.border-bottom-1{
	border-bottom:  1px solid rgb(255 0 16 / 0.2);
}
/* ---contact us mainpage end---- */

/* --for singal product page css start--- */
.single-products .single-product tbody{
	width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.single-products .single-product{
	display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.single-product tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.single-product tbody tr td{
	padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 15px;
}
.single-products .rental-device-img{
	height: 300px;
	margin-top: 30px;
}
.single-products .rental-device-inner{
border: 2px solid #ff0010;
}
.single-products .rental-device-inner h3{
	font-size: 28px;
	color: #ff0010;
} 
/* --for singal product page css end--- */
/* -sales page css start-- */
.equipment-sales{
	padding: 50px 0px;
}
.equipment-sales p{
	font-size: 15px;
}
.sales-contact-inner-1 a{
color: #333333;
font-size: 18px;
text-decoration: none;
}
.sales-contact-inner-1 a:hover{
	color: #ff0010;
}
.sales-contact-inner-1 a i{
	display: inline-block;
	margin-right: 20px;
}
.sales-contact-inner-2{
	text-align: right;
}
/* .sales-contact-inner-2 a{
	color: #333333;
}
.sales-contact-inner-2 a:hover{
	color: #ff0010;
} */
.salse-detail{
	box-shadow: 0px 0px 10px rgb(51 51 51 / 0.2);
	padding: 15px;
}
.salse-detail ul li {
    font-size: 15px;
    margin: 0 0 0 30px;
   
}
.salse-detail .main-title-2 {
    color: #ff0010;
    font-size: 30px;
}

.salse-detail p {
    font-size: 16px;
    margin: 0 0 13px;
}
/* -sales page css end-- */
/* -css18-01-21 css start-- */
.btn_new {
    display: inline-block;
    position: relative;
}
.btn_new:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 70%;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #ff0010;
    border-right: 1px solid #ff0010;
    transition: 0.5s ease-in-out;
}
.btn_new:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 70%;
    top: 0;
    left: 0;
    border-top: 1px solid #ff0010;
    border-left: 1px solid #ff0010;
    transition: 0.5s ease-in-out;
}
.btn_new:hover::before, .btn_new:hover::after {
    content: '';
    width: 100%;
    height: 100%;
}
/* -css18-01-21 css end-- */
.mob-search{
	display: none;
}
.about-mission-vision{
	border-top:  1px solid rgb(255 0 16 / 0.2);
	text-align: center;
	padding-top: 30px
}
.about-mission-vision p{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.5;
	color: rgba(255, 0, 16, 1);
}
.equipment-rental-device .rental-device-inner{
	position: relative;;
}
.d-brocher-btn{
	position: absolute;
	right: 20px;
	top: 30px
}
.d-brocher-btn .get-quote-btn{
	color: #222;
}
.d-brocher-btn .get-quote-btn:hover{
	/* color: rgba(255, 0, 16, 1); */
}
.highlight-bullet p{
	display: list-item;
	margin-left: 15px;
}
.contact-us-2{
	padding: 0px 0px;
	border-bottom: 1px solid rgb(255 0 16 / 0.2);
	margin-bottom: 30px;
}
.contact-us-2 h2{
	margin-bottom: 40px;
}
.contact-us-2-inner .contact-us-2-icon{
	width: 10%;
	color: rgba(255, 0, 16, 1);
	margin-bottom: 15px;
	float:left;
}
.contact-us-2-inner .contact-us-2-address{
	width: 87%;
	margin-bottom: 15px;
	float:right;
}
.contact-us-2-inner .contact-us-2-address a{
	color: #333;
	text-decoration: none;
}
.sales-contact .get-quote-btn{
	color: #333;
	text-decoration:none;
	padding:5px 24px;
}
/* -sinagl page css start-- */
.single .equipment-rental-main-detail{
	margin-top: 113px;	
}
.single .equipment-rental-main-detail img{
	width: 50%;
	margin: 0 auto;
	display: block;
}
.single .equipment-rental-main-detail ol{
	margin-left: 30px;
}
.single .equipment-rental-main-detail ol li{
	margin-bottom: 10px;
}
.sales-detial-list {
	/* color: #ff0010; */
	margin-left: 30px;
}
.sales-detial-list li{
	margin-bottom: 10px;
}
/* -sinagl page css end-- */
.home-testimonal-outer button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border: 0px;
	outline: none;
	background-color: transparent;
	font-size: 30px;
	color: #333;
	text-align: center;
}
.home-testimonal-outer button.pull-left{
	left: -15px;
}
.home-testimonal-outer button.pull-right{
	right: -30px;
}
.home-testimonal-outer button:hover{
	color: #ff0010;
}


.single-products p{font-size:16px;}

.salimg {
    float: right;
    width: 33%;
    margin: 0 0 0 20px;
}
.salimg img {
    width: 100%;
    height: auto;
}
a{color:red;}
a:hover{color:red;text-decoration:underline;}

table tr td {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 9px;
}

.salse-detail li {
    font-size: 16px;
    margin: 0 0 6px 32px;
}


.main-address a {
    font-size: 17px;
}

.npc-color {
    color: #ff0010;
    font-size: 17px;
}


.main-contactus p {
    font-size: 15px;
    
}

.contact-detail p{color:#fff;}

.contactus-title1 {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    margin: 27px 0 25px;
}

.contact-us-2 h2 {
    margin-bottom: 40px;
    font-size: 45px;
}

.home-main-title .npc-color {
    font-size: 50px;
}

.navbar-light .navbar-brand{padding:0px;}

img.logo {
   
    margin: 0px 0 0;
}

.postid-538 .rental-device-img{text-align:center; height:auto;}
.postid-538 .rental-device-img img{max-width:100%; height:auto; width:auto;}

.career-form .wpcf7-form-control-wrap {
    margin: 0 0 8px;
}

div.wpcf7 input[type="file"] {
    padding: 6px 10px 0;
    width: 200px;
    font-size: 13px;
    height: 40px;
    
   
}
.career-form {
   
    padding: 0 35px;
}

.career-form .get-quote-btn {
    color: #222;
}

.career-form .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #222;
}


.nav-search-inner form#searchform {
    width: 100%;
}

.contact-us-2-inner .contact-us-2-address a:hover{color:red;text-decoration:underline;}

.career-form .form-control {
    border-radius: 0px;
    height: 44px;
	margin:0 0 10px;
}

.career-form textarea{
    height: 120px!important;
}
section.equipment-videos-section {
    margin: 50px 0;
    /* float: left; */
    width: 100%;
	}
	.cat-videos h3{
    font-size: 20px;
    color: #ff0010;
    font-weight: 700;
    text-decoration: none;
    display: block;
	}	
	
	.cat-videos {
    float: left;
    width: 100%;
    margin: 0 0 25px;
	
	}
	.cat-videos iframe {
    width: 100%;
    height: 450px;
	}
	
	.main-title-3 {
	font-size: 50px;
    color: #333333;
    font-weight: 600;
    margin: 0 0 40px!important;
	}

	/* ---02-01-2021--- */
	.page-id-811 .equipment-rental-main-detail{
		margin-bottom: 0px;
		background-color: #fff;
		
		padding:40px 0;
		text-align:center;
	}
	.page-id-811 .equipment-rental-main-detail .career-form .form-control{
		border: 1px solid rgb(255 0 16 / 0.2);
	}
	.page-id-811 .equipment-rental-main-detail .career-form input::placeholder,
	.page-id-811 .equipment-rental-main-detail .career-form textarea::placeholder{
		color: rgb(255 0 16 / 0.6);
	}
	.page-id-811 .equipment-rental-main-detail .career-form .cv input{
		color: rgb(255 0 16 / 0.6);
	}
	.form-control:focus{
		box-shadow: none !important;
	}
	.careers-img{
		height: 100%;
		width: 100%;
		box-shadow: 0px 0px 10px rgb(51 51 51 / 0.5);
	}
	.careers-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.page-id-811 .main-title-2 {
    
    margin: 0 0 20px!important;
}


input.wpcf7-form-control.wpcf7-submit.get-quote-btn {
    padding: 8px 40px 8px 40px;
}

.our-arsenel-img a{outline:none;}


.vacanc {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 17px;
}

.page-id-811 textarea {
    margin: 0 0 10px!important;
	height:100px;
}
.vacanc label {
    font-size: 16px;
}
.page-id-811 .get-quote{padding:40px 0;}

select.wpcf7-form-control.wpcf7-select.form-control  option{
    background-color: #222;
}

/* -- */



.single-testimonial .main-title-2 {
    margin: 50px 0;
}



.main-inner-banner h1 span {
    background-color: #22222282;
    padding: 10px 45px;
	font-size:45px;
	width:100%;
}

section.equipment-script-section {
    margin: 50px 0;
    /* float: left; */
    width: 100%;
}


.card:last-child .rental-item-list li {
    border: none!important;
}

.pum-theme-1773 .pum-content, .pum-theme-enterprise-blue .pum-content {
    color: transparent;
    font-family: inherit;
    font-weight: 100;
    outline: none!important;
}

.popmake-content input.wpcf7-form-control.wpcf7-submit.get-quote-btn {
    color: red;
    padding: 5px 13px 5px 38px;
}

.popmake-content textarea.form-control {
    height: 150px;
    margin: 0 0 20px;
}

.popmake-content .wpcf7-form-control-wrap {
position: relative;
float: left;
width: 100%;
margin: 0 0 12px;
}

.popmake-content .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #ffb900;
color: #000;
font-size: 15px;
font-family: sans-serif;
}

section#text-2 {
float: left;
width: 100%;
text-align: center;
margin: 20px 0;
}

.blogright li {
list-style: disc;
margin: 0 0 8px 23px;
font-size: 17px;
}
.page-id-1762 .main-inner-banner {
margin-top: 80px;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
padding: 85px 0px;
}
.single-post .main-inner-banner {
margin-top: 80px;
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
padding: 85px 0px;
}

.single-post .blogimg {
float: left;
width: 100%;
}
.single-post .blogcont {
float: right;
width: 100%;
padding: 0 20px;
}

.single-post .blogcont h2 {
color: red;
font-size: 28px;
font-weight: 600;
}

.blogcont img{ width: 100%;height:auto;}
.readlink a {
border: 1px solid #ff0010;
color: #ff0010;
font-size: 14px;
padding: 4px 15px;
box-sizing: border-box;
border-radius: 2px;
}

.readlink {
float: left;
width: 100%;
margin: 0 0 15px;
}

.blogcont span {
float: left;
width: 100%;
margin: 0 0 6px 0;
font-size: 15px;
color: red;
font-style: italic;
}

.blogright #recent-posts-2 {
margin-bottom: 20px;
background-color: #222;
color: #fff;
padding: 20px;
}

.blogright #search-2 {
background-color: #eb2228;
padding: 20px;
margin: 0 0 20px;
}

.blogright #recent-posts-2 li {
margin: 0 0 13px 25px;
color: #fff;
border-bottom: 1px solid;
font-size: 16px;
padding: 0px 0 6px;
}

.blogright #recent-posts-2 li a {
color: #fff;
}

.blogimg {
float: left;
width: 35%;
}
.blogimg img {
width: 100%;
height:auto;
}

.blogcont {
float: right;
width: 64%;
}

.bloginner {
float: left;
width: 100%;
box-shadow: 0px 0px 10px rgb(51 51 51 / 20%);
padding: 30px 10px 10px;
margin: 0 0 30px;
}

.readlink a:hover {
text-decoration: none;
background-color: #222;
color: #fff;
border: none;
}

.blogright h2 {
font-size: 19px;
text-transform: uppercase;
margin: 0 0 15px;
}

.blogright button.btn {background-color:red; color:#fff;}

a.pum-trigger {
    background-color: #222;
    float: left;
    padding: 20px 10px 20px;
    width: 100%;
    text-align: center;
}

a.pum-trigger img {
    width: 82%!important;
}
.get-quote{padding:110px 0px;}




/****** 14 june 2022*******/
.rental-device-inner .d-brocher-btn a {
    min-width: 200px;
}
.rental-device-inner .d-brocher-btn.enquire-btn {
    position: relative;
    float: right;
    top: 12px;
    right: 0;
}
.enquire-btn {
    margin-top:10px;
}
.rental-device-inner .d-brocher-btn.enquire-btn a {
    min-width: 211px;
}
.img-bottom-buttons .d-brocher-btn {
    position: relative;
    right: auto;
    top: 0;
    float: left;
}
.img-bottom-buttons {
    width: 100%;
    float: left;
    padding: 10px;
    margin: auto;
    padding: 2% 20% 3% 20%;     
}
.rental-device-inner .d-brocher-btn.enquire-btn {
    position: relative;
    float: right;
    top: 0;
    right: 0;
}

@media screen and (max-width:480px) {
 .d-brocher-btn2 {
    position: relative!important;
    float: none!important;
    max-width: 70%!important;
    margin-left: 18%!important; 
} 

.single-products .rental-device-inner h3 {
    padding-bottom: 20px;
}
.rental-device-inner .d-brocher-btn.enquire-btn a {
    min-width: 208px;
}
.img-bottom-buttons {
    padding: 0px 0px 40px 0px;
}
}

@media screen and (max-width:320px) {
.rental-device-inner a {
    text-decoration: none;
    color: #ff0010;
    font-size: 14px;
}
.rental-device-inner .d-brocher-btn.enquire-btn a {
    min-width: 200px;
}
.d-brocher-btn2 {
    position: relative!important;
    float: none!important;
    max-width: 70%!important;
    margin-left: 11%!important;
} 
}

@media (min-width: 1536px) and (max-width: 1599px) {
  .home-about {
    padding: 20px 0px 40px;
}
.banner-slider, .slide {
        height: 80vh!important;
    }
}
section#custom_html-7 {
   
    margin-left: 150PX;
}

