 
 @font-face {
 font-family: 'pt_sans_proregular';
 src: url('/biz-content/themes/school/sch-002/assets/fonts/ptsansproregular-webfont.eot');
 src: url('/biz-content/themes/school/sch-002/assets/fonts/ptsansproregular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('/biz-content/themes/school/sch-002/assets/fonts/ptsansproregular-webfont.woff2') format('woff2'), url('/biz-content/themes/school/sch-002/assets/fonts/ptsansproregular-webfont.woff') format('woff'), url('/biz-content/themes/school/sch-002/assets/fonts/ptsansproregular-webfont.ttf') format('truetype'), url('/biz-content/themes/school/sch-002/assets/fonts/ptsansproregular-webfont.svg#pt_sans_proregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'abbasi_715normal';
 src: url('/biz-content/themes/school/sch-002/assets/fonts/abbasi-715-normal-webfont.eot');
 src: url('/biz-content/themes/school/sch-002/assets/fonts/abbasi-715-normal-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('/biz-content/themes/school/sch-002/assets/fonts/abbasi-715-normal-webfont.woff2') format('woff2'),  url('/biz-content/themes/school/sch-002/assets/fonts/abbasi-715-normal-webfont.woff') format('woff'),  url('/biz-content/themes/school/sch-002/assets/fonts/abbasi-715-normal-webfont.ttf') format('truetype'),  url('/biz-content/themes/school/sch-002/assets/fonts/abbasi-715-normal-webfont.svg#abbasi_715normal') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'Poppins Regular';
 font-style: normal;
 font-weight: normal;
 src: local('/biz-content/themes/school/sch-002/assets/fonts/Poppins Regular'), url('/biz-content/themes/school/sch-002/assets/fonts/Poppins-Regular.woff') format('woff');
}
 @font-face {
 font-family: 'Poppins ExtraLight';
 font-style: normal;
 font-weight: normal;
 src: local('/biz-content/themes/school/sch-002/assets/fonts/Poppins ExtraLight'), url('/biz-content/themes/school/sch-002/assets/fonts/Poppins-ExtraLight.woff') format('woff');
}
@font-face {
 font-family: 'Poppins SemiBold';
 font-style: normal;
 font-weight: normal;
 src: local('/biz-content/themes/school/sch-002/assets/fonts/Poppins Bold'), url('/biz-content/themes/school/sch-002/assets/fonts/Poppins-Bold.woff') format('woff');
}
 @font-face {
 font-family: 'Poppins SemiBold';
 font-style: normal;
 font-weight: normal;
 src: local('/biz-content/themes/school/sch-002/assets/fonts/Poppins SemiBold'), url('/biz-content/themes/school/sch-002/assets/fonts/Poppins-SemiBold.woff') format('woff');
}
@font-face {
 font-family: 'edo_szregular';
 src: url('/biz-content/themes/school/sch-002/assets/fonts/edosz-webfont.eot');
 src: url('/biz-content/themes/school/sch-002/assets/fonts/edosz-webfontd41d.eot?#iefix') format('embedded-opentype'), url('/biz-content/themes/school/sch-002/assets/fonts/edosz-webfont.woff2') format('woff2'), url('/biz-content/themes/school/sch-002/assets/fonts/edosz-webfont.woff') format('woff'), url('/biz-content/themes/school/sch-002/assets/fonts/edosz-webfont.ttf') format('truetype'), url('/biz-content/themes/school/sch-002/assets/fonts/edosz-webfont.svg#edo_szregular') format('svg');
 font-weight: normal;
 font-style: normal;
}

body {
	font-family: 'pt_sans_proregular';
}
header {
}
.top_header {
	background-color: #384285;
	color: #fff;
	padding: 0;
	width: 100%;
	float: left;
}
.top_header .top_left {
	float: left;
	width: auto;
	padding:10px 0;
	font-size: 14px;
	color: #fff;
}
.top_header .top_left a {
	text-decoration:none;
	color:#fff;
}
.top_header .top_left a:hover {
	color:#fec31e;
}
.top_header .top_left span {
	margin: 0 0 0 17px;
	font-size: 16px;
	font-weight: 400;
}
.top_header .top_left span img {
	padding: 0 14px 0px 0px;
}
.top_header .top_right {
	float: right;
	width: auto;
}
.top_right ul {
	margin: 0;
	padding: 20px 0 0;
	float: left; 
	width: auto;
}
.top_header .top_right li {
	list-style: none;
	float: left;
	padding: 0px 15px;
}
.top_header .top_right li a {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0;
}
.top_header .top_right li a:hover {
	color: #fec31e;
}
.apply_button {
	float: left;
	width: auto;
	padding: 10px 0 0 20px;
}
.apply_button a {
	float: left;
	width: auto;
	background-color: #fec31e;
	color: #000;
	padding: 9px 28px;
	line-height: normal;
	text-decoration: none;
	border: 2px solid #fec31e;
	font-weight: bold;
	font-size: 15px;
}
.apply_button a:hover {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
header {
	width: 100%;
	background: #fff;
	float:left;
}
/*   header nav {
	   position: relative;
	   z-index: 99;
	   width: 100%;
   }
   header nav .wrapper {
	   position: relative;
	   max-width: 1300px;
	   padding: 0px 30px;
	   height: 70px;
	   line-height: 70px;
	   margin: auto;
	   display: flex;
	   align-items: center;
	   justify-content: space-between;
   }
   header .wrapper .logo a {
	   color: #f2f2f2;
	   font-size: 30px;
	   font-weight: 600;
	   text-decoration: none;
   }
   .logo a img {
	   width: 300px;
	   float: left;
   }
   header .wrapper .nav-links {
	   display: inline-flex;
	   padding: 16px 0 0 0;
   }
   header .nav-links li {
	   list-style: none;
   }
   header .nav-links li a {
	   color: #384285;
	   text-decoration: none;
	   font-size: 16px;
	   font-weight: 500;
	   padding: 3px 9px;
	   border-radius: 5px;
	   transition: all 0.3s ease;
	   text-transform: uppercase;
	   font-weight: 400;
	   border-radius: 50px;
   }
   header .nav-links li a:hover {
	   background: #fec31e;
	   color: #000;
   }
   header .nav-links li a.active {
	   background: #fec31e;
	   color: #000;
   }
   header .nav-links .mobile-item {
	   display: none;
   }
   header .nav-links .drop-menu {
	   position: absolute;
	   background: #384285;
	   width: 210px;
	   line-height: 45px;
	   top: 85px;
	   opacity: 0;
	   padding: 0;
	   visibility: hidden;
	   box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
   }
   header .nav-links .drop-menu a {
	   color:#fff;
   }
   header .nav-links li:hover .drop-menu, header .nav-links li:hover .mega-box {
	   transition: all 0.3s ease;
	   top: 70px;
	   opacity: 1;
	   visibility: visible;
   }
   header .drop-menu li a {
	   width: 100%;
	   display: block;
	   padding: 3px 15px;
	   font-weight: 400;
	   border-radius: 0px;
	   line-height: 25px;
	   font-size: 14px;
   }
   header .mega-box {
	   position: absolute;
	   left: 0;
	   width: 100%;
	   padding: 0 30px;
	   top: 85px;
	   opacity: 0;
	   visibility: hidden;
   }
   header .mega-box .content {
	   background: #384285;
	   padding: 25px 20px;
	   display: flex;
	   width: 100%;
	   justify-content: space-between;
	   box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
   }
   header .mega-box .content .row {
	   width: calc(25% - 30px);
	   line-height: 45px;
   }
   header .content .row img {
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
   }
   header .content .row h2 {
	   color: #fff;
	   font-size: 20px;
	   font-weight: 500;
   }
   header .content .row .mega-links {
	   margin-left: -40px;
	   border-left: 1px solid rgba(255, 255, 255, 0.09);
   }
   header .row .mega-links li {
	   padding: 0 20px;
   }
   header .row .mega-links li a {
	   padding: 0px;
	   padding: 0 20px;
	   color: #d9d9d9;
	   font-size: 17px;
	   display: block;
   }
   header .row .mega-links li a:hover {
	   color: #f2f2f2;
   }
   header .wrapper .btn {
	   color: #000;
	   font-size: 20px;
	   cursor: pointer;
	   display: none;
   }
   header .wrapper .btn.close-btn {
	   position: absolute;
	   right: 30px;
	   top: 10px;
   }
	@media screen and (max-width: 970px) {
   header .wrapper .btn {
	display: block;
   }
   header .wrapper .nav-links {
	position: fixed;
	height: 100vh;
	width: 100%;
	max-width: 350px;
	top: 0;
	left: -100%;
	background: #384285;
	display: block;
	padding: 50px 10px;
	line-height: 50px;
	overflow-y: auto;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
	transition: all 0.3s ease;
   }
	  custom scroll bar  
	 ::-webkit-scrollbar {
	width: 10px;
   }
	 ::-webkit-scrollbar-track {
	background: #242526;
   }
	 ::-webkit-scrollbar-thumb {
	background: #3A3B3C;
   }
	#menu-btn:checked ~ .nav-links {
	left: 0%;
   }
	#menu-btn:checked ~ .btn.menu-btn {
	display: none;
   }
	#close-btn:checked ~ .btn.menu-btn {
	display: block;
   }
   header .nav-links li {
	margin: 15px 10px;
   }
   header .nav-links li a {
	padding: 0 20px;
	display: block;
	font-size: 20px;
   }
   header .nav-links .drop-menu {
	position: static;
	opacity: 1;
	top: 65px;
	visibility: visible;
	padding-left: 20px;
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	box-shadow: none;
	transition: all 0.3s ease;
   }

   header #showDrop:checked ~ .drop-menu, header #showMega:checked ~ .mega-box {
	max-height: 100%;
   }  
   header #showDroptow:checked ~ .drop-menu, header #showMega:checked ~ .mega-box {
	max-height: 100%;
   } 
   
   
   header .nav-links .desktop-item {
	display: none;
   }
   header .nav-links .mobile-item {
	display: block;
	color: #f2f2f2;
	font-size: 20px;
	font-weight: 500;
	padding-left: 20px;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.3s ease;margin-top: 5px;
   }
header .nav-links .mobile-item:hover {
	background: #FEC31E;
	border-radius: 50px;
	color: #000;
	
}
   header .drop-menu li {
	margin: 0;
   }
   header .drop-menu li a {
	border-radius: 5px;
	font-size: 18px;
   }
   header .mega-box {
	position: static;
	top: 65px;
	opacity: 1;
	visibility: visible;
	padding: 0 20px;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
   }
   header .mega-box .content {
	box-shadow: none;
	flex-direction: column;
	padding: 20px 20px 0 20px;
   }
   header .mega-box .content .row {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
   }
   header .mega-box .content .row:nth-child(1), header .mega-box .content .row:nth-child(2) {
	border-top: 0px;
   }
   header .content .row .mega-links {
	border-left: 0px;
	padding-left: 15px;
   }
   header .row .mega-links li {
	margin: 0;
   }
   header .content .row h2 {
	font-size: 19px;
   }
   
   header nav input {
	   display: none;
   }*/
   
   .sidebar-logo i, .navbar .bx-menu {
	font-size: 25px;
	color: #fff;
	cursor: pointer;
}
header nav {
	position: inherit;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	z-index: 99;
	padding: 5px 0;
	float: left;
}
header nav .navbar {
	height: 100%;
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	/* background: red; */
	padding: 0 50px;
}
header .navbar .logo a {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
header nav .navbar .nav-links {
	line-height: 70px;
	height: 100%;
}
header .logo a img {
	width: 260px;
	float: left;
}
header nav .navbar .links {
	display: flex;
	margin: 0;
	padding: 0;
}
header .nav-links li .sub-menu a.active {
	background: none;
	color: #fec31e !important;
}
header .nav-links li .sub-menu a:hover {
	background: none;
	color: #fec31e !important;
}
header .navbar .links li .sub-menu li {
	padding: 10px 0 !important;
}
header nav .navbar .links li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0 3px !important;
	line-height: normal;
}
header .nav-links li a {
	color: #384285;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	padding: 3px 6px;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 50px;
}
header .links li:hover .htmlcss-arrow, header .links li:hover .js-arrow {
	transform: rotate(180deg);
}
header nav .navbar .links li .arrow {
	/* background: red; */
	height: 100%;
	width: 22px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	color: #384285;
	transition: all 0.3s ease;
}
header nav .navbar .links li .sub-menu {
	position: absolute;
	top: 70px;
	left: 0;
	line-height: 40px;
	background: #384285;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 4px 4px;
	display: none;
	z-index: 2;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 230px;
}
header nav .navbar .links li:hover .htmlCss-sub-menu, header nav .navbar .links li:hover .js-sub-menu, header nav .navbar .links li:hover .more-sub-menu {
	display: block;
}
header .navbar .links li .sub-menu li {
	padding: 0 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .navbar .links li .sub-menu a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
header .navbar .links li .sub-menu .more-arrow {
	line-height: 40px;
}
header .navbar .links li .htmlCss-more-sub-menu {
/* line-height: 40px; */
}
header .navbar .links li .sub-menu .more-sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	border-radius: 0 4px 4px 4px;
	z-index: 1;
	display: none;
}
header .links li .sub-menu .more:hover .more-sub-menu {
	display: block;
}
header .navbar .search-box {
	position: relative;
	height: 40px;
	width: 40px;
	display: none;
}
header .navbar .search-box i {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}
header .navbar .search-box .input-box {
	position: absolute;
	right: calc(100% - 40px);
	top: 80px;
	height: 60px;
	width: 300px;
	background: #384285;
	border-radius: 6px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease;
}
header .navbar.showInput .search-box .input-box {
	top: 65px;
	opacity: 1;
	pointer-events: auto;
	background: #384285;
}
header .search-box .input-box::before {
 content: '';
 position: absolute;
 height: 20px;
 width: 20px;
 background: #384285;
 right: 10px;
 top: -6px;
 transform: rotate(45deg);
}
header .search-box .input-box input {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 4px;
	transform: translate(-50%, -50%);
	height: 35px;
	width: 280px;
	outline: none;
	padding: 0 15px;
	font-size: 16px;
	border: none;
}
header .navbar .nav-links .sidebar-logo {
	display: none;
}
.navbar .bx-menu {
	display: none;
}
@media (max-width:920px) {
 header nav .navbar {
 max-width: 100%;
 padding: 0 25px;
}
 header nav .navbar .logo a {
 font-size: 27px;
}
header nav .navbar .links li {
 padding: 0 10px;
 white-space: nowrap;
}
 header nav .navbar .links li a {
 font-size: 15px;
}
}
@media (max-width:800px) {
 header nav {
/* position: relative; */
  }
 header .navbar .bx-menu {
 display: block;
}
 header nav .navbar .nav-links {
 position: fixed;
 top: 0;
 left: -100%;
 display: block;
 max-width: 270px;
 width: 100%;
 background:  #384285;
 line-height: 40px;
 padding: 20px;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 transition: all 0.5s ease;
 z-index: 1000;
}
 header .navbar .nav-links .sidebar-logo {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
header .sidebar-logo .logo-name {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
header .sidebar-logo i, .navbar .bx-menu {
 font-size: 25px;
 color: #000;
 cursor: pointer;
}
 header nav .navbar .links {
 display: block;
 margin-top: 20px;
}
 header nav .navbar .links li .arrow {
 line-height: 40px;
}
header nav .navbar .links li {
 display: block;
 padding: 20px 0 0 !important;
}
header nav .navbar .links li .sub-menu {
 position: relative;
 top: 0;
 box-shadow: none;
 display: none;
}
header nav .navbar .links li .sub-menu li {
 border-bottom: none;
}
header .navbar .links li .sub-menu .more-sub-menu {
 display: none;
 position: relative;
 left: 0;
}
header .navbar .links li .sub-menu .more-sub-menu li {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
header .links li:hover .htmlcss-arrow, header .links li:hover .js-arrow {
 transform: rotate(0deg);
}
 header .navbar .links li .sub-menu .more-sub-menu {
 display: none;
}
 header .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
 align-items: center;
/* justify-content: space-between; */
  }
 header .links li .sub-menu .more:hover .more-sub-menu {
 display: none;
}
 header nav .navbar .links li:hover .htmlCss-sub-menu,  header nav .navbar .links li:hover .js-sub-menu,  header nav .navbar .links li:hover .more-sub-menu {
 display: none;
}
header .navbar .nav-links.show1 .links .htmlCss-sub-menu, header .navbar .nav-links.show3 .links .js-sub-menu, header .navbar .nav-links.show2 .links .more .more-sub-menu {
 display: block;
}
 header .navbar .nav-links.show1 .links .htmlcss-arrow,  header .navbar .nav-links.show3 .links .js-arrow  header .navbar .nav-links.show2 .links .more .more-sub-menu {
 transform: rotate(180deg);
}
header .navbar .nav-links.show2 .links .more-arrow {
 transform: rotate(90deg);
}
}
@media (max-width:370px) {
 header nav .navbar .nav-links {
 max-width: 100%;
}
}
header .nav-links li a.active {
	background: #fec31e;
	color: #000;
}
header .nav-links li a:hover {
	background: #fec31e;
	color: #000;
}
header .login_register_menu {
	padding: 0 0 0 40px;
}
.middle_wraper {
	width:100%;
	float:left;
}
.banner_section {
	width:100%;
	float:left;
}
.banner_silder {
	width:100%;
	float:left;
}
.banner_silder img {
	width: 100%;
	float: left;
}
.banner_section video {
	width: 100%;
	float: left;
}
.banner_section .owl-next {
	position: absolute;
	right: 10px;
	top: 40%;
}
.banner_section .owl-prev {
	position: absolute;
	left: 10px;
	top: 40%;
}
.banner_section .owl-dots {
	display: none;
}
.banner_section .fa {
	color: #ffff;
}
.about_us {
	width:100%;
	float:left;
	padding:50px 0;
}
.about_us_left {
	width:100%;
	float:left;
}
.about_us_left a {
	background-color: #384285;
	color: #fec31e;
	padding: 9px 28px;
	line-height: normal;
	text-decoration: none;
	border: 2px solid #fec31e;
	font-weight: bold;
	font-size: 15px;
	border-radius: 50px;
	margin-top: 20px;float: left;
}
.about_us_left a:hover{
	background-color: transparent;
	color: #fec31e; 
 }

.about_us_left h6 {
	width:100%;
	float:left;
	font-size:16px;
	font-family: 'Poppins Regular';
	padding:0;
	margin:0;
	color:#384285;
}
.about_us_left h2 {
	width: 100%;
	float: left;
	font-size: 40px;
	padding: 0;
	margin: 0;
	color: #384285;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Poppins SemiBold';
}
.about_us_left h2 span {
	display: block;
}
.about_us_left p {
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #000;
	font-family: 'Poppins ExtraLight';
}
.about_us_right {
	width:100%;
	float:left;
}
.about_us_right img {
	width:100%;
	float:left;
}
.handover-content {
	margin-left:0;
	padding-top: 50px;
}
.handover-sec {
	background-color: #fec31e;
	padding: 50px 0 50px;
	position: relative;
	margin: 0 0;
	margin-bottom: 0;
	width: 100%;
	float: left;
}
.handover-img img {
	/* position: absolute; */
	   /* height: 100%; */
	   width: 100%;
	top: 0;
	margin-left: -55px;
}
.handover-img img {
}
.handover-content h6 {
	font-size: 16px;
	color: #384285;
	line-height: 36px;
	text-align: left;
	margin-top: 0;
	font-family: 'Poppins Regular';
	text-transform: uppercase;
	width: 82%;
	letter-spacing: .5px;
}
.handover-content h3 {
	font-size: 33px;
	color: #384285;
	line-height: 36px;
	font-family: 'Poppins SemiBold';
	text-align: left;
	margin-top: 0;
	text-transform: uppercase;
	width: 82%;
	letter-spacing: .5px;
}
.handover-content h3 span {
	display:block;
}
.handover-content p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	padding-top: 0;
	font-family: 'Poppins Regular';
	width: 74%;
	text-align: justify;
}
.student_centric {
	width:100%;
	float:left
}
.student_centric ul {
	margin:0;
	padding:0;
}
.student_centric ul li {
	display:inline-block;
	width:33.33%;
	float:left;
}
.student_centric ul li p {
	float: left;
	font-size: 15px;
	color: #384285;
	font-family: 'Poppins SemiBold';
	padding: 0 0 0 12px;line-height: 17px;
}
.student_centric ul li span {
	display:block;
}
.student_centric_icon {
	float: left;
	width: auto;
}
.student_centric_icon img {
	width: 27px;
	float: left;
}
.students_counter {
	width: 100%;
	float: left;
	align-items: start;
	color: #fff;
	display: flex;
	justify-content: left;
	margin: 0;
	overflow: hidden;
}
.students_counter .counter-container {
	display: inline-block;
	flex-direction: column;
	justify-content: left;
	margin: 0 50px 0 0;
	text-align: start;
}
.students_counter .counter {
	font-size: 60px;
	margin-top: 10px;
	color: #384285;
	font-family: 'Poppins SemiBold';
	float: left;
	padding: 0;
	margin: 0;
	width: 150px; line-height:50px
}
.plu_iocn {
	font-size: 60px;
	margin-top: 10px;
	color: #384285;
	font-family: 'Poppins SemiBold';
	float: left;
	padding: 0;
	margin: 0;
	width: auto;line-height:50px
}
.counter-container span {
	font-size: 24px;
	margin: 0;
	color: #384285;
	font-family: 'Poppins SemiBold';
	padding: 0;
	width:100%;
	float: left;
}
.school_message {
	width:100%;
	float:left;
	padding:50px 0;
}
.school_message h2 {
	font-size: 33px;
	color: #384285;
	line-height: 36px;
	font-family: 'Poppins SemiBold';
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
}
.school_message h2 span {
	display:block;
}
.school_message h6 {
	font-size: 16px;
	color: #384285;
	line-height: 36px;
	text-align: center;
	margin-top: 0;
	font-family: 'Poppins Regular';
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
}
.school_min {
	width:100%;
	float:left;
	padding:50px 0;
}
.school_message__img {
	width: 100%;
	float: left;
	padding: 0 0 0 20px;
	text-align: center;
	margin: auto;
}
.message__img_content {
}
.message__img_content h2 {
	font-size: 24px;
	color: #384285;
	line-height: 36px;
	font-family: 'Poppins SemiBold';
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
	padding: 10px 0 0 0;
	float: left;
	margin:0;
}
.message__img_content p {
	width: 100%;
	float: left;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #384285;
	font-family: 'Poppins Regular';
	text-align: center;
	font-weight: bold;
}
.school_message__img img {
	width: 220px;
	border: 3px solid #fec31e;
	border-radius: 50%;
	text-align: center;
	margin: auto;
}
.school_message__img1 img {
	width: 160px; 
}

.chairman_de {
	float: left;
	width: 100%;
	padding: 0px 20px;
}
.pp_paddi{ padding:15px 0 0; width:100%; float:left;}
.charugoyal_boder{border-right: 2px solid #384285;
  padding: 0 10px 0 0;}
.chairman_de h3 {
	font-size: 33px;
	color: #384285;
	line-height: 36px;
	font-family: 'Poppins SemiBold';
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
}
.chairman_de h3 span {
	display: block;
	font-size: 15px;
}
.chairman_de p {
	width: 100%;
	float: left;
	font-size: 14px;
	padding: o 0 0 0;
	margin: 0;
	color: #000;
	font-family: 'Poppins Regular';
}
.boder_right {
	border-left:3px solid #384285
}
.testimonials {
	background: url(../images/testimonials_bg.jpg) no-repeat !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position: center center;
	background-size: cover;
	padding:50px 0;
	float: left;
	width: 100%;
}
.testimonials h2 {
	font-size: 33px;
	color: #ffffff;
	line-height: 36px;
	font-family: 'Poppins SemiBold';
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
}
.testimonials h6 {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	margin-top: 0;
	font-family: 'Poppins Regular';
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
}
.testimonials_one {
	width:100%;
	float:left;
}
.testimonials_one {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 50px;
	padding: 30px 20px 20px;
	margin-bottom: 60px;
}
/*.testimonials_one p {
	   width: 100%;
	   float: left;
	   font-size: 16px;
	   margin: 0;
	   color: #000;
	   font-family: 'Poppins Regular';
	   text-align: center;
	   padding: 20px 0 30px;
   }*/
   .testimonials_one p {
	width: 100%;
	float: left;
	margin: 0;
	color: #000;
	font-family: 'Poppins Regular';
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 10px 10px 5px;
}
.testimonials_one h4 {
	font-size: 17px;
	color: #384285;
	line-height: 27px;
	font-family: 'Poppins SemiBold';
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding: 10px 0 20px 0;
	margin: 0;
	float: left;
}
.testimonials__section {
	width:100%;
	float:left;
	padding:50px 0 0;
}
.parents_img {
	width: 100%;
	float: left;
	text-align: center;
	margin: auto auto -60px;
}
.parents_img img {
	width: 80px !important;
	height: 80px;
	border-radius: 50px;
	border: /*3px solid #fff*/ 3px solid #fec31e;
	text-align: center;
	margin: auto;
}
.testimonials__section .owl-nav {
	display: none;
}
.testimonials__section .owl-dots {
	text-align: center;
	padding:20px 0 0;
}
.testimonials__section .owl-dot.active {
	width: 10px;
	height: 10px;
	background: #fec31e !important;
	border-radius: 50px;
}
.testimonials__section .owl-dot {
	width: 10px;
	height: 10px;
	background: #fff !important;
	border-radius: 50px;
	margin: 0 7px;
}
.admissions_open {
	background: url(../images/admissions_open_bg.jpg) no-repeat !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position: center center;
	background-size: cover;
	padding:50px 0;
	float: left;
	width: 100%;
}
.admissions_open h3 {
	font-size: 24px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	margin-top: 0;
	font-family: 'edo_szregular';
	text-transform: uppercase;
	width: 100%;
}
.admissions_open h3 span {
	display:block;
}
.admissions_open h4 {
	font-size: 24px;
	color: #fec31e;
	line-height: 36px;
	text-align: center;
	margin-top: 0;
	font-family: 'Poppins SemiBold';
	text-transform: uppercase;
	width: 100%;
}
.apply_new_button {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 0 0;
}
.apply_new_button a {
	background-color: #fec31e;
	color: #000;
	padding: 9px 28px;
	line-height: normal;
	text-decoration: none;
	border: 2px solid #fec31e;
	font-weight: bold;
	font-size: 15px;
}
.apply_new_button a:hover {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.grab_one_of {
	width:100%;
	float:left;
	padding:50px 0;
}
.grab_one_of h6 {
	font-size: 16px;
	color: #384285;
	text-align: center;
	margin-top: 0;
	font-family: 'Poppins Regular';
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
}
.grab_one_of h2 {
	font-size: 33px;
	color: #384285;
	line-height: 36px;
	font-family: 'Poppins SemiBold';
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
}
.grab_one_of__section {
	float: left;
	width: 100%;
	padding: 30px 0 0;
}
.grab_one_of_one p {
	font-size: 16px;
	color: #384285;
	text-align: center;
	font-family: 'Poppins Regular';
	text-transform: uppercase;
	width: 100%;
	margin: 0;
	float: left;
	padding: 10px 0 0;
}
.grab_one_of_one h3 {
	font-size: 20px;
	color: #384285;
	font-family: 'Poppins SemiBold';
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
}
.grab_one_of_one h3 a {
	font-size: 20px;
	color: #384285;
	font-family: 'Poppins SemiBold';
	text-align: center;
	margin-top: 0;
	text-decoration:none;
	text-transform: uppercase;
	width: 100%;
}
.grab_one_of .owl-prev {
	position: absolute;
	left: -60px;
	top: 40%;
	border: 2px solid #384285 !important;
	width: 40px;
	color: #384285;
	height: 40px;
	border-radius: 50px;
}
.grab_one_of .owl-next {
	position: absolute;
	right: -60px;
	top: 40%;
	border: 2px solid #384285 !important;
	width: 40px;
	color: #384285;
	height: 40px;
	border-radius: 50px;
}
footer {
	width: 100%;
	float: left;
	background: #384285;
	padding: 30px 0 0;
}
.footer_logo {
	width: 100%;
	float: left;
	padding: 0 30px 0 0;
}
.footer_logo img {
	width: 100%;
	float: left;
}
.footer_content {
	width: 100%;
	float: left;
	padding: 20px 17px 0 57px;
}
.footer_content p {
	color: #fff;
	font-size: 14px;
}
.footer_content ul {
	margin: 0;
	padding: 0;
}
.footer_content ul li {
	display: block;
	width: 100%;
	float: left;
	color: #fec31e;
	font-size: 14px;
	font-family: 'Poppins Regular';
	padding: 0 0 6px;
}
.footer_content ul li a {
	font-size: 14px;
	color: #fff;
	font-family: 'Poppins Light';
	text-decoration: none;
}
.footer_content ul li a:hover {
	color: #fec31e;
}
.footer_quick {
	width:50%;
	float:left;
}
.footer_quick h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fec31e;
	font-family: 'Poppins SemiBold';
	padding: 0 0 10px;
	margin: 0;
}
.footer_quick ul {
	margin: 0;
	padding: 0;
}
.footer_quick ul li {
	display: block;
	width: 100%;
	float: left;
	padding: 0 0 4px 0;
	text-transform: uppercase;
}
.footer_quick ul li a {
	font-size: 14px;
	color: #fff;
	font-family: 'Poppins Light';
	text-decoration: none;
}
.footer_quick ul li a:hover {
	color: #fec31e;
}
.footer_lets_connect {
	width:100%;
	float:left;
}
.footer_lets_connect h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	color: #fec31e;
	font-family: 'Poppins SemiBold';
	padding: 0 0 10px;
	margin: 0;
}
.footer_lets_connect ul {
	margin: 0;
	padding: 0;
}
.footer_lets_connect ul li {
	display: inline-block;
	float: left;
	padding: 0 20px 0 0;
}
.footer_lets_connect ul li a {
	font-size: 14px;
	color: #fff;
	font-family: 'Poppins Light';
	text-decoration: none;
}
.footer_lets_connect ul li a img {
	width:25px;
}
.footer_lets_connect ul li a:hover img {
	opacity: .7;
}
.footer_btm {
	border-top:1px solid #87765c;
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
.footer_btm p {
	font-size: 14px;
	color: #fff;
	font-family: 'Poppins Light';
	text-decoration: none;
	text-align: center;
	padding: 15px 0 0;
}
.banner_inner {
	width:100%;
	float:left;
}
.banner_inner img {
	width:100%;
	float:left;
}
.about_us_page {
	width:100%;
	float:left;
	padding:50px 0;
}
.about_us_left_page {
	width:100%;
	float:left;
}
.about_us_left_page h6 {
	width:100%;
	float:left;
	font-size:16px;
	font-family: 'Poppins Regular';
	padding:0;
	margin:0;
	color:#000;
}
.about_us_left_page h2 {
	width: 100%;
	float: left;
	font-size: 40px;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Poppins SemiBold';
}
.about_us_left_page h3 {
	width: 100%;
	float: left;
	font-size: 28px;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Poppins SemiBold';
}
.about_us_left_page h2 span {
	display: block;
}
.about_us_left_page p {
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #000;
	font-family: 'Poppins ExtraLight';
}
.about_us_left_page ul {
	padding: 0;
	margin: 0;
}
.about_us_left_page ul li {
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 10px 0 0 0;
	margin: 0;
	display: inline list-item !important;
	color: #000;
	font-family: 'Poppins ExtraLight';
}
.about_us_right_page {
	width:100%;
	float:left;
}
.about_us_right_page img {
	width:100%;
	float:left;
}
.our_journey {
	background: url(../images/our_journey_bg.jpg) no-repeat !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position: center center;
	background-size: cover;
	padding: 130px 0;
	float: left;
	width: 100%;
}
.our_journey h3 {
	font-size: 24px;
	color: #fec31e;
	line-height: 36px;
	text-align: center;
	margin-top: 0;
	font-family: 'Poppins SemiBold';
	width: 60%;
	margin: auto;
}
.admission_online_form {
	width: 100%;
	float: left;
	padding: 0 0 50px;
}
.admission_online_form .form-heading h2 {
	background: #384285;
	padding: 15px;
	color: #fff;
	font-size: 17px;
	margin: 40px 0 10px !important;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.admission_online_form .form-control {
	border: 1px solid #cccccc80;
	border-radius: 4px;
	font-size: 15px !important;
	padding: 0px 7px;
	float: left;
	background: #fff !important;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	height: 40px !important;
	margin-top: 10px;
	margin-bottom: 18px;
}
.submit_form {
	display: inline-block;
	width: auto;
	background-color: #fec31e;
	color: #000;
	padding: 9px 28px;
	line-height: normal;
	text-decoration: none;
	border: 2px solid #fec31e;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin: 20px auto 0;
}
.submit_form:hover {
	background-color: transparent;
	color: #fec31e;
	border: 2px solid #fec31e;
}
.facilities_seccontent {
	padding-top: 20px;
	width: 100%;
	text-align: center;
	margin: auto;
	float: none;
}
.facilities_sec {
	background-color: #384285;
	padding:  0;
	position: relative;
	margin: 0 0;
	margin-bottom: 0;
	width: 100%;
	float: left;
}
.facilities_secimg img {
	/* position: absolute; */
	/* height: 100%; */
	width: 100%;
	top: 0;
	margin-left: 26px;
}.facilities_secimg {
	margin-left: -40px;
}
.facilities_secimg img {
}
.bg_w {
	background: #fff;
	width: 1px;
	height: 40px;
	text-align: center;
	margin: auto;
}
.facilities_seccontent h3 {
	font-size: 33px;
	color: #fff;
	line-height: 36px;
	font-family: 'Poppins SemiBold';
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
}
.facilities_seccontent h3 span {
	display:block;
}
.facilities_seccontent p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding-top: 0;
	font-family: 'Poppins ExtraLight';
	width: 70%;
	text-align: center;
	margin: auto;
}
.facilities_seccontent.vision_page {
	padding: 0px 10px 0 30px;
}
.facilities_seccontent.vision_page p{
	width: 100% !important;
}
.library_content.vision_page p{width: 100% !important;}


.curricular_page_new p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding-top: 0;
	font-family: 'Poppins ExtraLight';
	width: 70%;
	text-align: center;
	margin: auto;
}

.curricular_page_new .facilities_seccontent p{ width:90% !important;}
.curricular_page_new  .library_content {
	padding-top: 0px; 
}
.curricular_page_new .library_content p { 
	width: 90%; 
}

.library_content {
	padding-top: 40px;
	width: 100%;
	text-align: center;
	margin: auto;
	float: none;
}
.library_sec {
	background-color: #fff;
	padding: 0;
	position: relative;
	margin: 0px 0 0;
	margin-bottom: 0;
	width: 100%;
	float: left;
}
.library_img {
	margin-right: -2%;
}
.library_img img {
	/* position: absolute; */
	   /* height: 100%; */
	   width: 100%;
	top: 0;
	margin-left: 0;
}
.library_img img {
}
.bg_b {
	background: #000;
	width: 1px;
	height: 40px;
	text-align: center;
	margin: auto;
}
.library_content h3 {
	font-size: 33px;
	color: #000;
	line-height: 36px;
	text-align: center;
	font-family: 'Poppins SemiBold';
	margin-top: 10px;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
}
.library_content h3 span {
	display:block;
}
.library_content p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins ExtraLight';
	color: #000;
	padding-top: 0;
	width: 70%;
	text-align: center;
	margin: auto;
}
.about_us_left_page ul {
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
}
.about_us_left_page ul li {
	font-size: 15px;
	display: block;
	padding: 3px 0 0px 0;
	margin-left: 20px;
}
.destop_view {
	display: inline-block;
}
.mobile_view {
	display:none;
}
.vision_page h3 span {
	font-size:16px;
}
.vision_page h3 {
	float: left;
	text-align: left;
	color: #000;
	padding: 0 0 20px;
}
.vision_page p {
	float: left;
	text-align: left;
	color: #000;
}
/*--------------- news ----------------------*/
   
   
   .news_page {
	float: left;
	width: 100%;
}
.hadding_main {
	font-size: 24px !important;
	color: #000 !important;
	padding: 0;
	float: left;
	width: 100%;
	font-weight: bold;
 blog_details.html
}
.subhadding_news {
	width: 100%;
	float: left;
	display: inline-block;
	color: #d0d0d0;
	text-decoration: none;
}
.main_news_text {
	width:100%;
	float:left;
	position:relative;
}
.global_news {
	width:100%;
	float:left;
	padding:20px 0;
}
.main_news {
	width:100%;
	float:left;
}
.main_images {
	width:100%;
	float:left;
	position:relative
}
.main_images img {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center 50%;
	object-fit: cover;
	height: 370px;
}
.main_news_text {
	width:100%;
	float:left;
}
.td-module-meta-info {
	padding: 15px 0 0 0;
}
.td-post-category {
	padding: 0px;
	display: inline-block;
	font-size: 13px !important;
	line-height: 1 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}
.entry-title {
	margin: 10px 0;
	font-size: 21px !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
}
.td-editor-date {
	font-size: 13px !important;
	line-height: 1 !important;
	font-weight: 400 !important;
	text-transform: capitalize !important;
}
 . .td-author-date {
 display: inline;
}
.td-post-author-name {
	display: inline-block;
}
.td-post-author-name {
	display: inline-block;
}
.td-post-author-name a {
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.td-post-date {
	color: #767676;
	display: inline-block;
	position: relative;
	top: 2px;
}
.td-excerpt {
	margin: 12px 0 0 0;
	font-size: 13px !important;
	line-height: 1.6 !important;
	display: -webkit-box;
	max-width: 100%;
	height: 42px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.side_news {
	width:100%;
	float:left;
}
.side_news_one {
	width: 100%;
	float: left;
	padding: 0 0 20px;
}
.side_news_images {
	width:30%;
	float:left;
}
.side_news_text {
	width:70%;
	float:left;
}
.side_news_text .entry-title {
	font-size: 15px !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
	margin: 3px 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.side_news_text .td-editor-date {
	font-size: 13px !important;
	line-height: 1 !important;
	font-weight: 400 !important;
	padding: 0 10px;
	text-transform: capitalize !important;
}
.side_news_text .td-module-meta-info {
	padding: 0px 0 0 0;
}
.td-block-title-wrap {
	position: relative;
	padding: 20px 0 0;
}
.td-block-title {
	font-size: 20px;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 18px;
	line-height: 29px;
	position: relative;
	overflow: hidden;
	position: relative;
	padding-right: 20px;
	color: #000;
	text-align: left;
}
.td-block-title span {
	font-size: 17px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
}
 .td-block-title > ::before, .td-block-title > ::after {
 background-color: #d0cece !important;
}
 .td-block-title > ::before, .td-block-title > ::after {
 content: '';
 display: block;
 height: 4px;
 position: absolute;
 top: 50%;
 margin-top: -2px;
 width: 72%;
 background-color: #f5f5f5;
 right: 0;
}
.travel_div_btm {
	width:100%;
	float:left;
}
.travel_div_btm_one {
	width: 33.33%;
	float: left;
	padding: 10px;
}
.travel_div_btm_images {
	position:relative;
}
.travel_div_btm_images a img {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center center;
}
 .travel_div_btm_images a::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
 background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
}
.text_travel {
	position:absolute;
	left:0;
	right:0;
}
.text_travel .td-module-meta-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 15px 10px;
}
.text_travel .td-post-category {
	padding: 0px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0);
	color: #ffffff;
	font-size: 11px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
}
.text_travel .entry-title {
	margin: 10px 0 0 0;
	font-size: 15px !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
}
.text_travel .entry-title a {
	color: #ffffff;
	position: relative;
	z-index: 999;
}
.text_travel .entry-title {
	word-wrap: break-word;
}
.gadgets_news {
	width:100%;
	float:left;
}
.gadgets_news .main_news {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.hadding_main_details {
	font-size: 28px !important;
	color: #000 !important;
	padding: 0;
	float: left;
	width: 100%;
	font-weight: bold;
 blog_details.html line-height: 32px;
}
.news_details_page {
	width:100%;
	float:left;
}
.news_details_page img {
	width:100%;
	float:left;
}
.post_details_news_page {
	width: 100%;
	float: left;
	padding: 15px 0;
}
.tdb-block-inner {
	display: flex;
	align-items: center;
	float: left;
	font-size: 14px;
}
.tdb-author-photo img {
	width: 26px;
	height: 26px;
	margin-right: 6px;
	border-radius: 50%;
}
.tdb_single_author a {
	vertical-align: middle;
}
.tdb-author-name-wrap {
	align-items: baseline;
}
.tdb-author-by {
	font-size: 13px !important;
	line-height: 1 !important;
	font-weight: 400 !important;
	text-transform: capitalize !important;
}
.tdb-author-name {
	color: #000;
	font-size: 13px !important;
	line-height: 1 !important;
	font-weight: 500 !important;
	text-transform: capitalize !important;
}
.news_details_page .tdb-post-meta time {
	vertical-align: middle;
	padding: 0 0 0px 10px;
}
.entry-date.updated.td-module-date {
	padding: 3px 0 0 10px;
}
.comm_and_view {
	width: auto;
	float: right;
}
.commemt {
	width: auto;
	float: left;
	padding: 0 10px 0 0;
}
.commemt span {
	font-size: 14px;
	float: left;
}
.commemt p {
	font-size: 14px;
	float: left;
	padding: 0 0 0 5px;
}
.news_details_page p {
	font-size: 15px !important;
	line-height: 1.8 !important;
	width: 100%;
	text-align: justify;
	float: left;
	padding: 10px 0;
}
.sub_hadding {
	font-size: 27px;
	line-height: 38px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 500 !important;
}
.carousel-item {
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slider-section {
	width: 100%;
	float: left;
}
.slider-section .carousel-item img {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center center;
}
.entry-title.td-module-title a {
	color: #000;
	text-decoration: none;
	font-size: 23px;
	padding: 0;
	margin: 0;
}
.side_news_images img {
	width: 100%;
}
a.td-post-category {
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.side_news_text .entry-title.td-module-title a {
	font-size: 18px;
}
.text_travel .td-post-category {
	padding: 0px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0);
	color: #ffffff;
	font-size: 11px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
}
.text_travel .entry-title a {
	color: #ffffff;
	position: relative;
	z-index: 999;
	font-size:20px;
}
.gadgets_news img {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center 50%;
	object-fit: cover;
	height: 250px;
}
.news_page video {
	width: 100%;
	float: left;
}
.blog_page {
	width: 100%;
	float: left;
	padding: 50px 0 0;
	border-top: 2px solid #384285;
}
.news_page_share .btn-sm, .btn-group-sm > .btn {
	padding: 6px 15px;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 4px;
	margin-right: 10px;
}
 .news_page_share .fa::after {
 content: " ";
 border-left: 2px solid #ece8e8;
 margin: 0 0 0 7px;
}
.news_page_share {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.td-fix-index {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.tdb_single_comments .comments, .tdb_single_comments .comment-respond:last-child, .tdb_single_comments .form-submit {
	margin-bottom: 0;
}
.single .comments {
	margin-bottom: 48px;
	padding-top: 10px;
	margin-top: -10px;
}
.tdb_single_comments .comments, .tdb_single_comments .comment-respond:last-child, .tdb_single_comments .form-submit {
	margin-bottom: 0;
}
#reply-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 7px;
	margin-top: 10px;
}
.td-form-comment, .td-form-author, .td-form-email, .td-form-url {
	margin-top: 0;
	margin-bottom: 21px;
	width: 100%;
	float: left;
}
input[type="text"], textarea {
	font-family: Rubik !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}
.comment-form textarea {
	display: block;
	width: 100%;
}
.is-visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
input[type="text"], textarea {
	font-family: Rubik !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}
.tdb_single_comments input[type="text"] {
	min-height: 34px;
	height: auto;
}
input[type="text"], .tdi_149 textarea {
	font-family: Rubik !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	width: 100%;
	height: 36px;
}
input[type="submit"] {
	transition: background-color .4s;
	display: inline-block;
	background-color: #fec31e;
	color: #000;
	padding: 9px 20px !important;
	line-height: normal;
	text-decoration: none;
	border: 2px solid #fec31e;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin: 0;
}
.comment_news img {
	width: 120px !important;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	pointer-events: auto;
	height: 120px !important;
	border-radius: 0;
}
.comment_news {
	width: 150px !important;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	pointer-events: auto;
}
 @media (max-width: 767px) {
 .tdi_147 {
 justify-content:center !important;
 text-align:center !important;
}
}
.tdb-author-box .tdb-author-photo, .tdb-author-box .tdb-author-info {
	display: table-cell;
	vertical-align: top;
}
.tdb-author-box .tdb-author-photo img {
	display: block;
}
.tdb-author-box .tdb-author-counters span {
	display: inline-block;
	background-color: #222;
	margin: 0 10px 0 0;
	padding: 5px 10px 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.tdb-author-box .tdb-author-name, .tdb-author-box .tdb-author-url {
	display: block;
}
.tdb-author-box .tdb-author-name {
	margin: 7px 0 8px;
	font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	color: #222;
}
.tdb-author-box .tdb-author-name:hover {
	color: #4db2ec;
}
.tdb-author-box .tdb-author-url {
	margin-bottom: 6px;
	font-size: 11px;
	font-style: italic;
	line-height: 21px;
	color: #444;
}
.tdb-author-box .tdb-author-url:hover {
	color: #4db2ec;
}
.tdb-author-box .tdb-author-descr {
	font-size: 12px;
}
.tdb-author-box .tdb-author-social {
	margin-top: 4px;
}
.tdb-author-box .tdb-social-item {
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.tdb-author-box .tdb-social-item:last-child {
	margin-right: 0 !important;
}
.tdb-author-box .tdb-social-item i {
	color: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.tdb-author-box .tdb-social-item:hover i {
	color: #000;
}
.tdi_147 {
	padding: 20px;
	border: 1px solid #ededed;
}
.tdb-author-info {
	width: auto;
	padding-bottom: 0;
	padding-left: 20px;
}
.tdi_147 .tdb-author-photo {
	width: 120px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	pointer-events: auto;
}
.tdi_147 .tdb-author-name {
	margin: 5px 0 10px 0;
	font-family:Rubik !important;
	font-size:15px !important;
	line-height:1.2 !important;
	font-weight:500 !important;
	text-transform:capitalize !important;
}
.tdi_147 .tdb-social-item i {
	font-size: 15px;
	vertical-align: middle;
	line-height: 15px;
}
.tdi_147 .tdb-social-item i.td-icon-twitter, .tdi_147 .tdb-social-item i.td-icon-linkedin, .tdi_147 .tdb-social-item i.td-icon-pinterest, .tdi_147 .tdb-social-item i.td-icon-blogger, .tdi_147 .tdb-social-item i.td-icon-vimeo {
	font-size: 12px;
}
.tdi_147 .tdb-social-item {
	min-width: 15px;
	height: 15px;
	margin: 10px 20px 10px 0;
}
.tdi_147 .tdb-author-url {
	font-family:Rubik !important;
	font-size:11px !important;
	line-height:1 !important;
	font-weight:400 !important;
}
.tdi_147 .tdb-author-descr {
	font-family:Rubik !important;
	font-size:13px !important;
	line-height:1.4 !important;
	font-weight:400 !important;
}
.tdi_147 .tdb-author-photo:hover:before {
	opacity: 0;
}
.comment_middel {
	margin:0 0 0 40px !important;
	float: left;
	border: none;
}
.view_comment_page {
	width:100%;
	float:left;
	padding: 20px 0px;
}
.view_comment_page a {
	font-size: 13px;
	background-color: #70cac8;
	border-radius: 0;
	color: #fff;
	border: none;
	padding: 8px 15px;
	font-weight: 500;
 -webkit-transition: background-color .4s;
 transition: background-color .4s;
	float: right;
	border-radius: 5px;
}
.tdb-author-box {
	padding: 20px;
	border: 1px solid #ededed;
	margin: 10px;
	float: left;
}
.think_idea {
	width:100%;
	float:left;
}
.btn-social-outline {
	background-color: transparent;
	background-image: none;
	text-decoration: none;
 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.btn-fb-outline {
	color: #3b5998;
	border-color: #3b5998;
}
.btn-fb-outline:hover, .btn-fb-outline:active {
	color: #ffffff;
	background-color: #3b5998;
}
.btn-share-outline {
	color: #000;
	border-color: #000;
}
.btn-share-outline:hover, .btn-share-outline:active {
	color: #ffffff;
	background-color: #000;
}
.btn-tw-outline {
	color: #1da1f2;
	border-color: #1da1f2;
}
.btn-tw-outline:hover, .btn-tw-outline:active {
	color: #ffffff;
	background-color: #1da1f2;
}
.btn-in-outline {
	color: #ca212a;
	border-color: #ca212a;
}
.btn-in-outline:hover, .btn-in-outline:active {
	color: #ffffff;
	background-color: #ca212a;
}
.btn-gp-outline {
	color: #7bbf6a;
	border-color: #7bbf6a;
}
.btn-gp-outline:hover, .btn-gp-outline:active {
	color: #ffffff;
	background-color: #7bbf6a;
}
.btn-rd-outline {
	color: #ff4500;
	border-color: #ff4500;
}
.btn-rd-outline:hover, .btn-rd-outline:active {
	color: #ffffff;
	background-color: #ff4500;
}
.btn-hn-outline {
	color: #ff4000;
	border-color: #ff4000;
}
.btn-hn-outline:hover, .btn-hn-outline:active {
	color: #ffffff;
	background-color: #ff4000;
}
.news_page_share .btn-sm, .btn-group-sm > .btn {
	padding: 6px 15px;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 4px;
	margin-right: 10px;
}
 .news_page_share .fa::after {
 content: " ";
 border-left: 2px solid #ece8e8;
 margin: 0 0 0 7px;
}
.news_page_share {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.td-fix-index {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.tdb_single_comments .comments, .tdb_single_comments .comment-respond:last-child, .tdb_single_comments .form-submit {
	margin-bottom: 0;
}
.single .comments {
	margin-bottom: 48px;
	padding-top: 10px;
	margin-top: -10px;
}
.news_page_share p {
	float: right;
	padding: 0 0 0 5px;
	margin: 0;
}
.tdb-block-inner.td-fix-index {
	width: 100%;
	float: left;
}
.tdb-author-name {
	text-decoration: none;
}
/*--------------- news ----------------------*/
   
   
   .contact_page {
	width: 100%;
	float: left;
	background: #fff;
}
.contact_page .footer_get_touch_outer {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact_page .grid-70-30 {
	display: grid;
	grid-template-columns: 65% 35%;
	padding: 70px 0 0;
}
.contact_page .get_form_inner {
	display: block;
	padding: 50px 40px;
	background: #fff;
	box-shadow: -4px -2px 20px -7px #cfd5df;
}
.contact_page input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	color: #333;
	height: 40px;
	padding: 0 0 0 12px;
	width: 100%;
	font-size: 16px !important;
	outline: 0;
	font-size: 20px;
}
.contact_page .grid-50-50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.contact_page .grid-full {
	margin: 20px 0;
}
.contact_page textarea {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	color: #333;
	font-size:16px !important;
	padding: 12px 0 0 20px;
	width: 100%;
	font-size: 20px;
	outline: 0;
	margin-bottom: 20px;
}
.contact_page .get_form_inner_text h2 {
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 33px;
	color: #384285;
	line-height: 36px;
	font-family: 'Poppins SemiBold';
	text-align: left;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
	text-align: center;
}
 .contact_page .get_form_inner_text h2::after {
 content: "";
 position: absolute;
 height: 3px;
 width: 80px;
 background-color: #000;
 bottom: -10px;
 left: 50%;
 -webkit-transform: translatex(-50%);
 transform: translatex(-50%);
}
.contact_page input[type="submit"] {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid;
	font-weight: 500;
	padding: 10px 20px;
	outline: 0;
	cursor: pointer;
	color: #384285;
	transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.contact_page input[type="submit"]:hover {
	background-color: #384285;
	border-color: #384285;
	color: #fff;
}
.contact_page .get_say_form {
	display: inline-block;
	padding: 45px 0 25px 30px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background: #384285 !important;
}
.contact_page .get_say_form h5 {
	color: #fff;
	font-size: 26px;
	margin: 0 0 40px;
}
.contact_page ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact_page .get_say_social-icn {
	display: flex;
	position: absolute;
	bottom: 40px;
}
.contact_page .get_say_social-icn a {
	font-size: 22px;
	color: #fff;
	padding: 0 20px 0 0;
}
.contact_page .get_say_info_sec i {
	color: #fff;
	font-size: 32px;
}
.contact_page .get_say_info_sec > li {
	display: grid;
	grid-template-columns: 40px auto;
	align-items: center;
}
.contact_page .get_say_info_sec > li a {
	width: 100%;
	display: block;
	padding: 15px 4px;
	color: #fff;
	font-size: 20px;
	text-decoration: unset;
	font-weight: 500;
	border-radius: 5px 0 0 5px;
	transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.map_bx {
	width: 100%;
	float: left;
	padding: 0px 0 0 10px;
}
.map_bx iframe {
	width: 100%;
	float: left;
	height: 460px;
}
.staff_list {
	width:100%;
	float:left;
	padding:30px 0;
}
.staff_list h2 {
	font-size: 33px;
	padding: 0 0 20px;
	color: #384285;
	line-height: 36px;
	font-family: 'Poppins SemiBold';
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
}
.hindi_content {
	text-align: center;
	padding: 20px 0;
	width: 100%;
	float: left;
}
.hindi_content p {
	font-family: 'abbasi_715normal';
}
.co_curricular_silder {
	width:100%;
	float:left;
}
.co_curricular_silder img {
	width:100%;
	float:left;
}
.co_curricular_silder .owl-next {
	position: absolute;
	right: 10px;
	top: 40%;
}
.co_curricular_silder .owl-prev {
	position: absolute;
	left: 10px;
	top: 40%;
}
.co_curricular_silder .fa {
	color: #ffff;
}
.pnr_gallery {
	width:100%;
	float:left;
	padding:50px 0;
}
.pnr_gallery h1 {
	font-size: 33px;
	color: #384285;
	line-height: 36px;
	font-family: 'Poppins SemiBold';
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .5px;
	padding: 30px 0 0px;
}
.pnr_gallery nav {
	display: block;
	width: 100%;
}
.pnr_gallery ul {
	list-style: none;
	margin-bottom: 20px;
	text-align: center;
}
.pnr_gallery nav > ul > li {
	display: inline-block;
}
.pnr_gallery nav > ul > li > a {
	text-transform: uppercase;
	border-radius: 25px;
	transition: all 300ms ease-in-out;
	float: left;
	width: auto;
	background-color: #fec31e;
	color: #000;
	padding: 9px 30px;
	line-height: normal;
	text-decoration: none;
	border: 2px solid #fec31e;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: auto 10px auto auto;
}
.hidden {
	display: none;
}
/*.pnr_gallery nav > ul > li > a:hover, .current a {
	   color: #fff;
	   background-color: #27A4DD;
   }*/
   
   #projects > ul > li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 32%;
	height: auto;
	cursor: pointer;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background:#000;
}
.photos img {
	height: 220px;
	width: 100%;
	background-size: cover;
	background-position: top;
	object-fit: cover;
	border-radius: 0px 0px 0 0px;
	object-position: center top;
	opacity: 0.7;
}
.videos video {
	height: 220px;
	width: 100%;
	background-size: cover;
	background-position: top;
	object-fit: cover;
	border-radius: 0px 0px 0 0px;
	object-position: center top;
	opacity: 0.7;
}
#projects > ul > li:hover {
	opacity: 1;
}
#projects > ul > li img:hover {
	opacity: 1;
}
.pnr_gallery img {
	max-width: 100%;
	border-radius: 5px;
}
.gallery {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 40px 10px;
	display: none;
	box-sizing: border-box;
	text-align: center;
}
.gallery > img {
	max-height: 100%;
	text-align: center;
	margin: auto;
}
.pnr_gallery .close i {
	position: fixed;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 30px;
}
.pnr_gallery .bar {
	display: block;
	position: absolute;
	top: 13px;
	float: left;
	width: 30px;
	border-bottom: 4px solid #fff;
	transform: rotate(45deg);
}
.pnr_gallery .bar:first-child {
	transform: rotate(-45deg);
}
 @media (max-width: 768px) {
 #projects > ul > li {
 width: 48%;
}
}
 @media (max-width: 568px) {
 #projects > ul > li {
 width: 100%;
}
}
.school_fee_online {
	width:100%;
	float:left;
	padding:50px 0;
}
.school_fee_online h2 {
	width: 100%;
	float: left;
	text-align:center;
	font-size: 28px;
	padding: 0 0 50px;
	margin: 0;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Poppins SemiBold';
}
.button_schoolfee {
	width:100%;
	float: left;
	text-align:center;
}
.button_schoolfee button {
	display: inline-block;
	width: auto;
	background-color: #fec31e;
	color: #000;
	padding: 9px 28px;
	line-height: normal;
	text-decoration: none;
	border: 2px solid #fec31e;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin: 20px auto 0;
}
.button_schoolfee button:hover {
	background-color: transparent;
	color: #fec31e;
	border: 2px solid #fec31e;
}

#add {
	display: inline-block;
	width: 67px;
	background-color: #fec31e;
	color: #000;
	padding: 9px 0;
	line-height: normal;
	text-decoration: none;
	border: 2px solid #fec31e;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: 0;
} 
.pnr_gallery ul {
	list-style: none;
	margin-bottom: 20px;
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
}

.sweet-alert h2 {
	color: #059108 !important;
	font-size: 18px !important; 
}.sweet-alert button {
 	padding: 7px 27px !important; 
	cursor: pointer;
	background: #F00 !important;
}

.about_us_full_page {
	width: 100%;
	float: left;  
}
.about_us_full_page h3 {
	width: 100%;
	float: left;
	font-size: 28px;
	padding: 20px 0 0;
	margin: 0; 
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Poppins SemiBold';
}.about_us_full_page p {
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #000;
	font-family: 'Poppins ExtraLight';
}
.admission_popup {
	width: 100%;
	float: left;
	background: #f5f5dc;
	padding: 0;
	margin: 0;
}.admission_po .modal-body.text-center {
	padding: 0;
	margin: 0;
}.admission_popup p {
	color: #384285;
	font-weight: 600;
	line-height: normal;
	font-style: italic;
	text-transform: uppercase;
	font-size: 13px;
	width: 90%;
	margin: auto;
}.form_popup {
	width: 100%;
	float: left;
	padding: 10px 18px;
}
.images_popup_{ width:100%; float:left; text-align:center}
.images_popup_ img{ width:100%; float:left; text-align:center}
.ad_en{ width:100%; float:left; text-align:center}
.ad_en h2 {
	background: #384285;
	width: 310px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	padding: 8px 0;
	margin: -20px auto 10px;
}
.images_popup_logo{ width:100%; float:left; text-align:center}
.images_popup_logo img {
	width: 190px;
	text-align: center;
	margin: auto;
	float: none;
	margin: 10px 0;
}
.form_popup .form-group .form-control {
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #707070;
	padding: 5px 20px;
	background: 0 0;
	color: #707070;
	font-size: 15px;
	border-radius: 0;
	font-weight: 400;
	margin-bottom: 10px; 
}
.form_popup .form-group textarea.form-control {
	height: 80px;font-size: 15px !important;
}
.button_popupbx button {
	background: #384285;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	padding: 6px 40px;
	margin: 0 auto 20px;
	border: 2px solid #384285;
}
.button_popupbx button:hover{
	background:  none; 
	color: #384285; 
}

.button_popupbx {
	text-align: center;
	margin: auto;
	float: left;
	width: 100%;
}.admission_po .close {
	background: none;
	border: none;
	color: #fff;
	font-size: 50px;
	line-height: normal;
	margin-top: -20px;
	text-decoration: none;
}
 
.admission_po .modal-header {
padding: 0;
  margin: 0;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  background: none;
  border: none;
}

.beginners_page{ padding:50px 0; float:left; width:100%; float:left;}
.beginners_text p{ padding:0; margin:0;}
.beginners_logo{ width:100%; float:left; text-align:center;}
.beginners_text { width: 100%; display: inline-block; padding: 20px 0; text-align: center; margin: auto;}
.beginners_logo img{width:150px; text-align:center;}