
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    font-family: "Roboto", sans-serif;
}
.actv {
  color: #8c0402 !important;
}
.left-t ul {
  padding: 4px 0;
  margin: 0;
  gap: 32px;
}
.clll {
    height: 44px;
    width: 44px;
    background-color: #7c0103;
    border-radius: 7px;
    position: relative;
    cursor:pointer;
}
.clll img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.left-t ul li {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 14px;
}
.left-t12 ul{
    justify-content: end;
}
.bottom-nav{
  padding: 8px;
}

.bottom-nav ul{
   justify-content: end;
   /* width: 75%;
   margin: auto; */
}
.logo{
    text-align: center;
}
.logo img {
    width: 40%;
}
.left-navbar img {
  width: 212px;
  padding: 1px;
}

.bottom-nav ul{
    margin: 0;
}
/* .bottom-nav{
    padding: 20px 0;
} */
/* .logo{
    width: 200px;
    position:relative
}
.logo img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
} */

.ref img{
  width: 15px;
}
.left-navbar1221 img{
    width: 287px;
    padding: 16px;
}

.top-header {
  /*clip-path: polygon(0 0, 100% 0, 95% 88%, 4% 100%);*/
  margin: auto;
  width: 88%;
}
.ce{
  width:18px;
}

.ul{
  gap: 38px;
}
.ul li{
  list-style: none;
  text-align: center;
}
 .bottom-nav ul li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.55px;
} 
.sub-nav p {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.55px;
  /* margin-top: 10%; */
  /*font-weight: 400;*/
  margin-bottom: 0px;
}
.header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999999999999999999999999;
    box-shadow: black 0px 0px 25px -18px;
}
.navb{
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999999999999999999999999;
    box-shadow: black 0px 0px 25px -18px;
}

.xer{
    text-align: center;
    background-color: #7c0103;
    color: #fff;
    padding: 8px;
    margin-bottom:0px;
}
.lie{
  position: relative;
}
/* .lie::after {
  position: absolute;
  content: "";
  border-right: 1px solid #ccc;
  width: 2px;
  height: 53px;
  right: -38%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lie:nth-child(5)::after{
  display: none;
} */

/* banner */
.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.ban-text {
  top: 0;
  left: 0;
  width: 41%;
  z-index: 9;
  top: 62%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.bannerswiper .swiper-slide::after {
    position: absolute;
    content: "";
    /* background-color: #0d010273; */
    /*background-color: #b3b5b9ad;*/
    /* background: linear-gradient(180deg, #552120d4, transparent ); */
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(81deg, #00000061, transparent);
    
}
.bannerswiper.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
  display: inline-block;
  border-radius: 58%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.bannerswiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #8a8c90;
}
.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
  position: absolute;
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  /* transform: translate(-50%, -50%); */
    top: 58%;
    /* left: 50%; */
}
.bannerswiper .swiper-button-next:after,.bannerswiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
 .bannerswiper .swiper-button-prev{
    left: 60px;
    right: auto;
}
.bannerswiper .swiper-button-next{
    right: 60px;
    left: auto;
} 


.bannerswiper .swiper-button-next:before, .bannerswiper .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-size: contain;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    z-index: -1;
    background-color: #212529cf;
    transform: translate(-50%, -50%);
    top: 26%;
    left: 17%;
}
.im{
  transition: all .7s;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*-webkit-transform:scale(1);*/
    /*-ms-transform:scale(1);*/
    /*transform:scale(1);*/
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
  }
.im img{
  width:100%
}

.bannerswiper .swiper-slide .im{
    transition:all 5s;
}
.bannerswiper .swiper-slide-active .im{
    transform:scale(1.1);
}
.sl-hd h1 {
    position: relative;
    color: #fff;
	font-size: 35px;
    line-height: 1.0em;
    font-weight: 400;
	opacity: 0;
    margin-bottom: 36px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
  line-height: 49px;
}
.bannerswiper .swiper-slide-active .sl-hd h1{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}
.sl-hd p{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 400;
    line-height: 31px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.sl-hd p:before{
    position: absolute;
    left: 45px;
    bottom: 4px;
    right: 35px;
    height: 4px;
    content: "";
    z-index: -1;
}

.bannerswiper .swiper-slide-active .sl-hd p{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1500ms;    
}



.main-banner-area {
  position: relative;
  z-index: 1;
  height: 800px;
  overflow: hidden;
}


.main-banner-content h2 {
  font-size: 43px;
  color: #fff;
  margin: 5px 0 16px 0;
  letter-spacing: 0.55px;
  font-weight: 700;
  transform: translateX(100%);
  transition: all 1s;
}
.bannerswiper .swiper-slide-active .main-banner-content h2 {
  transform: translateX(0%);
}
.main-banner-content p {
  font-size: 19px;
  letter-spacing: 0.55px;
  color: #fff;
  font-weight: 400;
  transform: translateX(-100%);
  transition: all 1s;
  margin-top: 5%;
}
.bannerswiper .swiper-slide-active .main-banner-content p {
  transform: translateX(0%);
}
.creative-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.creative-shape img{
width: 100%;
}
.banner-bar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 675px;
  left: 0;
  bottom: -200px;
  border-right: 2px solid #777986;
  border-bottom: 2px solid #777986;
  border-left: 2px solid #777986;
}

.bannerswiper .swiper-horizontal>.swiper-pagination-bullets, .bannerswiper .swiper-pagination-bullets.swiper-pagination-horizontal, .bannerswiper .swiper-pagination-custom, .bannerswiper .swiper-pagination-fraction {
  top: 39px;
  left: initial;
  right: 0;
  width: fit-content;
  writing-mode: tb-rl;
  display: flex;
  gap: 40px;
  height: 100%;
  justify-content: center;
  padding: 0 20px;
}
.bannerswiper .swiper-pagination-bullet {
  background-color: #900302;
  opacity: 0.8;
  height: 7px;
  width: 7px;
}
.bannerswiper .swiper-pagination-bullet-active{
  background-color: #fff;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.bannerswiper .swiper-pagination-bullet-active:before {
  content: "";
  border: 2px solid #fff;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
.side_panel-toggle-inner {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: 0;
  position: relative;
  color: inherit;
  line-height: 9px;
}
.side_panel-toggle-inner span {
  background: #90030282;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  transition: all 0.3s ease-out;
  color: inherit;
  vertical-align: top;
  position: absolute;
  left: 0;
  border: 1px solid #9003025c;
}
.side_panel-toggle-inner span:nth-child(1) {
  animation: move1 1s infinite;
}
@keyframes move1{
  0%{
  /*   width: 6px;*/
  /*height: 6px;*/
    background: green;
  }
  50%{
  /*  width: 8px;*/
  /*height: 8px;*/
    background: #90030282;
  }
  100%{
  /*   width: 6px;*/
  /*height: 6px;*/
    background: green;
  }
}
.side_panel-toggle-inner span:nth-child(2) {
  left: 9px;
  animation: move2 1s infinite;
    animation-delay:.3s;
}
@keyframes move2{
  0%{
  /*   width: 6px;*/
  /*height: 6px;*/
    background: green;
  }
  50%{
  /*  width: 8px;*/
  /*height: 8px;*/
    background: #90030282;
  }
  100%{
  /*   width: 6px;*/
  /*height: 6px;*/
    background: green;
  }
}
.side_panel-toggle-inner span:nth-child(3) {
  left: 18px;
  animation: move3 1s infinite;
  animation-delay:.6s;
}
@keyframes move3{
  0%{
  /*   width: 6px;*/
  /*height: 6px;*/
    background: green;
  }
  50%{
  /*  width: 8px;*/
  /*height: 8px;*/
    background: #90030282;
  }
  100%{
  /*   width: 6px;*/
  /*height: 6px;*/
    background: green;
  }
}
.side_panel-toggle-inner span:nth-child(4) {
  top: 9px;
  animation: move4 1s infinite;
  animation-delay:.9s;
}
@keyframes move4{
  0%{
    background-color: green;
  }
  50%{
    background: #90030282;
  }
  100%{
    background-color: green;
  }
}
.side_panel-toggle-inner span:nth-child(5) {
  top: 9px;
  left: 9px;
  animation: move4 1s infinite;
  animation-delay:1.2s;
}
.side_panel-toggle-inner span:nth-child(6) {
  top: 9px;
  left: 18px;
  animation: move4 1s infinite;
  animation-delay:1.5s;
}
.side_panel-toggle-inner span:nth-child(7) {
  top: 18px;
  animation: move7 1s infinite;
  animation-delay:1.8s;
}
@keyframes move7{
  0%{
    /*left:0;*/
    background: green;
  }
  50%{
    /*left:18px;*/
    background: #90030282;
  }
  100%{
    /*left:0;*/
    background: green;
  }
}
.side_panel-toggle-inner span:nth-child(8) {
  top: 18px;
  left: 9px;
  animation: move4 1s infinite;
  
  animation-delay:2.1s;
}
.side_panel-toggle-inner span:nth-child(9) {
  top: 18px;
  left: 18px;
  animation: move9 1s infinite;
  animation-delay:2.4s;
}
@keyframes move9{
  0%{
    /*left:18px;*/
    background: green;
  }
  50%{
    /*left:0;*/
    background: #90030282;
  }
  100%{
    /*left:18px;*/
    background: green;
  }
}



/* .coof:hover span:nth-child(1) {
  left: 18px;
}
.coof:hover span:nth-child(3) {
  left: 0px;
}
.coof:hover span:nth-child(7) {
  left: 18px;
}
.coof:hover span:nth-child(9) {
  left: 0px;
} */

/* banner end */


/* about us start */
.ab-para p{
   font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 31px;
    color: #000;
    font-weight: 400;
}
.ab-para {
  width:65%;
  margin: auto;
}
.gene{
  margin: auto;
  width: 67%;
}
.gene p{
  font-size: 17px;
   letter-spacing: 0.55px;
   line-height: 31px;
   color: #000;
   font-weight: 400;
}
.ab-hd p{
  font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #890302a6;
}
.ab-hd h2 {
    font-size: 31px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    font-family: math;
    margin-bottom: 1px;
}
.ab-hd img{
  width:29px;
}
.pp p {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  transition: all .2s !important;
}
.ds a{
text-decoration: none;
}
.arr img {
  /* margin-right: 12px; */
  width:24px;
  /*animation: move 1s infinite;*/

}
.ap{
  filter: brightness(0) invert(1);
}
.ar2 img{
  width: 22px !important;
  transition: all .7s;
}
.what-list:hover .ar2 img{
  transform: rotate(-50deg);
}
.ds{
  display: flex;
}
.cluim img {
    width: 96%;
    height: 532px;
    object-fit: cover;
}

.clu-ine p {
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    /*text-align: justify;*/
}
.clu-ine h2 {
  font-size: 31px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 400;
  margin-bottom: 2%;
}
.cluster{
  padding: 5rem 0 2rem;
  /*background: linear-gradient(228deg, #144722, #000000);*/
    position: relative;
    /*border-radius: 2px 178px;*/
    /*background-image: linear-gradient(to right, #3ea161, #67b150, #95be39, #c7c71d, #ffcc00);*/
    z-index: 1;
    /*background-color:#1f1e17;*/
}
    /* #e0e0e033 */
    /* #2b1514 */

.p-6{
    padding:6rem !important;
}
.cluster::before {
  position: absolute;
  content: "";
  background-image: url(../images/ax.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-repeat: repeat;
  opacity: 0.01;
  border-radius: 2px 178px;
}

.b1 {
  /*border: 1px solid #fff;*/
  padding: 16px 9px;
  border-radius: 3px;
  height: 100%;
  background: #fff;
  position: relative;
  /*box-shadow: black 2px 8px 2px -4px;*/
  border-radius: 19px 1px;
  text-align: center;
}
.b1 img {
  width: 100px;
  height: 57px;
  object-fit: cover;
  -webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.b1:hover.b1 img{
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
}
  

.b1 p {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1rem;
  transition: all .3s;
}
.vlo {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.55px;
  padding: 0px;
  text-align:center;
}
.about-sc{
  position: relative;
}
.about-sc::after {
  position: absolute;
  content: "";
  background-image: url(../images/moc.png);
  background-size: cover;
  height: 298px;
  width: 32%;
  top: 57%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.1;
}
.ss-list h2 {
    font-size: 39px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: #7c0907;
    font-weight: 500;
}
.ss-list p{
    margin-top: 7%;
    color: #000;
    font-size: 17px;
    letter-spacing: 0.55px;
}
.about{
    text-align:center;
}
.ss-list{
    position:relative;
}
.ss-list::after {
    position: absolute;
    content: "";
    /* background-color: #e73f244d; */
    background-size: contain;
    height: 109%;
    width: 5%;
    left: 0;
    top: 0;
    border-right: 1px solid #86050940;
}
.about .col-lg-3:nth-child(1) .ss-list::after {
    border:none;
}

.zo p {
    font-size: 17px;
    letter-spacing: 1px;
    text-align: justify;
    color: #000000ba;
    font-weight: 400;
    line-height: 25px;
}

.zo{
  padding: 2rem 0;
  border-bottom: 1px solid #e1d8d8;
}

.prohj ul li:nth-child(7){
    border:none;
}
.pro h2{
    font-size: 27px;
    letter-spacing: 0.55px;
    text-align:center;
}

.lkl h2{
    margin-bottom: 0% !important;
}









/* about us end */

/* products */

.left-test-img img{
  width:100%;
}
.test-nm{
  margin-top: 6%;
  text-align: center;
}
.test-nm p {
  font-size: 18px;
  letter-spacing: 0.55px;
  font-weight: 400;
  color: #000;
}
.left-test-img::after{
  position: absolute;
  content: "";
  background-image: url(../images/as.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.left-test img{
  width:32px;
}
.duff{
  position:relative;  
}

.duff::after {
  position: absolute;
  content: "";
  background-color: #000;
  box-shadow: #626262 4px 5px 0px 0px;
  background-size: contain;
  height: 52px;
  width: 52px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.left-test p{
  font-size: 17px;
  letter-spacing: 0.55px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}
.para li{
    margin-bottom: 2%;
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000cf;
    list-style: circle;

}
.left-test h2{
  font-size: 31px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    margin-bottom: 3%;
}
.bannerfirst3 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  color: #8b0403;
}
.bannerfirst3 .swiper-wrapper{
  padding-bottom: 3rem;
}
.bannerfirst3 .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 7px));
  display: inline-block;
  border-radius: 11%;
  background: #8b0403;
  /* opacity: var(--swiper-pagination-bullet-inactive-opacity, .2); */
}
.req-bt a {
  padding: 12px 21px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  position: relative;
  border: 1px solid #fff;
  transition: all .3s;
}
.req-bt a:hover{
  background-color:transparent;
  color: #fff;
  background-color: #7c0907;
  border: 1px solid #7c0907;
}
.rws a{
  padding: 12px 21px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  position: relative;
  border: 1px solid #000;
  transition: all .3s;
}
@keyframes move{
  0%{
      transform:translateX(-12px);
  }
  50%{
      transform:translateX(0px);
  }
  100%{
      transform:translateX(-12px);
  }
}

.dc a {
  padding: 12px 21px;
  color: #fff;
  background-color: #7c0907;
  border: 1px solid #7c0907;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  position: relative;
  transition: all .3s;
}
.dc a:hover{
  background-color:transparent;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.al a {
  padding: 12px 21px;
  color: #000;
  background-color: #fff;
  border: 1px solid #7c0907;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  position: relative;
  transition: all .3s;
}
.al a:hover{
  background-color:transparent;
  color: #fff;
  background-color:#7c0907 ;
  border: 1px solid #7c0907;
}
/* producrs end */



/* harmo start */
.harmo a{
  text-decoration: none;
}
.tex {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 1rem 1rem 1rem 1rem;
  box-shadow: 0px 0px 3px -1px;
  border-radius: 0 0 3px 3px;
}
.tex span{
  font-size: 14px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
}
.tex p{
  font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 23px;
    font-weight: 400;
}
.what-list img{
  border-radius: 3px 3px 0 0;
  width:100%;
  transition: all .7s;
  overflow: hidden;
}
.haer p{
  font-size: 30px;
  letter-spacing: 0.55px;
  font-weight: 400;
  margin-bottom: 2%;
  color:#fff;
}
.harmo {
  padding: 4rem 0 !important;
  position: relative;
  z-index: 1;
}
.harmo::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #552120d4 59.8%, transparent 0);
  background-size: contain;
  height: 101%;
  width: 100%;
  top: 0;
  right: 0;
  /* border-radius: 200px 0 0 0; */
  z-index: -2;
}
.harmo::before {
  position: absolute;
  content: "";
  background-image: url(../images/service-b.webp);
  background-size: cover;
  height: 68%;
  width: 100%;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  /* opacity: 0.12; */
  background-repeat: no-repeat;
}
.hoem{
  overflow: hidden;
}

.what-list:hover img{
  transform: scale(1.1);
}
/* harmo end */

/* test start */
.untes span{
  font-size: 30px;
    letter-spacing: 0.55px;
    font-weight: 400;
    margin-bottom: 2%;
    color: #000;
}
.untes p{
  font-size: 16px;
  letter-spacing: 0.55px;
  width:75%;
  margin: auto;
  line-height: 21px;
  margin-bottom: 3%;
  margin-top: 1%;
 color: #890302a6;
}
.test-da{
  position: relative;
}
.test-da::after{
  position: absolute;
  content: "";
  /* bottom: -19px; */
  left: 9%;
  height: 48px;
  width: 93px;
  background-image: url(../images/quo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  top: 12%;
  opacity: 0.09;
}
.test-da {
    position: relative;
    padding: 5rem 3rem 5rem 4rem;
}
.left-ttxx img{
    height: 495px;
    object-fit: cover;
}
.test-pro {
  position: absolute;
  top: 85%;
  left: 6%;
  display: flex;
  gap: 32px;
  align-items: center;
}
.test-da:before {
  position: absolute;
  content: "";
  background-image: url(../images/wf.png);
  background-size: cover;
  height: 279px;
  width: 361px;
  top: 46%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.05;
}
.test-img img{
 width: 81px;
    height: 81px;
    filter: drop-shadow(2px 2px 2px grey);
    border-radius: 50px;
    border: 1px dashed #fff;
    padding: 5px;
}
.bannerfirst4 .swiper-button-next, .bannerfirst4 .swiper-button-prev {
  top: 7%;
}
/* .bannerfirst4 .swiper-button-next:after, .bannerfirst4 .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
} */
.bannerfirst4 .swiper-wrapper {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.bannerfirst4 .swiper-button-prev {
  left: 92%;
}
.bannerfirst4 .swiper-button-next{
  right: 1%;
}

.bannerfirst4 .swiper-button-next:before{
  position:absolute;
  content:"";
  border:2px dashed #8b00049c;
  background-size:contain;
  height:38px;
  width:38px;
  border-radius: 50%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.bannerfirst4 .swiper-button-next:after {
  content: url(../images/sr.png);
  height: 63px;
  width: 61px;
}
.bannerfirst4 .swiper-button-prev:before {
  position: absolute;
  content: "";
  border: 2px dashed #8b00049c;
  background-size: contain;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerfirst4 .swiper-button-prev:after {
  content: url(../images/sr.png);
  height: 63px;
  width: 61px;
  transform:rotate(-180deg);
}
.untes{
  top:2%;
}
.untes h2{
  font-size: 31px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 400;
  margin-bottom: 3%;
}
.test-da p{
  font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}

/* test end */
/* foooter */
.ftr-content-title {
  font-size: 20px;
  letter-spacing: 0.55px;
  font-weight: 400;
  color: #000;
}
.footer-links ul {
  list-style: none;
}
.footer-links ul li {
  margin-bottom: 7px;
  list-style-type: none;
}
.footer-links ul li a {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.55px;
  text-decoration: none;
  font-size: 17px;
    line-height: 27px;
}

.fo input{
  height: 40px;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: #fff;
  padding-left: 10px;
}

.footer{
  background-image: url(../images/asw.png);
  background-size: cover;
  padding: 5rem 0 0;
  /* background-color:#1c0a09; */
  position: relative;
  z-index: 1;
}

.newsletter-subscription p {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.55px;
}
.footer::after {
  position: absolute;
  content: "";
  background-image: url(../images/asw.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -3;
  background-repeat: repeat;
  opacity: 0.6;
}
.ftr-contact-info p {
    color: #000;
    margin-bottom: 0px;
}
a{
    text-decoration:none;
}


/* gallerey sdtasrt */
.gl11 {
  position: relative;
  border-radius: 10px 10px 0 0;
  }
  .gl11 img{
  border-radius: 10px 10px 0 0;
  }
  .gl-img{
      border-radius: 10px;
  }
  .gl11::before {
    background: rgb(0 0 0 / 30%);
      bottom: 0;
      content: "";
      left: 50%;
      position: absolute;
      right: 51%;
      top: 0;
      opacity: 1;
      pointer-events: none;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease;
  }
  
  
  .gl-img {
  box-shadow: black 0px 0px 11px -5px;
  }
  .gl-img:hover .gl11::before {
    left: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease;
  }
  
  
  .gl-btn p {
  font-size: 15px;
  color: #ffffff;
  }
  .dq {
  padding: 10px 10px 10px;
  transition: all .3s;
  background-color: #b60e1d;
  color: #fff;
  border-radius: 0 0 10px 10px;
  height:75px;
  }
  .mm a{
  text-decoration: none;
  }
  .glrx-h img {
    width: 100%;
    border-radius: 9px;
    height: 287px;
    object-fit: cover;
}
  .ppl {
      bottom: 75px;
      padding: 5px 8px;
      background: linear-gradient(90deg, #b60e1d, transparent);
      /* background-color: gray; */
      width: 186px;
      display: flex;
      gap: 7px;
      z-index: 999;
      align-items: center;
  }
  .ppl p{
      color:#fff;
      margin:0;
  }
  .ppl img{
      width:16px;
  }
  .dq p{
      font-size:18px;
      letter-spacing:0.55px;
  }
  
  /* image gallery */


  .page-banner::before{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 55px;
    background: url(../images/shape-layer2.png) no-repeat center;
    background-size: cover;
    z-index: 1;
}
.page-banner::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(31, 30, 23, 0.60);
    /* mix-blend-mode: multiply; */
    /* z-index: -1; */
}
.page-banner .brand-card {
  position: absolute;
  bottom: -18px;
  right: 75%;
  display: block;
  padding: 38px 38px;
  background-color: #fff;
  z-index: 2;
  border-radius: 122.64px 122.64px 0px 0px;
  /* -webkit-box-shadow: 0px 10px 60px 0px rgba(208, 208, 208, 0.35); */
  /* box-shadow: 0px 10px 60px 0px rgba(208, 208, 208, 0.35); */
}
.page-banner{
  height: 49vh;
}
.brand-card p{
  font-size: 23px;
    letter-spacing: 0.55px;
    font-weight: 600;
    color: #000;
}
.blog a{
  text-decoration: none;
}
.itm-txt span{
  color: #900200;
    font-weight: 400;
    font-size: 16px;
}
.itm-txt p{
   font-size: 17px;
    letter-spacing: 0.55px;
    color: #00000099;
    line-height: 28px;
}
.itm-img img{
  height: 371px;
    width: 563px !important;
    object-fit: cover;
}
.view-image {
  position: fixed;
  inset: 0;
  z-index: 500;
  padding: 3%;
  display: flex;
  flex-direction: column;
  animation: view-image-in 300ms;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999999999999999 !important;
}


/* contact us start */
.section-title h2 {
  letter-spacing: 0.55px;
  font-size: 27px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Nunito", sans-serif;
  text-align:center;
}
.asoo h2{
    letter-spacing: 0.55px;
    font-size: 25px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Nunito", sans-serif;
    text-align: center;
}

.section-title p{
  font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
}
.contact-info-item {
  padding: 18px 24px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  margin-bottom: 23px;
}
.contact-info-part{
  background-color: #8b0203;
  padding: 2rem;
  height: 100%;
}
.contact-info-item {
  display: flex;
  gap: 14px;
}
.icon img{
  width:27px;
}
.content h2{
  font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
}
.contact-page {
    padding-top: 4%;
    padding-bottom: 22%;

}
.content p{
font-size: 15px;
letter-spacing: 0.55px;
color: #000000d1;
margin-bottom: 0px;
}
.contact-form {
  padding: 37px 36px;
  /* -webkit-box-shadow: 0px 10px 30px rgba(17, 19, 21, 0.07); */
  box-shadow: 0px 0px 4px rgb(47 42 42 / 46%);
  height: 100%;
  background-color: #fff;
}
.contact-form input, .contact-form select, .contact-form textarea, .contact-form .nice-select, .contact-form .form-control {
  font-size: 18px;
  padding: 6px 28px;
  border-radius: 5px;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form label {
  margin-bottom: 9px;
  font-size: 15px;
  color: #000000c7;
  font-weight: 400;
}
.form-control:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

/* contact us end */
/* #830d03 */




/* about us start */
.upper-list {
  text-align: center;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 3rem 0.5rem 2rem;
}
.upper-list img{
width: 60px;
}
.list-3{
margin-top: 105px;
}
.tf {
font-size: 16px;
font-weight: 400;
color: #8b0303;
font-weight: 400;
letter-spacing: 0.55px;
}
.jk h3 {
font-size: 17px;
font-weight: 400;
color: #246ea8;
font-weight: 600;
letter-spacing: 0.55px;
width: fit-content;
}
.jk {
position: relative;
width: fit-content;
text-align: center;
margin: auto;
}
.cly h2 {
  font-size: 32px;
  letter-spacing: 0.35px;
  color: #000;
  font-weight: 400;
  margin-bottom: 3%;
  line-height: 41px;
}
.cly p{
  font-size: 16px;
    letter-spacing: 0.55px;
    text-align: justify;
    color: #000;
    font-weight: 400;
    line-height: 25px;
}

.re {
    color: #860007d1;
    font-size: 27px;
    letter-spacing: 0.55px;
}
.cly{
  position: relative;
}


.manage {
    position: relative;
    padding: 5rem 0 0rem;
}
.manage::after{
position: absolute;
  content: "";
  background-image: url(../images/bgf.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-repeat: repeat;
  opacity: 0.4;
}
.page-title{
  position: absolute;
    bottom: 74px;
    z-index: 1;
}
.page-banner h1{
  color: #fff;
}
/*.faq-images .rounded-text {*/
/*    width: 268px;*/
/*    height: 239px;*/
/*    color: white;*/
/*    font-weight: 600;*/
/*    position: relative;*/
/*    border-radius: 50%;*/
/*    margin: 11% 3% 15%;*/
/*    background: var(--secondary-color);*/
/*}*/
.faq-images .rounded-text {
    width: 407px;
    height: 239px;
    color: white;
    /* padding: 10px; */
    font-weight: 600;
    position: relative;
    border-radius: 50%;
    margin: 8% 0% 15%;
    background: var(--secondary-color);
}
.rounded-text img{
    width:100%;
}
  .faq-images .rounded-text .coloring {
    fill: #87060a; 
  }
  .faq-images .rounded-text svg {
    -webkit-animation: rotated_circle 12s linear infinite;
    animation: rotated_circle 12s linear infinite;
   }
  .faq-images .rounded-text .vcklj {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 55px;
    width: 120px;
    height: 120px;
    line-height: 94px;
    text-align: center;
    border-radius: 50%;
    border: 1px dashed #87060a; 
  }
  @keyframes rotated_circle {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg); } 
    }
    .faq-images {
      z-index: 1;
      position: relative; 
    }
      .faq-images .image {
        margin-bottom: 30px;
       }
        .faq-images .image img {
          width: 100%; 
        }
        .faq-images .image.leaf {
          text-align: right;
         }
         .faq-images .image.leaf img {
          filter: drop-shadow(2px 2px 2px grey);
          width: 101%;
      }
        .faq-images .image.circle img {
          max-width: 84%;
          border-radius: 50%; 
        }
      /* .faq-images:after {
        content: '';
        z-index: -1;
        width: 530px;
        height: 530px;
        position: absolute;
        left: 50%;
        top: 45%;
        border-radius: 50%;
        background: #f3f3f380;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-shadow: #ffff00ba 0px 5px 72px 12px;
       } */
        @media only screen and (max-width: 767px) {
          .faq-images:after {
            width: 400px;
            height: 400px; } }
        @media only screen and (max-width: 479px) {
          .faq-images:after {
            width: 300px;
            height: 300px; } }
        @media only screen and (max-width: 375px) {
          .faq-images:after {
            width: 200px;
            height: 200px; } 
          }

          .tab-style-one .nav-link {
            width: 100%;
            padding: 9px 15px;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            border-radius: 5px;
            text-align: center;
           color: #7c0103;
            background-color: #fff;
            border:1px solid #7c0103;
          }
            .tab-style-one .nav-link i {
              font-size: 0.9em;
              margin-left: 5px; 
            }
            .tab-style-one {
              margin-right: -20px;
              gap: 23px;
              margin-bottom: 21px;
          }
      
          .tab-style-one .nav-link.active {
            
            background: #8c0402;
            border: 1px solid #8c0402;
            color: #fff;
           }
  .tab-pane p {
    font-size: 16px;
    letter-spacing: 0.55px;
     text-align: justify; 
    color: #000000c2;
    font-weight: 400;
    line-height: 24px;
    font-family: system-ui;
}
/* about us end */

.hc-blog-img img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  transition: all .7s ease;
  height: 274px;
}
   /* .hc-blog-img{
    position: relative;
   }  */
   .hc-blog-data {
    position: relative;
    padding: 27px;
    border-radius: 10px;
    z-index: 2;
    /* top: 146px; */
    left: 0px;
    right: 0;
    width: 90%;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 8px 20px 0 #eee;
    bottom: 55px;
    margin: 0 auto;
    text-align:center;
}
   .hc-blog-box a{
    color:#000;
    text-decoration: none;
}
.sehd h2{
    font-size: 31px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
}
.sehd p {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 26px;
    color: #000000b5;
    margin: auto;
    width: 73%;
}


.hc-blog-date{
  color: #7c0103;
  font-size: 16px;
  letter-spacing: 0.55px;
}
.hc-blog-title{
  font-size: 21px;
    letter-spacing: 0.55px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
}
.hc-blog-data p {
  font-size: 17px;
  line-height: 21px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000ad;
  letter-spacing: 0.55px;
}
.hc-blog-box:hover .hc-blog-data {
  box-shadow: 3px 3px 0 5px rgb(124 1 3 / 22%);
  cursor: pointer;
}
.hc-blog-box:hover .hc-blog-img img{
   transform: scale(1.1); 
  /* transform: scale(1.2) rotate(5deg); */
  cursor: pointer;
 
}
.hc-blog-box:hover .pp p {
  letter-spacing: 2px !important;
 color: #000 !important;
}
.hc-blog-box:hover .sdffres img{
    opacity:9;
}

.hc-blog-img {
  border-radius: 10px;
  overflow: hidden;
}

/* .hc-blog-img img{
  overflow: hidden;
  
} */
.hc-blog-more p{
  color: #000;
  font-size: 16px;
  letter-spacing: 0.55px;
  transition: all .7s;
}
.hc-blog-more:hover{
  color:#fff
}

  


.tt{
        position: relative;

    }
    .tt::after{
        position: absolute;
        content: "";
        /*background: linear-gradient(90deg, #e53032 0%, #eb701e 100%);*/
        background-size: contain;
        height: 100%;
        width: 50%;
        top: 0;
        right: 0;
        /*background-image: linear-gradient(to top, #3ea161, #67b150, #95be39, #c7c71d, #ffcc00);*/
        background:#7c0103;
    }



.left-ttxx{
    position:relative;
}
.seal h3 {
    color: #fff;
    letter-spacing: 12.55px;
    font-size: 98px;
}
.seal {
    position: absolute;
    bottom: -3%;
    left: 5%;
}


.testswiper .swiper-wrapper{
    padding-bottom: 4rem;
}

.test-vc{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.55px;
}

.testswiper .swiper-button-next:after, .testswiper .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 21px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #fff;
}


.llk{
    height:50px;
    width:50px;
    background-color:#7c0103d9;
    border-radius:50%;
    position:relative;
    z-index:1;
}
.llk img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:-1;
    filter: brightness(0) invert(1);
}


.footde {
    position: absolute;
    top: -39px;
    text-align: center;
    background: #7c0103;
    /* border-radius: 9px; */
    padding: 18px 56px;
    margin: 0 auto;
    display: inline-table;
    left: 0;
    right: 0;
    /* box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); */
    width: 100%;
}
.footde h3{
    font-size: 20px;
    margin-bottom: 0px;
    color:#fff;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0.5em;
    margin-bottom: .125rem;
}
.contact_sectionAddressWrapper {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 15px;
    gap: 10px;
}

.newsletter-link .link-content {
    background-color: #ffffff;
    border: 1px solid #7c0103;
    color: #000;
    height: 45px;
    font-size: 14px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-grow: 1;
}
.newsletter-link .icon-btn {
    width: 65px;
    height: 45px;
    border: 1px solid #7b0103;
    background-color: #7b0103;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: -1px;
}
.newsletter-link{
    display:flex;
    text-decoration:none;
}

.icon-btn img{
width: 24px;
}
.footer-links ul{
    list-style:none;
}

.footer-links ul li{
margin-bottom: 7px;
}
.site-footer h5.ftr-content-title {
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight:500;
}
.til img {
    width: 23px;
    height: 23px;
}

.site-footer::after {
    position: absolute;
    content: "";
    background-color: #dfdfdf;
    background-size: contain;
    height: 360px;
    width: 1px;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
}

.asqqqq {
    top: -100%;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #0000008a;
    z-index: 999999999999999;
    transition:all .1s;
    opacity:0;
}
.asqqqqnew{
    top:0;
    opacity:1;
}

.modal-dialog11 {
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 38%;
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    
    transition:all .5s;
    transition-delay:.2s;
}
.modal-dialog11new{
    top:15%;
}

.footer-logo img {
    width: 222px;
    margin-bottom: 2rem;
    margin-left: -21%;
}
.site-footer {
    padding: 4rem 0;
    /*background-color: #cbfbb21f;*/
    box-shadow: 0px 1px 7px -5px;
    position: relative;
}
.sc-l {
    height: 30px;
    width: 30px;
    background-color: #dad3d32b;
    border-radius: 50%;
    position: relative;
    transition: all .3s;
}
.sc-l:hover{
     background-color: #000;
}
.sc-l img {
    width: 17px;
}

.sc-l img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  filter: brightness(0)invert(1);
}


.site-footer::before {
    position: absolute;
    content: "";
    background-image: url(../images/cba.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
     z-index: -3; 
    background-repeat: repeat;
    opacity: 0.6;
}






/*mhsbahjash*/
.duck::before {
  position: absolute;
  content: "";
  background-image: url(../images/sadasd.jpg);
  background-size: cover;
    height: 83%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -3;
    background-repeat: no-repeat;
    /*opacity: 0.7;*/

  
}
.duck::after {
    position: absolute;
    content: "";
    background-color: #7c01031f;
    background-size: cover;
    height: 83%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
}
.duck{
   position: relative;
    padding: 7rem 0;

}
.sepali {
    background-color: #fff;
    padding: 37px;
    margin-top: 11%;
    /* background: linear-gradient(140deg, #f39113, #121212 40%); */
    /* filter: drop-shadow(0px 2px 1px black); */
    box-shadow: #000 0px 0px 14px -7px;
}



/*anmbcasbjabbj*/



/*traing*/
.kaj h2 {
    font-size: 36px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 2%;
}
.kaj p{
    font-size: 16px;
    letter-spacing: 0.55px;
    text-align: justify;
    color: #000;
    font-weight: 400;
    line-height: 25px
}
.rahij h2{
    font-size: 25px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 2%;
}
.alo li p{
    font-size: 16px;
    letter-spacing: 0.55px;
}
.surf{
    padding-left: 1rem;
}
.alo li{
    list-style: auto;
}
.alo{
    padding-left: 1rem;
}
table,tr,td {
  border:1px solid #b1abab2e;
  height:40px;
}
.cer-dt {
    justify-content: space-between;
    gap: 0px;
    align-items: center;
    /* padding-left: 24px; */
    padding: 1rem;
}
.cer-dt img{
    width: 15px;
}
.cer-dt h4{
    font-size:16px;
    letter-spacing:0.55px;
    margin-bottom:0px !important;
    color:#000;
}
.cer-dt:hover h4{
    color:#0d6efd;
    cursor:pointer;
}
.kio h2 {
    font-size: 20px;
    margin-bottom: 0px;
    padding: 12px;
}
.acx{
    margin:14rem 0 3rem;
}
.mice{
    margin: 3rem 0 8rem;
}

	
/*trainhb  end*/

.ab-trr {
    margin: 14rem 0 5rem;
}
.ompa p {
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    text-align: left;
}
.pr-h h2{
    font-size: 32px;
    letter-spacing: 0.35px;
    color: #000;
    font-weight: 400;
    margin-bottom: 1%;
    line-height: 41px;
}
.surf p {
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #000000c2;
}
.pala{
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    text-align: left;
}
.rahij1 h2 {
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 1%;
}
.nic{
    box-shadow: none;
}
/*traabbAVBbb*/



















/*facilites*/
.facinee h2{
   font-size: 36px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 2%;
}
.facinee p{
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000f7;
    line-height: 27px;
    text-align: justify;
}
     .single-sidebar-widget {
    padding: 25px 0 15px;
    box-shadow: #000000bd 1px 1px 7px 0px;
    z-index: 1;
    background-color: #fff;
}
     .single-sidebar-widget11111 {
    position: sticky;
    top: 35%;
    z-index: 1;
}
    .project-info li .label {
    color: var(--theme-color);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-right: 15px;
}
 .project-info li {
    display: flex;
    grid-template-columns: 30% 70%;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-bottom: 15px;
}
.wid-title h2 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.55px;
    color: #7c0103;
    margin-bottom: 5%;
}
.selfi {
    width: 100%;
    object-fit: cover;
    border-radius: 11px;
    height: 443px;
}

#contactForm{
    margin-top:7%;
}
/*faciltiles end*/

.bannerswiper5 .swiper-pagination-bullet-active {
    opacity:9;
    background: #7c0103 !important;
}
.bannerswiper5 .swiper-pagination-bullet {
    background: #ffffff;
    opacity:9;
   
}
.itm-txt h2 {
    font-size: 29px;
    letter-spacing: 0.55px;
    font-weight: 400;
    line-height: 40px;
}



.mmp {
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}
.seee-immm21 {
    position: sticky;
    top: 6rem;
}

.gl11 img{
     height: 254px;
    object-fit: cover;
}

.bannerswiper5 .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
  display: inline-block;
  border-radius: 58%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.bannerswiper5 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #8a8c90;
}
.bannerswiper5 .swiper-button-next, .bannerswiper5 .swiper-button-prev {
  position: absolute;
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  /* transform: translate(-50%, -50%); */
    top: 45%;
    /* left: 50%; */
}
.bannerswiper5 .swiper-button-next:after, .bannerswiper5 .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
 .bannerswiper5 .swiper-button-prev{
    left: 11px;
    right: auto;
}
.bannerswiper5 .swiper-button-next{
    right: 13px;
    left: auto;
} 


.bannerswiper5 .swiper-button-next:before, .bannerswiper5 .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-size: contain;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    z-index: -1;
    background-color: #7c0103a3;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.seee-immm21 {
    position: sticky;
    top: 6rem;
}

.st-breadcumb-area img {
    width: 100%;
    height:100%;
    object-fit:cover;
}

































/* whaATapp css */
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background:#7c0103;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 37px;
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  /* background: #fff; */
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}

/*mana start*/
.inner-success {
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem 1rem;
}

#success {
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
}

.quick_sucInner {
  text-align: center;
}

.quick_sucInnerBtn {
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family: auto !important;
}

.quick_sucInner h3 {

  font-family: auto !important;
}

#successm {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}

.quick_sucInnerm {
    text-align: center;
}
/*manas end*/




.inner-lei {
  padding-top: 10rem;
}
.cer:nth-child(2) {
  background-color: #005900;
  top: -8%;
  left: 1%;
}
.cer:nth-child(2)::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cer::before {
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 110px;
  width: 14px;
  /* border-radius: 50%; */
  top: 50%;
  left: 50%;
  z-index: 1;
}
.cer::after {
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cer img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 40px;
}
.cer:nth-child(2) .tx-work {
  top: -88%;
  left: 163%;
  width: 280px;
}
.tx-work h2 {
  font-size: 16px;
  letter-spacing: 0.55px;
}
.cer:nth-child(3) {
  background-color: #09ca99;
  top: -8%;
  left: 54%;
}
.cer:nth-child(2) {
  background-color: #005900;
  top: -6%;
  left: -2%;
}
.cer:nth-child(2) .tx-work {
    top: -100%;
    left: 38%;
    width: 218px;
}

.cer:nth-child(2) .tx-work h2 span{
color: #005900;
}
.cer:nth-child(3) {
  background-color: #09ca99;
  top: -6%;
  left: 18%;
}

.cer:nth-child(3) .tx-work {
  top: -85%;
  left: 95%;
  width: 215px;
  line-height: 63px;
}

.cer:nth-child(3) .tx-work h2 span{
color: #09ca99;
}
.cer:nth-child(4) {
  background-color: #10c9d0;
  top: -6%;
  left: 40%;
}
.cer:nth-child(4) .tx-work {
  top: -110%;
  left: 115%;
  width: 258px;
}
.cer:nth-child(4) .tx-work h2 span{
color: #10c9d0;
}
.cer:nth-child(5) {
  background-color: #0675cc;
  top: -6%;
  left: 67%;
}
.cer:nth-child(5) .tx-work {
  top: -70%;
  left: 116%;
  width: 242px !important;
  text-align: left;
}
.cer:nth-child(5) .tx-work h2 span{
color: #0675cc;
}
.cer:nth-child(6) {
  background-color: #51048f;
  top: 12%;
  left: 95%;
}
.cer{
transform: scale(0.2);
}
.cer:nth-child(6) .tx-work {
    top: -9%;
    left: -273%;
    width: 255%;
}

.cer:nth-child(6) .tx-work h2 span{
color: #51048f;
}

.cer{
transform: scale(0.2);
}
.cer:nth-child(7) {
  background-color: #0015ed;
  top: 43%;
  left: 79%;
}
.cer:nth-child(7) .tx-work {
  top: -100%;
  left: -90%;
  width: 270px;
}
.cer:nth-child(7) .tx-work h2 span{
color: #0015ed;
}
.cer:nth-child(8) {
  background-color: #8f6904;
  top: 43%;
  left: 40%;
}
.cer:nth-child(8) .tx-work {
  top: -95%;
  left: -118%;
  width: 240px;
}
.cer:nth-child(8) .tx-work h2 span{
color: #8f6904;
}

.cer:nth-child(9) {
  background-color: #001437;
  top: 43%;
  left: 60%;
}
.cer:nth-child(9) .tx-work {
  top: -96%;
  left: -84%;
  width: 210px;
}
.cer:nth-child(9) .tx-work h2 span{
color: #001437;
}
.cer:nth-child(10) {
  background-color: #720091;
  top: 43%;
  left: 18%;
}

.cer:nth-child(10) .tx-work {
  top: -86%;
  left: -75%;
  width: 210px;
}
.cer:nth-child(10) .tx-work h2 span {
  color: #720091;
}
.cer:nth-child(11) {
  background-color: #21008b;
  top: 67%;
  left: 4%;
}

.cer:nth-child(11) .tx-work {
  top: 8%;
  left: 124%;
  width: 210px;
}
.cer:nth-child(11) .tx-work h2 span {
  color: #21008b;
}
.cer:nth-child(12) {
  background-color: #049b00;
  top: 92%;
  left: 18%;
}

.cer:nth-child(12) .tx-work {
  top: 130%;
  left: -75%;
  width: 216px;
}
.cer:nth-child(12) .tx-work h2 span {
  color: #049b00;
}
.cer:nth-child(13) {
  background-color: #537b00;
  top: 92%;
  left: 37%;
}

.cer:nth-child(13) .tx-work {
  top: -116%;
  left: -28%;
  width: 334px;
}
.cer:nth-child(13) .tx-work h2 span {
  color: #537b00;
}
.cer:nth-child(14) {
  background-color: #ff8a00;
  top: 92%;
  left: 56%;
}

.cer:nth-child(14) .tx-work {
  top: 130%;
  left: -28%;
  width: 215px;
}
.cer:nth-child(14) .tx-work h2 span {
  color: #ff8a00;
}
.cer:nth-child(15) {
  background-color: #9a00ff;
  top: 92%;
  left: 76%;
}

.cer:nth-child(15) .tx-work {
  top: -115%;
  left: -28%;
  width: 215px;
}
.cer:nth-child(15) .tx-work h2 span {
  color: #9a00ff;
}
.cer:nth-child(16) {
  background-color: #008583;
  top: 92%;
  left: 95%;
}

.cer:nth-child(16) .tx-work {
  top: 130%;
  left: -85%;
  width: 215px;
}
.cer:nth-child(16) .tx-work h2 span {
  color: #008583;
}
.inner-lei{
     padding-top: 10rem; 
}
.cer::after {
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cer::before {
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  height: 80px;
  width: 14px;
  /* border-radius: 50%; */
  top: 50%;
  left: 50%;
  z-index: 1;
}
.cer:nth-child(2)::before {
transform: translate(-50%, -50%) rotate(90deg);
}
.cer:nth-child(3)::before {
transform: translate(-50%, -50%) rotate(270deg);
}
.cer:nth-child(4)::before {
  transform: translate(-50%, -50%) rotate(271deg);
}
.cer:nth-child(5)::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.cer:nth-child(6)::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.cer:nth-child(7)::before {
  transform: translate(-50%, -50%) rotate(450deg);
}
.cer:nth-child(8)::before {
transform: translate(-50%, -50%) rotate(271deg);
}
.cer:nth-child(9)::before {
transform: translate(-50%, -50%) rotate(271deg);
}
.cer:nth-child(10)::before {
transform: translate(-50%, -50%) rotate(271deg);
}
.cer:nth-child(11)::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.cer:nth-child(12)::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.cer:nth-child(13)::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.cer:nth-child(14)::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.cer:nth-child(15)::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.cer:nth-child(16)::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.cer img{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 40px;
}
#arrow {
  padding: 5rem 0 8rem;
}
.cer {
  transform: scale(0.2);
}
.cer {
  transform: scale(0.2);
}
.cer {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 5px solid #fff;
}


/*registarion start*/
#mobiled {
  height: 100%;
  box-shadow: rgb(80, 18, 18) 0px 0px 9px -5px;
  padding: 23px;
  background-color: #fff;
  border-radius: 10px;
  width: 73%;
  margin: auto;
  position:relative;
}

#mobiled::after {
  position: absolute;
  content: "";
  background-size: contain;
  height: 100%;
  width: 100%;
  top: -1%;
  left: -1%;
  z-index: -1;
  border-radius: 12px;
  background: linear-gradient(140deg, #a65a5a, #1212125c 40%);
}
#mobiled lebel{
  margin-bottom:4px;
}

.contact-sec .form-input{
  width: 100%;
  display: block;
  border-radius: 1px;
  margin-bottom: 30px;
  padding: 14px 25px;
  border: 1px solid lightgray;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
    box-shadow: 0 20px 60px 0 rgba(107, 98, 119, 0.11);
  
   color: grey;
   padding-left: 11px !important;
  
  }
  
  .contact-form-group input:focus{
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
  }
  
  .contact-sec .form-input2 {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 39px 25px;
  border: 1px solid lightgray;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
    box-shadow: 0 20px 60px 0 rgb(68 17 135 / 11%);
  
   color: grey;
   padding-left: 11px !important;
   padding-top: 12px;
  }
  .contact-sec .form-input2:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid rgb(164, 164, 164);
  }
  #mobiled .form-input {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 12px 25px;
    border: 1px solid #00000073;
    border-radius: 6px;
    transition: all 0.25s ease;
    background-color: #f3f5f61f;
    color: #000;
    padding-left: 11px !important;
    font-size: 15px;
    margin-top: 1%;
}
  #mobiled .form-input:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid rgb(164, 164, 164);
  }
  #mobiled .form-input2{
  height: 14vh;
}
.ghjkl a{
  padding: 12px 43px;
  background-color: #fff;
  color: #000 !important;
  text-decoration: none;
  transition: all .3s;
  border: 1px solid #000 !important;
}
.ghjkl a:hover{
  background-color:#8b0203;
  color:#fff!important;
  border: 1px solid #8b0203 !important;
}
.h-d h1 {
    font-size: 33px;
    padding-bottom: 0px;
    letter-spacing: 0.55px;
    color: #000;
    text-align: center;
}
  .h-d span{
    color:#8b0203;
  }
  .appointment_bt a {
  top: 0;
  right: 0;
  padding: 20px 11px;
  background-color: #7c0103;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.55px;
}
.appointment_bt {
  position: fixed;
  top: 50%;
  left: 0.5%;
  transform: translateY(-50%);
  z-index: 99;
  writing-mode: tb;
}
.faregi{
    padding: 7rem 0 6rem;
}
.inputEmail4 label{
    font-size:16px;
    letter-spacing:0.55px;
    color:#000;
}
.gr {
    width: 100%;
    /* color: #00000078; */
    border-top: 1px dashed #000;
    margin-bottom: 5%;
}
/*admixssion end*/




