html,body
{
	font-family: 'Lancelot', cursive;
	padding:0;
	margin:0px;
}
.wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 200PX;
    z-index: 2;
    padding-top: 20px;
    //background: #FFF;

}  
#myHeader 
{
    position: relative;
    text-align: center;
    padding: 0px 0;
    box-shadow: none;
}
.menu-width
{
	max-width: 1392px;
	margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFF;
    border-radius: 100px;
}
.openmenu
{
	font-size:20px;
	position:relative;
	top:-5px;
	cursor:pointer;
	display: none;
}
.navbar-brand {
         width: 200px;
    border: 1px solid #f1ebeb;
    padding: 10px;
    margin: 0 auto;
    background: #ff8f1d;
    border-radius: 10px;
}
.navbar.navbar-dark .navbar-toggler {
    color: #de0909;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow:0 0 3px 0px;
  
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ebbc0163;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 60px;}
  .sidenav a {font-size: 18px;}
  
 }
.letters_title
{
	font-size: 30px;
	text-align: center;

}
.nav-tab-bg
{
	background: #ff8f1dbd;
	padding: 20px;
}
.nav-tab-bg li a
{
	padding: 25px 20px;
    font-size: 26px;
    line-height: 60px;
}
.nav-tab-bg li a:hover
{
	background: #fff;
	padding: 5px 20px;
    font-size: 26px;
    line-height: 60px !important;
    border: none !important;
}
.nav-tab-bg li a.active
{
	background: #fff;
	padding: 10px 15px;
	font-size: 26px;
}
.nav-tab-bg .nav-tabs
{
	border-bottom: none !important;
}
header
{
	/*position:sticky;
	top:0px;
	z-index:99;
	background:#fff;*/
}
.logo_div
{
	    height: 0px;
    top: -50px;
    position: relative;
}
strong {
    font-weight: 600;
}
.nav-item
{
	padding: 20px 40px 0 40px;
    font-size: 30px;
}
.nav-item a:hover{
	color:#ebbc01;
}
li.active a
{
	color:#ebbc01;
	font-weight:600;
}
.font_20px
{
	font-size: 23px;
	text-align: center;
}
.tabs-left {
  border-bottom: none;
  //border-right: 1px solid #ddd;
}

.tabs-left>li {
  
    float: none;
    margin: 10px;
    font-size: 30px;
}
 .left-border
 {
 	border-right:1px solid #ccc ;
 } 

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#f90;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}

.border {
    border: 1px solid #dee2e6!important;
    padding: 10px;
    text-align: center;
}
.popuptitle
{
	font-size:18px;
	text-align:center;
}
.popuptext
{
	font-size:13px;
	color:#ebbc01;
	line-height:20px;
}
.popup_btn
{
	width: 100%;
    background: #ebbc01;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 5px;
}
button:focus
	{
		border:none !important;
		outline: 0px dotted !important;
	}
.close
{
	margin:0px 10px;
	font-size: 100px;
    padding: 0px !important;
}
.float-left
{
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  left: 0;
}
.float-right
{
	cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  right: 0;
}
.modal-dialog
{
	max-width:100%;
}
.verticlebtnsub
{
	position: fixed;
	right: -50px;
	font-size: 16px;
	padding: 0px 20px !important;
	height: auto !important;
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	top: 50%;
	letter-spacing: .5px;
	box-shadow: 0 -2px 3px #000;
	background-color:#ebbc01 !important;
	line-height: 30px !important;
	color: #fff;
	border-radius: 0;
	z-index: 99;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-secondary {
    color: #fff;
    background-color: #0a0a0a !important;
}
a
{
	color:#000;
}
a:hover{
	color:#000;
}
h5
{
	font-size: 25px;
	font-weight: 600;
}
h4 {
   width: 100%; 
   font-size: 35px;
} 
h3
{
	font-size: 34px;
}
.fade:not(.show) {
    opacity: 1;
}
.modal-title
{
	text-align: center;
	font-size: 40px;
	padding: 15px;
}
img
{
	width:100%;
}
.h-280
{
	height:280px;
}
.no-padding
{
	padding:0px 5px;
	margin:0px;
}
P b{
font-size: 35px;

}
p
{
	font-size:25px;
	line-height:40px;
}
p a strong, strong
{
	font-weight:normal !important;
}
.confirm_width
{
	width:50%;
	margin:0 auto;
}
.playgroupbg
{
	padding: 55px 30px 55px 30px;
background-color: transparent;
background-image: linear-gradient(180deg,
#21b6d4 0%,
rgba(255,255,255,0) 40%);
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color:
#21b6d4;
border-radius: 20px 20px 20px 20px;
box-shadow: 0px 0px 30px 0px
    rgba(0,0,0,0.05) inset;
    margin: 10px 0px;
}
.lkgbg
{
	padding: 55px 30px 55px 30px;
background-color: transparent;
background-image:linear-gradient(180deg,
#f98209 0%,
rgba(255,255,255,0) 40%);
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color:
#f98209;
border-radius: 20px 20px 20px 20px;
box-shadow: 0px 0px 30px 0px
    rgba(0,0,0,0.05) inset;
    margin: 10px 0px;
}
.ukgbg
{
	padding: 55px 30px 55px 30px;
background-color: transparent;
background-image: linear-gradient(180deg,
#fd60a6 0%,
rgba(255,255,255,0) 40%);
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color:
#fd60a6;
border-radius: 20px 20px 20px 20px;
box-shadow: 0px 0px 30px 0px
    rgba(0,0,0,0.05) inset;
    margin: 10px 0px;
}
.text-overlap
{
	text-overflow:ellipsis;
	white-space:hidden;
	 display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
	overflow:hidden;
}
.activitiesbg
{
	background: #f37f09;
    padding: 40px 0px;
    margin: 50px 0px;
}
.activitiesbg .border
{
	 border: 1px solid #dee2e6!important;
     padding: 0px;
    text-align: center;
    background: #fff;
    margin: 10px 0px;
}
.activitiesbg .border p
{
	    padding: 15px;
    text-align: center;
    line-height: 40px;
}
.limited_post_1 .limitedsub_post:nth-child(n+5)
{
	display:none;
}
.footernewsbg
{
	background:#ebbc0163;
	padding:50px;
}
footer
{
	background-image:linear-gradient(197deg,
#3acce7 0%,
rgba(255,255,255,0) 50%);
	padding: 40px 0px;
	margin-top: 30px;
}
footer p
{
	line-height: 25px;
}
footer p a
{
	font-size: 20px;
    line-height: 0;
}
.form-control_news
{
	background-color: #fff !important;
    color: #000;
    padding: 5px 5px;
	width:100%;
}
.btn_submit{
	    background: #ff8f1d;
    color: #fff;
    padding: 5px 38px;
    border: none;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
.btn_news
{
	background: #ebbc01;
    color: #fff;
    padding: 5px 30px;
	border:none;
}
.copy
{
	font-size:20px;
	text-align:center;
	border-top:1px solid #ccc;
	padding:10px;
}
.md-form.md-outline label
{
	padding-left: 25px;
	font-size:25px;
}
.md-form.md-outline
{
	margin:0px 0px;
}
.mdb-select
{
	
    background-color: transparent;
    border: 1px solid #dadce0;
    border-radius: 4px;
	color:#757575;
	padding:10px;
	font-size:25px;
	width:100%;
}
.form
{
	width: 60%;
}
.form-check-label {
    margin-bottom: 0;
    font-size: 25px;
}
.form-control
{
	font-size:25px;
	padding:10px 5px !important;
}
.captchaborder
{
	padding: 5px 0px;
    text-align: center;
    letter-spacing: 10.5px;
    margin: 40px 0px 0px 0px;
    font-weight: 600;
    width: 100%;
    font-size: 30px;
    color: #000;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 9px;
    width: 20px;
    height: 20px;
}
@media screen and (min-width:200px) and (max-width:350px)
{
.openmenu
  {
  	display: block;
    font-size: 30px;
   	top: 5px;
  }
  .wrapper
	{
		position: absolute;
	    top: 0;
	    width: 62px;
	    margin: 0 auto;
	    border-radius: 2px;;
	}
	.menu-width
	{
		height: 70px;
	}
  .row
  {
  	margin: 0;
  	padding: 0;
  }
  .logo_div
  {
  	height: auto;
  	top: 0px;
  }
  p
  {
  	padding: 5px;
  }
  
}
@media screen and (min-width:351px) and (max-width:500px)
{
.openmenu
  {
  	display: block;
    font-size: 30px;
   	top: 5px;
  }
  .wrapper
	{
		position: absolute;
	    top: 0;
	    width: 62px;
	    margin: 0 auto;
	    border-radius: 2px;;
	}
	.menu-width
	{
		height: 70px;
	}
  .row
  {
  	margin: 0;
  	padding: 0;
  }
  .logo_div
  {
  	height: auto;
  	top: 0px;
  }
  p
  {
  	padding: 5px;
  }
}
@media screen and (min-width:501px) and (max-width:639px)
{
	.openmenu
  {
  	display: block;
    font-size: 30px;
   	top: 5px;
  }
  .wrapper
	{
		position: absolute;
	    top: 0;
	    width: 62px;
	    margin: 0 auto;
	    border-radius: 2px;;
	}
	.menu-width
	{
		height: 70px;
	}
  .row
  {
  	margin: 0;
  	padding: 0;
  }
  .logo_div
  {
  	height: auto;
  	top: 0px;
  }
  p
  {
  	padding: 5px;
  }
}
@media screen and (min-width:640px) and (max-width:767px)
{
	.openmenu
  {
  	display: block;
    font-size: 30px;
   	top: 5px;
  }
  .wrapper
	{
		position: absolute;
	    top: 0;
	    width: 62px;
	    margin: 0 auto;
	    border-radius: 2px;;
	}
	.menu-width
	{
		height: 70px;
	}
  .row
  {
  	margin: 0;
  	padding: 0;
  }
  .logo_div
  {
  	height: auto;
  	top: 0px;
  }
  p
  {
  	padding: 5px;
  }
}
@media screen and (min-width:768px) and (max-width:900px)
{
	.openmenu
  {
  	display: block;
    font-size: 30px;
   	top: 5px;
  }
  .wrapper
	{
		position: absolute;
	    top: 0;
	    width: 62px;
	    margin: 0 auto;
	    border-radius: 2px;;
	}
	.menu-width
	{
		height: 70px;
	}
  .row
  {
  	margin: 0;
  	padding: 0;
  }
  .logo_div
  {
  	height: auto;
  	top: 0px;
  }
  p
  {
  	padding: 5px;
  }
}
@media screen and (min-width:901px) and (max-width:991px)
{
	.openmenu
  {
  	display: block;
    font-size: 30px;
   	top: 5px;
  }
  .wrapper
	{
		position: absolute;
	    top: 0;
	    width: 62px;
	    margin: 0 auto;
	    border-radius: 2px;;
	}
	.menu-width
	{
		height: 70px;
	}
  .row
  {
  	margin: 0;
  	padding: 0;
  }
  .logo_div
  {
  	height: auto;
  	top: 0px;
  }
  p
  {
  	padding: 5px;
  }
}
@media screen and (min-width:992px) and (max-width:1223px)
{
	
}