/* about css */



.is-sticky .act{ color: #2f5bea !important;}
.heading {
    text-align: center;
    color: #454343;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    /* margin-bottom: 70px; */
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.carousel-control-prev {
    left: -120px;
}

.carousel-control-next {
    right: -90px;
}


.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

          body{
            font-family: "DM Sans", serif !important;
          }

.bar {
    height: 4px;
    width: 85px;
    background: #2f5bea;
    margin: 20px auto 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    
}
.bar2{
  height: 4px;
    width: 85px;
    background: #2f5bea;
    margin: 20px auto 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    float:left;
}
.bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.bar2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.contaction {
    margin-top: 50px;
}

.sec-titler h2 {
    font-weight: normal;
    font-size: 19px;
    padding-top: 0px !important;
}

.contact-info-item.style-two > i {
    height: 60px;
    width: 60px;
    border: none;
    font-size: 22px;
    line-height: 60px;
    background-color: #5793ce;
}
/*BG SHAPE*/
.bg-shape {
    position: absolute;
    height: 190%;
    width: 100%;
    display: block;
    border-radius: 120px;
    background: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
    bottom: 0;
    right: 0;
    -webkit-transform: translate(35%, -28%) rotate(-35deg);
    transform: translate(35%, -28%) rotate(-35deg);
    z-index: 0;
}

@media (max-width: 991px) {
    .bg-shape {
        height: 130%;
    }
}
.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bg-grey {
    background-color: #69813b;
}

.main-banner2::after {
    display: block;
    content: '';
    height: 100%;
    top: -490px;
    position: relative;
}
.page-banner-section {
  padding-top: 85px;
  min-height: 490px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* border-top: 5px solid #3363ff; */
}

.page-banner-section .shape-1 {
  position: absolute;
  left: -42%;
  top: -35%;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .page-banner-section {
    min-height: 520px;
  }
  .page-banner-section .shape-1 {
    left: -70%;
    top: -47%;
  }
  
  
}

@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 450px;
  }
  .page-banner-section .shape-1 {
    left: -95%;
    top: -58%;
  }
  
  
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    min-height: 350px;
  }
  .page-banner-section .shape-1 {
    display: none;
  }
  
  
}

/*abbreviation*/
/* .table-image td, th{
  
    vertical-align: middle;

}
.table-image{
  box-shadow: 2px 2px 6px 2px #ede5e5;
}
.w-15{
  width:15% !important;
  text-align: center;
}
.abbreviation-section{
  background-color: #f8f9f8 !important;
}
.abbri-container{
  padding:20px;
} */
 /*abbreviation*/
.table-image td, th{
  
  vertical-align: middle;

}
.table-image{
box-shadow: 2px 2px 6px 2px #ede5e5;
}
.w-15{
width:15% !important;
text-align: center;
}
.abbreviation-section{
background-color: #f8f9f8 !important;
}
.abbri-container{
padding:20px;
}
.abbri-container .card{
  margin-bottom:10px;
  box-shadow: 0px 1px 10px -1px lightgrey;
  margin-right:0px !important;
  margin-left:10px;
}
.card-body img{
  margin-left: -39px;
    background-color: #eff1f2;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 1px 10px -1px grey;
    width:50px !important;
    height:50px !important;
    
}
.card-body p{
  margin-left:10px;
  margin-top:8px;
}

/*our vision*/
.vision-head{
  font-size:18px;
}
.service-icon img{
  width:60px !important;
  height:60px !important;
}
.service-icon{
  border: 1px solid rgb(47, 91, 234);
  border-radius: 80px;
  margin-bottom:20px;
}
/* .service-item{
  border: 1px solid #efefef;
    height: 30vh !important;
    box-shadow: 2px 2px 6px 2px #ede5e5;
} */
.ourvision-section{
  background-color: #f8f9f8 !important;
}
.fa-circle-half-stroke{
  color:#fff;
}
.re li::before{
  display:none !important;
}
.contact-info-content span a {
    font-size: 15px;
}
.contact-info-content span{
  font-size: 15px !important;
}
.success-stories-section{

  background-image: url('../../img/rh-images/screenshot.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.success-stories-section h2{
  color:#fff !important;
  margin-top:18px; 
}
.re li{
  color:#fff !important;
  font-size:18px !important;
}
.calltoaction button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}
.calltoaction button.learn-more {
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 13px;
  background: #5793ce;
  border: 2px solid #173d7a;
  border-radius: 0.75em;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}
.calltoaction button.learn-more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8dc3f9;
  border-radius: inherit;
  box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
  transform: translate3d(0, 0.75em, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
.infobox-section {
  text-align: center;
  padding: 40px 20px;
}
.infobox-section h1 {
  font-size: 2rem;
  color: #1a1a40;
  margin-bottom: 10px;
}
.infobox-section p {
  font-size: 1rem;
  color: #6b6b82;
  margin-bottom: 30px;
}

.infobox-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 0 20px;
}

.infobox {
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.infobox:hover {
  transform: translateY(-10px);
}
.infobox .icon {
  font-size: 2rem;
  margin-bottom: 15px;
}
.infobox h2 {
  font-size: 1.5rem;
  color: #1a1a40;
  margin-bottom: 10px;
}
.infobox p {
  font-size: 1rem;
  color: #6b6b82;
  margin-bottom: 20px;
}
.infobox .learn-more {
  font-size: 1rem;
  color: #3b50e0;
  text-decoration: none;
}
.infobox .learn-more:hover {
  text-decoration: underline;
}
.infobox h2 {
    font-size: 16px;
    color: #1a1a40;
    margin-bottom: 10px;
}
.infobox h6 {
    font-size: 14px;
    color: #1a1a40;
    margin-bottom: 4px;
}
.infobox b {
    font-size: 14px;
    color: #1a1a40;
    margin-bottom: 10px;
}
.infobox-container li{ font-size: 14px; list-style: none;}
.infobox-container ul{     padding-left: 0px;}

.infobox-container i{     width: 20px;}




.aboutsc{    padding-top: 28px;}




 /*flipbox*/
 .ourmission-container{
  padding:20px;
  margin-top:15px;
}
.services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
}

.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;  
  border-radius: 10px;
  perspective: 1000px;
  box-shadow: 2px 2px 6px 2px #ede5e5;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 10px;
}

.flip-box-front img
{
  height: 60px !important;
  width: 60px !important;
}

.flip-box-back {
  background-color: #e86239;
 
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}
.flip-box-back p{
  color: #fff !important;
}
.ourmission-para{
  font-size:18px;
}
.flip-box-front h5{
  margin-top:20px;
  font-size: 16px;
  color:#302d4d !important;
}

.about-banner-section {
    padding-top: 27px;
    padding-bottom: 27px;
    min-height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top bottom;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border-top: 5px solid #3363ff; */
}
.vision-head{
  color:#9F2B68 !important;
}
.service-item{
  border:1px solid lightgrey;
  min-height:240px !important;
}
.sec-title h2 {
  position: relative;
  color: #9F2B68 !important;
  font-weight: 500 !important;
  line-height: 1.2em;
  margin-bottom: 0px;
  font-size: 20px !important;
  padding-top: 20px;
  text-align: left;
}
@media only screen and (min-width: 728px) and (max-width: 991px){
  .about-banner-section{
    width:100%;
  }
}




 /*flipbox*/
 .ourmission-container{
  padding:20px;
  margin-top:15px;
}
.services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
}

.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;  
  border-radius: 10px;
  perspective: 1000px;
  box-shadow: 2px 2px 6px 2px #ede5e5;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 10px;
}

.flip-box-front img
{
  height: 60px !important;
  width: 60px !important;
}

.flip-box-back {
  background-color: #e86239;
 
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}
.flip-box-back p{
  color: #fff !important;
}
.ourmission-para{
  font-size:18px;
}
.flip-box-front h5{
  margin-top:20px;
  font-size: 16px;
  color:#302d4d !important;
}

.about-banner-section {
    padding-top: 27px;
    padding-bottom: 27px;
    min-height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top bottom;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border-top: 5px solid #3363ff; */
}
.vision-head{
  color:#9F2B68 !important;
}
.service-item{
  border:1px solid lightgrey;
  min-height:320px;
}
.sec-title h2 {
  position: relative;
  color: #9F2B68 !important;
  font-weight: 500 !important;
  line-height: 1.2em;
  margin-bottom: 0px;
  font-size: 20px !important;
  padding-top: 20px;
  text-align: left;
}
@media only screen and (min-width: 728px) and (max-width: 991px){
  .about-banner-section{
    width:100%;
  }
}


/* about css_end */



/* contactus_css */
.contact-banner-section {
    padding-top: 85px;
    min-height: 490px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border-top: 5px solid #3363ff; */
  }
  
  .register-section{
    background-image: url('../../img/rh-images/registernow-bg.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    padding:50px;
    margin-bottom:10px;
  }
  .register-section h5{
    color:#fff;
    margin-top:10px;
  }
  .contact-icons{
    color:#9F2B68;
  }
  
  /* contactus_end */

  /*   higher-education_css */



  body{
    font-family: "DM Sans", serif !important;
  }
  h2{
    color: #000000 !important;
font-weight: bold !important;

  }
  h5{
    color:#9F2B68 !important;
  }
  .register-section h5{
    color:#fff !important;
  }
  .page-banner-section {
padding-top: 27px;
padding-bottom: 27px;
min-height: 490px;
background-repeat: no-repeat;
background-size: cover;
background-position: 0px -64px;
position: relative;
overflow: hidden;
z-index: 1;
/* border-top: 5px solid #3363ff; */
}

.horizon{
border-top: 2px solid rgb(232 98 57);

}
/*why choose us */
.whychooseus-section h2{
text-align:center;
}
.whychoose{
border-radius:10px;
box-shadow: 2px 2px 6px 2px #ede5e5;
padding:20px;
margin-bottom:10px;
display:flex;
margin-right:10px !important;
}
.whychoose img{
width:50px;
height:50px;
}
.bar {
height: 4px;
width: 85px;
background: #2f5bea;
margin: 20px auto 20px;
position: relative;
border-radius: 5px;
overflow: hidden;

}
.bar::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 5px;
background: #ffffff;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVE-BG;
animation-name: MOVE-BG;
}
/*keyoffers section*/
.keyoffers-section{
background-color: #f8f9f8 !important; 
}
.keyoffers-section h5{
color:#9F2B68;
}
.achievements {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.achievement {
    background-color: #e9f7fc;
    border-left: 5px solid #9F2B68;
    padding: 15px;
    border-radius: 5px;
}

.achievement p {
    font-size: 16px;
    color: #555;
}

.achievement h4 {
    font-size: 18px;
    color: #9F2B68;
    margin-bottom: 8px;
}

.achievement .percentage {
    font-weight: bold;
    color: #007bff;
}
/*registration form button*/
.edu-reg{
padding:6px 32px !important;
}
/*benefits section*/
.benefits-section h5{
color:#9F2B68;
}
.benefits-section .card{
border:none;
border-radius: 10px;
box-shadow: 2px 2px 6px 2px #ede5e5;
}
.register-section{
background-image: url('../../img/rh-images/registernow-bg.png');
background-repeat:no-repeat;
background-position:center;
background-size:cover;
padding:50px;
margin-bottom:10px;
}
.register-section h5{
color:#fff;
margin-top:10px;
}




.heir-banner-section{
padding-top: 27px;
padding-bottom: 27px;
min-height: 490px;
background-repeat: no-repeat;
background-size: cover;
background-position: top bottom;
position: relative;
overflow: hidden;
z-index: 1;
/* border-top: 5px solid #3363ff; */
}



  /*   higher-education_end */




  /*   industry_css */

  

.sect{ height: 782px;}

.lilast{margin-bottom: 9px;}

.mydos{
background-color: #fff;
border-radius: 5px;
padding: 10px;
/* z-index: 1111111; */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/* position: relative; */
}

.mydos h2{ font-size: 17px; color:#9F2B68 !important;}

.mydos h3{ font-size: 16px;}


.button {
border: 1px solid black;
border-radius: 3px;
width: 50%;
/* height: 30px; */
padding: 10px;
text-align: center;
margin: 0 auto;
background: linear-gradient(to right, black 50%, white 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .5s ease-out;
}

.button:hover {
background-position: left bottom;
}

.rdcshape {
position: relative;
background-position: 150% -280%;
background-size: cover;
background-repeat: no-repeat;
z-index:1;
}


/*BG SHAPE*/
.shape {
position: absolute;
width: 100%;
left: 0;
top: 0;
line-height: 0;
direction: ltr;
overflow: hidden;
z-index: -1;
}

.shape-top {
top: -1px;
}



.shape-bottom {
bottom: -51px;
-webkit-transform: rotate(180deg);
/* transform: rotate(180deg); */
z-index: 11;
}
.shape-bottom svg {
display: block;
height: 275px;
width: calc(228% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}

.homepage-2 .welcome-area .shape-bottom {
top: auto;
-webkit-transform: inherit;
transform: inherit;
}

.homepage-2 .welcome-area .shape-bottom svg {
height: 126px;
width: calc(118% + 1.3px);
}

@media (max-width: 991px) {
.shape-bottom svg {
height: 112px;
}

.homepage-2 .welcome-area .shape-bottom svg {
height: 68px;
}
}

@media (max-width: 575px) {
.homepage-2 .welcome-area .shape-bottom svg {
height: 41px;
}
}

.bg-shape {
position: absolute;
height: 190%;
width: 100%;
display: block;
border-radius: 120px;
background: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
bottom: 0;
right: 0;
-webkit-transform: translate(35%, -28%) rotate(-35deg);
transform: translate(35%, -28%) rotate(-35deg);
z-index: 0;
}

@media (max-width: 991px) {
.bg-shape {
height: 130%;
}
}

/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-dark {
position: relative;
z-index: 0;
}

.bg-overlay::after,
.overlay-dark:after {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
}

.bg-overlay::after {
opacity: 0.95;
z-index: -1;
}

.overlay-dark::after {
background-color: rgba(16, 16, 45, 1);
opacity: 0.95;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
z-index: -1;
}



.shape-top {
top: -1px;
z-index: 11;
}

/* .shape-1 svg {
display: block;
width: calc(122% + 1.3px);
height: 134px;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
} */

.shape-bottom svg {
display: block;
height: 275px;
width: calc(228% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.bg-grey {
    background-color: #869ff2 !important;
}

.register-section {
    margin-bottom: 10px;
    margin-top: 100px !important;
}

.mrgt{    padding-top: 0%;
    text-align: center;}

.main-banner2::after {
display: block;
content: '';
height: 100%;
top: -490px;
position: relative;
}
.shape-bottom svg {
display: block;
height: 55px;
width: calc(228% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.homepage-2 .welcome-area .shape-bottom {
top: auto;
-webkit-transform: inherit;
transform: inherit;
}

.homepage-2 .welcome-area .shape-bottom svg {
height: 126px;
width: calc(118% + 1.3px);
}

@media (max-width: 991px) {
.shape-bottom svg {
height: 112px;
}

.homepage-2 .welcome-area .shape-bottom svg {
height: 68px;
}
}

@media (max-width: 575px) {
.homepage-2 .welcome-area .shape-bottom svg {
height: 41px;
}
}

.bg-shape {
position: absolute;
height: 190%;
width: 100%;
display: block;
border-radius: 120px;
background: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
bottom: 0;
right: 0;
-webkit-transform: translate(35%, -28%) rotate(-35deg);
transform: translate(35%, -28%) rotate(-35deg);
z-index: 0;
}

@media (max-width: 991px) {
.bg-shape {
height: 130%;
}
}

/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-dark {
position: relative;
z-index: 0;
}

.bg-overlay::after,
.overlay-dark:after {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
}

.bg-overlay::after {
opacity: 0.95;
z-index: -1;
}

.overlay-dark::after {
background-color: rgba(16, 16, 45, 1);
opacity: 0.95;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
z-index: -1;
}

/*BACKGROUND COLORS*/
.color-1 {
color: #be63f9;
}


.swing {
animation: swing ease-in-out 1s infinite alternate;
transform-origin: center -20px;
float:left;
}
.swing img {
display: block;
}
.swing:after{
content: '';
position: absolute;  
width: 20px; height: 20px;  
top: -10px; left: 50%;
z-index: 0;
border-bottom: none;
border-right: none;
transform: rotate(45deg);
}
/* nail */
.swing:before{
content: '';
position: absolute;
width: 5px; height: 5px;
top: -14px;left: 54%;
z-index: 5;
border-radius: 50% 50%;
background: #000;
}

@keyframes swing {
0% { transform: rotate(3deg); }
100% { transform: rotate(-3deg); }
}



.page-banner-section {
padding-top: 27px;
padding-bottom: 27px;
min-height: 490px;
background-repeat: no-repeat;
background-size: cover;
background-position: top bottom;
position: relative;
overflow: hidden;
z-index: 1;
/* border-top: 5px solid #3363ff; */
}

.page-banner-section .shape-1 {
position: absolute;
left: -42%;
top: -35%;
z-index: -1;
}

.page-banner-section .shape-2 {
position: absolute;
left: -22%;
top: -30%;
z-index: -1;
}

.page-banner-section .shape-3 {
position: absolute;
right: -2%;
bottom: -27%;
z-index: -1;
}

.page-banner-section .shape-4 {
position: absolute;
right: -36%;
bottom: -81%;
z-index: -1;
}

@media only screen and (max-width: 1199px) {

.page-banner-section .shape-1 {
left: -70%;
top: -47%;
}
.page-banner-section .shape-2 {
left: -30%;
top: -55%;
}
.page-banner-section .shape-3 {
right: -15%;
bottom: -45%;
}
.page-banner-section .shape-4 {
right: -50%;
bottom: -130%;
}
}

@media only screen and (max-width: 991px) {

.page-banner-section .shape-1 {
left: -95%;
top: -58%;
}
.page-banner-section .shape-2 {
left: -41%;
top: -79%;
}
.page-banner-section .shape-3 {
right: -25%;
bottom: -60%;
}
.page-banner-section .shape-4 {
right: -90%;
bottom: -125%;
}
}

@media only screen and (max-width: 767px) {

.page-banner-section .shape-1 {
display: none;
}
.page-banner-section .shape-2 {
display: none;
}
.page-banner-section .shape-3 {
display: none;
}
.page-banner-section .shape-4 {
display: none;
}
}

.page-banner .title {
font-size: 60px;
line-height: 1.25;

display: inline-block;
font-weight: 600;
color: #ffffff;
position: relative;
z-index: 1;
}

@media only screen and (max-width: 1199px) {
.page-banner .title {
font-size: 48px;
}
}

@media only screen and (max-width: 767px) {
.page-banner .title {
font-size: 30px;
}
}

.page-banner .breadcrumb {
margin-bottom: 0;
margin-top: 10px;
}

.page-banner .breadcrumb .breadcrumb-item {
color: #ffffff;
font-size: 20px;
}

@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
.page-banner .breadcrumb .breadcrumb-item {
font-size: 16px;
}
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
padding-left: 8px;
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
content: "/";
font-family: flaticon !important;
font-size: 20px;
padding-right: 5px;
color: #ffffff;
}

/*--
/*  17 - Blog Standard CSS
/*----------------------------------------*/
.blog-standard-wrap {
margin-top: -40px;
}

.blog-standard-wrap .blog-post-wrap {
padding-right: 30px;
}

@media only screen and (max-width: 991px) {
.blog-standard-wrap .blog-post-wrap {
padding-right: 0;
}
}

.blog-standard-wrap .blog-post-wrap .pagination {
margin-top: 55px;
}

.single-blog-post {
margin-top: 40px;
}

.single-blog-post.single-blog .blog-content {
padding: 40px 35px 0px;
width: 94%;
left: 50%;
bottom: 10px;
transform: translateX(-50%);
margin-top: -60px;
}

@media only screen and (max-width: 767px) {
.single-blog-post.single-blog .blog-content {
padding: 40px 30px 0px;
}
}

@media only screen and (max-width: 575px) {
.single-blog-post.single-blog .blog-content {
padding: 25px 0px 0px;
width: 100%;
margin-top: 0;
}
}

.single-blog-post.single-blog .blog-content .blog-meta .tag {
font-size: 15px;
line-height: 30px;
font-weight: 500;
color: #086ad8;
}

.single-blog-post.single-blog .blog-content .title {
font-size: 36px;
line-height: 1.1;
}

@media only screen and (max-width: 767px) {
.single-blog-post.single-blog .blog-content .title {
font-size: 30px;
}
}

@media only screen and (max-width: 575px) {
.single-blog-post.single-blog .blog-content .title {
font-size: 26px;
}
}

.single-blog-post.single-blog .blog-content p {
font-size: 16px;
line-height: 30px;
margin-top: 20px;
}

.single-blog-post.single-blog .blog-btn .blog-btn-link {
font-size: 12px;

font-weight: 600;
color: #086ad8;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 15px;
transition: all 0.3s linear;
}

.single-blog-post.single-blog .blog-btn .blog-btn-link i {
transition: all 0.3s linear;
}

.single-blog-post.single-blog .blog-btn .blog-btn-link:hover i {
margin-left: 5px;
}

.blog-sidebar {
margin-top: 40px;
margin-left: 30px;
position: sticky;
top: 0;
}

@media only screen and (max-width: 1199px) {
.blog-sidebar {
margin-left: 15px;
}
}

@media only screen and (max-width: 991px) {
.blog-sidebar {
margin-left: 0px;
}
}

.blog-sidebar .sidebar-widget-1 {
margin-top: 0;
}

.sidebar-widget {
margin-top: 45px;
}

.sidebar-widget .search-form {
position: relative;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
width: 100%;
height: 50px;
margin-bottom: 0;
border: 0;
padding-right: 35px;
background: #f2f4f7;
color: #415674;
font-weight: 700;
outline: none;
overflow: hidden;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
opacity: 0.95;
font-size: 14px;

color: #898c94;
font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
opacity: 0.95;
font-size: 14px;

color: #898c94;
font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
opacity: 0.95;
font-size: 14px;

color: #898c94;
font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
opacity: 0.95;
font-size: 14px;

color: #898c94;
font-weight: 400;
}

.sidebar-widget .search-form button {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
width: 50px;
height: 50px;
background: transparent;
border: 0;
border-radius: 5px;
font-size: 14px;
color: #111111;
transition: all 0.3s linear;
}

.sidebar-widget .search-form button:hover {
background: #086ad8;
color: #ffffff;
}

.sidebar-widget .widget-title {
margin-bottom: 25px;
}

.sidebar-widget .widget-title .title {
font-size: 20px;

font-weight: 700;
color: #0e0e0e;
display: inline-block;
}

.sidebar-widget .recent-posts ul li {
border-top: 1px solid #e5e5e5;
padding-top: 30px;
margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
border-top: 0;
padding-top: 0;
margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
display: flex;
align-items: center;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb {
margin-right: 20px;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
border-radius: 50%;
image-rendering: crisp-edges;
}

.sidebar-widget .recent-posts ul li .post-link .post-text {
flex: 1;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
font-size: 16px;
line-height: 18px;

font-weight: 600;
transition: all 0.3s linear;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
font-size: 12px;

font-weight: 400;
line-height: 24px;
color: #838383;
display: inline-block;
margin-top: 5px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
color: #086ad8;
margin-right: 5px;
}

.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
color: #086ad8;
}

.sidebar-widget .widget-banner {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border-radius: 5px;
overflow: hidden;
padding: 60px 40px 90px;
}

.sidebar-widget .widget-banner .banner-content {
max-width: 160px;
}

.sidebar-widget .widget-banner .banner-content .title {
font-size: 36px;
line-height: 1;
font-weight: 600;
color: #ffffff;
}

.sidebar-widget .widget-banner .banner-content .btn {
height: 40px;
line-height: 38px;
font-size: 14px;
padding: 0 40px;
margin-top: 30px;
}

.sidebar-widget .category .cate-item {
border-top: 1px solid #ebebeb;
padding-top: 10px;
margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
border-top: 0;
padding-top: 0;
margin-top: 0;
}

.sidebar-widget .category .cate-item a {
display: flex;
font-size: 15px;

font-weight: 500;
color: #29303c;
transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a i {
font-size: 10px;
line-height: 24px;
color: #086ad8;
margin-right: 5px;
}

.sidebar-widget .category .cate-item a .post-count {
margin-left: auto;
align-items: flex-start;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
background: #e4f2f8;
font-size: 14px;

font-weight: 400;
color: #086ad8;
transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a:hover {
color: #086ad8;
}

.sidebar-widget .category .cate-item a:hover .post-count {
background: #086ad8;
color: #ffffff;
}

.sidebar-widget .sidebar-tag li {
display: inline-block;
margin-bottom: 10px;
margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
display: inline-block;
border-radius: 5px;
padding: 8px 15px;
font-size: 14px;

font-weight: 400;
color: #666666;
line-height: 18px;
background: #f9f9f9;
transition: all 0.3s linear;
}

.sidebar-widget .sidebar-tag li a:hover {
background-color: #086ad8;
color: #ffffff;
}

/*--Page Pagination--*/
.techwix-pagination {
margin-top: 60px;
}

.techwix-pagination .pagination li a {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 50%;
font-size: 14px;
transition: all 0.3s linear;
}

.techwix-pagination .pagination li a.active {
background-color: #086ad8;
color: #ffffff;
}

/*--
/*  18 - Blog Details CSS
/*----------------------------------------*/
.blog-details-section .blog-details-wrap {
margin-top: -40px;
}

.blog-details-post {
padding-right: 30px;
}

.blog-details-post .single-blog-post {
margin-top: 40px;
}

.blog-details-post .single-blog-post.single-blog .blog-content {
padding: 30px 0px 0px;
width: 100%;
left: 0;
bottom: 0px;
transform: translateX(0);
margin-top: 0px;
}

.blog-details-post .single-blog-post.single-blog .blog-content .blog-meta .tag {
font-size: 15px;
line-height: 30px;
font-weight: 500;
color: #086ad8;
}

.section-title .title {
font-size: 27px;
line-height: 54px;

font-weight: 600;
color: #0e0e0e;
text-align: left;
}

@media only screen and (max-width: 767px) {
.section-title .title {
font-size: 28px;
line-height: 36px;
text-align: center;
}

.about-content-wrap p{ text-align: center;}
.imgdis {
padding: 30px;
margin-top: 0 !important;
text-align: center;
z-index: 111111;
position: relative;
}

.main-banner2::after {
display: block;
content: '';
height: 100%;
top: -499px;
position: relative;
}

}

.section-title .title.white {
color: #ffffff;
}

.section-title .sub-title {
font-size: 14px;
line-height: 30px;
font-family: "Jost", sans-serif;
font-weight: 500;
color: #086ad8;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 12px;
}

.section-title {
text-align: center;
margin-bottom: 0px;
}

.section-title .sub-title.color-2 {
color: #ff5538;
}

.section-title .sub-title.color-3 {
color: #11ddf5;
}

.section-title .sub-title.white {
color: #ffffff;
}

/*--Section Title Two--*/
.section-title2 {
max-width: 690px;
margin: 0 auto;
}

.section-title2 .title {
font-size: 48px;
line-height: 54px;
font-weight: 800;
color: #333333;
}

.section-title2 .title span {
color: #086ad8;
}

@media only screen and (max-width: 1199px) {
.section-title2 .title {
font-size: 36px;
line-height: 48px;
}
}

@media only screen and (max-width: 767px) {
.section-title2 .title {
font-size: 28px;
line-height: 36px;
}
}

.section-title2 .sub-title {
font-size: 12px;
line-height: 30px;

font-weight: 800;
color: #a1a1a1;
text-transform: uppercase;
margin-bottom: 10px;
}

.section-title2 p {
font-size: 16px;
line-height: 30px;

font-weight: 600;
color: #4c4d56;
padding: 0 50px;
margin-top: 20px;
}

.techwix-about-section-07 .about-img-wrap .about-img:last-child {
padding-left: 15px;
margin-top: 75px;
}

.techwix-about-section-07 .about-img-wrap .about-img {
overflow: hidden;
}

.techwix-about-section-07 .about-img-wrap {
display: flex;
position: relative;
z-index: 1;
}

.techwix-about-section-07 .about-img-wrap .shape-1 {
position: absolute;
right: 165px;
bottom: -110px;
opacity: 0.2;
z-index: -1;
}

.main-banner2:before {
position: absolute;
content: '';
/* background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95)); */
width: 100%;
background-image: linear-gradient(to right, rgba(132, 158, 0242, 0.65), rgba(132, 158, 0242, 0.95), rgba(132, 158, 0242, 0.90), rgba(132, 158, 0242, 0.85), rgba(132, 158, 0242, 0.5));
height: 100%;
top: 0;
left: 0;
z-index: -1;
}

.main-banner2 {
    position: relative;
    height: 490px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #5FC0E2;
    background: linear-gradient(135deg, #5FC0E2, #2B69D8);
    overflow: hidden;
    z-index: 1;
    border-top: 0px dashed #869ff2;
}
.imgdis {
    padding: 30px;
    margin-top: -68px;
    text-align: center;
    z-index: 111111;
    position: relative;
}
.font-size-19 {
font-size: 19px;
color: #fff;
text-align: center;
padding-top: 18px;
}




.wall {
width: 60em;
height: 40em;
font-size: 10px;
/* border: 1em solid rgba(255, 255, 255, 0.5); */
border-radius: 2em;
display: grid;
grid-template-columns: 0 4fr 1fr;
overflow: hidden;
float: right;
}


.back,
.side {
display: flex;
align-items: center;
}

.back {
justify-content: flex-end;
}

.side {
perspective: 1000px;
}

.wall ul {
list-style-type: none;
padding: 0;
--max-price: 1449;
display: flex;
flex-direction: column;
}

.back ul {
width: 75%;
align-items: flex-end;
}

.side ul {
width: 100%;
transform-origin: left;
transform: rotateY(-75deg) scaleX(4);
}

.wall ul li {
height: 5em;
background: var(--c);
animation: show 1s linear forwards;
transform-origin: right;
transform: scaleX(0);
}

@keyframes show {
to {
transform: scaleX(1);
}
}

.wall ul li.xs-max {
--c: tomato;
--high-price: 1449;
--low-price: 1099;
--c2: orangered;
z-index: 5;
}

.wall ul li.xs {
--c: coral;
--high-price: 1349;
--low-price: 999;
--c2: tomato;
z-index: 4;
}

.wall ul li.xr {
--c: lightsalmon;
--high-price: 899;
--low-price: 749;
--c2: coral;
z-index: 3;
}

.wall ul li.x {
--c: deepskyblue;
--high-price: 1149;
--low-price: 999;
--c2: dodgerblue;
z-index: 2;
}

.back ul li {
width: calc(var(--high-price) / var(--max-price) * 100%);
--percent: calc(var(--low-price) / var(--high-price) * 100%);
background: linear-gradient(
to left,
var(--c) var(--percent),
var(--c2) var(--percent)
);
position: relative;
filter: drop-shadow(0 1em 1em rgba(0, 0, 0, 0.3));
animation-delay: 1s;
}

.back ul li::before {
content: '';
position: absolute;
width: 0;
height: 0;
transform: translateX(-3em);
border-right: 3em solid var(--c2);
border-top: 2.5em solid transparent;
border-bottom: 2.5em solid transparent;
}

.back ul li span {
position: absolute;
width: 95%;
text-align: right;
font-size: 1.25em;
line-height: 4em;
color: white;
font-family: sans-serif;
}

.side ul li {
padding-right: 30%;
text-align: right;
color: white;
font-family: sans-serif;
line-height: 5em;
}

.register-section{
background-image: url('../../img/rh-images/registernow-bg.png');
background-repeat:no-repeat;
background-position:center;
background-size:cover;
padding:50px;
margin-bottom:10px;
}
.register-section h5{
color:#fff;
margin-top:10px;
}


  /*   industry_end */






  /*   odometer_css */






  .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
  }
  .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
  }
  .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
  }
  .odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center;
  }

  

  /*   odometer_end */







  /*  award-management_css */


  .awards-section .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background-color: #f8f9fa;
  }
  .awards-section .icon-box:hover .service-title a {
    color: #41A1FD;
  }
  .awards-section .icon-box .award-service-icon {
    float: left;
    color: #41A1FD;
    font-size: 40px;
  }
  .awards-section .icon-box .service-title {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2;
  }
  .awards-section .icon-box .service-title a {
    color: #556270;
    transition: 0.3s;
    text-decoration: none;
  }
  .awards-section .icon-box .service-para {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
  }
  .awards-section .service-main-heading {
    color: #556270;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 35px;
    font-weight: 600;
  }
  /*difference*/
  .difference-section{
    background-color: #f8f9fa;
    padding:10px;
  }
  .sale{
      position: relative;
      display: flex;
      color: white;
      font-weight: bold;
      padding: 10px;
      background-color: #2196f3;
      width: 110px;
      height: fit-content;
      margin-bottom: 20px;
      right: -1100px;
  }
  .sale::after{
      content: "";
      position: absolute;
      border: 19px solid;
      border-color: transparent #ddd transparent transparent;
      right: 0;
      top: 0;
  }
  
  .main{
      display: flex;
      justify-content: center;
  }
  .basic,.professional{
      width: 40%;
      display: flex;
      flex-direction: column;
      background-color: white;
      line-height: 50px;
      border-radius: 10px;
  }
  .professional{
      margin-left: 20px;
  }
  .basic div:first-child,.professional div:first-child{
      color: white;
      height: 50px;
      padding-left: 10px;
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      cursor: default;
  }
  .basic div:first-child{
      background-color: #f44336;
  }
  .professional div:first-child{
      background-color: #2196f3;
  }
  .basic div:not(:first-child),.professional div:not(:first-child){
      height: 50px;
      padding-left: 15px;
      border-bottom: 1px solid #ddd;
      transition-duration: 0.4s;
  }
  .basic div:not(:first-child):hover,.professional div:not(:first-child):hover{
      font-weight: bold;
      cursor: default;
      padding-left: 25px;
      border-bottom: 1px solid black;
  }
  .true,.false{
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      top: 5px;
      left: -5px;
  }
  .true{
      background-color: #019789;
  }
  .false{
      background-color: #e91e63;
  }
  .true::before{
      content: "";
      position: absolute;
      width: 3px;
      height: 10px;
      transform: rotate(45deg);
      background-color: white;
      top: 5px;
      right: 7px;
  }
  .true::after{
      content: "";
      position: absolute;
      width: 4px;
      height: 4px;
      transform: rotate(45deg);
      background-color: white;
      top: 8px;
      right: 11px;
  }
  .false::before,.false::after{
      content: "";
      position: absolute;
      background-color: white;
      right: 8px;
      top: 4px;
      width: 3px;
      height: 11px;
  }
  .false::before{
      transform: rotate(45deg);
  }
  .false::after{
      transform: rotate(-45deg);
  }
  
  
  
  .question-mark{
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #7e7e7e;
      color: white;
      font-weight: bold;
      top: 5px;
      right: -180px;
      cursor: pointer;
  }
  .question-mark::after{
      content: "?";
      position: absolute;
      top: -15px;
      right: 5px;
  }
  .multione-content{
    margin-top:30px !important;  
    text-align:justify;
  }
  /*services*/
  .award-serv{
    background-color: #f8f9fa;
      padding: 10px;
  }
  .cont {
      max-width: 400px;
      margin: 2rem auto;
  }
  
  .product-card {
      background-color: var(--card-background);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 420px !important;
  }
  
  .product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  
  .product-card__image {
      height: 250px;
      overflow: hidden;
  }
  
  .product-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
      padding: 10px;
  }
  
  .product-card:hover .product-card__image img {
      transform: scale(1.05);
  }
  
  .product-card__info {
      padding: 20px;
  }
  
  .product-card__title {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: var(--text-color);
  }
  
  .product-card__description {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 20px;
  }
  
  
  
  @media (max-width: 480px) {
      .cont {
          max-width: 100%;
          padding: 0 20px;
      }
  
      .product-card__image {
          height: 200px;
      }
  
      .product-card__title {
          font-size: 1.3rem;
      }
  
      .product-card__description {
          font-size: 0.8rem;
      }
  }



  /*  award-management_end */


  /*  dept-wise_css */

  .dept-coun{
    background-color: #a5436a;
  width: 55px;
  height: 25px;
  border-radius: 70px;
  /* border: 2px dashed #ffa900; */
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  margin-top: 4px;
 }
 .dept-bccollege {
  position: relative;
  background-position: 9% -4%;
  background-size: contain;
  background-repeat: no-repeat;
  /* overflow: hidden; */
  z-index: 999;
}
aside {
position: sticky;
top: 70px; /* Adjust this value as needed to give space from the top */
z-index: 100; /* Ensure it's above other content if needed */
}
.dept-name{
 background-color: #d6e1ee !important;
 color:#111;
 border: 1px solid #d6e1ee;
}
/*cards*/
.fac-card img {
max-width: 100%;
display: block;
}
.fac-card ul {
list-style: none;
}

/* Utilities */
.fac-card::after,
.fac-card img {
border-radius: 50%;
}

.fac-card,
.stats {
display: flex;
}

.fac-card {
padding: 1rem 1rem;
border-radius: 10px;
background-color: rgba(255, 255, 255, .5);
/* max-width: 500px; */
box-shadow: 0 0 30px rgba(0, 0, 0, .15);
margin-bottom:10px;
position: relative;
transform-style: preserve-3d;
overflow: hidden;
}
.fac-card::before,
.fac-card::after {
content: '';
position: absolute;
z-index: -1;
}
.fac-card::before {
width: 100%;
height: 100%;
border: 1px solid #FFF;
border-radius: 10px;
 top: -.7rem;
 left: -.7rem;
}
.fac-card::after {
height: 15rem;
width: 15rem;
background-color: #a5436a;
top: -10rem;
right: -11rem;
box-shadow: 2rem 6rem 0 -3rem #FFF
}

.fac-card img {
width: 8rem;
min-width: 80px;
box-shadow: 0 0 0 5px #FFF;
}

.fac-card .infos {
margin-left: 1.5rem;
}

.fac-card .name {
margin-bottom: 1rem;
}
.fac-card .name h2 {
font-size: 1.1rem;
color:#a5436a !important;
}
.fac-card .name h4 {
font-size: .8rem;
color: #333
}

.fac-card .text {
font-size: .9rem;
margin-bottom: 1rem;
}

.fac-card .stats {
margin-bottom: 1rem;
padding-left:0px !important;
}
.fac-card .stats li {
min-width: 5rem;
}
.fac-card .stats li h3 {
font-size: .99rem;
}
.fac-card .stats li h4 {
font-size: .75rem;
}

.links button {
font-family: 'Poppins', sans-serif;
min-width:90px;
padding: 5px;
border: 1px solid #222;
border-radius: 5px;
font-weight: bold;
cursor: pointer;
transition: all .25s linear;
font-size:13px;
font-weight:600;
}
.links .view{
 float:right;
}
.links .view:hover {
background-color: #222;
color: #FFF;
}
/* .links .view,
:hover{
background-color: transparent;
color: #222;
} */

@media screen and (max-width: 450px) {
.fac-card {
  display: block;
}
.fac-card .infos {
  margin-left: 0;
  margin-top: 1.5rem;
}
.links button {
  min-width: 100px;
}
}
.side-ulcol {
  list-style: none !important;
  text-align: left !important;
  margin-left: 0 !important;
  padding: 0 !important;
  overflow-y:hidden !important;
  height:auto !important;
}

  /*  dept-wise_css end*/