body { font-family:var(--primary-font-family); background-color: var(--white-color); color:var(--text-color);  font-weight:var(--font-weight-400); letter-spacing:normal; font-size:14px; line-height: normal; margin:0;  padding:0; white-space:normal; visibility:inherit; text-align:inherit; border:0px; font-stretch:inherit; overflow-x: hidden !important; transition: background 0.2s linear;}

html{height:100%; margin-bottom:0px;}

* { margin: 0; padding: 0; outline: 0; }

body, div, section, a, p, aside, span, ul, li, dl, header, footer, h1, h2, h3, h4, h5, h6 {text-decoration: none; outline: none; border: none; padding: 0; margin: 0; list-style: none;}

/*custom scrollbar*/
/* width */
::-webkit-scrollbar {width:10px;}
/* Track */
::-webkit-scrollbar-track {background:var(--text-color); }
/* Handle */
::-webkit-scrollbar-thumb {background:var(--black-color); }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background:var(--primary-color); }
/*custom scrollbar*/

/*LOADER*/
.no-js #loader { display: none;}
.js #loader {display: block; position: absolute; left: 100px; top: 0;}
.se-pre-con {position: fixed; left: 0px; top:0px; width: 100%; height: 100%; z-index: 99999; background: url(../images/Preloader.gif) center no-repeat var(--white-color);}
/*LOADER*/

/*TEXT SELECTION*/
::-moz-selection {/* Code for Firefox */ color:var(--white-color); background:var(--primary-color);}
::selection {color:var(--white-color); background:var(--primary-color);}
/*TEXT SELECTION*/

h1, h2, h3, h4, h5 { font-family:var(--primary-font-family); letter-spacing: var(--letter-spacing-1); text-transform: uppercase; font-weight:var(--font-weight-800);}

.heading {margin-bottom:15px; margin-top:15px; padding:0;}
.heading h1 {font-size:40px; line-height:45px; color:var(--primary-color); margin:0; padding:0; }
.heading h2 {font-size:35px; line-height:40px; color:var(--black-color); margin:0; padding:0;}
.heading h3 {font-size:18px; line-height:25px; color:var(--black-color); margin:0; padding:0;}
.heading h5 {font-size:20px; line-height:25px; color:var(--primary-color); margin:0; padding:0;}
.heading h6 {font-size:18px; line-height:25px; color:var(--black-color); margin:0; padding:0; text-transform: capitalize; font-weight:var(--font-weight-600); letter-spacing:normal; }

p { color:var(--text-color); font-size:15px; line-height:20px; margin-bottom:15px; margin-top:15px; padding:0; font-weight:var(--font-weight-400); letter-spacing:normal;}
p a {color:var(--black-color); font-weight:var(--font-weight-500); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
p a:hover {color:var(--secondary-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
p span {color:var(--primary-color); font-weight:var(--font-weight-600);}
p strong {color:var(--black-color); font-weight:var(--font-weight-600);}

/*TOP*/
.top { background:var(--primary-color);opacity:1 !important;}

/*CALL NOW*/
.call-now { display:block; }
.call-now ul {  margin:0; padding:0; list-style:none;}
.call-now ul li { display:inline-block; font-size:13px; color:var(--light-colour); line-height:30px; margin:0 15px 0 0; padding: 0; font-weight:var(--font-weight-400); letter-spacing:var(--letter-spacing-05);}
.call-now ul li:last-child { margin-right:0;}
.call-now ul li a { color:var(--light-colour); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.call-now ul li a:hover {color:var(--white-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.call-now ul li i {width: auto; height:30px; line-height:30px; text-align: center; color:var(--white-color); margin-right:5px; font-size:11px; }
/*CALL NOW*/

/*SOCIAL*/
.top-social-links { float: right; padding: 0; list-style-type: none; margin: 0;}
.top-social-links li { float: left; margin: 0; display: inline-block;}
.top-social-links li a { float: left; width:30px; text-align: center; line-height:30px; height:30px; color:var(--light-colour); display: inline-block; font-size: 11px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; margin: 0; background:none;}
.top-social-links li a:hover { color: var(--white-color); background: none; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*SOCIAL*/
/*TOP*/

/*HEADER*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 9px 0px;
  transition: none; /* optional: remove transition */
  transform: translateY(0) !important; /* override JS if applied */
}

.header-unpin{transform: translateY(-100%);}
.header-pin{transform: translateY(0);  background-color: rgba(255, 255, 255, 0.85); -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 9px 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 9px 0px;}

/*LOGO*/
.logo { float:left; margin:15px 0; padding:0; display:block;}
.logo img { height:90px;}
/*LOGO*/

/*MOBILE TOP*/
.mobile-top { float: right; padding-left: 0; list-style-type: none; margin-top:25px; margin-bottom:25px;}
.mobile-top li { float:left; margin-left:0; margin-right:15px; display: inline-block;}
.mobile-top li a i { float: left; text-align: center; line-height:40px; height:40px; width: 40px; padding: 0; border:none; background:var(--primary-color); color:var(--white-color); display: inline-block; font-size:11px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border-radius:var(--border-radius-50);  }
.mobile-top li a i:hover {color:var(--white-color); background:var(--black-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.mobile-top li:last-child { margin-right: 0;}
/*MOBILE TOP*/

/*HEADER*/

.more-btn { font-size:14px; font-weight:var(--font-weight-500); text-transform:capitalize; padding:15px 25px; line-height:20px; color:var(--white-color); background:var(--black-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border: none; letter-spacing: var(--letter-spacing-1); border-radius:var(--border-radius-25);}
.more-btn:hover { background:var(--primary-color); color:var(--white-color);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

.page-img {position: relative; border-radius:var(--border-radius); overflow: hidden; margin-bottom: 15px; margin-top: 15px; width: 100%;}



/*BANNER*/
#background-video { width: 100%; height: auto; display: block; object-fit: cover; position: relative; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; margin: 0; padding: 0; line-height: 0;}
#background-video video { width: 100%!important; height: auto!important;}

#background-img { width: 100%; height: auto; display: block; object-fit: cover; position: relative; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; margin: 0; padding: 0; line-height: 0;}
#background-img img { width: 100%!important; height: auto!important;}
#background-img::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: var(--black-color); opacity: .6;}
/*BANNER*/

/*OUR SERVICES*/
.services {position: relative; display: block; margin-bottom:15px; margin-top: 15px; border-radius:var(--border-radius); overflow: hidden;}
.services-img { position: relative; display: block;}
.services-img .icon {position: absolute; left: 0; bottom: -40px; right: 0; width:80px; height:80px; line-height:80px; border-radius:var(--border-radius-50); background:var(--primary-color);  margin: 0 auto; color: var(--white-color); font-size:20px; text-align: center; transition: all 200ms linear; transition-delay: 0.1s; z-index: 2;}
.services:hover .services-img .icon {color: var(--white-color);}
.services-img .icon::before {position: absolute; top: 0; left: 0; bottom: 0; right: 0; content: ""; border-radius: 50%; z-index: -1; transform: scale(0.0); transform-origin: center; transform-style: preserve-3d; transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52); background: var(--black-color);}

.services:hover .services-img .icon::before {transform: scaleX(1.0);}
.services-img-inner {position: relative; display: block; overflow: hidden;}
.services-img-inner::before {position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background-color: rgba(34, 88, 100, 0.75); opacity: 1; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2); -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2); transform: perspective(400px) rotateX(-90deg) scale(0.2); -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top; z-index: 1;}
.services:hover .services-img-inner::before {opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0); -ms-transform: perspective(400px) rotateX(0deg) scale(1.0); transform: perspective(400px) rotateX(0deg) scale(1.0);}

.services-img-inner img {width: 100%; transition-delay: .1s; transition-timing-function: ease-in-out; transition-duration: .7s; transition-property: all;}
.services:hover .services-img-inner img {transform: scale(1.1) rotate(2deg);}
.services-content {position: relative; display: block; background:var(--light-colour); padding:60px 15px 15px 15px; }

.services-content h2 {font-size:15px; line-height:20px; color: var(--black-color); margin-bottom:0; /*-ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;*/}
.services-content h2 a {color: var(--black-color);}
.services-content h2 a:hover {color: var(--primary-color);}
/*OUR SERVICES*/

/*HOME SERVICE*/
.home-service-box-one{background-image: url("../images/home-service-1.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding:0; position: relative;}
.home-service-box-one::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: var(--primary-color); opacity: .9;}

.home-service-box-two{background-image: url("../images/home-service-2.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding:0; position: relative;}
.home-service-box-two::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: var(--black-color); opacity: .9;}

.home-service-box-three{background-image: url("../images/home-service-3.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding:0; position: relative;}
.home-service-box-three::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: var(--primary-color); opacity: .9;}

.home-service-box { position: relative; padding: 30px;}
.home-service-box i { width:100px; height:100px; line-height:100px; background:var(--white-color); text-align: center; font-size:35px; border-radius:var(--border-radius-50); margin-bottom:0;}
.home-service-box-one .home-service-box i, .home-service-box-three .home-service-box i {  color:var(--primary-color);}
.home-service-box-two .home-service-box i {  color:var(--black-color);}
.home-service-box h1 {margin:15px 0 0 0; padding:0; color:var(--white-color); font-size:22px; line-height:30px; }
.home-service-box p { color:var(--white-color); margin:7px 0 ; padding:0; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative;  -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.home-service-box-btn { font-size:14px; font-weight:var(--font-weight-600); text-transform:capitalize; padding:10px 25px; line-height:25px; color:var(--white-color); background:none; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:1px solid var(--white-color);  letter-spacing: var(--letter-spacing-1); border-radius:var(--border-radius-25);}
.home-service-box-btn:hover { background:var(--white-color); border:1px solid var(--white-color); color:var(--black-color);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*HOME SERVICE*/

/*COUNTER*/
.counter-bg {background: var(--primary-color); border-radius:var(--border-radius); padding: 15px; margin-bottom: -90px; margin-top: 15px;}
.main_counter_area .main_counter_content .single_counter{}
.single_counter{ margin-bottom: 15px; margin-top: 15px; padding:0;}
.single_counter_icon i {text-align: center; background: var(--white-color); opacity: .5; width:90px; height:90px; line-height:90px; font-size: 35px; border-radius:var(--border-radius-50); color: var(--primary-color); margin:0 auto;  }
.single_counter_text { margin-top:15px; }
.single_counter_text h4 {margin: 0; padding:0; color:var(--white-color); font-size:40px; line-height:45px;}
.single_counter_text h6 { font-size:16px; line-height:25px; font-weight:var(--font-weight-600); margin:5px 0 0 0; padding:0; color:var(--white-color); text-transform:uppercase; letter-spacing: var(--letter-spacing-1);} 
/*COUNTER*/

/*VIDEO*/
.video-box {  margin-bottom: 15px; margin-top: 15px; padding:15px; border: 1px solid var(--light-colour); display: block; position: relative; z-index: 1; line-height: 0}
.video-box video { width: 100%!important; height: auto!important;}
/*VIDEO*/

/*SERVICES*/
.section_carousel {background: var(--light-colour); border-top: 1px solid var(--text-light-colour); padding-bottom: 15px; padding-top: 90px; margin-bottom: 15px; margin-top: 15px;}

.section_carousel .slick-slide {margin:15px; display: flex; padding:0; text-align: center; overflow:hidden; background: var(--white-color);   transition: all ease .6s; -moz-transition: all ease .6s; -webkit-transition: all ease .6s; -o-transition: all ease .6s; border:none; border-radius:var(--border-radius);}
.section_carousel .slick-slide:hover {transition: all ease .6s; -moz-transition: all ease .6s; -webkit-transition: all ease .6s; -o-transition: all ease .6s; border:none;}

.single-service-area {position: relative; z-index: 1; overflow: hidden;}
.service-img {position: relative; z-index: 1; height: auto; width: 100%; overflow: hidden; transition: 0.3s; object-fit: cover;}
.service-img img {  width: 100%;  height: auto;  transition: transform ease-in-out 0.7s;  transition-property: all;}
.single-service-area:hover .service-img img { transform: scale(1.1) rotate(2deg); transition: all 2s ease-out;}

.service-icon {background:var(--primary-color); padding:0px; position: absolute; bottom: 0; left:15px; width: 90px; height: 90px; line-height: 90px; display: flex; align-items: center; justify-content: center; display: inline-block; transition: all 500ms linear; transition-delay: 0.1s; z-index: 2; text-align: center;}
.service-icon i:before { font-size:35px; color:var(--white-color);}
.service-icon span {position: relative; display: inline-block; font-size:35px; color:var(--white-color); transition: all 500ms linear; transition-delay: 0.1s;}
.single-service-area:hover .service-icon { background:var(--black-color);}
.single-service-area:hover .service-icon span {  transform: rotateY(360deg);}

.service-content { background: var(--white-color); padding:30px; box-shadow: 0 0 45px rgba(0, 0, 0, .09);}
.service-content h5 { font-size:20px; line-height:25px; margin:0; padding:0; color:var(--black-color); -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.single-service-area:hover h5 { color:var(--primary-color);}
.service-content p { padding:0; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.service-content hr  { margin:15px 0; border-top: 1px solid var(--light-colour); opacity:1;}
.single-service-area a { text-transform: uppercase; font-size:20px; color:var(--primary-color); margin: 15px 0 0 0;}
.single-service-area .read-more i:before {font-size:20px; transition: all 500ms linear;}
.single-service-area:hover .read-more i:before {padding-left:10px; color:var(--black-color);}
/*SERVICES*/

/*Maintenance Products*/
#maintenance-section { margin-top:15px; margin-bottom:15px; position: relative; padding-bottom:15px; padding-top:15px; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center center; background-image:url(../images/maintenance.jpg);}
#maintenance-section::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: var(--primary-color); opacity: .9;}
.process {display: table; width: 100%; position: relative; margin-bottom: 15px; margin-top: 15px;}
.process-row {display: table-row;}
.process-row:before {top: 50px; bottom: 0; position: absolute; content: " "; width: 100%; height: 1px; background-color:var(--white-color); z-order: 0;}
.process-step { display: table-cell; text-align: center; position: relative;}
.btn-circle { background: var(--white-color); width: 100px; height: 100px; text-align: center; padding: 0; line-height: 100px; border-radius:var(--border-radius-50); border: none;}
.btn-circle i { width: 100px; height: 100px; line-height: 100px; font-size:35px; color: var(--primary-color)}
.process-step button[disabled] {opacity: 1 !important; filter: alpha(opacity=100) !important;}
.process-step p { margin-bottom: 0; width: 100%; text-transform: uppercase; color: var(--white-color); font-weight:var(--font-weight-600); letter-spacing:var(--letter-spacing-1);}
#maintenance-section p, #maintenance-section .heading h1 {position: relative; color: var(--white-color);}
/*Maintenance Products*/

/*OUR TEAM*/
.team-item {position: relative; overflow: hidden; box-shadow: 0 0 45px rgba(0, 0, 0, .09); border-radius: var(--border-radius); margin-bottom: 15px; margin-top: 15px; background: var(--white-color);}
.team-item img {transition: .5s; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);}
.team-item:hover img {transform: scale(1.1);}
.team-item h5{font-size:16px; line-height:22px; color:var(--primary-color); margin:0; padding:0;}
.team-item p { margin:5px 0 0 0; font-size:14px;  }
.team-text {position: absolute; background: var(--white-color); width: 100%; left: 0; bottom: -50px; opacity: 0; transition: .5s;}
.team-item:hover .team-text {bottom: 0; opacity: 1;}
.team-item a.btn {width:30px; text-align: center; line-height:30px; height:30px; padding: 0; margin-top: 15px !important; margin-left:3px; margin-right:3px; color: var(--white-color); background:var(--black-color); display: inline-block; font-size:9px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border-radius: var(--border-radius-50); border:none;}
.team-item a.btn:hover {color: var(--white-color); background: var(--primary-color);}
/*OUR TEAM*/

/* OUR TEAM */
.team-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  border-radius: var(--border-radius);
  margin-bottom: 15px;
  margin-top: 15px;
  background: var(--white-color);
}

.team-item img {
  transition: .5s;
  filter: grayscale(0%);
  width: 387px;	
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item h5 {
  font-size: 16px;
  line-height: 22px;
  color: var(--primary-color);
  margin: 0;
}

.team-item p {
  margin: 5px 0 0 0;
  font-size: 14px;
}

.team-text {
  position: absolute;
  background: var(--white-color);
  width: 100%;
  left: 0;
  bottom: -50px;
  opacity: 0;
  transition: .5s;
}

.team-item:hover .team-text {
  bottom: 0;
  opacity: 1;
}

.team-item a.btn {
  width: 30px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  padding: 0;
  margin-top: 15px !important;
  margin-left: 3px;
  margin-right: 3px;
  color: var(--white-color);
  background: var(--black-color);
  display: inline-block;
  font-size: 9px;
  transition: all ease .6s;
  border-radius: var(--border-radius-50);
  border: none;
}

.team-item a.btn:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.single-center {
  margin-top: 60px;
  margin-left: -76px;
  margin-right: auto;
  width: 167%;
  max-width: 500px; /* You can increase/decrease as per design */
}


/* Mobile responsive tweaks */
@media (max-width: 768px) {
  .team-item {
    padding: 15px;
  }

  .team-item h5 {
    font-size: 18px;
  }

  .team-item p {
    font-size: 14px;
  }

  .single-center {
    max-width: 90%;
	left: 91px;  
  }
}


/*home box*/
#home-section { margin-top:15px; margin-bottom:15px; position: relative; padding-bottom:15px; padding-top:15px; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center center; background-image:url(../images/home-section.jpg);}
#home-section::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: var(--black-color); opacity: .9;}

#home-section p, #home-section .heading h5 {position: relative; color: var(--white-color);}
#home-section p a { color: var(--text-light-colour);}
#home-section p a:hover{color: var(--white-color);}
/*home box*/

/*BLOG*/
#blog-section { background: var(--light-colour); margin-bottom: 15px; margin-top: 15px; padding-bottom: 15px; padding-top: 15px;}
.blog-box{ width:100%; padding: 0; background-color:var(--white-color);  box-shadow: 0 0 45px rgba(0, 0, 0, .09); margin:15px 0px; border-radius: var(--border-radius); overflow: hidden;}
.blog-box .blog-box-img { margin:0; padding:0;  overflow:hidden;}
.blog-box .blog-box-img a img {opacity:1;-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;-ms-transition: all 0.2s ease-in;transition: all 0.2s ease-in; background-position:left; overflow:hidden;}
.blog-box:hover .blog-box-img a img { opacity:1;-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);transform:scale(1.2,1.2);-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;-ms-transition: all 0.2s ease-in;transition: all 0.2s ease-in;  background-position:right; overflow:hidden;}

.blog-box .blog-date { float: left; position: relative;  background: var(--primary-color); margin:-15px 0 0 15px; z-index: 1; padding: 0 15px; border-radius: var(--border-radius-25);  }
.blog-box .blog-date h6 { font-size:13px; line-height:20px; margin:0; padding:5px 0; color:var(--white-color); font-weight:var(--font-weight-400); letter-spacing:var(--letter-spacing-05);}
.blog-box .blog-date h6 i {font-size:11px; color:var(--white-color); margin-right: 5px;}

.blog-box .blog-text { float: left; margin:0; padding:30px;}
.blog-box .blog-text h2 { font-size:20px; line-height:25px; margin:0; padding:0; color:var(--black-color); -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.blog-box .blog-text h2 a {color:var(--black-color);}
.blog-box:hover .blog-text h2 a { color:var(--primary-color);}

.blog-box .blog-text p { padding:0; margin:15px 0 0 0;  -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.blog-box .blog-text p a {color:var(--text-color);}
.blog-box:hover .blog-text p a { color:var(--black-color);}
/*BLOG*/

.partner-swiper {
  padding: 10px 0;
}

.swiper-slide {
  width: auto !important;
}

.partner {
  margin: 0 10px;
  padding: 10px;
  border: 1px solid var(--text-light-colour);
  border-radius: var(--border-radius-50);
  background: var(--white-color);
  text-align: center;
  transition: all 0.6s ease;
}

.partner:hover {
  border-color: var(--primary-color);
}

.partner img {
  max-height: 139px;
  object-fit: contain;
}






/*Request A Quote*/
#request-a-quote-section {background: var(--light-colour); margin-top: 15px; padding-bottom: 15px; padding-top: 15px;}
.contact-box { padding-bottom: 15px; padding-top: 15px;}
.contact-box ul { margin:0; padding:0; list-style:none;} 
.contact-box ul li { margin-top:0;}  
.contact-box .contact-box-icon, .contact-box .contact-box-info {display: table-cell; vertical-align:middle;} 
.contact-box .contact-box-info {padding-left: 15px;}	
.contact-box .contact-box-info p { font-size:13px; line-height:20px; font-weight:var(--font-weight-600); margin:0; padding: 0; color: var(--black-color); text-transform:capitalize; letter-spacing:var(--letter-spacing-05);}
.contact-box .contact-box-info h5 { margin: 0; padding:0; text-transform: uppercase; color: var(--primary-color); font-size:30px; line-height:40px;} 
.contact-box .contact-box-icon i { float:left; width:70px; height:70px; line-height:70px; text-align: center; font-size:25px; padding:0; background:var(--primary-color); color: var(--white-color); margin:0; border-radius:var(--border-radius-50); }

/*FORM*/
.contact-page-form { float: left; padding: 0 15px; font-size:14px; line-height:20px; color:var(--text-color); font-weight:var(--font-weight-400);}
.contact-page-form a { color:var(--black-color); text-decoration:none; font-weight:var(--font-weight-500); margin:0; padding:0;}
.contact-page-form a:hover { color:var(--primary-color);}

.contact-page-form-bor { width: 100%; height:45px; line-height:45px; font-size:14px; text-align:left; color: var(--black-color); font-weight:var(--font-weight-400); margin: 0; padding:0 15px; background:var(--white-color); border: 1px solid var(--text-light-colour); font-family:var(--primary-font-family); border-radius: var(--border-radius); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.contact-page-form-textar { width:100%; height:100px; line-height:35px; font-size:14px; text-align:left;  color: var(--black-color); font-weight:var(--font-weight-400); margin: 0; padding:0 15px; background:var(--white-color); border: 1px solid var(--text-light-colour); font-family:var(--primary-font-family); border-radius: var(--border-radius); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;  }
.contact-page-form-bor:focus, .contact-page-form-textar:focus { background:var(--white-color); border:1px solid var(--primary-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; }

.contact-page-form select {width:100%; height:45px; line-height:45px; font-size:14px; margin:0; padding:0 15px; color:var(--black-color); font-weight:var(--font-weight-400); background:var(--white-color) url(../images/arrow-select.png) no-repeat right 15px center; border: 1px solid var(--text-light-colour); font-family:var(--primary-font-family); appearance:none; -webkit-appearance:none;-moz-appearance: none; text-indent: 0.01px; text-overflow: ''; border-radius: var(--border-radius); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.contact-page-form select:focus {background:var(--white-color)  url(../images/arrow-select.png) no-repeat right 15px center ; border:1px solid var(--primary-color); color:var(--black-color); appearance:none; -webkit-appearance:none;-moz-appearance: none; text-indent: 0.01px; text-overflow: ''; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

.contact-page-form-btn { font-size:14px; font-weight:var(--font-weight-500); text-transform:capitalize; padding:15px 25px; line-height:20px ; color:var(--white-color); background:var(--black-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; margin: 0; letter-spacing:var(--letter-spacing-1); border-radius:var(--border-radius-25); border:none;}
.contact-page-form-btn:hover {background:var(--primary-color); color:var(--white-color);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

.contact-page-form label { font-size:14px; width:100%; color:var(--black-color); font-weight:var(--font-weight-500); margin:0; padding:10px 10px 0px 0; line-height:20px; letter-spacing:normal; text-transform: capitalize;}
.contact-page-form label span { color:var(--bs-red);}

::placeholder { color:var(--black-color); opacity: 1;}
:-ms-input-placeholder {color:var(--black-color);}
::-ms-input-placeholder { color:var(--black-color);}

.inner-down { float:left; margin: 0 0 15px 0 ;}
input[type=checkbox] {opacity: 0; float:left;}
input[type=checkbox] + label {margin:0 15px 0 15px; padding:0 15px 0 15px; position: relative;cursor: pointer;font-size:14px;float: left; line-height:20px; color:var(--text-color); font-weight:var(--font-weight-400); }
input[type=checkbox] + label ~ label {margin: 0 0 0 15px; }
input[type=checkbox] + label::before {content: ' ';position: absolute;left: -15px;top: 0px;width: 20px;height: 20px;display: block; background:var(--white-color); border: 1px solid var(--text-light-colour); border-radius:var(--border-radius-50);}
input[type=checkbox] + label::after {content: ' ';position: absolute;left: -15px;top: 0px;width: 20px;height: 20px;display: block;z-index: 1; background:var(--primary-color) url(../images/checkbox-icon.png) no-repeat center center; -ms-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);opacity: 0; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; overflow:hidden;}
input[type=checkbox]:checked + label::after {-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
/*FORM*/
/*Request A Quote*/

/*FOOTER*/
#footer-1 { background:var(--black-color); margin-top:0; margin-bottom:0; position: relative; padding-bottom:15px; padding-top:15px; padding: 11px 74px;}
#footer-1 h6 {font-size:17px; line-height:25px; margin-bottom:15px; margin-top:0; padding-bottom:0; color: var(--white-color);  font-weight:var(--font-weight-700); letter-spacing: var(--letter-spacing-1); text-transform: uppercase; font-style:normal; position:relative;}

/*FOOTER NAV*/
#footer-1 .footer-nav {margin-bottom: 15px; margin-top: 15px;}
#footer-1 .footer-nav ul { float:left; margin:0 ; padding:0; list-style:none;}
#footer-1 .footer-nav ul li { float:left; width:100%; margin:0; padding:5px 0; text-transform:capitalize;}
#footer-1 .footer-nav ul li a { float:left; font-size:15px; line-height:18px; color:var(--text-light-colour); font-weight:var(--font-weight-400); margin:0; padding:0; text-decoration:none; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; letter-spacing:var(--letter-spacing-05);}
#footer-1 .footer-nav ul li a:hover {color:var(--white-color); text-decoration:none; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*FOOTER NAV*/

/*FOOTER-ADDRESS*/
.footer-address { margin-bottom: 15px; margin-top: 15px;} 
.footer-address ul { margin:0; padding:0; list-style:none;} 
.footer-address ul li { margin-top:15px;} 
.footer-address ul li:first-child {margin-top:20px;} 
.footer-address .icon, .footer-address .info {display: table-cell; vertical-align:top;} 
.footer-address .info {padding-left:10px;}
.footer-address ul li i {color:var(--black-color); background:var(--light-colour); font-size:11px; height:30px; line-height:30px; text-align: center; width:30px; border-radius: var(--border-radius-50); }

.footer-address .info h5 {margin: 0; padding:0; color: var(--white-color); text-transform: uppercase; font-size:13px; line-height:18px; font-weight:var(--font-weight-700); letter-spacing:var(--letter-spacing-1); } 
.footer-address li .info p { font-size:13px; margin: 0; padding:5px 0; line-height:18px; font-weight:var(--font-weight-400); color: var(--text-light-colour); letter-spacing:var(--letter-spacing-05); word-break: break-all;} 
.footer-address li .info p a {color:var(--text-light-colour); font-weight:var(--font-weight-400)}
.footer-address li .info p a:hover { color:var(--white-color);}
/*FOOTER-ADDRESS*/

/*FOOTER BOTTOM*/
#footer-bottom-section {background:var(--black-color); border-top: 1px solid var(--text-color); padding-bottom:15px; padding-top:15px;}
.footer-bottom { margin-top:0; margin-bottom:0; }
.footer-bottom p {color:var(--text-light-colour); margin: 0; padding:5px 0; font-weight: var(--font-weight-400); font-size:13px; line-height:20px; letter-spacing:var(--letter-spacing-05);}
.footer-bottom p span {color:var(--text-light-colour); font-weight: var(--font-weight-500); font-style:normal;}
.footer-bottom p a {color:var(--text-light-colour); font-weight: var(--font-weight-400); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.footer-bottom p a:hover {color:var(--white-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*FOOTER BOTTOM*/

/*SOCIAL*/
.social-links {margin-top:0; margin-bottom:0;  }
.social-links ul {list-style-type: none; }
.social-links ul li {margin-right:0; margin-top:0; margin-left:0; display: inline-block;}
.social-links ul li a i {width:30px; text-align: center; line-height:30px; height:30px; color:var(--text-light-colour); background:var(--black-color); display: inline-block; font-size: 11px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border-radius: var(--border-radius-50);  border:none;}
.social-links ul li a i:hover {color: var(--black-color); background:var(--white-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:none;}
/*SOCIAL*/
/*FOOTER*/

/*BACK TO TOP*/
#back-to-top {position: fixed; bottom:60px; right:15px; z-index: 9; width:45px; height:45px; line-height:45px; font-size:13px; text-align: center; background:var(--text-color); color:var(--white-color); cursor: pointer; border:none; text-decoration: none; transition: opacity 0.5s ease-out; opacity: 0; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; box-shadow: 0 3px 6px rgb(0 0 0 / 25%), 0 3px 6px rgb(0 0 0 / 25%); border-radius: var(--border-radius-50);}
#back-to-top:hover {background:var(--primary-color); color:var(--white-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
#back-to-top.show {opacity:1;}
/*BACK TO TOP*/

/*INNER-BANNER*/
.inner-page-hero-area {padding:210px 45px 100px 45px; margin-bottom:15px; position: relative; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.inner-page-hero-area::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  background-color: var(--black-color); opacity: 0.6;}

.inner-page-title { position: relative; font-size:45px; line-height:50px; text-transform:uppercase; font-weight:var(--font-weight-800); letter-spacing: var(--letter-spacing-1); color:var(--white-color); margin-top:0; margin-bottom: 0px;}
.inner-page-hero-area .breadcrumb-menu { padding:0; margin-bottom:0; margin-top:10px; list-style: none; background: none; border-radius:0; }
.inner-page-hero-area .breadcrumb-menu li {background: transparent none repeat scroll 0 0; display: inline-block; margin:0; padding:10px 0; position: relative; z-index: 1;}
.inner-page-hero-area .breadcrumb-menu li i {color:var(--white-color); margin-right: 3px;}
.inner-page-hero-area .breadcrumb-menu::after {content: ""; height: 100%; left: 0; opacity:0.35; position: absolute; top: 0; width: 100%; z-index: -1; }
.breadcrumb-menu > li + li::before {color: var(--white-color); content: "\f111"; font-family: "Font Awesome 6 Free"; font-size: 8px; font-weight: var(--font-weight-500); padding: 0 10px; position: relative; top: -1px;}
.inner-page-hero-area .breadcrumb-menu a, .inner-page-hero-area .breadcrumb-menu li {font-weight:var(--font-weight-500); color:var(--text-light-colour); text-transform:capitalize; font-size:14px; line-height:20px; margin:0; padding:0; letter-spacing:var(--letter-spacing-1);}
.inner-page-hero-area .breadcrumb-menu a:hover {color: var(--white-color);}
.inner-page-hero-area .breadcrumb-menu li.active {color:var(--text-light-colour);}
/*INNER-BANNER*/

/*DOWNLOAD*/
.download-box {}
.download-box-img { margin-bottom: 15px; margin-top: 15px; border: 1px solid var(--text-light-colour); padding: 1px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.download-box-img:hover { border: 1px solid var(--primary-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.download-btn { font-size:13px; font-weight:var(--font-weight-500); text-transform:capitalize; padding:10px 20px; line-height:20px; color:var(--white-color); background:var(--black-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border: none; letter-spacing: var(--letter-spacing-1); border-radius:var(--border-radius-25);}
.download-btn:hover { background:var(--primary-color); color:var(--white-color);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.download-btn i { margin-right: 5px; font-size: 11px;}
/*DOWNLOAD*/

/*SERVICES*/
.services-box {background-color:var(--light-colour); padding:0px; margin-bottom: 15px; margin-top: 15px; border-radius:var(--border-radius); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; overflow: hidden;}
.services-box:hover{background-color:var(--primary-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

.services-box .services-box-text {padding: 30px;}
.services-box .services-box-text .services-box-icon i { width:90px; height:90px; line-height:90px; background:var(--black-color); color:var(--white-color); text-align: center; font-size:34px; border-radius:var(--border-radius-50); margin-bottom:15px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.services-box:hover .services-box-text .services-box-icon i { background:var(--white-color); color: var(--primary-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

.services-box .services-box-text h5 {margin-top:5px; margin-bottom:0px; padding:0; color: var(--black-color); font-size:20px; line-height:25px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; }
.services-box:hover .services-box-text h5 { color: var(--white-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

.services-box .services-box-text p { margin-bottom: 0; margin-top:10px; padding:0; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.services-box:hover .services-box-text p  { color: var(--white-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*SERVICES*/


@media only screen and ( min-width: 1299px) and (max-width: 2399px) {

/*HEADER*/
/*LOGO*/
.logo img { height:100px;}
/*LOGO*/   
/*HEADER*/
    
}


@media only screen and ( min-width: 768px) and ( max-width: 980px ) {

/*HEADER*/
/*LOGO*/
.logo img { height:55px;}
/*LOGO*/   
/*HEADER*/
    
/*HOME SERVICE*/
.home-service-box i { width:90px; height:90px; line-height:90px; font-size:30px;}
.home-service-box h1 {font-size:20px; line-height:30px; }
.home-service-box-btn { font-size:14px; padding:10px 25px; line-height:25px;}
/*HOME SERVICE*/
    
/*COUNTER*/
.single_counter_icon i {width:70px; height:70px; line-height:70px; font-size:25px;}
.single_counter_text h4 {font-size:35px; line-height:40px;}
.single_counter_text h6 { font-size:15px; line-height:20px;} 
/*COUNTER*/
    
/*Maintenance Products*/
.process-row:before {top:40px;}
.btn-circle { width:80px; height:80px; line-height:80px;}
.btn-circle i { width:80px; height:80px; line-height:80px; font-size:25px;}
/*Maintenance Products*/
    
/*FOOTER*/
#footer-1 h6 {font-size:15px; line-height:25px;}

/*FOOTER NAV*/
#footer-1 .footer-nav ul li { width:auto; padding:5px 15px 5px 0;}
#footer-1 .footer-nav ul li a { font-size:13px; line-height:18px;}
/*FOOTER NAV*/

/*FOOTER-ADDRESS*/
.footer-address ul li i {font-size:11px; height:30px; line-height:30px; width:30px;}
.footer-address .info h5 {font-size:13px; line-height:18px; } 
.footer-address li .info p { font-size:13px; line-height:18px;}
/*FOOTER-ADDRESS*/
    
/*FOOTER BOTTOM*/
.footer-bottom p {padding:5px 0; font-size:13px; line-height:20px;}
/*FOOTER BOTTOM*/

/*SOCIAL*/
.social-links {margin-top:15px; }
.social-links ul li a i {width:30px; line-height:30px; height:30px; font-size: 11px;}
/*SOCIAL*/
/*FOOTER*/ 
    
/*INNER-BANNER*/
.inner-page-hero-area {padding:160px 45px 75px 45px;}
.inner-page-title {font-size:45px; line-height:50px;}
.breadcrumb-menu > li + li::before { font-size:7px; }
.inner-page-hero-area .breadcrumb-menu a, .inner-page-hero-area .breadcrumb-menu li { font-size:13px; line-height:20px;}
/*INNER-BANNER*/
    
/*DOWNLOAD*/
.download-btn { font-size:12px; padding:7px 20px; line-height:21px;}
.download-btn i {font-size: 10px;}
/*DOWNLOAD*/    
}


@media only screen and ( min-width: 600px) and ( max-width: 765px ) {
    
.heading h1 {font-size:35px; line-height:40px;}
.heading h2 {font-size:30px; line-height:35px;}
.heading h3 {font-size:16px; line-height:25px;}
.heading h5 {font-size:18px; line-height:25px;}
.heading h6 {font-size:16px; line-height:25px; }

p { font-size:14px; line-height:20px;}
   
/*HEADER*/
.header{position: relative; background-color:var(--white-color); }
.header-unpin{transform: translateY(0);}
.header-pin{transform: translateY(0); background:var(--white-color);}

/*LOGO*/
.logo img { height:60px;}
/*LOGO*/   
/*HEADER*/
    
.more-btn { font-size:14px; padding:15px 25px; line-height:20px;}    

/*HOME SERVICE*/
.home-service-box i { width:90px; height:90px; line-height:90px; font-size:30px;}
.home-service-box h1 {font-size:20px; line-height:30px; }
.home-service-box-btn { font-size:14px; padding:10px 25px; line-height:25px;}
/*HOME SERVICE*/
    
/*COUNTER*/
.single_counter_icon i {width:70px; height:70px; line-height:70px; font-size:25px;}
.single_counter_text h4 {font-size:35px; line-height:40px;}
.single_counter_text h6 { font-size:15px; line-height:20px;} 
/*COUNTER*/
    
/*SERVICES*/
.services-box .services-box-text .services-box-icon i { width:70px; height:70px; line-height:70px; font-size:30px;}
.services-box .services-box-text h5 {font-size:20px; line-height:25px;}
/*SERVICES*/
    
/*Maintenance Products*/
.process-row:before {top:40px;}
.btn-circle { width:80px; height:80px; line-height:80px;}
.btn-circle i { width:80px; height:80px; line-height:80px; font-size:25px;}
.process-step p {font-size: 13px;}
/*Maintenance Products*/
    
/*Request A Quote*/
.contact-box .contact-box-info p { font-size:13px; line-height:20px;}
.contact-box .contact-box-info h5 { font-size:30px; line-height:40px;} 
.contact-box .contact-box-icon i { width:70px; height:70px; line-height:70px; font-size:25px;}

/*FORM*/
.contact-page-form { font-size:13px; line-height:18px;}
.contact-page-form-bor {height:40px; line-height:40px; font-size:13px;}
.contact-page-form-textar { height:80px; line-height:30px; font-size:13px;}
.contact-page-form select {height:40px; line-height:40px; font-size:13px;}
.contact-page-form-btn { font-size:14px; padding:15px 25px; line-height:20px;}
.contact-page-form label { font-size:13px; line-height:18px;}
input[type=checkbox] + label {font-size:13px; line-height:20px;}
/*FORM*/
/*Request A Quote*/
    
/*BLOG*/
.blog-box .blog-date h6 { font-size:12px; line-height:20px;}
.blog-box .blog-date h6 i {font-size:10px;}    
.blog-box .blog-text h2 { font-size:18px; line-height:25px;}
/*BLOG*/   
       
/*FOOTER*/
#footer-1 h6 {font-size:15px; line-height:25px;}

/*FOOTER NAV*/
#footer-1 .footer-nav ul li { width:auto; padding:5px 15px 5px 0;}
#footer-1 .footer-nav ul li a { font-size:13px; line-height:18px;}
/*FOOTER NAV*/

/*FOOTER-ADDRESS*/
.footer-address ul li i {font-size:11px; height:30px; line-height:30px; width:30px;}
.footer-address .info h5 {font-size:13px; line-height:18px; } 
.footer-address li .info p { font-size:13px; line-height:18px;}
/*FOOTER-ADDRESS*/
    
/*FOOTER BOTTOM*/
.footer-bottom p {padding:5px 0; font-size:12px; line-height:18px;}
/*FOOTER BOTTOM*/

/*SOCIAL*/
.social-links {margin-top:15px; }
.social-links ul li a i {width:30px; line-height:30px; height:30px; font-size: 11px;}
/*SOCIAL*/
/*FOOTER*/
    
/*BACK TO TOP*/
#back-to-top {width:40px; height:40px; line-height:40px; font-size:13px;}
/*BACK TO TOP*/ 
    
/*INNER-BANNER*/
.inner-page-hero-area {padding:75px 45px 75px 45px;}
.inner-page-title {font-size:40px; line-height:45px;}
.breadcrumb-menu > li + li::before { font-size:7px; }
.inner-page-hero-area .breadcrumb-menu a, .inner-page-hero-area .breadcrumb-menu li { font-size:12px; line-height:18px;}
/*INNER-BANNER*/  
    
/*DOWNLOAD*/
.download-btn { font-size:12px; padding:7px 20px; line-height:21px;}
.download-btn i {font-size: 10px;}
/*DOWNLOAD*/ 
    
/*SERVICES*/
.services-box .services-box-text .services-box-icon i { width:80px; height:80px; line-height:80px; font-size:30px;}
.services-box .services-box-text h5 {font-size:20px; line-height:25px;}
/*SERVICES*/   
}


@media only screen and ( min-width: 481px) and ( max-width: 599px ) {

.heading h1 {font-size:30px; line-height:35px;}
.heading h2 {font-size:25px; line-height:30px;}
.heading h3 {font-size:15px; line-height:20px;}
.heading h5 {font-size:16px; line-height:20px;}
.heading h6 {font-size:15px; line-height:20px; }

p { font-size:13px; line-height:18px;}
  
/*HEADER*/
.header{position: relative; background-color:var(--white-color); }
.header-unpin{transform: translateY(0);}
.header-pin{transform: translateY(0); background:var(--white-color);}

/*LOGO*/
.logo img { height:60px;}
/*LOGO*/   
/*HEADER*/
    
.more-btn { font-size:14px; padding:15px 25px; line-height:20px;}  

/*HOME SERVICE*/
.home-service-box i { width:80px; height:80px; line-height:80px; font-size:25px;}
.home-service-box h1 {font-size:18px; line-height:25px; }
.home-service-box-btn { font-size:14px; padding:10px 25px; line-height:25px;}
/*HOME SERVICE*/
    
/*COUNTER*/
.single_counter_icon i {width:70px; height:70px; line-height:70px; font-size:25px;}
.single_counter_text h4 {font-size:35px; line-height:40px;}
.single_counter_text h6 { font-size:14px; line-height:20px;} 
/*COUNTER*/
    
/*SERVICES*/
.service-icon { width:70px; height:70px; line-height:70px;}
.service-icon i:before { font-size:25px;}
.service-icon span {font-size:25px;}
.service-content h5 { font-size:18px; line-height:25px;}
.single-service-area a {font-size:18px;}
.single-service-area .read-more i:before {font-size:18px;}
/*SERVICES*/
    
/*Maintenance Products*/
.process-row:before {top:30px;}
.btn-circle { width:60px; height:60px; line-height:60px;}
.btn-circle i { width:60px; height:60px; line-height:60px; font-size:20px;}
.process-step p {font-size: 12px;}
/*Maintenance Products*/
    
/*OUR TEAM*/
.team-item h5{font-size:15px; line-height:20px;}
.team-item p { font-size:13px; }
/*OUR TEAM*/
    
/*BLOG*/
.blog-box .blog-date h6 { font-size:11px; line-height:20px;}
.blog-box .blog-date h6 i {font-size:9px;}    
.blog-box .blog-text h2 { font-size:18px; line-height:25px;}
/*BLOG*/
    
/*Request A Quote*/
.contact-box .contact-box-info p { font-size:12px; line-height:20px;}
.contact-box .contact-box-info h5 { font-size:20px; line-height:30px;} 
.contact-box .contact-box-icon i { width:50px; height:50px; line-height:50px; font-size:20px;}

/*FORM*/
.contact-page-form { font-size:13px; line-height:18px;}
.contact-page-form-bor {height:40px; line-height:40px; font-size:13px;}
.contact-page-form-textar { height:80px; line-height:30px; font-size:13px;}
.contact-page-form select {height:40px; line-height:40px; font-size:13px;}
.contact-page-form-btn { font-size:14px; padding:15px 25px; line-height:20px;}
.contact-page-form label { font-size:13px; line-height:18px;}
input[type=checkbox] + label {font-size:13px; line-height:20px;}
/*FORM*/
/*Request A Quote*/
    
/*FOOTER*/
#footer-1 h6 {font-size:14px; line-height:20px;}

/*FOOTER NAV*/
#footer-1 .footer-nav ul li { width:auto; padding:5px 15px 5px 0;}
#footer-1 .footer-nav ul li a { font-size:12px; line-height:18px;}
/*FOOTER NAV*/

/*FOOTER-ADDRESS*/
.footer-address ul li i {font-size:11px; height:30px; line-height:30px; width:30px;}
.footer-address .info h5 {font-size:13px; line-height:18px; } 
.footer-address li .info p { font-size:12px; line-height:18px;}
/*FOOTER-ADDRESS*/
    
/*FOOTER BOTTOM*/
.footer-bottom p {padding:5px 0; font-size:12px; line-height:18px;}
/*FOOTER BOTTOM*/

/*SOCIAL*/
.social-links {margin-top:15px; }
.social-links ul li a i {width:30px; line-height:30px; height:30px; font-size: 11px;}
/*SOCIAL*/
/*FOOTER*/
    
/*BACK TO TOP*/
#back-to-top {width:35px; height:35px; line-height:35px; font-size:11px;}
/*BACK TO TOP*/  
    
/*INNER-BANNER*/
.inner-page-hero-area {padding:60px 15px 60px 15px;}
.inner-page-title {font-size:35px; line-height:40px;}
.breadcrumb-menu > li + li::before { font-size:7px; }
.inner-page-hero-area .breadcrumb-menu a, .inner-page-hero-area .breadcrumb-menu li { font-size:12px; line-height:18px;}
/*INNER-BANNER*/    
    
/*DOWNLOAD*/
.download-btn { font-size:12px; padding:7px 20px; line-height:21px;}
.download-btn i {font-size: 10px;}
/*DOWNLOAD*/  
     
/*SERVICES*/
.services-box .services-box-text .services-box-icon i { width:70px; height:70px; line-height:70px; font-size:24px;}
.services-box .services-box-text h5 {font-size:18px; line-height:25px;}
/*SERVICES*/   
}


@media only screen and ( min-width: 320px) and ( max-width: 480px ) {

.heading h1 {font-size:30px; line-height:35px;}
.heading h2 {font-size:25px; line-height:30px;}
.heading h3 {font-size:15px; line-height:20px;}
.heading h5 {font-size:16px; line-height:20px;}
.heading h6 {font-size:15px; line-height:20px; }

p { font-size:13px; line-height:18px;}

.text1 p { padding: 0px; line-height: 94%; }

  
/*HEADER*/
.header{position: relative; background-color:var(--white-color); }
.header-unpin{transform: translateY(0);}
.header-pin{transform: translateY(0); background:var(--white-color);}

/*LOGO*/
.logo img { height:60px;}
/*LOGO*/  
    
/*MOBILE TOP*/
.mobile-top { margin-top:25px; margin-bottom:25px;}
.mobile-top li a i { line-height:40px; height:40px; width:40px; font-size:11px;}
/*MOBILE TOP*/    
/*HEADER*/
    
.more-btn { font-size:14px; padding:15px 25px; line-height:20px;} 
  
/*HOME SERVICE*/
.home-service-box i { width:80px; height:80px; line-height:80px; font-size:25px;}
.home-service-box h1 {font-size:18px; line-height:25px; }
.home-service-box-btn { font-size:14px; padding:10px 25px; line-height:25px;}
/*HOME SERVICE*/
    
/*COUNTER*/
.single_counter_icon i {width:70px; height:70px; line-height:70px; font-size:25px;}
.single_counter_text h4 {font-size:35px; line-height:40px;}
.single_counter_text h6 { font-size:14px; line-height:20px;} 
/*COUNTER*/
    
/*SERVICES*/
.service-icon { width:70px; height:70px; line-height:70px;}
.service-icon i:before { font-size:25px;}
.service-icon span {font-size:25px;}
.service-content h5 { font-size:18px; line-height:25px;}
.single-service-area a {font-size:18px;}
.single-service-area .read-more i:before {font-size:18px;}
/*SERVICES*/
    
/*Maintenance Products*/
.process-row:before {top:25px;}
.btn-circle { width:50px; height:50px; line-height:50px;}
.btn-circle i { width:50px; height:50px; line-height:50px; font-size:18px;}
.process-step p {font-size:10px;}
/*Maintenance Products*/
    
/*OUR TEAM*/
.team-item h5{font-size:15px; line-height:20px;}
.team-item p { font-size:13px; }
/*OUR TEAM*/
     
/*BLOG*/
.blog-box .blog-date h6 { font-size:11px; line-height:20px;}
.blog-box .blog-date h6 i {font-size:9px;}    
.blog-box .blog-text h2 { font-size:18px; line-height:25px;}
/*BLOG*/ 
    
/*Request A Quote*/
.contact-box .contact-box-info p { font-size:12px; line-height:20px;}
.contact-box .contact-box-info h5 { font-size:20px; line-height:30px;} 
.contact-box .contact-box-icon i { width:50px; height:50px; line-height:50px; font-size:20px;}

/*FORM*/
.contact-page-form { font-size:13px; line-height:18px;}
.contact-page-form-bor {height:40px; line-height:40px; font-size:13px;}
.contact-page-form-textar { height:80px; line-height:30px; font-size:13px;}
.contact-page-form select {height:40px; line-height:40px; font-size:13px;}
.contact-page-form-btn { font-size:14px; padding:15px 25px; line-height:20px;}
.contact-page-form label { font-size:13px; line-height:18px;}
input[type=checkbox] + label {font-size:13px; line-height:20px;}
/*FORM*/
/*Request A Quote*/
    
/*FOOTER*/
#footer-1 h6 {font-size:14px; line-height:20px;}

/*FOOTER NAV*/
#footer-1 .footer-nav ul li { width:auto; padding:5px 15px 5px 0;}
#footer-1 .footer-nav ul li a { font-size:12px; line-height:18px;}
/*FOOTER NAV*/

/*FOOTER-ADDRESS*/
.footer-address ul li i {font-size:11px; height:30px; line-height:30px; width:30px;}
.footer-address .info h5 {font-size:13px; line-height:18px; } 
.footer-address li .info p { font-size:12px; line-height:18px;}
/*FOOTER-ADDRESS*/
    
/*FOOTER BOTTOM*/
.footer-bottom p {padding:5px 0; font-size:12px; line-height:18px;}
/*FOOTER BOTTOM*/

/*SOCIAL*/
.social-links {margin-top:15px; }
.social-links ul li a i {width:30px; line-height:30px; height:30px; font-size: 11px;}
/*SOCIAL*/
/*FOOTER*/
    
/*BACK TO TOP*/
#back-to-top {width:35px; height:35px; line-height:35px; font-size:11px;}
/*BACK TO TOP*/
    
/*INNER-BANNER*/
.inner-page-hero-area {padding:60px 15px 60px 15px;}
.inner-page-title {font-size:35px; line-height:40px;}
.breadcrumb-menu > li + li::before { font-size:7px; }
.inner-page-hero-area .breadcrumb-menu a, .inner-page-hero-area .breadcrumb-menu li { font-size:12px; line-height:18px;}
/*INNER-BANNER*/  
    
/*DOWNLOAD*/
.download-btn { font-size:12px; padding:7px 20px; line-height:21px;}
.download-btn i {font-size: 10px;}
/*DOWNLOAD*/
    
/*SERVICES*/
.services-box .services-box-text .services-box-icon i { width:70px; height:70px; line-height:70px; font-size:24px;}
.services-box .services-box-text h5 {font-size:18px; line-height:25px;}
/*SERVICES*/    
}

.py-5{ margin-top:-34px; }

.h-100 img{ width:78%; margin: 10px; }

.card-body p { color:#fff; margin-top: 1px; }

.card-body { background: var(--primary-color); opacity: 1 !important; margin-top: 9px; padding: 5px; border-radius: 0px 0px 5px 5px; }

.card-body:hover { background:#737471; }


.info-section {
    width: 89%;
    padding: 20px;
    border: 1px solid;
    border-radius: 10px;
}
.info-section h2 {
    background: var(--primary-color);
    color: white;
    padding: 10px;
    text-align: left;
    font-size: 18px;
    margin: 0;
}
.info-section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.info-section td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.info-section td:first-child {
    font-weight: bold;
    color: #444;
}

.heading1 h1 { align-items:center; text-align: center; margin-top:15px; }

        label {
            font-weight: bold;
            display: block;
            font-size: 16px;
        }
        input, select {
            width: 100%;
            padding: 8px;
            margin-top: 7px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .radio-group {
            display: flex;
            gap: 10px;
            margin-top: 5px;
        }
        .radio-group input {
            width: auto;
        }
         .container1 {
            width: 60%;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            margin: auto;
        }
        .form1{
            padding: 20px;
            color: var(--primary-color);
            text-align: center;
        }
        .form2{
             padding: 0px 34%;
        }
        .form3{
            padding: 0px;
            padding: 0px;
            text-align: center;
            margin-top: 24px;
            color: var(--primary-color);
        }
        .submit-btn {
            background-color: #009CDE;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            width: 100%;
            margin-top: 10px;
            border-radius: 5px;
        }
        .submit-btn:hover {
            background-color: #007bb5;
        }

/**GALLERY**/
.product-box-inner { float:left; width:100%; overflow:hidden; margin:15px 0; padding:0; background:#FFF; border:1px solid #F6F6F6; -moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;-ms-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
.product-box-inner:hover {border:1px solid var(--primary-color); background:var(--primary-color);  -moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;-ms-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
.product-box-inner > p { display:inline-block; margin:0; padding:15px; font-weight:700; text-transform:uppercase; letter-spacing:.5px; }
.product-box-inner > p a {color:#0C0C0C; font-size:14px;  line-height:20px; margin:0; font-weight:700; }
.product-box-inner:hover > p a {color:#fff;}

.box9{background:#0C0C0C;text-align:center;position:relative}
.box9 img{width:100%;height:auto}
.box9:hover img{opacity:.5}
.box9 .title{font-weight:600; width:100%; color:#fff; font-size:14px; line-height:25px;margin:5px 0 10px 0; padding:0; position:absolute;bottom:50%;}
.box9 .icon li a{border-radius:50%}
.box9 .icon{list-style:none;padding:0;margin:0;position: relative;top:45%;}
.box9 .icon li{display:inline-block;opacity:0;transform:translateY(40px); margin:0; padding:0;}
.box9:hover .icon li{opacity:1;transform:translateY(0);}
.box9:hover .icon li:first-child{transition-delay:.1s}
.box9:hover .icon li:nth-child(2){transition-delay:.2s}
.box9 .icon li a{display:block;width:40px;height:40px; line-height:40px; font-size:12px; color:#0C0C0C; background:#FFF; margin-right:5px; transition:all .35s ease 0s; border:none; padding:0; margin-left: 129px;}
.box9 .icon a:hover{color:#0C0C0C; background:#ED3237}
.box9 .box-content,.box9 .icon li,.box9 img{transition:all .35s ease 0s}
/*.thumbnail, .fancybox { padding:0; margin:0; overflow:hidden; border: none}*/

.product-box-detail { padding:15px;}
.product-box-detail h1 { margin:0; padding:0; font-size:15px; line-height:25px;}
.product-box-inner .product-box-detail h2 { margin:5px 0 0 0; padding:0; font-size:14px; line-height:25px;}
.product-box-inner:hover .product-box-detail h2 span { color:#0C0C0C;}
/**GALLERY**/

        .benefits-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        .benefit {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            width: 200px;
            text-align: center;
        }
        .benefit i {
            font-size: 40px;
            color: var(--primary-color);
            margin-bottom: 10px;
        }
        .benefit i:hover{
           color: #737471;
        }
        .benefit p {
            font-size: 16px;
            color: #555;
        }
         .benefits {
            text-align: center;
            padding: 40px;
            background-color:#737471;
        }
        .intro {
            background-color: #737471;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            color: #fff;
        }

         .intro p{
            color: #fff;
			text-align: center;
            line-height: 30px; 
         }
        .intro1{
          padding: 30px;
          text-align: center;
        }
        .job-listings {
            width: 85%;
            margin: auto;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin-top: 26px;
        }
        .job-item {
            display: flex;
            align-items: center;
            padding: 15px;
            border-bottom: 1px solid #ddd;
        }
        .job-item:last-child {
            border-bottom: none;
        }
        .job-icon {
            width: 50px;
            height: 50px;
            background: #ddd;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }
        .job-details {
            flex: 1;
        }
        .job-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }
        .job-location, .job-posted {
            font-size: 14px;
            color: #777;
        }
        .contact-page-form1{
            padding: 10px;
            margin: 0px;
            margin-top: -90px;
			background-color: var(--primary-color);
			color: #fff;
        }
         .contact-page-form1 h4{
         	text-align: left;
			 font-size: 18px;
         }
        .contact-page-form1 p{
            margin-left: 31px;
            margin-top: 10px;
			color:#fff;
			font-size:13px;
        }
        .address p{
            margin-top: 6px;
            font-size: 13px;
        }
        .address h3{
           text-align: center;
           padding: 11px;
           color: white;
		   font-size: 20px;
           background-color: var(--primary-color);
        }
        .address h5{
          font-size: 14px;
        }
        .address i{
           font-size: 18px;
        }
        .button-4 {
           background-color:  var(--primary-color);;
           border: none;
           color: white;
		   letter-spacing: 2px;	
           padding: 15px 32px;
           text-align: center;
           text-decoration: none;
           display: inline-block;
           font-size: 16px;
           margin: 4px 2px;
           cursor: pointer;
           border-radius: 10px;
}

/*request-a-quote*/
#request-a-quote { margin-top:15px; margin-bottom:15px; position: relative; padding-bottom:15px; padding-top:15px; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center center; background-image:url(../images/c3.jpg);}
#request-a-quote::before {position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #010101; opacity: 0.7;}
#request-a-quote p, #request-a-quote .heading h1 {position: relative; color: var(--white-color);}
        .box {
            background: var(--primary-color);
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            width: 280px;
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
        }


.box:hover::before {
    border-color: #33ff99;
    transform: rotate(5deg);
}

/* Corporate Office: Border pulsating effect */
.box:hover {
    border: 5px solid #fff;
}

.box:hover {
    animation: pulse-border 2s infinite alternate;
}

@keyframes pulse-border {
    0% {
        border-color: #1d6e6a;
        box-shadow: 0 0 10px #1d6e6a;
    }
    100% {
        border-color: #fff;
        box-shadow: 0 0 15px #1d6e6a;
    }
}

        .box:hover{
            background-color:#000;
        }

        .contact {
            margin-top: 20px;
            font-size: 14px;
        }
        a {
            color: #ffcc00;
            text-decoration: none;
        }
         .container3 {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
        }
         .container3 {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
        }
        .box {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            width: 280px;
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
        }
  
        .contact {
             text-align: center;
        }
        .contact p{
        	padding: 10pz;
        }
        .contact a,strong{
            color: white;
        }
        .images img{
            width: 10%;
        }

.button-2 {
  background-color: var(--primary-color);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 28%;
  letter-spacing: 3px;	
  margin-left: 37%;
  border-radius: 65px;
}

.text p{
  padding: 20px;
  text-align: center;
  font-size: 20px;
}
.text1 p{
  text-align: center;
  padding: 20px;
  font-size: 50px;
  color: var(--primary-color);
}


.form-container {
   background: white;
   border-radius: 10px;
   width: 24%;
   text-align: center;
}
.form-container h2 {
   margin-bottom: 10px;
}
.form-container input, .form-container select {
   width: 100%;
   padding: 10px;
   margin: 10px 0;
   border: 1px solid #ccc;
   border-radius: 5px;
}
.gender {
   display: flex;
   justify-content: center;
   gap: 20px;
}
.gender label {
   display: flex;
   align-items: center;
}
.form-container button {
   background: red;
   color: white;
   border: none;
   padding: 10px;
   width: 100%;
   border-radius: 5px;
   cursor: pointer;
}
.form-container button:hover {
   background: darkred;
}
.body1 {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            padding: 20px;
        }
        .rounded-3:hover{
           transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }

.button-2:hover{
    background: #000;
}    
.contact p{
	margin-top: -37px;
}


@media (max-width: 768px) {
            .container3 {
                flex-direction: column;
                align-items: center;
            }
            .box {
                width: 90%;
            }
            .button-2 {
           padding: 12px 1px;
           font-size: 16px;
          color: white;
          border: none;
          cursor: pointer;
          border-radius: 5px;
          width: 272px;
          margin-left: 55px;
        }
        .images1{
            margin-top: 40px;
            margin-left: -59px;
            }
        .button-4{
            padding: 10px 10px;
        }    
        .contact-page-form1{
           margin-top: -53px;
        } 
	   
	    #footer-1{
         padding: 10px 10px;
        }
	    .button-5{
         margin-top: 10px;
        }
        }
        }

        .download-container {
            display: flex;
            align-items: center;
            border-left: 3px solid #007bff;
            padding: 10px;
            width: fit-content;
        }
        .icon {
            width: 30px;
            height: 30px;
            background: url('your-icon-url.png') no-repeat center center;
            background-size: contain;
            margin-right: 10px;
        }
        .download-link {
            text-decoration: none;
            color: #000;
            font-size: 16px;
            display: flex;
            align-items: center;
			background-color: #fff;
            padding: 12px 32px;
            font-weight: bold;
			margin-top: 17px;
        }
        .download-link:hover {
            text-decoration: underline;
        }
        .download-link svg {
            width: 16px;
            height: 16px;
            margin-left: 5px;
            fill: #007bff;
        }
       
        .h-100 img:hover{
           transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the           viewport) */
           transition: transform .2s; /* Animation */
        }
   
        
        .box9 {
    position: relative;
    overflow: hidden;
}

.box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.box9:hover .box-content {
    opacity: 1;
}

.zoom-btn {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
        /* Popup box ke liye styling */
        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            width: 42%;
            transform: translate(-50%, -50%);
            background: white;
            padding: 20px;
            box-shadow: 10px 10px 10px rgba(0,0,0.5,0.4);
            border-radius: 10px;
            z-index: 1000;
        }
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
        .close-btn {
            cursor: pointer;
            background: red;
            color: white;
            padding: 5px 10px;
            border: none;
            border-radius: 5px;
        }
        .btn-submit {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px;
            width: 100%;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            margin-top: 10px;
        }
        .btn-submit:hover {
            background-color: #0056b3;
        }
        .error {
            color: red;
            font-size: 12px;
        }

        .apply{
  max-width: 90%;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.apply h1{
 font-size: 24px;
 color: #333;
}

.apply h4 {
  color: var(--primary-color);
  font-size: 17px;
  padding: 16px 0px;
  margin-bottom: -10px;
}

.apply li{
   padding: 0px 9px;
   color: #383838;
}
.apply i{
width: 20px;
font-size: 8px;
}

.apply p{
  padding: 0px 9px;
}
.apply h5{
  padding: 10px 0px;
  font-size: 15px;
}
.aplly_from{
  max-width: 80%;
  margin: 1px auto;
   background: #fff;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.aplly_from h1{
 text-align: center;
 font-size: 20px;
}	
.button-5{
 padding: 10px;
 margin-top: 47px;
 height: auto;
 margin-left: -342px;
 border-radius: 10px;
 margin-top: 35px;
 position: relative;
 background-color:var(--primary-color);
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
letter-spacing: 2px;	
display: inline-block;
font-size: 16px;
}


 /* Responsive Styling */
        @media (max-width: 768px) {
            .apply-container {
                width: 100%;
                text-align: center;
            }
            .button-5 {
                max-width: 300px;
                padding: 10px;
                font-size: 16px;
                margin-top: -6px;
            }
			.apply{
				margin-top: 59px;
			}
			  .popup {
            width: 90%;
            max-width: 90%;
            padding: 15px;
        }
			.contact-page-form label{
	         padding: 0px 0px 0px 0;
		     margin-top: -28px;		
			}	
			} 
        }
     
     .btn {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.btn-primary {
    background-color: var(--primary-color);
    color: white;
	width: 50%;
}

.btn-primary:hover {
    background-color: #0056b3;
}


.form-group {
        display: flex;
        align-items: center;
        gap: 10px; /* Adjust spacing between label and radio buttons */
    }
    .form-group label {
        margin: 0;
        white-space: nowrap; /* Prevents label text from breaking */
    }
    .form-group input {
        margin: 0;
    }

