*{
     margin: 0px;
     padding: 0px;

}
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.enr {
    font-size: 18px;
    font-weight: bold;
    padding: 5%;
}
.test1 {
  content: "";
  clear: both;
  display: table;
  margin-left:10px;
}
hr.new5 {
  border: 10px solid green;
  border-radius: 5px;
}
p{
  color:#525254;
  font-size: 14px;
}
h5{
  letter-spacing: 1px;
}
.h4{
  font-weight: bold;

}
/*read more button*/
#more {display: none;
  cursor: pointer;
}
#more1 {display: none;
  cursor: pointer;
  position: relative;
}
.view{
  margin-bottom: 40px;
  color:#fff;
  background: linear-gradient(to right, #1a2980, #26d0ce);
  cursor: pointer;
  margin-left: 40%;
}
/*read more end*/
.bg{
     background:  #EAEFF0;
}
.bg1{
   /*opacity: 0.5;*/
   background: #3b26fd;
}
.bg2{
  background: #fff;
}

/* Needed to force change to Navbar */
  .navbar {
    width: 100%;
    background-color: #f9f9f9;
    border: thin solid #ededed;
    height: 80px;
  }
  .navbar .logo {
    float: left;
  }
#hamburger {
  width: 30px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 11px;
}

#hamburger span:nth-child(3) {
  top: 22px;
}

#hamburger.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

#hamburger.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sitenavigation ul {
  margin: 0;
  padding: 0;
  float: right;
}
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: -4px;
  line-height: 20px;
}
.sitenavigation li a {
  color: #758283;
  text-decoration: none;

  display: block;
  padding: 11px 14px;
  font-size: 0.9375em;
  -webkit-tap-highlight-color: transparent;
}
.sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
  color: white;
  background-color: #ECECEC;
}
.sitenavigation li a.nav-selected {
  background-color: #777;
  color: #000;
}
.sitenavigation li a:hover {
  background-color: #CCC !important;
  color: #000;
}
.sitenavigation li.clicked > ul {
  display: block;
}
.sitenavigation li ul {
  display: none;
  position: absolute;
  min-width: 200px;
  max-width: 300px;
  padding: 0;
  margin: 0;
}
.sitenavigation li ul a {
  background-color: #dfdfdf;
  font-size: 0.8125em;
}
.sitenavigation li ul li {
  float: none;
  display: block;
  margin: 0;
}
.sitenavigation li ul ul {
  left: 100%;
  margin-top: -40px;
}
.sitenavigation li ul ul a {
  background-color: lightgray;
}
.dropdown{
  position: relative;
  display: inline-block;
}
.dropdown-content{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /*min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.no-js .sitenavigation li:hover > ul {
  display: block !important;
}

.menu-icon {
  display: none;
}

@media (max-width: 991px) {
.navbar {
    width: 100%;
    background-color: #f9f9f9;
    border: thin solid #ededed;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 1;
  }
  .navbar .logo {
    float: right;
    font-weight: 800;
  }
  .navbar .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: 7px;
    display: block;
    -webkit-tap-highlight-color: transparent;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .navbar .sitenavigation ul {
    display: none;
    max-width: none !important;
  }
  .navbar .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul a {
    width: 100%;
    margin: 0;
    background-color: #ECECEC;
    display: block;
    font-size: 1.1875em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    color: #758283;
    float: none;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul a:hover {
    background-color: #dfdfdf;
  }
  .navbar .sitenavigation.is-tapped > ul li {
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: solid 1px #b9b9b9;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul li li {
    background-color: #fff;
  }
  .navbar .sitenavigation.is-tapped > ul ul {
    display: none;
    width: 100%;
    z-index: 200;
    border: none;
    margin-left: 0;
    padding: 0;
    position: relative !important;
  }
  .navbar .sitenavigation.is-tapped > ul ul ul {
    clear: both;
    left: 0;
    margin-top: 0;
  }
  .navbar .sitenavigation.is-tapped > ul ul li {
    border-bottom: solid 1px #f9f9f9;
  }
  .navbar .sitenavigation.is-tapped > ul ul li li a {
    background-color: #f9f9f9;
    padding-left: 30px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a {
    background-color: #dfdfdf;
    font-size: 1em;
    padding-left: 20px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a:before {
    content: "- ";
    display: inline-block;
    margin-right: 8px;
    color: #000;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown {
    cursor: pointer;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
    width: 80%;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    color: #000;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .sitenavigation.is-tapped > ul li.expanded:after {
    display: none;
  }
  .navbar .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    color: black;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar {
    width: 100%;
    background-color: #f9f9f9;
    border: thin solid #ededed;
    height: 80px;
  }
.navbar .logo{
    height: 50px;
    padding: 5px;
    width: 200px;
}
/*NAVBAR END*/


.menu2{
  margin-top: -3%;
  padding: 2px;
  background: #595961 ;
  box-shadow: 0 4px 8px rgb(101, 155, 246);
}
@media screen and (max-width: 800px){
  .navfix{
    position:fixed;
  }
  .menu2{
  display: none;
}
}
.nav-link{
  color: #fff;
}
.logo{
  height: 40px;
  width: 120px;
}
.jumbotron{
  height: 400px;
}

/* breadcrumb */
.breadcrumb{
    background:#1276EA; 
}

ol.breadcrumb li+li:before {
  padding: 2px;
  content: ">";
  
}
ol.breadcrumb li a {
  color: white;
}
.git{
  color:#D5D8DA;
}
.link{
  font-size:16px;
}
.mb{
  margin-bottom: -50px;
  margin-top: -60px;
  margin-left: -3%;
}
/*button end */

/*public batch and features start*/
.card5{
  background: #fff;
  height:100px;
  width: 380px;
  margin-top: 3%;
}
.card8{
  box-shadow: 0 4px 8px rgb(101, 155, 246);
  background: #fff;
  height:100px;
  width: 350px;
  margin-top: 3%;
  border-radius: 15px;
}
#boxarrow {
  height:60px;
  width:60px;
  left:85px;
  top:70px;
  position:absolute;
  background-color:#DA2A0E ;
  border-radius:10px;
  transform: rotate(45deg);
}
#boxarrow1 {
  height:60px;
  width:60px;
  left:90px;
  top:70px;
  position:absolute;
  background-color:#FC2135;
  border-radius:10px;
  transform: rotate(45deg);
}
#boxarrow2 {
  height:60px;
  width:60px;
  left:85px;
  top:70px;
  position:absolute;
  background-color:#2F80FB ;
  border-radius:10px;
  transform: rotate(45deg);
}
.fast{
  /*background: red;*/
  color: #fff;
  width: 20%;
  padding:1%;
  font-size: 12px;
}
.fap{
  margin-top: -3%;
  font-size: 13px;
}
.fa-google{
  font-size: 4vw;
  padding:8%;
  color: #fff;
}
.youtube1{
  font-size: 4vw;
  padding:8%;
  color: #fff;
}
.facebook1{
  font-size: 4vw;
  padding:8%;
  color: #fff ;
}
.st1{
  margin-top: -90px;
  margin-left: 40%;
  color: #59595C;
}

@media screen and (max-width: 600px){
.st1{
  margin-top: -50px;
  margin-left: 40%;
  color: #59595C;
}
}
.st{
  margin-top: 10px;
  margin-left: 40%;
  color: #fff;
}
/*public batch and features end*/

/*jumbotron start */
.img{
  height: 50px;
  width: 120px;
}
@media screen and (max-width: 600px){
  .img{
  height: 50px;
  width: 120px;
  margin-left: 170px;
  margin-top: 10px;

    }
    .jumbotron{
      margin-top: 4%;
  height: 500px;
}
}
.star{
  margin-left: 7.8vw;
}
.star1{
  margin-left: 6.7vw;
  margin-top: -1vw;
}
@media screen and (max-width: 800px){
  .star1{
  display: none;
}
.hid{
  display: none;
}
}
.linev{
  border-right: 1px solid #A4A5AD  ;  
  height: 3vw;
}
.linev1{
  border-right: 1px solid #A4A5AD  ;  
  height: 4vw;
  margin-top: -1vw;
}
@media screen and (max-width: 600px){
  .ml{

  font-size: 25px;
  margin-right: ;
    }
}
@media screen and (max-width: 600px){
.se{
  height: 400px;
  width: 300px;
  margin-top: 15%;
}
}
@media screen and (max-width: 600px){
  .card-img{
  height: 550px;
  width: 150px;
  /*margin-left: 80px;*/
  margin-top: -30px;
    }
}
/*topbar class*/
.bg3{
    background: #050505;
    padding: 5px 0px;
    text-align: center;
}
.p{
  font-size: 12px;
  color:#fff;
}
.p1{
  font-size: 14px;
  margin:10px;
}
.p2{
  font-size: 15px;
  margin-right:2%;
  margin-left: 3%;
}
@media only screen and (max-width:746px){
.bg3{
display: none;
}
.se{
  height: 150px;
  width: 200px;
  /*margin-top: -5%;*/
}
  .card-img{
  height: 140px;
  width: 190px;
  margin-left: 80px;
  margin-top: -30px;
    }
}
@media only screen and (max-width:400px){
.se{
  height: 90px;
  width: 250px;
  /*margin-top: -5%;*/
}
  .card-img{
  height: 150px;
  width: 250px;
  margin-left: 17%;
  margin-top: -30px;
    }
  }
.t2{
    color:#fff;
}
@media only screen and (max-width:700px){
.t2{
    font-size: 10px;
}}
.top1 li {
  display: inline-block;
}


/*jumbotron end */

/*online section end*/
.tab1{
  width: 100%;

}
.tab1 .tr.th{
  width: 100%;
  text-align: center;

}
table, th, td {
  border: 1px solid black;
  padding-top: 3%;
}
/*animate video icon*/
@media only screen and (max-width: 600px){
  .intro-banner-vdo-play-btn{
    margin-left: 
  }
}
.blueBg {
    background-color: #1B13F6!important;
    background-image: #5B9AFA;
}
.intro-banner-vdo-play-btn{
    height:60px;
    width:60px;
    position:absolute;
    top:110px;
    left:50%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
.fa-play-circle{
   font-size:22px;
  color:#FDFDFD;
}
.wat{
  margin-top: -80%;
}
@media screen and (max-width: 600px){
  .wat{
  text-align: center;
  margin-top: 50px;
}
}
.close{
  position:absolute;
  right:-150px;
  top:-30px;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.mt{
  margin-top: 200px;
}
/*animate video icon end*/

/*animate video icon end*/
/*form end */

/*about section start*/
form{
  margin-left:12px;
  margin-right:12px;
}

.card-header{
  margin-top: 3px;
  font-size: 17px;
  cursor: pointer;
  color: #474A4F;
  background:#DCDEFC;
  font-weight: bold;
}
/*PLUS minus */
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right;
    color: #1276EA; 
    font-weight: bold;
}
.accordion .card-header.collapsed:after {
    content: "\f067";
}
.ul{
  margin-left: 30px;
}
/*about gitlab section end */

/*project and certification start*/
.img1{
  height: 10vw;
  width: 63vw;
}
.img2{
  height: 20vw;
  width: 32vw;
}
/*project and certification end*/

/*participants feedback end*/

/*slider start */
.img{
  height: 224px;
  width: 365px;
}

.fa-check{
  color: green;
  font-size: 2vw;
}
.fa-times{
  color: red;
  font-size: 2vw;
}
/*footer start */
.footer-section {
  background: #252D31;
  position: relative;
}
.footer-cta {
  border-bottom: 2px solid #fff;
}
.single-cta i {
  color: #10A0DF;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #10A0DF;
}
.t3{
  color:#fff;
}
.twitter-bg{
  background: #10A0DF;
}
.google-bg{
  background: #10A0DF;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #10A0DF;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #fff;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #fff;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #10A0DF;
    padding: 13px 20px;
    border: 1px solid #fff;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
@media screen and (max-width: 600px){
.copyright-area{
  padding-bottom: 40px;
}}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.foot1{
  padding-left:22%;
}
@media screen and (max-width: 600px){
.foot1{
  padding-left:0%;
}}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.img7{
height: 3vw;
width: 6vw;

}
/*fixed footer*/
.fixed1{
  background-color: #030303;
  position: bottom;
     position: fixed;
   left: 0;
   bottom: 0;
  width: 100%;
  height: 40px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 600px){
.fixed1{
display: none;
}
}
/*footer section end*/
hr.new1 {
  border-top: 1px solid #fff;
  margin-right: 100px;
}
hr.new2{
  border-top: 1px solid #A4A5AD ;
}
hr.new3{
  border-top: 3px solid red;
  width: 4vw;
  margin:-1px;
}
.col{
  height: 110px;
  /*width: 150px;*/
}
.t5{
  color: #fff;
}
@media screen and (max-width: 600px){
.fixed1{
display: none;
}
}
.foot1{
  padding-left:22%;
}
@media screen and (max-width: 600px){
.foot1{
  padding-left:0%;
}}
/*slider start*/
.img3{
  height: 7vw;
  width: 14vw;
}
.card-img-top{
  background: linear-gradient(to right, #00c6ff, #0072ff);
  height: 100px;
  width: 100%;
  padding: 5%;
  color: #fff;
}
/*Go to Top Button*/
.gotopbtn{
  position:fixed;
  width:50px;
  height: 50px;
  background:#27ae60;
  bottom: 40px;
  right: 3px;
  text-decoration: none;
  text-align:center;
  line-height: 50px;
  font-size:20px;
  border-radius:50px;
  box-shadow: 0 0 10px rgba(10,10,10,0.35);
}
.gotopbtn .fa-arrow-up{
  color:#fff;
}
/*image gallery*/
#gallery {
   padding-top: 40px;
}
 @media screen and (min-width: 991px) {
   #gallery {
     padding: 60px 30px 0 30px;
  }
}
 .img-wrapper {
   position: relative;
   margin-top: 15px;
}
 .img-wrapper img {
   width: 100%;
}
 .img-overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
}
 .img-overlay i {
   color: #fff;
   font-size: 3em;
}
 #overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 999;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
 #overlay img {
   margin: 0;
   width: 80%;
   height: auto;
   object-fit: contain;
   padding: 5%;
}
 @media screen and (min-width: 768px) {
   #overlay img {
     width: 60%;
  }
}
 @media screen and (min-width: 1200px) {
   #overlay img {
     width: 50%;
  }
}
 #nextButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #nextButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #nextButton {
     font-size: 3em;
  }
}
 #prevButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #prevButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #prevButton {
     font-size: 3em;
  }
}
 #exitButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
   position: absolute;
   top: 15px;
   right: 15px;
}
 #exitButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #exitButton {
     font-size: 3em;
  }
}
/*master in devops engineering */
.cardA{
  width: 340px;
  height: 290px;
  background-color: ;
  
  border-radius: 2%;
  text-align: center;
 }
 .dev{
  padding: 2%;
  border-radius: 2%;
  margin-top: 2%;
 }
/*agenda-inner-header*/
.card-header2{
  font-size: 14px;
  cursor: pointer;
  padding: 5px;
  margin:3px;
  color: ;
  background:#CCCCCF;
}
/*PLUS minus */
.accordion .card-header2:after {
    font-family: 'FontAwesome';  
    content: "\f106";
    float: right;
    color: blue;
    font-weight: bold; 
}
.accordion .card-header2.collapsed:after {
    content: "\f107";
}
/*about gitlab section end */
/*index page class*/

.selfcard {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 308px;
  border-bottom: 4px solid red;
  word-wrap: break-word;
  background-clip: border-box;
  box-shadow: 0 2px 4px rgb(101, 155, 246);
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
.selfcard:hover{
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 20px rgba(38, 38, 38, 0.2);
    top:0.9s;
    border: 1px solid #cccccc;
    background-color: white;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    text-align: left;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}
.c-t{
  color: black;
  margin-left: 30px;
}
.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
} 