.about-banner {
  position: relative;
  z-index: 10;
  background-image: url(../image/aboutbanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.welcome {
  margin-top: 100px;
  text-align: center;
}

.box {
  width: 192px;
  height: 135px;
  background-color: var(--primary-color);
  clip-path: polygon(0 0, 100% 0, 100% 64%, 53% 100%, 0 68%);

  box-shadow: 4px 4px 25px 0 rgba(0, 52, 135, 0.25);
  position: relative;
  z-index: 10;
}

.wel-con {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
}

.box-parent {
  width: 17%;
  height: 100%;
  position: relative;
  transition: 0.5s;
}

.box-parent:hover{
  transform: translateY(-10px);
}

.box-inner {
  padding-top: 54px;
  width: 100%;
  height: 131px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 64%, 53% 100%, 0 68%);

  box-shadow: 4px 4px 25px 0 rgba(0, 52, 135, 0.25);
}

.box-inner h5 {
  margin: 0 auto;
  width: 70%;
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 0;
}

.top-img {
  position: absolute;
  z-index: 99;
  top: -25%;
  left: 45%;
  transform: translateX(-50%);
}

.overview {
  margin-top: 72px;
  margin-bottom: 100px;
  text-align: center;
}

.over-con {
  margin-top: 77px;
}

.over-img {
  margin: 0 auto;
  width: 69%;
}

.over-img img {
  width: 100%;
}

.over-con h4 {
  margin-top: 77px;
  font-size: 16px;
  font-weight: 600;
  color: #555353;
  letter-spacing: 0.5px;
  line-height: 25px;
}

.b-div {
  margin-top: 72px;
}

.div-new {
  position: absolute;
  z-index: -99;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 341px;
  height: 142px;
  clip-path: polygon(19% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.div-p {
  width: 100%;
  position: relative;
  /* z-index: -11; */
}

.div-p img {
  width: 100%;
}

.div-txt {
  position: absolute;
  top: -3%;
  left: 81%;
}

.div-txt img {
  width: 53%;
  margin-bottom: 8px;
}

.div-txt h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #191919;
}

.txt-2 {
  width: 54%;
  position: absolute;
  top: 40%;
  left: 41%;
}

.txt-2 p {
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555353;
  line-height: 20px;
  margin-bottom: 0;
}

.div-img {
  width: 100%;
}

.service {
  background-image: url(../image/Mask\ group3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 100px;
}

.service .gbl_heading {
  color: #ffffff;
}
.service .line {
  background-color: #ffffff;
}

.service .div {
  background-color: #ffffff;
}

.service p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 9px 0 0 0;
}

.s-con {
  margin-top: 72px;
}

.s-div {
  margin: 0 auto;
  width: 95%;
  height: 103px;
  background-color: #ffffff;
  transform: skew(-20deg);
  padding: 18px 29px;
  transition: 0.5s;
  margin-bottom: 40px;
}

.new-d {
  transform: skew(20deg) !important;
}

.new-div {
  transform: skew(-20deg) !important;
}

/* .s-div:hover {
  transform: skew(20deg);
}

.s-div:hover .div-con {
  transform: skew(-20deg);
} */

.div-con {
  transform: skew(20deg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}

.s-txt {
  text-align: left;
}

.s-icon {
  font-size: 28px;
  color: var(--primary-color);
  margin-right: 18px;
}

.s-txt h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0;
}

.s-txt > p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #555353;
  letter-spacing: 0;
  margin-top: 5px;
}

.faq {
  text-align: center;
  margin-bottom: 100px;
}

.faq-con {
  margin-top: 72px;
}

.acc-wrap {
  width: 100%;
  height: 100%;
  text-align: left;
  margin-bottom: 55px;
}

.acc-title {
  position: relative;
  padding: 22px 20px;
  background-color: #ffffff;
}

.title-img {
  width: 5%;
  position: absolute;
  left: 0;
  top: 0;
}

.title-img img {
  width: 100%;
}

.acc-title h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222222;
  margin-bottom: 0;
  cursor: pointer;
}

.acc-title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  content: "\2b";
  font-family: "Fontawesome" !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #222222;
}

.acc-title.active:after {
  content: "\f068";
}

.acc-con {
  padding: 22px 20px;
  display: none;
}

.acc-con p {
  font-size: 16px;
  font-weight: 600;
  color: #555353;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin-bottom: 0;
}

.video {
  text-align: center;
  margin-bottom: 100px;
}

.video-con {
  margin-top: 72px;
}

.video-div {
  width: 100%;
  height: 550px;
  border-radius: 300px;
}

.video-div img{
  width: 100%;
}

.video-div iframe {
  width: 100%;
  height: 100%;
  border-radius: 300px;
  object-fit: cover;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}



