@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body{
  /* font-family: "Teko", sans-serif; */
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
</style>
}
/* body{
  font-family: "Abril Fatface", serif;
} */
a{
  text-decoration: none;
}
.topnav{
  z-index: 9999 !important;
}
.af {
  top: 50%;
  position: fixed;
  left: 15px;
  transform: translateY(-50%);
  z-index: 9;
}
.nav{
  display: grid;

}
.navbar-nav1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.nav-item1{
  padding: 10px 0;
}
.navbar-nav1 li{
  list-style-type: none;
  color: #fff;
}
.navbar-nav1 li a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.55px;
}
.nav-link1{
  transition: all .3s;
}
.nav-link1new{
  color: #000 !important;
}
.drop_downnew::after{
  background-image: url(../icons/caretb.svg) !important;
}
.dropdown_menu {
  display: block;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.dropdown_menu {
  position: absolute;
  width: 10rem;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  display: none;
  -webkit-animation-name: fadeDrop;
  animation-name: fadeDrop;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.drop_down {
  position: relative;
  padding-right: 20px;
}
.drop_down::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../icons/caret.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  right: -4px;
  -webkit-transition: all .23s;
  transition: all .23s;
  top: 50%;
  transform: translateY(-50%);
}
.drop_down:hover::after {
  -webkit-transform: rotate(180deg);
  transform: translateY(-50%)rotate(180deg);
}
.drop_down:hover .dropdown_menu {
  display: block;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 1;
  top: 45px;
}

.drop_down .dropdown_menu li.drop_menuLinks a {
  line-height: 40px;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
}
.topnav {
  padding: 12px 0;
}
.drop_down .dropdown_menu li.drop_menuLinks a::after {
  position: absolute;
  content: '';
  /* background-color: red; */
  background: linear-gradient(90deg, #cf1600, #ff7129);
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: -1;
}
.drop_down .dropdown_menu li.drop_menuLinks a:hover::after {
  left: 0%;
}
.drop_down .dropdown_menu li.drop_menuLinks a:hover{
  color: #fff;
}
/* .right-ab-img{
  transform: translate(-700px,0);
}
.right-tx{
  transform: translate(200px,0);
} */
.ch2{
  transform: translate(-200px,0);
}
.ch1{
  transform: translate(500px,0);
}
#profile{
  transform: translate(-100%,0);
}
.nav-item a {
    position: relative;
    transition: all .3s;
    padding: 0rem 0;
}
.nav-item a::after{
  position: absolute;
  content: "";
  background-color: #999999;
  background-size: contain;
  height: 1px;
  width: 30px;
  top: 0;
  left: 0;
  transition: all .3s;
}
.hgh .active::after{
  position: absolute;
  content: "";
  background-color: #000000;
  background-size: contain;
  height: 1px;
  width: 30px;
  top: 0;
  left: 0;
  transition: all .3s;
}
.hgh .active p{
  color: #000 !important;
}
.nav-item .active{
  background-color: transparent !important;
  padding: 1rem 0 3rem 0;
}
.nav-item a p {
    color: #fff;
    opacity: 0;
    transition: all .3s;
    height: 40px;
}
.nav-item .active p {
  opacity: 1;
  font-family: monospace;
}
.nav-item .active::after{
  width:60px;
  height: 3px;
}
.quo-bt a {
    padding: 9px 22px;
    background-color: #adadad4b;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 18px !important;
    letter-spacing: 2px;
    font-weight: 400;
}
.toggle span:nth-child(1) {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  width: 25px;
  left: 15px;
  left: 12px;
}
.toggle span {
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000000;
  left: 24px;
}
.toggle span:nth-child(2) {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  width: 25px;
  left: 12px;
}
.toggle span {
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000000;
  left: 24px;
}
.toggle{
  height: 45px;
  width: 45px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.toggleqqw{
  position: absolute;
  top: 50%;
  /* left: 50%;
  transform: translate(-50%,-50%); */
}




.bannerslider .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #00000000;
}
.bannerslider .swiper-pagination-bullet{
  border: 1px solid #fff;
  height: 15px;
  width: 15px;
  position: relative;
  overflow: hidden;
  background-color: #7a7a7a;
}
.bannerslider .swiper-pagination-bullet::after{
  position: absolute;
  content: "";
  background-color: #ffff;
  background-size: contain;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.bannerslider .swiper-pagination-bullet-active::after{
  height: 100%;
}
.tx {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 40%;
    text-align: left;
}
.tx h1 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 53px;
    margin-bottom: 2rem;
}

.right-ab-img{
        padding: 12rem 0 !important;
    margin-top:-30%;
}




.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: 100%;
    object-fit: cover;
    object-position: right;
}
.list-unstyled img{
    padding:20px;
}
.learn-btn a {
    padding: 9px 30px;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 300;
    display: inline;
}


.tx1 h1 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 47px;
}
.no {
  position: relative;
}
.no img {
  width: 64px;
  opacity: 0.4;
}
.learn-btn a {
  transition: all .3s;
  font-weight: 300;
}
.learn-btn a:hover{
  background-color: #fff;
  color: #ab6604 !important;
}
/* .right-ab-img img{
  filter: drop-shadow(48px 42px 0px #0000002c);
} */
#profile {
    padding: 6rem 0;
}
.right-ab-img img {
 
  animation: animate 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
}
@keyframes animate {
  to {
    transform: rotate(360deg);
  }
}
.tx1 h4 {
  font-size: 34px;
  font-weight: 500;
  /* font-style: italic; */
  letter-spacing: 0.55px;
  font-weight: 500;
  position: absolute;
  top: 47%;
  left: 8%;
  transform: translateY(-50%);
}
.head-tx p {
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 400;
}



.heading h6 {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
}
.heading h2 {
  font-size: 40px;
  font-family: var(--regular-font);
  font-weight: bold;
  margin-bottom: 0;
  line-height: 50px;
  color: #000000;
  letter-spacing: -1px;
}
.heading.big_p p {
  font-size: 18px;
  line-height: 26px;
}
.heading p {
  font-size: 16px;
  margin: 15px 0 0;
  line-height: 24px;
  color: #000000;
}
#service_section .services_outerWrapper .services_innerTopWrapper h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  font-family: var(--heading-font);
  letter-spacing: 1px;
  line-height: 24px;
}
#service_section .services_outerWrapper .services_innerTopWrapper p {
  font-size: 16px;
  margin: 0;
  line-height: 22px;
}
#service_section .services_outerWrapper .services_innerTopWrapper {
  margin: 0 0px 70px;
  -webkit-box-shadow: 0 0px 50px -16px rgb(0 0 0 / 37%) !important;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.04);
  padding: 20px 25px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
}
#service_section .services_outerWrapper .services_innerTopWrapper::after {
  content: '';
  width: 22px;
  height: 22px;
  background-color: transparent;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: auto;
  z-index: -1;
  -webkit-transform: translateX(-50%) rotate(130deg) skew(-10deg);
  transform: translateX(-50%) rotate(130deg) skew(-10deg);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background-color: #ffffff;
  opacity: 0;
}
#service_section .dividers {
  width: 100%;
  height: 4px;
  background: #e2e2e2;
  border-radius: 10px;
}
#service_section .services_outerWrapper .services_innerBottomWrapper {
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: -95px;
  outline: 6px solid white;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#service_section .services_outerWrapper:hover .services_innerBottomWrapper {
  background-color: #2f39d3;
  outline-color: #d2e1ff;
}

.services_innerBottomWrapper1 {

  bottom: -6px !important;
  top: initial !important;
}
#service_section .reverseDiv .services_innerTopWrapper {
  margin: 90px 15px 0 !important;
}
#service_section .services_outerWrapper .services_innerTopWrapper {
  margin: 0 15px 90px;
}
.reverseDiv .service_topLeftWrapper {
  margin-top: 100px !important;
  padding-left: 100px;
}
#service_section .services_outerWrapper .services_innerTopWrapper:hover::after {
  bottom: -8px;
  opacity: 1;
}
.reverseDiv .services_innerTopWrapper:hover::after {
  bottom: auto !important;
  top: -6px !important;
}

#service_section{
  padding: 10rem 0;
}

.inner-service{
  position: relative;
  z-index: 1;
}
.inner-service::after {
  position: absolute;
  content: "";
  background-image: url(../images/process_borderNew.007d950576906d5d.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.left-pr-img{
  position: relative;
}
.left-pr-img::after {
    position: absolute;
    content: "";
    background-image: url(../images/work-petern.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 51%;
    left: 55%;
    transform: translate(-50%, -50%) scale(0.5);
    background-repeat: no-repeat;
    animation: animated 4s infinite;
    opacity: 0.05;
}
.nw-dt p{
  font-size: 22px;
  letter-spacing: 1px;
}
.left-news {
  height: 100%;
  padding: 7rem 3rem 0rem 7rem;
  background: linear-gradient(45deg, rgb(185 63 0), rgb(75 22 141));
  transform: scale(1.9);
}
@keyframes animated{
  0%{
    transform: translate(-50%, -50%) scale(0.5);
  }
  50%{
    transform: translate(-50%, -50%) scale(0.7);
  }
  100%{
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.list12 p{
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: sans-serif;
  line-height: 28px;
}

#profile {
  position: relative;
  z-index: 1;
}
#profile::after{
  position: absolute;
  content: "";
  background-image: url(../images/line-pattern-1.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
 opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
}

.left-pr-img img{
  position: relative;
  animation: amin 18s infinite ease-in-out;
}
@keyframes amin{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.what{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sd img{
  width: 65px;
  height: 65px;
  object-fit: contain;
}
.sd h3 {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 10px !important;
}
.vb p{
  font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: sans-serif;
    line-height: 26px;
}
.cer {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.cer:nth-child(2) {
    background-color: #005900;
    top: -8%;
    left: 1%;
}
.cer:nth-child(2) .tx-work {
  top: -88%;
  left: 163%;
  width: 280px;
}
.cer:nth-child(2) .tx-work h2 span{
  color: #005900;
}
.cer:nth-child(3) {
    background-color: #09ca99;
    top: -8%;
    left: 54%;
}

.cer:nth-child(3) .tx-work {
  top: -85%;
  left: 130%;
  width: 344px;
}
.cer:nth-child(3) .tx-work h2 span{
  color: #09ca99;
}
.cer:nth-child(4) {
    background-color: #10c9d0;
    top: 17%;
    left: 93%;
}
.cer:nth-child(4) .tx-work {
  top: -28%;
  left: -227%;
  width: 180px;
}
.cer:nth-child(4) .tx-work h2 span{
  color: #10c9d0;
}
.cer:nth-child(5) {
    background-color: #0675cc;
    top: 40%;
    left: 62%;
}
.cer:nth-child(5) .tx-work {
    top: -131%;
    left: -199%;
    width: 300px !important;
    text-align: left;
}
.cer:nth-child(5) .tx-work h2 span{
  color: #0675cc;
}
.cer:nth-child(6) {
    background-color: #51048f;
    top: 40%;
    left: 19%;
}
.cer{
  transform: scale(0.2);
}
.cer:nth-child(6) .tx-work {
  top: -127%;
  left: -99%;
  width: 382%;
}
.cer:nth-child(6) .tx-work h2 span{
  color: #51048f;
}

.cer{
  transform: scale(0.2);
}
.cer:nth-child(7) {
    background-color: #0015ed;
    top: 66%;
    left: 3%;
}
.cer:nth-child(7) .tx-work {
  top: -8%;
  left: 134%;
  width: 300px;
}
.cer:nth-child(7) .tx-work h2 span{
  color: #0015ed;
}
.cer:nth-child(8) {
    background-color: #8f6904;
    top: 89%;
    left: 40%;
}
.cer:nth-child(8) .tx-work {
    top: -128%;
    left: 13%;
    width: 300px;
}
.cer:nth-child(8) .tx-work h2 span{
  color: #8f6904;
}

.cer:nth-child(9) {
    background-color: #001437;
    top: 89%;
    left: 85%;
}
.cer:nth-child(9) .tx-work {
    top: -127%;
    left: -157%;
    width: 400px;
}
.cer:nth-child(9) .tx-work h2 span{
  color: #001437;
}

.inner-lei{
       padding-top: 10rem; 
}
.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::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: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(362deg);
}
.cer:nth-child(5)::before {
    transform: translate(-50%, -50%) rotate(270deg);
}
.cer:nth-child(6)::before {
  transform: translate(-50%, -50%) rotate(271deg);
}
.cer:nth-child(7)::before {
    transform: translate(-50%, -50%) rotate(360deg);
}
.cer:nth-child(8)::before {
  transform: translate(-50%, -50%) rotate(271deg);
}
.cer:nth-child(9)::before {
  transform: translate(-50%, -50%) rotate(271deg);
}
.cer img{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 40px;
}
#arrow {
    padding: 5rem 0 8rem;
}
.headline{
  width: fit-content;
  margin: auto;
  position: relative;
}
.headline h1 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}
/* .headline::after {
  position: absolute;
  content: "";
  background-image: url(../images/vertical-line1.png);
  background-size: contain;
  height: 30%;
  width: 50%;
  top: -39%;
  left: 50%;
  z-index: 9;
  background-repeat: no-repeat;
  transform: translateX(-50%);
} */
/* .headline::after {
  position: absolute;
  content: "";
  background-image: url(../images/vertical-line1.png);
  background-size: cover;
  height: 30%;
  width: 39%;
  top: -39%;
  left: 21%;
  z-index: 9;
  background-repeat: no-repeat;
} */
/* .headline::before {
  position: absolute;
  content: "";
  background-image: url(../images/vertical-line1blue.png);
  background-size: cover;
  height: 30%;
  width: 39%;
  top: -39%;
  left: 21%;
  z-index: 9;
  background-repeat: no-repeat;
  
  animation: animatemove 5s infinite;
} */
 .line{
  width: fit-content;
  margin: auto;
 }
 .line{
  position: relative;
 }
 .line::after {
  position: absolute;
  content: "";
  background-image: url(../images/vertical-line1blue.png);
  background-size: contain;
  height: 63%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  animation: animatemove 3s infinite;
}
@keyframes animatemove{
  0%{
    width: 0%;
  }
  50%{
    width: 100%;
  }
  100%{
    width: 0%;
  }
}
.spinner {
  margin: auto;
  width: 150px;
  height: 15px;
  text-align: center;
  font-size: 10px;
  
  display: flex;
  justify-content: space-between;
}

.spinner  div {
  background-color: rgb(211, 211, 211);
  height: 100%;
  width: 2px;
  object-fit: cover;
  -webkit-animation: sk-stretchdelay 2s infinite ease-in-out;
  animation: sk-stretchdelay 2s infinite ease-in-out;
}
#service {
    padding: 5rem 0 4rem;
}
.tx122 h1{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;

}
.w-90{
    width:90%;
}
.lis-img img{
  width: 50px;
  margin: 1rem auto;
}
.countCol h3 {
    font-weight: 700;
    font-size: 35px;
}
.countCol p {
    letter-spacing: 0.55px;
    color: #5d5d5d;
    margin-top:5px;
}
.df .col-lg-3:nth-child(even) .lis {
  padding: 3rem;
  border-radius: 150px;
  background: transparent linear-gradient(0deg, #E8F3FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  margin-top: -22%;
}
.df .col-lg-3:nth-child(even) .lis1 {
  padding: 3rem;
  border-radius: 150px;
  background: transparent linear-gradient(0deg, #E8F3FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  margin-top: -22%;
}
.df .col-lg-3:nth-child(odd) .lis {
  padding: 3rem;
  border-radius: 150px;
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #E8F3FF 100%) 0% 0% no-repeat padding-box;
}
.df .col-lg-3:nth-child(odd){
  padding: 15px;
}
.df .col-lg-3:nth-child(even){
  padding: 15px;
}
.lis h4{
  font-size: 21px;
  letter-spacing: 0.55px;
  color: #000;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.9s;
  animation-delay: -1.9s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
}

.spinner .rect4 {
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
}

.spinner .rect5 {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
.spinner .rect6 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.spinner .rect7 {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}
.spinner .rect8 {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
}
.spinner .rect9 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.spinner .rect10 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* @-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
} */

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    background-color: rgb(211, 211, 211);
  }
  20% { 
    background-color: #4b168d;
  }
}
.par p {
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #878787;
    font-weight: 100;
    font-family: sans-serif;
    margin-bottom: 1rem;
}

.li img {
  width: 37px;
  height: 37px;
}
.news-hd h1 {
  color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}
.li p{
  font-size: 17px;
  letter-spacing: 0.55px;
  font-family: sans-serif;
  font-weight: 300;
  color: #fff;
}
.li{
  padding: 2rem 0;
  border-bottom: 1px solid lightgray;
}

.tx1111{
  position: relative;
}
.tx1111::after {
  position: absolute;
  content: "";
  background-image: url(../images/left-quote.png);
  background-size: contain;
  top: -7%;
  left: -10%;
  height: 60px;
  width: 60px;
  z-index: 9;
  opacity: 0.1;
}
.topnav{
  transition: all .3s;
  top: 0;
  left: 0;
}
.topnavnew{
  background-color: #ffff;
  position: relative;
  animation: animate 1s;
  box-shadow: #e90e00 0px -4px 25px -15px;
}
@keyframes animate{
  0%{
    top: -100%;
  }
  100%{
    top: 0%;
  }
}
.toggle{
  transition: all .3s;
}
.togglenew{
  background-color: #000;
}
.togglenew .toggleqqw span{
  background-color: #fff;
}
.new-list img{
  height: 100vh;
  object-fit: cover;
}
.new-list{
  position: relative;
}
.new-list::after{
  position: absolute;
  content: "";
  background: linear-gradient(360deg,rgba(0, 0, 0, 0.849) 30%,transparent);
  background-size: contain;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.nw-dt {
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 999;
    color: #fff;
    width: 80%;
}
.left-news ul li:nth-child(4){
    border:none;
}
.nw-dt h2 {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 25px;
    line-height: 33px;
}
.tx-work h2{
    font-size: 27px;
    letter-spacing:0.55px;
}


#vlink {
  padding: 8rem 0;
}
.sc-list img {
  width: 42px;
}
.txtt span{
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
.txtt p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}
.lis{
  height: 100%;
}
#footer .container h1 {
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 500;
}
#footer .container span {
  letter-spacing: 1px;
  color: #fff;
  font-weight: 100;
  font-size: 13px;
}

.footer-title a {
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
}
.quick-links li a {
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 100;
}
.quick-links li {
  list-style-type: none;
  padding: 5px 0;
}
.quick-links{
  padding-left: 0;
}


.heading h6 {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
}
.heading h2 {
  font-size: 40px;
  margin-bottom: 0;
  color: #000000;
  letter-spacing: -1px;
      font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}







.client_float{
  height: 450px;
}

.logoslider {
  width: 100%;
  height: 100%;
}

.logoslider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoslider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logoslider .swiper-wrapper{
  align-items: center;
  
}
.logoslider{
  margin-bottom: 20px;
}



.ourbusiness {
    padding: 1rem 1rem !important;
    border-radius: 18px;
}
.ourbusiness h1{
    font-size:22px !important;
    margin-bottom:1rem;
}

.tx p{
    letter-spacing:0.55px;
}
.letter-div {
    overflow: hidden;
    overflow: hidden;
}
.letter-div{
    overflow:hidden;
}
.tx122 h4{
        font-size: 22px;
    letter-spacing: 0.55px;
    color: #878787;
    font-weight: 100;
}
.letter-div p{
    transform:translatey(400%);
    opacity:0;
    transition:all 2s;
}
.swiper-slide-active .tx .letter-div p{
     transform:translatey(0%);
     opacity:1;
}
#getaquote .modal-fullscreen .modal-content {
    background: linear-gradient(103deg, #fff6f9 0%, #edfffb 50%, #ebebff 100%);
}
#trainingModal .hiringIntern_wrapper, #getaquote .hiringIntern_wrapper {
    position: relative;
    /* margin: 6% 0; */
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
#trainingModal .hiringIntern_wrapper .btn-close, #getaquote .hiringIntern_wrapper .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #646464;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper {
    padding-left: 30px;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .heading, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .heading {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .heading h2, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .heading h2 {
    font-size: 30px;
    line-height: 30px;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .form-wrap, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .form-wrap {
    position: relative;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper label, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper label .star, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper label .star {
    color: red;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .form-control, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .form-control {
    height: 40px;
    border-radius: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.loading-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
.modal{
    z-index:999999999999;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper button, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper button {
    border: unset;
    background: red;
    color: #ffffff;
    width: 20%;
    padding: 10px;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: .4px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    margin: auto;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper textarea.form-control, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper textarea.form-control {
    height: auto;
}
.footer-link-box1{
    padding: 4rem 0px;
}

.txtt span{
    transition:all .3s;
}

.col1:hover .txtt span{
    color:#1877f2 !important;
}
.col2:hover .txtt span{
    color:#c32aa3 !important;
}
.col3:hover .txtt span{
    color:rgb(10 102 194) !important;
}
.col4:hover .txtt span{
    color:red !important;
}
.col5:hover .txtt span{
    color:#4285f4 !important;
}

.dfsfds .col:nth-child(1){
        flex: 1 0 90%;
}


.navbar_slide {
    height: 100vh;
    width: 100%;
    background-color: #00000063;
    left: 0;
    z-index: 999999;
    display:none;
    transition:all .3s;
}
.navbar_slide_new{
    display:block !important;
}
.left_nav_slide {
    height: 100vh;
    width: 100%;
    background: linear-gradient(103deg, #fffbfc 0%, #f3d2ff 60%, #fff7f2 100%);
}
.right_nav_slide11ff{
    /**/
    height: 100vh;
    width: 100%;
}
.right_nav_slide11ff{
    background-color: #fff;
}
.jhjhbjhkjkh{
    margin-left:-1000%  !important;
    transition:all 1s;
}
.jhjhbjhkjkh_new{
    margin-left:0 !important;
}




@media screen and (max-width:1366px){
    .li p {
        font-size: 15px;
        line-height: 26px;
    }
    .navbar-nav1 li a {
        font-size: 16px;
    }
}

@media screen and (max-width:552px){
    .bannerslider .swiper-slide{
        position:relative;
    }
    
        .bannerslider .swiper-slide::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            inset: 0;
            background-color: #000000;
            z-index: 11;
            opacity: 0.77;
            /* backdrop-filter: blur(51px); */
            filter: blur(23px);
        }
    .inner-service::after {
    position: absolute;
    content: "";
    background-image: none;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
    .df .col-lg-3:nth-child(even) .lis1 {
        padding: 3rem;
        border-radius: 150px;
        background: transparent linear-gradient(0deg, #E8F3FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        margin-top: 0;
    }
    #gallery{
            padding: 3rem 0px 3rem !important;
    }
    .list .row .col-lg-6{
        padding:0;
    }
    .right-ab-img {
        padding: 0 !important;
        margin-top: 0;
    }
    .dfsfds .col:nth-child(1) {
        flex: 0;
        display: none;
    }
    #profile{
        overflow:hidden;
    }
    .sda{
        display:none;
    }
    .par{
        width:100% !important;
    }
    .headline h1 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}
.tx1 h1 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 38px;
    margin-top: 52px;
}
.tx1111::after {
    position: absolute;
    content: "";
    background-image: url(../images/left-quote.png);
    background-size: contain;
    top: -4%;
    left: -4%;
    height: 30px;
    width: 30px;
    z-index: 9;
    opacity: 0.1;
}
#profile {
    padding: 3rem 0;
}
.par p {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #878787;
    font-weight: 100;
    font-family: sans-serif;
    margin-bottom: 1rem;
}
.tx122 h4 {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #878787;
    font-weight: 100;
}
.tx122 h1 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}
.tx1 h4 {
    font-size: 26px;
    font-weight: 500;
    /* font-style: italic; */
    letter-spacing: 0.55px;
    font-weight: 500;
    position: absolute;
    top: 47%;
    left: 8%;
    transform: translateY(-50%);
}
    .tx-work {
        /* position: initial !important; */
        width: 100%;
        top: 50% !important;
        left: 131% !important;
        transform: translateY(-50%);
        width: 201px !important;
    }
    .cer:nth-child(5) .tx-work {
        top: -131%;
        left: -199%;
        width: 201px !important;
        text-align: left;
    }
    .cer {
        height: 110px;
        width: 110px;
        border-radius: 50%;
        border: 5px solid #fff;
        position: relative !important;
        transform: initial !important;
        top: initial !important;
        left: 0 !important;
        display: flex;
        /* padding: 20px; */
        margin: 71px 0;
    }
    .inner-lei {
    padding-top: 0rem;
}
#arrow {
    padding: 5rem 0 1rem;
}
    .fgfg{
        display: grid !important;
        gap: 25px;
    }
    .tx h1 {
        font-size: 23px;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 600;
        line-height: 33px;
        margin-bottom: 2rem;
    }
    .hiringIntern_wrapper .row .col-lg-4{
        display:none;
    }
    .hiringIntern_wrapper .row .col-lg-8{
        padding:0;
    }
    #trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper button, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper button {
    border: unset;
    background: red;
    color: #ffffff;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: .4px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    margin: auto;
}
    #trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper {
    padding-left: 0;
}
    .navbar-nav1{
        display:none;
    }
    #navbar-chris{
        display:none;
    }
    #banner{
        height:70vh !important;
    }
        .tx {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 94%;
        text-align: center;
        z-index: 9999;
    }
    .df .col-lg-3:nth-child(even) .lis {
        padding: 3rem;
        border-radius: 150px;
        background: transparent linear-gradient(0deg, #E8F3FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        margin-top: 0;
    }
    .inner-service{
        margin-top:10px !important;
    }
    .inner-prof .row .col-lg-7,.inner-prof .row .col-lg-5,.tcs-custom-container .row .col-lg-3,.tcs-custom-container .row .col-lg-4,.tcs-custom-container .row .col-lg-2,.fgfg .col{
        padding:0;
    }
    .w-90 {
        width: 100%;
    }
    .left-pr-img {
        position: relative;
        padding: 2rem;
    }
    .left-news {
        height: 100%;
        padding: 3rem 1rem 0rem 1rem;
        background: linear-gradient(45deg, rgb(185 63 0), rgb(75 22 141));
        transform: scale(1.9);
    }
    .aasaas .col-lg-5,.aasaas .col-lg-7{
        padding:0 !important;
    }
    .heading h2 {
    font-size: 40px;
    margin-bottom: 0;
    color: #000000;
    letter-spacing: -1px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
}
.heading p{
    margin-top:0;
}
    #vlink {
        padding: 3rem 0;
    }
    .quick-links li a {
        font-size: 18px;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 100;
    }
    #footer .container h1 {
        font-weight: 100;
        letter-spacing: 1px;
        font-size: 31px;
        font-weight: 500;
        margin-top: 11px;
    }
    .sc-list img {
        width: 28px;
    }

}

#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;
}