body {
  font-family: 'Urbanist', sans-serif;
  background-color: #0B0B0C;
  overflow: auto !important;
  padding: 0 !important;
}

a {
  text-decoration: none;
  color: white;
}

p {
  font-size: 18px;
  color: #959595;
}

.fixed-top.scrolled {
  background-color: #000000 !important;
  transition: background-color 200ms linear;
}

.fixed-top.scrolled#main-logo {
  display: none;
}

#scroll-logo {
  display: none;
}

img {
  width: 100%;
}

.re-direction-a {
  color: #B11F24;
  font-size: 18px;
  font-style: normal;
  font-weight: 850;
  line-height: 26px;
  letter-spacing: 0.16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #B11F24;

}

.re-direction-a:hover {
  color: #7B1519;
}

.head-h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding-top: 15px;
}

/* ////////////learn-btn //////////////*/



.learn-btn {
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.learn-btn:hover {
  color: #B11F24;
}

.learn-btn:hover .learn-more-top {
  opacity: 0;
}

.learn-btn:hover .learn-more-bottom {
  opacity: 1;
}

.learn-btn .learn-more-bottom {
  opacity: 0;
}

.learn-round {
  position: absolute;
  right: -3px;
  z-index: -1;
  top: 3px;
}

.learn-btn:hover .learn-round {
  right: -13px;
  transition: 1s;
}

.learn-btn:hover .learn-round path {
  fill: #B11F24;
  stroke-width: 0;

}


.learn-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  color: #fafafa;
  /* Initial text color */
  width: fit-content;
  transition: color 0.5s;
  /* Smooth color transition */
}

.learn-btn:hover {
  color: #B11F24;
  /* Text color on hover */
}

.learn-round {
  position: absolute;
  right: -3px;
  z-index: -1;
  transition: right 0.5s ease-in-out;
  /* Smooth position transition */
}

.learn-btn:hover .learn-round {
  right: -13px;
  /* Move the round icon to the left on hover */
}

.learn-btn .learn-more-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  transform: translateY(100%);
  color: #B11F24;
  /* Red color for "Learn" */
  transition: transform 0.5s ease-in-out;
  /* Smooth transform transition */
}


.learn-btn:hover .learn-more-top {
  transform: translateY(-100%);
}

.learn-btn:hover .learn-more-bottom {
  transform: translateY(0);
}

/* ////////////learn-btn-end //////////////*/


/* ///////////////////header ////////////////////*/

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1rem;
}

.navbar-expand-lg .navbar-nav {
  border-radius: 10498.949px;
  background: #00000069;
  backdrop-filter: blur(1.7662250995635986px);
  height: 53px;
  position:relative;
}

.navbar-expand-lg .navbar-nav .nav-link{
	    padding-right: 1rem !important;
}
.nav-link:hover svg circle {
  stroke: #B11F24;
}

.nav-link:hover svg path {
  fill: #B11F24;
}



.nav-item.active .nav-link svg circle{
	stroke: #B11F24;
}
.nav-item.active .nav-link svg path{
	  fill: #B11F24;
}

.offcanvas-start {
  width: 65% !important;
}

.offcanvas-end {
  width: 35% !important;

}


.offcanvas {
  background: rgba(0, 0, 0, 0.83);
  box-shadow: inherit;
  backdrop-filter: blur(42px);
  padding: 20px;
  transition: transform .9s ease-in-out;
}

.offcanvas-start {
  background: rgba(105, 104, 104, 0.288);
  box-shadow: 0px !important;
  backdrop-filter: inherit !important;
}

.canvas-flex {
  display: flex;
  align-items: center;
}

.canvas-flex img {
  width: 30px;
  height: 30px;
}

.canvas-flex h4 {
  color: rgba(255, 255, 255, 0.49);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  padding-left: 20px;
}

.canvas-flex h4:hover {
  color: #B11F24;
}

.btn-close {
  background-image: url(../images/index/close.svg) !important;
  width: 50px;
  height: 50px;
  opacity: 1.5;
  background-size: cover;
}
 
/* ////////////////banner/////////////////// */

.banner img {
  height: 100vh;
  object-fit: cover;
  position: relative;
}
.banner video {
  height: 100vh;
  object-fit: cover;
  position: relative;
}


.banner-sec h1 {
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 57px;
  width: 60%;
}

.common_padding {
  padding: 0px 98px;
}


.ban-cont {
  position: absolute;
  bottom: 3%;
  padding: 0px 98px;

}

.ban-cont p {
  color: rgba(255, 255, 255, 0.77);
  font-weight: 400;
  line-height: 28px;
}

.div-learn {
  border-radius: 120px;
  background: linear-gradient(90deg, #4D4D4D 0%, rgba(255, 255, 255, 0.10) 77.7%);
  backdrop-filter: blur(42px);
  width: fit-content;
  padding: 8px 32px;
}


.banner-side-menu {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(26, 26, 26, 0.12);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
  
  width: fit-content;
  padding: 10px;
}


.banner-side-menu ul li img {
  height: 70px;
  width: 70px;
}

.banner-side-menu ul li {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 78px;
  list-style: none;
}
.banner-side-menu ul li:hover{
	color:#B11F24;
}
.banner-side-menu ul {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0;
}



/* /////////////////count-sec//////////////// */
.count-div {
  position: relative;
}

.count-div::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 0.01%, rgba(255, 255, 255, 0.68) 53.13%, rgba(255, 255, 255, 0.00) 100%);
  width: 2px;
  height: 165px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
}

.count-after-none::after {
  height: 0px !important;
}

.count {
  color: #FFFDFD;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: center;
}

.count-div h5 {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.ban-sec-col p {
  width: 80%;
}

.img-grid img {
  height: 300px;
  width: 400px;

  overflow: hidden;
  animation: zoomInOut 5s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
    /* Adjust the desired zoom level (e.g., 1.2 for 20% zoom in) */
  }
}

.img-grid {
  overflow: hidden;
  height: 300px;
  width: 400px;
  position: absolute;
  top: 0;
  z-index: 999;
  left: -8%;
  top: 4%;
border-radius: 3px;

}

.grid-main-img {
  width: 100%;
  height: auto;
  overflow: hidden;
border-radius: 3px;
}

.grid-main-img img {

  animation: zoomInOut 5s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
    /* Adjust the desired zoom level (e.g., 1.2 for 20% zoom in) */
  }
}

.twenplus {

  position: absolute;
  top: 10%;
  left: 0;
}

.twenplus h5 {
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

.twenplus div {
  background: linear-gradient(180deg, #FFF 33.24%, rgba(255, 255, 255, 0.00) 82.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cormorant Infant;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  text-align: left;
}

/* video-sec////////////// */



/* ///////////index-serv/////////// */

.index-direct-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.serv-index-box {
   margin: 25px;
  border-radius: 10px;
  border: 1px solid #3B3B3B;
  background: linear-gradient(334deg, rgba(177, 31, 36, 0.30) -157.87%, rgba(255, 255, 255, 0.00) 91.04%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  height: 100%;
}

.serv-index-box:hover {
  border-radius: 10px;
  border: 1px solid #3B3B3B;
  background: #7B1519;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
  transition:1s
}

.serv-index-box:hover svg circle {
  fill: #5e10134d;
}
.serv-index-box:hover p{
color:white;
}
.serv-index-box:hover svg path{
transform: rotate(360deg);
}
.serv-index-box h3 {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.serv-index-box p {
  color: #959595;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}



/* .project-ind */


.expand-sec {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  justify-content: center;

}

.general-container {
  display: flex;
  height: 35rem;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.radio {
  display: none;
}


.content {
  background: var(--white) url('https://images.unsplash.com/photo-1524572217604-17e96c89e56f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1867&q=80') 100% / cover no-repeat;
  cursor: pointer;
  flex: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  border: 1px solid grey;
  position:relative;
}
.content::after{
	position:absolute;
	top:0;
	left:0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 34.46%, rgb(0 0 0 / 82%) 90.87%);
	width:100%;
	height:100%;
	content:"";
}

/* .content:hover { */
  /* box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3); */
  /* flex: 5; */
/* } */

.icon {
  background-color: var(--white);
  bottom: 1rem;
  color: var(--golden-tainoi);
  display: flex;
  font-size: 1.5rem;
  height: 2.5rem;
  left: 1.1rem;
  position: absolute;
  width: 2.5rem;
  bottom: 22px;
  justify-content: center;
  flex-direction: column;
}
/* .content:hover { */
  /* box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3); */
  /* flex: 5; */
/* } */

.content:hover .card-title {
  opacity: 1;
  transform: translateX(0);
  z-index: 3;
}

.content:hover .card-ti {
  display: block !important;
  transform: translateX(0);
  z-index: 9;
}

.content:hover .icon {
  display: none;
}


/* .content:nth-of-type(2) {
  background-image: url('https://images.unsplash.com/photo-1444384851176-6e23071c6127?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1867&q=80');
}

.content:nth-of-type(3) {
  background-image: url('https://images.unsplash.com/photo-1482406611936-43ea538e39d4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2110&q=80');
}

.content:nth-of-type(4) {
  background-image: url('https://images.unsplash.com/photo-1483663167873-0cfcc893b78c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2096&q=80');
}

.content:nth-of-type(5) {
  background-image: url('https://images.unsplash.com/photo-1475116127127-e3ce09ee84e1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80');
  margin-right: 0;
} */

.content img {
  height: 580px;
  object-fit: cover;
}

.icon h5 {
  color: rgb(255, 255, 255);
  transform: rotate(-90deg);
  white-space: nowrap;
}

.content:nth-of-type(2) .icon {
  color: var(--dark-gray);
}

.content:nth-of-type(3) .icon {
  color: var(--dark-blue);
}

.content:nth-of-type(4) .icon {
  color: var(--gray);
}

.content:nth-of-type(5) .icon {
  color: var(--golden);
}

.card-title {
  bottom: 1.2rem;
  color: white;
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  left: 4.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  text-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.61, 0.41, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;

}

.card-ti {
  top: 29%;
  color: white;
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  left: 4.5rem;
  line-height: 1.1;
  display:none;
  position: absolute;
  text-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.61, 0.41, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;

}

.subtitle {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}

/* Effect */
.general-container:hover .radio:checked+.content {
 flex: 1;
}
.radio+.content:hover {
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  flex: 5;
}
.radio:checked+.content:hover{
	  flex: 5 !important;
}

.radio:checked+.content {
 flex: 5;
}

  
.radio:checked+.content>.card-title {
  opacity: 1;
  transform: translateX(0);
  z-index:3;
  
}

.radio:checked+.content>.card-ti {
  display:block !important;
  transform: translateX(0);
    z-index:9;
}

.radio:checked+.content>.icon {
  display: none;
}

.card-ti img {
  height: 153px;
  width: 230px;
  margin: auto;
}

.card-ti:hover img {
  height: 230px;
  width: 230px;
  margin: auto;
}

.card-ti .first-arow {
  display: block;
}

.card-ti .second-arow {
  display: none;
}

.card-ti:hover .first-arow {
  display: none !important;
}

.card-ti:hover .second-arow {
  display: block !important;
transition:2s;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-radius: 8px;
  background: #B11F24;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 4px 19px 0px rgba(0, 0, 0, 0.15), 0px 4px 20px 0px rgba(133, 0, 0, 0.20);
  color: white;
  border: 0px;
  padding: 7px 45px;
  font-size: 20px;
}

.nav-pills .nav-link {
  border-radius: 10px;
  border: 0px;
  padding: 7px 45px;
  font-size: 20px;
  color: #fff;
  background: #343434;
}


/* /////////////product///////////////// */
.slider-product {
  padding: 0px 0px 0px 98px;
}

.product-box {
  border-radius: 10px;
  background: #171717;
  height: 100%;
  padding: 10px;
}

.product-box:hover {
  background: #7B1519;
}

.product-box img {
  height: 270px;
  object-fit: cover;
  border-radius: 10px;
}

.product-box h4 {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 15px;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.product-box p {
  color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-box h6 {
  color: rgba(251, 176, 66, 0.52);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}

.product-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.pf .learn-round{
    top: 10px;
}
.slick-prev {
  display: none !important;
}

.slick-next {
  display: none !important;
}

.slick-dots {
  display: none !important;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  width: 64px;
  background-color: #484848;
  height: 9px;
  border-radius: 4px;
  border: none;
  margin-top: 31px;
  margin-right: 10px;
  font-size: 0;
  /* Hide the text content */
}

.slick-dots li.slick-active button {
  background-color: #7B1519;
}

/* /////////////////blog-index///////////////// */
.slider-blog {
  padding: 0px 0px 0px 98px;
}

.blog-box {
  border-radius: 10px;
  height: 400px;
    margin-bottom: 40px;
}

.blog-box img {
  height: 400px;
  border-radius: 10px;
}

.blog-box {
  position: relative;
}

.blog-box-cont {
  position: absolute;
  top: 0;
  padding: 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgb(0 0 0 / 18%) 100%), linear-gradient(0deg, rgb(150 0 0 / 0%) 0%, rgba(150, 0, 0, 0.20) 100%);
  height: 100%;
  display: flex;
width:100%;
  flex-direction: column;
  justify-content: space-between;
border-radius:13px;
}


.blog-box-cont h4 {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-box-cont p {
  border-radius: 5px;
  background: rgba(80, 80, 80, 0.60);
  backdrop-filter: blur(10px);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px;
  width: fit-content;
}

/* .blog-box-cont .learn-btn {
  border-radius: 8px;
  background: #FFF;
  padding: 8px;
  color: black;
  width: fit-content;

} */

/* .blog-box-cont .learn-btn path {
  fill: black;
}

.blog-box-cont .learn-btn .learn-round path {
  stroke: black;
  fill: none !important;

} */

.blog-box-cont h4 {
  font-size: 21px;
}

/* .blog-box-cont .learn-round {
  right: 4px;
  top: 12px;
} */



/* /////////////////////footer////////////////////// */
footer {
  padding-top: 100px;
}

.foot-sep-p {
  color: #FFF;
  margin-bottom: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.footer-form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid grey;
  width: 100%;
  color: white;
}

/* .footer-form .learn-btn .learn-round { */
  /* right: 6px; */
/* } */

/* .footer-form .learn-btn:hover .learn-round { */
  /* right: -4px; */
/* } */

.footer-form p {
  font-size: 16px;
}

.footer-form .learn-btn {
  width: fit-content;
}

.footer-links {
  position: relative;
  z-index: 9;
}

.footer-links h5 {
  color: #FCFCFC;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* padding-left: 2rem; */
  padding-bottom: 25px;
}

.footer-links li {
  list-style: none;

}
.footer-links ul{
	padding-left:0px !important;
}

.footer-links li a {
  list-style: none;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.footer-links li a:hover {
  color: #7B1519;

}

.pt-ul {
  padding-top: 72px;
}

.cont-svg li {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

/* .cont-svg li a {
  font-size: 15px;
} */

.cont-svg li img {
  height: 33px;
  width: 40px;
}


.ft-lg {
  position: absolute;
  top: 50%;
  left: 23%;
  z-index: 0;
  width:50%;
}


/* ///////////////////////////////////////////ABOUT-SECTION///////////////////////////////////////////////// */

.inner-banner h1 {
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: 163.788px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 124.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
}

.inner-banner h4 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.inn .ban-cont {
  width: 100%;
}





.vec-abt svg path {
  stroke: #ffffff1c;
}

.v-m-box {
  border-radius: 10px;
  border: 1px solid #3B3B3B;
  background: linear-gradient(334deg, rgba(177, 31, 36, 0.10) -157.87%, rgba(255, 255, 255, 0.00) 91.04%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
      height: 100%;
}

.v-m-box h3 {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.v-m-box p {
  color: #959595;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

.choos-us-sec {
  background-image: url("../images/about/fixed.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;

  background-attachment: fixed;
}

.why-choose h3 {
  color: #FCFCFC;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

.why-flex {
  display: flex;
  justify-content: space-between;
}

.team-div h3 {
  color: #FCFCFC;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.team-div p {
  color: #959595;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.team-box {
  border-radius: 8.576px;
  border: 0.858px solid #3B3B3B;
  background: linear-gradient(334deg, rgba(177, 31, 36, 0.30) -157.87%, rgba(255, 255, 255, 0.00) 91.04%);
  box-shadow: 0px 3.43027px 3.43027px 0px rgba(0, 0, 0, 0.25), 0px 3.43027px 6.86053px 0px rgba(0, 0, 0, 0.25), 0px 3.43027px 16.29377px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  margin: 20px;
  margin-top: 56px;
  margin-bottom: 58px;
  height: 370px;
  transition: transform .6s;
  cursor:pointer;
  overflow:hidden;
}
.team-box:hover img{
	 transform: scale(1.1); 
}
.team-box img {
  height: 235px;
  object-fit: contain;

border-radius: 5px;

}


.team-box h4 {
  color: #F6F6F6;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.788px;
  padding-top: 15px;
}

.team-box p {
  color: #5B5B5B;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.chairman-box {
  border-radius: 9.291px;
  border: 0.929px solid #3B3B3B;
  background: linear-gradient(334deg, rgba(177, 31, 36, 0.30) -157.87%, rgba(255, 255, 255, 0.00) 91.04%);
  box-shadow: 0px 3.71642px 3.71642px 0px rgba(0, 0, 0, 0.25), 0px 3.71642px 7.43284px 0px rgba(0, 0, 0, 0.25), 0px 3.71642px 17.65298px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 40px;
}

.chairman-box h3 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  padding-top: 20px;
}

.chairman-box h5 {
  color: #F2F2F2;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  padding-top: 30px;
}

.chairman-box span {
  color: #5A5A5A;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.chairman-box p {
  color: #C0C0C0;
  font-size:17px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  padding-top: 0;
}

.slider-team .slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 90%;
}

.slider-team .slick-dots {
  text-align: center;
}


/* Center mode styles */
.slick-center .team-box {
  transform: scale(1.2);
  /* Adjust the scale factor as needed */
  transition: transform 0.3s ease;
  z-index: 2;
}

.slick-slide {
  transition: transform 0.3s ease;
}

/* Optionally, you can add styles to control the size of all centered items */
.slick-slide img {
  width: 100%;
}

/* //////////////////////////////////////////service////////////////////////////////////////////////////////////////// */
.banner-ser img {
  height: 60vh;
  object-fit: cover;
  position: relative;
}

.ban-cont-ser {
  position: absolute;
  bottom: 50%;
  padding: 0px 98px;

}

.ser-inn h1 {
  font-size: 80px !important;
  line-height: 110.788px;
}

.serv-det-gre-1 {
  background-image: url("../images/service/gre-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.serv-det-gre-2 {
  background-image: url("../images/service/gre-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.serv-det-gre-5 {
background-image: url("../images/service/grey-5.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.serv-det-gre-6 {
background-image: url("../images/service/int.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.gre-absolute {}

.gre-absolute h5 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.gre-absolute p {
  color: #C0C0C0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}


.rtl-gre {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: center;
  align-items: flex-end;
}

.serv-det-gre-3 {
  background-image: url("../images/service/gre-3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.serv-det-gre-3 h3 {
  color: #F2F2F2;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.serv-det-gre-3 li {
  list-style: none;
  color: #BCBCBC;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  white-space: nowrap;
}

.serv-det-gre-4 {
  background-image: url("../images/service/gre-4.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}




.owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
  padding: 30px;
  position: relative;
}

.owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-bottom: 40px;
}

.owl-carousel .owl-item img {
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}


 .avt-svg{
	margin-left: 60px;
}
.owl-carousel .owl-item .test-card {
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .test-card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  height: 20px;
  background: #db83868f !important;
  border-radius: 50% !important;
  opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  height: 13px;
  width: 13px;
  border-radius: 50% !important;
  opacity: 1;
  transform: translateY(2px);
  background: #b11f24 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
  .owl-carousel .owl-item .card .name {
    left: 24%;
  }
}

@media(max-width: 360px) {
  .owl-carousel .owl-item .card .name {
    left: 30%;
  }
}


.test-flex {
  display: flex;
}

.test-flex h5 {
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}

.test-flex p {
  color: #828282;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  /* 206.25% */
}

.testimonial {
  color: #E7E7E7;
  text-align: center;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}



/* ///////////////////////projects/////////////////////////////////////// */
.project-box {
  border-radius: 2px;
  position: relative;
  border: 1px solid grey;
  overflow: hidden;
  height:515px;
  margin-bottom: 30px;
}
.project-box img{
object-fit:cover;
height:100%;
}

.project-box:hover {
  border: 2px solid rgb(255, 255, 255);
}

.project-box:hover img {
  animation: zoomInOut 5s ease-in-out infinite alternate;
}

.proj-ban img {
  height: 52vh;
}

.project-cont {
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 5.24%, rgb(0 0 0) 92.98%), #d3d3d305 -22.099px 0px / 109.324% 100% no-repeat;
}

.project-cont h5 {
  color: #FFFDFD;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  padding-top: 15px;

}

.project-cont p {
  color: #FFFDFD;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding-top: 8px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.prject-head {
  display: flex;
  align-items: center;
}

.project-locate {
  border-radius: 5px;
  background: #313131;
  padding: 5px 20px;
  margin-left: 20px;
  margin-bottom: 0;
  color: #ffffff;
}

.project-locate svg {
  margin-right: 10px;
}

.pro-det h1 {
  color: #F2F2F2;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  width: fit-content;
}


.banner-pro img {
  height: 70vh;
  object-fit: cover;
  position: relative;
}

.ban-cont-pro {
  position: absolute;
  bottom: 12%;
  padding: 0px 98px;
}

.banner-pro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  background: linear-gradient(68deg, rgb(0 0 0 / 0%) 6.81%, rgba(0, 0, 0, 0.00) 45.85%), linear-gradient(194deg, rgba(0, 0, 0, 0.00) 0%, #0b0b0c6b 67.41%);
}


.date-box {
  display: flex;
  border-radius: 8px;
  border: 1px solid #909090;
  background: linear-gradient(94deg, rgba(250, 250, 250, 0.14) 21.64%, rgba(250, 250, 250, 0.00) 107.58%);
  padding: 8px 20px;
  width: 340px;
  justify-content: space-between;
  
}

.date-box h6 {
  color: #F2F2F2;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
    margin-bottom:0px;
}

.date-box p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  margin-bottom:0px;
}

.project-gal h3 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}


.slick-slider .custom-slide {
  width: 400px;
  height: 400.463px;
  border-radius: 7.965px;
  box-shadow: 0px 3.185964822769165px 41.41754150390625px -3.185964822769165px rgba(56, 182, 255, 0.07);
}

.slick-slider .slick-current .custom-slide {
  width: 430px;
  height: 500px;
  border-radius: 10px;
  box-shadow: 0px 4px 52px -4px rgba(56, 182, 255, 0.07);
}

.slick-slider .custom-slide img {
  height: 490px;
  width: 100%;
  object-fit:cover;
  border-radius: 7px;
  margin-top:100px;
}

/* .slick-slider .slick-current .custom-slide { */
  /* height: 590px; */
  /* width: 90%; */

/* } */

/* .slick-slider .slick-current .custom-slide img { */
  /* height: 590px; */
  /* width: 100%; */
  /* margin-top:0px !important; */
/* } */

.overview-sec {
  background: #731718;
}
.det-box{
	margin:0px 20px
}
.det-box img{
	height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
.overview-sec h3 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}


.overview-sec p {
  color: #C0C0C0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  padding-top: 15px;
}


/* //////////////////////PRODUCTS///////////////////////////// */

.product-head H1 {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 124.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 110.788px;
}

.all-products h3 {
  color: #F2F2F2;

  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  border-radius: 10px;
  outline: 0;
}
.modal{
	background: #ffffff1a;
}
.modal-body{
  padding: 32px 52px;
}
.modal-header {
  border-bottom: 0px;
  padding: 32px 52px;
}

.modal-title {
  color: #FFF;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  width: 70%;
}

.modal-dialog {
  max-width: 700px;
}

.modal-header .btn-close {
  background-color: white;
}

.modal-body input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid grey;
  width: 100%;
  color: white;
  margin-bottom: 50px;
}

.modal-body textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid grey;
  width: 100%;
  color: white;
}

.modal-footer {
  border-top: 0px;
  justify-content: start;
}

/*.modal {*/
/*  top: 100px;*/
/*}*/


/* ////////////////////////BLOG///////////////////////////// */

.blog-det-sec H3 {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.blog-det-img img {
  height: 496px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-det-img p {
  border-radius: 5px;
  background: rgba(80, 80, 80, 0.60);
  backdrop-filter: blur(10px);
  width: fit-content;
  padding: 4px 24px;
  position: absolute;
  bottom: 0;
  color: white;
  left: 2%;

}

.similar-blog h3 {
  color: #FFF;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
}


/* //////////////////CONTACT////////////////// */

.map-box {
  border-radius: 10px;
  border: 1px solid #3B3B3B;
  background: linear-gradient(334deg, rgba(177, 31, 36, 0.30) -157.87%, rgba(255, 255, 255, 0.00) 91.04%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.25), 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
}

.open-time {
  color: #F2F2F2;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.time {
  color: #F2F2F2;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  padding-left: 52px;
  padding-top: 0px !important;
}
.time{
  border-bottom: 1px solid grey;
  padding-bottom: 30px;
}
.time span {
  color: #7B7B7B;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

.ser-h4 {
  color: #F2F2F2;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.inn-servi .serv-index-box {
  height: 100%;
}

.testi-head {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}



.floating_btn {
  position: fixed;
  bottom: 400px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.gl-translate{
	position: fixed;
	  bottom: 100px;
  right: 10px;
}

.floating_btn-2 {
  position: fixed;
  bottom: 335px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.floating_btn-3 {
  position: fixed;
  bottom: 271px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.floating_btn-4 {
  position: fixed;
  bottom: 206px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
 .floating_btn-5 {
  position: fixed;
  bottom: 140px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.floating_btn:hover svg {
  fill: #b11f24
}

.floating_btn-2:hover svg {
  fill: #b11f24
}

.floating_btn-3:hover svg {
  fill: #b11f24
}

.floating_btn-4:hover svg {
  fill: #b11f24
}
.floating_btn-5:hover svg {
  fill: #b11f24
}
.contact_icon {

  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.tool p {
  padding: 0px 20px;
  background-color: black;
  color: white;
  font-size: 15px;
  border-radius: 7px;
}

.hom-abs {
  position: absolute;
  bottom: -90%;
  left: -6px;
}

.hom-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}


.hom-abs {
  display: none;
}

.home-li:hover .hom-abs {
  display: block !important;
}

.ab-abs {
  display: none;
}

.ser-abs {
  display: none;
}

.pr-abs {
  display: none;
}

.prod-abs {
  display: none;
}

.blog-abs {
  display: none;
}

.cont-abs {
  display: none;
}



.ab-li:hover .ab-abs {
  display: block !important;
}

.ser-li:hover .ser-abs {
  display: block !important;
}

.pr-li:hover .pr-abs {
  display: block !important;
}

.prod-li:hover .prod-abs {
  display: block !important;
}

.blog-li:hover .blog-abs {
  display: block !important;
}

.cont-li:hover .cont-abs {
  display: block !important;
}

.ab-abs {
  position: absolute;
  bottom: -90%;
  left: 51px;
}

.ab-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.ser-abs {
  position: absolute;
  bottom: -90%;
  left: 121px;
}

.ser-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.pr-abs {
  position: absolute;
  bottom: -90%;
  left: 188px;
}

.pr-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.prod-abs {
  position: absolute;
  bottom: -90%;
  left: 252px;
}

.prod-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.blog-abs {
  position: absolute;
  bottom: -90%;
  left: 330px;
}

.blog-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.cont-abs {
  position: absolute;
  bottom: -90%;
  left: 380px;
}

.cont-abs::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0);
  top: -7px;
  left: 40%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}



.ind-ser .learn-btn .learn-more-bottom {
  left: -60px;
}

.product-modal .modal-header .btn-close {
  background-color: transparent;
}


.product-modal .btn-close {
  width: 20px;
  height: 20px;
}


.bb-gre{
  background: linear-gradient(90deg, rgba(225, 225, 225, 0.00) 0%, rgba(225, 225, 225, 0.70) 49.41%, rgba(225, 225, 225, 0.00) 100%);
  height: 1px;
  width: 100%;
  margin-top: 50px;
}
form button{
  border: 0;
  background-color: transparent;
}
form .learn-btn .learn-more-bottom{
  left: -32px;
}

.modal-body button{
  border: 0;
  background-color: transparent;
}
.modal-body .learn-btn .learn-more-bottom{
  left: -32px;
}

.latest {
  width: 65px;
  position: absolute;
  top: 0;
  right:20px;
}

.abt-pt{
padding-top:80px;
}
.why-flex p{
color:white;
padding-top:10px;

}
.serv-main .learn-btn .learn-more-bottom{
left: -58px;
}

.banner-ser-con{
background-image: url(../images/service/constraction.png);
background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    background-position-y: -54px;
	background-size: cover;
}
.const-pt{
padding-top: 350px;
}
.banner-ser-consul{
background-image: url(../images/service/consult.png);
background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    background-position-y: -10px;
	background-size: cover;
}

.banner-ser-inter{
background-image: url(../images/service/inter.png);
background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    background-position-y: -54px;
	background-size: cover;
}

.banner-proj {

background-image: url(../images/projects/pr-banner.png);
background-repeat: no-repeat;
width: 100%;
height: 600px;
background-position-y: -54px;
background-size: cover;

}

.banner-servi{
background-image: url(../images/service/ser-banner.png);
background-repeat: no-repeat;
width: 100%;
height: 600px;
background-position-y: -54px;
background-size: cover;
}

.banner-blog{
background-image: url(../images/blogs/bl-banner.png);
background-repeat: no-repeat;
width: 100%;
height: 600px;
background-position-y: -54px;
background-size: cover;
}

.banner-contact{
background-image: url(../images/contact/cont.png);
background-repeat: no-repeat;
width: 100%;
height: 580px;
background-position-y: -54px;
background-size: cover;
}

.addr{
color: #979797;
font-family: Urbanist;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%;
}
.prod-h3{
color: #F2F2F2;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 44px; 
}
.col-h3{
color: #F2F2F2;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 44px;
}
















.button {
  --width: 150px;
  --height: 35px;
  --tooltip-height: 35px;
  --tooltip-width: 90px;
  --gap-between-tooltip-to-button: 18px;
    --button-color: #1163ff00;
  --tooltip-color: #fff;
  width: var(--width);
  height: var(--height);
  background: var(--button-color);
  position: relative;
  text-align: center;
  border-radius: 0.45em;
  font-family: "Arial";
  transition: background 0.3s;
}




.button::after,.button::before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.text {
  display: flex;
  align-items: center;
}

.button-wrapper,.text,.icon {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
}

.text {
  top: 0
}

.text,.icon {
  transition: top 0.5s;
  font-size: 18px;
}

.icon { color: #B11F24; bottom: -200px; display: flex; align-items: flex-start; z-index: 999; }

.icon svg {
  width: 24px;
  height: 24px;
}

.content .icon{
	align-items: unset !important;
}

.button:hover {
  background: transparent;
  color:#B11F24 !important;
}

.button:hover .text {
  top: -100%;
}

.button:hover .icon {
  top: 0;
}

.button:hover:before,.button:hover:after {
  opacity: 1;
  visibility: visible;
}

.button:hover:after {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
}

.button:hover:before {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
}

.svg-red{
	 position: absolute;
        right: -5px;

}
.prod-sv{
	 right: -10px !important;
}
.pr-list-text{
	    top: 6px;
		    font-weight: 300;
}
.sep{
	 position: absolute;
     right: 22px !important;
}
.but-s{
	width: 181px !important;
}
.all-pr-svg{
	    right: 6px!important;
}
.watermark-log{
	 width: 500px !important;
    height: auto !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    margin: auto;
    padding-top: 130px;
	
}
.serv-det-gre-10{
  background-image: url("../images/service/gre-10.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.serv-det-gre-11{
   background-image: url("../images/service/gre-11.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.serv-det-gre-10 h3 {
  color: #F2F2F2;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.serv-det-gre-10 li {
  list-style: none;
  color: #BCBCBC;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}
.serv-det-gre-11 h3 {
  color: #F2F2F2;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.serv-det-gre-11 li {
  list-style: none;
  color: #BCBCBC;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}
.test-ms{
	margin-left:60px;
}

.bf-svgs svg{
	width:20px !important;
	height:20px !important;
}

.popup-msg{
	position: fixed;
    bottom: 30px;
    right: 6px;
    width: 400px;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
	background: #b11f24;
    color: white;
}

.popup-msg .btn-close{
	background-image: url(../images/index/close.svg) !important;
    width: 10px;
    height: 5px;
    opacity: 1.5;
    background-size: cover;
}

.latest img{
	  height: 100px;
	  width: 35px;
}

.pr-nav-ov .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
	margin-bottom:15px;
}


/* width */
.pr-nav-ov ::-webkit-scrollbar {
  width: 5px;
  height:3px;
}

/* Track */
.pr-nav-ov ::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius:6px;
  margin-top:10px;
}
 
/* Handle */
.pr-nav-ov ::-webkit-scrollbar-thumb {
  background: #6f6f6f;
   border-radius:6px;
}

/* Handle on hover */
.pr-nav-ov ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.pr-nav-ov .nav-pills .nav-link{
	margin-bottom: 20px;
}

section.banner-sec {
    position: relative;
}

.res-ban-h {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    top: 0;
    bottom: 0;
	height:100vh;
}
.goog-te-gadget img{
	width:37px !Important;
}
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
button#soundBtn {
    position: absolute;
    bottom: 20px;
    left: 12px;
    background: #2c2a2b;
    color: #FFF;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 30px;
    border: 0;
	z-index: 999;
	cursor: pointer;
}