@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

/* font-family: "Poppins", sans-serif;
font-family: 'Rubik', sans-serif; */

/* --------------------------
Default Code 
-----------------------------*/
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  background-color: #fff !important;
}

.bullet {
	width: 100%;
	margin-top: 0%;
}

.bullet ul {
	list-style-image: url(../images/bullet.png);
  margin-left: 1%;
}

.bullet ul li {
	margin: 0% 2% 0.1% 2%;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 160%;
  text-align: justify;
}


.col_sm1 {
  width: 100%;
}

.col_sm2 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm2_1 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm2_2 {
  width: 50%;
  float: left;
  margin: 0%;
}

.col_sm2_3 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm3 {
  width: 31%;
  float: left;
  margin: 1%;
}

.col_sm4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.col_sm44 {
  width: 28%;
  margin: 1%;
  float: left;
}

.col_sm8 {
  width: 44%;
  float: right;
  margin: 1%;
}

.col_sm88 {
  width: 50%;
  float: left;
  margin: 1%;
  padding: 0 2%;
}


.col_sm888 {
  width: 63%;
  float: left;
  margin: 1%;
}

.col_sm8888 {
  width: 33%;
  float: left;
  margin: 1%;
}

.col_sm9 {
  width: 8%;
  float: left;
  margin: 0%;
}

.col_sm99 {
  width: 88%;
  float: right;
  margin: 0%;
}

.col_sm10 {
  width: 33%;
  float: left;
  margin: 1%;
}

.col_sm100 {
  width: 63%;
  float: left;
  margin: 1%;
}

.col_sm111 {
  width: 38%;
  float: left;
  margin: 1%;
  padding: 0 2%;
}


.col_sm11 {
  width: 38%;
  float: right;
  margin: 1%;
  padding: 0 2%;
}


.clear {
  clear: both;
}

.top {
  width: 85%;
  margin: 0 auto;
  max-width: 1600px;
}

.top2 {
  width: 85%;
  margin: 0 auto;
  max-width: 1600px;
}

.top3 {
  width: 85%;
  margin: 0 auto;
}

.logo {
  width: 150px;
  float: left;
  margin: 0.45% 0%;
}

.navbarrr {
  width: fit-content;
  float: right;
  margin: 0% 0%;
}

.fix_nav {
  position: relative;
  z-index: 9999;
  background: #ffffff;
  border-bottom: 3px solid #e21515;
}

.img {
  width: 100%;
  display: block;
}

.logo_img {
  width: 100%;
}

.bg_clr1 {
  background-color: #ffffff;
}

.bg_clr2 {
  background-color: #f6f6f6;
}

.footer-icon {
  text-align: center;
  margin-top: -23%;
}

.hero1 {
  background: url(../images/testimonial-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 0%;
  position: relative;
}

.hero1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #132c53, #551015e0);
}

.hero2 {
  background: url(../images/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0% 0%;
}

.hero3 {
  background: url(../images/img1-bottom-aero1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8% 3%;
  position: relative;
}

.hero3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #132c53, #551015e0);
}

.hero4 {
  background: url(../images/img2-bottom-aero1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8% 3%;
  position: relative;
}

.hero4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #132c53, #551015e0);
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
  text-decoration: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.whatsapp-icon {
  margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
  width: 45px;
  height: 45px;
  position: fixed;
  display: flex;
  right: 1%;
  bottom: 2.5%;
  transition-duration: 1s;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  z-index: 9999;
  background-color: #e21515;
  box-shadow: 0 0 20px 5px rgba(229, 21, 21, 0.3);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.top_arrow:hover {
  background-color: #ac0505;
}

.flickity-slider>.slide {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.flickity-slider>.slide.is-selected {
  opacity: 1;
}

/*------------------------------------------
footer
------------------------------------------*/

.ftr2 h3 {
  font-size: 22px !important;
  margin-bottom: 15px !important;
  padding-top: 7px !important;
  font-weight: 600 !important;
  font-family: "Rubik", sans-serif;
  color: #ffffff !important;
}

.ftr p {
  font-size: 15px;
  line-height: 140%;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-top: 15px;
  text-align: justify;
}

.ftr2 p {
  font-size: 15px;
  line-height: 140%;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-top: 15px;
  text-align: justify;
}

.ftr_btn h3 {
  font-size: 20px !important;
  margin-bottom: 0px !important;
  padding-top: 7px !important;
  font-weight: 600 !important;
  font-family: "Rubik", sans-serif;
  color: #613228 !important;
}

.ftr_btn p {
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin: 0 !important;
}

.ftr_btn a {
  color: #e21515;
  font-weight: 500;
}

.ftr_flex {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: fit-content;
  margin-top: 15px;
}

.ftr_flex a {
  font-size: 18px;
  color: #838896;
  transition: all 0.3s linear;
}

.ftr_flex a i {
  font-size: 16px;
  background-color: #d9d9d9;
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  transition: all 0.2s linear;
}

.ftr_flex a i:hover {
  background: #e21515;
  color: #ffff;
  box-shadow: 0 0 20px 5px rgb(229 21 21 / 30%);
}

.ftr2 ul {
  margin-left: 0px;
  padding: 0;
}

.ftr2 ul li {
  list-style: none;
}

.ftr2 a {
  font-family: "Rubik", sans-serif;
  color: #fff;
  text-decoration: none;
  line-height: 180%;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 7px;
  display: inline-block;
  transition: all 0.3s linear;
}

.ftr2 a:hover {
  font-weight: 500;
  transform: translateX(6px);
  color: #ff0000;
}

.ftr_right {
  text-align: right;
}

.fa-brands {
  font-size: 14px;
}

.fa-whatsapp {
  font-size: 35px;
}

.footer-align {
  padding-left: 4%;
}

.footer2_brd {
  border-top: 1px solid rgba(131, 136, 150, 0.3);
}

.con {
  color: #e21515;
}

/*------------------------------------------
Main Code 
------------------------------------------*/

.contact-info:last-child {
  border-bottom: transparent;
  margin: 0;
  padding: 0;
}

.contact-info {
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
}

.contact-info h2 {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  margin: 0% 0% 1%;
}

.contact-info p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 140%;
  margin: 0%;
}

.contact-info p a {
  color: #000;
  transition: all 0.3s linear;
  transform: translateX(0px);
  display: inline-block;
}

.contact-info p a:hover {
  font-weight: 500;
  transform: translateX(6px);
  color: #ff0000;
}

.contact_txt h3 {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #e21515;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0% 0% 0% !important;
}

.contact_txt h2 {
  font-family: "Rubik", sans-serif;
  font-size: 34px;
  font-weight: 200;
  color: #000;
  text-align: left;
  margin: 0% !important;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: -1px;
  word-spacing: 3px;
  z-index: 9;
  position: relative;
}

.contact-details {
  margin-top: 20px;
}

.form-container {
  background: #fff;
  padding: 30px;
  max-width: 800px;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
  color: #000;
  text-align: left;
  border-bottom: 1px solid #444444;
  padding-bottom: 10px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}

.form-container h2::after {
  content: "";
  position: absolute;
  bottom: -2.2px;
  left: 0;
  width: 55px;
  height: 3px;
  background-color: #e21515;
  z-index: 999;
  animation: moveleft 2s ease-in-out 0.5s infinite alternate;
}

@keyframes moveleft {
  0% {
    left: 0%;
  }

  100% {
    left: calc(100% - 55px);
  }
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
  width: 100%;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 18px 10px 10px 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  background: none;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-group textarea {
  resize: none;
  height: 120px;
}

.form-group label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 5px;
  color: #999;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-group:nth-child(5) label {
  top: 10%;
  left: 12px;
  transform: translateY(-0%);
  background: #fff;
  padding: 0 5px;
  color: #999;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #ff0000;
  /* box-shadow: 0 0 8px rgba(255, 124, 0, 0.4); */
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label {
  top: 0;
  transform: translateY(-50%);
  background: #fff;
  color: #434343;
  font-size: 12px;
}

.submit-btn {
  background: #434343;
  color: #fff;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

.submit-btn:hover {
  background: #e56b00;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
  .form-container {
    padding: 20px;
  }

  .form-container h2 {
    font-size: 20px;
  }

  .submit-btn {
    font-size: 14px;
    padding: 12px 16px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 14px;
    padding: 16px 8px 8px 8px;
  }

  .form-group label {
    font-size: 14px;
  }

  .form-group input:focus+label,
  .form-group input:not(:placeholder-shown)+label,
  .form-group textarea:focus+label,
  .form-group textarea:not(:placeholder-shown)+label {
    font-size: 10px;
  }
}

.gallery-banner {
  position: relative;
}

.gallery-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.small_content3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.small_content3 h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.gallery-text a {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 140%;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.gallery-text a:hover {
  color: #e21515;
}

.small_content3 hr {
  width: 69px;
  margin: 0;
  color: #000;
  background: #000;
  opacity: 1;
  border: 0;
  border-top: 1px solid;
  height: 0px;
  margin: 4px 11px 0;
}

.gallery-text h2 {
  font-family: "Rubik", sans-serif;
  font-size: 60px;
  line-height: 140%;
  font-weight: 400;
  padding: 0 !important;
  color: #000;
  text-align: center;
}

.module-title2 {
  text-align: center;
  position: relative;
  margin-bottom: 17px;
}

.module-title2:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 9px;
  width: 50%;
  border-top: 1px solid #21252c;
  border-bottom: 1px solid #21252c;
}

.module-title2 h2 {
  background: #14151b;
  color: #ffffff;
}

.module-title2 h2 {
   /*margin: 0 auto; */
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  z-index: 2;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #181b23;
  line-height: 62px;
  padding: 0px 63px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  box-shadow: inset 0 3px 0 0 #e1e1e1, inset 0 -3px 0 0 #e1e1e1;
}

.module-title2 h2:before,
.module-title2 h2:after {
  background: #14151b;
}

.module-title2 h2:before,
.module-title2 h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  background: #ffffff;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -63px;
  margin: auto 0;
  border: 4px solid #21252c;
  transform: rotate(45deg) skew(26deg, 26deg);
}

.module-title2 h2 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  color: #000000;
}

.module-title2 h2 span:before {
  content: "\f005";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.module-title2 h2 span:after {
  content: "\f005";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.common-home .module-title2 h2:before,
.common-home .module-title2 h2:after {
  background: #14151b;
}

.module-title2 h2:after {
  left: auto !important;
  right: -63px;
}

.module-title2 h2:before,
.module-title2 h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  background: #f6f6f6;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -63px;
  margin: auto 0;
  border: 4px solid #e1e1e1;
  transform: rotate(45deg) skew(26deg, 26deg);
}

.module-title2:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 70%;
  background: #21252c;
}

.certi {
  display: flex;
  gap: 16px;
}

.iso-certi {
  width: 37%;
  position: relative;
}

.link_certi {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  background-color: #e21515;
  scale: 0.4;
  font-size: 21px;
  color: #fff;
  opacity: 0;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.iso-certi:hover .link_certi {
  opacity: 1;
  scale: 0.87;
  border-radius: 10px;
}

.why_ul li {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: #000;
  margin: 5.5% 0%;
  line-height: 140%;
  font-weight: 400;
  transition: all 0.3s linear;
}

.why_ul li:hover {
  color: #e21515;
  transform: translateX(6px);
}

.why_ul {
  list-style: none;
  margin: 0% !important;
  padding: 0%;
}

.whychoose_txt {
  padding-left: 20px;
}

.whychoose_txt h3 {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #e21515;
  line-height: 140%;
  text-transform: uppercase;
  margin: 9% 0% 0% !important;
}

.whychoose_txt h2 {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0.5% 0% 1% !important;
}

.whychoose_txt1 h2 {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #ff0000;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0.5% 0% 1% !important;
}

.connect_flex {
  display: flex;
  width: fit-content;
  gap: 20px;
  margin: 2% auto 0%;
}

.connect_txt h3 {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #e21515;
  text-align: center;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0% !important;
}

.connect_txt h2 {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0.5% 0% 1% !important;
}

.connect_txt p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5a6069;
  text-align: center;
  line-height: 140%;
  margin: 0% !important;
}

.connect_txt2 h2 {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #e21515;
  text-align: center;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0.5% 0% 1% !important;
  z-index: 9;
  position: relative;
}

.connect_txt2 p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 140%;
  margin: 0% !important;
  z-index: 9;
  position: relative;
}

.footer_logo {
  width: 160px;
  display: block;
}

.testi_desc p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #bfbfbf;
  text-align: center;
  margin: 0% !important;
}

.testi_desc p span {
  color: #fff;
}

.testi_quate {
  font-size: 80px;
  color: #e21515;
}

.testi_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  gap: 40px;
}

.testi_profile {
  width: 112px;
  padding: 12px;
  margin: 0 auto;
  display: block;
}

.testi_profile>img {
  border-radius: 50%;
  box-shadow: 0 0 20px 5px rgba(229, 21, 21, 0.3);
  border: 5px solid #fff;
  background-color: #fff;
}

.pro_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.home_pro {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

.home_pro h2 {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin: 5% 6% 2%;
  padding-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.3s linear;
}

.home_pro h2:hover {
  color: #e21515;
}

.home_pro p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 140%;
  margin: 5% 6% 2%;
  padding-bottom: 5%;
  border-bottom: 1px solid #e1e1e1;
}

.home_pro span {
  font-weight: 600;
}

.home_pro a {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 5% 6% 10%;
  display: block;
  background-color: #000000;
  padding: 15px 0px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  color: #d7d7d7;
  transition: all 0.3s linear;
}

.home_pro a:hover {
  box-shadow: 0 0 20px 5px rgba(229, 21, 21, 0.3);
  background-color: #e21515;
  color: #fff;
}

.module-title {
  text-align: center;
  position: relative;
  margin-bottom: 17px;
}

.module-title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 9px;
  width: 50%;
  border-top: 1px solid #21252c;
  border-bottom: 1px solid #21252c;
}

.module-title h2 {
  background: #14151b;
  color: #ffffff;
}

.module-title h2 {
  /* margin: 0 auto; */
  z-index: 2;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #181b23;
  line-height: 62px;
  padding: 0px 63px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: inset 0 3px 0 0 #e1e1e1, inset 0 -3px 0 0 #e1e1e1;
}

.module-title h2:before,
.module-title h2:after {
  background: #14151b;
}

.module-title h2:before,
.module-title h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  background: #ffffff;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -63px;
  margin: auto 0;
  border: 4px solid #21252c;
  transform: rotate(45deg) skew(26deg, 26deg);
}

.module-title h2 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  color: #000000;
}

.module-title h2 span:before {
  content: "\f005";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.module-title h2 span:after {
  content: "\f005";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.common-home .module-title h2:before,
.common-home .module-title h2:after {
  background: #14151b;
}

.module-title h2:after {
  left: auto !important;
  right: -63px;
}

.module-title h2:before,
.module-title h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  background: #ffffff;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -63px;
  margin: auto 0;
  border: 4px solid #e1e1e1;
  transform: rotate(45deg) skew(26deg, 26deg);
}

.module-title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 70%;
  background: #21252c;
}

.module-p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #5a6069;
  line-height: 140%;
  padding: 0 0 !important;
  text-align: center;
}

.wel_heading {
  position: relative;
}

.wel_heading h2::before {
  content: "HISTORY";
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ebebeb;
  font-size: 107px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  line-height: 140%;
  z-index: -1;
}

.wel_heading h2 {
  font-family: "Rubik", sans-serif;
  font-size: 34px;
  font-weight: 200;
  color: #000;
  text-align: center;
  margin: 0% !important;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: -1px;
  word-spacing: 3px;
  z-index: 9;
  position: relative;
}

.wel_heading p {
  font-family: "Rubik", sans-serif;
  font-size: 38px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0% 0% 5% !important;
  line-height: 100%;
  text-transform: uppercase;
  z-index: 9;
  position: relative;
}

.wel_txt h2 {
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  font-weight: 200;
  color: #838896;
  letter-spacing: -1.3px;
  text-transform: uppercase;
  margin: 8% 0 0 !important;
  line-height: 100%;
}

.wel_txt h3 {
  font-family: "Rubik", sans-serif;
  font-size: 38px;
  font-weight: 500;
  color: #e21515;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0% 0% 4% !important;
  letter-spacing: -1.1px;
}

.wel_txt p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 160%;
  text-align: justify;
  margin: 0% !important;
}

.wel_txt2_dis h3 {
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0% 0% 0% !important;
    letter-spacing: -0.5px;
}

.wel_txt2_dis p {
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  line-height: 160%;
  text-align: justify;
  margin: 0% !important;
}

.wel_txt2 h3 {
  font-family: "Rubik", sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: #e21515;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0% 0% 0.5% !important;
  letter-spacing: -1.1px;
}

.wel_txt2 h4 {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 140%;
  margin: 12px 0% 0 0;
  padding-bottom: 14px;
}

.wel_txt2 h5{
  font-family: "Rubik", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #000;
  line-height: 160%;
  text-align: justify;
  padding-top: 1%;
  margin: 0% !important;
}

.wel_txt2 p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 160%;
  text-align: justify;
  margin: 0% !important;
}

.wel_btn {
  gap: 12px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #ebebeb;
  width: 184px;
  height: 48px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding-left: 25px;
  margin-top: 25px;
  transition: all 0.3s linear;
  border: none;
  cursor: pointer;
}

.wel_btn i {
  background-color: #000;
  color: #fff;
  /* padding: 13px; */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.wel_btn:hover {
  box-shadow: 0 0 20px 5px rgba(229, 21, 21, 0.3);
  background-color: #e21515;
  color: #fff;
}

.wel_btn:hover i {
  background-color: #fff;
  color: #000;
}

.contact_btn {
  gap: 12px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #ebebeb;
  width: 160px;
  height: 48px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding-left: 28px;
  margin-top: 25px;
  transition: all 0.3s linear;
  border: none;
  cursor: pointer;
}

.contact_btn i {
  background-color: #000;
  color: #fff;
  /* padding: 13px; */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.contact_btn:hover {
  box-shadow: 0 0 20px 5px rgba(229, 21, 21, 0.3);
  background-color: #e21515;
  color: #fff;
}

.contact_btn:hover i {
  background-color: #fff;
  color: #000;
}


.founder-section h2 {
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  font-weight: 200;
  color: #838896;
  letter-spacing: -1.3px;
  text-transform: uppercase;
  margin: 0% 0 0.5% !important;
  line-height: 100%;
}

.founder-name {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #e21515;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0% 0% 1.5% !important;
}

.founder-section p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 160%;
  text-align: justify;
  margin: 0% !important;
}

.quote {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  line-height: 160%;
  text-align: justify;
  margin: 30px 0;
  border-left: 4px solid #444;
  font-style: italic;
  background-color: #fff;
  padding: 10px 37px 10px 20px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}


.products {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

.products h2 {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin: 5% 6% 2%;
  padding-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.3s linear;
  min-height: 92px;
}

.products h2:hover {
  color: #e21515;
}

.products p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 140%;
  margin: 5% 6% 2%;
  padding-bottom: 5%;
}

.products span {
  font-weight: 600;
}

/*.products a {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 5% 6% 10%;
  display: block;
  background-color: #000000;
  padding: 15px 0px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  color: #d7d7d7;
  transition: all 0.3s linear;
}*/

/*.products a:hover {
  box-shadow: 0 0 20px 5px rgba(229, 21, 21, 0.3);
  background-color: #e21515;
  color: #fff;
}
*/
.count_flex ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  gap: 15px;
}

.count_flex li {
  background-color: #0f131e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.count_flex .active {
  background: red;
}

.count_flex a {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 22px;
}

@media (max-width: 600px) {
  .founder-section {
    padding: 20px;
  }
}

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1200px) {

  .top2,
  .top {
    width: 98%;
  }
}

@media only screen and (max-width: 1100px) {}

@media only screen and (max-width: 1000px) {
  .col_sm2 {
    width: 98%;
  }

  .inspiro-slider .slide .slide-captions {
    width: 70% !important;
  }

  #cssmenu>ul>li>a {
    font-size: 14px !important;
  }

  .logo {
    width: 140px;
    margin: 0.85% 0%;
  }
}

@media only screen and (max-width: 960px) {

  .gallery-banner img {
    height: 140px !important;
  }

  .form-container {
    margin-top: 8%;
  }

  .col_sm100,
  .col_sm10 {
    width: 98%;
  }

  .top {
    width: 100%;
  }

  .top2 {
    width: 98%;
  }

  .navbarrr {
    background-color: #000;
    width: 100%;
  }

  .logo {
    margin: 0.5% auto;
    float: none;
  }
}

@media only screen and (max-width: 900px) {
  .footer-align {
    padding-left: 0%;
  }

  .col_sm4 {
    width: 98%;
  }

  .col_sm8 {
    width: 98%;
  }
}

@media only screen and (max-width: 800px) {}

@media only screen and (max-width: 700px) {
  .col_sm2_2 {
    width: 98%;
  }

  .testi_quate {
    font-size: 50px;
  }
}

@media only screen and (max-width: 600px) {

  .bullet ul {
    margin-left: 3%;
  }

  .col_sm8888 {
    width: 98%;
  }

  .col_sm888 {
    width: 98%;
  }

  .col_sm9_1 {
   width: 16%!important;
    margin: 2% !important;
  }

  .become_icon {
    margin-bottom: 20px !important;
  }

  .col_sm99_1 {
    width: 98% !important;
  }

  .col_sm99 {
    width: 88%;
  }

  .gallery-text h2 {
    font-size: 34px;
  }

  .small_content3 h3,
  .gallery-text a {
    font-size: 10px;
  }

  .col_sm111,
  .col_sm11 {
    width: 98%;
  }

  .col_sm88 {
    width: 98%;
  }

  .col_sm2_3 {
    width: 98%;
  }

  .ftr_right {
    text-align: left;
  }

  .col_sm2_1 {
    width: 98%;
  }
}

@media only screen and (max-width: 500px) {
  .col_sm99 {
    width: 100%;
  }

  .form-grid {
    display: block;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .inspiro-slider .slide .slide-captions {
    width: 100% !important;
  }

  .connect_flex {
    gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wel_heading h2::before {
    font-size: 64px;
  }

  .wel_heading h2 {
    font-size: 26px;
  }

  .wel_heading p {
    font-size: 34px;
  }
}

@media only screen and (max-width: 400px) {

  .module-title h2,
  .module-title2 h2 {
    font-size: 13px;
  }

}

@media only screen and (max-width: 360px) {}