/*--------------------------------------------------------------
 # Header
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;800&family=Hind:wght@400;700&display=swap');
/*--------------------------------------------------------------
 # Menu
--------------------------------------------------------------*/
.ht-30 {
    height: 30px;
    width: 30px;
}
.social-icon {
    background: #b79546;
}
.main-menu {
    position: relative;
    background: #fff;
    padding: 12px;
}
 .navbar-light .navbar-brand {
    color: #fff;
}
.nav-item {
    position: relative;
    margin: 0 18px;
}
.nav-item:hover:after {
    width: 100%;
}
.nav-item:after {
    content: '';
    display: block;
    border-top: 1px solid #f4e088;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
}
.navbar-light .navbar-nav .nav-link {
    font-family: poppins,sans-serif;
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
    padding: 0;
    margin: 10px 0;
    color: #00849c;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #cbcbcb;
}
.dropdown-menu a:hover {
    background: #e2150b;
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #02314b;
    color: #ffffff;
}
.dropdown-item {
    border-bottom: 1px solid #d1d1d1;
}
.uk-navbar-dropdown {
    top: 36px !important;
    padding: 8px;
    width: 320px;
}
@media    all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .dropdown-menu{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
.sidebar-menu a {
    font-size: 20px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}
/*--------------------------------------------------------------
 # Body
--------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #e82525;
}
.our-partner {
    background: linear-gradient(to right,#c08f24 0,#f4e088 50%,#c08f24 100%);
    padding: 4px;
}
.our-partner-adv {
    background: #040404;
}
.mobile-our-partner {
    background: black;
}
.videos-box {
    border: 1px solid #e5e5e5;
    padding: 7px;
    border-radius: 6px;
}
.submit-buttom {
    text-align: center;
}
.submit-box {
    background: #af7114;
    padding: 5px 13px 7px 13px;
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    border-radius: 4px;
    color: white;
}
.submit-box:hover {
    background: #cf0000;
    color: white;
}
.awards-box {
    background: #210634 url(/award/public_html/storage/award-img.png);
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.single-page-box {
    background: #210634 url(/award/public_html/storage/single-img.jpg);
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
/*--------------------------------------------------------------
 # Image
--------------------------------------------------------------*/
.slider-thumnail img {
    height: 650px;
}
.cover {
    object-fit: cover;
}
.videos-height {
    height: 300px;
}
.about-thumnaiil img {
    height: 330px;
}
.event-thumnail img {
    height: 330px;
}
.our-gallery-thumnail img {
    height: 240px;
}
/*--------------------------------------------------------------
 # Font
--------------------------------------------------------------*/
p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
.ft-10 {
    font-size: 15px;
    font-weight: 700;
    font-family: sans-serif;
}
.ft-11 {
    font-size: 17px;
    font-family: "Roboto",sans-serif;
}
p.ft-12 {
    font-size: 17px;
    color: white;
    font-family: "Roboto",sans-serif;
}
/*--------------------------------------------------------------
 # Cat Heading
--------------------------------------------------------------*/
.cat-head span {
    font-size: 40px;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    color: #b79546;
}
h2.cat-head {
    font-size: 40px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
}
.cat-head {
    text-align: center;
}
/*--------------------------------------------------------------
 # Play Button
--------------------------------------------------------------*/
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #c6a554;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #cdb15e;
    border-radius: 50%;
    transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
	border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(5);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
 # Timeline
--------------------------------------------------------------*/
.timeline-form .table td, .timeline-form .table th{
	vertical-align: middle ;
}
.timeline-count.desktop{
  padding:40px;
  background: #FFf;  

}
.timeline-form .custom-control{
	display: inline-block;
	min-height: unset;
	padding-left: 0px;
}
.timeline-form .custom-control-label{
	margin-right: 0px !important;
}
.timeline-form .custom-control-label::before,
.timeline-form .custom-control-label::after{
	top: -12px;
	left: 0px;
}
.timeline-form .age-box{
	width: 100px;
}
.timeline-form .btn-add{
	margin-left: 0px !important;
}
.timeline-form table{
	width: auto !important;
}
.timeline-count{
	padding: 15px;
}
.timeline-box {
    padding: 0px !important;
    position: relative;
    height: 200px;
}
.timeline-box .age-item{
	text-align: center;
	font-family: 'fs-elliot-bold';
}
.timeline-box .bullet {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #af7114;
    margin: 0px auto;
    position: relative;
    top: -6px;
}
.timeline-box .timeline-line {
    width: 100%;
    position: relative;
    height: 3px;
    border-top: 3px solid #af7114;
}
.vertical-line{
	position: relative;
    width: 100%;
}
.vertical-line .wrapper-line{
	    width: 2px;
    height: 40px;
    background-color: #af7114;
    margin: 0 auto;
}
.timeline-detail {
    margin: 0 50px;
    text-align: center;
    background: #333;
    padding: 10px;
    border-radius: 5px;
    max-height: 50px;
    overflow: hidden;
}
.timeline-count .row:first-child .timeline-box:first-child .timeline-line:before{
	content: '';
	width:10px;
	height:10px;
	border-radius:100px;
	background:#af7114;
	position: absolute;
	top: -6px;
}
.timeline-count .row:last-child .timeline-box:last-child .timeline-line:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #af7114;
    position: absolute;
    top: -6px;
    right: 0;
}
.timeline-count .row:nth-child(even) .timeline-box:first-child .timeline-line,
.timeline-count .row:nth-child(even) .timeline-box:last-child .timeline-line,
.timeline-count .row:nth-child(odd) .timeline-box:first-child .timeline-line,
.timeline-count .row:nth-child(odd) .timeline-box:last-child .timeline-line{
	border-top-color: transparent !important;
}
.timeline-count .row:last-child .timeline-box:last-child .timeline-line, .timeline-count .row:first-child .timeline-box:first-child .timeline-line {
    border-top: 3px solid #af7114 !important;
}
.timeline-count .row:last-child .timeline-box:last-child:before{
	content: unset !important;
}
.timeline-count .row:nth-child(odd) .timeline-box:last-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 48px;
    width: 100%;
    height: 203px;
    border-top: 3px solid #af7114;
    border-right: 3px solid #af7114;
    border-bottom: 3px solid #af7114;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.timeline-count .row:nth-child(even) .timeline-box:last-child:before{
	content: '';
	position: absolute;
	right: 0;
	top: 40px;
	width: 100%;
	height:323px;
	border-top: 3px solid #af7114;
	border-left:3px solid #af7114;
	border-bottom: 3px solid #af7114;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.timeline-count .row:nth-child(even){
	direction: rtl;
}
.vertical-timeline .vertical-box{
	padding-left: 30px;
    border-left: 3px solid #af7114;
    padding-bottom: 30px;
    position: relative;
}
.vertical-timeline .vertical-box:last-child{
	padding-bottom: 0px ;
}
.vertical-timeline .vertical-box:after{
	content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #af7114;
    position: absolute;
    left: -6.2px;
    top: 15px;
}
.vertical-timeline .vertical-box-detail{
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 10px 15px;
}
.vertical-timeline .vertical-box-detail p{
	padding-bottom: 0px;
}