@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@400;500&display=swap');

@font-face {
  src: url(Monda-Bold.ttf);
  font-family: Monda-Bold;
}
@font-face {
  src: url(Manrope-Medium.ttf);
  font-family: Manrope-Medium;
}
@font-face {
  src:  url(RockwellNova.ttf);
  font-family: RockwellNova;
}
:root {
  --text-color: #827e7d;
  --head-font-family: Monda-Bold;
  --text-font-family: Manrope-Medium;
  --text-font-size: 15px;
  --primary: #033f7e;
  --secondary: #de1d1e;
  /*--third-color: #f5d204;*/
  --third-color: #e1c001;
}

body {
  overflow: hidden;
}
.addBgBody{
}
.addBgBody::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-image: url(https://static.vecteezy.com/system/resources/previews/004/243/021/non_2x/abstract-template-background-white-and-bright-blue-squares-overlapping-with-halftone-and-texture-free-vector.jpg);
  /*background-image: url(https://png.pngtree.com/background/20230615/original/pngtree-some-tractors-are-parked-on-dirt-picture-image_3538740.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
  /*opacity: 0.2;*/
  background-attachment: fixed;
}
body, html {
    overflow-x: clip;
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-third-color {
  background-color: var(--third-color) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--text-font-family);
  font-weight: bold
}
a {
  text-decoration: none;
}
body p {
  text-align: justify;
}
body p,
body {
  font-size: var(--text-font-size);
  color: var(--text-color);
  font-family: var(--text-font-family);
  line-height: 1.7;
  font-size: 17px;
}
.topbar {
  background-color: rgb(0 0 0 / 5%);
}
.topbar .logo::before {
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
  content: "";
  height: 60%;
  width: 1px;
  background-color: rgb(0 0 0 / 10%);
}
.topbar .sideInfo h4,
.topbar .sideInfo h6,
.topbar p,
.logo p,
.topbar .logo,
.topbar .logo h1 {
  font-family: var(--head-font-family);
}
.topbar .head_location span {
  font-size: 2em;
}
.topbar .head_socialIcns a {
  color: black;
  font-size: 1.2em;
  border-radius: 50%;
  border: 1px solid rgb(0 0 0 / 15%);
  /*padding: 5px;*/
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  transition: all 0.7s ease;
}
.topbar .head_socialIcns a:hover {
  background-color: var(--primary);
  color: white;
}
.topbar .sideInfo h4.border-bottom {
  border-bottom: 1px dashed var(--secondary) !important;
}
.bottombar {
  /*box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);*/
  position: absolute;
  bottom: -62%;
  transition: all 0.7s ease;
  z-index: 999;
  transition: .7s;
  width: 100%;
}
@keyframes header_sticky{
  0% {
    margin-top: -150px;
    opacity: 0;
  }
  50% {
    margin-top: -90px;
    opacity: .5;
    }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.stickyHeader {
  animation: header_sticky 1s ease-out;
  left: 0;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
  position: fixed !important;
  top: 0 !important;
  z-index: 99;
  width: 100%;
  /*bottom: 102% !important;*/
  background: #fff;
}
header .bottombar .navbar {
  position: relative;
}
header .bottombar .navbar::before {
  position: absolute;
  content: "";
  background-image: url(../media/shape-1.png);
  width: 101px;
  height: 68px;
  left: -101px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
header .bottombar .navbar::after {
  position: absolute;
  content: "";
  background-image: url(../media/shape-1.png);
  width: 100px;
  transform: rotateY(180deg);
  height: 68px;
  right: -100px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
li.nav-item {
  line-height: 1;
}
.navbar .nav-link, .dropdown-item {
  position: relative;
  padding: 8px;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  margin: 0 5px;
  color: black;
  overflow: hidden;
}
.navbar .nav-link::before,  .dropdown-item::before {
  position: absolute;
  content: "[";
  top: 50%;
  opacity: 0;
  left: 0;
  color: var(--primary);
  transform: translateY(-50%);
  transition: all 0.7s ease;
}
.navbar .nav-link::after, .dropdown-item::after {
  position: absolute;
  content: "]";
  top: 50%;
  opacity: 0;
  right: 0;
  color: var(--primary);
  transform: translateY(-50%);
  transition: all 0.7s ease;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: black !important;
  background-color: transparent !important;
}
.navbar .nav-link.active::before,
.navbar .nav-link.active::after {
  opacity: 1;
}
.navbar .nav-link:hover::before,.dropdown-item:hover::before,.dropdown-item:hover::after,
.navbar .nav-link:hover::after {
  opacity: 1;
}
header .dropdown .dropdown-hover:hover .dropdown-menu{
  top: 0;
  display: block;
  opacity: 1;
  left: 100%;
  border-radius: 0;
}
.dropdown-item{
  width: inherit;
}
ul.submenu.dropdown-menu.mega-submenu.py-2.d-block{
  border-radius: 0;
  border: none;
  padding: 0 0 0 25px;
}

/*slider*/
.tp-caption.medium_bg_asbestos {
  background-color: transparent !important;
}
.tp-banner-container .layerCaption {
  position: relative;
  padding: 0.56em 1.5em !important;
}
.tp-banner-container .layerCaption::before {
  background: linear-gradient(45deg, #007cff, transparent);
  opacity: 0.4;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  transform: skewX(-20deg);
  width: 100%;
}
.sec1Banner .sec1Banner {
  background: url(../media/slider-1.jpeg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: center;
  background-size: cover;
  padding: 50px 50px 70px;
}
.sec1Banner .sec1Banner h2{
  font-size: 1.7em;
}
.sec1Banner .sec1Banner .bottomText{
  display: flex;
  /*flex-direction: column;*/
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.sec1Banner .sec1Banner .bottomText p{
  padding: 0.5em 1.5em;
  text-align: center;
  flex-basis: 45%;
  font-size: 12px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 2s ease;
}
.sec1Banner .sec1Banner .bottomText p::before{
  background: linear-gradient(45deg, #007cff, transparent);
  transform: skewX(-10deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
}
.sec1Banner .sec1Banner .bottomText p:nth-child(2){
  top: 20px;
  left: -10px;
}
.sec1Banner .sec1Banner .bottomText p:nth-child(3){
  top: 17px;
  left: 0;
}
.sec1Banner .sec1Banner .bottomText p:nth-child(4){
  top: 40px;
  left: -10px;
}
.sec1Banner .sec1Banner .bottomText p:nth-child(5){
  top: 35px;
  /*left: -82px;*/
}
.sec1Banner .sec1Banner .bottomText p:nth-child(6){
  top: 55px;
  left: -10px;
}

/*about us*/
.title h6 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.title h6::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: black;
  content: "";
  height: 1px;
}
.title h1 {
  color: black;
  font-weight: bolder;
}
.hm_aboutUsDesc {
  padding: 5em 4em;
}
.hm_aboutUsDesc h1 {
  font-size: 2.7em;
}
.hm_aboutUsDesc > h6::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-left: 2px solid var(--primary);
  height: 80%;
  opacity: 0.8;
}
.about-us .text-box {
  position: absolute;
  top: 0px;
  right: 0px;
}
.about-us .text-box h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding: 20px 25px;
  background: #fff;
  transform: rotate(90deg);
  top: 64px;
  right: -103px;
  z-index: 2;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
}
.about-us .text-box h2 {
  position: absolute;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  background: #fff;
  padding: 20px 30px;
  right: 0px;
  top: 104px;
  text-align: center;
}
.aboutImg {
  background-image: url(../media/hmaboutImg.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
}
.hm_aboutUsDescBx .col-lg-5 {
  position: relative;
  background-color: white;
  padding: 1.5em 2em;
  box-shadow: 0 0 15px rgb(0 0 0 / 12%);
}
.hm_aboutUsDescBx p::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25%;
  content: "";
  width: 20%;
  height: 1px;
  background-color: black;
}
.hm_serviceSecBxDesc h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 5px;
  /* margin-bottom: 22px; */
}
.hm_serviceSecBxDesc h4::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background-color: var(--primary);
}
.hm_serviceSec2 h4::before {
  background-color: var(--secondary);
}
.hm_serviceSec3 h4::before {
  background-color: var(--third-color);
}
.hm_serviceSecBxDesc h4::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  left: 100px;
  bottom: -5px;
  background-color: var(--primary);
}
.hm_serviceSec2 h4::after {
  background-color: var(--secondary);
}
.hm_serviceSec3 h4::after {
  background-color: var(--third-color);
}
.hm_serviceSecBxDesc a {
  font-family: var(--head-font-family);
}
.hm_serviceSecBxDesc a::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 500ms ease;
  background-color: var(--primary);
  transition: all 0.7s ease;
}
.hm_serviceSec2 a::after {
  background-color: var(--secondary);
}
.hm_serviceSec3 a::after {
  background-color: var(--third-color);
}
.hm_serviceSecBxDesc a:hover::after {
  opacity: 0;
}
.hm_serviceSecBxDesc a {
  padding-left: 30px;
  transition: all 0.7s ease;
}
.hm_serviceSecBxDesc a:hover {
  padding-left: 40px;
}
.hm_serviceSecBxDesc a span {
  transition: all 0.7s ease;
  border-radius: 50%;
  padding: 0 5px;
  /* background-color: red; */
}
.hm_serviceSec2 a span {
  color: var(--secondary);
}
.hm_serviceSec3 a span {
  color: var(--third-color);
}
.hm_serviceSecBxDesc a:hover span {
  color: white;
  background-color: var(--primary);
}
.hm_serviceSec2 a:hover span {
  background-color: var(--secondary);
}
.hm_serviceSec3 a:hover span {
  background-color: var(--third-color);
}
.hm_serviceSec h5 {
  writing-mode: tb;
  left: -40px;
  top: 10px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  font-weight: bolder;
  opacity: 0.3;
}
.hm_serviceSec h5::before {
  position: absolute;
  top: -80%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 70%;
  background-color: black;
  opacity: 0.3;
  content: "";
}

.hm_serviceSec {
  padding-left: 15% !important;
}

/*home products*/
.hm_productBxImgText {
  background-color: #991414d4;
  padding: 20px 10px;
  height: 100%;
  width: 20%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, -260% 0%);
}
.hm_productBxImgText h3 {
  margin: 0;
  margin-top: 20px;
  writing-mode: tb;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 1px;
  font-weight: bolder;
  font-size: 45px;
  opacity: 0.7;
}

/*factsSec*/
.factsSec {
  background: white;
  /*padding: 5em 0;*/
}
.factsSec h1 {
  font-size: 3em;
}
.factsSec .factsSecBxIcn {
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.factsSec .factsSecBxIcn img {
  height: 50%;
  width: 50%;
}
.factsSecBx .floatImg {
  transform: rotateY(0deg);
  transition: transform 0.7s ease;
}
.factsSec .factsSecBxIcn1 img {
  height: 60%;
  width: 60%;
}
.factsSec {
  z-index: 1;
}
.factsSecBx::before {
  position: absolute;
  top: 50%;
  right: -12%;
  border-right: 2px solid black;
  content: "";
  opacity: 0.1;
  height: 80%;
  transform: translateY(-50%);
}
.factsSecBx:hover .floatImg {
  transform: rotateY(180deg);
}
.factsSecBx1::before {
  height: 100%;
}

/* why choose us */
.chooseUs {
  background-image: linear-gradient(rgb(3 63 126 / 57%), rgb(3 63 126 / 35%)),
    url(../media/hm-bg1.jpeg);
  background-size: cover;
  background-position: center;
  padding: 5em 0 3em;
}
.chooseUs .rowBefore {
  position: relative;
}
.chooseUs .rowBefore::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-right: 2px solid rgb(255, 255, 255);
  opacity: 0.5;
  height: 80%;
}
.chooseUs .rowBefore::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: white;
  opacity: 0.5;
  height: 2px;
  width: 20px;
}
/* products */
.hm_productsBxTitle {
  position: relative;
  display: block;
  padding: 22px 30px 22px 40px;
  background: #f3f1f1;
  border-bottom: 1px solid #e2e2e2;
  transition: all 500ms ease;
}
.hm_productsBxTitle h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 2px;
  transition: all 500ms ease;
}
.hm_productsBxTitle p {
  color: #827e7d;
  transition: all 500ms ease;
}
.hm_productsBx {
  position: relative;
  display: block;
  border: 1px solid #e2e2e2;
  transition: all 500ms ease;
  box-shadow: 3px 4px 7px 2px rgb(0 0 0 / 10%);
}
.hm_productsBxContent {
  position: relative;
  /*padding-top: 10px;*/
}
.hm_productsBxContent h2 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  padding: 12px 20px 2px 0px;
  margin: 0;
  color: var(--secondary);
  display: inline-block;
  font-size: 30px;
  line-height: 50px;
  box-shadow: -6px 7px 6px rgb(0 0 0 / 10%);
  font-weight: 700;
  display: none !important;
}
.hm_productsBxContent h2::before {
  position: absolute;
  content: "";
  background-image: url(../media/shape-1.png);
  width: 95px;
  height: 62px;
  left: -95px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(-6px 7px 6px rgb(0 0 0 / 10%));
}
.hm_productsBxContent a {
    transition: all 0.7s ease;
}
.hm_productsBxContent span.text-dark.position-relative.d-inline-block {
    padding-left: 35px;
}

.hm_productsBxContent a {
    font-family: var(--head-font-family);
}
.hm_productsBxContent a span {
    transition: all 0.7s ease;
    border-radius: 50%;
    padding: 0 5px;
    /* background-color: red; */
}
.hm_productsBxContent span.text-dark.position-relative.d-inline-block::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 500ms ease;
    background-color: var(--primary);
    transition: all 0.7s ease;
}
.hm_productsBxContent a:hover {
    padding-left: 40px;
}
.hm_productsBxContent a:hover span {
    color: white;
    background-color: var(--primary);
}
.hm_products .owl-carousel .owl-nav .owl-prev{
  margin-right: 1em;
}
.hm_products .owl-carousel .owl-nav .owl-next, .hm_products .owl-carousel .owl-nav .owl-prev{
  background: var(--primary);
  display: inline-block;
  color: white;
  padding: 1em 1.5em;
  transition: all .7s ease;
}
.hm_products .owl-carousel .owl-nav{
  text-align: end;
  position: absolute;
  right: 2%;
  bottom: -20%;
}
.hm_products .owl-carousel .owl-nav .owl-next:hover, .hm_products .owl-carousel .owl-nav .owl-prev:hover{
  background-color: var(--secondary);
  color: white;
}
.hm_products .owl-carousel .owl-stage-outer{
  overflow: visible;
  overflow-x: clip;
  padding: 0;
}

.offcanvas{
  transition: all .7s ease !important;
}

/*footer*/
footer{
  background-color: black;
  padding: 50px 0;
}
footer li{
  display: flex;
  align-items: center;
}
footer li span{
  margin-right: 5px;
}
.footCol-1 p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}


/* Pre-loader CSS */
.page-loader{
  position: fixed;
  z-index: 999999;
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
}
.txt{
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  font-size: 5em;
  /* font-family: RockwellNova !important; */
  font-family: 'Rokkitt', serif;
}


/* Spinner animation */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.eventTitle h1::before{
  position: absolute;
  top: 56%;
  right: -22%;
  transform: translateY(-50%);
  content: '';
  height: 2px;
  width: 50px;
  background-color: var(--primary);
}

#searchResults a,#searchResults1 a{
  font-size: 15px;
  /*margin: 4px 0;*/
  width: 100%;
  padding: 10px 10px;
  color: var(--primary);
}

/*about us*/
.pageTitleSec{
  background: linear-gradient(180deg, #033f7e, #78b4f4);
}
.eventsParticipated {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px 0 0 0 !important;
  padding: 5px 11px 5px 18px !important;
  font-size: 17px;
}
.eventsParticipated::before{
  position: absolute;
  bottom: -16px;
  right: 0px;
  border: 8px solid;
  border-color: #073362 #033f7e00 #033f7e00 #073362;
  content: '';
}

/*cataloguesSec*/
.cataloguesSec table tr{
  border-bottom: 1px solid rgb(0 0 0 / 10%) !important;
  padding: 1.5em 0.5em;
}
.cataloguesSec table{
  box-shadow: 0 0 0 rgb(0 0 0 / 20%);
}
.cataloguesSec table a{
  color: var(--primary);
  transition: .7s;
}
.cataloguesSec table a:hover{
  color: var(--secondary);
}

.hover {
  overflow: hidden;
}
.hover .overlay {
  transform: translate3d(-100%, 0, 0);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


/* Mouse enter event */
.hover.mouseenter.top .overlay {
  animation-name: slide--enter-top;
}
.hover.mouseenter.right .overlay {
  animation-name: slide--enter-right;
}
.hover.mouseenter.bottom .overlay {
  animation-name: slide--enter-bottom;
}
.hover.mouseenter.left .overlay {
  animation-name: slide--enter-left;
}

/* Mouse leave event */
.hover.mouseleave.top .overlay {
  animation-name: slide--leave-top;
}
.hover.mouseleave.right .overlay {
  animation-name: slide--leave-right;
}
.hover.mouseleave.bottom .overlay {
  animation-name: slide--leave-bottom;
}
.hover.mouseleave.left .overlay {
  animation-name: slide--leave-left;
}

/* Sliding animations ! */
@keyframes slide--enter-top {
  0% { transform: translate3d(0, -100%, 0); }
  100% { transform: none; }
}
@keyframes slide--enter-right {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: none; }
}
@keyframes slide--enter-bottom {
  0% { transform: translate3d(0, 100%, 0); }
  100% { transform: none; }
}
@keyframes slide--enter-left {
  0% { transform: translate3d(-100%, 0, 0); }
  100% { transform: none; }
}
@keyframes slide--leave-top {
  0% { transform: none; }
  100% { transform: translate3d(0, -100%, 0); }
}
@keyframes slide--leave-right {
  0% { transform: none; }
  100% { transform: translate3d(100%, 0, 0); }
}
@keyframes slide--leave-bottom {
  0% { transform: none; }
  100% { transform: translate3d(0, 100%, 0); }
}
@keyframes slide--leave-left {
  0% { transform: none; }
  100% { transform: translate3d(-100%, 0, 0); }
}

.hover {
  background-color: #4472C4;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, rgba(3, 63, 126, 1), transparent);
  /*background-size: 400% 400%;*/
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas-header {
  padding: 10px 15px;
  background: var(--primary);
  color: white !important;
}
.btn-close{
  color: white !important;
}

@media only screen and (max-width: 414px){
  .col-lg-6.col-md-2.col-4.text-end.d-flex.d-lg-block.align-items-center.justify-content-between{
    padding: 0;
  }
}
@media only screen and (max-width: 1336px){
  header .bottombar {
    position: absolute;
    bottom: -53%;
    z-index: 999;
    width: 100%;
  }
}
@media only screen and (max-width: 992px){
  .topbar .logo::before{
    display: none;
  }
  .topbar .border-end{
    border-right: none !important;
  }
  .hm_products .owl-carousel .owl-nav{
    bottom: -12%;
  }
  .hm_products .owl-carousel .owl-nav .owl-next, .hm_products .owl-carousel .owl-nav .owl-prev{
    padding: 0.7em 1em;
  }
  .factsSecBx::before {
    display: none;
  }
  .factsSecBx{
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 2em;
  }
  footer{
    padding: 30px 0 0;
  }
  .hm_aboutUsDesc h1 {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 767px){
  body p, body{
    font-size: 13px;
  }
  .chooseUs h4 {
    font-size: 20px;
  }
  .chooseUs img {
    width: 70%;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 575px){
  .rowBefore .col-lg-6.text-end {
    text-align: left !important;
  }
  .rowBefore .col-lg-6 p{
    text-align: left !important;
  }
  .topbar .col-lg-5.col-sm-5.text-end.d-block.d-lg-none{
    text-align: left !important;
    margin: 10px 0 0;
  }
  .factsSec .factsSecBxIcn{
    height: 60px;
    width: 60px;
  }
  .factsSec h1{
    font-size: 2em;
  }
  .factsSec h3{
    font-size: 1.5em;
  }
  .chooseUs img {
    margin: 0 0 5px;
    width: 70%;
  }
  .chooseUs .rowBefore::after{
    display: none;
  }
  .chooseUs .rowBefore::before{
    display: none;
  }
  .chooseUs .rowBefore:last-child::before{
    display: none;
  }
  .rowBefore h4{
    margin-bottom: 10px !important;
  }
  .hm_products .owl-carousel .owl-nav .owl-next, .hm_products .owl-carousel .owl-nav .owl-prev{
    padding: 0.5em 0.7em;
  }
  .hm_aboutUsDesc h1 {
    font-size: 1.7em;
  }
  .sec1Banner .sec1Banner h2 {
    font-size: 1em;
    font-weight: 100;
  }
  .sec1Banner .sec1Banner .bottomText p{
    font-size: 8px;
  }
  .title h6 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
  }
  .title h1 {
    color: black;
    font-weight: bolder;
    font-size: 20px;
  }
  .hm_productsBxTitle{
    padding: 10px 10px 10px 10px;
  }
  .hm_productsBxTitle h3{
    font-size: 18px;
    margin-bottom: 0;
  }
  .eventTitle h1::before{
    width: 20%;
    right: -29px;
  }
  .eventsParticipated{
    font-size: 12px;
  }
  .eventsDesc h4.text-primary.m-0.my-1{
    font-size: 17px;
  }
  .group-table h3{
    margin-bottom: 0;
    font-size: 13px;
  }
  .group-table p{
    text-align: left;
  }
  .group-table img{
    width: 50%;
    margin-top: 5px;
    margin-left: 0 !important;
  }
  .offcanvas-body li  {
    line-height: 1;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    width: 100%;
    padding: 10px 15px !important;
    margin: 0 !important;
  }
  .offcanvas-body .navbar-nav .dropdown-menu,.offcanvas-body .navbar-nav .dropdown li:last-child{
    /*display: block;*/
    border: none;
  }
  .offcanvas-body .navbar-nav .dropdown-menu li:last-child{
    padding-bottom: 0 !important;
  }
  .offcanvas-body .navbar-nav .dropdown-menu li a,
  .offcanvas-body .navbar-nav .dropdown-menu li,.offcanvas-body .navbar-nav .dropdown li:last-child{
    padding: 0;
  }
  .offcanvas-body .socialIcns{
    padding: 10px 15px !important;
  }
  .txt {
    color: white;
      text-align: center;
      top: 45%;
      transform: translateY(-50%);
      position: relative;
      text-transform: uppercase;
      letter-spacing: 0.3rem;
      font-weight: bold;
      line-height: 1.5;
      font-size: 4em;
      /* font-family: RockwellNova !important; */
      font-family: 'Rokkitt', serif;
  }
}
