/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/****************==================
===================================================
Additional Css Updated on 28-12-2021
======================================================
=======================================================*/

header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.header2-area .stick nav#desktop-nav > ul > li > a{color:#333; padding:25px 7px;}
.home-slider{
  /*height:100vh;*/
  position: relative;
  /*background: url(../img/bg-15.png);*/
  background-size: cover;
  bottom: -20px;
}
@media only screen and (max-width: 600px) {
  .main-slider .item {
  height:110px!important;
  position: relative;
}
.main-slider .item .cover {
  padding: 0px 0;
  position: absolute;
  width: 100%;
  height:130px!important;
  top: 0px!important;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 5151651;
}
.main-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 35%!important;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.main-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 35%!important;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
}
.main-slider .item {
  height:440px;
  position: relative;
}
.main-slider .item .cover {
  padding: 0px 0;
  position: absolute;
  width: 100%;
  height:100%;
  top: 40px;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 5151651;
}
.main-slider .item .cover .header-content {
  position: relative;
  overflow: hidden;
}
.main-slider .item .cover .header-content .slider-leftside{padding-top: 70px;}
.main-slider .item .cover .header-content .slider-rightside{padding-top:50px;}
.main-slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.main-slider .item .cover .header-content h2 {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.main-slider .item .cover .header-content h1 {
  font-size: 35px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.main-slider .item .cover .header-content h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.main-slider .item .cover .header-content h3{color:#ffb000;}
.main-slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.main-slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.main-slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.main-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 52%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.main-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.main-slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.main-slider .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.main-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 52%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.main-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.main-slider .owl-nav .owl-next:focus {
  outline: 0;
}
.main-slider .owl-nav .owl-next:hover {
  background: #000 !important;
}
.main-slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.main-slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.slide1-image img{width:80%!important;margin:auto!important;}
.team-block-two{margin-bottom: 30px;}
.team-block-two:hover .inner-box .image{
 border-color: #ff6b02;
 cursor: pointer;
}
.team-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid;
    border-color: #fff;
    margin: auto;
    transition: all 300ms ease;
}
.team-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.team-block-two .inner-box .lower-content {
    position: relative;
    /*margin-top: -35px;*/
    text-align: center;
    padding:10px;
    /*background-color: #ffffff;*/
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    /*border-left: 5px solid #ff6b02; */
    /*border-right: 5px solid #ff6b02;*/
}
.team-block-two .inner-box .lower-content h4.topper-name {
    position: relative;
    color:#ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0px;
    font-size: 18px;
}
.team-block-two .inner-box .lower-content .designation {
    position: relative;
    color:#ff0;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    font-weight: 600;
}
.team-block-two .inner-box .lower-content .designation span{
  color:#00ffff; 
}
.slide2-image{position: relative;}
.slide2-image img{position: relative;}
.course-box ul{margin:0;padding:0;}
.course-box ul li{
  list-style: none;
  position: absolute;
  z-index: 1;
}
.course-box ul li:nth-child(1){
  top:30%;
  left: -5%;
}
.course-box ul li:nth-child(1) a{background:#ffba01;}
.course-box ul li:nth-child(2){
  top:-5%;
  left:5%;
}
.course-box ul li:nth-child(2) a{background:#69bcf4;}
.course-box ul li:nth-child(3){
  top:0%;
  left:32%;
}
.course-box ul li:nth-child(3) a{background:#30cc8b;}
.course-box ul li:nth-child(4){
  top:-5%;
  left:55%;
}
.course-box ul li:nth-child(4) a{background:#d072f5;}
.course-box ul li:nth-child(5){
  top:0%;
  right:8%;
}
.course-box ul li:nth-child(5) a{background:#f75733;}
.course-box ul li:nth-child(6){
  top:30%;
  right:4%;
}
.course-box ul li:nth-child(6) a{background:#e721ea;}
.course-box ul li:nth-child(7){
  top:65%;
  right:4%;
}
.course-box ul li:nth-child(7) a{background:#76b202;}
.course-box ul li:nth-child(8){
  top:65%;
  left:-5%;
}
.course-box ul li:nth-child(8) a{background:#ca0038;}
.course-box ul li a{
  text-decoration: none;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border:5px solid #fff;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle; 
  transition: all 500ms ease;
  padding: 15px 5px;
  font-size:13px;
  font-weight:600;
}
.course-box ul li a img{width: 32px!important; margin:auto;}
.course-box ul li a:before,
.course-box ul li a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.course-box ul li a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.about-point{
  width: 100%;
    position: relative;
    justify-content: space-between;
    display: flex;
}
.about-point .about-point-box{
  box-shadow: 0 0px 20px rgb(0 0 0 / 15%);
  padding: 15px;
  text-align: center;
  width: 200px;
  border-radius: 8px;
  margin-bottom: 30px;
  transition: all 0.5s linear;
}
.about-point .about-point-box:hover{
  background:#fed9dc;
}
.about-point .about-point-box h6{font-size: 16px;}
.about-point .about-point-box img{
  width: 90px; 
  margin-bottom: 15px;
}
.about2-area.why-cp{
  background:#e0f4ff;
}
.service-box2{margin-bottom: 30px; position: relative; padding: 30px 15px;}
.about2-area.why-cp .col-lg-4:nth-child(1) .service-box2:after, 
.about2-area.why-cp .col-lg-4:nth-child(2) .service-box2:after,
.about2-area.why-cp .col-lg-4:nth-child(4) .service-box2:after,
.about2-area.why-cp .col-lg-4:nth-child(5) .service-box2:after
{
  position: absolute;
  right:-15px;
  width: 1px;
  height: 100%;
  background:#accfe2;
  content: "";
  top:0;
}
.about2-area.why-cp .col-lg-4:nth-child(1) .service-box2:before, 
.about2-area.why-cp .col-lg-4:nth-child(2) .service-box2:before,
.about2-area.why-cp .col-lg-4:nth-child(3) .service-box2:before
{
  position: absolute;
  bottom:-15px;
  width: 100%;
  height: 1px;
  background:#accfe2;
  content: "";
  left:0;
}
.service-box2:hover{
  background:#c2e4f6;
  border-radius: 8px;
}
/*.service-box2{*/
/*  background:#c2e4f6;*/
/*  border-radius: 8px;*/
/*}*/
.text-white{color:#ffffff!important;}
/*.ideal-monitoring-cycle {*/
/*    padding: 50px 0;*/
/*    width: 100%;*/
    /* min-height:750px; */
    /* background-color: #e9e2e23d; */
/*    background-image: url("../img/banner/careerback.jpg");*/
/*    background-repeat: no-repeat;*/
    /* background: #780206;
    background: -webkit-linear-gradient(to right, rgb(6 17 97 / 90%), rgb(120 2 6 / 90%)); 
    background: linear-gradient(to right, rgb(6 17 97 / 90%), rgb(120 2 6 / 90%)); */
/*    background-position: center center;*/
/*    position: relative;*/
/*    color: #fff;*/
/*    background-attachment: fixed;*/
/*}*/

.ideal-monitoring-cycle .main_circle_box {
  float:left;
  width:100%;
  padding:15px 0;
}
.ideal-monitoring-cycle .main_circle_box .circle_box {
  float:left;
  width:100%;
  position:relative
}
.ideal-monitoring-cycle .main_circle_box .circle_box img {
  width: 420px;
  height: 373px;
  border-radius: 50%;
  top: 48px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  background-position: center;
  transition: 0.4s;
}
.ideal-monitoring-cycle .main_circle_box .circle_box .first_box {
  width:500px;
  position:absolute;
  top:0px;
  left:0px;
  text-align:center;
  color:#000
}
.ideal-monitoring-cycle .main_circle_box .icon_box {
  float:right;
  width:124px;
  height:124px;
  background:#fff;
  border-radius:50%;
  position:relative;
  top:0px;
  padding:20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.ideal-monitoring-cycle .main_circle_box .icon_box .icon {
  width:124px;
  height:85px;
  display:table-cell;
  vertical-align:middle;
  text-align: center;
  border-radius:50%;
  border: solid 1px #024f63
}
.ideal-monitoring-cycle .main_circle_box .icon_box .icon img {
  width:50px;
  height:auto;
  left:0px;
  position:static;
  transform:none;
  border-radius: 0px;
}
.ideal-monitoring-cycle .main_circle_box .content_box {
  float:right;
  width:50%;
  text-align:right;
  padding-right:20px
}
.ideal-monitoring-cycle .main_circle_box .content_box h3{color: #fff; font-weight: 400;}
.ideal-monitoring-cycle .main_circle_box .circle_box .second_box {
  width:500px;
  position:absolute;
  right:0px;
  text-align:center;
  color:#000;
  top:0px
}
.ideal-monitoring-cycle .main_circle_box .circle_box .second_box .icon_box {
  float:left;
}
.ideal-monitoring-cycle .main_circle_box .circle_box .second_box .content_box {
  float:left;
  text-align:left;
  padding-left:20px;
  padding-right:0px
}
.ideal-monitoring-cycle .main_circle_box .circle_box .third_box {
  width:500px;
  position:absolute;
  top:163px;
  left:-72px;
  text-align:center;
  color:#000;
  bottom:40px
}
.ideal-monitoring-cycle .main_circle_box .circle_box .four_box {
  width:500px;
  position:absolute;
  top:20px;
  right:-72px;
  text-align:center;
  color:#000;
  top:163px
}
.ideal-monitoring-cycle .main_circle_box .circle_box .four_box .icon_box {
  float:left;
}
.ideal-monitoring-cycle .main_circle_box .circle_box .four_box .content_box {
  float:left;
  text-align:left;
  padding-left:20px;
  padding-right:0px
}
.ideal-monitoring-cycle .main_circle_box .circle_box .five_box {
  width:500px;
  position:absolute;
  top:20px;
  left:0px;
  text-align:center;
  color:#000;
  top:335px
}
.ideal-monitoring-cycle .main_circle_box .circle_box .six_box {
  width:500px;
  position:absolute;
  top:20px;
  right:0px;
  text-align:center;
  color:#000;
  top:335px
}
.ideal-monitoring-cycle .main_circle_box .circle_box .six_box .icon_box {
  float:left;
}
.ideal-monitoring-cycle .main_circle_box .circle_box .six_box .content_box {
  float:left;
  text-align:left;
  padding-left:20px;
  padding-right:0px
}
/*==========css updated on 05-01-2022=======*/
.cp-tesimonial{
  position: relative;
  padding: 50px 0px;
  background: #f4f4f4;
}
.testimonial-box{
  position: relative;
  text-align:center;
}
.testimonial-box .testi-image{text-align:center;}
.testimonial-box .testi-image img{
    width:150px!important; 
    margin: auto;
    border-radius:50%;
    border:5px solid #ff6b02;
    margin-bottom:20px;
}
.cp-testimonial-caro .owl-nav, .cp-testimonial-caro-thumb .owl-nav{
  display: none;
}
.testimonial-box:before{
  position: absolute;
  left: 35px;
  top: -17px;
  content: "\f10d";
  font-family: 'FontAwesome';
  color: #ff6b02;
  font-size: 60px;
}
.testimonial-box:after{
  position: absolute;
  right: 35px;
  bottom:-17px;
  content: "\f10e";
  font-family: 'FontAwesome';
  color: #ff6b02;
  font-size: 60px;
}
.student-name{
  font-weight: bold;
  color: #ff6b02;
}
.thumb-caro-wrapper{
  position: relative;
}

.dzmove1 {
  animation: dzMove1 1s linear infinite; }
@keyframes dzMove1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }
/*.top-scrorer{*/
/*  position: relative;*/
/*  padding: 15px 0px;*/
/*  background: url(../img/bg-5.jpg);*/
/*  background-size: cover;*/
/*  background-position: center center;*/
/*}*/
.top-scorer-caro .owl-nav{display: none;}
.modern-title h2{margin-bottom: 15px!important;}


/* updated on 10-01-2022*/
.payment-option{
  box-shadow: 0 0px 20px rgb(0 0 0 / 15%);
  border: 1px solid #dadada;
  padding: 15px;
  border-radius: 30px;
}
.payment-option img{
  border-radius: 30px;
}

/*CSS Dated 13-01-2022*/

.elite-batches{
  /*background: #ebe0f2;*/
  background: #fff;
  padding:0px 0px 35px 0px;
  overflow: hidden;
}
.elite-batches img{
  width: 200px;
  animation: pulse infinite 2s;
}
.elite-batches .modern-title h2{
    display: inline-block;
    background: #ebe0f2;
    position: relative;
    z-index: 1;
}
.elite-batches .col-lg-4:nth-child(1) img{
      margin-top: -100px;
}
.elite-batches .col-lg-4:nth-child(2) img{
      margin-top: -40px;
}
.elite-batches .col-lg-4:nth-child(3) img{
      margin-top: -100px;
}

.coursess .ipm a{
background-color: #ffba01;
}
.coursess .law a{
  background-color: #ca0038;
  }
.coursess .hm a{
background-color: #76b202;
}
 .coursess .bjmc a{
background-color: #e721ea;
 }
.coursess .bed a{
 background-color: #f75733;
}
.coursess .bca a{
background-color: #69bcf4;
 }
 .coursess .psychology a{
 background-color: #f75733;
 }
 .coursess .cuet a{
 background-color: #ffba01;
}

.coursess a {
  text-decoration: none;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #fff;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: all 500ms ease;
  padding: 15px 5px;
  font-size: 13px;
  font-weight: 600;
}
.coursess a:before, 
.coursess a:after{
  width: 60%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.coursess a img{
  width: 32px!important;
  margin: auto;
}