:root {
  --black-color: #000;
  --white-color: #ffffff;
  --link-color: #185EEB;
  --brand-primary-color: #000;
  --brand-second-color: #e12025;
  --gray-color: #616161;
  --text-color: #000;
  --primary-font: "Poppins", sans-serif;
}
html > body {
  padding: 0px;
  margin: 0px;
  font-family: var(--primary-font);
  font-weight: 400;
  scroll-behavior: smooth;
  font-size: 13px;
	height: 100%;
}
 body {
      display: flex;
      flex-direction: column;
      min-height: 100vh; /* full height of viewport */
    }
hr {
    margin: 25px 0;
    color: inherit;
    background-color: #d9d9d9;
    border: 0;
    opacity: 1;
}
.mainwrapper {
  width: 100%;
  padding: 0px;
  margin: 0px auto;
}
main {
      flex: 1; /* pushes footer down if content is small */
     
    }
/*Margins and Alignments*/
.right-mob-left {
  text-align: right !important;
}
.right-mob-center {
  text-align: right;
}
.left-mob-center {
  text-align: left;
}
.left-mob-right {
  text-align: left;
}
.center-mob-left {
  text-align: center;
}
.center-mob-right {
  text-align: center;
}
.right-mobtab-left {
  text-align: right;
}
.topmargin5 {
  margin-top: 5px;
}
.topmargin10 {
  margin-top: 10px;
}
.topmargin15 {
  margin-top: 15px;
}
.topmargin20 {
  margin-top: 20px;
}
.topmargin25 {
  margin-top: 25px;
}
.topmargin30 {
  margin-top: 30px;
}
.topmargin40 {
  margin-top: 40px;
}
.topmargin50 {
  margin-top: 50px;
}
.topmargin60 {
  margin-top: 60px;
}
.topmargin70 {
  margin-top: 70px;
}
.rowmargindesk70 {
  margin-top: 70px;
}
.rowmargindesk30 {
  margin-top: 30px;
}
.rowmargindesk20 {
  margin-top: 20px;
}
.rowmargindesk10 {
  margin-top: 10px;
}
.rowmargintabdesk30 {
  margin-top: 30px;
}
.rowmargintabdesk20 {
  margin-top: 20px;
}
.rowmargintabdesk10 {
  margin-top: 10px;
}
.nopaddingarea {
  padding: 0px 15px;
}
.nopadding {
  padding: 0px;
}
.nopaddingarea1 {
  padding: 0px 14px;
}
.nopadding1 {
  padding: 1px;
}
.nopadding2 {
  padding: 0px 2px 4px 2px;
}
.padding5pxarea {
  padding: 0px 7px;
}
.padding5px {
  padding: 0px 5px;
}
.hidedesktab {
  display: none !important;
}
.hidemob {
  display: inline-block;
}

/****************************************************************************************************
Topband start here
****************************************************************************************************/

.topband {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  background: #fff;
  padding: 10px 0px;
}
.topband.active {
  background: #fff;
  padding: 10px 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.logo {
  margin: 0;
}
.logo img {
  height: 110px;
}
.topphoneemailarea {
  text-align: right;
}
.topphoneemailarea ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.topphoneemailarea ul li {
  background: #000;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  list-style-type: none;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px;
  display: inline-block;
  text-align: center;
}
.topphoneemailarea ul li:first-child {
  background: #e12025;
  margin: 0px 0px 0px 0px;
}
.topphoneemailarea ul li a {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  line-height: 38px;
  display: block;
}
.menuarea {
  margin: 0px;
  text-align: right;
}


/****************************************************************************************************
Other Css start here
****************************************************************************************************/
.maincontarea {
  margin-top: 130px;
}
.aboutusarea {
  padding: 60px 0px;
}
.mainheading {
  padding: 0px;
}
.mainheading h2 {
  font-size: 30px;
  color: var(--brand-primary-color);
  line-height: 34px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}
.mainheading h2 span {
  font-size: 14px;
  color: var(--brand-second-color);
  line-height: 18px;
  font-weight: 400;
}
.divider {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto 10px auto;
      width: 100%;
          text-align: center;
    }

    .divider-line {
      flex: 1;
      height: 1px;
      background-color: rgb(132, 132, 132);
    }

    .divider-text {
      margin: 0 0px;
      display: flex;
      align-items: center;
      white-space: nowrap;
    }
    .divider-text h2 {
      margin: 0 0px;
      font-size: 30px;
      color: #21252B;
      font-weight: 500;
    }

    .divider-text::before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: red;
      border-radius: 50%;
      margin: 0px 10px 0px 0px;
    }
    .divider-text::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: red;
      border-radius: 50%;
      margin: 0px 0px 0px 10px;
    }
    .divider2 {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto 10px auto;
      width: 100%;
    }

    .divider2-line {
      flex: 1;
      height: 1px;
      background-color: rgb(132, 132, 132);
    }

    .divider2-text {
      margin: 0 0px;
      font-size: 30px;
      font-weight: 500;
      display: flex;
      align-items: center;
      white-space: nowrap;
    }

    .divider2-text::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: red;
      border-radius: 50%;
      margin: 0px 0px 0px 10px;
    }
.mainheading h3 {
  font-size: 30px;
  color: var(--brand-primary-color);
  line-height: 30px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}
.mainheading h4 {
  font-size: 30px;
  color: #000;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
.mainheading h5 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}
.mainheading h6 {
  font-size: 14px;
  color: #ff646e;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.infotxt {
	font-size:14px;
	color: var(--brand-primary-color);
	line-height:22px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.infotxttag {
	font-size:20px;
	color: var(--brand-primary-color);
	line-height:22px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.infotxttag2 {
	font-size:20px;
	color: #474747;
	line-height:22px;
  font-weight: 500;
  letter-spacing: -0.001em;
}
.infotxt a {
	color: var(--text-color);
	text-decoration: none;
}
.infotxt a:hover {
	color: var(--brand-second-color);
	text-decoration: none;
}
.infotxt ul {
	margin: 15px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
}
.infotxt ul li {
	list-style-type: disc;
	margin: 5px 0px;
	padding: 0px 0px;
	line-height: 16px;
}
.infotxtbold {
	font-size:14px;
	color: var(--brand-primary-color);
	line-height:22px;
  font-weight: 600;
}
.productsarea {
  /* background: url(../img/productbg.jpg) no-repeat center center;
  background-size: cover; */
  background-color: #e9e9e9;
  padding: 60px 0px;
}
.productboxarea {
  position: relative;
}
.productboxarea a {
  outline: none;
  text-decoration: none;
}
.productbox {
  background: #fff;
  border: solid 1px #fff;
  padding: 0px 10px 25px 10px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  transition: 0.3s;
  text-align: center;
}
.productbox:hover {
  border: solid 1px var(--brand-second-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.productbox h5 {
  font-size: 18px;
  color: var(--brand-primary-color);
  line-height: 22px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
.productboxbtn {
  width: 40px;
  height: 40px;
  border-radius:100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: normal;
  border: solid 0px #000;
  background: var(--brand-second-color);
  transition:0.4s;
}
.productbox:hover h5 {
  color: #000;
  text-decoration: none;
}
.productboximg {
  background: url(../img/noimage.png) no-repeat center center #fff;
  width: 100%;
}
.productboximg img {
  width: 100%;
}
.bottomsecarea {
  padding: 50px 0px;
}
.madeforworkarea {
  margin-top: 30px;
  margin-bottom: 50px;
}
.madeforworkarea ul{
  text-align: center !important;
  width: auto !important;
  margin: 0px auto !important;
}
.madeforworkarea ul li{
  width: 170px;
  display: inline-block;
  padding-left: 0;
}
.madeforworktabcontarea {
background: #000000;
background: linear-gradient(0deg, rgb(46, 46, 46) 0%, rgba(0, 0, 0, 1) 100%);
  border-radius: 10px;
  padding: 40px 40px;
  margin: 0px 3px;
}
.madeforworktabcontarea h4 {
  font-size: 22px;
  color: #ff646e;
  line-height: 23px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 18px;
}
.leftborder{
  border-left: 2px solid var(--brand-second-color);
  padding-left: 15px;
}
.madeforworktabtext {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
}
.madeforworktabtext2 {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
}
.madeforworktabtext3 {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
}
.madeforworktabtext2 span{
  font-size: 25px;
  color: #fff;
  line-height: 35px;
  font-weight: 300;
}
.madeforworktabtext span {
  font-weight: 600;
}
.madeforworktabtext4 {
  font-size: 22px;
  color: #000;
  line-height: 24px;
  font-weight: 600;
}
.industriesbox {
  margin-bottom: 25px;
  position: relative;
}
.industriesboximg {
  background: url(../img/noimage.png) no-repeat center center #f0f0f0;
  width: 100%;
  height: 180px;
}
.industriesboximg img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: 50% 50%;
}
.industriesboxcontarea {
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin-bottom: 10px;
}
.industriesboxcont {
  position: relative;
  width: 220px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 60px;
}
.industriesboxcont h6 {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}
.industriesboxcont::after {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  width: 0;
  height: 100%;
  border-left: 4px solid white;
  transform: skewX(42deg);
  transform-origin: top;
}
.industriesboxcont::before {
  content: "";
  position: absolute;
  top: 0;
  right: 54px;
  width: 0;
  height: 100%;
  border-left: 5px solid red;
  transform: skewX(42deg);
  transform-origin: top;
}
.ouraccreditationarea {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: solid 1px #bdbdbe;
}



/****************************************************************************************************
Footer Css start here
****************************************************************************************************/

.footer {
  background: #000;
  padding-top: 40px;
}
.footer h6 {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.footerlogo {
  margin-top: 0px;
}
.footertext {
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
}
.footertext i {
  font-size: 14px;
}
.footertext a {
  color: #fff;
  text-decoration: none;
}
.footertext a:hover {
  color: var(--brand-second-color);
  text-decoration: none;
}
.footertext ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.footertext ul li {
  list-style-type: none;
  margin: 0px 0px;
  padding: 0px 0px 7px 0px; 
}
.footermenuarea {
  border-left: solid 1px #505050;
  border-right: solid 1px #505050;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 120px;
}
.socilaicons {
  font-size: 35px;
  color: #fff;
  line-height: 35px;
}
.socilaicons a {
  color: #fff;
  text-decoration: none;
}
.socilaicons a:hover {
  color: var(--brand-second-color);
  text-decoration: none;
}
.socilaicons ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.socilaicons ul li {
  list-style-type: none;
  margin: 0px 5px 0px 0px;
  padding: 0px 0px;
  display: inline-block;
}
.copyrightarea {
  margin-top: 30px;
  padding: 20px 0px;
  border-top: solid 1px #505050;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  font-weight: 300;
}

/****************************************************************************************************
Inner page css start here
****************************************************************************************************/

.innercollage {
  position: relative;
  width: 100%;
  padding: 37px 0px;
  background-color: #000;
	color: #fff;
}
.innercollage img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: 50% 50%;
}
.innercollageheading {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin-bottom: 25px;
}
.innercollageheading h1 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  margin-top: 10px;  
  margin-bottom: 0px;
}
.innercontarea {
  padding-top: 50px;
  padding-bottom: 50px;
}
.innerproductboxarea {
  position: relative;
  margin-bottom: 25px;
}
.innerproductboxarea a {
  outline: none;
  text-decoration: none;
}
.innerproductbox {
  background: #fff;
  border: solid 1px #dedede;
  padding: 0px 10px 25px 10px;
  border-radius: 10px;
  transition: 0.3s;
  text-align: center;
}
.innerproductbox:hover {
  border: solid 1px var(--brand-second-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.innerproductbox h5 {
  font-size: 18px;
  color: var(--brand-primary-color);
  line-height: 22px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
}
.innerproductbox:hover h5 {
  color: #000;
  text-decoration: none;
}
.innerproductboximg {
  background: url(../img/noimage.png) no-repeat center center #fff;
  width: 100%;
  padding: 0px 40px;
}
.innerproductboximg img {
  width: 100%;
}
.backtext {
	font-size:14px;
	color: var(--brand-primary-color);
	line-height:22px;
  font-weight: 500;
}
.backtext a {
	color: var(--text-color);
	text-decoration: none;
}
.backtext a:hover {
	color: var(--brand-second-color);
	text-decoration: none;
}
.productdetimgbox {
  border: solid 1px #dedede;
  border-radius: 10px;
  padding: 10px 10px;
  text-align: center;
  position: relative;
}
.zoomicon {
  position: absolute;
  right: 0;
  margin-right: 10px;
  font-size: 20px;
  color: #000;
}
.prodcutinfotext {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: var(--brand-primary-color);
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 2px;
}
.prodcutinfotext .item1 {
  width: 60px;
}
.productfeaturesarea {
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  padding-top: 25px;
  margin-top: 40px;
}
.productfeaturesbox {
  margin-bottom: 20px;
  text-align:  center;
}
.productfeaturestext {
  font-size: 14px;
  color: var(--brand-primary-color);
  line-height: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.aboutustext {
  font-size: 17px;
  color: var(--brand-primary-color);
  line-height: 26px;
  font-weight: 400;
}
.aboutustext span {
  font-weight: 500;
}
.founderbox {
  background: #000000;
background: linear-gradient(0deg, rgb(46, 46, 46) 0%, rgba(0, 0, 0, 1) 100%);
  border-radius: 10px;
  padding: 40px 40px 40px 40px;
}
.foundername {
  font-size: 30px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  font-family: "Hurricane", cursive;
}
.whychoosebox {
  background: url(../img/whychoose.png) no-repeat top 15px right 15px #e8e8e8;
 /* background: linear-gradient(45deg, rgba(213, 213, 213, 1) 0%, rgba(250, 250, 250, 1) 100%); */
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 25px;
  min-height: 206px;
  position: relative;
}
.whychoosebox:before, .whychoosebox:after
    {
      position: absolute;
      z-index: -1;
      content: "";
      bottom: 42px;
    left: 10px;
    width: 50%;
    top: 32%;
      -webkit-box-shadow: 0 35px 20px #cacaca;
      -moz-box-shadow: 0 35px 20px #cacaca;
      box-shadow: 0 35px 20px #cacaca  ;
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    .whychoosebox:after
    {
      -webkit-transform: rotate(10deg);
      -moz-transform: rotate(10deg);
      -o-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
      right: 10px;
      left: auto;
    }
.whychoosebox h5 {
  font-size: 20px;
  color: var(--brand-primary-color);
  line-height: 22px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
.setsuspartbox {
    background: url(../img/setapart.png) no-repeat top 15px right 15px #e8e8e8;
/* background: linear-gradient(45deg, rgba(213, 213, 213, 1) 0%, rgba(250, 250, 250, 1) 100%); */
  border-radius: 10px;
  padding: 30px 30px;
  min-height: 206px;
  position: relative;
}
.setsuspartbox:before, .setsuspartbox:after
    {
      position: absolute;
      z-index: -1;
      content: "";
      bottom: 42px;
    left: 10px;
    width: 50%;
    top: 32%;
      -webkit-box-shadow: 0 35px 20px #cacaca;
      -moz-box-shadow: 0 35px 20px #cacaca;
      box-shadow: 0 35px 20px #cacaca  ;
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    .setsuspartbox:after
    {
      -webkit-transform: rotate(10deg);
      -moz-transform: rotate(10deg);
      -o-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
      right: 10px;
      left: auto;
    }
.setsuspartbox h5 {
  font-size: 20px;
  color: var(--brand-primary-color);
  line-height: 22px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
.textred14med {
  font-size: 14px;
  color: var(--brand-second-color);
  line-height: 22px;
  font-weight: 500;
}
.textred22med {
  font-size: 22px;
  color: var(--brand-second-color);
  line-height: 26px;
  font-weight: 500;
  font-family: "Lora", serif;
  font-style: italic;
}


.contactarea {
  padding-top: 50px;
}
.contactcontbox {
  margin-right: -50px;
  z-index: 1;
  position: relative;
  background: #000;
  border-radius: 10px;
  padding: 25px 30px;
}
.contactcontboxline {
  border-right: solid 1px #505050;
  padding-right: 30px;
}
.textwhite14 {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
}
.textwhite14 i {
  font-size: 16px;
}
.textwhite14 a {
  color: #fff;
  text-decoration: none;
}
.textwhite14 a:hover {
  color: var(--brand-second-color);
  text-decoration: none;
}
.textwhite14 span{
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-weight: 600;
}
.enquiryformbox {
  background: #fff;
  padding: 30px 30px 30px 80px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  border: solid 0px #dedede;
}
.map iframe{
	border-radius: 7px;
}


/****************************************************************************************************
Bootsrap css start here
****************************************************************************************************/

.nav-tab1 {
  border-bottom: 0px solid #dee2e6;
  background: #fff;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  border-radius: 12px 12px 0px 0px;
}
.nav-link1 {
  background: #5d6362;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 30px;
  margin: 0px 3px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: 0.4s;
}
.nav-tabs1 .nav-link1 {
    border-top: 3px solid #5d6362;
}
.nav-tabs1 .nav-link1:focus,
.nav-tabs1 .nav-link1:hover {
  background: #000;
  border-top: 3px solid #000;
  color: #fff;
}
.nav-tabs1 .nav-item1.show .nav-link1,
.nav-tabs1 .nav-link1.active {
  background: #000;
  border: none;
  color: #fff;
  border-top: 3px solid var(--brand-second-color);
}
.tab-content1 {
  margin-top: 0px;
}
.tab-content1 > .tab-pane {
    display: none;
}
.tab-content1 > .active {
    display: block;
}

/****************************************************************************************************
Custom Table css start here
****************************************************************************************************/
.table-list th {
  border-top: solid 1px #C9CBD2;
	border-bottom: 1px solid #C9CBD2 !important;
  border-right: 1px solid #C9CBD2 !important;
	padding: 10px 10px 10px 10px !important;
	font-size: 13px;
  color: var(--text-color);
	font-weight: 600;
  line-height: 18px;
  vertical-align: middle;
}
.table-list th span {
  font-size: 12px;
  color: var(--gray-color);
	font-weight: 400;	
}
.table-list th:first-child{
	border-top: solid 1px #C9CBD2;
  border-bottom: 1px solid #C9CBD2 !important;
  padding: 10px 10px 10px 0px !important;
  border-left: none;
}
.table-list th:last-child{
  border-top: solid 1px #C9CBD2;
  border-bottom: 1px solid #C9CBD2 !important;
	border-right: none !important;
}
.table-list td {
	padding: 10px 10px;
	color: var(--text-color);
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px solid #C9CBD2 !important;
  line-height: 16px;
  vertical-align: middle;
}
.table-list td:first-child{
  padding: 10px 10px 10px 0px !important;
	border-top: 0px solid #C9CBD2 !important;
  border-left: none;
}
.table-list td:last-child{
  border-right: none;
}
.table-list td a {
	color: var(--link-color);
	text-decoration: none;
}
.table-list th:last-child .colspanborder {
  border-top: solid 1px #C9CBD2;
  border-bottom: 1px solid #C9CBD2 !important;
}

.aboutlinearea {
  padding: 0px;
}
.aboutlineline {
  list-style: none; 
  padding-left: 10px;
  position: relative;
}
.aboutlineline::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E2E2E2;
}
.aboutlineline:first-child::before {
  top: 5px;
}
.aboutlinecircle {
  position: relative;
  padding-left: 10px;
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 17px;
}
.aboutlinecircle::after {
  content: '';
  position: absolute;
  left: -9px;
  top: 10px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #e12025;
}
.aboutlinecontarea {
  margin-bottom: 50px;
}
.card {
	position: relative;
	height: 380px;
	background: #fff;
    border: solid 1px #dedede;
    padding: 0px 10px 25px 0px;
    border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
  margin-bottom: 30px;
}
.card2 {
	position: relative;
	height: 380px;
	background: #fff;
    border: solid 1px #dedede;
    padding: 90px 10px 25px 0px;
    border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
  margin-bottom: 30px;
}

.intro {
	position: absolute;
	height: 60px;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    padding: 7px 9px;
	color: #fff;
	background-color: rgba(225, 32, 37, .9);
	transition: .4s ease-in-out;
}

.card:hover .intro {
	height: 140px;
	bottom: 0;
	background-color: rgba(0, 0, 0, .9);
  color: #fff;
}

.card:hover .text-p {
	opacity: 1;
	visibility: visible;
}
.text-h1 {
	margin: 10px 10px 0px 10px;
	font-size: 22px;
}

.text-p {
	font-size: 14px;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
}
.abouttext {
  font-size: 22px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 18px;
}
.abtpointers{
  font-size: 18px;
  color: var(--brand-primary-color);
  margin: 20px 0px;
}
.abtpointimg{
  background-color: #dedede;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 10px;
}
.abtpointimg img{
  padding-top: 15px;
}
.hidden-lg{
  display: none !important;
}

/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media (max-width: 1920px) {}
@media (max-width: 1600px) {
  

}

@media (max-width: 1080px) {
  
.innercollage {
  
}
.innercollage img {
  height: 350px;
}  
.innerproductboximg {
  padding: 0px 20px;
}
.whychoosebox {
  min-height: 209px;
}
.setsuspartbox {
  min-height: 209px;
}

}

@media (max-width: 992px) {
.rowmargintabmob40 {
  margin-top: 40px;
}
.rowmargintabmob30 {
  margin-top: 30px;
}
.rowmargintabmob20 {
  margin-top: 20px;
}
.rowmargintabmob15 {
  margin-top: 15px;
}
.rowmargintabmob10 {
  margin-top: 10px;
}
.rowmargindesk70 {
  margin-top: 0px;
}
.rowmargindesk30 {
  margin-top: 0px;
}
.rowmargindesk20 {
  margin-top: 0px;
}
.rowmargindesk10 {
  margin-top: 0px;
}
.rowmargintabdesk30 {
  margin-top: 30px;
}
.rowmargintabdesk20 {
  margin-top: 20px;
}
.rowmargintabdesk10 {
  margin-top: 10px;
}
.logo img {
  height: 80px;
}
.socilaicons ul li {
  margin: 0px 0px 0px 0px;
}
.maincontarea {
  margin-top: 100px;
}
.innerproductboximg {
  padding: 0px 0px;
}
.whychoosebox {
  margin-bottom: 0px;
  min-height: 230px;
}
.setsuspartbox {
  min-height: 230px;
}

.contactcontboxline {
  border-right: none;
  border-bottom: solid 1px #505050;
  padding-right: 0px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}



}

@media (max-width: 576px) {
.rowmargin40 {
  margin-top: 40px;
}
.rowmargin30 {
  margin-top: 30px;
}
.rowmargin20 {
  margin-top: 20px;
}
.rowmargin15 {
  margin-top: 15px;
}
.rowmargin10 {
  margin-top: 10px;
}
.rowmargin5 {
  margin-top: 5px;
}
.right-mob-left {
  text-align: left !important;
}
.right-mob-center {
  text-align: center;
}
.left-mob-center {
  text-align: center;
}
.left-mob-right {
  text-align: right;
}
.center-mob-left {
  text-align: left;
}
.center-mob-right {
  text-align: right;
}
.hidedesktab {
  display: block !important;
}
.hidemob {
  display: none;
}
.logo img {
  height: 50px;
}
.topphoneemailarea {
  margin-right: 35px;
}
.topphoneemailarea ul li {
  width: 32px;
  height: 32px;
}
.topphoneemailarea ul li a {
  font-size: 15px;
  line-height: 32px;
}
.maincontarea {
  margin-top: 70px;
}
.aboutusarea {
  padding: 40px 0px;
}
.madeforworktabcontarea {
  padding: 20px 20px;
}
.footermenuarea {
  border-left: solid 0px #505050;
  border-right: solid 0px #505050;
  border-top: solid 1px #505050;
  border-bottom: solid 1px #505050;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: auto;
}
.socilaicons ul li {
  margin: 0px 5px 0px 0px;
}
.innercollage {
  
}
.innercollage img {
  height: 200px;
} 
.innercollageheading {
  margin-bottom: 10px;
}
.innerproductboximg {
  padding: 0px 20px;
}
.founderbox {
  padding: 20px 20px 20px 20px;
}
.whychoosebox {
  margin-bottom: 25px;
  min-height: auto;
}
.setsuspartbox {
  min-height: auto;
}
.contactcontbox {
  margin-right: 0px;
  margin-bottom: 30px;
}
.enquiryformbox {
  padding: 30px 30px 30px 30px;
}


.madeforworkarea ul{
  padding-left: 0 !important;
}
.madeforworkarea li{
  width: auto !important;
  padding-left: 0 !important;
}


.aboutlineline {
  list-style: none;
  padding-left: 0px;
  position: relative;
}
.aboutlinecircle {
    position: relative;
    padding: 4px 12px 5px 12px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.aboutlinecircle::after {
    display: none;
}
.hidden-xs{
  display: none !important ;
}
.whychoosebox {
    background: url(../img/whychoosemob.png) no-repeat top 10px right 10px #e8e8e8;
}
.setsuspartbox {
    background: url(../img/setapartmob.png) no-repeat top 10px right 10px #e8e8e8;
}
.card2 {
	height: auto;
	background: #fff;
    padding: 40px 10px 40px 10px;
  margin-bottom: 30px;
}
.hidden-lg{
  display: block !important;
}
}


@media (max-width: 480px) {

.madeforworktabcontarea {
  margin: 0px 2px;
} 
.nav-link1 {
  padding: 10px 26px !important;
  font-size: 14px;
  margin: 0px 2px;
}

}


.text-wrapper {
      font-size: 16px;
      font-weight: 400;
    }

    .text-wrapper span {
      font-weight: bold;
      display: inline-block;
      position: relative;
      height: 18px;
      overflow: hidden;
    }

    .text-wrapper span b {
      display: block;
      animation: slide 10s infinite;
		text-align: left;
    }

    @keyframes slide {
      0% { transform: translateY(0); }
      20% { transform: translateY(-100%); }
      40% { transform: translateY(-200%); }
      60% { transform: translateY(-300%); }
      80% { transform: translateY(-400%); }
      100% { transform: translateY(0); }
    }