@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Merienda+One');
body
{
	font-family: 'Poppins', sans-serif;
	margin:auto;
	font-size:14px;
	//overflow-y: hidden;
}
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
}
h2
{
	font-family: 'Oswald', sans-serif;
    color: #333333;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
	text-transform:uppercase;
	padding-bottom:20px;
}
h3
{
	font-family: 'Oswald', sans-serif;
}
.navbar-default {
    border:none;
	border-radius:initial;
	padding-bottom:0;	
	margin:0 auto;
	background:#fff;
	font-size:14px;
	padding:20px 15px;
}
.navbar-nav>li {
	//border-right:1px solid #fff;
}
.navbar-nav>li>a {
    padding-top:15px;
    padding-bottom:15px;
	padding-left:22px;
	padding-right:22px;
}
.navbar-default .navbar-nav>li>a {
    color: #1b163b;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
{
	color:#eb1d50;
	background:none;
}
.dropdown-menu
{
	background:-webkit-linear-gradient(top, #fff 0%,#f8f8f8 100%);
	min-width:auto;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
  background:none;
  color:#1b163b;
}  
.dropdown-menu>li>a {
   color:#eb1d50;
}
.breadcrumb {
    padding: 12px 15px;

}
#bread
{
	padding-top:20px;	
	padding-bottom:0px;
}
.home-bg
{
	background-image: url(images/banner-3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:17vw 6vw;
	padding-bottom:6vw;
	z-index:1;
}
.carousel-caption h2
{
    font-family: 'Merienda One', cursive;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.3;
    letter-spacing: 0px;
	text-transform:unset;
}
.carousel-caption {
   bottom: 15%;
}

#sliderdesk
{
	display:block;
}
#slidermob
{
	display:none;
}
/*
.home-bg h3
{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
}
*/
.btn-default
{
    color: #ffffff;
    background-color: #eb1d50;
    border-color: #eb1d50;
	font-size: 14px;
    padding: 12px 47px;
	line-height: 22px;
    border: 2px solid #eb1d50;
    border-radius: 30px;
    letter-spacing: 1.2px;
}
#content-top
{
	margin-top:-130px;
}
.btn-default:hover
{
    color: #eb1d50;
    background-color:#fff;
	border: 2px solid #eb1d50;
}
.why-div
{
	background:#2c2461;
	color:#fff; 
	padding:60px 10px;
}
.why-div h3
{
    color: #ffffff;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0px;
	text-transform:uppercase;
}
.why-div p
{
	color:#a4a1b5;
}
.why-div .fa
{
	color:#ff3366;
	font-size:40px;
	font-weight:normal;
}
.main-div
{
	padding:60px 20px;
}
.main-div h3
{
	color: #1b163b;
    text-decoration: none;
}

#item-1 h2
{
	color:#fff;
}
.home-about
{
	background-image: url(images/about-bg1.jpg);
	//background:#e7e7e5;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
	padding:15vw 6vw;
	padding-bottom:6vw;
}
.home-about h3
{
    color: #333333;
	font-weight:400;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
	text-transform:uppercase;
}
.home-about p
{
	color: #828282;
    line-height: 1.6;
}
.method-div
{
	background-image: url(images/method-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
	padding:3vw 6vw;
	padding-bottom:6vw;
	color:#fff;
}
.method-div h3
{
    color: #fff;
    font-size:40px;
    line-height: 1.2;
    letter-spacing:2px;
}
.method-div .fa
{
	color:#fff;
	font-size:40px;
	font-weight:normal;
}
.method-div p
{
	font-size:17px;
}
#vision
{
	font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color:#eb1d50;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
}
#vision1
{
    font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #828282;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0px;
}

.content-bg
{
    background-image: url(images/content-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	padding:15vw 6vw;
	padding-bottom:11vw;
}
.content-bg p
{
	color:#fff;
	font-size:22px;
	font-weight: 800;
	text-align:center;
}
#infra
{
	padding-bottom:3%;
}
.pdps
{
	border: solid 5px #868f98;
	margin: 0 0 0 10px;
	width:100%;
}

.thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: 200px
}
	
#join .col-sm-6  ol { counter-reset: item; }
  
#join .col-sm-6  ol li { display: block; }
  
#join .col-sm-6  ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color:#eb1d50;
}
#join .col-sm-6 li
{
	font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
	color: #828282;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0px;
}
#join .col-sm-6 img
{
	padding:initial;

}
.form-control
{
    padding:23px 16px;   
    border-radius:18px;
}
.fa-angle-right
{
	color:#eb1d50;
	margin-left:-15px;
}
#btn1:hover
{
    color: #ffffff;
    background-color: #eb1d50;
    border: 2px solid #eb1d50;
}
#btn1
{
    color: #eb1d50;
    background-color:#fff;
	border: 2px solid #eb1d50;
	padding: 12px 30px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  
    border-top:none;
}
#footer
{
    background:#1a1a1a;
    margin-top: 20px;
    padding:60px 5px;
    padding-bottom:50px;
	color:#fff;
}
#footer hr
{
	border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #eb1d50;
	width:40px;
	float:left;
	margin-top:5px;
}
#footer h4
{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
	text-transform:uppercase;
}
#footer a:before {
    display: inline-block;
    top: 50%;
    left: 0;
	z-index: 0;
    font: 14px/1 FontAwesome;
    color: #eb1d50;
    content: "\f105";
}
#footer ul
{
	margin-left:-13%;
}
#footer a
{
    display: block;
    color: #fff;
    padding:0px 0 8px 0px;
}
#footer a:hover
{
    color:#eb1d50;
	text-decoration:none;
}
#footer-bottom
{
    text-align: center;
    padding:2px 15px;
    padding-top:10px ;
    background: #323232;
    color: #fff;
	padding-bottom:0;
}
#footer-bottom p a
{
    color:#eb1d50;
    font-size: 13px;
}
#footer-bottom p a:hover
{
    color: #fff;
    text-decoration: none;
}
#social-links
{
	margin-left:-13%;
}
#social-links li
{
	display: inline-block;
    margin-right: 7px;
    font-size: 14px;
    border: 1px solid #fff;
	color:#fff;
    padding: 10px 12px;
}
#social-links a
{
	padding:0px;
	//content:none;
	//color: #000;
}
#social-links  a:before {
    display: inline-block;
    top: 50%;
    left: 0;
    z-index: 0;
    font: 14px/1 FontAwesome;
    color: #eb1d50;
   // content: "\f105"; 
	content:none;
}


/*.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	border: 2px solid #aba0a3;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
.hovereffect:hover img {
    -ms-transform: scale(1.2);
   // -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect img {
    display: block;
    position: relative;
   // -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
#footer .fa-facebook {
    padding: 0px 4px;
}
*/

/*scroll-top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #ffffff;
    background: #2c2461;
    text-align: center;
    height: 48px;
    width: 48px;
	cursor:pointer;
	z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #ef4d75;
}
#return-to-top:hover i {
    color: #fff;
}
#reason1
{
display:none;	
}
#reason2
{
display:block;	
}
.fa-facebook
{
	padding: 2px 3px;
}
.iims-family img
{
	margin-top:14%;
}
/*image hover effect*/
.content {
  //width: 100%;
 // max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background:rgba(44, 36, 97, 0.78);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 35%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s ease-in-out 0s;
}

.content:hover .content-details{
  top: 35%;
  left: 50%;
  opacity: 0.5;
}

.content-details h3{
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.6s ease-in-out;
	transform: translate3d(0, 0, 0);
}


.content-details1 {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top:70%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s ease-in-out 0s;
}
.content:hover .content-details1{
  top: 70%;
  left: 50%;
  opacity: 1;
}
.fadeIn-top{
  top: 20%;
}
.fadeIn-bottom{
  top: 80%;
}
.fadeIn-bottom .fa{
	color:#fff;
	font-size:14px;
	margin:0px 5px;
	border:1px solid #fff;
	border-radius:50%;
	padding:13px;
}
.fadeIn-bottom .fa:hover{
	background:#fff;
	color:#eb1d50;
}