.logo-style{
    
	margin-top: -0.5%;
	margin-left: 0%;
}

.logo-style-techno{
    
	margin-top: -12.5%;
	margin-left: 89%;
}
.logo-style-team{
	margin-top: -10.5%;
	margin-left: 100%;
}
.counter_form
{
	position: absolute;
	top: -4%;
	right: 10px;
	width: 402px;
	height:85%;
	background: #FFFFFF;
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.counter_form_index
{
	position: absolute;
	top: 16%;
	right: 10px;
	width: 402px;
	height: 67%;
	background: #FFFFFF;
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.counter_form1
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 360px;
	height: 81%;
	background: #FFFFFF;
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.counter_form_content
{
	display: block;
	position: relative;
	width: 100%;
	height: 88%;
}
.counter_form_title
{
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 700;
	color: #384158;
	text-transform: uppercase;
	line-height: 0.75;
	margin-bottom: 41px;
}
.counter_input
{
	width: 100%;
	height: 46px;
	border: solid 1px #e5e5e5;
	border-radius: 3px;
	padding-left: 20px;
	outline: none;
	color: #384158;
	font-size: 14px;
}
.counter_input:not(:last-child)
{
	margin-bottom: 10px;
}
.counter_text_input
{
	height: 90px;
	padding-top: 10px;
}
.counter_options
{
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/down.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.counter_input::-webkit-input-placeholder,
.counter_text_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input:-moz-placeholder,
.counter_text_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input::-moz-placeholder,
.counter_text_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
} 
.counter_input:-ms-input-placeholder,
.counter_text_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input::input-placeholder,
.counter_text_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_form_button
{
	width: 100%;
	height: 46px;
	color: white ;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: rgb(71, 63, 190);;;
	cursor: pointer;
	margin-top: 30px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.counter_form_button:hover
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
}
.apply-head {
	
    margin-left: -11px;
    margin-right: -11px;
    background-color: #f5f55d !important;
}
.menusub{ 
	font-weight: 0px; font-size: 13px;
	font-style: italic;
   }
   .menusubmob{ 
	font-weight: 0px; font-size: 9px;
	font-style: italic;
   }
/* GLOBAL STYLES*/

body {
  margin:0px;
  border:0px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
  }
  .iframe1 {
	  width: 100%;
	  height: 685px;
	  overflow: hidden;
  z-index: -1;
  
	
  }​
  /* Flip around the padding for proper display in narrow viewports */
  .navbar-wrapper .container {
	padding-left: 0;
	padding-right: 0;
  }
  .navbar-wrapper .navbar {
	padding-left: 15px;
	padding-right: 15px;
  }
  
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class *
  .carousel {
	min-height: 500px;
	margin-bottom: 150px;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
	z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel .item {
	min-height: 500px;
	background-color: #777;
  }
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Pad the edges of the mobile views a bit */
  .marketing {
	padding-left: 15px;
	padding-right: 15px;
  }
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
	text-align: center;
	margin-bottom: 20px;
  }
  .marketing h2 {
	font-weight: normal;
  }
  .marketing .col-lg-4 p {
	margin-left: 10px;
	margin-right: 10px;
  }
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
  }
  
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 768px) {
  
	/* Remove the edge padding needed for mobile */
	.marketing {
	  padding-left: 0;
	  padding-right: 0;
	}
  
	/* Navbar positioning foo */
	.navbar-wrapper {
	  margin-top: 20px;
	}
	.navbar-wrapper .container {
	  padding-left:  15px;
	  padding-right: 15px;
	}
	.navbar-wrapper .navbar {
	  padding-left:  0;
	  padding-right: 0;
	}
  
	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
	  border-radius: 4px;
	}
  
	/* Bump up size of carousel content */
	.carousel-caption p {
	  margin-bottom: 5px;
	  font-size: 19px;
	  line-height: 1.4;
	}
  
	.featurette-heading {
	  font-size: 50px;
	}
  
  }
  @media (min-width: 320px) { .col-md-12 { width: 100%;}
				  
  }
  @media only screen and (min-width: 321px) and (max-width: 480px){
  
	   .carousel-inner{width:100%;height:280px; !important }
	   .slider{ width:100%; height:280px; !important}
	  .carousel-caption {	width:60%;height:400px; bottom:30px; !important }
	  .carousel-indicators { bottom:10px;}
		  .carousel { min-height: 335px; !important }
	  .products{ margin-top:-100%;}
	  .product_header{ color:#3c763d; text-align:center; margin-top:-48%;}
	  .product_img{ width:100%;height:175px; !important }
	  .product1_img{ width:100%;height:330px; !important }
	  .abt_image{ width:100%; height:170px; !important}	
	  .blog_img{  width:100%;	height:160px; !important }
	  .blog_header{ color:#3c763d; margin-top:-15%; margin-left:8%; }
	  #kigyan { padding-top: 0%; }
	  #about { padding-top: 0%; }
	  #services { padding-top: 20%;  padding-bottom:15%;}
	  #products { padding-top:0%; }
	  #blog { padding-top: 0%; }
	  .kts_icon{ float:left; margin-top:2%; width:150px; height:50px;}
	  .startup_head{color:#fff; margin-left:5%; font-size:1.5em}
	  .startup_head1{color:#fff; margin-left:25%;  font-size:1.5em}
	  .startup_head2{color:#fff; margin-left:39%; font-size:1.2em}
	  .products{ margin-top:-85%;}
	  .blogs{ margin-top:-35%;padding-bottom: 10%;}
  }
  
  @media (min-width: 992px) {
	.featurette-heading {
	  margin-top: 120px;
	}
  }
  
  @media only screen and (min-width: 481px) and (max-width: 768px){
   .carousel-inner{width:100%;height:450px; !important }
   .carousel-indicators { bottom: 35px;}
   .carousel-caption{ bottom:60px;}
  .product_img{ width:100%;height:300px; !important}
  .product_header{ color:#3c763d; text-align:center; margin-top:-100%;}		
  .abt_image{ width:100%;	height:200px; margin-top:-15% !important }	
  #kigyan{ padding-top:12%;}	
  #about { padding-top:0%; }
  #services { padding-top:12%; }	
  #products { padding-top:0%; padding-bottom:12%; }
  #startup{ padding-top:12%; }
  #blog { padding-top:0%; }	
  .col-xs-6 { width: 50%;}
  .shadow_img{ width:200px; height:200px;}
  .shadow_header{color:#000;margin-top:-15%; margin-bottom:6%; margin-left:35%;}	
  .col-lg-4 { width: 50%;}
  .startup_head4{color:#fff; margin-left:0%;}
  .products{ margin-top:-30%;}
  .blogs{ margin-top:-20%;}
  }
  
  @media only screen and (min-width: 769px) and (max-width: 1024px){
  .carousel-indicators { bottom: 40px;}
  .product_img{ width:100%; height:250px; !important }
  .product_header{ color:#3c763d; text-align:center; margin-top:-18%;}	
  .shadow_header{color:#000;margin-top:-6%; margin-bottom:2%; margin-left:50%;}
  .abt_image{ width:100%;	height:200px; margin-top:-15% !important }	
  #about { padding-top:0%; }
  .col-lg-4 {width: 33.33333333%;}
  .carousel-inner { width: 100%; height: 524px;}
  .blogs{ margin-top:-12%;}
  .products{ margin-top:-20%;}
  }
  @media only screen  and (min-width: 1365px){
  .carousel-caption { bottom:350px; !important }
  }

  li {
	list-style-type: none;
	position: relative;
	padding: 5px;
  }
  
  
.curriculamTab{
	background: rgb(71, 63, 190);;;
	color: white;
	height: 40px;
    
    font-size: 20px;
   
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 10px;
    padding-left: 21px;
    padding-right: 20px;
}
.curriculamTabPanel{
	
    width: 100%;
    height: 100%;
  
    border: solid 1px #ebebeb;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 25px;
}
.div_panel_bullets
{
	margin-top: 9px;
}
.div_panel_bullets li
{
	position: relative;
	padding-left: 27px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #76777a;
}
.div_panel_bullets li:not(:last-child)
{
	margin-bottom: 2px;
}
.div_panel_bullets li::before
{
	display: block;
	position: absolute;
	top: 13px;
	left: 1px;
	width: 7px;
	height: 7px;
	background: white;
	content: '';
	border-radius: 50%;
}


.div_panel_subBullets
{
	margin-top: 9px;
}
.div_panel_subBullets li
{
	position: relative;
	padding-left: 27px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #76777a;
}
.div_panel_subBullets li:not(:last-child)
{
	margin-bottom: 2px;
}
.div_panel_subBullets li::before
{
	display: block;
	position: absolute;
	top: 9px;
	left: 1px;
	width: 7px;
	height: 7px;
	background: #76777a;
	content: '';
	border-radius: 50%;
}

.navbar-default .header-top-line {
    border-bottom: 1px solid #d6d6d6;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background-color: #d6d6d6;
}
.glyphicon-home:before {
    content: "\e021";
}
.formHeading{
	color:white;
	background-color: rgb(71, 63, 190);
	border-radius: 10px;
}
.formHeadingAdmission{
	color:black;
	background-color: #f5f55d ;
	padding: 9px 55px 9px 55px;
	font-size:18px
}
.formHeadingAdmission-mbl {
    color: black;
    background-color: #f5f55d;
    padding: 9px 55px 9px 55px;
    font-size: 15px;
}
.topbar_span {
    /* font-size: 13px; */
    color: #000;
    font-weight: 400;
    line-height: 10px;
    margin: 0 0 15px;
    margin: 0;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    padding: 8px 0;
}
@media screen and (max-width: 600px) {
	.cFeatures {
		border-radius: 10px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		background: rgb(71, 63, 190);
		color: white;
		padding: 3%;
		margin-top:28%;
	}
	.course_info_item1 {
		width: 99.333333%;
		padding-left: 30px;
	}
	.counter_form_mbl
{
	position: relative;
	margin-top: 25%;
    /* top: -7%; */
    /* right: 10px; */
    /* right: 10px; */
    width: 100%;
	height: 158%;
	margin-left: 3%;
    background: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.counter_form_mbl_institution {
    position: relative;
    margin-top: 15%;
    padding-top: 6%;
    /* top: -7%; */
    /* right: 10px; */
    /* right: 10px; */
    width: 100%;
    height: 158%;
    margin-left: 3%;
    background: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.counter_form_mbl_mba {
    position: relative;
    margin-top: 52%;
    /* top: -7%; */
    /* right: 10px; */
    /* right: 10px; */
    width: 100%;
    height: 158%;
    margin-left: 3%;
    background: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.course_mbl {
    width: 100%;
    padding-top: 0%;
	margin-top: 41%;
    padding-bottom: 5%;
    background: #FFFFFF;
}
.sidebar_feature_mbl
{
	margin-top: 11px;
}
.team_row_mbl{
	margin-left:0px;
}
}

.courseReview {
    width: 100%;
    padding-top: 0%;
    margin-top: -4%;
    padding-bottom: 5%;
    background: #FFFFFF;
}
.dropdown {
	float: left;
	overflow: hidden;
  }
  
  .dropdown .dropbtn {
	font-size: 16px;  
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font: inherit;
	margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
	background-color: red;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	left: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  .dropdown-content .header {
	background: red;
	padding: 16px;
	color: black;
  }
  
  .dropdown:hover .dropdown-content {
	display: block;
  }
  
  /* Create three equal columns that floats next to each other */
  .column {
	float: left;
	width: 33.33%;
	padding: 10px;
	background-color: #ccc;
	height: 250px;
  }
  
  .column a {
	float: none;
	color: black;
	padding: 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }
  
  .column a:hover {
	background-color: #ddd;
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }

  .Style Attribute {
  opacity: 1 ;
    text-align: center;
}

.navbar-brand>img {
	padding-top: 11px;
	width: 130px;
	margin-left: 60px;
  }
  .navbar-brand {
	  height: auto;
	  margin: 0;
	  padding: 0;
	  margin-right: 20px;
  }
  .navbar-default{
  color: #384158;
  background-color: #f8f8f8;
  border-color: #000000;
  }
  .navbar-default .navbar-nav > li > a{
	  color:rgb(10, 3, 3);
  }
  .navbar-default .navbar-nav > .dropdown > a .caret{
	  border-top-color: #fff;
	  border-bottom-color: #fff;
  }
  .navbar-default .navbar-brand{
	  color:rgb(63, 27, 27);
  }
  .menu-large {
	position: static !important;
  }
  .megamenu{
	padding: 20px 0px;
	width:100%;
  }
  .megamenu> li > ul {
	padding: 0;
	margin: 0;
  }
  .megamenu> li > ul > li {
	list-style: none;
  }
  .megamenu> li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
  }
  .megamenu> li ul > li > a:hover,
  .megamenu> li ul > li > a:focus {
	text-decoration: none;
	color: rgb(71, 63, 190);
	
  }
  .megamenu.disabled > a,
  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
	color: #999999;
  }
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #00A7E8;
  }
  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
  }
li.dropdown-header {
	color: rgb(71, 63, 190);
	font-size: 18px;
  }
  @media (max-width: 768px) {
	.megamenu{
	  margin-left: 0 ;
	  margin-right: 0 ;
	}
	.megamenu> li {
	  margin-bottom: 30px;
	}
	.megamenu> li:last-child {
	  margin-bottom: 0;
	}
	.megamenu.dropdown-header {
	  padding: 3px 15px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header{
	  color:#fff;
	}
	.logo_text-mbl
{
	font-family: 'Roboto Slab', serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 0.75;
	color: #384158;
	vertical-align: middle;
	margin-left: 4px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

  }
  .allCourses{
	  background:rgb(71, 63, 190);
	  color:#fff;
	  border-radius: 5%;
	 

  }
  @media (max-width:629px) {
	.optionalstuff {
	  display: none;
	}
	.teamImages{
		padding:0% 19% 19% 19%;
	}
	.teamImages2{
		padding:5% 19% 19% 19%;
	}
  }
  @media (min-width:629px) {
	.optionalstuff-mbl {
	  display: none;
	}
	.footer-desktop{
		margin-top: 12%;
	}
  }
  span[aria-label]:after {
	opacity:0;
	content: attr(aria-label);
	padding: 4px 8px;
	position: absolute;
	left: 0;
	top: 100%;
	white-space: nowrap;
	z-index: 20;
	background:rgb(71, 63, 190);
	transition: opacity 0.5s;
	pointer-events:none;
	margin-top: -18%;
	font-size:20px;
	color:white;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
	font-family: 'Roboto Slab', serif;

  }
  
  span[aria-label]:hover:after {
	opacity:1;
	transition-delay:0.5s;
  }
  .spanTitle {
	
	cursor: pointer;
	
  }
  .registerAndPay
{
	width: 100%;
	height: 46px;
	color: black ;
	font-size: 14px;
	border-radius: 3%;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: #f5f55d;;
	cursor: pointer;
	margin-top: 30px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

	.counter_title_details {
		font-family: 'Roboto Slab', serif;
		color: greenyellow;
		font-weight: 400;
		margin-top: -7%;
		margin-bottom: 4%;
		margin-left: 8%;
		font-size:  1.2vw;
		line-height: 1.7;
	}
	.offer{
		color: darkblue;
    font-size: 1.5vw;
    text-align: center;
    margin: 0px 0px -9%;
    padding-top: 4px;
	}
	.offerDate{
		color: darkgreen;
		font-size: 1vw;
		text-align: center;
		margin: 0px 0px 0px;
	}
	.offer-mbl {
		color: darkblue;
		font-size: 15px;
		text-align: center;
		margin: 0px 0px -9%;
		padding-top: 4px;
	}
	.offerDate-mbl {
		color: darkgreen;
		font-size: 15px;
		text-align: center;
		margin: 0px 0px 0px;
	}
	.logo-style-techno-mbl {
		margin-top: -18.5%;
    /* margin-left: 100%; */
}
		/* margin-left: 100%; */
	
	.courseFeature{
		border-radius:10px; 
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
		background: rgb(71, 63, 190);
		color: white; padding: 3%;
		margin-top: 0%;
	}
	
	.courseCurriculam li
{
	position: relative;
	padding-left: 27px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
	color: #384158;
}
.courseCurriculam li::before{   display: block;
    position: absolute;
	top: 16%;
    left: 1%;
    width: 7px;
    height: 7px;
    /* background: #76777a; */
    content: "\25BA \0020";
    border-radius: 50%;
	font-size: 14px;
}
.counter-background-mbl{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.team
{
	width: 100%;
	padding-top: 93px;
	padding-bottom: 60px;
}
.team_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.team_row
{
    margin-top: 0px;
}
.team_col
{
	margin-bottom: 40px;
}
.team_item
{
	width: 100%;
}
.team_image
{
	width: 150px;
    height: 150px;
    border-radius: 75px;
  
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -86px;
    z-index: 5;
}
.team_image img
{
	max-width: 100%;
}
.team_body
{
	width: 100%;
	padding-top: 108px;
	padding-bottom: 24px;
	background: #FFFFFF;
	border-radius: 6px;
	height: 180px;
	box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.team_item:hover .team_body
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.team_title a
{
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 700;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.team_title a:hover
{
	color: rgb(71, 63, 190);
}
.team_subtitle
{
	font-size: 12px;
	font-weight: 400;
	color: #76777a;
	margin-top: 6px;
}
.social_list
{
	margin-top: 16px;
}
.social_list ul li
{
	display: inline-block;
}
.social_list ul li:not(:last-child)
{
	margin-right: 10px;
}
.social_list ul li a i
{
	font-size: 18px;
	color: #76777a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list ul li:hover a i
{
	color: rgb(71, 63, 190);
}
.team_col .team_item
{
	padding-left: 6px;
	padding-right: 6px;
}
.team_col:first-child .team_item
{
	padding-left: 0;
	padding-right: 6px;
}
.team_col:nth-child(4n) .team_item
{
	padding-left: 6px;
	padding-right: 0;
}
.counter_form-index {
	position: absolute;
    top: 4%;
    right: 166px;
    width: 402px;
	height: 46%;
    background: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}

.counter
{
	width: 100%;
	background: #FFFFFF;
	z-index: 2;
}
.counter_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.counter_content
{
	padding-top: 119px;
    padding-bottom: 125px;
    padding-left: 10%;
  
}
.counter_title
{
	font-family: 'Roboto Slab', serif;
	color: #FFFFFF;
	font-weight: 700;
}
.counter_text
{
	margin-top: 19px;
}
.counter_text p
{
	color: #FFFFFF;
}
.milestones
{
	margin-top: 39px;
}
.milestone
{
	text-align: center;
}
.milestone:not(:last-child)::after
{
	display: block;
	position: absolute;
	top: 0;
	right: -45px;
	width: 1px;
	height: 70px;
	background: rgba(255,255,255,0.2);
	content: '';
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);

}
.milestone_counter
{
	font-size: 42px;
	font-weight: 700;
	line-height: 0.75;
	color: rgb(71, 63, 190);
}
.milestone_text
{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 14px;
}

.counter_form_content
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.counter_form_title
{
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 700;
	color: #384158;
	text-transform: uppercase;
	line-height: 0.75;
	margin-bottom: 41px;
}
.counter_input
{
	width: 100%;
	height: 46px;
	border: solid 1px #e5e5e5;
	border-radius: 3px;
	padding-left: 20px;
	outline: none;
	color: #384158;
	font-size: 14px;
}
.counter_input:not(:last-child)
{
	margin-bottom: 10px;
}
.counter_text_input
{
	height: 90px;
	padding-top: 10px;
}
.counter_options
{
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/down.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.counter_input::-webkit-input-placeholder,
.counter_text_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input:-moz-placeholder,
.counter_text_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input::-moz-placeholder,
.counter_text_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
} 
.counter_input:-ms-input-placeholder,
.counter_text_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input::input-placeholder,
.counter_text_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_form_button
{
	width: 100%;
	height: 46px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: rgb(71, 63, 190);
	cursor: pointer;
	margin-top: 30px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.counter_form_button:hover
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
}
.counter_title_index{
	
	
    margin-top: -37%;
	margin-bottom: 32%;
	font-size: 1.1vw;
    /* text-align: center; */
    color: white;
    margin-left: 5%;
    font-family: 'georgia'

  }
  .counter_title_index_i{margin-top: -44%;
    margin-bottom: 32%;
    font-size: 21px;
    /* text-align: center; */
    color: white;
    margin-left: 4%;
    font-family: 'georgia';}
  

  .counter_title_index_heading{

    font-weight: 400;
  

	font-size: 2.1vw;
	color: white;
	font-family: 'georgia';

	

  }
  .alignpro_i {
	margin-left: 1.5%;
	margin-top: 2%;
	word-spacing: 5px;
	line-height: 1.5;
}
  .counter_title_index_heading_pro{

    font-weight: 400;
  

	font-size: 2.1vw;
    color: white;
    text-align: center;
	line-height: 1.5;
    font-family: 'georgia';
	word-spacing: 4px;
	

  }
  .counter_title_index_heading_AI{

    font-weight: 400;
  

	font-size: 2.5vw;
    color: white;
    text-align: center;
	line-height: 1.5;
    font-family: 'georgia';
	word-spacing: 4px;
	

  }
  .counter_title_index_heading_learn{

    font-weight: 400;
  

	font-size: 1.75vw;
    color: white;
    text-align: center;
	line-height: 1.5;
    font-family: 'georgia';
    word-spacing: 10px;

	

  }
  .c_letter_i{
	

	font-size: 3.2vw;
   
  }
  .alignpro{
	margin-left: 5.5%;
  }
  .counter_title_index_heading-kigyan{
	font-weight: 600;
  
	color: rgb(95, 255, 95);
	font-family: 'SCRIPTBL';
	font-weight: bold; 

	font-size:  4vw;
  }
  .counter_letter{
	font-size: 1.4vw;
}
  }
  .counter_letter_i{
	font-size: 2.1vw;
  }

  .counter_description {
	font-family: 'Roboto Slab', serif;
    color: rgb(59, 28, 28);
    margin-top: -23%;
    margin-bottom: 8%;
    /* margin-left: 4%; */
    font-size: 1.75vw;
    text-align: center;
    padding: 3%;
    line-height: 1.5;
}
.counter_form-index-mbl {
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.course_body-index {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 23px;
}
.formDes{
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	
	line-height: 1.85;
	font-weight: 400;
	color: #76777a;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.counter_content_index {
    padding-top: 9%;
    padding-bottom: 5%;
    margin-top: 0%;
}
.review{
	padding-top: 20px;
}
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 100%;
	perspective: 1000px;
  }
  
  .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
  }
  
  .flip-card-front {
	background-color: #bbb;
	color: black;
  }
  
  .flip-card-back {
	background-color: #2980b9;
	color: white;
	transform: rotateY(180deg);
  }
  .course_link1{
	
	font-weight: 400;
    font-size: 1.6vw;
    color: white;
    font-family: 'georgia';
    margin-left: 26%;
	text-align: center;
	font-size: 1.4vw;
	line-height: 1.5;
  }
  .course_link2{
	
	font-weight: 400;
    font-size: 1.6vw;
    color: white;
    font-family: 'georgia';
	margin-left: -5%;
	text-align: center;
	font-size: 1.4vw;
	line-height: 1.5;
  }
  .course_link3{
	
	font-weight: 400;
    font-size: 1.6vw;
    color: white;
    font-family: 'georgia';
    margin-left: -45%;
	text-align: center;
	font-size: 1.4vw;
	line-height: 1.5;
  }
  .course_link4{
	
	font-weight: 400;
    font-size: 1.6vw;
    color: white;
    font-family: 'georgia';
	margin-left: 43%;
    margin-top: 14%;
	text-align: center;
	font-size: 1.4vw;
	line-height: 1.5;
  }
  .course_link5{
	
	font-weight: 400;
    font-size: 1.6vw;
    color: white;
    font-family: 'georgia';
	margin-left: -5%;
	margin-top: 11%;
	text-align: center;
	font-size: 1.4vw;
	line-height: 1.5;
  }
  .course_link6{
	
	font-weight: 400;
    font-size: 1.6vw;
    color: white;
    font-family: 'georgia';
	margin-left: -30%;
    margin-top: 12%;
	text-align: center;
	font-size: 1.4vw;
	line-height: 1.5;
  }
  .course_link7{
	
	font-weight: 400;
    font-size: 1.6vw;
    color: white;
    font-family: 'georgia';
  
	text-align: center;
	font-size: 1.4vw;
	line-height: 1.5;
  }
  .course_link8{
	
	font-weight: 400;
    font-size: 1.6vw;
    color: white;
    font-family: 'georgia';

	text-align: center;
	font-size: 1.4vw;
  }
  .more_details{
	font-size: 1.6vw;
	color: white;
    margin-top: -3%;
    margin-left: 78%;
  }
  .course_link_m{
	font-weight: 400;
    font-size: 1.6vw;
    color: white;
    font-family: 'georgia';
    /* margin-left: 26%; */
    text-align: center;
    font-size: 5.4vw;
	margin-top: -28%;
	margin-left: 23%;
  }
  .course_link_ms{
	font-weight: 400;
    font-size: 1.6vw;
    color: white;
    font-family: 'georgia';
    /* margin-left: 26%; */
    text-align: center;
    font-size: 5.4vw;
	margin-top: -28%;

  }
 .counter_text_index {
	margin-top: -45%;
    margin-bottom: 6%;
	margin-left: 5%;
	padding: 1%;
  }
  .counter_text_p{
	color:white;
	font-family: 'georgia';
	line-height: 1.4;
	font-size: 1vw;
  }
   .counter_text_h2{
	font-size: 1.7vw;
	color:white;
	font-family: 'georgia';
	line-height: 1.4;
  }
  .counter_text_h3{
	font-size: 1.4vw;
	color:white;
	font-family: 'georgia';
  }
  .counter_form_index_mbl{
    position: relative;
    margin-top: -97%;
    /* top: -7%; */
    /* right: 10px; */
    /* right: 10px; */
 
    margin-left: 8%;
    width: 84%;
    height: 325px;
    margin-left: 10%;
    background: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.our_courses{
	font-family: 'georgia';
	text-shadow: 2px 2px 8px #000;
	text-align:center;

    padding-top: 24%;
}
.our_Team{
	font-family: 'georgia';
	text-shadow: 2px 2px 8px #000;
	text-align:center;
	font-size:45px
}

.companies{
	
	margin-top: -43%;
    margin-bottom: 40%;
	text-align: center;
	font-size: 2.4vw;
	color:white;
	font-family: 'georgia';
}
.more_details-mbl {
    font-size: 4.6vw;
    color: white;
    margin-top: -20%;
    margin-left: 25%;
}
.row{
	display:block
}
.pInstitution {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 1.75;
}
