textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #FF3152;
}
/*  */
.carousimgcontain{
  border-radius: 50px;
  overflow: hidden;
  max-width: 570px;
}
.carousimgcontain img{
  border-radius: 50px;
}
.carousimgcontain1{
  border-radius: 50px;
  overflow: hidden;
  max-width: 570px;
 
}
.carousimgcontain1 img{
  border-radius: 50px;
  /* border: 3px solid #FF3152; */
}

.carouselelement1{
  position: absolute;
  background-color: #ff315386;
  height: 150px;
  width: 170px;
  top: 0;
  left: 4rem;
  border-radius: 20px;
  z-index: -1;
}
.carouselelement2{
  position: absolute;
  background-color: #ff315386;
  height: 150px;
  width: 170px;
  bottom: 0;
  right: 4rem;
  border-radius: 20px;
}
@media only screen and (max-width : 780px) {
 .carouselelement1{
  display: none;
  
 }
 .carouselelement2{
  display: none;
  height: 100px;
  width: 120px;
  right: 0;
  
 }

}
/* buttonred */
.gifcontain{
  position: absolute;
  width: 100%;
}
.gifcontain img{
  /* filter: blur(2px); */
  filter: opacity(30%);
  mix-blend-mode: screen;
}
/*  */
.gifcontain2{
  position: absolute;
  width: 100%;
}
.gifcontain2 img{
  /* filter: blur(2px); */
  filter: opacity(30%);
  mix-blend-mode: screen;
}
@media only screen and (max-width : 780px) {
  .gifcontain img{
    height: 1100px !important;
    width: auto;
  }
  .gifcontain2{
    display: none;
  }
}
.buttonred{
  background-color: #FF3152;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 20px;
  border: #FF3152;
  transition: .4s ease-in-out;
}
.buttonred:hover{
  transform: scale(.98);
}
/*  */
.navfluidcontain {
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 99;
  box-shadow: 0px 15px 10px -15px #11111126; 
}
body{
  overflow-x: hidden !important;
}
* {


  font-family: "Carme", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}
h1,h2,h3,h4,h5{
  font-family: "Libre Franklin", system-ui;
  font-weight: bold;
  font-style: normal;
}

/*  */
/* hamburger */
.hamburger {
  display: none  !important;
  /* position: fixed !important; */
  z-index: 1000;
  width: 4rem;
  height: 4rem;
  top: 1rem;
  right: 3rem;
  cursor: pointer;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 10px;
}

.line {
  width: 100%;
  height: 0.3rem;
  background-color: #333333;
  /* border-radius: 0.2rem; */
  transition: all 0.5s ease-in-out;
}

.clicked .line-1 {
  transform: rotateZ(-405deg) translate(-0.4rem, 0.1rem);
  background-color: rgb(0, 0, 0);
}

.clicked .line-2 {
  opacity: 0;
  background-color: rgb(0, 0, 0);
}

.clicked .line-3 {
  transform: rotateZ(405deg) translate(-0.8rem, -0.6rem);
  background-color: rgb(0, 0, 0);
}
/*  */
.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navcontainer {
  height: 100px;
  transition: .5s ease-in-out;
  /* background-color: red; */
}

.menucontain a {
  text-decoration: none;
  color: black;
}

.menucontain ul {
  gap: 30px;
  list-style: none;
}
.menucontain li:hover{
  color: #FF3152;
}
.ourmissionsection {
  min-height: 100vh;
}

.programsofferedsection {
  position: relative;
  min-height: 80vh;
  background-color: #FF3152;
  color: white;
  overflow: hidden;
}

.glassmorphism {
  background: rgba(255, 255, 255, 0.193);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 15px;
  /* transition: .4s ease-in-out; */
  /* border: 1px solid rgba(255, 255, 255, 0.18); */
}

.glassmorphism:hover {
  background: rgb(255, 255, 255);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 15px;
  color: black;
  
}
.readmoreclick{
  color: white;
  text-decoration: none;
}
.glassmorphism p{
  text-decoration: none;
}
.glassmorphism p:hover{
  text-decoration: underline;
}
.glassmorphism:hover p{
  color: black;
}
.glassmorphism:hover .odoologocontain {
  border: 2px solid #FF3152;
}
.button-joinus{
  height: 40px;
  width: 200px;
  background-color: white;
  color: black;
  border-radius: 10px;
  border: none;
  animation: pulse-animation1 2s infinite;
  transition: .4s ease-in-out;
}
.button-joinus:hover{
  transform: scale(1.02);
}
.glassmorphism:hover .button-joinus{
  background-color: #FF3152;
  color: white;
  animation: pulse-animation2 2s infinite;
}
@keyframes pulse-animation1 {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

/*  */
@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 49, 83, 0.177);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.odoologocontain {
  border: 2px solid #ffffff;
  padding: 20px;
  height: 150px;
  width: 150px;
  background-color: white;
  border-radius: 50%;
  transition: .8s ease-in-out;
}

.odoologocontain img {
  /* width: 100px; */
}

.coursecontain {
  min-height: 550px;
  max-width: 420px;
}

.aboutussection {
  padding-top: 100px;
  min-height: 80vh;
}

.smallaboutcontain {
  min-height: 200px;
  max-width: 220px;
  /* background-color: #FF3152; */
  border-radius: 20px;
  background: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 15px;
  transition: .5s ease-in-out;
  transform: scale(1);
}

.smallaboutcontain:hover {
  /* background-color: #f0f0f0;  */
  transform: scale(.98);
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.smallaboutcontain p {
  /* font-size: 12px; */
  color: #FF3152;
  font-weight: bold;
  text-align: center;

}

.featurescontain {
  background-color: #FF3152;
  overflow: hidden;
}

/*  */
@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
    height: 40px;
    filter: gray;
    /* -webkit-filter: grayscale(1); */
    animation: .7s ease-in-out;
    margin-left: 10px;
    margin-right: 10px;
}


.logo_items img:hover {
  filter: none;
  /* IE5+ */
  -webkit-filter: grayscale(0);
}

/*  */
/* our team */
.box {
  border-radius: 15px;
  background: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  max-width: 250px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  /* border: 1px solid hsla(350, 100%, 60%, 1); */
  box-shadow: hsla(350, 100%, 60%, 1) 0px 14px 28px, hsla(350, 100%, 60%, 1) 0px 10px 10px;
}

.box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  border-radius: 15px;
  box-shadow: hsla(350, 100%, 60%, 1) 0px 14px 28px, hsla(350, 100%, 60%, 1) 0px 10px 10px;
  transition: all 0.3s ease;
  background: hsla(350, 100%, 60%, 1);

  /* background: linear-gradient(90deg, hsla(350, 100%, 60%, 1) 0%, hsla(343, 80%, 65%, 1) 100%);

  background: -moz-linear-gradient(90deg, hsla(350, 100%, 60%, 1) 0%, hsla(343, 80%, 65%, 1) 100%);

  background: -webkit-linear-gradient(90deg, hsla(350, 100%, 60%, 1) 0%, hsla(343, 80%, 65%, 1) 100%); */

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FF3152", endColorstr="#ED5C86", GradientType=1);
}

.box:hover:before {
  width: 100%;
}

.box:hover .image-wrapper {
  padding: 0;
}

.box:hover .box-desc {
  color: #fff;
}

.box:hover .social li a {
  background: #fff;
  background-image: none;
  color: #000;
}

.box:hover .social li a:hover {
  background: #1d1d1d;
  color: #fff;
}

.image-wrapper {
  position: relative;
  max-width: 210px;
  max-height: 210px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  /* padding: 15px; */
  transition: all 0.5s ease;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.20);
}

.image-wrapper img {
  /* border-radius: 50%; */
  transition: all 500ms ease;
}

.box-desc{
  position: relative;
}
.box-desc h5{
 font-size: 18px;
}
.box-desc p{
  font-size: 16px;
 }
ul.social {
  padding: 0;
}

ul.social li {
  display: inline-block;
  list-style-type: none;
}

ul.social li a {
  position: relative;
  width: 36px;
  height: 36px;
  background: hsla(350, 100%, 60%, 1);

  background: linear-gradient(90deg, hsla(350, 100%, 60%, 1) 0%, hsla(343, 80%, 65%, 1) 100%);

  background: -moz-linear-gradient(90deg, hsla(350, 100%, 60%, 1) 0%, hsla(343, 80%, 65%, 1) 100%);

  background: -webkit-linear-gradient(90deg, hsla(350, 100%, 60%, 1) 0%, hsla(343, 80%, 65%, 1) 100%);

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FF3152", endColorstr="#ED5C86", GradientType=1);
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  transition: all .5s ease;
}

.programsofferedsection2 {
  padding-top: 70px;
  min-height: 100vh;
  background-color: #FF3152;
  color: white;
  overflow: hidden;
}

/*  */
.card {
  width: 250px;
  height: 300px;
  /* margin: -150px; */
  /* float: left; */
  perspective: 500px;
  background-color: #ff315300;
  border: #ff315300;
  border-radius: 15px;
}
.newscard p{
    font-size: 14px !important;
}
.newscard{
  box-shadow: rgba(0, 0, 0, 0.123) 0px 5px 15px !important;
  transition: 0.4s ease-in-out;
  padding-top:10px !important;
  padding-bottom:10px !important;
}
.newscard:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  transform: scale(1.01);
}
.image-link img{
  transition: .4s ease-in-out;
}
.image-link:hover img{
  transform: scale(1.01);
  /* background-color: #000; */
  opacity: 95%;
}
.content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  transition: transform 1s;
  transform-style: preserve-3d;
}

.card:hover .content {
  /* transform: rotateY(180deg);
  transition: transform 0.5s; */
}

.front,
.back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  color: #000000;
  text-align: center;
  font-size: 60px;
  border-radius: 5px;
  backface-visibility: hidden;
  border-radius: 15px;
}

.back {
  background: #ffffff !important;
  color: rgb(0, 0, 0) !important;
  transform: rotateY(180deg);
}

.smalllogocon {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: rgb(113, 75, 103);
  background: linear-gradient(90deg, rgba(113, 75, 103, 1) 0%, rgba(67, 44, 61, 1) 100%);
}

.smalllogocon1 {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 2px solid rgb(113, 75, 103);
}

.elementcontain {
  position: absolute;
  top: -2rem;
  left: 10rem;
  opacity: 50%;
  overflow: hidden;
}

.elementcontain2 {
  position: absolute !important;
  top: -3rem;
  left: 17rem;
  opacity: 50%;
  overflow: hidden !important;
}

.boxelementcontain {
  position: absolute !important;
  top: 0;
  right: 0;
  opacity: 50%;
  animation: float 6s ease-in-out infinite;
  overflow: hidden;
}

.boxelementcontain1 {
  position: absolute !important;
  bottom: -2rem;
  left: -4rem;
  opacity: 20%;
  animation: float 8s ease-in-out infinite;
  overflow: hidden;
}
.boxelementcontainfoot {
  position: absolute !important;
  top: 0;
  right: 0;
  opacity: 50%;
  animation: float 3s ease-in-out infinite;
  overflow: hidden;
}

.boxelementcontainfoot1 {
  position: absolute !important;
  bottom: -2rem;
  left: -4rem;
  opacity: 20%;
  animation: float 4s ease-in-out infinite;
  overflow: hidden;
}

@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }
    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
        transform: translatey(-20px);
    }
    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }
}
.contactussection {
  overflow: hidden;
  padding-top: 70px;
  /* min-height: 100vh; */
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 49, 82, 1) 70%, rgba(255, 49, 82, 1) 100%);
}

.arrowelementcontain {
  /* z-index: 1; */
  position: absolute !important;
  bottom: -2rem;
  left: -4rem;
  opacity: 50%;
  overflow: hidden;
}

.arrowelementcontain {
  /* z-index: 1; */
  position: absolute !important;
  top: 0;
  right: 0;
  opacity: 50%;
  overflow: hidden;
}
.contactuscontain{
  padding-top: 100px;
  padding: 40px;
  background-color: white;
  min-height: 500px;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.roundelementcontain{
  position: absolute !important;
  bottom: -10rem;
  right: -5rem;
  opacity: 50%;
  overflow: hidden;
}
.footersection{
  /* min-height: 50vh; */
  background-color: #FF3152;
  color: white;
  position: relative;
  overflow: hidden;
 
}
.footersection p{
  font-size: 16px;
  font-weight: 400;
}
.copyrightcontain{
  bottom: 0;
}
.copyrightcontain p{
  font-size: 14px;
}
.submitbtn{

}
.conatctleftcontain{
  font-weight: 900;
  color: #FF3152;
}
/* button */


/* CSS */
.button-86 {
  all: unset;
  width: 100px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-86::after,
.button-86::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #28282d;
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}
/*  */
/* image gallerry */
.main {
  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);

    &-image {
      position: relative;
      display: block;
      width: 100%;
      padding-top: 70%;
      background: #ffffff;

      img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}
/*  */
.topcarouselsection{
  padding-top: 100px;
  min-height: 100vh;
  /* color: #FF3152; */
}
.topcarouselsection a{
  text-decoration: none;
}
.topcarouselsection h1{
  color: #FF3152;
}
.imagecirclecontainer{
  border-radius: 50%;
  overflow: hidden;
}
.gallerysection{
  /*min-height: 700px;*/

}
.galleryinner{
    padding-top: 20px;
    padding-bottom: 20px;
  /*height: 70vh;*/
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-color: #FF3152 white;
  scrollbar-width: thin;
  scrollbar-arrow-color: none;
}
.galleryimagecontain{
  height: 250px;
  width: 350px;
  overflow: hidden;
  
}
.galleryimagecontain img{
  transition: .4s ease-in-out;
  cursor: pointer;
  width: 100px;

}
.galleryimagecontain img:hover{
  opacity: 80%;
}
.galleryimagecontain::-webkit-scrollbar {
  width: 5px;
}

.galleryimagecontain::-webkit-scrollbar-track {
  background: #111C31;
}

.galleryimagecontain::-webkit-scrollbar-thumb {
  background-color: #108FA8;
  border-radius: 20px;
  border: 3px solid #108FA8;
}
.contactphmacontain a{
  text-decoration: none;
  color: white;
}
.galleryimgsmalcontain{
  height: 300px;
  width: 350px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main {
    .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }
}
/*  */
.sidenavpop{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 0%;
  background-color: #ffffff;
  z-index: 99;
  transition: .4s ease-in-out;
  overflow: hidden;

}
.sidenavpopinner{
  height: 100%;
  width: 100%;
  /* position: relative; */
}
.sidenavpop h5{
  color: black;
}
.sidenavpop li{
  list-style: none;
  text-decoration: none;
}
.sidenavpop a{
  text-decoration: none;
  color: white;
}
.textjustify{
  text-align: justify !important;
}

/* image viewer */
/* The Modal (background) */
#image-viewer {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.modal-content { 
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
#image-viewer .close {
  position: absolute;
  top: 3rem;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/*  */
.coursedetailsection{
  margin-top: 120px;
}
.coursedetailsection p{
  text-align: justify;
}
.coursedetailinner h4{
  
}

.joinuscontain{
  max-width: 100%;
  min-height: 100px;
  background-color: #FF3152;
  color: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.joinuscontain p{
  font-weight: bold;
  text-align: justify;
}
/* button */


/* CSS */
.button-74 {
  background-color: white;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  
  color: #FF3152;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition: .2s ease-in-out;
}

.button-74:hover {
  background-color: #fe7c91;
  color: #ffffff;
}

.button-74:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}

.button-76 {
  background-color: #FF3152;
  color: white;
  
  border-radius: 15px;
  /* box-shadow: #422800 4px 4px 0 0; */
  
  border: 2px solid #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  /* line-height: 50px; */
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition: .2s ease-in-out;
}

.button-76:hover {
  border: 2px solid #422800;
  color: #FF3152;
  background-color: white;
}

.button-76:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}
/*  */
.button-75 {
  background-color: white;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  
  color: green;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 22px 0 22px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition: .2s ease-in-out;
}

.button-75:hover {
  background-color: rgb(156, 255, 156);
  color: #000000;
}

.button-75:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}
/*  */
.newssection{
  /* min-height: 110vh; */
}
.newsinner{
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-color: #FF3152 white;
  scrollbar-width: thin;
}
.modal{

}
.modal-body .modal-header .modal-footer{
  border: white !important;
}
@media (min-width: 768px) {
  .button-74 {
    min-width: 120px;
    padding: 0 25px;
  }
  
}
@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}

/*  */
@media only screen and (max-width : 1268px) {
  .menucontain {
    display: none;
  }
  .hamburger {
    display: flex !important;
  }

}

@media only screen and (max-width : 900px) {
  .boxelementcontain {
    display: none;
  }
  .navcontainer{
    padding-right: 0;
    padding-left: 10px;
  }
  .coursedetailinner{
    width: 100%;
  }
}
@media only screen and (max-width : 768px) {
  .carouselrow{
    flex-direction: column-reverse;
  }
  .contactrow {
    flex-direction: column-reverse;
  }
  .careerrow{
    flex-direction: column-reverse;
  }
}


@media only screen and (max-width : 1000px) {
  .navcontainer{
    width: 100% !important;
  }
  .roundelementcontain{
    display: none;
  }
  .menucontain {
    display: none;
  }
  .elementcontain {
    display: none;
  }
.elementcontain2{
  display: none;
}
.boxelementcontain{
  display: none;
}
.boxelementcontain2{
  display: none;
}
.contactuscontain{
  box-shadow: none;
}
}
/* paricle.js */
* ---- particles.js container ---- */

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000000;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: fixed;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
/*  */
.particles-js-canvas-el{
  width: 2992px !important;
  height: 1498px !important;
}
.jobsection{
  padding-top: 120px;
  min-height: 100vh;
}
.jobtextcol h1{
  color: #FF3152;
}
.careercontainer{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.jobpostcontain{
  max-width: 350px;
  min-height: 300px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  transition: .4s ease-in-out;
  padding-bottom: 10px;
}
.jobpostcontain:hover{
  transform: scale(1.01);
  border: 2px solid #FF3152;
}
.carersimagecontain{
  height: 300px;
  overflow: hidden;
}
/*  */
.article {
  /* limit the width of the article container */
  min-height: 400px;
  width: 350px;
  /* display the contents in a column */
  display: flex;
  flex-direction: column;
  align-items: center;
  background: hsl(0, 0%, 100%);
  line-height: 2;
  border-radius: 10px;
  margin: 0.5rem;
  /* transition for the transform property, updated in the script */
  transition: transform 0.2s ease-out;
  box-shadow: 0 0 5px -2px hsla(0, 0%, 0%, 0.1);
}
.article .figure {
  /* limit the width and height of the figure to show the image in a circle */
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /* specify negative margin matching half the height of the element */
  margin-top: -60px;
  /* position relative for the pseudo element */
  position: relative;
  overflow: hidden;
  
}
.article .figure:before {
  /* add a border around the figure matching the color of the background, faking the clip */
  content: "";
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 1rem solid #ff315300;
  /* box-shadow: 0 1px hsla(0, 0%, 0%, 0.1); */
}
.article .figure img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article div {
  /* center the text in the div container */
  text-align: center;
  margin-top: 0rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.article div p {
  color: #000000;
  font-weight: 400;
  /* font-style: italic; */
  margin: 1rem 0 1rem;
  /* font-family: "Noticia Text", serif; */
  /* position relative for the pseudo element */
  position: relative;
  z-index: 5;
}
.article div p:before {
  /* with SVG elements include two icons for the quote */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -5;
  opacity: 0.05;
  /* position the icons at either end of the paragraph, rotate the second to have a mirrorer image */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 70" width="70" height="70"><rect x="0" y="40" width="30" height="30"></rect><path d="M 0 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path><rect x="40" y="40" width="30" height="30"></rect><path d="M 40 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path></svg>'),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 70" width="70" height="70" transform="rotate(180)"><rect x="0" y="40" width="30" height="30"></rect><path d="M 0 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path><rect x="40" y="40" width="30" height="30"></rect><path d="M 40 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path></svg>');
  background-position: 20% 20%, 80% 80%;
  background-repeat: no-repeat;
}
.article div h1 {
  /* considerably reduce the size of the heading */
  color: black;
  /* font-family: "Lato", sans-serif; */
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
/*  */
.testimonysection{
  /* min-height: 100vh; */
  background-color: #FF3152;
  color: white;
  overflow: hidden;
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.owl-dot span{
  height: 5px !important;
  width: 50px !important;
  border-radius: 0px !important;
  /* transform: translateX(-670px); */
}
.owl-dots{
   position: absolute !important;
   left: 5rem !important;
}
@media only screen and (max-width : 780px) {
  .owl-dots{
    display: none;
 }
 
 }
.owl-dot.active span{
  background-color: #FF3152 !important;
}
.privacytext{
  text-decoration: none;
  color: white;
  filter: opacity(50%);
  font-size: 12px;
}
.privacytext:hover{
  filter: opacity(100%);
}
.privacypolicysection{
  margin-top: 120px;
}

/* blogs */
.blogsection{
  margin-top: 100px;
}
.blogcardcontain{
  height: 250px;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.123) 0px 5px 15px !important;
  border-radius: 15px;
  overflow: hidden !important;
  transition: .4s ease-in-out;
}
.blogimgcol,.blogtextcol{
 transition: .4s ease-in-out;
}
.blogcardcontain:hover{
  transform: scale(1.01);
}
.blogcardcontain:hover .blogimgcol{
    width: 0% !important;
}
.blogcardcontain:hover .blogtextcol{
  width: 100% !important;
}
.blogcardimgcntn{
  height: 250px;
  overflow: hidden !important;
}
.blogcardimgcntn img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blogcardcontain .date{
  color: #FF3152;
}
/* blogdetailssection */

.blogdetailssection{
  margin-top: 120px;
}
.blogdetaintipimg{
  overflow: hidden;
  height: 400px;
}
.blogsuggestcontain{
  width: 100%;
  height: 100px;
  box-shadow: rgba(0, 0, 0, 0.123) 0px 5px 15px !important;
}


.blogsuggestcontain:hover{
  transform: scale(.98);
  transition: .4s ease-in-out;
}
.smallblogimgcontain {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px; /* Ensure consistent height */
  aspect-ratio: 16 / 9; /* Maintain aspect ratio */
  overflow: hidden;
}

.smallblogimgcontain img {
  width: 100%; /* Ensure the image fills the container */
  height: 100%; /* Ensure height adapts to container */
  object-fit: cover; /* Maintain content without distortion */
  object-position: center; /* Center the image */
}

#owl-carousel2 .item{
    padding-bottom : 10px;
    padding-top: 10px;
}
ul.recent-post-list li:after {
  content: " ";
  display: table;
  clear: both;
}
ul.recent-post-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
ul.recent-post-list li{
border-top: 1px solid #f0f0f0;
padding: 15px 0!important;
}
ul.recent-post-list li:first-child{
border-top: 1px solid transparent;
}
ul.recent-post-list>li>a {
  line-height: 1.6;
font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: -3px;
  color: #000;
}
ul.recent-post-list>li>a>span{
        overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
         line-clamp: 2; 
 -webkit-box-orient: vertical;
}
ul.recent-post-list>li img {
  border: none;
  padding: 0;
  margin-right: 17px;
      display: block;
  width: 70px;
  height: 70px;
  float: left;
      margin-right: 17px;
}
span.post-date {
display: block;
font-size: 12px;
color: #6e6e6e;
margin-top: 10px;
}
.news_detailsbox {
  /*border: 1px solid #e8edf5;*/
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
  overflow: hidden;
      position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgb(40 61 88 / 7%);
  -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
  box-shadow: 0 0 15px 0 rgb(40 61 88 / 7%);
  position: relative;
}
.news_body {
  width: 100%;
  padding: 32px 32px 40px 32px;
}
.news_body .news-meta {
    padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
  list-style: none;
  border-bottom: 1px solid #ececf0;
  padding-bottom: 16px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #939393;
}
.news_body .news-meta:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #00528a;
  position: absolute;
  bottom: -1px;
  left: 0;
  box-shadow: 0 7px 16px rgb(12 12 12 / 22%);
  background-image: linear-gradient(left, #5fad8c, #5fad8c);
}
.news_body .news-meta li {
  font-size: 14px;
  line-height: 20px;
  margin-right: 0;
  color: #000;
}
.news_body .news-meta i {
  margin-right: 4px;
  color: #00528a;
}
.news_body .news-meta li.item-author:after {
  content: '/';
  margin: 0 8px;
}
.news_detailsbox .entry-title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
}
.erpdevices {
  margin-bottom: 30px;
}
.galleryimgsmalcontain1{
  height: 250px;
  width: 200px;
  overflow: hidden;
}
.galleryimgsmalcontain1 img {
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  object-position: center; 
}
.blogbanner{
	background-size: cover;
	background-position: center; 
	min-height: 30vh;
	position: relative;
	margin-top:100px;
}
.blogbannerinner{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.479);
	/* color: #FF3152; */
	color: white;
}

.swiper {
    max-width: 900px;
    padding-bottom: 50px !important;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 520px !important;
    height: 520px !important; 
    overflow: hidden;
    border-radius: 8px;
}

.swiper-slide.swiper-slide-visible.swiper-slide-active {
    transition: all 0.3s !important;
}
.swiper-slide-visible.swiper-slide-next,
.swiper-slide-visible.swiper-slide-prev {
    transition: all 0.5s !important;
}
.swiper-slide  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-controller {
    position: relative;
    margin-top: 80px;
    display: flex;
    gap: 10px;
    /*   justify-content: space-between; */
    z-index: 1111;
}
.swiper-button-next {
    margin-right: 150px;
}
.swiper-button-prev {
    margin-left: 150px;
}
.slider-arrow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
    background: #fff;
}
.slider-arrow::after {
    content: "";
}
.slider-arrow .icon {
    position: relative;
    z-index: 11111111111;
    color: black;
    font-size: 16px;
    font-weight: 500;
    pointer-events: all;
    cursor: pointer;
}
.swiper-pagination {
    transform: translateY(50%) !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 4px !important;
    border-radius: 4px !important;
    transition: all 0.3s;
    background: #ffffff;
}
.swiper-pagination-bullet-active {
    width: 20px !important;
    background: #ffffff;
}

.logo-slider-container {
      width: 100% !important;
      background: #fff;
      padding: 10px 0;
       padding-left: 70px;
      padding-right: 70px;
    }
    .logo-slider .item img {
      height: 40px !important;
      width: auto;
      object-fit: contain;
      margin: 0 auto;
    }
		@media only screen and (max-width : 780px) {
			.swiper-slide {
			
				width: 150px !important;
				height: 150px !important;
		}
		}

		.glider-contain {
      position: relative;
      width: 100%;
      height: 120px; 
      overflow: hidden;
    }
  
    .glider .glider-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .glider .glider-slide img {
      width: 200px; 
			height: auto;
    }
    .white
    {
        color:#FFFFFF;
    }

		