*{
  box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0;
  background-color:#fff;
}

header{
 position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-1{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.header-logo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding-top: 19px; */
}

.header-logo h1{
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.header-logo {
  color: #29166f;
}

.header-nav{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.header-nav ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.header-nav ul li{
  display: inline-block;
  padding: 10px 20px;
}

.header-nav ul li a{
  text-decoration: none;
  color: #000;
}

.header-nav ul li a.active{
color: #29166f;
}

.header-nav ul li a:hover:not(.active){
color:#29166f;
}

.side-btn{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 16px;
}

.side-btn a{
  color: #fff;
  text-decoration: none;
  border: 1px solid #29166f;
  background: #29166f;
  padding: 10px 15px;
  border-radius: 3px;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 600;
}

.side-btn a:hover{
  background-color: #000;
}

.side-nav ul li .call{
  position: relative;
  padding-left: 42px;
  margin-right: 25px;
}

.side-nav ul li .call i{
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--green-color);
  font-size: 35px;
}

.side-nav ul li .call span{
  display: block;
  margin-bottom: 2px;
  color: #29166f;
}

.side-nav ul li .call a{
  display: block;
  color: var(--white-color);
  text-decoration: none;
}

.side-nav ul li .call a:hover{
color: #29166f;
}

.side-nav ul li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
}

.side-nav ul li a:hover, .dropdown:hover .dropbtn {
  color: #29166f;
}

.side-btn{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
}

.call {
display: flex;
justify-content: end;
align-items: center;
height: 100%;
}

.call .phone-icon i{
font-size: 30px;
  margin: 0 11px;
}

.side-nav .call-text h6{
font-size: 16px;
margin: 0;
color: #29166f;
}


.side-nav .call-text a{
text-decoration: none;
  color: #000;
}

.side-nav .call-text a:hover{
color: #29166f;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  border-radius: 3px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
}

.dropdown-content ul li a{
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
padding: 9px 15px;
margin: 0;
display: block;
color: #ffffff;
}

.dropdown-content li.sub-dropdown a {
  color: #fff;
  padding: 6px 19px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* .dropdown-content a:hover {background-color: #f1f1f1;} */

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content ul{
  display: block;
}
.dropdown-content ul li{
  padding: 0;
  margin: 5px 0;
  width: 100%;
  border-bottom: dotted;
}
.sub-dropdown{
  position: relative;
}

.dropdown-content-sub{
  display: none;
  position: absolute;
  background-color: #000;
  border-radius: 3px;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  left: 100%;
  top: 0;
}
.dropdown-content-sub ul{
  display: block;
}
.sub-dropdown:hover .dropdown-content-sub{
  display: block;
}

.banner{
    background-color: #fff;
    border-bottom: 2px solid #f5f5f5;
}

.banner-1{
  height: 783px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-1 img{
  position: absolute;
  top: 0;
  right: 0;
}

.banner-1 .banner-text{
  position: relative;
    top: 239px;
    z-index: 1;
    left: 30px;
    width: 100%;
    max-width: 800px;
    margin: auto;
    color: #ffffff;
    text-align: center;
}
.banner-1::after{
  position: absolute;
  content: '';
  background-color: #0000004a;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-text h1{
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 25px;
  color: #fff;
}

.banner-text p{
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.8;
}

.banner-text a{
  border: 1px solid ;
  padding: 11px 25px;
  text-decoration: none;
  background: #29166f;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.banner-text a:hover{
    background-color: #000;
}

.feature-area{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.feature-icon{
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: start;
}
.feature-icon .icon {
  position: relative;
  width: 200px;
  display: inline-block;
}
.feature-icon .icon i{
  display: inline-block;
  color: var(--green-color);
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 9;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  color: #29166f;
  
}

.bx-bxs-truck::before{
    content: "\ee2a";
  
}

.feature-icon .icon::before{
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0px;
  border-radius: 50%;
  background-color: #ebf4ff;
  z-index: 1;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.feature-icon:hover .icon i {
  top: 0;
  left: 0;
}

.feature-icon h3{
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.feature-icon p{
  margin-bottom: -5px;
  font-size: 15px;
  line-height: 1.8;
}


.about-area{
  max-width: 100%;
  margin-left: 0;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-img{
  margin-bottom: 70px;
  position: relative;
}

.about-img img{
  border-radius: 0px 55px;
  position: relative;
  max-width: 100%;
  border: 1px solid #29166f;
}

.about-area .year{
  background-color: var(--white-color);
  width: 195px;
  text-align: center;
  position: absolute;
  padding: 15px 15px 35px;
  border-radius: 0 45px;
  bottom: 45px;
  left: 442px;
  background: #fff;

}

.about-area .year::before{
  position: absolute;
  content: '';
  width: 195px;
  height: 100%;
  right: -15px;
  bottom: -15px;
  background-color: var(--green-color);
  border-radius: 0 45px;
  z-index: -1;
  background-color: #29166f;
}

.about-area .about-content{
  padding-top: 55px;
}

.about-area .year h2{
  font-weight: 700;
  font-size: 100px;
  color: var(--green-color);
  margin-bottom: 0;
  color: #29166f;
}

.about-area .year span{
  display: block;
  font-weight: 700;
  color: var(--black-color);
  font-family: var(--heading-font);
  margin-top: -12px;
}

.about-content .section-title .sub-title{
  color: #29166f;
  font-weight: 600;
}

.about-content ul{
  list-style: none;
  margin-bottom: 22px;
  display: flex;
  padding: 0;
  padding-top: 20px;
}

.about-content ul li{
  /* padding: 0px 23px; */
  margin-right: 25px
}

.about-content li a.active{
color: #29166f;
border-bottom: 2px solid #29166f;
}


.about-content ul li a{
  text-decoration: none;
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid #000;
}

.about-content ul li a:hover:not(.active){
   color:#29166f;
   border-bottom: 2px solid #29166f;
}

.about-content p{
  color: #555555;
  margin-bottom: 50px;
  margin-top: 20px;
}

.about-content .btn a{
  border: 1px solid #29166f;
  padding: 11px 25px;
  text-decoration: none;
  background: #29166f;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.about-content .btn a:hover{
   background-color: #000;
}

.service-area{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

.service-area .service-title{
   text-align: center;
}

.service-area .service-title .sub-title{
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
  color: #757f90;
}

.service-area .service-title h2{
  font-weight: 600;
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
}

.blog-box{
  margin-bottom: 30px;
}

.blog-box .blog-img{
  overflow: hidden;
}

.blog-img a{
  display: block;
}

.blog-img a img{
  width: 100%;
  transition: var(--transition);
  transition: all 0.3s ease;
}

.blog-box:hover .blog-img a img{
  transform: scale(1.1);
}

.blog-box .blog-bottom{
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 20px 22px 25px;
}

.blog-bottom h3{
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

.blog-bottom p{
  margin-bottom: 40px;
  line-height: 1.8;
  color: #555555;
  max-width: 345px;
}

.blog-bottom a{
  border: 1px solid #29166f;
  padding: 11px 25px;
  text-decoration: none;
  background: #29166f;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.blog-bottom a:hover{
   background-color: #000;
}

.work-area{
padding-bottom: 70px;
margin-top: 30px;
}

.work-left{
margin-bottom: 30px;
}

.work-left h2{
font-weight: 600;
font-size: 36px;
margin-bottom: 25px;
}

.work-left span{
display: block;
margin-right: 10px;
font-size: 14px;
}

.work-left ul{
margin: 0;
padding: 0;
}

.work-left ul li{
list-style-type: none;
display: block;
position: relative;
-webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
box-shadow: 0px 0px 20px 0px #dddddd80;
margin-bottom: 30px;
padding: 30px 30px 30px 150px;
}

.work-left ul li img{
  position: absolute;
  left: 37px;
  top: 50px;
  border: 1px solid #ebf4ff;
  padding: 15px 11px;
  border-radius: 54%;
  background: #ebf4ff;
}

.work-left ul li i:hover{
 background-color: #29166f;
 color: #fff;
}

.work-left ul li h3{
font-weight: 600;
font-size: 20px;
margin-bottom: 10px;
}

.work-left ul li p{
margin-bottom: 0;
font-size: 15px;
line-height: 1.8;
}

.work-right{
  margin-bottom: 30px;
  margin-top: 91px;
  padding: 67px 30px;
  background-color: #29166f;
}

.work-right h3{
font-weight: 600;
font-size: 20px;
margin-bottom: 10px;
color: #fff;
}

.work-right p{
font-weight: 600;
font-size: 18px;
margin-bottom: 20px;
color: #fff;
}

.work-right .form-group label{
margin-bottom: 5px;
font-size: var(--all-size);
color: #fff;
}

.work-right .form-group .form-control{
display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background-color: #fff;
  padding-left: 15px;
  font-size: 15px;
}

.work-right .cmn-btn {
  pointer-events: all;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  display: block;
  margin-top: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 700;
  background: #1a1a1a;
  color: #fff;
  padding: 12px;
  transition: all 0.3s ease;
}

.work-right .cmn-btn:hover{
background-color: #fff;
color: #000;
}

.footer{
padding-bottom: 70px;
padding-top: 100px;
background: #1a1a1a;
}

.footer .footer-item{
margin-bottom: 30px;
}

.footer .footer-item .footer-logo{
font-weight: 700;
  font-size: 20px;
  color: var(--white-color);
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.footer-item .footer-logo h3{
font-weight: 700;
  font-size: 20px;
  position: relative;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.footer-item .footer-logo h3::before{
position: absolute;
  content: '';
  width: 75px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.footer-logo ul{
margin: 0;
padding: 0;
}

.footer-logo ul.footer-icon li{
display: flex;
  justify-content: start;
  align-items: center;
}

.footer-logo ul li{
list-style-type: none;
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 14px;
}

.footer-logo ul li a{
  text-decoration: none;
  color: #a3a3a3;
  display: block;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  margin-left: 6px;
}

.footer-logo ul li a:hover{
color: #fff;
}

.footer-logo ul li i{
display: inline-block;
  font-size: 20px;
  color: #fff;   
}

.footer-logo ul li span{
display: block;
color: #a3a3a3;
font-size: 16px;
font-weight: 400;
margin-left: 7px;
}

.footer-logo p{
line-height: 1.8;
  color: #a3a3a3;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  max-width: 450px;
}

.footer-logo .cmn-btn{
pointer-events: all;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  -webkit-transition: var(--transition);
  opacity: 1;
  background: #29166f;
  color: #fff;
  margin-top: 24px;
  padding: 15px;
  transition: all 0.3s ease;
}

.footer-logo .cmn-btn:hover{
background-color: #fff;
color: #000;
}

.footer-logo .form-control{
border: 1px solid #a3a3a3;
  height: 50px;
  padding-left: 15px;
  background-color: transparent;
  font-size: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0;
  margin-bottom: 15px;
  color: var(--white-color);
}


.copyright-area{
border-top: 1px solid #313131;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #1a1a1a;
}

.copyright-area .copyright-item p{
   margin-bottom: 0;
  color: #f5f5f5;
  font-size: 15px;
}

.copyright-item p a{
text-decoration: none;
color: #fff;
}

.copyright-item p a:hover{
color: #fff;
}

.copyright-item ul{
margin: 0;
  padding: 0;
  text-align: right;
}

.copyright-item ul li{
list-style-type: none;
  display: inline-block;
  font-size: 15px;
}

.copyright-area ul li a{
color: #f5f5f5;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.copyright-item ul li a:hover{
color: #fff;
}

.up{
position: fixed;
  bottom: 54px;
  right: 0;
  cursor: pointer;
}

#btntop{
  background: #29166f;
   color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-right: 28px;
}

#btntop i{
font-size: 28px;
color: #fff;
line-height: 0;
padding: 20px 6px;
}

#btntop:hover {
cursor: pointer;
}

.show{
  display: block !important;
}

.navbar-cstm{
  background: #fff;

}

.navbar-cstm .navbar-brand h1{
  color: #29166f;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.navbar-cstm .navbar-toggler{
background: #fff;  
border: 1px solid #29166f;

}
.navbar-cstm  .navbar-nav .nav-link{
color: #000;
}
.navbar-cstm .btn{
color: #000;
}

.navbar-cstm a{
  color: #fff;
  text-decoration: none;
}

.navbar-cstm ul li{
list-style: none;
}

.navbar-cstm ul {
padding-left: 0;
}

.navbar-cstm .btn{
padding: 0.375rem 0rem;
}

.navbar-cstm .call {
display: flex;
justify-content: start;
align-items: center;
height: 100%;
}

.navbar-cstm .call .phone-icon i {
  font-size: 30px;
  margin: 0 0px;
  color: #fff;
}

.navbar-cstm .side-nav .call-text h6 {
color: #db231a;
padding: 3px;
}

.navbar-cstm .side-nav .call-text a {
color: #fff;
}

.navbar-cstm .call-text {
margin-left: 3px;
}

.feature-icon .icon img{
  display: inline-block;
  color: var(--green-color);
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 9;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  color: #29166f;
  width: 41px;
}



.feature-icon .icon::before{
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0px;
  border-radius: 50%;
  background-color: #ebf4ff;
  z-index: 1;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.feature-icon:hover .icon img {
  top: 0;
  left: 0;
}

.Industry .Industry-box{
  border: 1px solid #000;
}

.Industry .Industry-box .Industry-text{
  text-align: center;
}
.Industry .heading{
  max-width: 895px;
  margin: auto;
  text-align: center;
}
.Industry .heading .section-title span{
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 0px;
}
.Industry .heading h3{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}
.Industry .heading p{
  padding: 0 20px 20px;
  font-size: 16px;
  text-transform: none;
  color: #757f90;
}
.Industry{
  position: relative;
  padding-bottom: 75px;
}
.industrial_sec .card {
  background-color: #f1f1f1;
  padding: 55px 30px 50px;
  border-radius: 10px;
  border-bottom: 5px inset #29166f;
  margin-bottom: 30px;
  min-height: 150px;
  text-align: center;
}
.industrial_sec .card .card-title{
  font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}
.industrial_sec .card-img-top {
  width: auto;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.service-page .blog-bottom p{
  margin-bottom: 0px;
}

.contact-page .work-left ul li img {
  top:28px;
}
.contact-page a{
  text-decoration: none;
    color: #29166f;
}

.contact-page .work-right {
  margin-bottom: 30px;
  margin-top: 69px;
  padding: 35px 30px;
  background-color: #29166f;
}

.flip-men{
  margin-top: 50px;
  margin-bottom: 50px;
}

.flip-box {
  background-color: transparent;
    width: 100%;
    height: 200px;
    margin: 6px;
    perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #29166f;
  color: #fff;
  padding-top: 54px;
}

.flip-box-front h2{
  font-size: 22px;
}

.flip-box-back {
  background-color: #29166f;
  color: #fff;
  padding-top: 54px;
  transform: rotateY(180deg);
}

.flip-box-back h2{
  font-size: 22px;
}
.header-logo a{
  color: inherit;
  text-decoration: none;
}
.banner-page {
  position: relative;
  z-index: 1;
  background-color: #d7d7d7;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
.banner-page::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: -1;
}
.banner-page .d-table {
  width: 100%;
  height: 100%;
}
.banner-page .d-table-cell {
  vertical-align: middle;
}
.banner-page .page-title-content {
  text-align: center;
}
.banner-page .page-title-content h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.banner-page .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.banner-page .page-title-content ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}
.banner-page .page-title-content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
.banner-page .page-title-content ul li a {
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-decoration: none;
}
#pageloader {
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#pageloader img {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
#response {
  font-size: 16px;
  color: green;
  border: 1px solid green;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  display: none;
}
#alert {
  font-size: 16px;
  color: Red;
  border: 1px solid Red;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  display: none;
}