/* navbar start-------------------------------------------------- */
.ul li{
  list-style-type: none;
}
.ul li a {
  text-decoration: none;
  color: #ffffff;
  padding: 1.5rem 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
}
.ul li{
  padding: 1.5rem 0;
}
.header{
  z-index: 9999;
}
.toggle div{
  height: 7px;
  width: 7px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-bottom: 7px;
  position: relative;
  transition: all .3s;
}
.mn-tl{
  height: 50px;
  width: 50px;
  position: relative;
  cursor: pointer;
}
.toggle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.toggle div::after{
  position: absolute;
  content: "";
  border: 1px solid #fff;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 0;
  left: -15px;
  transition: all .3s;
}
.toggle div::before{
  position: absolute;
  content: "";
  border: 1px solid #fff;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 0;
  right: -15px;
  transition: all .3s;
}
.mn-tl:hover div:nth-child(1):after{
  left: 13px;
}
.mn-tl:hover div:nth-child(1)::before{
  right: 13px;
}
.mn-tl:hover div:nth-child(3):after{
  left: 13px;
}
.mn-tl:hover div:nth-child(3)::before{
  right: 13px;
}
/* navbar end---------------------------------------------------- */


.bannerslider {
  width: 100%;
  height: 100%;
}

.bannerslider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerslider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.bannerslider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.bannerslider .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.bannerslider .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: fit-content !important;
  /* transform: rotate(90deg); */
  writing-mode: tb;
  top: 16%;
  transform: translatey(-50%);
  left: -4px !important;
}
.bannerslider .swiper-pagination-bullet {
  width: 80px;
  height: 72px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  border-radius: 0;
  opacity: 1;
  background: rgb(0 0 0 / 0%);
  border-top: 1px solid white;
  top: 50%;
  writing-mode: rl-tb;
  padding: 25px;
  transition: all .3s;
  position: relative;
}
.bannerslider .swiper-pagination-bullet::after{
  position: absolute;
  content: "";
  background-color: yellow;
  height: 0%;
  width: 5px;
  top: 0;
  left: 0;
  background-size: contain;
  transition: all .5s;
}
.bannerslider .swiper-pagination-bullet:nth-last-child(1){
  border-bottom: 1px solid white;
}
.bannerslider .swiper-pagination-bullet-active::after{
  /* border-left: 5px solid yellow; */
 
  height: 100%;
}
.bannerslider .swiper-pagination-bullet-active{
  color: yellow;
}

.ban-text {
  top: 60%;
  left: 38%;
  transform: translate(-50%, -50%);
  width: 41%;
  z-index: 9;
  text-align: left;
  overflow: hidden;
}
.bannerslider .swiper-slide::after{
  position: absolute;
  content: "";
  background-color: #000000a2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: contain;
}
.text{
  position: relative;
}
.text::after {
  position: absolute;
  content: "";
  background-color: #ffff00;
  height: 3px;
  width: 0%;
  bottom: -17%;
  left: 0;
  background-size: contain;
  transition: all 2s;
}
.vv{
  transform: translateX(100%);
  transition: all 1s;
  font-size: 60px;
}
.bannerslider .swiper-slide-active .ban-text .text .vv{
  transform: translateX(0%);
}
.bannerslider .swiper-slide-active .ban-text .text::after{
  width: 14%;
}
.sub-text{
  transform: translateX(-100%);
  transition: all 1s;
}
.bannerslider .swiper-slide-active .ban-text .sub-text{
  transform: translateX(0%);
}

.abt-hd h1{
  font-size: 35px;
  letter-spacing: 0.55px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
}
.abt-sub-hd h4{
  font-size: 22px;
  letter-spacing: 0.55px;
  color: #313131;
  font-weight: 400;
}
/* .abt-sub-hd{
  position: relative;
}
.abt-sub-hd::after{
  position: absolute;
  content: "";
  background-color: yellow;
  background-size:contain;
  height: 3px;
  width: 150px;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
} */
.abt-para p{
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #000;
  line-height: 30px;
  font-weight: 300;
  margin-top: 2rem;
}
.count-text p{
  margin: 0;
}
.process {
  padding: 5rem 0;
  background-color: #002927ed;
}
.process::after {
  position: absolute;
  content: "";
  background-image: url(../images/ban1.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-attachment: fixed;
}
.rp-count h1{
  margin: 0;
  color: #fff;
  font-size: 60px;
  letter-spacing: 0.55px;
  font-weight: 500;
}
.count-text p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
}
.count-text h2 {
  font-size: 34px;
  letter-spacing: 0.55px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.back-no{
  z-index: 1;
}
.back-no {
  top: 47%;
  left: 8%;
  transform: translate(-50%, -50%);
  /* z-index: -1; */
}
.back-no h1 {
  font-size: 114px;
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff26;
  -webkit-text-fill-color: unset;
  /* writing-mode: vertical-lr; */
}
.process{
  position: relative;
}
/* .process::after {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, white 50%, transparent 0);
  background-size: contain;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  z-index: 9;
}
.process::before {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, white 50%, transparent 0);
  background-size: contain;
  height: 40px;
  width: 40px;
  bottom: 0;
  right: 0;
  z-index: 9;
} */
.about {
    padding: 6rem 0 2rem;
}
/* .service{
  padding: 3rem 0;
} */

.ser-list-img{
  margin-bottom: 2rem;
}
.ser-list-sub span {
  font-size: 14px;
  letter-spacing: 0.55px;
  color: gray;
  font-weight: 400;
}
.ser-list-sub h1 {
  font-size: 28px;
  letter-spacing: 0.55px;
  color: #015c56;
}
.ser-list-sub p {
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #393939;
  line-height: 26px;
}
.ser-list{
  padding: 2rem;
}
.ser-hd span{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: gray;
  font-weight: 400;
}
.ser-hd h1{
  font-size: 47px;
  margin-top: 1rem;
  color: #006055;
  letter-spacing: 1px;
  font-weight: 700;

}
.process,.cir{
  position: relative;
}
.process::after{
  position: absolute;
  content: "";
  background-image: url(../images/ban1.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.cir::after{
  position: absolute;
  content: "";
 background-color: blue;
  background-size: cover;
  height: 200px;
  width: 200px;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-footer {
  padding: 4rem 0;
  background-color: #000000ba;
  background-blend-mode: color;
  margin-bottom: 29%;
}
.foot{
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.inner-top-footer{
  padding: 3rem;
  background-color: #000;
}
.fgr{
  font-size: 30px;
  letter-spacing: 0.55px;
  font-weight: 400;
}
.btn1 a{
  text-decoration: none;
  color: #fff;
  padding: 13px 22px;
  background-color: rgb(255, 153, 0);
  font-size: 18px;
  letter-spacing: 0.55px;
  font-weight: 700;
}
.login img{
  width: 30px;
}
.top-footer{
  background-image: url(../images/footban.png);
}
.co21{
  width: 95px;
}
.hj li{
  list-style-type: none;
  padding: 5px 0;
}
.hj li a{
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 17px;
  font-weight: 300;
}
.hj li{
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 17px;
  font-weight: 300;
}
footer {
  padding: 4rem 0;
  background-color: #006055;
}
.foot-it-hd h2{
  font-size: 30px;
  color: #fff;
}
.foo-dt p{
  font-size: 17px;
  letter-spacing: 0.55px;
  line-height: 27px;
  font-weight: 300;
}
.copy p {
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 0.55px;
  font-weight: 500;
}

.copy p {
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 0.55px;
  font-weight: 500;
}
.headernew{
  background-color: #000;
}
.left-logonew img{
  width: 75% !important;
}
.left-logo img{
  transition: all .3s;
}

.post-summary .post-title {
  width: 100%;
  margin: 0 0 15px;
  line-height: 1.33;
  font-weight: bold;
  letter-spacing: -0.6px;
  font-size: 24px;
}
.post-summary .post-excerpt {
  margin: 0 0 15px;
  line-height: 1.65;
  color: #919191;
  font-size: 0.95em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-details::after {
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  height: 1px;
  width: 14%;
  bottom: -22px;
  left: 0;
}
.post-title {
  color: #000;
}
.post-details{
  position: relative;
}
.hhl{
  text-decoration: none;
}
.post-details::after {
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  height: 1px;
  width: 14%;
  bottom: -22px;
  left: 0;
}
.bannerslider .swiper-slide img{
  transition: all 10s;
}
.bannerslider .swiper-slide-active img{
  transform: scale(1.3);
}
.bannerslider .swiper-slide{
  overflow: hidden;
}
.clientslider .swiper-slide img{
  width: 100%;
}
.clientslider .swiper-wrapper{
  padding: 1rem 0;
}
.abt-sub-hd1 h4 {
  font-size: 18px;
  letter-spacing: 0.55px;
  color: gray;
  font-weight: 300;
  line-height: 28px;
}
.vfg {
  padding: 1.5rem;
  box-shadow: gray 0px 0px 12px -6px;
  border-radius: 50%;
  background-color: #fff;
}
.client {
  background: linear-gradient(270deg, #00605512 79%, transparent 0);
}
.abt-hd1 h1 {
  font-size: 43px;
  color: #015c56;
  font-weight: 600;
  margin-bottom: 1rem;
}
.left-hd h1{
  font-size: 25px;
}
.ser-list12{
  position: relative;
}
.list-dt {
  position: absolute;
  bottom: -4rem;
  left: 5%;
  z-index: 9;
  transition: all .3s;
}
.ser-list12:hover .list-dt{
  bottom: 1rem !important;
}
.ser-list12{
  overflow: hidden;
}
.left-hd h1{
  color: #fff;
  letter-spacing: 0.55px;

}
.list-dt span {
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 17px;
  margin-bottom: 10px;
}
.left-hd h1 {
  font-size: 29px;
  letter-spacing: 0.55px;
  line-height: 33px;
  margin-bottom: 2rem;
}
.ser-list-img12{
  position: relative;
}
.ser-list-img12::after {
  position: absolute;
  content: "";
  background-color: #0000008a;
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.list-dt p{
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #fff;
}

.btx a {
  padding: 10px 22px;
  border: 1px solid #006055;
  text-decoration: none;
  color: #006055;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.55px;
  font-weight: 500;
  transition: all .3s;
}
.btx a:hover{
  background-color: #006055;
  color: #fff;
}

.header22-ttl {
  top: 53%;
  left: 16%;
  transform: translate(-10%, -30%);
  z-index: 999;
}
.header22-ttl h1 {
  font-size: 45px;
  width: 70%;
  color: #006055;
  line-height: 58px;
}



.add-icon img {
  width: 45px;
}
.add-dt-hd h1 {
  font-size: 24px;
  letter-spacing: 0.55px;
}
.add-dt-p p {
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #050764b5;
  font-weight: 500;
}

.contact-form {
  background-color: #050764;
}
.top-right-abt-hd11 {
  width: 80% !important;
}
.top-right-abt-hd h1 {
  font-size: 45px;
  letter-spacing: 2px;
  width: 88%;
  font-weight: 900;
  margin-bottom: 3rem;
}
.frm-tp input {
  height: 50px;
  padding-left: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(211, 211, 211, 0.274);
  color: #fff;
}
.submit-bt a {
  padding: 10px 32px;
  border: 1px solid white;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.55px;
  font-weight: 300;
  transition: all .3s;
}
.frm-tp textarea {
  height: 80px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(211, 211, 211, 0.274);
  color: #fff;
}
.w-80 {
  width: 80%;
}
.llkk{
  background-color: #343a4c;
  padding: 4rem 3rem;
}
.llkk1{
  background-color: #303646;
  padding: 4rem 3rem;
}
.llkk2{
  background-color: #242936;
  padding: 4rem 3rem;
}
.llkk3{
  background-color: #1d2435;
  padding: 4rem 3rem;
}
.roght-ixc h2{
  font-size: 25px;
  letter-spacing: 0.55px;
}
.roght-ixc p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #cbe504 !important;
}
.roght-ixc span{
  font-size: 15px;
  letter-spacing: 0.55px;
}


.ce_ixelgen_progress_bar {
  max-width: 800px;
  margin: 0 auto;
}
.ce_ixelgen_progress_bar .progress_bar_item {
  margin-bottom: 2rem;
}
.ce_ixelgen_progress_bar .item_label, .ce_ixelgen_progress_bar .item_value {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.55px;
  color: #000;
}
.ce_ixelgen_progress_bar .item_value {
  font-weight: 400;
}
.ce_ixelgen_progress_bar .item_bar {
  position: relative;
  height: 1rem;
  width: 100%;
  background-color: #000;
  border-radius: 0;
}
.ce_ixelgen_progress_bar .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 1rem;
  margin: 0;
  background-color: #006055;
  border-radius: 0;
  transition: width 100ms ease;
}
.ul1{
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-5%,-50%);
}

.ul1 li a {
  text-decoration: none;
  color: #ffffff;
  padding: 1.5rem 0;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 300;
}
.ul1 li{
  list-style-type: none;
  padding: 10px 0;
}
.fg li{
  color: #fff;
}
.sl{
  margin-left: -100%;
  transition: all .3s;
}
.sl1{
  margin-left: 0 !important;
}
.cl{
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.cl img{
  width: 25px;
}
.toggle11{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.toggle11 div::after{
  position: absolute;
  content: "";
  border: 1px solid #fff !important;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 0;
  left: -15px;
  transition: all .3s;
}
.toggle11 div::before{
  position: absolute;
  content: "";
  border: 1px solid #fff !important;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 0;
  right: -15px;
  transition: all .3s;
}

.toggle11 div{
  height: 7px;
  width: 7px;
  border: 1px solid #ffffff !important;
  border-radius: 50%;
  margin-bottom: 7px;
  position: relative;
  transition: all .3s;
}


/*clients*/
 .outer{
 position: relative;
    height: 100%;
 padding: 20px 28px 40px 28px;

/* margin: 10px 10px; */

 background: #ffffff url(../images/bg-shape-six.png) left bottom no-repeat;

border-radius: 5px;

-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);

-ms-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);

-o-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);

-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);

box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.07);

}
 .text {
  color: #466077;
  font-weight: 300;
  margin-bottom: 35px;
}
 .thumb img {
  width: 55px !important;
  height: 56px !important;
  border-radius: 50% !important;
}
 .pink p {
  font-size: 17px;
    letter-spacing: 0.25px;
    color: #000;
    line-height: 26px;
    font-weight: 500;
}
.thumb {
  margin-left: 10%;
}
 .quote-icon::after{
  position: absolute;
  content: "";
    height: 50px;
    width: 50px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  
}
.slide-item{
  position: relative;
  z-index: 1;
  height: 100%;
}
 .quote-icon img {
  width: 58px;
}
.teame{
  text-align: center;
}
.teame h1{
  font-size: 35px !important;
    letter-spacing: 0.35px;
    color: #000;
    line-height: 38px;
}
.quote-icon img {
    width: 58px;
}

/*c;ients end*/






.featured-item {
  padding: 1rem;
  box-shadow: black 0px 0px 11px -5px;
  border-radius: 18px;
      height: 100%;
}

.featured-title h5 {
  font-size: 24px;
  letter-spacing: 0.55px;
  color: #000000;
}
.featured-subtitle {
  font-size: 13px;
  letter-spacing: 0.55px;
  color: gray;
  text-transform: uppercase;
}
.featured-number{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: gray;
  text-transform: uppercase;
}
.button-style-2-link {
  height: 50px;
  width: 50px;
  background-color: #006055;
  border-radius: 50%;
  bottom: -5%;
  right: -5%;
  border: 5px solid white;
}
.button-style-2-link img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 25px;
}
.active{
    color:#cbe605 !important;
}
.serlis,.elementor-widget-container{
    height:100%;
}



.tab-l a {
    text-decoration: none;
    color: #000;
    position: relative;
    font-size: 18px;
}
.tab-l a::after {
    position: absolute;
    content: "";
    background-color: #000;
    height: 2px;
    width: 0%;
    bottom: -10px;
    left: 0;
    background-size: contain;
    transition: all .3s;
}
.tab-l a:hover::after {
    width: 100%;
}
.tab-l .active::after {
    width: 100%;
    
}
.tab-l .active{
    color:#000 !important;
}
.top-head h3 {
    color: #000;
    font-size: 19px !important;
    letter-spacing: 0.35px;
    line-height: 22px;
    margin-top: 10px;
}
.project-dt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 15px;
    line-height: 1.65;
    color: #212529;
    font-size: 17px;
}


.left-te {
    position: relative;
}
.tm-im img {
    border-right: 10px solid #fff;
    border-radius: 7%;
    border-bottom: 10px solid #fff;
    width: 50% !important;
}
.tm-txt {
    position: absolute;
    bottom: -40%;
    left: 8%;
    background-color: #fff;
    padding: 3rem 4rem 1rem 8rem;
    /* background: linear-gradient(45deg, #259145, #7fa32d); */
    border-radius: 10px;
    box-shadow: black 0px 0px 8px -5px;
    z-index: -1;
}
.tm-txt h2 {
    font-size: 25px;
    letter-spacing: 0.55px;
    font-weight: 400;
    margin: 0;
}
.tm-txt span {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #777;
}
.par-tm {
    margin-top: 15px;
}
.par-tm p {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 27px;
}

.about{
    margin-bottom:0rem;
}
.df{
    margin-bottom:10rem;
}
.ab-img img{
    height: 347px;
    object-fit: cover;
    object-position: top;
}

.jl{
    background: #fff;
    padding: 12px;
}

#mob_err{
  display: none;
}
#email_err{
  display: none;
}

.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;
}