body{
  /*font-family: 'Bodoni Moda', serif!important;*/
  font-family: 'Fanwood'!important;
  background-color:#EDEDEA!important;
}



h1,h2,h3,h4,h5,h6{
    color:#505050!important;
    font-family: 'Fanwood'!important;
}

.nav_font li a{
  text-transform: none!important;
  font-size:18px!important; 
}

.navbar_ul a{
  font-size: 14px;
}
.all_h4{
     color: #000;
    margin-top: 45px;
    font-size: 35px!important;
    line-height: 35px;
    text-align: center;
}

.top_bar a{
  color:#fff!important;
  text-decoration: none!important;
}

.top_bar_color{
  color:#F45806!important;
}

.top_bar{
  background-color: #3077AB;
  height: auto;
}

.top_header_image{
  height: 20px;
  width: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.top_header_btn{
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    width: 70%;
    background-image: linear-gradient(to bottom right, red, yellow);
}

.top_header_fa{
  color: #fff!important;
  margin-top: 12px;
  font-size: 20px;
}

.bg_image{
  height: auto;
  padding-bottom: 175px;
}

.bg_color{
  background-color: #2D3F77;
  height: auto;
  padding-bottom: 25px;
}

.card_image{
  width: 85%;
  height: 115px;
  border-radius: 50%;
  margin-top: 15px;
  border:3px solid #F45806;
}

.bg_color .card{
  background-color: #fff;
  border: 8px solid #fff;
  border-top-color:#F45806;
}

.right_talent{
  background-color: #3077AB;
  height: auto;
  padding: 0px;
  /*padding-top: 13px;
  padding-bottom: 15px;*/
}

.right_talent h4{
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.top_header_btn2{
     background-color: #2D3F77!important;
     color: #fff;
     margin-top: 10px;
     padding: 10px 20px 10px 35px!important;
     font-size: 15px!important;
}

.top_header_btn3{
     background-color: #2D3F77!important;
     color: #fff;
     margin-top: 25px!important;
     padding: 10px 20px 10px 25px!important;
     font-size: 16px!important;
}

.vision_mission_div{
    height: auto;
    padding-bottom: 25px;
    background-color: #fff;
}



/* Float three columns side by side */
.column {
  float: left;
  width: 100%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 700px) {
  
 .container{
  width: 100%;
}
  
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border-radius:10px;
  cursor:pointer;
  margin-top: 25px;
}
.card .profile{
   border-radius:10px;
   transition: 0.2s;
   height: 275px;
   width: 100%;
}
.card:hover .profile{
  transform:scale(1.4);
  border-top-right-radius:50px;
  border-top-left-radius:50px;
}

.card .content{
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
}
.card .content .back{
  position:absolute;
  width:100%;
  height:100%;
  /*background-color: #f1f1f1e6;*/
  background-color: rgb(72, 98, 176 ,0.9);
  transition:1s;
  z-index:1;
  padding:10px;
}

.from-bottom{
  top:70%;
  left:0;
}
.card:hover .content .from-bottom {
   top:0%;
}

.card .content .back h3{
  font-size:25px;
  margin-top: 15px;
  text-weight: bold;
  color: #fff;
}


.read_more_btn{
   border-radius: px;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    background-image: linear-gradient(to bottom right, red, yellow);
}

.satisfied_client{
    background-color: #EBE9E8;
    height: auto;
}

.satisfied_client1{
    background-color: #EBE9E8;
    height: 375px;
    padding-bottom: 25px;
    padding: 0px;
}

.satisfied_client p{
    color: #4E4E4E ;
    text-align: center;
}

.our_services{
    height: auto;
    padding-bottom: 15px;
}

.our_services h4{
    font-size:29px;
}

.feature_job{
    height: auto;
    background-color: #fff;
    padding-bottom: 25px;
}


.feature_job p{
    color: #4E4E4E;
    text-align: center;
}

.card_blue{
    width: 100%;
    height: auto;
    background-color: rgb(72, 98, 176 ,0.9);
}

.card_white{
    width: 100%;
    height: auto;
    background-color: #fff;
}

.feature_card_icon{
   font-size: 45px;
   color: #fff;
   margin-top: 25px;
}

.feature_card_icon_white{
   font-size: 45px;
   color: #FD5D09;
   margin-top: 25px;
}

.job_by_city{
  background-color: #fff;
  height: auto;
  padding-bottom: 25px;
}


.job_by_city p{
    color: #4E4E4E;
    text-align: center;
}

.current_jobs{
    background-color: #EBE9E8;
    height: auto;
    padding-bottom: 25px;
}


.current_jobs p{
    color: #4E4E4E;
    text-align: center;
}

.current_job_search{
    height: 100px;
    background-color: #2D3F77;
}




.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #F6A654;
  border-right: none;
  padding: 5px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 175px;
  height: 40px;
  border: 1px solid #F6A654;
  background-image: linear-gradient(to bottom right, red, yellow);
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.job_container{
    border: 1px solid #C5C4C3 ;
    background-color: #fff;
    margin-top: 25px;
}

.support_help{
    height: auto;
    padding-bottom: 25px;
    background-attachment: fixed;
}

.card_support_help{
    background-color: transparent;
   border: 2px solid #000!important;
   border-style: dashed!important;
}

.card_support_help h5{
  font-size: 19px!important;
}

.support_help_icon{
    font-size: 45px;
   color: #000;
   margin-top: 25px;
}

.form_header{
    background-color: #3077AB;
}

.form_body{
    background-color: #fff;
}

.form_body input , textarea{
    height: 45px;
    border: 1px solid #E4E3E2;
    margin-top: 15px;
}

.support_help form{
    margin-top: 70px;
}

.support_help h4{
    font-size: 28px;
}

.client_partnership{
    background-color: #EBE9E8;
    height: auto;
    padding-bottom: 25px;
}

.client_partnership h4{
    color: #F45806;
    margin-top: 45px;
    font-size: 28px;
    line-height: 35px;
}

.client_partnership img{
  height: 55px;
  width: 95%;
}

.our_track{
    background-color: #fff;
    height: auto;
    padding-bottom: 25px;
}

.our_track h4{
    font-size: 30px;
}

.card_our_track{
    height: 235px;
    background-color: transparent;
   border: 2px solid #000!important;
   border-radius: 50%;
}

.our_track_icon{
    font-size: 45px;
   color: #fff;
   margin-top: 45px;
}

.happy_client{
    height: auto;
    padding-bottom: 25px;
}

.happy_client img{
    width: 100%;
    height: 450px;
    margin-top: 35px;
}


.extend_knowledge{
    background-color: #EBE9E8;
    height: auto;
    padding-bottom: 25px;
}
.our_location{
    background-color: #fff;
    height: auto;
    padding-bottom: 25px;
}


.know_more_btn{
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    background-image: linear-gradient(to bottom right, red, yellow);
}



.myprogress {
min-width: 100%;
margin: 0px auto;
text-align: center;
}
.myprogress .circle,
.myprogress .bar {
display: inline-block;
background: #fff;
width: 100px; 
height: 100px;
border-radius: 80px;
border: 1px solid #d5d5da;
}
.myprogress .bar {
position: relative;
width: 80px;
height: 2px;
top: -5px;
border: 0px solid #d5d5da;
background:#000;
}
.myprogress .circle .label {
display: inline-block;
width: 40px;
height: 40px;
line-height: 30px;
border-radius: 40px;
font-size: 24px;
}
.myprogress .circle .title {
color: #b5b5ba;
font-size: 24px;
line-height: 100px;
}

.bg_color .card:hover img{
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}



/*------------- Form ---------------*/

.nb-form {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    right: 20px;
    bottom: -367px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.nb-form:hover {
    bottom: 0px;
}

/*-- User Icon --*/

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
    background: #03a9f4;
    font-size: 16px !important;
    padding: 20px 18px !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
}

/*-- Text --*/

.nb-form p {
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
}

.nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #999;
    border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #ccb0b0;
}

.nb-form ::-moz-placeholder{
    color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
    color: #ccb0b0;
}

.nb-form :-moz-placeholder {
    color: #ccb0b0;
}

.nb-form input[type='submit'] {
    background: #03a9f4;
}

@media screen and (max-width: 676px) {
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 15px;
    }
    .nb-form{
        right: 50%;
        bottom: -320px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*prio-soft floating contact form*/

.form-parent {
  width:323px;height:auto;
  background: transparent url('../../3.bp.blogspot.com/-gvfHlb6JnY4/VPnwlkELmhI/AAAAAAAAKDU/9lgOeCd279E/s1600/contact-button.png') no-repeat right 10px;position:fixed;top:150px;left: -275px;z-index:9999999;transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.form-parent:hover {left:0;}
.cc-float-form {background:-moz-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);background:-webkit-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);background:-o-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);    background:-ms-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);    background:linear-gradient(to bottom, #2b2a2b 5%, #0a0a0a 100%);color:#fafafa;padding:10px;    width:250px;border:2px solid #000;    border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
#ContactForm1 {display:none;}
.contact-form-area {background: #222;width: 225px;padding: 10px 0px;border: 1px solid #111;box-shadow: 2px 2px 2px #111 inset;    -webkit-box-shadow: 2px 2px 2px #111 inset;font-family:Verdana, Geneva, sans-serif;color:#fafafa;font-size: 12px;}
#cc {float:right;font-size:9px;margin-top:-10px;color:#777;}#cc a {    color: #777;text-decoration:none;}


.card_h6{
   font-weight: bold;
   font-size: 18px;
   line-height: 26px;
}




/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 22px;
  top: 12px;
  
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  margin-top: 5px;
  float: right;
  padding: 0px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 25px;
}




/* Dropdown Button */
/*.dropbtn {
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 16px;
  margin-top: -10px;
  border: none;
}*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none!important;
  display: block;
}



/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}




.text-block {
  position: absolute;
  top:25%;
  left: 10%;
  /*background-image: linear-gradient(to bottom, rgb(245, 244, 243 ,0.5) 0%,rgb(245, 244, 243 , 0.5) 100%);*/
  color: #000;
  /*font-weight: bold!important;
  padding-left: 75px;
  padding-right: 75px;*/
}

.text-block h1{
    font-size: 55px;
    margin-top: 15px;
    color:red;
}




/*.search {
    background-color: #fff;
    padding: 4px;
    border-radius: 5px
}

.search-1 {
    position: relative;
    width: 100%
}

.search-1 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 34px;
    padding-right: 10px;
    border-right: 2px solid #eee
}

.search-1 input:focus {
    border-color: none;
    box-shadow: none;
    outline: none
}

.search-1 i {
    position: absolute;
    top: 12px;
    left: 5px;
    font-size: 24px;
    color: #eee
}

::placeholder {
    color: #eee;
    opacity: 1
}

.search-2 {
    position: relative;
    width: 100%
}

.search-2 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 18px;
    padding-right: 100px
}

.search-2 input:focus {
    border-color: none;
    box-shadow: none;
    outline: none
}

.search-2 i {
    position: absolute;
    top: 12px;
    left: -10px;
    font-size: 24px;
    color: #eee
}

.search-2 button {
    position: absolute;
    right: 1px;
    top: 0px;
    border: none;
    height: 45px;
    background-color: red;
    color: #fff;
    width: 90px;
    border-radius: 4px
}*/

 #search-box{position:relative;margin-top:-15px;
  padding:5px;border-radius:4px}
  #search-form{height:40px;background-color:#fff;overflow:hidden}
  #search-text{font-size:14px;color:#ddd;border-width:0;background:transparent;line-height:15px}
  #search-box input[type="text"]{width:90%;padding:10px 0 5px 1em;color:#333;outline:none}
  #search-button{position:absolute;top:5px;right:5px;height:40px;
    width:100px;color:#fff;text-align:center;border-width:0;background-color:#05b2c4;
    cursor:pointer;text-transform:uppercase;border-radius:3px;outline:0}
    #search-button:hover{background:#333}  





    /************************Mahendra Institute*************************/

.our_academy{
  background-attachment: fixed;
  height: auto;
  padding-bottom: 25px;
}

.all_btn{
  margin-top: 25px;
  font-size: 16px!important;
}


/*.flip-front{
    background-color: #3077AB!important;
    border:3px solid red;
}*/

.faculty_div{
  padding-bottom: 25px;
  background-attachment: fixed;
}
.employee {
  width:100%;
  background-color:black;
  margin:10px auto;
  display:block;
  overflow:hidden;
  height:300px;
  border-radius:10px;
  -webkit-box-shadow: 0px 0px 31px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 31px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 31px -19px rgba(0,0,0,0.75);
}
.employee:hover > .employee-image {
  margin-top:0px;
}
.employee-image {
  background-color:#fff;
  height:220px;
  width:100%;
  transition:0.5s;
}
.employee-image img {
  height:100%;
  width: 100%;
}
.employee-name {
  color:#fff;
  font-weight:bold;
  padding:5px;
  background-color: #3077AB!important;
}
.employee-name h1 {
  font-size:18px;
  font-weight: bold;
  margin-top: 15px;
}
.employee-name span {
  font-size:20px;
  color:yellow;
  padding:0px;
}
.employee-social-link ul li {
  position:relative;
  bottom:-120px;
}
.employee-social-link ul{
  text-align:center;
  list-style:none;
}
.employee-social-link ul li {
  display:inline-block;
  margin:7px;
  background-color:#000;
  padding:10px;
  border-radius:50%;
  line-height:0.1;
  margin-left:-5px;
}
.employee-social-link i {
  font-size:15px;
  color:#fff;
  animation-name:rotate-icon;
}

.employee-social-link ul li:nth-child(1) {
  transition:1.0s;
}
.employee-social-link ul li:nth-child(2) {
  transition:1.3s;
}
.employee-social-link ul li:nth-child(3) {
  transition:1.6s;
}
.employee-social-link ul li:nth-child(4) {
  transition:1.9s;
}
.employee-social-link ul li:nth-child(5) {
  transition:2.2s;
}
.employee:hover > .employee-details .employee-social-link ul li{
  bottom:200px;
}


.certificate_div{
  background-color:#fff;
  padding-bottom: 25px;
}

.certificate_border:hover{
  border:3px solid #3077AB;
}

.certificate_border:hover .certificate_image{
  transform: scale(1.1);
  transition: 0.5s;
}


.approach_div{
  height: auto;
  padding-bottom: 25px;
  background-color: #EBE9E8;
}

.placement_img{
  height: 150px!important;
}

.facility_img{
  width:100%;
  height:200px;
}

.card_blue:hover{
  background-color: #FA2609;
  transition: 0.9s;
}

.card_white:hover{
  background-color: #FEE807;
  transition: 0.9s;
}

.card_blue:hover .facility_img{
    transform: scaleX(-1);
}

.card_white:hover .facility_img{
    transform: scaleX(-1);
}

.all_card:hover .facility_img{
    transform: scaleX(-1);
}

.all_card:hover .facility_img{
    transform: scaleX(-1);
}

.course_img{
  margin-left: -80%!important;
}

.about_us{
  height: auto;
  padding-bottom: 25px;
  background-attachment: fixed;
}

.all_p{
  color:#000;
  font-size: 18px;
  text-align: justify;
}

.news_event{
  background-color: #fff;
  padding-bottom: 25px;
}




.card_certificate {
  width: 330px;
  height: 250px;
  margin: 50px auto;
  filter: drop-shadow(-2px 4px 5px rgba(20, 118, 163, 0.233));
  cursor: pointer;
  transition: .5s;
}
.card_certificate:hover {
  transform: scale(1.1);
  filter: drop-shadow(-2px 4px 8px rgba(20, 118, 163, 0.233));
}
.card_content{
  width: inherit;
  height: inherit;
  position: relative;
  background-color: rgb(252, 244, 244);
  border-radius: 220px 0;
  z-index: 2;   
}
.card_layout{
  width: inherit;
  height: inherit;
  background-color: darkblue;
  position: absolute;
  top: 0;
  border-radius: 48% 0px;
  z-index: 1;
}
.card_icon {
  width: 100%;
  text-align: center;
}
.card_content ion-icon {
  font-size: 5em;
  margin-top: 25px;
  color: #00f;
}
.card_content .card_title {
  color: #00f;
  font-family: monospace ,sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin-top: 25px;
}
.card_content .card_body {
  max-width: 73%;
  height: 125px;
  margin: 27px auto 11px;
  text-align: center;
  overflow: hidden;
  font-family: sans-serif;
  line-height: 1.4;
}
.card_content .card_body span {
  color: rgba(0, 0, 255, 0.534);
  font-weight: bold;
}



.popup-link{
  display:flex;
  flex-wrap:wrap;
}

.popup-link a{
    background: #020B9B;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    font-size:17px;
    cursor:pointer;
    margin:20px;
    text-decoration:none!important;
    text-align: center;
    width: 100%!important;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.popup-content p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content a.close{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}

.popup-content a.close:hover{
  color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-container h3{
  margin:10px;
}
.popup-style-4{
  transform: rotate(180deg);
}

.popup-style-4:target{
  transform: rotate(0deg);
}

.popup-link a:hover{
    background-color: #ffc000;
    color:#000;
    transition: 0.5s;
}

.media_div:hover{
    padding: 10px!important;
    background-color: #ffc000!important;
    transition: 0.6s;
}

.hover_mouse:hover{
  cursor: pointer;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
 width: 100%;
 height: 350px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.9;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}




/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
  background: #18a367;
   border-radius: 15px;
}

figure.effect-layla img {
  height: 390px;
  width:100%;
}

figure.effect-layla figcaption {
  padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}


/*@media screen and (max-width: 25em) {
  .codrops-header {
    font-size: 75%;
  }
  .codrops-icon span {
    display: none;
  }
}*/

.card_image1 img{
    width:100%;
    height:250px;
}

.feedback_section{
    margin-top: 25px;
}
.feedback_section button{
    font-size: 18px;
    width: 100%;
    margin-top: 25px;
    background-color: #002147!important;
    border:1px solid #002147!important;
}
.feedback_container{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 25px;
}
.feedback_container label{
    color:#000;
    font-size: 17px;
    margin-top: 15px;
}
.feedback_container input{
    margin-top: 10px;
    border:1px solid #ccc;
}
.feedback_container textarea{
    margin-top: 10px;
    border:1px solid #ccc;
    height: 75px;
}
.feedback_btn{
    background-color: #002147!important;
    border:1px solid #002147!important;
    font-size: 16px!important;
    width: 100%;
    margin-top: 25px!important;
}
.feedback_container h3{
    font-size: 28px;
    text-align: center;
    text-transform: none;
    margin-bottom: 0px!important;
    margin-top: 15px;
    color:#000!important;
    font-weight: bold;
}

    /************************Mahendra Institute*************************/