:root {
  --color-black: #000000;
  --color-yellow: #EFFF08;
  --color-orange: #FF8200;
  --color-white: #ffffff;
  --color-red: #C50D0D;
  --color-pureGrey: #808080;
  --color-YenGrey: #5C5C5C;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: 'Chakra Petch', sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: #FF8200;
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i {
  font-style: normal;
}

/* .site-container{background:var(--color-white);box-shadow:0 2px 5px 0 rgba(0,0,0,.12);margin:0 auto;max-width:1600px;word-wrap:break-word; position: relative;}
.site-container::after{clear:both;content:" ";display:block} */
input:focus,
textarea:focus,
select:focus,
:focus {
  outline: none;
}

p {
  line-height: 24px;
  text-align: justify;
  color: #1E1E1E;
      font-size: 17px;
}

a,
.home-subscribe-form-box .contact-btn,
.contact-form-bg .submit-btn,
.service-common-box-image a,
.home-video-box a:before,
.home-video-box a:after {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-green);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 600;
}

.linkBlack:hover {
  color: #FF8200;
}

.linkBlue {
  color: #FF8200;
  font-weight: 600;
  text-decoration: underline;
}

.linkBlue:hover {
  color: var(--color-black);
}

.linkgreen {
  color: #FF8200;
  font-weight: 600;
  text-decoration: underline;
}

.linkgreen:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorGreen {
  color: var(--color-green);
}

.colorBlue {
  color: #FF8200;
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}

.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}

.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start,
#myCarousel.carousel-fade .active.carousel-item-end,
#myCarouselMobile.carousel-fade .active.carousel-item-start,
#myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

#carousel-sub .carousel-item:before {
  display: none;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  z-index: 1 !important;
}

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 10px;
  left: 150px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 10px;
  left: 205px;
  right: unset;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}









/* @media all and (max-width : 768px) {  */
@media(min-width:320px) and (max-width:1080px) {

  .first-sec {
    padding: 40px 5px !important;
}
.headMa {
    font-size: 27px !important;
    padding-bottom: 10px !important;
    text-align: center;
}
.enquirebtns {
    background: #FF8200;
    padding: 12px 12px !important;
    border-radius: 50px;
    color: white;
}

.three-sec {
    padding: 40px 10px !important;
}
.secound-sec {
    padding: 40px 0 !important;;}
.fourth-sec {
    padding: 40px 5px !important;;}

.fourth-sec .flex {
    display: contents !important;;}
.inbox {
    width: 47% !important;;
    margin: 20px 4px !important;
            padding: 5px; 
}
.paddbtop {
    padding-top: 40px;
}
.fourth-sec::after {    height: 92% !important;}
.inbox p {    text-align: left;}
.count {
    padding: 40px 10px !important;}

.count .countbox {
    width: 45% !important;
    margin: 15px 10px !important;        padding: 0;
}
.count .countbox p {
    text-align: center !important;
}
.count .countbox h2 {text-align: center;}
.justicneter  {justify-content: center;}
.six-section {
    padding: 40px 5px 20px   !important;
}
.six-section h1 {
    font-size: 30px !important;
    text-align: center !important;
    padding-bottom: 15px;
}
.six-section .leftcontent {
    width: 100% !important;
    padding: 20px 5px !important;
}
.seven-section .machinebox {
    width: 27% !important;
    margin: 10px !important;}
.placecneter {place-items: center;}

.indiflex .content {
    position: absolute;
    bottom: 16px !important;
    padding: 0 !important;
}
.footertop .container {    padding: 25px;}
.count .countbox h2 span {font-size: 17px !important;padding: 5px 0;}
.count .countbox h2 {font-size: 40px !important;}

footer .bottomrow {
    display: block !important;
    padding-top: 30px !important;}
footer .bottomrow p {
    color: white;
    text-align: center !important;
}
.innerbanner {margin-top: 56px !important;}
.innerbanner h2 {font-size: 216px !important;line-height: 182px !important;}
.innerbanner p {    font-size: 16px !important;}
.aboutone {
    padding: 0 0 40px !important;
}
.abouttwo {
    padding: 40px 10px !important;}
.headmaone::after {display: none !important;}

.headmaone {    text-align: center ;}
.abouttwo .partbox {
    width: 98% !important;
    margin: 10px 5px !important;}

    .abouttwo::after {
    content: '';
    position: absolute;
    background-color: #FFF3E7;
    width: 98% !important;
    height: 63% !important;
    left: 1% !important;
    bottom: 1% !important;}


.tetxixscenter {    text-align: center !important;}

  .slide1 .carousel-caption,
  .slide2 .carousel-caption,
  .slide3 .carousel-caption,
  .slide4 .carousel-caption,
  .slide5 .carousel-caption,
  .slide6 .carousel-caption {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none;
  }

  .slide1 h3,
  .slide2 h3,
  .slide3 h3,
  .slide4 h3,
  .slide5 h3,
  .slide6 h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slide1 h4,
  .slide2 h4,
  .slide3 h4,
  .slide4 h4,
  .slide5 h4,
  .slide6 h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full {
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 8px 40px 8px 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 24px;
}

.btn-one {
  border: 2px solid #FF8200;
  color: var(--color-yellow) !important;
}

.btn-one:hover {
  background: #FF8200;
  color: var(--color-black) !important;
}

.btn-one-full {
  border: 2px solid #FF8200;
  color: var(--color-black) !important;
  background: #FF8200;
}

.btn-one-full:hover {
  border: 2px solid #FF8200;
  background: none;
  color: var(--color-yellow) !important;
}

.btn-two {
  border: 2px solid #FF8200;
  color: #FF8200;
}

.btn-two:hover {
  background: #FF8200;
  color: var(--color-white) !important;
}

.btn-two-full {
  border: 2px solid #FF8200;
  background: #FF8200;
  color: var(--color-white) !important;
}

.btn-two-full:hover {
  border: 2px solid #FF8200;
  color: #FF8200;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-three:hover {
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: none;
}

/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: transparent;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
  background: none;
}

/* Divider Line */

.text-casenone {
  text-transform: none !important;
}

ul.list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 5px;
  font-size: 10px;
  font-weight: 900;
  color: var(--color-black);
}

ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}

ul.list li.head::before {
  display: none;
}

ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: #FF8200;
}

.head-main {
  font-size: 42px;
  border-bottom: dashed 2px var(--color-black);
  display: block;
  width: 100%;
  padding: 0 50px 5px 0;
  margin-bottom: 20px;
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: #FF8200;
  color: var(--color-black);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-three {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: #FF8200;
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FF8200;
  color: #FF8200;
  width: 100%;
}

.head-five {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-six {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-pureGrey);
  color: var(--color-pureGrey);
  width: 100%;
}

.background-white {
  padding: 30px;
  background: var(--color-white);
  margin-bottom: 30px;
}

.bg-color-one {
  background: var(--color-grey);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: #FF8200;
  color: var(--color-white);
  width: 100%;
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #FF8200;
  color: #FF8200;
  width: 100%;
}

.link {
  color: #FF8200;
  font-weight: 600;
}

.link:hover {
  color: var(--color-black);
}

.img-radius-15 {
  border-radius: 15px;
}







/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
  text-align: center;
}

ul.social-network li {
  display: inline;
  margin: 0 15px;
}

ul.social-network li::before {
  display: none;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
  background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
  background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
  background-color: #189d0e;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
  color: var(--color-white);
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.3);
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .20) !important;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: var(--color-black);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: var(--color-black);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-right: 15px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover {
    background-color: #fff !important;
  }

  .rwd-table thead tr:hover {
    background: var(--color-black) !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}



.brds {border-radius: 15px;}

.first-sec {    padding: 80px 10px;}
 .headMa {font-size: 60px;
    padding-bottom: 15px;}
  .headMa span {display: block;}
.first-sec  p    {padding-bottom:10px;}
.txtcenter {text-align: center;}

.three-sec {padding: 60px 10px;background: #FFF3E7;}
.three-sec .operations {    margin: 10px;}
.three-sec .operations img {position: relative;
    border-radius: 15px;}
.three-sec .operations .content    {  display: none;  position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 60px 15px;
    border-radius: 0 0 15px 15px;
    margin: 10px;}
 .three-sec .operations .content  h2   {    color: white;
    text-align: center;    font-size: 25px;
    padding-bottom: 15px;}
 .three-sec .operations .content  p     {color: var(--color-orange);
    text-align: center;}

    .three-sec .operations:hover  .content {display: block;}
.three-sec .operations i {font-size: 30px;}
.three-sec .owl-nav {    position: absolute;
    top: -77px;
    right: 25px;}
 .three-sec .owl-nav  i   {    font-size: 23px;}



.secound-sec {padding: 80px 0;position: relative;}
.secound-sec::after {content: '';position: absolute;background-color:#FFF3E7;top: 0;height: 50%;left: 0;z-index: -1;
    width: 100%;}
    .secound-sec::before {content: '';position: absolute;background-color:#000000;bottom: 0;height: 50%;left: 0;z-index: -1;
    width: 100%;}
 .secound-sec img   {border-radius: 26px;}

 .fourth-sec {padding: 80px 10px;color: white;position: relative;}
.fourth-sec::after {content: '';position: absolute;background: linear-gradient(180deg, #000000 35%, var(--color-orange) 100%);top: 0;height: 85%;left: 0;z-index: -1;
    width: 100%;}
  .fourth-sec p {color: white;}
 .flex {    display: flex;
    justify-content: space-between;    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-orange);}
    .flex h2 {padding-bottom: 0;}
  .flex p   {    align-content: end;}

  .paddbtop {padding-top: 50px;}
  .inbox {  width: 23%;
    margin: 25px 10px; }
  .inbox h2 {    font-size: 22px;
    padding-bottom: 20px;position: relative;}
    .inbox h2::before {position: absolute;content: '';
    border-top: 5px solid var(--color-orange);
    width: 30%;
    top: -13px;
    left: 0;}

    .indiflex {position: relative;}
    .indiflex img {border-radius: 20px;}
.indiflex .content {position: absolute;
    bottom: 0;
    padding: 50px;}
.indiflex .content h2 {padding-bottom:  0;}
.aighnend {    align-content: end;}


.five-sec {    width: 95%;
    margin: 0 auto;
    padding: 40px 0 60px;border-bottom: 1px solid var(--color-orange);}
.five-sec img {        width: 75% !important;}

.count {padding: 60px;position: relative;}
.count::after {content: '';position: absolute;border-bottom: 1px solid var(--color-orange);width: 96%;left: 2%;bottom: 0;}
.count  .countbox {    width: 18%;
    margin: 0 10px;}
 .count  .countbox h2   {    color: var(--color-red);
    font-size: 50px;
    padding-bottom: 5px;}
   .count  .countbox h2 span  {display: block;
    font-size: 22px;}
 .count  .countbox p   {text-align: left;}

.six-section {padding: 60px 0;}
.six-section h1 {    color: #898989;
    font-size: 35px;}
.six-section h1 span {    color: black;display: block;}
.six-section .leftcontent  {    width: 50%;
    margin: auto 0 0 auto;
    padding: 60px 0 0;}

    .seven-section {padding: 0 0 50px;}
   .seven-section .machinebox  {    width: 18%;
    margin: 15px 10px;
    text-align: center;}
      .seven-section .machinebox  img {border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 10px;}
     .seven-section .machinebox  p {    color: #FF8200;
    text-align: center;
    padding-top: 25px;}
   .justycenter  {justify-content: center;}
   .positionreltive {position: relative;}    

.eight-section {    padding: 60px 10px;}
.eight-section .content {position: absolute;
    bottom: 0;
    background: white;
    width: 50%;
    right: 0;
    padding: 20px;
    border-radius: 15px 0 0 0;}

     .footertop {position: relative;}
  .footertop .container   {    background: #750D0D;
    width: 95%;
    margin: 0 auto;
    border-radius: 15px;
    padding: 50px;
    color: white;position: relative;}
     .footertop::after{content: '';position: absolute;background-color: #000000;width: 100%;height: 40%;bottom: 0;left: 0;    z-index: -1;}
    .footertop  h2   {     padding-bottom: 0px}
.clr {color: white;}

footer  {    background: #000000;
    color: white;
    padding: 60px 0 40px;}
footer h2 {    font-size: 19px;
    padding-bottom: 20px;}
 footer address   {    font-size: 16px;}
 footer ul.list li::before {    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: 0px;
    position: absolute;
    top: 5px;
    font-size: 6px;
    font-weight: 900;
    color: var(--color-white);}
   footer  a  {color: white !important;
    font-size: 16px;
}
   footer .socialmedia {    display: flex;}
    footer .socialmedia ::marker {color: black;}
      footer .socialmedia li{    margin: 0 20px}
    footer .pds   {padding-bottom: 50px;
    border-bottom: 1px solid #FF8200;}
footer .bottomrow {display: flex;
    padding-top: 50px;
    justify-content: space-between;}
 footer  .bottomrow  p {    color: white;}

 .innerbanner {    margin-top: 160px;
    position: relative;}
    .innerbanner::after {content: '';position: absolute;border-bottom: 1px solid #D9D9D9;width: 100%;top: 8px;left: 0;}
 .innerbanner h2 {
      color: #FFF3E7;
    font-size: 400px;
    line-height: 306px;
    position: relative;
    text-align: center;
 }
 .innerbanner p {   position: absolute;
    bottom: 44%;
    font-size: 30px;
    font-weight: 800;
        text-align: center;
    letter-spacing: 14px;text-transform: uppercase;}

    .abouttwo {padding: 80px 10px;position: relative;}
    .abouttwo::after{content: '';
    position: absolute;
    background-color: #FFF3E7;
    width: 94%;
    height: 63%;
    left: 3%;
    bottom: 3%;
    z-index: -1;
    border-radius: 15px;}
    .abouttwo .partbox {width: 47%;
    margin: 15px;
    border: 1px solid #D9D9D9;
    padding: 30px;
    border-radius: 30px;
  background-color: white;}
     .abouttwo  .flexs {    display: flex;
    padding-bottom: 20px;    align-items: center;}
     .abouttwo  .flexs h2 span {display: block;}
      .abouttwo  .flexs h2 {position: relative;
    font-size: 24px;
    padding: 0 20px;}
 .abouttwo  .flexs h2::after {content: '';
    position: absolute;
    border-top: 5px solid #FF8200;
    width: 30%;
    left: 10%;
    top: -7px;}

    .headmaone {position: relative;color: #C50D0D;    padding-bottom: 20px;}
    .headmaone::after {content: '';
    position: absolute;
    border-bottom: 3px solid #C50D0D;
    width: 75%;
    left: 25%;
    bottom: 23px;}

    .sub {padding: 50px 0 0;}
    .sub .head  {color: #C50D0D;text-align: center;font-size: 40px;
    padding-bottom: 15px;}
   
.ceorow {    align-content: center;
    padding: 0 30px;}
.ceorow h2    {    color: #C50D0D;
    font-size: 39px;
    font-weight: 600;}

.aboutone {padding: 0 0 60px;}
.aboutone h2{padding: 15px 0 10px;}


.electrical .headmaone::after  {     left: 13%;
    width: 86%;}
  .electrical {padding: 60px 10px;}
.elcbox {    width: 23%;
    border: 1px solid #C50D0D;
    padding: 20px;
    border-radius: 15px;
    margin: 5px;}
 .elcbox p   {    color: #C50D0D;
    font-size: 22px;
    text-align: center;
    margin: 0;}










@media(min-width:320px) and (max-width:1080px) {

  .slider,
  .inner-banner {
    margin-top: 64px;
  }
  .imgbox p {    width: 82%;}
  .inner-banner img {
    min-width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .hidden-xs,
  .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .Morder-1 {
    order: 1;
    -webkit-order: 1;
  }

  .Morder-2 {
    order: 2;
    -webkit-order: 2;
  }

  .Morder-3 {
    order: 3;
    -webkit-order: 3;
  }

  .Morder-4 {
    order: 4;
    -webkit-order: 4;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    bottom: 5px;
  }

  #announcementCarousel.carousel-fade .carousel-item a {
    width: 100%;
  }

  .home-announcement-content {
    padding: 10px 15px 5px 15px;
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .search button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .search-body {
    position: relative;
    padding: 30px 15px !important;
  }

  .modal-custom {
    margin-top: 30px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .rwd-table td {
    width: 100%;
  }

  #announcementCarousel {
    padding: 0px 15px;
    margin-right: 0;
  }

  ul.social-network li {
    margin: 0 10px;
  }

  .home-search-bg {
    padding: 20px;
  }

  .home-search-bg .container {
    padding: 20px;
  }

  ul.home-search-sub-list {
    text-align: center;
  }

  ul.home-search-sub-list li {
    margin: 5px;
  }

  .first-section {
    padding: 40px 5px 40px;
  }

  .first-section h2 {
    padding: 20px 0 10px;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
  }

  .second-section {
    padding: 40px 5px;
  }

  .brrightline {
    border-right: 0px solid #FFFFFF;
  }

  .headmain::after {
    display: none;
  }

  .headmain {
    text-align: center;
  }

  .second-section .ourwork {
    padding: 20px 5px;
  }

  .second-section .ourwork .padding-top {
    padding-top: 30px;
  }

  .touch {
    text-align: center;
    padding: 40px 20px;
    bottom: 30px;
  }

  .touch h2 {
    font-size: 25px;
  }

  .headmainblack::after {
    display: none;
  }

  .headmainblack {
    text-align: center;
  }

  .certification {
    background-image: none;

    padding: 40px 5px;
  }

  .certification h2 {
    text-align: center;
  }

  .certification .ficate::after {
    right: 39px;
    top: 25px;
  }

  .projects {
    padding: 40px 5px;
  }

  .projects .padding-bott {
    padding-bottom: 0px;
  }

  footer {
    padding: 40px 5px 40px;
    justify-content: center;
    text-align: center;
  }

  footer h2 {
    padding: 20px 0 15px;
  }

  footer .bottom span {
    float: none;
    text-align: center;
    line-height: 35px;
    display: block;
  }

  footer .bottom {
    padding: 30px 5px;
  }

  footer .bottom p {
    text-align: center;
  }
.inner-bg h2 {
  font-size: 30px !important;
  text-align: center;
}

.inner-bg {
  padding: 40px 0 0px !important;
}

.visionbox {
  padding: 40px 5px !important;
}

.br {
  border-right: none !important;
}

.padding {
  padding: 20px 5px !important;
}

.visionbox p {
  padding: 0px !important;
}

.inner-other-bg {
  padding: 40px 5px !important;
}

.inner-other-bg .headone {
  text-align: center !important;
  font-size: 30px !important;
}

.inner-other-bg .headone::after {
  display: none;
}

.enquire {
  padding: 20px !important;
}

.enquire form {
  display: block !important;
}

.enquire h2 {
  font-size: 30px !important;
  text-align: center !important;
}

.enquire .form-control {
  padding: 4px 20px !important;
  margin: 5px 0 !important;
}

.services-section .servisebox {
  padding: 40px 37px !important;
  border-radius: 10px !important;
  margin: 20px 0 !important;
}

.services-section .servisebox h2 {
  text-align: center;
  font-size: 25px;
  padding-top: 15px;
}

.services-section .servisebox .padds {
  padding: 0px !important;
}

.services-section .servisebox .padds1 {
  padding: 0px !important;
}

.services-section {
  padding: 0px 5px !important;
}

.headtwo {
  text-align: center;
  font-size: 30px;
}

.headtwo::after {
  display: none;
}

.headtthree {
  text-align: center;
  font-size: 30px;
}

.headtthree::after {
  display: none;
}

.visionbox h2 {
  font-size: 30px !important;
  text-align: center;
}

.policys .policybox {
  width: 95% !important;
  margin: 10px auto !important;
  border-radius: 15px !important;
}

.contacts {
  padding: 10px 5px !important;
  margin: 0 !important;
}

.contacts .contactbox {
  width: 95% !important;
  margin: 10px auto !important;
  border-radius: 15px !important;
  padding: 10px !important;
}

.contact-form-bg {
  width: 93% !important;
  margin: 15px auto !important;
}

.enquire button {
  display: block;
  margin: 10px auto;
}

}

.inner-banner {
  position: relative;
  z-index: 0;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.inner-banner .container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-banner h1 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 15px;
}

.inner-banner .inner-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 15px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb {
  font-size: 15px;
  font-weight: 500;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a:hover {
  color: #FF8200;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.inner-banner img {
  min-width: 100%;
}


.inner-bg {
  padding: 80px 0 40px;
}

.inner-bg h2 {
  font-size: 40px;
  font-weight: 500;
  color: #FF8200;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.inner-bg h2 span {
  display: block;
}

.visionbox {
  color: white;
  background: #FF8200;
  padding: 60px;
  width: 95%;
  margin: 0 auto;
  border-radius: 15px;
}

.padding {
  padding: 40px;
}

.br {
  border-right: 0.5px solid #ffffff;
}

.visionbox h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 10px;
}

.visionbox p {
  color: #ffffff;
  padding: 0 40px 0 0;
  line-height: 25px;
}

.brbottom {
  border-bottom: 1px solid;
}

.brtop {
  padding: 30px 0 0;
  border-top: 1px solid;
}

.visionbox span {
  font-size: 16px;
  font-weight: 600;
}

.visionbox ul.list li::before {
  color: white;
}

.inner-other-bg {
  padding: 50px;
}

.inner-other-bg .headone {
  position: relative;
  padding-bottom: 15px;
}

.inner-other-bg .headone::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #FF8200;
  width: 88%;
  top: 29px;
  right: -60px;
}

.inner-other-bg span {
  font-weight: 600;
  font-size: 16px;
  padding: 0 10px 0 0;
}

.enquire {
  position: relative;
  background: #FF8200;
  padding: 30px;
  border-radius: 15px 15px 0 0;
}

.enquire h2 {
  color: white;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 15px;
}

.enquire ul {
  list-style: none;
  display: flex;
}

.enquire form {
  display: flex;
}

.enquire .mb-3 {
  margin: 0 20px 0 0 !important;
}

.enquire .form-control {
  padding: 7px 70px;
}

.btnenquirenew {
  padding: 7px 30px;
  border-radius: 25px;
  color: #FF8200;
  background-color: white;
  font-weight: 600;
  border: 1px solid white;
}

.btnenquirenew:hover {
  color: white;
  border: 1px solid white;
  background-color: #FF8200;
}

.services-section {
  padding: 40px;
}

.services-section .servisebox {
  background: #EDEDED;
  padding: 40px 0;
  border-radius: 100px;
  margin: 20px 0;
}

.services-section .servisebox .padds {
  padding: 40px 25px 0 0;
}

.services-section .servisebox h2 {
  color: #FF8200;
  padding-bottom: 15px;
}

.services-section .servisebox .padds1 {
  padding: 40px 0 0 25px;
}

.headtwo {
  position: relative;
  padding-bottom: 15px;
}

.headtwo::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #FF8200;
  width: 60%;
  top: 29px;
  right: -60px;
}

.headtthree {
  position: relative;
  padding-bottom: 15px;
}

.headtthree::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #FF8200;
  width: 44%;
  top: 29px;
  right: -60px;
}

.policys {
  padding: 50px 0;
}

.policys .policybox {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 40px;
  width: 31%;
  margin: 0 10px;
  border-radius: 15px;
}

.policys .policybox:hover {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 0px;
}

.policys .policybox h2 {
  text-align: center;
  padding: 0 0 10px 0;
}

.policys .policybox p {
  text-align: center;
}

.contact-address-box h3 {
  color: #FF8200;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-address-box.br {
  border-right: 1px solid #ACACAC;
}

.contact-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0 .5rem 2rem rgba(1, 101, 187, 0.1) !important;
  width: 50%;
    margin: 0 auto;
}

.contact-form-bg input,
.contact-form-bg input.form-control:focus,
.contact-form-bg textarea,
.contact-form-bg textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.contact-form-bg select,
.contact-form-bg select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
  cursor: pointer
}

.contact-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea,
.contact-form-bg select {
  border-radius: 0;
  background-color: transparent !important;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #231f20 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #231f20 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.contact-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.contact-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.contact-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: #FF8200;
  border: 2px solid #FF8200;
  color: var(--color-white) !important;
  padding: 5px 50px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.contact-form-bg .submit-btn:hover {
  background: transparent !important;
  color: #FF8200 !important;
  border: 2px solid #FF8200;
}

.contact-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.contact-form-bg .form-check-input:checked {
  background-color: #FF8200;
  border-color: #FF8200;
}

.contact-form-bg select option selected {
  color: red;
}

.contact-head-box {
  margin-right: 30px;
}
.contacts{    padding: 50px 100px; }
.contacts .contactbox {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  width: 31%;
  margin: 0 10px;
  border-radius: 15px;
}

.contacts .contactbox:hover {
 
  border-radius: 0px;
}

.contacts .contactbox h2 {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: 600;
  margin: 5px;
}

.contacts .contactbox p {
  text-align: center;
}

.clrred {color: #C50D0D;}

.form input {    background: #FFF3E7;
    border-bottom: 2px solid;
    border-top: none !important;
    border-right: none;
    border-left: none;
    color: black;}

   .form   .formbox {    background: #FFF3E7;
    padding: 50px;
    border-radius: 15px;}
  .form   .formbox h2  {    color: #750D0D;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;}
 .form  textarea.form-control {    background: #FFF3E7;
    border-bottom: 2px solid;
    border-top: none !important;
    border-right: none;
    border-left: none;}
    .form  .mb-3  {padding: 10px 0;}
    .form  .enquirebtns {
    background: #FF8200;
    padding: 6px 10px;
    border-radius: 50px;
    color: white;
    border: none;
        margin: 0 auto;
    display: block;
}

.form {    padding-bottom: 80px;position: relative;}
.form::after {/*content: '';*/
    position: absolute;
    background-image: url(../img/formbgk.jpg);
    width: 82%;
    height: 55%;
    left: 10%;
    right: 0;
    z-index: -1;
    bottom: 4%;
    border-radius: 15px;}
   .pasfourty  {    padding: 40px;}
.form  a{    inline-size: fit-content;}






@media(min-width:1081px) and (max-width:1350px) {
  .careers-team-bg::before {
    left: -160px;
  }

}

@media screen and (min-width: 1920px) {

  /*For Projectors or Higher Resolution Screens (Full HD)*/
  .container {
    width: 1890px;
  }
}

@media screen and (min-width: 3840px) {

  /* For 4K Displays (Ultra HD) */
  .container {
    width: 3810px;
  }

  .home-industry-bg::before,
  .home-about-img-box::before,
  .inner-bg h2::before,
  .director-box-img::before,
  .service-gallery-bg::before {
    display: none;
  }
}



@media(min-width:320px) and (max-width:1080px) {
      .sub .head {
        font-size: 28px ;
    }
    .electrical {
    padding: 0px 10px 20px;
}
.elcbox {
    width: 47%;}

.certi img {margin: 10px 0;}
.form .formbox {
    padding: 50px 20px;}
.pasfourty {
    padding: 20px 10px;
}
.form::after {display: none;}


















}
