.page-title-section h1:before {
	    vertical-align: middle;
    display: flex;
	justify-content: center;
	align-items: center;
	width: 106px;
    height: 80px;
    content: "";
    background-size: contain;
	background-repeat: no-repeat;
	margin-top:18px;
	margin-bottom:18px;
	margin-left: 10px;
	margin-right: 10px
}
body > div.page-title-section > div{
	padding: 0 !important;
}
.page-title-section h1 {
	
/* 	padding-left: 50%; */
  /*white-space: nowrap;*/
	display: flex;
	justify-content:start;
	align-items: center;
	text-align: center;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	font-size:15px;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th a{
	font-weight: 100 !important;
}
ul.dropdown-menu > li > a {
	font-size: 14px;
	  clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

#wrap{
	padding: 0;
}

.navbar-header.index3 {
	padding: 0;
}
.dropdown-menu > li > a{
	font-size:12px
}

.page-breadcrumb{
	display:none;
}
body > div.footer-section > div > div > div:nth-child(4) > div > iframe{
	border-radius:100%;
}
/* Maybe have chachable id */
#metaslider-id-336, 
#metaslider_336{
	height:500px;
	overflow:hidden;
}
#metaslider_336 > ol{
	bottom:5px
}
.wp-block-table{
	font-size:15px
}
.blog-lg-area-left{
	width: 80%;
    float: none;
    margin: 0 auto;
}
/* Mobile */
@media only screen and (max-width: 768px) {
	.page-title-section h1{
		font-size:16px;
	}
	.page-title-section h1:before{
		width: 44px;
    height: 33px;
		margin-left: 0px;
	}
	#bs-example-navbar-collapse-1{
	    padding-top: 40px;	
	}
	body > nav > div{
		position:relative;
	}
	body > nav > div > button{
		position: absolute !important;
		right: 10px;
		top: -10px;
	}
	ul.dropdown-menu li a{
		font-size:11px;
		overflow:hidden;
	}
	#metaslider-id-336, #metaslider_336{
		height:auto;
	}
	#wrap > div > div > div.col-md-12 > div > figure:nth-child(3) > table > tbody > tr:nth-child(1),#wrap > div > div > div.col-md-12 > div > figure:nth-child(3) > table > tbody > tr:nth-child(3),#wrap > div > div > div.col-md-12 > div > figure:nth-child(3) > table > tbody > tr:nth-child(5),#wrap > div > div > div.col-md-12 > div > figure:nth-child(8) > table > tbody > tr:nth-child(1), #wrap > div > div > div.col-md-12 > div > div:nth-child(9), #wrap > div > div > div.col-md-12 > div > figure > table > tbody > tr:nth-child(1){
		display:none;
	}
	.page-id-204 tbody > tr > td, .page-id-669  tbody > tr > td{
		   display: block !important;
    clear: both;
	}
	tbody > tr > td{
		word-wrap: break-word;
	}
}

/* Lvk code */

/*-----MAIN PAGE-----*/


.main-content-element{
	display:block;
	margin-top: 15px;
	
}
    @media screen and (min-width: 1200px) {
			.main-content-list{
	display: flex;
	flex-wrap:wrap;
}
	.main-content-element{
   flex-basis: calc((100% - 30px) / 2);
    }
}
.main-content-link{
	
	display: flex;
	height:100%;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	padding: 15px;
	align-items: center;
	border-radius: 20px;
	cursor: pointer;
	 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.2);
}

.main-content-link:hover,
.main-content-link:focus{
  /*   box-shadow: 10px 10px 25px rgba(15, 2, 6, 0.4);*/
  box-shadow: 0px 3px 3px rgba(169, 127, 4, 0.43), 6px 6px 6px rgba(169, 127, 4, 0.43),
    6px 9px 9px rgba(0, 0, 0, 0.16);
 transform: scale(1.05);
}

.main-content-link-img{
	display: block;
	margin-right:15px;
	width:75px;
	box-sizing: border-box;
	object-fit:contain;
}

.main-content-image{
	display:block;
	width:150px;
	height:150px;
	
}

.main-content-link-title{
	display:block;
	width:80%;
font-family: "tahoma";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.12;
	text-align: center;
	color: #864d04;
}

@media screen and (min-width: 768px) {
	.main-content-link-title{
	font-size: 20px;
	}
}

.blog-lg-area-left ul a{
	text-decoration:none;
}

/*-----INSTITUTES SECTION-----*/


.institutes {
  display: block;
	width: 100%;
	padding-right:10px;
	padding-left:10px;
  min-height: 300px;

  
}

	@media only screen and (min-width: 768px){
.inst-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
  }
}

.institutes-list-element {
		display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
	background-color: #fff;
	border-radius:20px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.12), 6px 6px 6px rgba(0, 0, 0, 0.06),
    6px 9px 9px rgba(0, 0, 0, 0.16);
}

    @media screen and (min-width: 768px) {
			.institutes-list-element{
      flex-basis: calc((100% - 15px) / 2);
      margin-left: 5px;
      margin-right: 0;
    }
}
    @media screen and (min-width: 1200px) {
			.institutes-list-element{
      flex-basis: calc((100% - 25px) / 4);
    }
}

.institutes-card-container{
	display: block;
	width:100%;
	height:auto;
	padding: 10px;
	box-sizing:border-box;
	
}

.institutes-logo-container{
	position: relative;
	display: flex;
	justify-content:center;
	align-items: center;
	width:100%;
	height:150px;
	
	margin-right:15px;
	box-sizing: border-box;
	object-fit:contain;
	overflow:hidden;
	border-radius:10px;
}

.institutes-logo-image{
	display:block;
	width: 99%;
	height: 99%;
	object-fit: contain;
}

.institutes-logo-text{
	position:relative;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align:center;
	position:absolute;
	top:100%;
	width:100%;
	height:150px;
	font-family: "tahoma";
  font-weight: 700;
  font-size: 14px;
  line-height: 1.12;
	color: #E37C16;
	background-color: rgba(0, 0, 0, 0.8);
	opacity:0;
	left:0;
	transition: transform 500ms, opacity 100ms;
	border-radius:10px;
}

.detail{
	display: block;
	position:absolute;
	font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
	top: 75%;
	right:0;
	background-color: red;
	color: #fff;
	padding:0 3px 3px 3px;
}

.institutes-card-container:hover .institutes-logo-text,
.institutes-card-container:focus .institutes-logo-text{
	opacity:1;
	transform: translatey(-100%);
}

.institutes-logo-frame{
	display:block;
	width:100%;
	height:auto;
	margin-top:15px;
	
}
/*-------------------*/

/*-------------------*/

/*----motivation letter----*/
.image-addition{
	margin-left:10px;
}

.image-addition:hover,
.image-addition:focus{
	transform: scale(1.02);
}

/*-------------------*/


.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	display: block;
}

.dropdown-menu{
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.dropdown-menu>li>a{ 
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.col-md-6{
	width: 100%;
}

.page-title-section{
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 1;
	height:auto;
}

.list {
  list-style-type: none;
}

link, 
.blog-lg-area-left h2 a{
  text-decoration: none;
}

.blog-lg-area-left h2 a{
	color: #864d04;
}

.blog-lg-area-left h2 a:focus,
.blog-lg-area-left h2 a:hover{
	color: blue;
}

.section-ubgd {
  display: block;
	width: 100%;
	padding-right:10px;
	padding-left:10px;
  min-height: 300px;
  /*background-color: #fff;*/
  
}

	@media only screen and (min-width: 768px){
.cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
  }
}

.opp-card {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 12%), 6px 6px 6px rgb(0 0 0 / 6%), 6px 9px 9px rgb(0 0 0 / 16%);
    border-radius: 15px 15px 15px 15px;
    opacity: 85%;
}

    @media screen and (min-width: 768px) {
			.opp-card{
      flex-basis: calc((100% - 90px) / 3);
      margin-left: 30px;
      margin-right: 0;
    }
}
    @media screen and (min-width: 1200px) {
			.opp-card{
      flex-basis: calc((100% - 120px) / 4);
    }
}


.opp-card-container {
	display: inline-block;
  width: 100%;
  height: 100%;
	box-sizing: border-box;
}

.opp-card-link {
  text-decoration: none;
	height: 100%;
  color: black;
}

.opp-card-container:hover,
.opp-card-container:focus {
  /*   box-shadow: 10px 10px 25px rgba(15, 2, 6, 0.4);*/
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.12), 6px 6px 6px rgba(0, 0, 0, 0.06),
    6px 9px 9px rgba(0, 0, 0, 0.16);
  transform: scale(1.05);
  background-color: antiquewhite;
  border-radius: 15px 15px 15px 15px;
}

.card-logo {
  display: flex;
  width: 100%;
  height: 65%;
  justify-content: center;
}

.card-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.carg-title {
  display: flex;
	justify-content: center;
  font-family: "tahoma";
 
  font-weight: 600;
  font-size: 16px;
  line-height: 1.12;
  width: 100%;
  height: 30%;
  padding: 0px;
  text-align: center;
	color: rgb(38 56 53);
}

.footer-section{
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 50px;
	padding-bottom: 300px;
}

.footer-widget-column ul li a {
	font-weight: 600;
	color: black;
}
