*{
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}
body{
	width:100%;
	height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
	-webkit-user-select: none;
	-webkit-touch-callout:none;
	-moz-user-select: none;
	user-select: none;
}
nav{
	padding: 0 50px;
	width: 100%;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-one{

	
	background-color: #364fa1;
	color: #0e0d0d;
	height: 40px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	
	align-items: center;
	padding: 2% 5%;
	width: 100%;
	color:rgb(240, 234, 234);
	transition:all 0.5s;
	
}
.left i{
	color: rgb(255, 230, 8);
}
.call i{
	color: rgb(255, 230, 8);

}
.email i{
	color: rgb(255, 230, 8);

}
.icon a{
	
	color:#fff;
	
	align-items: center;
	
}
.icon a:hover{
	color: rgb(255, 230, 8);
}
.layer a{
	color: rgb(248, 233, 25);
	font-family:'Times New Roman', Times, serif; 
	font-size: 1.5rem;
	
}
.layer a:hover{
	color: rgb(15, 15, 14);
	font-family:'Times New Roman', Times, serif; 
	font-size: 1.5rem;
	
}

	

.but-1{
	 background-color:#29717a;
	 border: none;
	 color: rgb(245, 242, 242);
	 padding: 16px 32px;
	 text-align: center;
	 font-size: 16px;
	 margin: 4px 2px;
	 transition: 0.3s;
	  }
.btn-1:hover {
		background-color: #3e8e41;
		color: white;
	  }

.left > div + div{
	margin-left: 40px;
	display: flex;
	
	align-items: center;
	
	

}



span{
	margin-left: 5px;

}
nav{
	display: flex;
	padding: 2% 2%;
	justify-content: space-between;
	align-items: center;
	background-color: #b9d9dd;
}
nav img{
	width: 150px;
}

.navbar-second{
	flex: 1;
	display: inline-block;
	position: sticky;
	top: 0;
	background-color: #FFF;
	height: 70px;


}
 li{
	list-style: none;
	
	
}
a{
	color: rgb(200, 217, 221);
	
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	margin-left: 30px;
	font-weight: 400;
}
.flex{
	list-style: none;
	
	
}
.navbar-second ul li a{
	color: rgb(14, 18, 19);
	text-decoration: none;
	font-size: 13px;
}

.navbar-second ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background:rgb(13, 160, 160);
	display: block;
	margin: auto;
	transition:0.5s;
}
.navbar-second ul li:hover::after{
	width: 100%;
}


.logo{
	text-transform: uppercase;
	font-size: 50px;
	cursor: pointer;
	color: #007bff;
}
li{
	list-style: none;
}

a{
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	margin-left: 20px;
	color: black;
	font-weight: 600;
	
}
.sub-menu-1{
	display: none;
}
.dropdown-menu  li a:hover {
	display: block;
	position: absolute;
	background: rgb(164, 184, 192);
	margin-top: 1px;
	margin-left: -1px;
}
.navbar-second ul li:hover .sub-menu-1 ul{
	display: block;
	margin: 10px;
}
.navbar-second ul li:hover .sub-menu-1 ul li{
	width: 150px;
	padding: 10px;
	border-bottom:1px dotted #fff;
	background: transparent;
	border-radius: 0;
	text-align: left;
}
.navbar-second ul li:hover .sub-menu-1 ul li:last-child{
	border-bottom: none;

}
.navbar-second ul li:hover .sub-menu-1 ul li a:hover{
	color: #fff;
}









.img-fluid{
	height: auto;
	width:100%;
	margin-top:  top 5px;
	

	background-position:center;
	background-size:cover;
	position: relative;
}

	

	


.btn {

}
.text-box{
	width:90%;
	color:#030303;
	position:relative;
	top: 20%;
	left:51%;
    transform: translate(-50%,-50%);
	text-align: center;
	
}
.text-box h1{
	font-size:50px;
		position: absolute;
		top: 10%;
		left: 50%;
		transform: translate(-5%, -1150%);
		color: #fff;

}
.text-box p{
	position: absolute;
		top: 100%;
		left: 55%;
		transform: translate(-15%, -500%);
		color: #fff;

}
.hero-btn{
	display: inline-block;
	text-decoration: none;
	color: #0f0e0e;
	border:1px solid rgb(36, 140, 158);
	padding: 15px 48px;
	font-size: 13px;
	background: #678aff;
	position: absolute;
	cursor: pointer;
	top: 250%;
	left: 62%;
	transform: translate(-15%, -400%);

}
.hero-btn:hover{
	border: 1px solid rgb(243, 186, 0);
	background:rgb(252, 200, 30) ;
	transition: 0.5s;
	
}
.hero-btn b{
	color: #fff;
}
.hero-btn b:hover{
	color: #050505;
}

nav.fa{
	display: none;
}
@media(max-width:700px){
	.text-box h1{
		font-size: 15px;

	}
	

	.nav-links ul li{
		display: block;
	}
	.nav-links{
		position: absolute;
		background:rgba(158,36,70,1.00);
		height: 100vh;
		width: 200px;
		top: 0;
		right: -200px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}
	nav.fa{
		display: block;
		color: #fff;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
	}
	.nav-links ul{
		padding: 30px;
	}
}

.width-100{
	font-family: roboto,sans-serif,Arial;
	background: #fff;
	width: 100%;
	float: left;
}
.container{
	width: 1500px;
	margin:0px auto;
}
.top-header{
	background:rgba(20, 20, 20, 0.986);
	padding: 5px 0px;
	border-bottom: 1px solid rgb(17, 17, 16) ;
}
.new-list{
	background: #eaf3f3;
	color: rgb(236, 29, 29);
	padding: 6px;
	font-size: 20px;
}
.headquote{
	font-size: 20px;
	color: rgb(236, 29, 29);
	width: 100%;
	border-radius: 1px;
	padding: 20px 0;
	background-color: black;
	animation: animate  5s linear infinite; 

}
@keyframes animate { 
	0% { 
		opacity: 0; 
	} 

	50% { 
		opacity: 0.9; 
	} 

	100% { 
		opacity: 0.7; 
	} 
} 




/*------------------course------------------*/

   .course{
	width:85%;
	margin:auto;
	text-align:center;
	padding-top: 100px;



    }

    h1{
	font-size: 36px;
	font-weight: 600;
	font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
	
	
    }

	.course p{
	color:#fff;
	font-size: 16px;
	font-weight: 300;
	line-height:22px;
	padding: 10px;
	}
	.course b{
		color: #0a0909;
		
	}
	

    .row{
	margin-top: 5;
	display:flex;
	justify-content: space-between;
	}
    .course-col{
	flex-basis: 31%;
	background:rgb(87, 149, 207);
	border-radius:70px;
	margin-bottom: 5%;
	padding: 20px 5px;
	box-sizing:border-box;
	transition: 0.5s;
	}
    h3{
	text-align:center;
	font-weight: 600;
	margin: 10px 0;
	color: rgb(255, 252, 46);
	font-family: 'Times New Roman', Times, serif;
	}

    .course-col:hover{
	box-shadow: 0 0 20px 0px rgba(2, 177, 221, 0.884);
	}
	
	@media(max-width:700px){
		.row{
			flex-direction: column;
		}
	}

	/*----------about prantik edu------*/

	.b{
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		min-height: 100vh;
		display: grid;
		place-items: center;
	}
	.rowb{
		width: 80%;
		max-width: 1170px;
		display: grid;
		grid-template-columns:repeat(2,1fr);
		grid-gap: 50px 30px;
	}
	.rowb .right{
		overflow: hidden;
	}
	.rowb .right img{
		width: 100%;
		height: 80%;
		object-fit: cover;
	}
	.rowb .left{
		display: flex;
		align-items: center;

	}
	.rowb .left .content1{
		padding-right: 20px;
	}
	.rowb .left .content1 p{
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 15px;

	}
	@media(max-width:991px){
		.row .right .content{
			padding-left: 0;
		}
	}
	@media (max-width:768){
		.row{
			width: 90%;
			grid-template-columns: 1fr;
		}
	}

	
	
	/*-------experience------------*/
	.container1 h3{
		color:#fff;
	}

	/*----------------------campus--------------------------*/

	.campus{
		width:80%;
		margin:auto;
		text-align: center;
		padding-top: 50px;
	}
	.campus h2{
		text-align: center;
		color: black;
	}
	.campus-col{
		flex-basis: 25%;
		border-radius: 10px;
		margin-bottom: 30px;
		position: relative;
		overflow:hidden;
	}
	.campus-col img{
		width:100%;
		display: block;
		padding: 5%;
	}
	.layer{
		background: transparent;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: 0.5s;
	}
	.layer:hover{
		background: rgb(87, 149, 207);
	}
	.layer h3{
		width: 100%;
		font-weight: 500;
		color: rgb(255, 252, 46);
		font-size: 26px;
		bottom: 0;
		left:50%;
		transform: translate(-50%);
		position: absolute;
		opacity:0;
		transition: 0.5s;
		font-family: 'Times New Roman', Times, serif;
		font-style: normal;
		
	}
	

	
	.layer:hover h3{
		bottom:49%;
		opacity:1;
	}
	/*------------facilities----------------*/
	.facilities h2{
		text-align: center;
	}
	
	
	.faci{
		
		background-color: rgb(106, 159, 209);
		overflow:hidden;
		}
		.carousel-item h5{
			color: #fff;
		}
		.carousel-item  p{
			color: #e7f3f5;
		}
		

		
	
	
	
	
	


	
    



	
	/*-----------trstimonials-------*/
	.feed{
		display: grid;
		height: 100%;
		place-items: center;
		background: #17a2b8;
	  }
	  ::selection{
		background: rgba(23,162,184,0.3);
	  }
	  .wrapper0{
		max-width: 1500px;
		margin: auto;
		padding: 0 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		height: 500px;
	  }
	  .wrapper0 .box9{
		background: #fff;
		width: calc(33% - 10px);
		padding: 25px;
		border-radius: 3px;
		box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
	  }
	  .wrapper0 .box9 i.quote{
		font-size: 20px;
		color: #17a2b8;
	  }
	  .wrapper0 .box9 .content0{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding-top: 10px;
	  }
	  .box9 .info0 .name{
		font-weight: 600;
		font-size: 17px;
	  }
	  .box9 .info0 .job{
		font-size: 16px;
		font-weight: 500;
		color: #17a2b8;
	  }
	  .box9 .info0 .stars{
		margin-top: 2px;
	  }
	  .box9 .info0 .stars i{
		color: #17a2b8;
	  }
	  .box9 .content0 .image0{
		height: 75px;
		width: 75px;
		padding: 3px;
		background: #17a2b8;
		border-radius: 50%;
	  }
	  .content0 .image0 img{
		height: 100%;
		width: 100%;
		object-fit: cover;
		border-radius: 50%;
		border: 2px solid #fff;
	  }
	  .box9:hover .content0 .image0 img{
		border-color: #fff;
	  }
	  
	  @media (max-width: 1045px) {
		.wrapper0 .box9{
		  width: calc(50% - 10px);
		  margin: 10px 0;
		}
	  }
	  @media (max-width: 702px) {
		.wrapper0 .box9{
		  width: 100%;
		}
	  }




.cta{
		margin: 50px auto;
		width: 100%;
		background-image:linear-gradient(rgba(206, 202, 202, 0.7),rgba(87, 54, 102, 0.7)),url(eduford_img/Untitled\ design\ \(2\).jpg);
		background-position: center;
		background-size: cover;
		border-radius:10px;
		text-align: center;
		padding: 50px 0;
		height: 90%;
	}
	.cta h1{
		color:#fff;
		margin-bottom: 40px;
		padding: 0;

	}
	.cta p{
		color: #fff;
		
	}
	.course-col{
		width: 350px;
		height: 450px;
		padding-left: 10%;
	}




	/*------------team-----------*/
.team h3{
	color: #0a0909;
}
.body2{
	display: flex;
	min-height: 100vh;
	align-items: center;
	justify-content: center;
	background-image:url(eduford_img/corporate-team-bckgrnd-1400x600.jpg);
	position: relative;
  }
  .body2::before{
	content: '';
	position: absolute;
	width: 100%;
	background: #678aff;
	clip-path: inset(47% 0 0 0);
	z-index: -1;
	height: 100%;
  }
  ::selection{
	background:#e4eaf0;
	color: #ffffff;
  }
  .container{
	max-width: 2000px;
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
  }
  .container .main-card{
	display: flex;
	justify-content: space-evenly;
	width: 200%;
	transition: 1s;
  }
  #two:checked ~ .main-card{
	margin-left: -100%;
  }
  .container .main-card .cards{
	width: calc(100% / 2 - 10px);
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px;
	justify-content: space-between;
  }
  .main-card .cards .card{
	width: calc(100% / 3 - 10px);
	background:#fff;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	transition: all 0.4s ease;
  }
  
  .main-card .cards .card:hover{
	transform: translateY(-15px);
  }
  .cards .card .content2{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
  }
  .cards .card .content2 .img{
	height: 130px;
	width: 130px;
	border-radius: 50%;
	padding: 3px;
	background: #678aff;
	margin-bottom: 16px;
  }
  .cards .card .content2 .img:hover{
	color: #ae67ff;
	background-color:#b9d9dd;
	border-color: #bb67ff;
  }

  .card .content2 .img img{
	height: 100%;
	width: 100%;
	border: 3px solid #ffff;
	border-radius: 50%;
	object-fit: cover;
  }
  .card .content2 .name{
	font-size: 20px;
	font-weight: 500;
  }
  .card .content2 .job{
	font-size: 20px;
	color: #356188;
  }
  .card .content2 .media-icons{
	margin-top: 10px;
	display: flex;
  
  }
  .media-icons a{
	text-align: center;
	line-height: 33px;
	height: 35px;
	width: 35px;
	margin: 0 4px;
	font-size: 14px;
	color: #FFF;
	border-radius: 50%;
	border: 2px solid transparent;
	background: #678aff;
	transition: all 0.3s ease;
  }
  .media-icons a:hover{
	color: #678aff;
	background-color: #fff;
	border-color: #fff;
  }
   .container .button1{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 20px;
  }
  .button1 label{
	height: 15px;
	width: 15px;
	border-radius: 20px;
	background: rgb(234, 237, 238);
	margin: 0 4px;
	cursor: pointer;
	transition: all 0.5s ease;
  }
  .button1 label .active{
	width: 35px;
  }
  #one:checked ~ .button1 .one{
	width: 35px;
  }
  #one:checked ~ .button1 .two{
	width: 15px;
  }
  #two:checked ~ .button1 .one{
	width: 15px;
  }
  #two:checked ~ .button1 .two{
	width: 35px;
  }
  input[type="radio"]{
	display: none;
  }
  @media (max-width: 768px) {
	.main-card .cards .card{
	  margin: 20px 0 10px 0;
	  width: calc(100% / 2 - 10px);
	}
  }
  @media (max-width: 600px) {
	.main-card .cards .card{
	  /* margin: 20px 0 10px 0; */
	  width: 100%;
	}
  }
  /*---------------faq-----------*/


  


/*---------footer------------*/



.container5{
	min-height: 20vh;
	width: 194vh;
	margin: auto;
}
.row5{
	display: flex;
	flex-wrap: wrap;

}
ul{
	
}
.footer{
	background-color: #00639c;
	padding: 20px 0px;
}


.footer-col{
	width: 25%;
	padding: 2 12px;
}

.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-weight: 500;
	position: relative;
	padding-left: 2%;
	padding-top: 5%;
}

.footer-col h4::before{
	content: '';
	position: absolute;
	left: 0;
	bottom:-10px;
	background-color:#e91e63 ;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
	padding-left: 2%;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
	padding-left: 2%;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #fbff18;
	text-decoration: none;
	font-weight: 300;
	color: #ffffff;
	display: block;
	transition: all 0.3s ease;
	line-height: 1.5;
	
}
.footer-col ul li a:hover{
	color: #fcd219;
	padding-left: 8px;
}
.footer-col .socialLinks a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffff;
	transition: all 0.5s ease;
}

.footer-col .socialLinks a:hover{
	color: #24262b;
	background-color: #ffff;
}

@media(max-width:767px){
	.footer-col{
		width: 50%;
		margin-bottom: 30px;
	}
}
@media(max-width:574){
	.footer-col{
		width: 100%;
	}
}
























/*--------end---------*/
	




/*--------------bangladesh-----------------*/






h1{
	text-align: center;
	color: #44848f;
}
h2{
	text-align: center;
	color: rgb(31, 68, 80);
	
}
.head{
	background-color: #FFF;
}

.head h4{
	color:rgb(238, 236, 215);
}
p{
	color: #0a0909;
	padding: 2px 90px;
}


.points h1{
	color: #45828a;
}
.points h3{
	color: #37565c;
}




/*------------about bangladesh-----*/

.img-fluid{
	height: auto;
	width:100%;
	margin-top:  top 5px;
	

	background-position:center;
	background-size:cover;
	position: relative;
}



	
.text-box1 h1{
	color: #FFF;
}
.text-box1{
	width:90%;
	color:#fff;
	position: absolute;
	top: 75%;
	left:51%;
    transform: translate(-50%,-50%);
	text-align: center;
}
.text-box1 h1{
	font-size: 62px;
	text-align: right;

}
.text-box1 p{
	margin: 10px 0 40px;
	font-size: 14px;
	color: #fff;
	padding-left: 48%;
}

.hero-btn1{
	display: inline-block;
	text-decoration: none;
	color: #0f0e0e;
	border:1px solid rgb(36, 140, 158);
	padding: 17px 52px;
	font-size: 13px;
	background: #1a502e;
	position: relative;
	cursor: pointer;
	left: 20%;
	
}
.hero-btn1:hover{
	border: 1px solid rgb(243, 186, 0);
	background:rgb(252, 200, 30) ;
	transition: 0.5s;
	
}
.hero-btn1 b{
	color: #fff;
}
.hero-btn1 b:hover{
	color: #050505;
}


.card .card-img1{
	background-attachment:scroll;

}
.card-img1-overlay1 h5{

	
	color: #0e0d0d;
	background-image:linear-gradient(rgba(243, 243, 243, 0.7),rgba(99, 172, 182, 0.7)),url(eduford_img/) ;
	margin-left: 100px;
	margin-right: 100px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	
	
	
}
.card-img1-overlay1 h6{
	color:rgb(8, 8, 8);
	background-color: #FFF;
}

/*----------criteria-----------*/

.criteria h2{
	text-align:left;
	color: rgb(89, 149, 228);
	background-color: #FFF;
	

}
.criteria h3{
	color: rgb(34, 94, 206);
}


/*--------images-------*/
.bg3{
	background-image: url(eduford_img/b.jpg);
}
.bg4{
	background-image: url(eduford_img/clg1.jpg);
}
.bg5{
	background-image: url(eduford_img/clg2.jpg);
}
.bg6{
	background-image: url(eduford_img/clg3.jpg);
}
.layer1{
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;

}
.layer1:hover{
	background: rgba(62, 71, 71, 0.6);
}
.layer1 h3{
	width: 100%;
	font-weight: 500;
	color: #fff;
	font-size: 24px;
	bottom: 0;
	left:50%;
	transform: translate(-50%);
	position: absolute;
	opacity:0;
	transition: 0.5s;
	font-family: 'Times New Roman', Times, serif;
	font-style: normal;
	
}



.layer1:hover h3{
	bottom:49%;
	opacity:1;
}

.table-active a{
	color: #0a0909;
}
.video iframe{
	align-items: center;
	padding-left: 30%;
	background-color: #9fcbfd;
	background-size: cover;
}


/*--------table---------*/


/*-------card-------*/
.colleges h1{
	padding-top: 5%;
}

.row2{
	display: flex;
	padding: 90px;
	padding-top: 5px;
	
}


.row3{
	display: flex;
	padding: 90px;
	padding-top: 1px;
	
}


.row4{
	display: flex;
	padding: 90px;
	padding-top: 1px;
	
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  padding: 20px 20px 20px 20px;

  
 
}

.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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #FFF;
  color: white;
  transform: rotateY(180deg);
}
.flip-card-back h1{
	color:rgb(21, 161, 255);
	font-family:'Times New Roman', Times, serif;
	font-size: 25px;
}
.flip-card-back .btn {
	align-items: center;
	color: #050505;

}

/*----------Director's wall----*/


.rowb .right .i{
	width: 100%;
	height: 60%;
	object-fit: cover;
	border-radius: 40%;
	

}




.header3{
	height: 98vh;
	width:100%;
	margin-top:  top 5px;
	background-image:url(eduford_img/ABOUT\ US\ \(7\).jpg);

	background-position:center;
	background-size:cover;
	position: relative;
	
}

.wall h1{
	font-family:Georgia, 'Times New Roman', Times, serif;
	padding-top: 5%;
	
}

.wall h4{
	text-align: center;
	padding-bottom: 5%;
}
.right .i{
	box-shadow: 0 0 70px 20px rgba(131, 174, 185, 0.884);
	
}
.vision h4{
	text-align: center;

}

.content1 a{
	text-decoration: none;
}

/*---------study mbbs in india-----------*/

.img-fluid{
	height: auto;
	width:100%;
	margin-top:  top 5px;
	

	background-position:center;
	background-size:cover;
	position: relative;
}
.india b{
	color: rgb(11, 12, 12);
}

.india h1{
	padding-top: 5%;
	padding-bottom: 2%;
}

.india h4{
	text-align: center;
	font-size: 20px;
	color: #244177;

}
.overview h1{
	padding-bottom: 2%;
	padding-top: 2%;

}
.table-row1{
	display: table;
	width: 100%;
	margin:10px auto;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	padding: 20px 60px;
	color:#0a0909;
	font-size: 18px;
	padding-right: 20%;
	
}
.table-cell1{
	display:table-cell;
	width: 20%;
	text-align: center;
	padding: 5px 120px;
	table-layout: auto;
}	
	
.table-cell1, tr, td {
	border: 1px solid rgb(5, 5, 5);
}
  tr, td {
	background-color: #FFF;
  }
  .table-cell1 tr {
	border-bottom: 1px solid #0f0f0f;
  }
  .table-cell1 tr td:hover {
	background-color: #8fa9dd;
}
	


/*-------mbbs in abroad----------*/


.abroad h1{
	padding-top: 5%;
	padding-bottom: 2%;
}

	
h5{
	text-align:left;
	padding-left: 7%;
}

.accordion-button{
     color: #080c0f;
	 padding-left: 5%;
	
}
#flush-headingTwo{
	padding-left: 20%;
	padding-right: 20%;

}

#flush-headingThree{

	padding-left: 20%;
	padding-right: 20%;

}

#flush-headingOne{
	padding-left: 20%;
	padding-right: 20%;
}
.accordion-collapse{
	padding-left: 20%;
	color:#0d0d0e;
	background-color: #789de7;
	padding-right: 20%;
}
.accordion-body{
	padding-left: 20%;
	padding-right: 20%;

}
.accordion-item{
	padding-left: 20%;
	padding-right: 20%;


}
#flush-collapseFive{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-headingFive{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-headingFour{
	padding-left: 20%;
	padding-right: 20%;

}
.accordion-body a{
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

.accordion-body a:hover{
	color: #0f0e0e;
}
.accordion-button b{
	color: #6193ee;
}

#flush-collapseSix{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-headingSix{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-collapseSeven{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-headingSeven{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-collapseEight{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-headingEight{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-collapseNine{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-headingNine{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-collapseTen{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-headingTen{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-collapseEleven{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-headingEleven{
	padding-left: 20%;
	padding-right: 20%;

}

#flush-collapseTwelve{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-headingTwelve{
	padding-left: 20%;
	padding-right: 20%;

}

#flush-collapseFifteen{
	padding-left: 20%;
	padding-right: 20%;

}
#flush-headingFifteen{
	padding-left: 10%;
	padding-right: 20%;

}
.accordion-button1 b{
	color: #080808;
	font-size: 80%;
	
}

h5{
	
	

}
.egypt img{
	box-shadow: 0 0 70px 20px rgba(131, 174, 185, 0.884);

}
.egypt h5{
	
}
.bangladesh h1{
	padding-top: 3%;
}

.right img{
	box-shadow: 0 0 70px 20px rgba(131, 174, 185, 0.884);

}

/*-----MBBS IN EGYPT-------*/
.img-fluid{
	height: auto;
	width:100%;
	margin-top:  top 5px;
	

	background-position:center;
	background-size:cover;
	position: relative;
}


.studyinegypt h1{
	padding-top: 5%;
	padding-bottom: 2%;
}

.eg.tab h1{
	padding-top: 60px;
	text-align: center;
	

}
.eg.table-row{
	display: table;
	width: 100%;
	margin:10px ;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	padding: 30px 20px;
	color:#0a0909;
	font-size: 18px;
	padding-right: 30%;
	
}
.eg.table-cell{
	display:table-cell;
	width: 70%;
	text-align: center;
	padding: 10px 15px;
	table-layout: auto;
}

	
	.eg.table-cell, tr, td {
		border: 1px solid white;
		border-collapse: collapse;
	  }
	  tr, td {
		background-color: #FFF ;
	  }
	  .table-cell tr {
		border-bottom: 1px solid #0f0f0f;
	  }
	  .table-cell tr td:hover {
		background-color: #8fa9dd;
	}
	




	
	
.table-cell:hover{
	color: #050505;
}


/*--------------MBBS IN NEPAL-------*/
.header7{height: 90%;
	width:100%;
	margin-top: top 5px;
	background-image:url(eduford_img/IN\ NEPAL.jpg) ;

	background-position:center;
	background-size:cover;
	position: relative;
	
}

.NP .layer:hover{
	background: rgb(75, 124, 143);
}
.studyinnepal h1{
	padding-top: 3%;
	padding-bottom: 3%;
}


/*-----------mbs in uk----------*/
.wrapper1{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.parent1{
	width: 30%;
	margin: 7px;
	height: 280px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
	box-shadow: 0 4px 6px -1px rgba(15, 138, 175, 0.5);
	border-radius: 10px;
}
.child{
	height: 100%;
	width:100%;
	background-size: cover;
	transition: all 1.1s;
}
.bg1{
	background-image: url(eduford_img/oxford\ university\,\ England.jpg);
}
.bg2{
	background-image: url(eduford_img/oxford\ university\,\ England.jpg);
}
.parent1:hover .child{
	transform: scale(1.2);
}



/*----------Australia---------*/



.bg7{
	background-image: url(eduford_img/university\ of\ new\ south\ wales\ medicine.jpg);
}
.bg8{
	background-image: url(eduford_img/australian\ national\ university.jpg);
}
.bg9{
	background-image: url(eduford_img/university\ of\ queensland.jpg);
}
/*---------------RUSSIA-------------------------------------------------*/
.bg10{
	background-image: url(eduford_img/PERM\ STATE\ MEDICAL\ COLLEGE\ \(2\).jpg);
}
.bg11{
	background-image: url(eduford_img/Kazan-State-Medical-University-Main-Building-Russia-1280x720\ \(2\).jpg);
}
.bg12{
	background-image: url(eduford_img/mari-state-university-stu-4-1.jpg);
}
/*------canada------*/

.header8{height: 95%;
	width:100%;
	margin-top: top 2px;
	background-image:url(eduford_img/Study\ mbbs\ in\ Canada\ \(4\).jpg) ;

	background-position:center;
	background-size:cover;
	position: relative;
	
}
/*------georgia-------*/

.header9{height: 95%;
	width:100%;
	margin-top: top 2px;
	background-image:url(eduford_img/study\ mbbs\ in\ georgia.jpg) ;

	background-position:center;
	background-size:cover;
	position: relative;
	
}
/*-------BELARUS-------------*/
.header11{height: 90%;
	width:100%;
	margin-top: top 5px;
	background-image:url(eduford_img/ST\ MBBS\ IN\ BELARUS.jpg) ;

	background-position:center;
	background-size:cover;
	position: relative;
	
}

/*-------------IRAN-------*/
.header12{height: 90%;
	width:100%;
	margin-top: top 5px;
	background-image:url(eduford_img/STUDY\ MBBS\ IN\ IRAN.jpg) ;

	background-position:center;
	background-size:cover;
	position: relative;
	
}

/*------Russia-----*/

.img-fluid{
	height: auto;
	width:100%;
	margin-top:  top 5px;
	

	background-position:center;
	background-size:cover;
	position: relative;
}





/*---------UK--------*/


.header14{height: 90%;
	width:100%;
	margin-top: top 5px;
	background-image:url(eduford_img/st\ mbbs\ in\ uk1.jpg);

	background-position:center;
	background-size:cover;
	position: relative;
	
}

/*--------usa------*/

.header15{height: 90%;
	width:100%;
	margin-top: top 5px;
	background-image:url(eduford_img/st\ mbbs\ in\ usa.jpg);

	background-position:center;
	background-size:cover;
	position: relative;
	
}
/*-------krygzstan-----*/
.header16{height: 90%;
	width:100%;
	margin-top: top 5px;
	background-image:url(eduford_img/st\ mbbs\ in\ krygzstan.jpg);

	background-position:center;
	background-size:cover;
	position: relative;
	
}


/*-----courses offered-------*/
.header17{height: 90%;
	width:100%;
	margin-top: top 5px;
	background-image:url(eduford_img/cour1.jpg);

	background-position:center;
	background-size:cover;
	position: relative;
	
}






/* correction css */
html, body{
	overflow-x: hidden;
}
@media screen and (max-width:768px){
	.text-box p{
		padding-left: 0;
		margin: 10px 0 10px;
	}
	.text-box h1 {
		text-align: center;
		
	}
	p{
		padding: 2px 20px;
	}
	.hero-btn {
		left: 0;
	}
	.rowb {
		width: 100%;
		max-width: unset;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0px 0px;
	}
	.wrapper0{
		height: auto !important;
	}
	.b{
		display: unset;
	}
	.container .main-card{
		display: unset;
	}
	.container .main-card .cards{
		display: unset;
	}
	.box9{
		text-align: center;
	}
	.box9 .content0 .image0 {
		margin: 0 auto;
		text-align: center;
	}
	.info0{
		text-align: center;
		margin: 0 auto;
	}
	.parent1{
		width: 100%;
	}
	.row2, .row3, .row4{
		display: unset;
		padding: 0;
	}
	.flip-card{
		width: 100%;
	}

}

/* Navbar */
.navbar .nav-link{
	display: flex;
	align-items: center;
}
.navbar .nav-link :nth-child(1){
	margin-right: 5px;
}





