@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
  font-family: "Noto Sans", serif;
}
a{
  text-decoration: none;
}

* navbar start-------------------------------------------------- */

.ull li{
  list-style-type: none;
}
.ull li a {
  text-decoration: none;
  color: #000;
  padding: 1rem 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}
.ull li {
  padding: 11px 0;
  list-style: none;
}
.ull{
    display: flex;
    align-items: center;
    gap: 27px;
    justify-content: right;
}
.serbt {
  padding: 6px 28px !important;
  background-color: #fff;
  display: flex;
  align-items: center !important;
  gap: 10px;
  color: #000 !important;
  border-radius: 33px;
  border: 1px solid #00000066;
  transition: all .3s;
  font-size: 16px !important;
}
.serbt:hover{
 background-color:#2661ba; 
 border: 1px solid #2661ba;
 color: #fff !important;
}
.actttt{
  background-color:#2661ba; 
 border: 1px solid #2661ba;
 color: #fff !important;
}
.serbt:hover a{
  color: #fff !important;
}

.right-nav {
  padding-top: 10px;
}
.tt li a {
  list-style-type: none;
  color: #000000cf;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.55px;
  font-weight: 300;
}
.tt li{
  list-style: none;
}

.tt{
  gap: 25px;
  margin: 0;
  justify-content: end;
}
.tt img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
}
.header {
  box-shadow: black 0px 0px 14px -9px;
}
.hdea-new{
  background-color: #fff;
}
.ttj li{
  color: #000;
}
.ulm li a{ 
  color: #000;
}
.ttj li img {
  filter: brightness(0);
}

.left-logo img{
  width: 100%;
}
.navlogo img {
  width: 67%;
  padding: 5px;
}
.urm{
    display: flex;
    gap: 3%;
    align-items: center;
}
.pus{
    width: 211%;
}
.paral img{
    width:97%;
}
.navb {
  box-shadow: black 0px 0px 25px -18px;
  position: fixed;
  top: 0;
  background-color: #fff;
  left: 0;
  z-index: 99;
}
.tt li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
}
.opp p{
  margin-bottom: 0px;
    font-size: 14px;
   color: #000000cf;
}
/* navbar end */

/* index start */

.ban-hd h2{
  font-size: 45px;
  letter-spacing: 0.55px;
  line-height: 37px;
  color: #000;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}
.bannerslider .swiper-slide-active .ban-hd h2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 400ms;
}
.ban-hd p{
  font-size: 32px;
  letter-spacing: 0.55px;
  line-height: 37px;
  color: #000;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}
.bannerslider .swiper-slide-active .ban-hd p{
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 400ms;
}
/* index end */

/* services */
.serv {
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
  padding: 5rem 0 3rem;
}
.serv::after{
  position: absolute;
  content: "";
  background-image: url(../images/services-shape-1-1.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}
.maj{
  margin-bottom: 2%;
}
.loka1{
  text-align: center;
}
.loka1 p {
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #000000bd;
  line-height: 25px;
  margin: auto;
  width: 70%;
  margin-bottom: 2%;
}
.loka1 h2 {
  font-size: 30px;
  letter-spacing: 0.55px;
  font-weight: 600;
}
/* services end */

/* process start */
.abc h2 {
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #fff;
  font-weight: 600;
}
.abc p{
  font-size: 15px;
    letter-spacing: 0.55px;
    color: #fff;
}
 .numpr span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
}
 .numpr {
  position: absolute;
  left: 15%;
    bottom: 50%;
    width: 42px;
    height: 42px;
  border-radius: 100px;
  background: #fff;
}
.los{
  position: relative;
  text-align: center;
}
.los img{
  width: 77px;
}
.abc{
  text-align: center;
    margin-top: 6%;
}
.prf{
  position: relative;
}
.fan h2 {
  font-size: 26px;
  letter-spacing: 0.55px;
  line-height: 34px;
  font-weight: 700;
  color: #ed9913;
}
.fan p {
  font-size: 19px;
  letter-spacing: 0.55px;
  font-weight: 500;
  color: #fff;
}
/* process end */


.process{
  padding: 1rem 0 0rem;
    position: relative;
    background-color: #081844;
    z-index: 1;
}
.pro-in {
  padding: 5rem 1rem 5rem;
  position: relative;
}
.process::after {
  position: absolute;
  content: "";
  background-image: url(../images/dew.png);
  background-size: contain;
  height: 100%;
  width: 37%;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.outrbnx {
    width: 73%;
    background: #fff;
    z-index: 1;
    padding: 0 0px;
    position: absolute;
    bottom: -7%;
    transform: translate(100px, 16px);
}
.outrbnx_area {
  width: 100%;
  position: relative;
  padding: 25px;
  background: #fff;
  margin-top: 0px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
.outrbnx_area h3 {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0px;
}
.xpcd {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.outrbnx_area:after {
  height: 100%;
  width: 280px;
  background: #ed9913;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}
.icontex {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  transform: translate(-35%, -50%);
}
.icontex img {
  width: 19px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.xpcd p{display: inline-block;color: #fff;font-size: 16px;line-height: 23px;padding: 0px 36px;margin-bottom: 0px;}

/* footer start */
.main-footer {
  position: relative;
  background-color: #20305e;
  padding: 6rem 0 1rem;
  z-index: 1;
}
.main-footer::before {
  position: absolute;
  content: "";
  background-image: url(../images/pngwing.com.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -1;
}
.footer-widget__title {
  margin-bottom: 18px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: var(--easilon-white, #ffffff);
  /* text-transform: capitalize; */
  line-height: 1.22;
}
.footer-widget__title::before, .footer-widget__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #ef9a11;
  width: 10px;
  height: 2px;
}
.footer-widget__title::after {
  width: 40px;
  left: 14px;
}
.footer-widget__links li a {
  color: #fff;
  transition: all 500ms ease;
  line-height: 29px;
  font-size: 16px;
  letter-spacing: 0.55px;
}
.footer-widget__links li a:hover{
  color:#ef9a11;
}

.footer-widget__info li a {
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 16px;
  line-height: 14px;
}
.footer-widget p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #fff;
  text-align: left;
  line-height: 28px;
  width: 93%;
}
.fb {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
}
.fb:hover{
  background-color: #000;
  border:1px solid #000;
  
}
.ff li .fb a img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}
.main-footer__bottom__copyright {
  text-align: end;
}
.sz{
  color:#fff;
}
.main-footer__copyright{
color: #fff;
    letter-spacing: 0.55px;
    font-size: 16px;
}
.ff li{
  list-style: none;
}
.footer-widget img {
    width: 54%;
    filter: brightness(0) invert(1);
    margin-bottom: 1%;
}
/*about*/
.skyrnfe {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 50px;
}
.skyrnfe .skyxfcd {
  width: 60%;
  float: left;
  padding-left: 35px;
}
.skyrnfe .rnrtinner {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
.skyrnfe .rnrtinner figure {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-bottom: 0px;
}
.textlr {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
.textlr h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transform: rotate(90deg);
  letter-spacing: 9px;
  position: relative;
  top: -50px;
  right: 69px;
}
.skyrnfe .rnrtinner figure:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(237, 153, 19, 1) 0%,
    rgba(214, 60, 8, 1) 100%
  );
  z-index: -1;
  border-radius: 0px 0 0px 45%;
}
.skyrnfe .rnrtinner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0 0px 45%;
}
.skyrnfe .xxxyc {
  width: 100%;
  float: right;
  max-width: 763px;
  padding: 0px 50px;
}
.skyrnfe .xxxyc .skxysxy {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.skyrnfe .xxxyc .skxysxy p {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  margin: 0;
}
.skyrnfe .xxxyc .skxysxy h3 {
  font-size: 35px;
  line-height: 45px;
  color: #222;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
.skyrnfe .xxxyc .skxysxy h3 span.comx {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  padding-right: 25px;
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
}
.skyrnfe .xxxyc .skxysxy h3 span {
  display: block;
}
.skyrnfe .xxxyc .skxysxy h3 span.comx:after {
  width: 18px;
  height: 3px;
  position: absolute;
  right: 0;
  top: 9px;
  content: "";
  background: #e68800;
}
 .colf:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(237, 153, 19, 1) 0%, rgb(34 64 145) 82%);
  z-index: -1;
  border-radius: 0px 0 0px 45%;
  background-size: contain;
}
.colf img {
  width: 100%;
  height: 477px;
  object-fit: cover;
  border-radius: 0px 0 0px 45%;
}
.colf{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-bottom: 0px;
}
.textlr {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
  .skyxfcd {
    padding-left: 7%;
}
.abt_left {
  position: relative;
  left: 0;
  top: 0px;
  width: 50px;
  height: 50px;
  background: #ed9913;
  border-radius: 100px;
}
.abt_left img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  object-fit: cover;
}
.abt_text {
  width: 79%;
}
.abt_col {
  display: flex;
  gap: 14px;
  width: 32%;
  margin-bottom: 2%;
}
.abt_text h1 {
  font-size: 20px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 600;
}
.abt_text p {
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 26px;
  color: #000000d1;
  font-weight: 500;
}
.skxysxy p {
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 26px;
  font-weight: 500;
  margin: auto;
  width: 61%;
  color: #000000c9;
}
.skxysxy h2{
  font-size: 24px;
    letter-spacing: 0.55px;
    font-weight: 600;
    margin-top: 1%;
}
.skxysxy span{
  font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #224091;
}
.skxysxy img{
  width: 28px;
}
.abt_inner{
  margin-top: 4%;
  display: flex;
  flex-wrap: wrap-reverse;
}
.abt{
  padding: 5rem 0 2rem;
}
.skxysxy{
  text-align: center;
}
/* banner start */
.bannerswiper .swiper-slide{
  overflow:hidden;
}
/* .bannerswiper .swiper-slide::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgb(6 6 7 / 71%) 0%, rgb(7 7 12 / 69%) 27%, rgb(3 0 31 / 50%) 44%, rgba(43, 38, 102, 0) 100%);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 7;
  clip-path: polygon(0 1%, 30% 0, 51% 61%, 33% 100%, 0 100%, 0 48%);
} */
.bannerswiper .swiper-slide::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(0 0 0) 27%, rgb(3 0 31) 44%, rgba(43, 38, 102, 0) 100%);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}
  .bannerswiper .swiper-slide::after {
    position: absolute;
    content: "";
    /*background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(0 0 0) 27%, rgb(3 0 31) 44%, rgba(43, 38, 102, 0) 100%);*/
    background: linear-gradient(to right, rgb(8 24 68) 0%, rgb(8 24 68) 27%, rgb(37 60 121) 44%, rgba(43, 38, 102, 0) 100%);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 7;
    clip-path: polygon(0 1%, 35% 0, 50% 59%, 41% 100%, 0 100%, 0 48%);
}
.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.ban-text {
  top: 61%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 43%;
  z-index: 9;
  text-align: left;
  overflow: hidden;
}
.sl-hd{
 padding: 33px 0;
}
.bannerswiper .swiper-slide-active::after {
  content: "";
  position: absolute;
  inset-block: 0px;
  inset-inline-start: 0px;
  width: 100%;
  height: 100%;
  
}
.bannerswiper.swiper-pagination-bollet {
  width:  9px;
  height: 9px;
  display: inline-block;
  border-radius: 58%;
  background: var(--swiper-pagination-bollet-inactive-color, #000);
  opacity: var(--swiper-pagination-bollet-inactive-opacity, .2);
}
.bannerswiper .swiper-pagination-bollet-active {
  opacity: var(--swiper-pagination-bollet-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;
    top: 88%;
}
.bannerswiper .swiper-button-next:after,.bannerswiper .swiper-button-prev:after {
  font-family: swiper-icons;
  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: 11%;
    right: auto;
}
.bannerswiper .swiper-button-next {
    right: 83%;
    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: #21252900;
    transform: translate(-50%, -50%);
    top: 26%;
    left: 17%;
    border: 1px solid #ffffff;
}
.im{
  transition: all .7s;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* -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 {
  color: #e98b00;
  font-size: 43px;
  letter-spacing: 1px;
  line-height: 1.0em;
  font-weight: 500;
  opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: transform 1400ms ease-in-out, opacity 1400ms ease;
  line-height: 53px;
  font-weight: 700;
}
.bannerswiper .swiper-slide-active .sl-hd h1{
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 400ms;
}
.sl-hd p {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 400;
    line-height: 31px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: transform 1400ms ease-in-out, opacity 1400ms ease;
}

.bannerswiper .swiper-slide-active .sl-hd p{
	opacity: 1;
    transform: scaleX(1);
    transition-delay: 700ms;
}

/* banner end */

/* services start */
.cctyibx {
  width: 100%;
  height: 100%;
  float: left;
  background: #fff;
  margin-bottom: 0px;
  transition: all 0.5s ease;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  overflow: hidden;
}
.xxxfs_blockellipsis {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000000b3;
  margin-top: 4%;
}
.evban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s ease;
}
.figcaption::before {
  width: 101%;
  height: 70px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: -1;
  content: "";
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 46%, 100% 0, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  clip-path: polygon(0 0, 50% 46%, 100% 0, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  transition: all 0.5s ease;
}
.figcaption {
  width: 100%;
  padding: 9px;
  z-index: 1;
  transition: all 0.5s ease;
  position: relative;
  margin-top: -65px;
  padding-top: 65px;
}
.ciricon {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #ef9a11;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -5px;
  transition: all 0.5s ease;
}
.ciricon img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  position: absolute;
}

.cctyibx:hover .figcaption::after{
  background:#000;
}
.figcaption::after{
  width:101%;
  height:70px; 
  position:absolute;
  left:0; 
  top:0; 
  z-index:-2; 
  content:""; 
  background: #224091; -webkit-clip-path: polygon(0 0, 50% 46%, 100% 0, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  clip-path: polygon(0 0, 50% 46%, 100% 0, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%); transition:all 0.5s ease;
}
.cctyibx:hover .ciricon {
  background: #000;
}
.price_tra h5 {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.lfblog {
  text-align: center;
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
.bagroimg {
  width: 100%;
  position: relative;
  /* z-index: 1; */
  height: 315px;
}
.courttl h2 {
  color: #fdfbff;
  font-size: 19px;
  letter-spacing: 0.55px;
  margin-bottom: 12%;
  font-weight: 600;
  line-height: 28px;
}
.bagroimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courttl {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 25px;
  transform: translate(0, -50%);
}
.bagroimg:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgb(34 64 145 / 66%);
}
.sbtno a {
  color: #000;
  padding: 12px 28px 10px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ee9303;
  transition: all 0.5s ease;
}
.sbtno a:hover {
  background: #ee9303;
  color: #fff;
}
/* services end */
/* testimonai;la start */
.testimonials-one__funfact__single + .testimonials-one__funfact__single {
  margin-top: 16px;
}
.testimonials-one__funfact__image img {
  width: 100%;
  display: block;
  height: 273px;
  object-fit: cover;
}
.testimonials-one .funfact-one__item {
    position: relative;
    padding: 36px 11px 40px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgb(47 42 42 / 46%);
}
.testimonials-one .funfact-one__item::before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  top: -82%;
  left: 36px;
  background-color: #ee9303;
  transform: rotate(45deg);
  transition: all 500ms ease;
}
.testimonials-one .funfact-one__item::after {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  bottom: -82%;
  right: 36px;
  background-color: #ee9303;
  transform: rotate(45deg);
  transition: all 500ms ease;
}
.testimonials-one .funfact-one__item:hover::before, .testimonials-one .funfact-one__item:hover::after {
  background-color: #20305e;
}
.testimonials-one .funfact-one__item__number {
  color: var(--easilon-white2, #F6F6F8);
  text-shadow: 1px 1px 0 #ee9303, -1px -1px 0 #ee9303, 1px -1px 0 #ee9303, -1px 1px 0 #ee9303, 1px 1px 0 #ee9303;
  transition: all 500ms ease;
}
.testimonials-one .funfact-one__item:hover .funfact-one__item__number {
  color: #ee9303;
  text-shadow: 1px 1px 0 transparent, -1px -1px 0 transparent, 1px -1px 0 transparent, -1px 1px 0 transparent, 1px 1px 0 transparent;
}
.testimonials-one .funfact-one__item__title {
    color: #191929c2;
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 24px;
}
.bxo {
  padding: 67px 23px;
  border-radius: 12px;
  height: 381px;
  position: relative;
}
.sect-spac {
  padding: 4rem 0 2rem;
  border-radius: 27px;
}
.testimonials-one{
  background: linear-gradient(360deg, #ef9a1126, transparent);
  margin-top: 7%;
}
.gort {
  display: flex;
  align-items: center;
  gap: 3%
}

.dtls h4 {
  font-size: 17px;
  margin-bottom: 0
}
.imgBx img {
  width: 62px;
  height: 62px;
  border-radius: 50%
}
.bxo::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/quote.png);
  height: 48px;
  width: 93px;
  bottom: 21%;
  transform: translate(-50%, -50%);
  right: 0%;
  opacity: 0.4;
}

.bxo::after {
position: absolute;
  content: "";
  /* bottom: -19px; */
  left: 9%;
  height: 48px;
  width: 93px;
  background-image: url(../images/qu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  top: 4%;
  opacity: 0.4;
}
.t_p p{
  font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 31px;
    color: #000;
    font-weight: 500;
}
.serslde .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #20305e;
  opacity: 1
}

.serslde .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  width: 16px!important;
  height: 7px;
  border-radius: 34px
}

.serslde .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50px;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

.serslde .swiper-wrapper {
  padding: 0 0 0rem
}
/* testimonbial end */

/* contact us start */
.contact-one {
  background-color: var(--easilon-white, #ffffff);
  margin-top: 6%;
  margin-bottom: 5%;
}
.contact-one__image {
  position: relative;
}
.mmp img{
    width: 100%;
    height: 660px;
    object-fit: cover;
}
.contact-one__image::after {
  position: absolute;
  content: "";
  background-color:#37363669;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* z-index: -2; */
  background-repeat: no-repeat;
}
.contact-one__info {
  display: table;
  position: relative;
  margin: 0;
  z-index: 1;
}

.contact-one__info__shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(10.16deg);
  background-color: #20305e;
  transition: all 500ms ease;
}

.contact-one__info:hover .contact-one__info__shape {
  transform: rotate(-10.16deg);
}
.contact-one__info__inner {
  position: relative;
  z-index: 1;
  padding: 30px 59px 30px 30px;
  background-color: var(--easilon-white, #ffffff);
}
.akh {
    position: absolute;
    bottom: 16%;
    left: 16%;
    transform: translate(10px, 10px);
    z-index: 9;
}
.contact-one__info__item {
  display: flex;
  gap: 15px;
}

.contact-one__info__item + .contact-one__info__item {
  margin-top: 30px;
}
.contact-one__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--easilon-base, #00CDE5);
  border-radius: 50%;
  border: 1px solid #ef9a11;
  transition: all 500ms ease;
}
.contact-one__info__icon img{
    width:23px;
}
.contact-one__info__item:hover .contact-one__info__icon img{
    filter: brightness(0) invert(1);
}
.contact-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-one__info__item:hover .contact-one__info__icon {
  color: var(--easilon-white, #ffffff);
  background-color: #ef9a11;
}
.contact-one__info__content {
  position: relative;
  top: 5px;
}

.contact-one__info__title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
}
.contact-one__info__text {
    color: #000000b3;
    font-size: 15px;
    background: linear-gradient(to right, rgb(32 48 94) 0%, rgb(243 160 0) 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.contact-one__info__text:hover {
  background-size: 100% 1px;
}
.contact-one__info__text:hover {
  color: #2107b8;
}
.contact-one__form__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.54;
  text-transform: capitalize;
}

.contact-one__form__btn {
  padding: 15px 23px;
  font-weight: 700;
  text-transform: capitalize;
}
.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: 14px;
    padding: 11px 5px;
    border-radius: 5px;
    color: #000000f0;
}
.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);
}
.form-input {
  width: 100%;
  border-radius: 5px;
  padding: 14px 25px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: all 0.25s ease;
  font-size: 15px;
}
.form-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}
/* end  */


.priv{
  padding: 9rem 0 4rem;
}
.pri-hd p{
  font-size: 15px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
}
.pri-hd ul li span{
  font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
}
.pri-hd h2{
  font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 600;
}
.pol{
  font-size: 33px !important;
    font-weight: 800 !important;
    letter-spacing: 0.55px;
    color: #13094a !important;
}
.pri-hd ul{
  padding-left: 1rem;
}
.pri-hd h3{
  font-size: 17px;
    color: #033a06;
    font-weight: 800;
}

/*whatsapp start*/
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  outline: 0 !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: 0.35s;
  animation-duration: 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#whatsapp-chat a.informasi,
#whatsapp-chat.hide {
  -webkit-animation-name: showhide;
  -webkit-animation-duration: 0.5s;
}
@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: #fff;
}
#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: #fff;
  font-family: var(--icon-font);
  letter-spacing: 0.6px;
}
#whatsapp-chat .header-chat {
  background: #002578;
  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;
  animation-name: showhide;
  animation-duration: 0.5s;
}
#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}
#whatsapp-chat #get-label {
  font-size: 12px;
  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: #fff;
}
#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#whatsapp-chat #get-number,
#whatsapp-chat span.my-number {
  display: none;
}
#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: Arial, sans-serif;
  width: 100%;
  height: 40px;
  outline: 0;
  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: 0 0;
  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 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;
  animation-name: showhide;
  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 .dAbFpq,
#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
#whatsapp-chat .kAZgZq,
#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0 8px 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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) 0 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0 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: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}
#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: 0.1s;
  transition: 0.1s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
}
#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#whatsapp-chat .dRvxoz,
#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  top: 0;
}
#whatsapp-chat .ixsrax {
  -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;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
  animation-name: ZpjSY;
}
#whatsapp-chat .dRvxoz {
  background-color: #b6b5ba;
  -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;
  -webkit-animation-name: hPhMsj;
  animation-name: hPhMsj;
}
#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;
}
#whatsapp-chat .cqCDVm,
#whatsapp-chat .service_chatList::after {
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
}
#whatsapp-chat .cqCDVm {
  margin-top: 6px;
  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;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
}
#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: "1:41 AM";
  right: 10px;
  bottom: 5px;
}
#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 {
  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%;
}
.mainwp::after {
  position: fixed;
  content: "";
  background-color: #00000099;
  background-size: contain;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 999;
  backdrop-filter: blur(6px);
}
.inner-success {
  width: 300px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem 1rem;
}
#success,
#successf {
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
}
.quick_sucInnerBtn {
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: 0 0;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
/*whatsapp end*/








.appo {
    background-image: url(../images/fff.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
}
.appo::after {
  position: absolute;
  content: "";
  background-color: #000000d4;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.innerappo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 20px;
}
.formhd h2 {
    color: #070d59;
    font-size: 27px;
    letter-spacing: 0.55px;
    font-weight: 600;
    margin-bottom: 0px;
}
.formwrap input, .formwrap select {
  height: 50px;
}

.formwrap input, .formwrap select, .formwrap textarea {
  border: none;
  border-bottom: 1px solid #000000b8;
  border-radius: 0;
  background-color: transparent;
  padding-left: 10px;
}
.formwrap input, .formwrap select {
  height: 48px;
}
.formwrap input, .formwrap select, .formwrap textarea {

    border-radius: 4px;
    background-color: transparent;
    padding-left: 10px;
    border: 1px solid #00000042;
    margin-top: 1px;
}
.close {
  top: 4%;
  right: 3%;
  z-index: 99;
  cursor: pointer;
}
.para {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 30px;
    color: #000;
}
.formwrap label{
  font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000c7;
}

.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;
}
































