.main-div {
  margin: 0 auto;
  overflow: hidden;
}

.bx {
  height: 200px;
  word-wrap: break-word;
}

.box {
  --size: 22px;
  margin: 0 auto;
  --b: 11px;
  --p: 55px;
  --R: calc(56.9px + var(--b)/2);
  --_g: #0000 calc(107% - var(--b)), #000 calc(108% - var(--b)) 99%, #0000 102%;
  background: linear-gradient(90deg, #3f6ba1, #3f6ba1);
  height: 14px;
  width: 336px;
}
.ptf{
  width: 23%;
  text-align: center;
  border: 1px solid blue;
  padding-bottom: 0px;
  margin-bottom: 20px;
  background: #efefef;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.ptf img{
  /* border-radius: 100%;
  height: 75%;
 
  object-fit: contain; */
}


.mainbann {
  background: url(./images/banner-of-newcentury.jpg);
  background-size: cover;
  background-repeat: no-repeat;

  height: 767px;

}

.login-btn {
  background: #146dec;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
}

header {

  display: flex;
  justify-content: space-between;
  margin: 20px 50px;
}

.s1 {
  position: relative;
  color: #000;
}

.sc1 div img {
  max-width: 40%;
  padding-top: 16px;
}

.sc1 div h2 {
  padding: 30px 10px;
  color: #000;
  font-size: 22px;
  font-weight: bolder;

}

.fa-check {
  background: #d1ede2;
  border-radius: 50px;
  padding: 5px;
  color: #fff;
  margin-right: 10px;
}

sub {
  bottom: 0.1em;
  font-size: 18px;
}

.sc1 div h3 {
  padding: 0px 10px 30px;
  color: #41a778;
  font-weight: bolder;
}

.s1:after {
  content: attr(data-content);
  position: absolute;
  color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #fff;
}
.unactive{
  display: block !important;
 
  background: rgba(0, 0, 0, 0.5);
}
.fa-times{
  position: absolute;
    top: 8px;
    font-size: 40px;
    right: 12px;
    cursor: pointer;
}
.btn:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.section-plans {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  flex-wrap: wrap;
}

.getintouch {
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
  padding: 100px;
  width: 70%;
  margin: 0 auto;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 99999999999999999999999;
  top: 50%;
  border-radius: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  /* box-shadow: 0px 9px 30px #033aff; */
  box-shadow: 0px -25px 20px -20px #033aff, 25px 0 20px -20px #033aff, 0px 25px 20px -20px #033aff, -25px 0 20px -20px #033aff;
}

.sc1 {
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  padding-bottom: 20px;
  width: 30%;
  border-radius: 20px;
  position: relative;
  /* margin: 15px; */
  border: 2px solid gray;
}


.wavy-line {
  width: 228px;
  height: 18px;
  overflow: hidden;
  margin: 0 auto 0 auto;
}

.wavy-line:before {
  content: attr(data-text);
  position: relative;
  top: -57px;
  color: rgba(0, 0, 0, 0);
  width: calc(100% + 27px);
  font-size: 3em;
  text-decoration-style: wavy;
  text-decoration-color: #25173A;
  text-decoration-line: underline;
  animation: animate .9s linear infinite;
  -webkit-animation: animate .9s linear infinite;
}

@keyframes animate {
  0% {
    left: -0px;
  }

  100% {
    left: -30px;
  }
}

@-webkit-keyframes animate {
  0% {
    left: -0px;
  }

  100% {
    left: -30px;
  }
}

.wavy-line-green:before {
  text-decoration-color: #56AE5F;
}

.wavy-line-blue:before {
  text-decoration-color: #1FB5D1;
}

.wavy-line-yellow:before {
  text-decoration-color: #F9B930;
}

.sc1 div {
  /* position: absolute;
  height: 70px;
  width: 600px; */
  background: #f2f6ff;
  margin-top: 8px;
  background: #f2f6ff;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.sc1 p {
  padding: 0 20px;
  display: flex;
  align-items: baseline;
  /* font-size: 20px; */
}

.fa-signal {
  position: absolute;
  top: -21px;
  font-size: 30px;
 width: 15%;
  
 
  left: 0;
  top: -2%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sc1:nth-child(2) {
  /* height: 400px; */
}

img {
  max-width: 100%;
}

.s1 {
  background: #1c5dfe;
}

.txtt {
  flex: 1;
  margin-top: 60px;
  line-height: 1.3;
}

.inner-div {
  max-width: 80% !important;
  margin: 0 auto;
}

.banner h3 {
  font-size: 70px;
}

.section-3 h2 {
  font-size: 40px;
  font-weight: bolder;
  color: #331b3b;
  margin-bottom: -10px;
}

.s2 {
  padding: 80px 0;
}

.fa-star {
  color: gold;
}

.c4 {
  display: flex;
  /* height: 295px; */
  flex-direction: column;
  text-align: center;

  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
  border: none;
  /* margin-bottom: 60px; */
  width: 100%;
}

.c4 .mainimg {

  /* margin-top: -94px; */
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  z-index: 888888;

}

.c4text {
  padding: 30px 30px 0px;
  border: 1px solid;
  margin-top: -63px;
  height: 300px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; 
  padding-top: 90px;
  color: #000;
  border: 1px solid #033aff;
}

.cards4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 94px;
}

.card {
  /* Add shadows to create the "card" effect */
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  transition: 0.3s;
  padding: 0px;
  width: 23%;
  /* background: #f2f2fa !important; */
}

/* On mouse-over, add a deeper shadow */
/* .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
} */

/* Add some padding inside the card container */
.navbar-light .navbar-nav .nav-link {
  color: I !important;
}

.container {
  padding: 2px 16px;
}

.seo {

  padding: 80px 0 0;
}

.pf-1 {
  width: 100%;
  border-radius: 50px;
  text-align: center;
}

.f1 {
  flex: 3;
}

.iconss {
  margin-top: 50px;
}

.iconss i {
  padding: 10px;
}

.f1 a {
  color: #fff;
  padding-bottom: 0;
  padding-left: 0;
}

.f1 a:first-child {
  padding-top: 0;
}


.cards-new {

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.badge {
  display: block;
  position: relative;
  width: 11rem;
  height: 11rem;
  cursor: pointer;
  background: url(https://source.unsplash.com/random/1000x1000) no-repeat 100% 50%;
  background-size: 120%;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.75);
}

.badge:hover {
  box-shadow: 0px 0.5rem 2rem rgba(0, 0, 0, 0.75);
  background-position: 0% 50%;
}

.badge:hover .text {
  transform: rotate(-45deg) translate(0px) rotate(-315deg);
  background: rgba(102, 51, 153, 0.5);
  width: 11rem;
  letter-spacing: 1rem;
  line-height: 1.2;
  height: 11rem;
  margin-top: -10rem;
  margin-left: -10rem;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
}

.badge:hover .text p {
  padding-top: 75px;
}

.badge .text {
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  line-height: 1.2;
  left: 50%;
  top: 50%;
  margin-top: -5rem;
  margin-left: -5rem;
  font-size: 2rem;
  font-family: Raleway, sans-serif;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: rebeccapurple;
  transform: rotate(-180deg) translate(-10rem) rotate(180deg);
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.5);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}



/* .section-plans .sc1:nth-child(1){
color: #106292;
font-weight: bolder;
}
.section-plans .sc1:nth-child(2){
color: #ffb400;
font-weight: bolder;
}
.section-plans .sc1:nth-child(3){
color:#b30600 ;
font-weight: bolder;
} */
/* .sc1 div  {
position: relative;
background-color: #106292;
background-image: linear-gradient(315deg,
        #106292 0%, #3b9fd9 74%);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
} */
.standard {
  background-color: #ffb400 !important;
  background-image: linear-gradient(315deg, #ffb400 0%, #ffb400b5 74%) !important;
}

.premium {

  background-color: #b30600 !important;
  background-image: linear-gradient(315deg,
      #b30600 0%, #da413c 74%) !important;
}

.w {
  position: relative;
  background-color: #3bb78f;
  background-image: linear-gradient(315deg,
      #3bb78f 0%, #0bab64 74%);
}

.w:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 124px;
  background: url(https://media.geeksforgeeks.org/wp-content/uploads/20200326181026/wave3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.content {
  position: relative;
}

.slick-dots li button:before {
  font-size: 20px !important;
}

.slick-dots {
  bottom: -45px !important;
}

.content h2 {
  color: #fff;
  font-size: 2.6em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #000;
}

.content h2:nth-child(2) {
  color: #000;
  animation: animate 4s ease-in-out infinite;
}

@keyframes animate {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.swatch {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 175px;
}

.swatch div {
  width: 87px;
  height: 225px;
  position: absolute;
  padding: 10px 5px;
  top: 0px;
  border-radius: 5px;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  border-left: solid 3px rgba(255, 255, 255, 0.2);
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing: border-box;
  transform-origin: center 90%;
  display: inline-block;
  backface-visibility: hidden;
  margin-left: -35px;
  color: #fff;
  transform: rotate(0deg);
}

.swatch div:before {
  width: 16px;
  height: 16px;
  content: "";
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 8px;
  bottom: 10px;
  position: absolute;
  margin-left: -8px;
}

.swatch div:nth-child(1) {
  background-color: #815A8F;
  animation: swatch-purple-motion 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.swatch div:nth-child(2) {
  background-color: #6730EC;
  animation: swatch-blue-motion 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.swatch div:nth-child(3) {
  background-color: #9ED763;
  animation: swatch-green-motion 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.swatch div:nth-child(4) {
  background-color: #FBD400;
  animation: swatch-yellow-motion 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes swatch-purple-motion {
  0% {
    transform: rotate(0deg);
  }

  30%,
  70% {
    transform: rotate(-75deg);
  }

  90%,
  10% {
    transform: rotate(0deg);
  }
}

@keyframes swatch-blue-motion {
  0% {
    transform: rotate(0deg);
  }

  30%,
  70% {
    transform: rotate(-30deg);
  }

  90%,
  10% {
    transform: rotate(0deg);
  }
}

@keyframes swatch-green-motion {
  0% {
    transform: rotate(0deg);
  }

  30%,
  70% {
    transform: rotate(30deg);
  }

  90%,
  10% {
    transform: rotate(0deg);
  }
}

@keyframes swatch-yellow-motion {
  0% {
    transform: rotate(0deg);
  }

  30%,
  70% {
    transform: rotate(75deg);
  }

  90%,
  10% {
    transform: rotate(0deg);
  }
}


.box00 {
  cursor: pointer;
  height: 300px;
  position: relative;
  overflow: hidden;
  width: 110%;
}

.box00 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.carousel-caption h5 {
  padding: 0 !important;
  padding-right: 55% !important;
  text-align: left !important;
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.nav-item {
  width: 125px;
  text-align: center;
}

.carousel-control-next2 {
  right: -13% !important;
}

.carousel-control-prev2 {
  left: -13% !important;
}

.activeb {
  background: #ffb400;
  color: #000 !important;
  font-weight: 500;
}

.nav-link {
  margin: 0 5px;
  font-weight: 500;

}

.nav-link:hover {
  background: #ffb400;
  color: #000 !important;


}


.box00 .overbox {
  background-color: #304562;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  /* width: 360px; */
  /* height: 240px; */
  padding: 50px 20px;
}

.box00:hover .overbox {
  opacity: 1;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(0, 20%);
  transition: .5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.box00 .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box00 .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

.box00:hover .title,
.box00:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box00 .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.box00:hover .tagline,
.box00:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.container1 .card21 .icon {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #2c73df;

}

.container1 .card21 .icon .fa {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 80px;

  color: #fff;

}

.container1 .card21 .slide {

  width: 240px;

  height: 120px;

  transition: 0.5s;

}

.container1 {
  display: flex;
  justify-content: space-between;
}

.container1 .card21 .slide.slide1 {

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 1;
  background: #03a9f4;

  transition: .7s;

  transform: translateY(45px);

}

.container1 .card21:hover .slide.slide1 {

  transform: translateY(0px);

}

.container1 .card21 .slide.slide2 {

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 20px;

  box-sizing: border-box;

  transition: .8s;

  transform: translateY(-76px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);

}

.container1 .card21:hover .slide.slide2 {

  transform: translateY(0);

}

.container1 .card21 .slide.slide2::after {

  content: "";

  position: absolute;

  width: 30px;

  height: 4px;

  bottom: 15px;

  left: 50%;

  left: 50%;

  transform: translateX(-50%);

  background: #2c73df;

}

.container1 .card21 .slide.slide2 .content p {

  margin: 0;

  padding: 0;

  text-align: center;

  color: #414141;

}

.container1 .card21 .slide.slide2 .content h3 {

  margin: 0 0 10px 0;

  padding: 0;

  font-size: 24px;

  text-align: center;

  color: #414141;

}


.itm {

  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 700px;
}

.education {
  --bg-color: #ffd861;
  --bg-color-light: #ffeeba;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(255, 215, 97, 0.48);
}


.credentialing {
  --bg-color: #B8F9D3;
  --bg-color-light: #e2fced;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.wallet {
  --bg-color: #CEB2FC;
  --bg-color-light: #F0E7FF;
  --text-color-hover: #000;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.human-resources {
  --bg-color: #DCE9FF;
  --bg-color-light: #f1f7ff;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.card852 {
  width: 220px;
  height: 270px;
  background: #fff;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.card852:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
    background: #222a8d94;
    
}

.card852:hover .overlay {
  transform: scale(5) translateZ(0);
}

.card852:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card852:hover .circle:after {
  background: var(--bg-color-light);
}

.card852:hover p {
  color: #000;
}

.card852:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px var(--box-shadow-color);
}

.card852 p {
  font-size: 25px;
  color: #000;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
  text-align: center;

}

.circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  /* border: 2px solid var(--bg-color); */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.circle:after {
  content: "";
  width: 121px;
  height: 133px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: -1px;
  left: 6px;
  transition: opacity 0.3s ease-out;
}

.circle img {
  z-index: 10000;
  transform: translateZ(0);
}

.overlay {
  width: 118px;
  position: absolute;
  height: 87px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 70px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -100%);
}

.connectivity-images img {
  width: 110%;
  vertical-align: bottom;
  border-radius: 22px;
  border: 1px solid black;
}

.connectivity-images {
  position: relative;
}

.hover-effect {
  position: absolute;
  top: 45%;
  left: 0;
  text-align: center;
  width: 100%;
}

.hover-effect h2 {
  color: #fff;
  font-size: calc(100% + 0.55rem);
  font-weight: 600;
  padding: 0 10px;
  text-transform: uppercase;
}

.para-div {
  position: absolute;
  bottom: 0;
  background: #222a8dcf;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.5s;
  -webkit-transition: all 500ms ease;
}

.para-div p {
  color: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0px 10px;
}


.on-overlay {
  position: relative;
}

.on-overlay:hover .para-div {
  height: 100%;
}

.on-overlay:hover .hover-effect {
  display: none;
}

.hover-effect h2 {
  color: #fff;
  font-size: calc(100% + 0.55rem);
  font-weight: 600;
  padding: 0 10px;
  text-transform: uppercase;
}

img.mfp-img {
  height: 80vh !important;
}

.gallery {
  /* height: 720px; */

  background: #eee;
  padding-bottom: 100px;
  /* overflow-y: scroll; */
}

.gallery .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
  list-style: none;
}

.gallery .controls .buttons {
  height: 40px;
  width: 140px;
  background: #fff;
  color: #666;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  margin: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  text-align: center;
}

.gallery .controls .buttons.active {
  background: coral;
  color: #fff;
}

.gallery .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery .image-container .image {
  height: 250px;
  width: 350px;
  overflow: hidden;
  border: 15px solid #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  margin: 20px;
}

.gallery .image-container .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery .image-container .image:hover img {
  transform: scale(1.4);
}


.owl-item .item {
  transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 50px 0;
  /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.screenshot_slider .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.screenshot_slider .owl-nav {
  text-align: center;
}

.screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}


.conbg{
  background: url(./images/Contactbackground.webp) fixed; 
}
.main-div-2 {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  
  /* height: 100vh; */
}

.boxes {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
  align-items: center;
  text-align: center;

}

.bx {
  width: 23%;
  background: #fff;
  color: #1b1515;
  padding: 20px;
  margin: 50px 0 50px;
}

.contact {
background: url(./images/Contactbackground.webp);
  display: flex;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}

.contact div {
  flex: 1;
}

.pf-1 p{
  font-size: 20px !important;
}



.c21 {
  background: #1e1b1b;
}

.contact {
  align-self: center;
}

.contact i {
  padding: 0 20px;
  font-size: 0.8em;
}

.contact p {
  margin: 5px 0px;

}

.contact h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  border: 1px solid #555;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.contact h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  border: 1px solid #555;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
#contactform .right {
  float: right;
}

#contactform input {
  margin-bottom: 14px;
  width: 96%;
  outline: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding-left: 15px;
  height: 44px;
  border-radius: 0;
}

.bn1 {
  background: url(./images/Contact_Us.webp);
  background-size: cover;
  background-position: top;
  height: 500px;
}

#contactform textarea {
  margin-bottom: 14px;
  width: 100%;
  outline: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 15px;
  height: 228px;
  border-radius: 0;
}

#contactform .btn {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #333;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

#contactform .btn:hover {
  background: rgba(51, 51, 51, 0.7);
}




fieldset p {
  margin: 5px 0;
}

.frm1 {
  width: 49%;
}

.bn2 {
  background: url(./images/About_Us.webp);
  background-size: cover;
  background-position: top;
  height: 500px;
}
.bn5{
  background: url(./images/portfolioimg.png);
  background-size: cover;
  background-position: top;
  height: 500px;
}
.bn3 {
  background: url(./images/Services.webp);
  background-size: cover;
  background-position: top;
  height: 500px;
}


.container-2 {
  width: 100%;
  height: 100%;
  padding: 3% 8%;
  background: #efefef;
}

.container-2 h1 {
  text-align: center;

  margin-bottom: 60px;
  font-weight: 600;

}

.container-2 h1::after {
  content: '';
  background: #303ef7;
  width: 100px;

}

.row-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(336px, 1fr));
  grid-gap: 50px;
}

.service {
  text-align: center;
  padding: 0px 0px 25px;
  border-radius: 20px;
  font-size: 16px;
  border: 1px solid #000;
  cursor: pointer;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
  background: #fff;
}

.service img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.bg {
  position: relative;
}

.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 color: #000 !important;
  /* Change the alpha value (0.5) to adjust the darkness */
}


.service i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #303ef7;
}

.service ul {
  text-align: left;
  padding-left: 64px;
}

.service h2 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 27px;
  padding: 10px;
}

.service:hover {
  /* background: #303ef7; */
  /* color: #fff; */
  transform: scale(1.05);
}

.service:hover i {
  color: #fff;
}
.ptf p{
  font-weight: bold;
  padding-top: 10px;
 
}

.footer{
  
  background: url(./images/footerbackground.webp) !important;
  padding-bottom: 40px !important;
  
}
@media screen and (max-width:900px) {
  video{
    height: 250px;
      }
  .getintouch {
    width: 88%;
    padding: 40px;
  }
  .getintouch .frm1{
    width: 58% ;
  }
  .bn3 {
    height: 200px;
  }
  .bpn{
    display: none;
  }
  .submit-btn{
    width: 50% !important
    ;
  }
  .section-plans{
    justify-content: center;
  }
  .dsr{
    flex: 3 !important;
  }
  .ptf{
    width: 47%;
  }

  .row-2 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .contact h2 {
    font-size: 1em;
  }

  .contact h1 {
    font-size: 1em;
  }

  .bx h5 {
    font-size: 15px !important;
  }

  .bx p {
    font-size: 14px !important;
  }

  .bx i {
    font-size: 50px !important;
  }

  .bn1 {
    height: 200px !important;
  }

  .bn2 ,.bn5 {
    height: 200px !important;
  }

  .on-overlay {
    margin-bottom: 20px;
  }

  .nav-item {
    text-align: left !important;

  }
  .c4text {
    height: 480px;
  }
  .pf-1 img {
    height: 25vh !important;
}

  .nav-link {
    padding-left: 10px !important;
  }

  .quick_img {
    min-width: 100%;
  }

  .frm-cls {
    padding: 10px 0 !important;
  }

  .carousel-caption {
    bottom: 3rem !important;
  }

  .lm {
    font-size: 14px;
  }

  .ms-auto {
    align-items: end;
    margin-top: 5px;
  }

  .login-btn {
    float: right;
  }

  .tt {
    padding: 100px 0 !important;
  }

  .carousel-item>.inner-div>img {
    height: 400px !important;
  }

  .spc {
    padding-top: 50px !important;
  }

  .pln {
    padding: 0px !important;
    margin-top: 50px;
  }

  .dwn {
    padding: 10px 22px !important;
    font-size: 16px;
  }

  .section-plans {
    padding-top: 0;
  }

  .f1:nth-child(3) {
    flex: 2.8;

  }

  .para-div p {
    font-size: 13px;
  }

  .container img {
    width: 17% !important;
  }

  .prt {
    margin-top: 0 !important;
  }

  .sc1:nth-child(2) {
    margin-top: 0;
  }

  .sc1 {
    margin: 15px;
    width: 42%;
  }

  .cards4 {
    justify-content: center;
  }

  .mainbann {
    height: 400px;
  }

  .banner h3 {
    font-size: 35px;
    padding-right: 0 !important;
  }

  .content h2 {
    font-size: 2em !important;
    text-align: center;
  }
/* 
  .c4 {
    width: 45%;
    margin: 10px;
    height: 350px;
  } */

  /* .c4:nth-child(3) {
    margin-top: 110px;
    margin-bottom: 50px;
  } */

  .card {
    margin: 20px;
    width: 40%;
  }

  .s3 .d-flex {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .col-sm-3 img {
    max-width: 65%;
  }

  .overlay {
    width: 123px !important;
    position: absolute;
    height: 118px !important;
    border-radius: 50%;
    background: var(--bg-color);
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -100%);
    z-index: 0;
    transition: transform 0.3s ease-out;
  }

  .card852:hover .overlay {
    transform: scale(5) translateZ(0) !important;
  }

  .card852 {
    width: 100% !important;
    margin: 10px;
  }

  .carousel-caption h5 {
    font-size: 30px !important;
  }

  .carousel-caption h5 {
    padding: 0 !important;
    padding-right: 109px !important;
    text-align: left !important;
  }

  .itm {
    height: 300px !important;
  }

  .mlogo {
    width: 50%;
  }

  #video-container {
    height: 300px;
  }

  .card852 p {
    font-size: 18px;
  }
   .blubg{
    background: transparent !important;
  }
}

.mlogo {
  width: 18%;
}
.pf-1 img{
  height: 40vh;
}
a{
  text-decoration: none;
}

@media screen and (max-width:430px) {
  .blubg{
    background: transparent !important;
  }
.seo1{
  padding: 0 !important;
}
.donbtnh{
  width: 100% !important;
  padding: 20px 10px 20px  !important;
}
  .sc1:nth-child(2){
    margin-top: 20px !important;
  }
.ble{
  font-size: 13px !important;
}

  video{
height: 150px;
  }
  .getintouch .frm1{
    width: 100% ;
  }
  .image{
    height: 26vh !important;
  }
  .ptf p{
    font-size: 10px !important;
    padding: 0 10px;

  }
.owl-nav{
  margin-top: -25px !important;
}
.sce2{
  padding-bottom: 0 !important;
}
.owl-dots{
  display: none !important;
}
  .flx4{
    flex-direction: row !important;
  }
  .container-2 {
    padding-top: 35px;
  }
  .ptf{
    width: 47%;
  }

  .bn3,
  .bn2,.bn5 {
    height: 110px !important;
  }

  #video-container {
    height: 200px;
  }

  .bn1 {
    height: 110px !important;
  }

  .frm1 {
    width: 103%;
  }

  #contactform textarea {
    width: 96%;
  }

  .boxes,
  .contact {
    flex-direction: column;
  }

  .bx {
    width: 100%;
    height: initial;
    margin: 20px 0 10px;
  }

  .fl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .itm {
    height: 200px !important;
  }

  .pf-1 {
    width: 90%;
    margin: 0 auto 20px;

  }

  .c4 {
    height: initial !important;
  }

  .itm {
    background-position: left !important;
  }

  .carousel-caption h5 {
    font-size: 3.5vw !important;
  }

  .card852:hover .overlay {
    transform: scale(5) translateZ(0) !important;
  }

  .cmd {
    margin-top: 50px !important;
  }

  .carousel-caption button {
    padding: 5px 20px !important;
    margin-top: 5px !important;
    font-size: 11px !important;
  }

  .card852 {
    width: 40% !important;
  }

  .swatch div {
    height: 163px !important;
  }
  .circle img{
    max-width: 66%;
  }
  .card852{
    height: 230px;
    padding: 10px;
  }
.unlck{
  font-size: 8vw !important;
}
.seo{
  padding: 20px 0 0;
}
.prt{
  padding-bottom: 10px !important;
}
  .overlay {
    width: 123px !important;
    position: absolute;
    height: 118px !important;
    border-radius: 50%;
    background: var(--bg-color);
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -100%);
    z-index: 0;
    transition: transform 0.3s ease-out;
  }

  .box00 .overbox,
  .box00 {
    width: initial !important;
  }

  .carousel-item>.mainimg {
    height: 180px !important;
  }

  .container img {
    width: 25% !important;
  }

  .card {
    margin: initial;
  }

  .carousel-item>.inner-div>img {
    height: 300px !important;
  }

  .c4:nth-child(3) {
    margin-top: initial;
  }

  .content h2 {
    font-size: 1.5em !important;
    text-align: center;
  }

  .cards4 {
    justify-content: space-between;
  }

  .section-plans,
  .cards4,
  .seo {
    flex-direction: column;
  }

  .sc1,
  .c4,
  .card {
    width: 100%;
    margin-bottom: 30px;
  }

  .sc1:nth-child(2) {
    margin-top: 0;
  }
  .sc1{
    width: 94%;
  }

  p {
    font-size: 16px !important;
  }

  .c4 {
    margin-bottom: 0px;
    width: 91%;
  }
  .spc{
    padding-top: 0 !important;
  }

  .slick-dots li button:before {
    display: none;
  }

  .seo1 {
    flex-direction: column;
    text-align: center;
  }

  .col-sm-7 {
    padding: 30px !important;
  }

  .d-flex {
    flex-direction: column;
  }

  .o2 {
    order: 2;
  }

  .o1 {
    order: 1;
  }

  .mainbann {
    height: 426px;
    background-position: left;
  }

  .f1 {
    margin-bottom: 30px;
  }

  .card {
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
 
  .flex-wrp{
    flex-wrap: wrap;
    flex-direction: row !important;
  }
}

.slick-track{
  display: flex;
}
.card-slider {
  max-width: 80% !important;
  margin: 0 auto;
  /** Main link */
  /** Product title */
  /** Product image */
  /** Product description */
  /** Floating "sale" badge */
  /** Price */
  /** Rating */
  /** "30 reviews" link next to stars */
  /** Hover state = add box shadow, underline the title */
}
@media screen and (max-width: 1024px) {
  .card-slider {
    width: 80%;
  }
}
.card-slider .slick-prev-icon,
.card-slider .slick-next-icon {
  color: black;
}
.card-slider .slick-slide {
  padding: 0 0px;
}
.card-slider .card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  /* height: 250px; */
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  transition: all 0.1s linear;
  margin:0  10px;
  border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}



@media screen and (max-width: 600px) {
  .card-slider .card {
    height: auto;
  }
}
.card-slider .card .main-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.card-slider .card .main-link:focus {
  outline: none;
}
.card-slider .card .main-link:focus .title {
  outline: 3px dashed orange;
  outline-offset: -4px;
  color: royalblue;
  text-decoration: underline;
}
.card-slider .card .title {
  color: #000;
  margin: 0;
  padding: 10px 10px 5px 10px;
  font-size: 16px;
  font-weight: bold;
}
.card-slider .card .title:hover {
  text-decoration: underline;
}
.card-slider .card .image {
  /** Visually place the image above all other content (like the heading) in the parent flex container (.card). */
  order: -1;
  position: relative;
  height: 100px;
  padding: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-slider .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0.5);
  transition: all 0.3s ease-in-out;
}
.card-slider .card .image:hover img {
  width: 110%;
  height: 110%;
}
.card-slider .card .description {
  margin: 7px 10px 15px 10px;
  font-size: 14px;
  opacity: 0.8;
}
.card-slider .card .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #c80000;
}
.card-slider .card .price {
  padding-left: 10px;
}
.card-slider .card .price .new-price {
  font-weight: bold;
}
.card-slider .card .price .original-price {
  margin-left: 5px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  text-decoration: line-through;
}
.card-slider .card .rating {
  margin: 10px 0 15px 10px;
  color: orange;
  font-size: 12px;
}
.card-slider .card .rating .reviews-link {
  color: rgba(0, 0, 0, 0.6);
  margin-left: 5px;
}
.card-slider .card .rating .reviews-link:hover {
  color: black;
}
.card-slider .card .rating .reviews-link:focus {
  color: royalblue;
  outline: 3px dotted royalblue;
  outline-offset: 2px;
}
.card-slider .card:hover {
  border-color: rgba(0, 0, 0, 0.4);
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); */
}
.card-slider .card:hover .image img,
.card-slider .card:focus .image img {
  filter: grayscale(0);
}
.card-slider .card a:focus {
  outline: none;
}


.image {
  /* the magic */
  display: block;
  width: 100%;
  height: 302px;
  overflow: hidden;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  -ms-border-radius: 180px;
  -o-border-radius: 180px;
  border-radius: 0px;
  /* the rest */
  position: relative; /* for the overlay later */
  margin: 0px auto;
  text-align: center;
  margin-bottom: 10px;

  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),inset 0px 3px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3),inset 0px 3px 8px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),inset 0px 3px 8px rgba(0, 0, 0, 0.3);
}

.image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  /* make resized images look good in IE */
  -ms-interpolation-mode: bicubic;
}
.image img:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.close-btn {
  background-color: #0f6eeb;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}