.inner_banner_sec{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}
.inner_banner_sec h4{
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
}
hr {
  border: 0;
  height: 4px;
  width: 10%;
  border-radius: 50px;
  position: relative;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center-diamond {
  background: var(--color-white);
  margin-top: 20px;
}
.center-diamond::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--main-color);
  display: inline-block;
  border: 4px solid var(--secondary-color);
  position: absolute;
  animation: myfirst 7s infinite;
  animation-direction: alternate;
  top: -4px;
  left: 50%;
  margin: 0 0 0 -3px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@keyframes myfirst{
  0% {
      left: 0;
    }
    50% {
      left: 100%;
    }
    100% {
      left: 0;    
    }
}
@-webkit-keyframes myfirst {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;    
  }
}
@-moz-keyframes myfirst {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;    
  }
}

/* About us page start */
.about_sec{
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: var(--color-white);
  background: var(--main-color);
}
.section_title{
  font-family: var(--heading-font-family);
  line-height: 1.4;
  font-size: var(--tilte-font-size);
  letter-spacing: 2px;
  font-weight: 700;
}
.about_quote{
  font-family: var(--heading-font-family);
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
}
.vis_mis_sec{
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: var(--color-white);
}
.vis_mis_sec .section_title{
  margin-bottom: 0;
  font-size: 40px;
  text-align: center;
}
.vision_para{
  padding: 15px 0;
  text-align: center;
}
.atc_promise{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.atc_promise .section_title{
  color: var(--color-white);
  text-align: center;
}
.atc_promise p{
  color: var(--color-white);
  text-align: center;
}
.atc_people{
  width: 100%;
display: flex;
flex-wrap: wrap;
padding: 80px 0;
z-index: 1;
color: var(--color-white);
}
.second_color{
  color: var(--secondary-color);
}
.chairman_msg_section{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0 60px 0;
  background: var(--color-white);
  color: var(--main-color);
}

.certificate_sec{
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 60px 0 60px 0;
background: var(--main-color);
color: var(--color-white);
}
/* About us page End */

/* contact page start */
.cont_box{
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.cont_box p{
  text-align: center;
  font-size: 14px;
}
.contact_form_sec{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
  background: var(--main-color);
}
.contact_form_back{
  padding: 40px;
  background: var(--secondary-color);
}
.address_sec{
  padding-top: 30px;
}
.form-control{
  padding:0 20px !important;
  font-size: 14px !important;
  border: 1px solid #a9a9a9;
}
.message{padding-top:10px !important;}

.submit{
  background: var(--main-color);
  border: none;
  color: var(--color-white);
  height: 45px;
}
.submit:hover{
  background: var(--color-white);
  color: var(--main-color);
}
.map_section{
width: 100%;
display: flex;
flex-wrap: wrap;
}
#map{
width: 100%;
height: 350px;
}
/* Contact Page End */

/* Carrer Page Start */
.carrer_form_sec{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
  background: var(--main-color);
  color: var(--color-white);
}
.form__input-upload {
  position: absolute;
  visibility: hidden;
}
.form__uploader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.form__uploader:after {
   content: "Upload";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  box-sizing: border-box;
  background:var(--main-color);
  color: var(--color-white);
  line-height: 43px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 3px;
  height: 45px;
  width: 100px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
html[dir="rtl"] .form__uploader:after {
  left: 15px;
  right: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
}

.form__input {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 15px 20px;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  color: #555;
  font-size: 14px;
  line-height: 1.2;
  outline: none;
  transition: 0.2s linear;
}
.form-group{
    margin-bottom: 1.5rem !important;
}
.form-control:focus{
    box-shadow: none !important;
    border-color: var(--secondary-color);
}
/* Career page End */

/* Service Page Start */
.service_cont{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  background: var(--main-color);
  color: var(--color-white);
}
.service_cont h3{
  font-weight: 600;
}
.services_points{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  background: var(--color-white);
  color: var(--main-color);
}
.services_points h3{
  font-weight: 600;
}
.space_50{
  height: 2rem;
}
.space_30{
  height: 1rem;
}
.dropcap_head{
  font-weight: 600;
  padding-bottom: 10px;
}
.dropcap{
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: 0.6rem 0.5rem 0 0;
  color: #404040;
}
html[dir="rtl"] .dropcap{
  float: right;
  margin: 0.6rem 0 0 0.5rem;
}

.dropcap.circle{
  color: var(--color-white);
  height: 2.2rem;
  width: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  border-radius: 50%;
  background: var(--secondary-color);
  margin-top: -2px !important;
}
.common_padd_right{
  padding: 0 20px 0 0;
}
html[dir="rtl"] .common_padd_right{
  padding: 0 0 0 20px;
}
.common_padd_left{
  padding: 0 0 0 20px;
}
html[dir="rtl"] .common_padd_left{
  padding: 0 20px 0 0;
}
.common_h3{
  text-align: center;
  padding-bottom: 20px;
  font-weight: 600;
}
/* Service page End */

/* Product page Start */
.prod_cont{
width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  background: #f3f3f3;
  color: var(--main-color);
} 
.sticky {
position: -webkit-sticky;
position: sticky;
  top: 0;
}
.nav-tabs{
border: none !important;
}
.prod_cont .nav-tabs{
position: relative;
left: 30%;
}
html[dir="rtl"] .prod_cont .nav-tabs{
right: 20%;
left: auto;
}

.prod_cont .nav-tabs li{
padding-right: 20px;
}
html[dir="rtl"] .prod_cont .nav-tabs li{
padding-left: 20px;
padding-right: auto;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) { 
.prod_cont .nav-tabs li{
  padding-bottom: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) { 
  .prod_cont .nav-tabs{
    position: relative;
    left: 20%;
    }
    html[dir="rtl"] .prod_cont .nav-tabs{
      right: 10%;
      left: auto;
      }
}
.nav-tabs .nav-link.active{
 border: none !important;
 background: var(--secondary-color);
 color: var(--color-white);
 padding: 10px 20px !important;
 border-radius: 20px;
}
.nav-tabs .nav-link{
border: none !important;
background-color: var(--color-white);
color: var(--main-color);
padding: 10px 20px !important;
 border-radius: 20px;
}
.tab-content{
margin-top: 3rem;
}
.prodt_head{
font-size: 40px;
font-weight: 700;
text-align: center;
}


/* Extra CSS */
.margin-adjust {
position: relative;
left: 50px;
}
html[dir="rtl"] .margin-adjust {
  right: 50px;
  left: auto;
}

.margin-adjust2 {
position: relative;
left: 45px;
z-index: 2;
}
html[dir="rtl"] .margin-adjust2 {
  right: 45px;
  left: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 320px) {
.margin-adjust {
  position: relative;
  left: 0;
}
html[dir="rtl"] .margin-adjust {
  right: 0;
  left: auto;
}
.margin-adjust2 {
  position: relative;
  left: 0;
  z-index: 0;
}
html[dir="rtl"] .margin-adjust2 {
  right: 0;
  left: auto;
}
}
.serviceBox {
color: #fff;
font-family: var(--para-font-family);
text-align: center;
background: var(--secondary-color);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
padding: 20px 20px 15px;
position: relative;
z-index: 1;
}
.serviceBox .service-icon span {
display: block;
transform: rotate(-45deg);
}
.title {
color: #000;
font-size: 30px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
padding: 10px 5px 25px 0px;
margin: 0 0 10px;
}
.serviceBox .description {
font-size: 13px;
letter-spacing: 0.5px;
text-align: justify;
line-height: 23px;
margin: 0;
}

@media only screen and (max-width: 990px) {
.serviceBox {
  margin: 0 0 40px;
}
}
.blue-bg {
background-color: #4d4545;
color: var(--main-color);
height: 100%;
}

.circle2 {
font-weight: bold;
color: #4d4545;
z-index: 2;
}

.how-it-works.row {
display: flex;
}
.how-it-works.row .col-2 {
display: inline-flex;
align-self: stretch;
align-items: center;
justify-content: center;
}
.how-it-works.row .col-2::after {
content: "";
position: absolute;
border-left: 3px solid var(--main-color);
z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
height: 50%;
left: 50%;
top: 50%;
}
.how-it-works.row .col-2.full::after {
height: 100%;
left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
height: 50%;
left: 50%;
top: 0;
}

.timeline div {
padding: 0;
height: 40px;
}
.timeline hr {
border-top: 3px solid var(--main-color);
margin: 0;
top: 17px;
width: 100%;
position: relative;
}
.timeline .col-2 {
display: flex;
overflow: hidden;
}
.timeline .corner {
border: 3px solid var(--main-color);
width: 100%;
position: relative;
border-radius: 15px;
}
.timeline .top-right {
left: 50%;
top: -50%;
}
html[dir="rtl"] .timeline .top-right {
right: 48%;
left: auto;
}

.timeline .left-bottom {
left: -50%;
top: calc(50% - 3px);
}
html[dir="rtl"] .timeline .left-bottom {
right: -48%;
left: auto;
}
.timeline .top-left {
left: -50%;
top: -50%;
}
html[dir="rtl"] .timeline .top-left {
right: -48%;
left: auto;
}
.timeline .right-bottom {
left: 50%;
top: calc(50% - 3px);
}
html[dir="rtl"] .timeline .right-bottom {
right: 48%;
left: auto;
}
.carousel-gallery {
margin: 50px 0;
padding: 0 30px;
}
.swiper-slide img {
display: block;
width: 100%;
height: 200px;
border-radius: 4px;
overflow: hidden;
position: relative;
}
.atc-about-title{
font-weight: 900;
font-size:30px;
padding-bottom:10px;
padding-left:10px;
}