@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap");

.row-divd .col-md-6:nth-child(2) {
  background-color: #fafafa;
}

body {
  font-family: "Roboto Flex", sans-serif !important;
}

.btnPink {
  padding: 12px 20px;
  background: #ff0083;
  border-radius: 5px;
  color: #fff !important;
  min-width: 150px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #ff0083;
  opacity: 0.9;
  font-size: 16px;
  text-align: center;
}

iframe#Iframe1 {
  filter: grayscale(1);
  /* transform: scale(0.8); */
}

.f-twitter-icon svg {
  fill: currentColor;
}

.f-twitter-icon:hover svg {
  fill: currentColor;
}

.btnServ {
  background: #ff0083;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #ffff;
  padding: 5px 20px;
}

.btnProd {
  background: #ff7c00;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #ffff;
  padding: 5px 20px;
}

.multiBtn {
  padding: 12px 20px;
  background-color: #ff0083;
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
  border-radius: 5px;
  color: #fff;
  min-width: 150px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
  opacity: 0.9;
  font-size: 16px;
  text-align: center;
}

.multiBtnContactUs {
  padding: 8px 16px;
  background-color: #ff0083;
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
  border-radius: 5px;
  color: #fff;
  min-width: 100px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
  opacity: 0.9;
  font-size: 16px;
  text-align: center;
  margin-right: 30px;
}

.multiBtnContactUs:hover {
  color: #fff !important;
  border-radius: 30px;
}

.btnylw {
  padding: 12px 20px;
  background: #ff7c00;
  border-radius: 5px;
  color: #fff !important;
  min-width: 150px;
  display: inline-block;
  font-weight: 500;
  opacity: 0.9;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ff7c00;
  transition: all 0.3s ease;
}

.section-top {
  position: relative;
}

.cust-box img {
  height: 40px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.cust-box img:nth-child(2) {
  display: none;
}

.sec-cust .col-md-6 {
  margin-bottom: 20px;
}

.cust-box h5 {
  font-size: 18px;
  margin-bottom: 0;
  color: #212529;
}

.cust-box:hover h5 {
  color: #fff;
}

.webisteContt p {
  font-size: 18px;
  font-weight: 500;
}

.webisteContt h4 {
  color: #00407e;
  font-size: 24px;
  font-weight: 600;
}

.webisteBlog h4 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
}

.webisteBlog p {
  font-size: 14px;
  font-weight: 400;
}

.webisteBlog p span {
  color: #6e6e6e;
  font-weight: 600;
  font-size: 13px;
}

.headingProduct .lottie-line {
  left: -32%;
  bottom: 10%;
  z-index: -1;
}

.productlottiestep {
  bottom: 35% !important;
}

.productlottiestep img {
  width: 16%;
  margin-left: 35% !important;
}

.productlottieTh img {
  width: 30%;
}

.careee-detil-shape {
  right: -40%;
  bottom: inherit !important;
  top: 2%;
  left: inherit !important;
}

.backBg {
  top: -13%;
  left: -6%;
  width: 90%;
  z-index: -1;
}

.kgb {
  height: 110px;
}

.imgsnd {
  z-index: 1;
  /* position: relative; */
}

.cust-box {
  height: 100%;
  border: 1px solid #ff7c00;
  border-radius: 30px;
  text-align: center;
  padding: 20px 10px;
  border-top-left-radius: 0px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cust-box:hover img:nth-child(1),
.custServiceSec a.active .cust-box img:nth-child(1),
.custProductSec a.active .cust-box img:nth-child(1) {
  display: none;
}

.cust-box:hover img:nth-child(2),
.custServiceSec a.active .cust-box img:nth-child(2),
.custProductSec a.active .cust-box img:nth-child(2) {
  display: block;
}

.cust-box:hover,
.custProductSec a.active .cust-box {
  background-color: #ff7c00;
  color: #fff;
}

.custServiceSec a.active .cust-box h5,
.custProductSec a.active .cust-box h5 {
  color: #fff;
}

.top-box {
  width: 75%;
  margin: auto;
  padding-top: 100px !important;
}

.content-line p {
  font-size: 18px;
  width: 100%;
  font-weight: 500;
  margin: auto;
  margin-bottom: 6%;
}

.content-line .hdng {
  font-size: 36px;
}

.logo-icon {
  position: fixed;
  right: -8%;
  top: 30%;
  padding: 0;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  border-radius: 60px;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #004183;
  }

  50% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px #004183;
  }

  100% {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 2px #004183;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #004183;
  }

  50% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px #004183;
  }

  100% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #004183;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #004183;
  }

  50% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px #004183;
  }

  100% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #004183;
  }
}

@keyframes glowing {
  0% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #004183;
  }

  50% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px #004183;
  }

  100% {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #004183;
  }
}

.logo-icon img {
  height: 220px;
}

.content-line img {
  width: 30%;
}

.lottie-line {
  position: absolute;
  bottom: 12%;
}

.content-line {
  z-index: 9;
  position: relative;
}

.btnPink:hover {
  color: #ff0083 !important;
}

.btnylw:hover {
  color: #ff7c00 !important;
}

.btnPink:hover,
.btnylw:hover {
  opacity: 1;
  border-radius: 30px;
  background-color: #fff;
}

.multiBtn:hover {
  color: #fff;
  opacity: 1;
  border-radius: 30px;
}

.hdng {
  font-family: "Roboto Flex", sans-serif;
  font-size: 28px;
  color: #000;
  font-weight: 700;
}

.logo-icon-product {
  right: unset !important;
  left: -7%;
}

.form-sec h6 {
  color: #708096;
  font-size: 14px;
  margin-bottom: 15px;
}

.mainoverSec {
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.countryCode .iti {
  width: 100%;
}

.countryCode .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.form-sec .lottie-line {
  bottom: 22%;
  right: -8%;
}

.form-sec .col-md-6,
.form-sec .col-md-12 {
  margin-bottom: 30px;
}

.form-sec .hdng {
  font-size: 40px;
  margin-bottom: 15px;
}

.form-sec .form-control,
.form-sec .form-select {
  background-color: #f5f5f5;
  border: none;
  padding: 12px 10px;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  color: #828282;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.sticky+.sec-stic {
  padding-top: 102px;
}

.headingProduct .hdng {
  font-size: 40px;
}

.headingProduct p {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.grad-color {
  background: #121fcf;
  background: linear-gradient(to right, #ff7c00 0%, #00407e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.imgBlog {
  overflow: hidden;
  height: 200px;
}

.imgBlogBnr {
  height: 350px;
}

.productContent h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.productContent p {
  font-size: 14px;
  font-weight: 500;
}

.imgBoxPorduct img {
  max-height: 350px;
  object-fit: contain;
  width: 90% !important;
}

.productlottie {
  top: -3%;
  bottom: inherit;
  left: 19%;
}

/* .productSlider > .owl-stage-outer{
max-height: 480px;
} */
.productSlider .owl-stage {
  height: 100%;
}

.ourProduct {
  background-color: #fafafa;
}

.productSlider>.owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  justify-content: space-between;
  display: none;
  transition: all 0.3s ease-in-out;
}

.ourProduct:hover .productSlider>.owl-nav {
  display: flex;
}

.ourProduct .owl-dots .owl-dot:hover span {
  background-color: #00407e;
}

.ourProduct .owl-dots .owl-dot.active span {
  width: 30px !important;
  background-color: #00407e;
}

.productSlider .owl-dots .owl-dot span {
  margin: 5px 3px !important;
}

.productSlider .owl-nav .owl-prev,
.productSlider .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  background-color: #f1af70 !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 28px !important;
}

.productSlider .owl-nav .owl-prev:hover,
.productSlider .owl-nav .owl-next:hover {
  background-color: #ff7c00 !important;
}

.ourProductPink .productSlider .owl-nav .owl-prev,
.ourProductPink .productSlider .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  background-color: #f966b2 !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 28px !important;
}

.ourProductPink .productSlider .owl-nav .owl-prev:hover,
.ourProductPink .productSlider .owl-nav .owl-next:hover {
  background-color: #fe198f !important;
}

.productSlider .owl-nav .owl-prev {
  margin-left: -8%;
}

.productSlider .owl-nav .owl-next {
  margin-right: -8%;
}

.about-project {
  padding: 50px 20px 40px;
  border-radius: 10px;
  border: 1px solid #ff7c00;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #ff7c004d 100%);
}

.about-project p {
  font-weight: 600;
  color: #6e6e6e;
  font-size: 18px;
}

.certificateHdng {
  width: 75%;
}

.footerLinkSec ul {
  width: 50%;
  list-style-type: none;
  padding: 0;
}

.footerLinkSec a {
  font-size: 13px;
  color: #000;
  display: inline-block;
  padding: 5px 0px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.footerLinkSec a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.footerLinkSec h5,
.socialIcn h5 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.socialIcn {
  list-style-type: none;
  flex-wrap: wrap;
}

.adds {
  align-items: flex-start;
}

.adds p {
  font-size: 13px;
  font-weight: 500;
}

.adds img {
  flex-shrink: 0;
  width: 18px;
  margin-right: 15px;
}

.form-ftr input {
  font-size: 12px;
  padding: 10px 10px;
  height: auto;
  border-color: #e4ebf5;
}

.form-footer {
  padding-left: 30px;
}

.form-footer h4 {
  font-size: 28px;
  font-weight: 700;
}

.form-ftr button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 18px;
  color: #000;
  margin-left: 10px;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.copyRighttxx {
  font-size: 13px;
  font-weight: 500;
}

.copyRighttxx a {
  color: #ff7c00;
  text-decoration: underline !important;
}

.footr-last p {
  color: #333;
}

.footr-last a {
  color: #000;
  font-weight: 600;
  font-size: 13px;
}

.footr-last a:hover {
  color: #ff7c00;
}

.form-ftr button:hover,
.form-ftr button:focus {
  background-color: #ff7c00;
  color: #fff;
}

.socialIcn a {
  width: 22px;
  margin-right: 10px;
  border: 1px solid #000;
  color: #000;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 22px;
  font-size: 13px;
}

.socialIcn a:hover {
  background-color: #ff7c00;
  border-color: #ff7c00;
  color: #fff;
}

.footerLinkSec a:hover::after {
  transform: translate3d(0, 0, 0);
}

.certificateHdng h3 {
  font-size: 49px;
  font-weight: 700;
}

.certificateHdng p {
  font-size: 14px;
}

.certificate-ul {
  /* align-items: flex-end; */
  justify-content: space-between;
  list-style-type: none;
}

.certificate-ul li.listCertifiede img {
  height: 105px;
  margin-bottom: 0px;
}

.certificate-ul li img {
  display: block;
  margin: auto;
  margin-bottom: 18px;
  height: 100px;
}

.bloghdng {
  border-bottom: 1px solid #c9c9c9;
}

.logoWorth .item {
  padding: 15px;
}

.logoWorth img {
  max-height: 40px;
  margin: auto;
  width: auto !important;
  max-width: 100%;
}

.footer-product {
  background-color: #e4ebf5;
}

.tech-sec img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  cursor: pointer;
}

.tech-sec img:hover {
  filter: inherit;
}

.imgBlog img {
  transition: transform 0.5s;
  height: 100%;
  object-fit: cover;
}

.btnBlog {
  padding: 5px 20px !important;
  min-width: auto;
  font-size: 12px;
  border-radius: 3px;
}

.social-col {
  height: 100vh;
}

.text-sizesblog {
  font-size: 14px;
}

.social-main {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.imgBlog img:hover {
  transform: scale(1.2);
}

.hdngLink h4 {
  overflow: hidden;
}

.hdngLink h4 span {
  position: relative;
  overflow: hidden;
}

/* .hdngLink h4 span::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
   opacity :1;
   transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);

} */
/* .hdngLink:hover h4 span::after,
.hdngLink:focus h4 span::after {
    transform: translate3d(0, 0, 0);
} */
.service-Sec {
  display: none;
  overflow: hidden;

  background-color: #fff;
  width: 100%;
  z-index: 9;
  animation: fade-in 1s ease-in-out;
  animation-fill-mode: forwards;
}

.row-divd img {
  width: 30%;
}

.footer-sec {
  background-image: url("../img/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a {
  text-decoration: none !important;
}

.testimonail-slide .item {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100px;
}

.navbar {
  box-shadow: 0px 0px 6px #00000029;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.navbar-brand img {
  height: 40px;
}

.navbar-collapse {
  justify-content: center;
}

.navbar-nav .nav-item {
  padding: 0px 20px;
}

.navbar-nav {
  justify-content: center;
}

.navbar-nav .dropdown-menu {
  box-shadow: 1px 1px 5px 0px #ccc;
  border: none;
}

.navbar-nav .dropdown-item {
  font-size: 13px;
  padding: 12px 20px;
  color: #6e6e6e;
  text-align: center;
}

.navbar-nav .dropdown-item:hover {
  background-color: #f6f6f6;
  color: #000;
}

.secHnd {
  font-size: 26px;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
}

.nav-item .dropdown-toggle,
.nav-item .nav-link {
  background-color: transparent !important;
  color: #000 !important;
  border: none !important;
  font-weight: 600;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
  padding: 10px 5px;
}

.menu-extra {
  display: none;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-extra-box {
  height: calc(100vh - 125px);
  overflow-y: auto;
}

/* .lottie-productLine{

} */
.menu-extra-box::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.menu-extra-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.menu-extra-box::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.menu-extra-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.btntgl {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 5px 0px #ccc;
  color: #000;
  padding: 12px 0px;
  flex-wrap: wrap;
  margin-right: 3px;
}

.btntgl .humbr {
  width: 25px;
  display: block;
  height: 2px;
  background-color: #000;
  transition: transform 0.2s ease;
}

.btntgl-open .humbr-line3 {
  display: none;
}

.btntgl-open .humbr-line1 {
  transform: translate3d(0, -50%, 0) rotate(-45deg);
  margin-top: 8px;
  margin-right: 2px;
}

.btntgl-open .humbr-line2 {
  transform: translate3d(0, -50%, 0) rotate(45deg);
  margin-bottom: 12px;
}

.nav-item .dropdown-toggle::before,
.nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.nav-item .dropdown-toggle:hover::before,
.nav-item .nav-link:hover::before {
  transform: translate3d(0, 0, 0);
}

.lottieBox {
  margin: -80px 0px;
}

.nav-item .dropdown-toggle::after {
  vertical-align: 0.1em;
}

.testimonail-slide .item img {
  max-width: 75%;
  margin: auto;
  width: auto;
  height: 50px;
}

.social-icons a {
  color: #004183;
  padding: 10px;
  font-size: 13px;
  background: white;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 2px;
}

.footer-menu a {
  color: #fff;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-size: 14px;
}

.footer-menu a:hover {
  color: #004183;
}

.social-icons a:hover {
  background-color: #004183;
  color: #fff;
}

.copy-right-text,
.copy-right-text a {
  font-size: 12px;
  color: #fff;

  font-family: "Jost", sans-serif;
}

.copy-right-text a {
  text-decoration: underline !important;
}

.navTab-box {
  justify-content: center;
}

.mobileViewTab {
  display: none;
}

.navTab-box li {
  width: 45%;
}

.navTab-box li .nav-link {
  padding: 10px 20px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  opacity: 0.8;
  background-color: white;
}

.navTab-box li .nav-link:hover,
.navTab-box li .nav-link>.active {
  opacity: 1;
}

.navTab-box li .nav-link::before {
  display: none !important;
}

.navTab-box li:nth-child(1) .nav-link.active {
  background-color: #ff0083 !important;
  color: #fff !important;
}

.navTab-box li:nth-child(2) .nav-link.active {
  background-color: #ff7c00 !important;
  color: #fff !important;
}

.progressContact {
  border-radius: 30px;
  height: 10px;
  max-width: 200px;
  width: 40%;
  margin-left: auto;
}

.progressContact .progress-bar {
  border-radius: 30px;
  background-color: #ff7c00;
}

.contact-sec h2 {
  font-size: 26px;
  font-weight: 700;
}

.form-contt {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding: 10px 10px;
  height: auto;
  font-size: 14px;
}

.step-box {
  margin-bottom: 40px;
}

.step-box h6 {
  font-weight: 700;
  margin-bottom: 20px;
}

.subHdng {
  font-weight: 700;
  font-size: 26px;
}

.rotate-text {
  font-size: 90px;
  font-weight: 800;
  position: absolute;
  width: auto;
  right: -10%;
  color: rgb(0 0 0 / 15%);
  top: 30%;
  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);
}

.rotate-textLeft {
  right: inherit;
  left: -15%;
}

.stand-row .col-md-6:nth-child(even) {
  padding-top: 8%;
}

.stand-box {
  width: 75%;
  margin-bottom: 20px;
}

.stand-box h4 {
  font-size: 48px;
  font-weight: 700;
  margin-right: 25px;
}

.stand-box p {
  font-size: 14px;
}

.stand-box h5 {
  font-weight: 800;
  font-size: 24px;
}

.list-job a {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 2px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.list-job a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.list-job a:hover::after {
  transform: translate3d(0, 0, 0);
}

.list-job {
  padding-bottom: 20px;
  padding-top: 10px;
}

.list-job a:hover {
  color: #000;
}

.list-job p {
  color: #a9a9a9;
  font-size: 13px;
  margin: 0;
}

.navTab-job a {
  color: #9f9f9f;
  font-size: 14px;
}

.navTab-job li {
  margin-bottom: 20px;
}

.f-box {
  margin-bottom: 30px;
}

.form-cv span {
  color: #a9a9a9;
  font-size: 13px;
}

.attach-icon {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ff0083;
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-right: 15px;
}

.back-ofr {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.back-ofr:hover {
  color: #ff7c00;
}

.gryColorLight {
  color: #708096;
  font-weight: 600;
  font-size: 14px;
}

.careerDeatilsec p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.careerDeatilsec h5 {
  margin-bottom: 20px;
  font-weight: 700;
}

.imgBox-crr {
  height: 350px;
  overflow: hidden;
}

.imgBox-crr img {
  object-fit: cover;
}

.file-custApply {
  background-color: #fff;
  border-radius: 4px;
  border: 1px dashed #222;
  padding: 15px;
  cursor: pointer;
}

.apply-Box p {
  font-weight: 600;
}

.apply-Box h4 {
  font-weight: 700;
  font-size: 24px;
}

.file-custApply h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.file-custApply span {
  background-color: #ff0083;
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
  padding: 8px 15px;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

.apply-Box {
  background-color: #f7f7fc;
  padding: 30px 20px 40px;
}

.file-custom h6 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.choose-file-box {
  background-color: #efefef;
  color: #000;
  padding: 8px 10px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 4px;
}

.file-custom {
  cursor: pointer;
}

.custLblFile input,
.custFileApply input {
  opacity: 0;
  width: 0;
  height: 0px;
}

.form-cv .form-control,
.form-cv .form-select {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #ccc;
  color: #000;
  background-color: transparent;
  box-shadow: none !important;
  font-size: 15px;
  height: auto;
  padding: 10px 0px;
}

.img-hiring {
  margin-bottom: -5%;
  margin-top: -31%;
  display: block;
}

.form-cv .form-control:focus,
.form-cv .form-select:focus {
  border-color: #ff7c00;
}

.form-cv label {
  margin-bottom: 0px;
  font-size: 12px;
  color: #a9a9a9;
  font-weight: 500;
}

.navTab-job .nav-link {
  margin: 0px 20px;
}

.navTab-job .nav-link.active,
.navTab-job .nav-link:focus-visible {
  border-color: #fff !important;
  background-color: transparent !important;
  color: #ff7c00 !important;
}

.list-job h5 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.list-job h6 {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.step-box p {
  color: #919191;
}

.step-count {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ff0083;
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.box-productt {
  padding-bottom: 20px;
}

.box-productt img {
  height: 50px;
}

.box-productt h5 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.box-productt ul li {
  margin-bottom: 10px;
}

.box-productt ul {
  list-style-type: none;
  font-size: 14px;
  font-weight: 600;
}

.btnBack {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e6e6e68;
  color: #6e6e6e !important;
  border-radius: 50%;
  font-size: 16px;
}

.user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 15px;
}

.userDes h6 {
  color: #00407e;
  font-weight: 600;
  font-size: 16px;
}

.userDes p {
  font-size: 12px;
  color: #00407e;
}

.testimonial-des {
  padding: 20px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #00407e;
  border-radius: 10px;
  background-color: #e9f4f7;
  position: relative;
  transition: all 0.3s ease;
}

.testimonial-des p {
  z-index: 9;
  position: relative;
}

.testimonial-des::after {
  content: "";
  left: 42px;
  bottom: -12px;
  background-color: #e9f4f7;
  border-radius: 7px;
  width: 38px;
  height: 38px;
  rotate: 50deg;
  z-index: -1;
  position: absolute;
}

.lottie-linetestiminial {
  top: 8%;
  bottom: inherit;
}

.testimonial-des::before {
  border-radius: 2px;
  content: "";
  position: absolute;
  width: 30px;
  left: 46px;
  height: 8px;
  background-color: #e9f4f7;
  bottom: -5px;
}

.testimonial-box {
  margin: auto;
  margin-bottom: 30px;
  padding: 20px 15px 0px;
}

.testimonial-box:hover .testimonial-des {
  box-shadow: 0px 0px 4px 1px #ccc;
}

.testimonial-box:hover .testimonial-des::after {
  box-shadow: 0px 0px 4px 0px #ccc;
}

.user-img img {
  object-fit: cover;
}

.btnBack:hover {
  color: #fff !important;
  background-color: #ff7c00;
}

.btnBackPink:hover {
  background-color: #fe198f;
}

.contact-sec {
  display: none;
}

.cont1 {
  display: block;
}

.contactModal .modal-dialog {
  max-width: 65%;
}

.contact-sec p {
  font-size: 14px;
  font-weight: 600;
  color: #6e6e6e;
}

.body-Conect {
  padding: 10px 30px 15px;
}

/* The container */
.custLbl {
  display: inline-block;
  position: relative;

  cursor: pointer;
  margin-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custLbl input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  /* position: absolute;
    top: 0;
    left: 0; */
  padding: 12px 15px;
  border: 1px solid #ff7c00;
  font-size: 13px;
  font-weight: 500;
  min-width: 110px;
  border-radius: 30px;
  background-color: #fff;
  color: #ff7c00;
  text-align: center;
}

.checkmark img {
  display: none;
  height: 14px;
  float: right;
  margin-top: -15px;
  /* background: #fff; */
  /* border-radius: 30px; */
  margin-right: -18px;
}

/* On mouse-over, add a grey background color */
.custLbl:hover input~.checkmark {
  background-color: #ff7c00;
  color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custLbl input:checked~.checkmark {
  background-color: #ff7c00;
  color: #fff;
}

.custLbl input:checked~.checkmark img {
  display: inherit;
}

.menu-main-sec {
  padding: 30px 15px 30px 65px;
}

.menu-extra-box ul {
  list-style-type: none;
}

.contactrightnav {
  z-index: 9999;
  /* overflow: hidden;
    padding: 2px 0px; */
}

.menu-extra-box li a {
  color: #000;
  margin: 5px 0px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.menu-extra-box li a:hover,
.menu-extra-box li.mainLi:hover>a {
  background-color: #ff0083;
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.bnr-menu {
  object-fit: cover;
  height: 100%;
}

.menu-extra-box .mainLi a {
  font-size: 40px;
  font-weight: 700;
}

.menu-extra-box a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
  background-color: #ff0083;
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
}

.menu-extra-box a:hover::after {
  transform: translate3d(0%, 0, 0);
}

.menu-extra-box .mainLi a::after {
  display: none;
}

.menu-extra-box .mainLi:nth-child(1) a:hover,
.menu-extra-box .mainLi:nth-child(1):hover a {
  color: #ff0083;
  background: transparent;
  background-color: transparent;
  -webkit-text-fill-color: inherit;
}

.menu-extra-box .mainLi:nth-child(2) a:hover,
.menu-extra-box .mainLi:nth-child(2):hover a {
  color: #ff7c00;
  background: transparent;
  background-color: transparent;
  -webkit-text-fill-color: inherit;
}

.headingpraSub {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.grad-color2 {
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.count-pre {
  background-color: #ff0083;
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
}

.count-pre .col-md-4 {
  border: 1px solid rgb(204 204 204 / 44%);
}

.count-pre .col-md-4:nth-child(1),
.count-pre .col-md-4:nth-child(2),
.count-pre .col-md-4:nth-child(3) {
  border-top: none;
}

.count-pre .col-md-4:nth-child(4),
.count-pre .col-md-4:nth-child(5),
.count-pre .col-md-4:nth-child(6) {
  border-bottom: none;
}

.count-pre .col-md-4:nth-child(1),
.count-pre .col-md-4:nth-child(4) {
  border-left: none;
}

.count-pre .col-md-4:nth-child(3),
.count-pre .col-md-4:nth-child(6) {
  border-right: none;
}

.dropdown-menu-inner {
  right: 25%;
  position: absolute;
  display: none;
  top: 10px;
  z-index: 999;
  min-width: 200px;
  width: max-content;
  max-width: 200px;
}

.dropdown-menu-inner a {
  font-size: 13px !important;
  color: #707070 !important;
  display: block !important;
  font-weight: 600 !important;
  padding: 5px 10px;
}

.dropdown-menu-inner a:hover {
  color: #000 !important;
  background: transparent !important;
  background-color: transparent !important;
  -webkit-text-fill-color: inherit !important;
}

.menu-extra-box .mainLi:hover .dropdown-menu-inner {
  display: block;
}

.pre-box {
  color: #fff;
  padding: 30px;
  height: 100%;
  width: 75% !important;
  margin: auto;
}

.pre-box h6 {
  font-size: 55px;
  font-weight: 700;
}

.pre-box p {
  font-size: 18px;
}

.lottieAbout {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}

.lottieAbout img {
  width: 30%;
}

.ul-sevice-ul {
  list-style-type: none;
}

.ul-sevice-ul li {
  padding-bottom: 10px;
}

.pink-color {
  background: linear-gradient(to right, #fd146e 0%, #00407e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-projectpink {
  border: 1px solid #fe198f;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #fe198f4d 100%);
}

.ul-sevice-ul img {
  display: inline-block !important;
  width: 16px !important;
  margin-right: 10px;
}

.ourProductInght .productContent h4 {
  font-size: 20px;
}

.newSec {
  background: #fafafa;
}

.pre-box-news {
  padding: 30px;
}

.pre-box-news h4 {
  font-size: 24px;
  font-weight: 700;
}

.pre-box-news p {
  font-size: 14px;
  font-weight: 600;
}

.pre-box-news img {
  max-width: 40%;
  width: 40%;
  max-height: 200px;
  flex-shrink: 0;
}

.newSec .col-md-6 {
  border: 1px solid rgb(204 204 204 / 44%);
}

.newSec .col-md-6:nth-child(1),
.newSec .col-md-6:nth-child(2) {
  border-top: none;
}

.newSec .col-md-6:nth-child(1),
.newSec .col-md-6:nth-child(3) {
  border-left: none;
}

.newSec .col-md-6:nth-child(2),
.newSec .col-md-6:nth-child(4) {
  border-right: none;
}

.newSec .col-md-6:nth-child(3),
.newSec .col-md-6:nth-child(4) {
  border-bottom: none;
}

.innr-pee {
  position: relative;
  height: 100% !important;
  min-height: 160px;
  flex-shrink: 0;
  width: 40%;
}

.innr-pee .multiBtn {
  display: inline-block;
  position: absolute;
  bottom: 0;
}

/* 
/* The Modal (background) */
.modalSlider {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 79%);
}

/* Modal Content */
.glryModal .modal-content {
  background-color: transparent;
  border: none;
}

.glryModal .modal-dialog {
  max-width: 100%;
}

.glryModal .productSlider {
  width: 60% !important;
  margin: auto;
}

.glryModal .productSlider>.owl-nav {
  display: flex;
  justify-content: space-between;
}

.glryModal .productSlider img {
  max-height: 500px;
  width: auto !important;
  /* max-width: 100%; */
  margin: auto;
}

.awardsRow .imgBlog {
  cursor: pointer;
}

.glryModal .btn-close {
  color: #fff !important;

  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
  background-image: none;
  opacity: 1;
}

.glryModal .productSlider .owl-nav .owl-prev,
.glryModal .productSlider .owl-nav .owl-next {
  background-color: transparent !important;
  font-size: 50px !important;
  opacity: 1;
}

.innerBoxPhoto {
  overflow: hidden;
  height: 250px;
  cursor: pointer;
  margin-bottom: 30px;
}

.innerBoxPhoto img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.view-photoBox {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  display: inline-block;
  font-weight: 600;
  border-right: 3px solid #fff;
  background-color: rgba(255, 255, 255, 65%);
}

.overlayBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0 0 0 / 60%);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}

.innerBoxPhoto:hover .overlayBox {
  width: 100%;
}

.overlayText {
  color: white;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0;
  bottom: 0;
  padding: 40px 20px 0px 0px;
  height: 100%;
  /* -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  white-space: nowrap;
}

.overlayText h5 {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
  max-width: 50%;
  margin-bottom: 50px;
}

.overlayBox p {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 12px;
  text-align: right;
}

.progressPink .progress-bar {
  background-color: #fd146e;
}

.custLblPink .checkmark {
  border-color: #fd146e;
  color: #fe198f;
}

.custLblPink:hover input~.checkmark,
.custLblPink input:checked~.checkmark {
  background-color: #fd146e;
  color: #fff;
}

.about-list img {
  width: 30px;
  margin-right: 15px;
  flex-shrink: 0;
}

.about-list h6 {
  color: #708096;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.capt-Sec,
.capt-Sec2 {
  background-color: #f7f7fc;
}

.capt-Sec h4 {
  font-weight: 500;
}

.about-list {
  margin-bottom: 35px;
}

.classAboutMain {
  background-color: #f7f7f7;
  padding-bottom: 18%;
}

.mainImgAbout {
  margin-top: -38% !important;
}

.comnShp {
  width: 28%;
}

.about-shape1 {
  left: -10%;
  top: 24%;
}

.about-shape2 {
  right: -8%;
  top: 40%;
}

.about-shape3 {
  left: -6%;
  bottom: -16%;
  width: 22%;
}

.about-shape4 {
  right: 15%;
  bottom: -10%;
  width: 20%;
}

.about-shape5 {
  left: -10%;
  top: 20%;
}

.about-shape6 {
  right: -15%;
  top: 25%;
  width: 40%;
}

.about-shape7 {
  left: -5%;
  bottom: 10%;
  width: 23%;
}

.about-shape8 {
  right: 11%;
  bottom: 15%;
  width: 18%;
}

.lottieLineAbouut {
  top: 5%;
}

.productlottieTh2 {
  top: 10%;
  bottom: inherit;
}

.about-shape9 {
  top: -8%;
  width: 16%;
  left: -4%;
}

.about-shape10 {
  bottom: 5%;
  width: 30%;
  left: 0;
}

.about-shape11 {
  top: 30%;
  width: 20%;
  right: 10%;
}

.about-shape12 {
  top: 5%;
  width: 20%;
  left: -8%;
}

.about-shape13 {
  top: 15%;
  width: 25%;
  right: -10%;
}

.productlottieTh3 {
  bottom: -12%;
  left: 0%;
}

.plnBox p {
  font-size: 11px;
  padding: 0px 10px;
  margin: 0;
  height: 45px;
  justify-content: center;
  display: flex;
  font-weight: 600;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.plnBox p img {
  height: 15px !important;
}

.plnBox h4 {
  font-weight: 700;
  color: #bd4400;
  height: 45px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plnBox .colorSlvr {
  color: #a0a0a0;
}

.custom-plnSec h4 {
  font-weight: 700;
  color: #00407e;
  height: 45px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.customBoxPln {
  min-height: 405px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.custom-plnSec img {
  height: 150px;
}

.custom-plnSec h5 {
  font-size: 14px;
  color: #000;
}

.custom-plnSec p {
  font-size: 13px;
  color: #708096;
}

.plnBox .colorGold {
  color: #e4c603;
}

.custPlan {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custPlan input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.custPlan img {
  display: none;
  position: absolute;
  right: -6px;
  background-color: #fff;
  height: 22px;
  top: -10px;
  border-radius: 11px;
}

.custPlan .custCheckmk {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  color: #bd4400;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ff7c00;
}

.SilvrCr {
  color: #a0a0a0 !important;
}

.goldCr {
  color: #e4c603 !important;
}

.customHdng {
  color: #ff7c00 !important;
  font-size: 15px !important;
}

.custCheckmk .priceP {
  color: #708096;
  font-size: 13px;
}

.plnBox:hover {
  background-color: #ffe4cd7e;
}

.custCheckmk .priceP span {
  color: #ff7c00;
  font-size: 28px;
}

.custPlan input:checked~.custCheckmk {
  background-color: #ffe4cd7e;
  border-color: #ffe4cd7e;
}

.custPlan input:checked~.custCheckmk img {
  display: inherit;
}

.left-tab-pln p {
  font-weight: 700;
  font-size: 13px;
  height: 45px;
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.planMain .col-4 {
  padding: 0;
}

.pricingHdng {
  font-weight: 600;
  font-size: 30px;
}

.bnForMobile {
  display: none;
}

.webisteContt2 p,
.webisteContt2 ul {
  font-size: 14px !important;
}

.webisteContt2 ul li {
  padding-bottom: 5px;
}

.ratingUl {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}

.ratingUl a {
  color: #708096;
  font-weight: 500;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  min-width: 95px;
  display: inline-block;
}

.ratingUl a:hover,
.ratingUl a.active {
  background-color: #ff0083;
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
  color: #fff;
}

.nps-form label {
  font-weight: 600;
  font-size: 15px;
}

.lottieAboutnps {
  right: 18%;
  top: -15%;
}

.npsResult h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.npsResult {
  padding: 10px;
  box-shadow: 0px 0px 20px #0000000f;
  background-color: #fff;
  border-radius: 4px;
  width: 180px;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.npsResult h2 {
  font-size: 50px;
  width: 100%;
  font-weight: 600;
  background: linear-gradient(to right, #ff0083 0%, #ff7c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.resultBox .form-control {
  background-color: #e9f4f7;
  border: none;
}

.resultBox h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fd146e;
}

.resultAvrg h4 {
  color: #ffce00;
}

.resultCast h4 {
  color: #0eca95;
}

.btnBlue {
  background-color: #00407e;
  border-color: #00407e;
  color: #fff;
}

.btnBlue:hover {
  border-color: #00407e;
  color: #00407e !important;
}

.npsrateSec {
  background-image: url("../img/nps-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.inputs-nps {
  background-color: #e9f4f7;
  border-radius: 3px;
  box-shadow: 0px 0px 12px #0000001f;
  padding: 10px;
  margin: 0px 0px;
}

.lightBluPer {
  color: #708096;
}

.inner-inputs {
  text-align: center;
  padding: 10px;
}

.inner-inputs .form-control {
  background-color: #fff;
  border: none;
}

.inner-inputs h6 {
  font-weight: 600;
}

.redText {
  color: #d24103;
}

.orngText {
  color: #ff7c00;
}

.ywlText {
  color: #f7bf33;
}

.grnText {
  color: #c4e200;
}

.darkGrnText {
  color: #29b400;
}

.imgRting {
  text-align: center !important;
}

.offerBox {
  background-color: #fff;
  box-shadow: 0px 0px 6px #00000021;
  border-radius: 10px;
  height: 100%;
  padding: 45px 20px;
}

.offerBox h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.offerList .col-lg-3 {
  margin-bottom: 25px;
}

.right-offer {
  right: -6%;
  width: 28%;
  top: 44%;
}

.img-hiring2 {
  margin-top: -16%;
}

.bg-media {
  background-color: #fff3f8;
  border-radius: 0px 15px 15px 0px;
  padding: 50px 40px 50px 0px;
  padding-left: 23%;
}

.secServiceBg .headingProduct p {
  color: #3e4581;
}

.left-offer {
  left: -2%;
  top: 2%;
  width: 8%;
}

.bg-media2 {
  padding-left: 40px;
  padding-right: 23%;
  border-radius: 15px 0px 0px 15px;
}

.npsCalDv {
  padding-top: 15px;
}

.npsCalFooter a {
  padding: 3px 0px;
}

.imgMeida {
  width: 50%;
  display: block;
  margin: auto;
}

.bg-media ul {
  font-size: 13px;
  line-height: 26px;
  color: #708096;
}

.secServiceBg {
  background-image: url("../img/bg-service.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.social-blog-fixed {
  top: 40%;
  background-color: #e4ebf5;
  height: auto;
  padding: 8px 0px;
  width: 50px;
  text-align: center;
  box-shadow: 1px 1px 4px 0px #c6c7c8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #c7daf4;
  border-left: 0;
  z-index: 99;
  color: #004183;
}

.pagination-sm .page-link {
  border: 1px solid #dee2e6;
  color: #6e6e6e;
  font-weight: 600;
  background-color: #f5f5f5;
}

.pagination-sm .page-link:hover {
  background-color: #333;
  color: #fff;
}

.toggle-cust-Lbl .btn-social-main {
  height: auto;
}

.toggle-cust-Lbl {
  position: relative;
}

.toggle-cust-Lbl input {
  width: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.toggle-cust-Lbl .btn-social-main .socialIcn {
  display: none;
}

.toggle-cust-Lbl .btn-social-main .socialIcn a {
  margin-right: 0;
}

.toggle-cust-Lbl .btn-social-main .fa-times {
  display: none;
}

.toggle-cust-Lbl input:checked~.btn-social-main .fa-times {
  display: block;
}

.toggle-cust-Lbl input:checked~.btn-social-main .fa-share-alt {
  display: none;
}

.toggle-cust-Lbl input:checked~.btn-social-main .socialIcn {
  display: inherit;
}

.apply-Box-mobile {
  display: none;
}

.bnrNewsltr {
  height: 350px;
}

.bnrNewsltr-inner {
  height: 280px;
}

.select-job {
  font-size: 14px;
  padding: 15px 10px;
  border-radius: 4px;
  width: 100%;
  font-weight: 600;
}

.job-sec-mobile {
  display: none;
}

.tab-cnotent-mobile .colors {
  display: none;
}

.tab-cnotent-mobile .red {
  display: block;
}

.countryCode {
  margin-bottom: 0px;
}

.custServiceSec .cust-box {
  border-color: #fd146e;
}

.custServiceSec .cust-box:hover,
.custServiceSec a.active .cust-box {
  background-color: #fd146e;
}

.teamBox img {
  height: 140px;
  margin-bottom: 10px;
}

.teamBox h5 {
  font-weight: 700;
  font-size: 17px;
}

.aboutTeam {
  background: #f9f9f9;
}

.aboutComn {
  width: 12%;
  right: 0;
  top: 5%;
}

.aboutRight {
  right: inherit;
  bottom: 5%;
  left: 0%;
  top: inherit;
}

.teamBox p {
  font-size: 14px;
}

/* .teamRow .col-md-4:nth-child(2) .teamBox, .teamRow .col-md-4:nth-child(4) .teamBox, .teamRow .col-md-4:nth-child(6) .teamBox{
    margin-top: 30px;
} */

.teamBox {
  width: 65%;
  margin: auto;
  margin-bottom: 30px;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.custServiceMobile .cust-box {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px 25px;
}

.CustFormobile .col-md-12 {
  padding-bottom: 15px;
}

.custServiceMobile .cust-box img {
  margin: inherit;
  margin-right: 15px;
  height: 25px;
}

.custServiceMobile {
  display: none;
}

.page-item.active .page-link {
  background-color: #333;
  border-color: #333;
}

.overlay-text h1 {
  width: 100%;
  margin: 0;
  text-align: center;
}

.text_1::after,
.text_2::after {
  content: "|";
  color: #000;
  font-weight: 900;
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 0.8s;
  animation-timing-function: steps(1, end);
}

.overlay-text {
  top: 20px;
  padding-top: 20px;
  z-index: 9;
}

.text_1 {
  animation: text1;
}

.text_2 {
  animation: text2;
}

.text_1,
.text_2 {
  font-size: 30px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation-duration: 15s;
  animation-timing-function: steps(26, end);
  animation-iteration-count: infinite;
}

@keyframes text1 {

  0%,
  50%,
  100% {
    width: 0;
  }

  10%,
  40% {
    width: 13.65em;
  }
}

@keyframes text2 {

  0%,
  50%,
  100% {
    width: 0;
  }

  60%,
  90% {
    width: 13.65em;
  }
}

@keyframes caret {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.dry-sec .col-md-6 img {
  height: 280px;
  border-radius: 5px;
  overflow: hidden;
  object-fit: cover;
}

.lottieDvEmoji lottie-player {
  width: 70px !important;
}

.lottieDvEmoji .lottieCST {
  margin: 10px auto 0px !important;
  padding: 0px 8px;
}

.portLogo {
  width: 100px;
  height: 80px;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0px 0px 6px 0px #e5e5e5;

}

.portLogo img {
  width: 100%;
  max-height: 50px;
}

.listPort {
  list-style-type: none;

}

.portListBox {
  border-radius: 6px;
  padding: 30px 15px;
  background-color: #f7f7fc;
  box-shadow: 0px 0px 6px 0px #e5e5e5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}

.subPort {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.portListBox h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.portListBox:hover {
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #ff7c004d 100%);
  -webkit-box-shadow: 0 0 40px rgba(2, 78, 192, 0.1);
  box-shadow: 0 0 40px rgba(2, 78, 192, 0.1);
  -webkit-transform: translateY(-5px) translateZ(40px);
  transform: translateY(-5px) translateZ(40px);
}

.listPort {
  flex-wrap: wrap;
}

.listPort li {
  display: inline-block;
  padding: 5px 12px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 30px;
  color: #fff;
  margin: 0px 5px;
  background-color: #ff7c008c;
}

.portListBox:hover .listPort li {
  background-color: #ff7c00;

}

.webCstt {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;

}

.webCstt h6 {
  font-size: 20px;
  color: #000
}

.webCstt h6 .fa {
  color: #708096;
  font-size: 40px;
  margin-bottom: 20px;
}

.listPort2 li {
  color: #ff7c00;
  border: 1px solid #ff7c00;
  background: transparent;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 6px 20px;

}

.productlottieTh22 {
  bottom: inherit;
  top: 12%;

}

.productlottieTh22 img {
  z-index: -9;
}

.listTechnolog {
  background-color: #ff7c004d;
  padding: 0px 20px;
  border-radius: 10px;
  cursor: pointer;
  /* z-index: 99; */
  align-items: center;
  position: relative;
}

.listTechnolog h6 {
  font-size: 22px;
  padding-right: 15px;
  font-weight: 700;
  margin: 0;
}

.listTechnolog span {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  flex-shrink: 0;
  width: 20%;
}

.listTechInr {
  padding: 25px 0px;
}

@media (max-width: 1440px) {
  .bg-media {
    padding-left: 20%;
  }

  .bg-media2 {
    padding-left: 50px;
    padding-right: 20%;
  }
}

@media (max-width: 1400px) {
  .dropdown-menu-inner {
    right: 8%;
  }
}

@media (max-width: 1300px) {
  .menu-main-sec {
    padding-left: 25px;
  }

  .text_1,
  .text_2 {
    font-size: 30px;
  }

  .teamBox img {
    height: 125px;
    margin-bottom: 15px;
  }

  .navbar-nav .nav-item {
    padding: 0px 8px;
  }
}

@media (max-width: 1150px) {
  .navbar-nav .nav-item {
    padding: 0px 5px;
  }

  .lottieBox lottie-player {
    width: 210px !important;
  }

  .navbar-brand img {
    height: 35px;
  }

  .bnrNewsltr {
    height: 300px;
  }

  .bnrNewsltr-inner {
    height: 250px;
  }

  .menu-extra-box .mainLi a {
    font-size: 30px;
  }

  .dropdown-menu-inner {
    right: 5%;
  }

  .plnBox p {
    font-size: 9px;
  }

  .left-tab-pln p {
    font-size: 10px;
  }

  .mainImgAbout {
    margin-top: -30% !important;
  }

  .text-sizesblog {
    font-size: 12px;
  }

  .plnBox h4,
  .custCheckmk .priceP span,
  .custom-plnSec h4 {
    font-size: 20px;
  }

  .custPlan .custCheckmk {
    padding: 8px;
  }

  .custCheckmk .priceP {
    font-size: 11px;
  }

  .bg-media {
    padding-left: 9%;
  }

  .bg-media2 {
    padding-left: 50px;
    padding-right: 8%;
  }

  .imgBox-crr {
    height: 300px;
  }

  .nav-item .dropdown-toggle,
  .nav-item .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .right-offer {
    top: 42%;
  }

  .hdng {
    font-size: 20px;
  }

  .offerBox {
    padding: 30px 20px;
  }

  .offerBox h4 {
    font-size: 16px;
  }

  .form-sec .lottie-line {
    right: -10%;
  }

  .pre-box {
    width: 85% !important;
  }

  .pre-box p {
    font-size: 16px;
  }

  .pre-box h6 {
    font-size: 45px;
  }

  .top-box {
    width: 90%;
  }

  .copy-right-text,
  .copy-right-text a {
    font-size: 12px;
  }

  .form-sec .hdng {
    font-size: 32px;
  }

  .testimonail-slide .item {
    padding: 20px;
    height: 70px;
  }

  .btnylw,
  .btnPink {
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
  }

  .certificateHdng h3 {
    font-size: 45px;
  }

  .form-footer h4,
  .webisteContt h4,
  .productContent h4 {
    font-size: 20px;
  }

  .webisteContt p {
    font-size: 15px;
  }

  .headingProduct .lottie-line {
    left: -26%;
    bottom: -29%;
  }

  .webisteBlog h4 {
    font-size: 24px;
  }

  .headingProduct .hdng {
    font-size: 34px;
  }

  .headingProduct p,
  .cust-box h5 {
    font-size: 16px;
  }

  .productlottie {
    left: 13%;
  }

  .checkmark {
    padding: 8px 10px;
    min-width: 80px;
    font-size: 12px;
  }

  .contact-sec h2 {
    font-size: 20px;
  }

  .contact-sec p {
    font-size: 13px;
  }

  .capt-Sec .apply-Box h4,
  .capt-Sec2 .apply-Box h4 {
    font-size: 20px;
  }

  .listPort li {
    padding: 5px 10px;
    font-size: 10px;
    margin: 0px 3px;
  }

  .listPort {
    margin: 12px 0px !important;
  }

  .portListBox {
    padding: 20px 12px;
  }

  .listPort2 li {
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .icon-logo-center {
    display: none;
  }

  .customBoxPln {
    min-height: auto;
  }

  .text_1,
  .text_2 {
    font-size: 26px;
  }

  .multiBtnContactUs {
    padding: 6px 10px;
    font-size: 13px;
  }

  .imgBox-crr {
    height: 250px;
    overflow: hidden;
  }

  .offerBox h4 {
    font-size: 14px;
  }

  .nps-form label,
  .resultBox h4 {
    font-size: 14px;
  }

  .ratingUl a {
    font-size: 12px;
  }

  .custom-plnSec {
    margin-top: 20px;
  }

  .inputs-nps {
    margin: 0;
  }

  .inner-inputs {
    padding: 5px;
  }

  .navbar-brand img {
    height: 25px;
  }

  .content-line .hdng {
    font-size: 18px;
  }

  .content-line p {
    font-size: 14px;
    width: 90%;
  }

  .secHnd {
    font-size: 18px;
  }

  .checkmark img {
    margin-top: -12px;
    margin-right: -16px;
  }

  .btnPink,
  .btnylw {
    font-size: 14px;
    padding: 8px 15px;
    min-width: 120px;
  }

  .lottieBox lottie-player {
    width: 150px !important;
  }

  .navbar-nav .nav-item {
    padding: 0px 2px;
  }

  .headingProduct .hdng {
    font-size: 28px;
  }

  .webisteBlog h4 {
    font-size: 20px;
  }

  .nav-item .dropdown-toggle,
  .nav-item .nav-link {
    font-size: 12px;
  }

  .body-Conect {
    padding: 0px 5px 15px;
  }

  .contactModal .modal-dialog {
    max-width: 80%;
  }

  .custLbl {
    margin-right: 10px;
  }

  .lottieAbout2 {
    right: 5%;
    top: 10%;
  }

  .lottieAbout2 img {
    width: 35% !important;
  }

  .contact-sec .d-flex.py-3 {
    flex-wrap: wrap;
  }

  .hdng {
    font-size: 15px;
  }

  .logo-icon img {
    height: 100px;
  }

  .logo-icon {
    border-radius: 28px;
    right: -7%;
  }

  .logo-icon-product {
    left: -6%;
  }

  .social-icons a {
    width: 25px;
    height: 25px;
  }

  .footer-menu a {
    font-size: 12px;
  }

  .headingProduct .lottie-line {
    bottom: 9%;
  }

  .form-sec .lottie-line {
    right: -2%;
  }

  .pre-box {
    width: 100% !important;
    padding: 20px;
  }

  .stand-box {
    width: 95%;
  }

  .stand-box h5 {
    font-size: 18px;
  }

  .stand-box h4 {
    font-size: 36px;
    padding-right: 25px;
  }

  .stand-row .col-md-6:nth-child(even) {
    padding-top: 5%;
  }

  .rotate-text {
    font-size: 60px;
  }

  .capt-Sec .apply-Box h4,
  .capt-Sec2 .apply-Box h4 {
    font-size: 16px;
  }

  .capt-Sec2 .apply-Box p {
    font-size: 14px;
  }

  .secServiceBg .headingProduct {
    width: 100% !important;
  }

  /* 
    
    */

  .lottieBox {
    margin: -80px -22px;
  }
}

@media (max-width: 767px) {
  .topBlogRow {
    flex-direction: column-reverse;
  }

  .lottiePolicy {
    text-align: center !important;
  }

  .multiBtnContactUs {
    min-width: auto;
    padding: 6px 10px;
    font-size: 12px;
  }

  .top-box {
    width: 100%;
  }

  .teamBox {
    width: 100%;
  }

  .text_1,
  .text_2 {
    font-size: 16px;
  }

  .pre-box-news {
    align-items: center;
  }

  .pre-box-news img {
    height: 120px;
  }

  .overlay-text {
    padding-top: 0px;
    top: -6px;
  }

  .teamBox h5 {
    font-size: 15px;
  }

  .teamBox img {
    max-width: 100%;
    height: 100px;
    margin-bottom: 12px;
  }

  .teamBox {
    margin-top: 0px !important;
  }

  .teamBox p {
    font-size: 12px;
  }

  .left-offer {
    width: 10%;
    top: 0%;
  }

  .lottieAbout img {
    width: 60% !important;
  }

  .social-blog-fixed {
    display: block !important;
  }

  .productContent {
    margin-top: 15px;
  }

  .contactrightnav {
    overflow: inherit;
  }

  .social-col {
    height: auto;
  }

  .social-main {
    display: none;
  }

  .sec-media .headingProduct {
    padding-top: 0px !important;
  }

  .offerList {
    padding-bottom: 0px !important;
  }

  .secServiceBg {
    padding-top: 20px !important;
  }

  .right-offer {
    top: 48%;
    width: 36%;
    right: -8%;
    display: none;
  }

  .bg-media {
    padding: 30px 30px !important;
  }

  .mediaRow .row:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .mrb-0 {
    margin-bottom: 0px !important;
  }

  .mrt-0 {
    margin-top: 0px !important;
  }

  .imgMeida {
    margin-bottom: 15px;
  }

  .about-list {
    margin-bottom: 20px;
  }

  .comnLnading {
    display: none;
  }

  .form-sec .lottie-line {
    top: 10%;
    bottom: inherit;
  }

  .resultBox h4 {
    font-size: 13px;
  }

  .lightBluPer {
    margin-bottom: 20px !important;
  }

  .npsSec {
    padding-top: 0px !important;
  }

  .classAboutMain .headingProduct {
    padding-top: 0px !important;
  }

  .featurSec2 img {
    display: block;
    margin: auto;
  }

  .social-icons {
    margin-bottom: 12px;
    text-align: center;
  }

  .mainImgAbout {
    margin-top: -28% !important;
  }

  .innr-pee {
    width: 50%;
    min-height: auto;
  }

  .mobileViewTab {
    display: block;
  }

  .pre-box-news h4 {
    font-size: 16px;
  }

  .innr-pee .multiBtn {
    position: inherit;
  }

  .multiBtn {
    padding: 10px;
    min-width: 120px;
    font-size: 13px;
  }

  .pre-box-news {
    padding: 15px;
  }

  /* .lottieBox{
        position: absolute;
        right: 50px;
        top: 32px;
    } */
  .footer-menu {
    text-align: center !important;
  }

  .navToggl {
    background-color: #004183;
    color: #fff;
    padding: 6px 12px;
    font-size: 18px;
  }

  .navbar-nav .dropdown-item {
    padding: 6px 10px;
    font-size: 12px;
    text-align: left;
  }

  .logo-icon {
    border-radius: 14px;
    right: -8%;
    z-index: 99;
  }

  .nav-item .dropdown-toggle {
    width: 100%;
    text-align: left;
  }

  .lottie-line {
    bottom: 30%;
  }

  .logo-icon-product {
    left: -7%;
  }

  .headingProduct p,
  .cust-box h5 {
    font-size: 14px;
  }

  .logo-icon img {
    height: 60px;
  }

  .product-logo {
    margin: auto;
    display: block;
    height: 25px !important;
  }

  .imgBoxPorduct img {
    width: 100% !important;
  }

  .productSlider .owl-nav .owl-prev,
  .productSlider .owl-nav .owl-next {
    height: 30px;
    width: 30px;
    font-size: 18px !important;
  }

  .productSlider .owl-nav .owl-prev {
    margin-left: 0px;
  }

  .productSlider .owl-nav .owl-next {
    margin-right: 0px;
  }

  .form-footer {
    padding-left: 0px;
    margin-top: 10px;
  }

  .form-footer h4 {
    font-size: 16px;
  }

  .headingProduct p {
    font-size: 14px;
  }

  .headingProduct .hdng,
  .certificateHdng h3 {
    font-size: 22px;
  }

  .certificateHdng {
    width: 100%;
  }

  .imgBox-crr {
    height: 100%;
  }

  .copyRighttxx {
    margin: 20px 0px !important;
  }

  .careerDeatilsec h5 {
    font-size: 16px;
  }

  .list-job h5 {
    font-size: 16px;
  }

  .attach-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .choose-file-box {
    padding: 5px 6px;
    font-size: 10px;
  }

  .file-custom h6 {
    font-size: 12px;
  }

  .footr-last a {
    font-size: 12px;
  }

  .footerLinkSec a {
    padding: 3px 0px;
    font-size: 11px;
  }

  .bg-banner {
    width: 80%;
    margin: auto;
    margin-top: 15%;
  }

  .footerLinkSec h5,
  .socialIcn h5 {
    font-size: 16px;
  }

  .form-sec .hdng {
    font-size: 24px;
  }

  .form-sec h5 {
    font-size: 18px;
  }

  .certificate-ul li img {
    margin-bottom: 0px;
    height: 70px !important;
  }

  .listCertifiede a {
    height: 70px;
    display: block;
  }

  .headingProduct {
    width: 100% !important;
  }

  .box-productt h5 {
    font-size: 16px;
  }

  .f-box {
    margin-bottom: 20px;
  }

  .form-cv .form-control,
  .form-cv .form-select {
    font-size: 13px;
  }

  .file-custApply {
    padding: 10px;
  }

  .file-custApply span {
    font-size: 8px;
  }

  .file-custApply h5 {
    font-size: 14px;
  }

  .sec-productBanner {
    padding-top: 0px !important;
  }

  .navTab-job .nav-link {
    font-size: 12px;
    padding: 8px 5px;
    margin: 0px;
  }

  .step-box p {
    font-size: 13px;
  }

  .step-box {
    width: 100% !important;
    text-align: center;
  }

  .step-count {
    margin: 0px auto 30px;
    font-size: 26px;
    height: 60px;
    width: 60px;
  }

  .subHdng {
    font-size: 18px;
  }

  .box-productt ul {
    font-size: 12px;
  }

  .apply-Box p,
  .gryColorLight {
    font-size: 12px !important;
  }

  .apply-Box h4 {
    font-size: 14px;
  }

  .img-hiring {
    margin-top: 5%;
    margin-bottom: 0px;
  }

  .apply-Box {
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .box-productt {
    text-align: center;
    background: #fff;
    padding-top: 25px;
    box-shadow: 0px 0px 5px 0px #ccc;
  }

  .menu-extra-box li a {
    font-size: 14px;
  }

  .menu-main-sec {
    padding: 60px 0px 0px 5px;
  }

  .menu-extra-box .mainLi a {
    font-size: 26px;
  }

  .menu-extra-box {
    height: calc(100vh - 170px);
  }

  .menu-extra-box .gradLi a {
    font-size: 18px;
  }

  .dropdown-menu-inner {
    top: 5px;
    right: 5%;
  }

  .productlottie {
    bottom: inherit;
    top: 2%;
    right: 0%;
    left: inherit;
  }

  .productlottiestep img {
    width: 60%;
    margin-left: auto !important;
  }

  .careee-detil-shape {
    right: 0;
    top: -38%;
  }

  .rotate-textLeft {
    left: inherit;
  }

  .stand-row .col-md-6:nth-child(even) {
    padding-top: 0px;
  }

  .capt-Sec,
  .capt-Sec2 {
    text-align: center;
  }

  .capt-Sec h4 {
    line-height: 23px;
  }

  .capt-Sec h4 {
    margin-bottom: 0px !important;
  }

  .capt-Sec2 h4 {
    margin-top: 15px !important;
  }

  .capt-Sec2 p {
    margin-right: 0px !important;
  }

  .rotate-text {
    font-size: 40px;
    right: -16% !important;
  }

  .lottieLineAbouut img {
    width: 50% !important;
  }

  .stand-box h4 {
    font-size: 34px;
  }

  .stand-box h5 {
    font-size: 16px;
  }

  .stand-box {
    width: 85%;
  }

  .headingpraSub {
    font-size: 13px !important;
    font-weight: 400 !important;
  }

  .glryModal .productSlider {
    width: 85% !important;
  }

  .webisteBlog-newsltr {
    padding-bottom: 22px;
  }

  .bnrNewsltr {
    height: auto;
    margin-bottom: 20px;
  }

  .bnrNewsltr-inner {
    height: auto;
  }

  .glryModal .productSlider .owl-nav .owl-prev {
    margin-left: -10% !important;
  }

  .glryModal .productSlider .owl-nav .owl-next {
    margin-right: -10% !important;
  }

  .contactModal .modal-dialog {
    max-width: 95%;
  }

  .productlottieTh2 img {
    width: 75% !important;
  }

  .featurSec .webisteContt,
  .featurSec2 .webisteContt {
    padding-top: 20px;
  }

  .featurSec .row,
  .featurSec2 .row {
    padding: 0px !important;
    margin-bottom: 20px !important;
    /* text-align: center; */
  }

  .featurSec img {
    display: block;
    margin: auto;
  }

  .featurSec .container,
  .featurSec2 .container {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .featurSec .row:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .featurSec2 .row:nth-child(even) {
    flex-direction: column-reverse !important;
  }

  .pre-box {
    padding: 10px;
  }

  .pre-box h6 {
    font-size: 24px;
  }

  .count-pre .col-md-4 {
    border: 1px solid rgb(204 204 204 / 44%) !important;
  }

  .pre-box p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .form-contt {
    margin: 10px 0px !important;
    width: 100% !important;
  }

  .apply-Box-mobile {
    padding-top: 20px !important;
  }

  .contact-sec h2 {
    font-size: 18px;
    margin-top: -5%;
  }

  .productlottieTh3 {
    width: 75% !important;
  }

  .plan-sec>.row {
    margin: 0;
  }

  .pricingHdng {
    font-size: 20px;
    padding-top: 40px !important;
  }

  .bnForMobile {
    display: block;
  }

  .planMain>.row {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
  }

  .planMain .col-4 {
    width: 170px !important;
    max-width: 170px !important;
    flex-shrink: 0;
    flex: none;
  }

  .pr0Pln {
    padding-right: 0px;
  }

  .custPlan .custCheckmk {
    padding: 8px;
    font-size: 14px;
  }

  .plnBox h4 {
    font-size: 14px;
  }

  .plnBox p {
    font-size: 9px;
  }

  .custCheckmk .priceP,
  .left-tab-pln p {
    font-size: 10px;
  }

  .btnForDesktop {
    display: none;
  }

  .custCheckmk .priceP span {
    font-size: 22px;
  }

  .mr-remove {
    margin-top: 0px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .img-hiring {
    width: 60% !important;
  }

  .pd-0 {
    padding-top: 0px !important;
  }

  .sec-cust .col-md-6:last-child {
    margin-bottom: 0px !important;
  }

  .pdb-0 {
    padding-bottom: 0px !important;
  }

  .tab-contentJob hr {
    margin: 0;
  }

  .list-job {
    padding-bottom: 0px;
    padding-top: 25px;
  }

  .apply-Box-desktop {
    display: none;
  }

  .apply-Box-mobile {
    display: block;
  }

  .job-sec-desktop {
    display: none;
  }

  .job-sec-mobile {
    display: block;
  }

  .offerBox {
    padding: 15px 10px;
    text-align: center;
  }

  .offerBox h4 {
    line-height: inherit;
    font-size: 12px;
    margin-bottom: 0;
  }

  .custServiceDesktop {
    display: none;
  }

  .custServiceMobile {
    display: block;
  }

  .imgBlogBnr {
    height: 200px;
  }

  .relatedBlog .webisteBlog {
    margin-bottom: 35px;
  }

  .productContent h4 {
    margin-bottom: 10px !important;
  }

  .ourProductPink .item,
  .productSlider .item {
    padding-bottom: 20px !important;
  }

  .ourProductPink .item>.row,
  .productSlider .item>.row {
    padding-top: 20px !important;
  }

  .tech-sec .row {
    margin-bottom: 20px !important;
  }

  .rowAboutProduct .about-list {
    flex-wrap: wrap;
    justify-content: center !important;
    box-shadow: 0px 0px 6px #00000021;
    background-color: #fff;
    padding: 15px 10px;
    height: 100%;
  }

  .rowAboutProduct .col-6 {
    margin-bottom: 25px;
  }

  .rowAboutProduct .about-list h6 {
    text-align: center;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-top: 5px;
  }

  .rowAboutProduct .about-list img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 30px;
    margin: auto;
  }

  .resultBox {
    width: 100%;
  }

  .stand-box {
    margin-bottom: 0;
  }

  .stand-box h4 {
    padding-right: 0px;
    font-size: 18px;
    margin-right: 15px;
  }

  .btntgl .humbr {
    width: 22px;
  }

  .btntgl {
    padding: 10px 0px;
    width: 40px;
    margin-right: 0px;
    height: 40px;
  }

  .btntgl-open .humbr-line1 {
    transform: translate3d(0, -50%, 0) rotate(-40deg);
    margin-right: 0px;
  }

  .inputs-nps {
    padding: 5px 1px;
  }

  .lottieDvEmoji .lottieCST {
    margin-top: 4px !important;
    padding: 0px 5px;
    width: 65px !important;
  }

  .inner-inputs h6 {
    font-size: 10px;
  }

  .inner-inputs .form-control {
    padding: 5px;
    height: 30px;
  }

  .btntgl-open .humbr-line2 {
    transform: translate3d(0, -50%, 0) rotate(45deg);
  }

  .menu-main-sec>div a:nth-child(2) {
    margin-top: 10px;
  }

  .menu-main-sec>div a:nth-child(2) img {
    height: 40px !important;
  }

  .img-hiring2 {
    width: 28% !important;
    padding-bottom: 15px;
  }
}

.heading {
  color: #f47321;
  font-size: 44px;
  font-weight: 700;
}

.img-iconn {
  height: 15px;
}

.btn-plan-btn-basic {
  color: #bd4400;
  width: auto;
  margin-top: -80px;
  font-weight: 600;
  font-size: 18px;
}

.btn-plan-btn-basic2 {
  color: #a0a0a0;
}

.btn-plan-btn-basic3 {
  color: #e4c603;
}

.ht-DK {
  min-height: 950px;
}

.plan-rs {
  font-size: 16px;
  font-weight: 700;
}

.plan-rs strong {
  font-size: 12px !important;
}

.button-plan-rs {
  color: #354b9b;
}

.color-line {
  border-bottom: 2px solid #354b9b;
}

.bg-box {
  background-color: #d6d6d6;
  max-height: 140px;
  border-style: dashed;
  border-color: #cd7f32;
}

.box-content {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.btn-plan-btn-botton {
  padding: 6px 10px;
  font-weight: 600;
  background-color: #f47321;
  color: white;
  border: none;
  width: 100%;
  font-size: 12px;
  border-radius: 5px;
}

.position-botton-btn {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.main-header-h {
  font-size: 28px;
  font-weight: 600;
}

.text-color {
  font-size: 13px;
  font-weight: 500;
  color: #212529;
}

.customPln {
  color: #00407e;
  width: auto;

  font-weight: 600;
  font-size: 18px;
}

.image-rvs {
  margin-top: -139px !important;
  width: 181px !important;
  padding-bottom: -1px !important;
  max-height: 170px;
  margin-bottom: 15px;
}

.mobilePlans {
  display: none;
}

/* span i {
  font-weight: lighter !important;
} */
.formbl {
  display: none;
}

.owlSlidePort .item {
  opacity: 0.8;
  transition: .4s ease all;
  margin: 0 0px;
  transform: scale(.9);
}

.bgslidee {
  background-color: #f7f7f7;
}

.owlSlidePort .active .item {
  opacity: 1;
  transform: scale(1);
}

.owlSlidePort .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.bgPortt {
  background: rgb(213, 213, 213);
  background: linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(251, 212, 174, 1) 100%);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.bgPortt .headingProduct {
  padding-left: 25px;
}

@media (max-width: 1024px) {
  .main-col-last .main-button {
    min-height: 880px !important;
  }

  .bgPortt .headingProduct {

    padding: 20px 0px !important;
    padding-left: 25px;
  }
}

@media (max-width: 576px) {

  /* .plans-imag img {
          width: 150px;
      } */
  .heading-each {
    text-align: center;
  }

  /* .btn-plan-btn-basic-1{
      width: 100px !important;
  } */
  .image-rvs {
    width: 150px !important;
    padding-bottom: 0px !important;
  }

  .endse {
    font-size: 13px;
  }

  .heading-each {
    margin-bottom: 0px !important;
  }

  .sky-bl {
    padding: 0px !important;
  }

  .box-content {
    font-size: 12px !important;
  }

  /* .plan-rs{
          font-size: 17px !important;
      } */
  /* .plan-rs sub{
          font-size: 16px;
      } */
  .button-plan-rs p {
    font-size: 14px !important;
  }

  .plan-rsmn p {
    font-size: 10px !important;
  }

  .plan-rs span {
    font-size: 20px !important;
  }

  .main-header-h {
    font-size: 13px !important;
    margin: 0px 0 !important;
    padding: 8px 0px !important;
    display: block !important;
    background: #f98f5345;
    border-radius: 4px;
    width: 100% !important;
  }

  .box-conten {
    padding: 10px 0px !important;
  }

  .wde p {
    font-size: 12px;
    color: #708096;
  }

  .btnBuy .btnylw {
    font-size: 12px;
    padding: 6px 8px;
    min-width: 100%;
  }

  .mine-ht {
    border: none;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }

  .mine-ht .card-body {
    padding: 5px 0px !important;
  }

  /* .main-col-last{
      height: 1141px !important;
  } */
  /* .main-button{
      height: 1114px !important;
  } */
  /* .main-col-last{
  display: none !important;
} */
  /* .ddd{
      margin-top: 54px !important;
  } */
  /* .wde{
      height: 50px !important;
  } */
  .main-button.esw {
    min-height: 0px !important;
  }

  .main-col-last {
    height: auto !important;
    padding-bottom: 28px !important;
  }

  .req {
    width: 75% !important;
    margin: auto;
    padding: 10px 0px !important;
  }

  .req button {
    padding: 10px 0px;
  }

  .boy {
    margin: -49px 0px !important;
  }

  .sub-line {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .img-iconn {
    height: 15px;
  }

  .toppackage {
    margin-bottom: 30px;
  }

  /* .btn-plan-btn-basic .image-rvs {
      top: -30px;
      width: 100px !important;
  } */

  .heading {
    font-size: 25px;
  }

  .sticky-mobile {
    position: sticky;
    top: 30px;
    z-index: 1000;
  }
}

@media (max-width: 767px) {
  .kgb {
    height: 68px;
  }

  .bgPortt .headingProduct {
    text-align: center;
    padding: 20px 0px !important;
  }

  .bgPortt img {
    display: none;
  }

  .desktopPlans {
    display: none;
  }

  .mobilePlans {
    display: block;
  }

  .formbl {
    display: inherit;
  }

  .forDesk {
    display: none;
  }

  .listTechInr {
    overflow-x: auto;

  }

  .listTechInr span {
    width: 50%;

  }
}