/* Fonts  */

@font-face {
  font-family: "satoshi-black";

  src: url("../fonts/satoshi-black-webfont.woff")format('woff');
  src: url("../fonts/satoshi-black-webfont.woff2")format('woff2');
}

@font-face {
  font-family: "satoshi-bold";

  src: url("../fonts/satoshi-bold-webfont.woff")format('woff');
  src: url("../fonts/satoshi-bold-webfont.woff2")format('woff2');
}

@font-face {
  font-family: "satoshi-italic";

  src: url("../fonts/satoshi-italic-webfont.woff")format('woff');
  src: url("../fonts/satoshi-italic-webfont.woff2")format('woff2');
}

@font-face {
  font-family: "satoshi-light";

  src: url("../fonts/satoshi-light-webfont.woff")format('woff');
  src: url("../fonts/satoshi-light-webfont.woff2")format('woff2');
}

@font-face {
  font-family: "satoshi-medium";

  src: url("../fonts/satoshi-medium-webfont.woff")format('woff');
  src: url("../fonts/satoshi-medium-webfont.woff2")format('woff2');
}
@font-face {
  font-family: "satoshi-regular";

  src: url("../fonts/satoshi-regular-webfont.woff")format('woff');
  src: url("../fonts/satoshi-regular-webfont.woff2")format('woff2');
}

body{
  max-width: 100%;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;   /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
}

/* colours  */

:root {
  --primary: #ff0000;

  --secondary: #001c47;

  --ternary: #232323;

  --primary-font: #555555;
}

/* Basic css */

* {
  box-sizing: border-box;

  margin: 0;

  padding: 0;

  font-family: 'satoshi-regular', sans-serif;

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

}
figure{
  margin: 0px!important;
}
#loading2{

   display: none;
}
ul li {
  list-style: none;
}
.navbar-toggler{
  background-color: #b6b6b6!important;
  color: #000!important;
  margin-right: 2%;
}
.row {
  padding: 0 !important;

  margin: 0 !important;
}

/* Spaces */



p {
  font-size: 16px !important;
}

.banner{
  position: relative!important;
}

/* navigation bar */

.topheader {
  width: 100%;

  height: 4rem;

  background: var(--primary);
  color:#fff;
  position: relative;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: flex-end;
}

.top-contact-id {
  z-index: 11;
  margin-right: 4rem;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  
}

.top-contact-id a {
  padding: 0.5rem;

  color: rgb(255, 255, 255);

  font-weight: 500;
}

.top-contact-id a {
  text-decoration: none;
  transition: 0.3s;
}

.top-contact-id a:hover {
  color: #fff;
}

.top-contact-id a img {
  padding-right: 0.2rem;
}
.cart-icon i{
  color: #fff;
}
.cart-icon span{
  color: #fff;
}
.cart-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.cart-icon .cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -3px;
  right: -8px;
  display: inline-block;
  padding: 4px;
  background-color: var(--secondary);
  color: white;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-icon.shake {
  animation: shake 0.5s infinite;
}

@keyframes shake {
  0% { transform: translate(0, 0); }
  10% { transform: translate(-5px, 0); }
  20% { transform: translate(5px, 0); }
  30% { transform: translate(-5px, 0); }
  40% { transform: translate(5px, 0); }
  50% { transform: translate(-5px, 0); }
  60% { transform: translate(5px, 0); }
  70% { transform: translate(-5px, 0); }
  80% { transform: translate(5px, 0); }
  90% { transform: translate(-5px, 0); }
  100% { transform: translate(0, 0); }
}
.prod-btn-wr{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
	column-gap:5px;
}
.topheader-left {
 
  background-color: var(--secondary);
  color:#ffff;
  font-size: 1rem;
  z-index: 1111;
  height: 100%;
  width: 47%;
  position: absolute;
  left: 0;
  display:flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
  top: 0;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  transition: all 0.3s;

}
.topheader-left img{
  width: 5%;
  margin-right: 1.5%;
}


.navbar {
  padding: 4rem;

  background: #f3f4f9;

  position: relative;
}



.navbar-brand img {
  height: 4rem;
}

.navbar-nav {
  padding: 1rem 0;
}

.navbar-nav .nav-item {
  padding: 0 1rem;
}

.navbar-nav .nav-item .nav-link {
  color: var(--primary-font);
  font-weight: 600;
  transition: 0.5s;
}

.nav-link.active{
  color: var(--primary)!important;
}
.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

.banner-content {
  /* background: #0000002e; */

  position: absolute;

  bottom: 0;
  left: 0;
  z-index: 11;
 
}

.banner-content h2 {
  text-align: left;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 600;
  font-family: "satoshi-black", sans-serif;
  text-transform: uppercase;

}
.banner-content h3{
  font-size: 1.5em;
  color: #fff;
 
}

.banner-content h2 span{
  color: var(--primary);
  font-size: 2.7rem;
  font-weight: 600;
  font-family: "satoshi-black", sans-serif;
}

.carousel-item{
  position: relative!important;
}
.banner-gradient{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.our-story{
  width: 100%;
  min-height: 500px;
  padding: 50px 60px;
  margin: 0px auto;
  line-height: 1.8rem;
}

.our-story h2{
  font-weight: 700;
   color: var(--primary);
}
.our-story span{
  color: var(--secondary);
  margin-right: 5px;
}
.our-story p{
  font-size: 0.9rem;
}
.primary-button{
  padding: 8px 18px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 1rem;
  border-radius: 25px;
  text-align: center;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.primary-button:hover{
  cursor: pointer;
  background-color: var(--primary);
  color: #fff;
}
.primary-button1{
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 25px;
  text-align: center;
  transition: 0.3s ease-in-out;
   
}
.primary-button1:hover{
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.our-sec{
  background-color: #f0f6fa;
}

.recent-prod{
  width: 100%;
  height: auto;
  padding: 80px 0px;

}
.recent-prod h2 span{

  color: var(--primary);
}
.cust-container{
  width: 94%;
  height: auto;
  margin: 0px auto;
}
.rece-prod-wr{
  width: 100%;
  height: auto;
}
.recent-prod h2{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.mtbtn{
  margin-top: 30px;
}
.prod-bx{
  min-height: 370px;
/*   padding: 1rem 0.8rem; */
  padding-top:15px;
	padding-bottom:15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  text-align: center;
}
.prod-bx1{
/*   padding: 1rem 0.8rem; */
	padding-top:15px;
	padding-bottom:15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  margin-bottom: 35px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.prod-bx1:hover{
  cursor: pointer;
  transform: translateY(-8px);
}
.prod-bx1:hover .prod-bx-cont-pr{
  background-color: var(--primary);
}
.prod-bx-cont-pr{
  background-color: var(--secondary);
  padding: 0.9rem 0.5rem;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.prod-bx-cont-pr h4{
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #fff;
}
.prod-bx figure{
  margin: 20px 0px!important;
}
.prod-label{
  width: 70%;
  margin: 0px auto;
  background-color: #919191;
  text-align: center;
  padding: 0.5rem 0.9rem;
  color:#fff;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 4% 100%);

}
.prod-bx-cont{
  padding: 5px 10px;
}
.view-opt{
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--primary-font);
  color: var(--primary-font);
  border-radius: 40px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 0.9rem;
}
.cart-opt{
  display: inline-block;
  padding: 0.5rem 0.8rem;
  background-color: var(--secondary);
  color: #fff;
  border-radius: 40px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 0.9rem;
}
.cart-opt i{
  color: #fff;
}
.cart-opt:hover{
  background-color: var(--primary);
}
.header-sec{
  width: 100%;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; */
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.view-all-p{
  width: 100%;
  margin: 8px 0px;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}
.view-all-p a{
  color: var(--primary-font);
}
.view-all-p:hover{
  cursor: pointer;
}
.prod-bx-cont h4{
  font-weight: bold;
  font-size: 1.3rem;
}
.p-title{
  text-align: center;
  background-color: var(--secondary);
  color: #fff;
  padding: 0.8rem 0.9rem;
}
.p-line{
  width: 15%;
  height: 1px;
  background-color: #919191;
}
.arrw-rnd{
  width: 50px;
  height: 50px;
  border: 2px solid #919191;
  border-radius: 50%;
  margin: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}
.arrw-rnd i{
  font-size: 1.4rem;
}
.prod-nav{
  width: 100%;
  margin-top: 50px;
  display: flex;
   align-items: center;
   justify-content: center;
}
.pr-line{
  width: 15%;
  height: 1px;
  background-color: #b2b2b2;
}
.arrw-rnd2{
  width: 50px;
  height: 50px;
  border: 2px solid #b2b2b2;
  border-radius: 50%;
  margin: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}
.arrw-rnd2 i{
  font-size: 1.4rem;
  color: #b2b2b2;
}
.proj-nav{
  margin-top: 50px;
  display: flex;
   align-items: center;
   justify-content: center;
}
.rec-proj{

  background-color: #353535;
  padding: 50px 0px;
}
.rec-proj h2{
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.rece-proj-bx{
  width: 100%;
  min-height: 450px;
  background-color: red;
  position: relative;
  cursor: pointer;
}
.proj-innerbx{
  position: relative;
  height: auto;
  z-index: 0;
}
.proj-innerbx figure{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.rece-proj-tit{
  position: absolute;
  bottom:-410px;
  left: 20px;
  z-index:100;
  color: #fff!important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.04rem;
}
.shape{
  width: 40%;
  min-height: 250px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
   z-index: 999;
   opacity: 1;
   transition: 0.3s ease-in-out;
}
.shape2{
  width: 40%;
  min-height: 250px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
   z-index: 999;
   opacity: 1;
   transition: 0.6s ease-in-out;
}

 
.rece-proj-tit h3{
  color: #ffff;
  font-weight: 600;
  font-size: 1.3rem;
}
.rece-proj-tit::before{
  content: '';
  height: 4px;
  width: 40%;
  background-color: var(--primary);
  position: absolute;
  top: -8px;
  left: 0;
}
.rec-proj h2 span{
  color: var(--primary);
}
.her-img{
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.apr-sub-wr{
  display: flex;
  align-items: center;
  justify-content: center;
}
.apr-ln{
  width: 10%;
  height: 2px;
  background-color: var(--primary);
  margin: 0px 5px;
}
.apr-sub-wr p{
  font-size: 0.7rem;
  margin-bottom: -4px;
}
.appr-bx{
  padding: 15px 0px;
}
.apr-prv{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px solid #b2b2b2;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.apr-nxt{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px solid #b2b2b2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.app-sec h3{
  text-align: center;
  color: var(--primary);
  font-weight: bold;
}
.apr-lg-wr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.apr-nav-wr{

  display: flex;
  align-items: center;
   justify-content: center;
}
.apr-logo-scrroll{
  width: 50%;
}
.footer-bx{
  background-color: var(--primary);

}
.app-sec{
  background-color: #f2f2f2;
}
.footer-bx p{
  font-size: 0.9rem!important;
}
.footer-bx ul li{
  font-size: 0.9rem!important;
  margin-bottom: 15px;
  border-bottom: 1px solid #7c7c7c1e!important;;
}
.op-time{
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.mr-right{
   margin-right: 10%;
   padding-right: 9%;
   border-right: 1px solid #5D5D5D!important;
}
.get-in-touch img{
  width: 10%;
}
.get-in-touch a{
  color: #9c9c9c;
  font-size: 0.9rem!important;
}
.quick-link a{
  color: var(--primary-font)!important;
  transition: 0.3s ease-in-out;
}
.quick-link a:hover{
  color: var(--secondary)!important;
  text-decoration: none;
}
.footer-bx h5{
  color: var(--secondary);
  font-size: 1.1rem;
  font-weight: 500;
}
.copyright{
  background-color: #403B3C;
  color: #9c9c9c;
  font-size: 0.9rem!important;
  padding: 10px 0px;
  text-align: center;
}

.partner{
   padding: 30px 0px;
}
.partner h2{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8rem;
}
.partner h2 span{
  color: var(--primary);
}
.par-sub-head{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.par-sub-head-ln{
  width: 15%;
  height: 2px;
  margin: 0px 5px;
  background-color: var(--secondary);
}
.par-sub-head p{
  margin-bottom: -3px;
}
.part-wr{
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.footer-sec{
  width: 100%;
  height: auto;
  padding: 50px 0px;
  background-color: var(--secondary);
}
.footer-sec p{
  color: #d6d6d6;
  font-size: 1rem!important;

}
.footer-sec h5{
  color: var(--primary);
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.footer-sec h5::after{
  content: '';
  width: 20%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  bottom: -3px;
  left: 0;
}
.footer-soc{
  display: flex;
}
.footer-soc img{
  margin-right: 2%;
}
.dwnld-brchure{
  letter-spacing: 0.04rem;
  background-color: var(--primary);
  text-align: center;
  color: #fff;
  padding: 0.5rem 0rem;
  cursor: pointer;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.dwnld-brchure:hover{
  background-color: #0069D9;
}
.footer-sec ul li a{
  color: #d6d6d6;
  transition: all 0.3s ease-in-out;
}
.footer-sec ul li a:hover{
  color: #0069D9;
}
.footer-sec a{
  color: #d6d6d6;
}
.footer-sec ul li{
  margin: 5px 0px;
  padding: 6px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-sec ul li:last-child{
  border-bottom: 0px;
}
.footer-cont-bx{
  display: flex;
  flex-direction: row;
}
.footer-cont-bx1{
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  align-items: flex-start;
}
.footer-cont-bx img{
  margin-right: 3%;
}
.footer-cont-bx1 img{
  margin-right: 3%;
}
.footer-sec span{
  color: #d6d6d6;
  font-size: 0.9rem;
}
.footer-cont-bx1 span{
  font-size: 1rem;
}
.footer-cont-bx span{
  font-size: 1rem;
}
.head-office{
  margin-top: 40px;
}
.head-office h6{
  font-weight: bold;
  color: #d6d6d6;
}
.footer-abt{
  position: relative;
}
.footer-abt-bg{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.send-btn{
  border-radius: 0;
  background-color: #0069D9;
  color: #fff;
  padding: 0.5rem 2rem;
  transition: all 0.3s ease-in-out
}
.send-btn:hover{
  color: #fff;
  background-color: #0055af;
}
.copy-right{
  padding: 0.8rem 0rem;
  background-color: #00245c;
  color: #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.form-control{
  border-radius: 0px;

}
.form-group{
  margin: 25px 0px!important;
}
.copy-right span{
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04rem;
  margin-left: 6px;
}


/************* About Us ***********/

.abt-banner{
  width: 100%;
  height: 180px;
  background-image: url('../images/abt-banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bc-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 28, 71, 0.5);
  z-index: 0;
}
.bc-cont{
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;

}
.bc-cont h3{
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04rem;
}
.bc-cont p{
  color: #fff;
}
.bc-cont p a:first-child{
  color: var(--primary);
}
.bc-cont p a{
  color: #fff;
}
.abt-sec{
  padding: 50px 0px;
}
.abt-sec h2{
  font-weight: bold;
}
.vis-mis-sec{
  width: 100%;
  min-height: 450px;
  padding: 2rem 0rem;
  background-image: url('../images/abt-vis-ban.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.vis-bx{
  height: 100%;
  background-color: rgba(0, 28, 71, 0.8);
  padding: 1.2rem;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.vis-bx p{
  color: #fff;
}
.vis-bx h3{
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: var(--primary);
}
.mis-bx{
  height: 100%;
  background-color: rgba(0, 28, 71, 0.8);
  padding: 1.2rem;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.mis-bx p{
  color: #fff;
}
.mis-bx h3{
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: var(--primary);
}
.cust-care{
  width: 100%;
  height: auto;
  padding: 3rem 0rem;
  background-color: #f0f6fa;
}
.cust-care h3{
  font-weight: bold;
}


/************* Product **********/
.prod-sec{
  padding: 80px 0px;
}
.product-cat-head{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
 
}
.cat-name h3{
  font-weight: bold;
  margin-bottom: 5px;
}
.cat-view-all a{
  color: var(--primary-font);
  font-weight: 600;
}
.pcat-mt{
  margin-top: 80px!important;
}
.prod-sec hr{
    width: 100%;
    height: 1px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 5px;
}
.cat-bx{
   width: 100%;
   height: auto;
   cursor: pointer;
}
.cat-title{
  width: 100%;
  min-height: 50px;
  background-color: var(--secondary);
  text-align: center;
  padding: 0.8rem;
  color: #fff;
}
.prod-det-img-bx{
  width: 100%;
  height: auto;
  padding: 3rem 0rem;
}
.prod-det-cont-bx h4{
  font-weight: 600;
  letter-spacing: 0.04rem;
}
.brand-tit span{
  color: var(--primary);
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
.cont-text h5{
  color: #000;
}
.qt-bx{
  width: 100%;
  min-height: 350px;
  background-color: var(--secondary);
  color: #fff;
  padding: 1.5rem 1rem;
}
.qt-bx label{
  color: #d8d8d8;
}
.qt-bx h4{
  color: var(--primary);
}
.qt-btn{
  width: 100%;
  min-height: 50px;
  border: 0;
  text-align: center;
  color: #fff;
  background-color: var(--primary);
}
.page-item.active .page-link{
  background-color: var(--secondary);
  border-color: var(--secondary);
}


/************* Project **********/
.proect-sec{
  padding: 40px 0px;
}
.proj-bx{
  width: 100%;
  height: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.proj-bx figure{
  overflow: hidden;
}
.proj-bx:hover{
  transform: translateY(-5px);
  cursor: pointer;
  background-color: var(--secondary);

}
.proj-bx:hover .proj-bx-cont p{
  color: #ffff;
}
.proj-bx:hover .proj-bx-cont h4{
  color: var(--primary);
}

.proj-bx h4{
  color: 
  var(--secondary);
  font-weight: 600;
}
.proj-bx-cont{
  padding: 1rem 0.8rem;
}


/************* Contact **********/
.contact-sec{
  padding: 60px 0px;
}
.contact-sec h3{
  padding-left: 12px;
}
.contact-sec a{
  color: var(--primary-font);
}
.msend{
  background-color: var(--primary);
  padding: 0.8rem 2.5rem;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.msend:hover{
  color: #fff;
  transform: translateY(-2px);
}
.add-bx{
  width: 70%;
  margin: 0px auto;
  min-height: 180px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1.5rem 1rem;
  margin-bottom: 30px;
}
.add-bx h5{
  font-weight: 600;
  letter-spacing: 0.02rem;
  color: var(--primary);
  margin-bottom: 8px;
}

.inner-ad-bx-wr{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.inner-ad-bx-wr img{
  margin-right: 2%;
}
.career-sec{
  width: 100%;
  height: auto;
  padding: 50px 0px;
}
.career-sec h3 span{
  color: var(--primary);
}
.career-cont-bx{
  width: 90%;
  height: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1.3rem 1rem;
}


/************* Certifications *************/

.certi-sec{
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.certi-sec h2{
  width: 100%;
  color: var(--primary);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.head-cont{
display: flex !important;
align-items: center;
justify-content:center;
}
.quote-button{
	display: inline-block !important;
    padding: 0.5rem 0.8rem !important;
    background-color: var(--secondary) !important;
    color: #fff !important;
    border-radius: 40px !important;
    margin-top: 10px !important;
    transition: all 0.3s ease-in-out !important; 
    cursor: pointer !important;
    font-size: 0.9rem !important ;
    border-radius: 40px !important;
	}
	.top-contact-id .head-cont a{
	display: flex !important;
align-items: center;
justify-content: center;
}

/* 07-09-23 */
.entry-header{
	margin-top:32px !important;
	font-size:12px !important;
}