body {font-family: "Montserrat", sans-serif; }
a{text-decoration:none;}
@font-face {
  font-family: 'GalaxiePolarisBold';
  src: url('../fonts/Galaxie-Polaris-Bold.otf') format('opentype');

}

.adetail .heading h2{text-align:center;}
.heading h2 .text2{color: #E4B236;}
.adetail .card-body{}
.adetail .card-body h5{
  margin: 0px 0px 8px;
  font-size: 1.5rem;}
.adetail .card-body p{font-weight: 500;}
.adetail .card-body .btn{background: #6CB551;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 15px;}
.adetail .card-body h5 a{color:#000;}
.header .menu > ul > li:nth-child(2) .sub-menu.mega-menu-column-4 > .list-item.t:nth-child(3){flex: 0 0 26%;}
.header .menu > ul > li:nth-child(2) .sub-menu.mega-menu-column-4 > .list-item.t:nth-child(4){text-align: center;
  flex: 0 0 12%;}
.searchtb {
  background: #0a4c88; display:none;
  padding: 13px 0px;
}
.searchtb .form-control {font-size: 14px;}
.searchtb .btn{background: #fff;
  color: #222;
  border: 1px solid #ced4da;}

.bantext h2{font-family: "Montserrat", sans-serif;
  font-size: 47px;
  line-height: 60px;
  font-weight: 900;
  color: #fff;
  max-width: 510px;}
.bantext span{color:#E4B236;}
.hmslide {
  position: relative;
}
.bantext {
  position: absolute;
  width: 100%;
  top: 32%;
}


.livsec {
  padding: 62px 0px;
}
.livleft{margin-top: 76px;}
.livleft h3{
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 30px;}
.livleft p{font-weight: 500;
  font-size: 17px;
  line-height: 24px;}
.livtbox {
  width: 33.33%;
  text-align: center;
  padding: 5px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
  .livtbox .num img{max-width: 103px;}
  .livtbox .num{margin-top: 0px;}

    .livtbox.y .num:after{background: #000;}
.livtbox h4{font-weight: normal; 
  font-size: 44px;
  position: relative; 
font-family: 'GalaxiePolarisBold';
  color: #fff;}
  .livtbox h4:after{content: '';
  display: block;
  width: 44px;
  height: 2px;
  background: #fff;
  margin: 6px auto;}
.livtbox p{font-size: 13px;
  color: #fff;
  margin-bottom: 0px;}
.livright {
  display: flex;
  flex-wrap: wrap;
}
.livibox{width: 33.33%;}
.livtbox.b{background:#1B4C82;}
.livtbox.g{background:#6CB551;}
.livtbox.y{background:#FFDE00;}
.livtbox.y h4{color:#000;}
.livtbox.y p{color:#000;}
.livtbox.y h4:after{background:#000;}

.vid .vservbox a{position:relative; display:block;}
.vid .vservbox a .vdplybtn {
  background: #0f4c87;
  color: #fff;
  border: none;
  width: 37px; 
  height: 37px;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  left: 4px;
  text-align: center; display:none; 
  line-height: 28px; transition:0.1s;
  font-size: 18px;
}
.vid .vservbox:hover .vdplybtn{display:block;}
.vid .vservbox a .vdplybtn img{width: 17px;
  display: inline-block;
  margin: -1px 0px 0px 4px;}


.fundsec {
  padding: 42px 0px;
}
.heading h2{
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 30px;}

.vservbox{}
.vservbox h4{
  margin: 9px 0px 8px; font-weight: 600;}
.vservbox {
  text-align: center;
}
.vservbox h4 a{color: #000;
  font-weight: 600;
  font-size: 21px;}
.vservbox p{font-weight: 500;
  font-size: 16px;
  color: #111;}
  
  .alvid {
  text-align: right;
}
  .alvid a{
  color: #000;
  font-size: 17px;}
  .alvid a i{color:#0a4c88; margin-left: 3px;}
  
  
  
  
  .video-area {
      position: relative;
      background-color: #000;
      overflow: hidden; width: 80%; flex: 1;
  height: 100%;
    }
    .video-area img {
      width: 100%;
      display: block;
      filter: grayscale(100%);
    }
	.sidebar {
  width: 20%; height: 100%; box-sizing: border-box; overflow-y: auto;
}
    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70px;
      height: 70px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      animation: pulse 1.5s infinite;
    }
    .play-button::before {
      content: "";
      border-left: 20px solid #004f93;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(0, 79, 147, 0.7);
      }
      70% {
        box-shadow: 0 0 0 15px rgba(0, 79, 147, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(0, 79, 147, 0);
      }
    }

    .sidebar-item {
   cursor: pointer;
  transition: background 0.3s; text-align:center;
  padding: 9px 22px 2px;
  
  
    }
    .sidebar-item:hover {
      background: #e6f0ff;
    }
    .sidebar-item.active {
      background: #004f93;
      color: white;
    }
    .sidebar-item img {
   max-width: 144px;
  display: inline-block; object-fit: cover;
    }
    .sidebar-item .title {
      padding: 5px 10px 5px; font-size: 13px;
      font-weight: 400; text-align:center;
    }
	.vidblock {
  display: flex;
  overflow: hidden;
}
.vidblock video{height: 100%; width: 100%; min-height: 480px; max-height: 480px;
  object-fit: cover;}
  .vidsec {
  background: #f0f0f0;
  padding: 40px 0px;
}
.sidebar {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.sidebar::-webkit-scrollbar {
  width: 6px;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}



.gibtn {
  background: #6CB551;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 12px 32px;
  margin-top: 30px;
  display: inline-block;
  font-size: 22px;
}














.footer {
  background: #042544;
  padding: 45px 0px 15px;
}
.flogo {
  margin-bottom: 48px;
}
.flogo img{max-width: 275px;}
.fsocial {
  text-align: right;
}
.fsocial a{color: #fff;
  font-size: 20px;
  margin-left: 70px;}
.footblock {
  display: flex;
}
.footbox{border-right: #ffffff40 1px solid;
  margin-right: 18px;}
.footbox h4{color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;}
.footbox ul{padding-left: 0px;
  margin-bottom: 0px;}
.footbox ul li{margin-bottom: 2px;}
.footbox ul li a{color: #fff;   font-size: 12px;}
.footbox p{color: #fff;
  font-size: 12px;
  font-weight: 500;}
  .footbox.f1{width: 18%;}
  .footbox.f2{width: 28%;}
  .footbox.f3{width: 18%;}
  .footbox.f4{width: 12%;}
  .footbox.f5 {
  border-right: none;
  margin-right: 0px;
  width: 45%;
}
.footbox h4.t2{color:#E4B236;}
.copyright {
  height: 100%;
  align-content: end;
}
.copyright p{color: #fff;
  font-weight: normal; margin-bottom:0px;
  font-size: 13px;}
  
  .newsletter{}
  .newsletter h4{color: #E4B236;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;}
  .newsletter p{color: #fff;
  font-size: 12px;
  font-weight: 500;}
  .newsletter input{border-radius: 0px; font-size: 13px;}
  .form-group.s{text-align:right;}
  .newsletter a{color: #fff; font-size: 13px; float: left; margin-top: 9px;}
  .newsletter .cbtn{background: #E4B236;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 3px 12px;
  margin-top: 8px;
  border-radius: 14px;}
  .bottomfooter {
  padding: 70px 0px 25px;
}
.storiessec {
  background: #fff8e7;
  padding: 38px 0px 40px;
}
.storybox{border: #959595 1px solid;
  padding: 20px 25px 15px;}
  .storybox:hover{border: #0f4c87 2px solid;}
.storybox h6{
  font-size: 15px;
  margin-bottom: 13px;}
.storybox h4{
  font-size: 20px;
  margin: 17px 0px 12px;}
.storybox .btn{ position:relative;
  font-size: 14px;
  padding: 0px;}
.storybox .btn:after{content: '';
  display: block;
  background: #e4b236;
  height: 1px;
  width: 50px;
  margin-top: 4px;}
  
  
  
  
  
  /**
 *  Progress Bar
 */
.storiessec .progress {
  display: block;
  width: 95%;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #bed8f0;
  background-image: linear-gradient(to right, #0f4c87, #0f4c87);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
  margin: 39px auto 0px;
}

.storiessec .slick-next:before { 

font-family: "Font Awesome 6 Free";
  content: "\f105"; /* Unicode for fa-download */
  font-weight: 900; /* 900 for solid icons */
 background:none; color:#0f4c87; opacity:1;}


.storiessec .slick-prev:before { 

font-family: "Font Awesome 6 Free";
  content: "\f104"; /* Unicode for fa-download */
  font-weight: 900; /* 900 for solid icons */
  background:none; color:#0f4c87; opacity:1;}

.stslider {


}
.storiessec .slider .slick-slide {
  margin: 0 10px;
}
.storiessec .slider {
  margin: 0 -10px; /* Negative margin to fix alignment */
}

.storiessec .slick-prev, .storiessec .slick-next{background: none;
  color: #0f4c87;
  top: auto;
  bottom: -60px;}
  .storiessec .slick-prev{left: 9px;}
  .storiessec .slick-next{right: 12px;}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.hmslide .mob{display:none;}

.accordion {
  margin-top: 40px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
}
.accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
}
.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion .accordion-button::after{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

.faqsec .accordion-item{background: #fff;
  border: none;  border-bottom: #000 1px solid;
  margin-bottom: 0px;}
 .faqsec .accordion-button{
  font-weight: 700;
  font-size: 18px;
  padding: 20px 0px;}
 .faqsec .accordion-button:not(.collapsed){color: #000;
  background-color: #fff; box-shadow: none;}
 .faqsec .accordion-item:first-of-type{border-radius:0px; border-top: #000 1px solid;}
 .faqsec .accordion-button:focus{border:none; box-shadow:none;}
.faqsec h2{}
.faqsec {
  padding: 33px 0px 45px;
}
.faqsec .accordion .card-body{padding: 1px 0px 10px;}
.faqsec .accordion .card-body p{font-weight: 500;
  font-size: 17px;
  color: #000;
  line-height: 24px;
  margin-bottom: 12px;}
.vid .vservbox .dt {
 display: block;
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}
.adetimg7 {
  display: flex;
  gap: 13%;
}
.adetimg7 .adeti2{text-align: center;}
.adetimg7 .adeti2 h4{
  font-size: 26px;
  margin: 15px 0px 1px;}
.adetimg7 .adeti2 p{color: #000;
  font-weight: 500;
  font-size: 14px;}
  .adetimg7.i {
  flex-wrap: wrap;
  gap: 4%;
}
.adetimg7.i .adeti2 {
  width: 16.80%;
  margin-bottom: 38px;
}
.adetimg7.i .adeti2 h4{font-size: 22px; margin-bottom: 3px;}
.adetimg7.i .adeti2 p{font-size: 11px;
  font-weight: 600;}
.fndheading {
  text-align: center;
}
.fndheading h3{
  font-weight: 700;
  font-size: 32px; margin-bottom: 1px;}
.adetcont .fndheading p{font-weight: 600;}
.fndheading h3{font-size:26px;}
.adetail5 .heading {
  margin: 20px 0px 55px;
}
.adetail5 {
  padding-bottom: 30px;
}



.watmore {
  margin-bottom: 15px;
  text-align: center;
}
.watmore a{color: #000;
  font-weight: 500;
  font-size: 17px;}
  .watmore a i{margin-left: 4px;
  font-size: 14px;}
.vid .vservbox .catn{
  font-size: 18px;}
.vid .vservbox h4 a {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  display: block;
}
.vid .vservbox h4{margin: 18px 0px 8px;}
.vid .vservbox {
   margin-bottom: 50px;
  padding: 17px; transition:0.2s; border: #fff 2px solid;
}
.vid .vservbox:hover{border: #0f4c87 2px solid;}

.vid .heading h2{margin-bottom:25px;}

.vid .pagination{justify-content:center;}

.vid .page-item:first-child .page-link{border-radius:0px;}
.vid .page-item:last-child .page-link{border-radius:0px;}
.vid .page-item.active .page-link{background: #FFDC8629;
  color: #000;
  border-color: #000; }
.vid .page-link{border: #000 1px solid;
  color: #000;
  font-weight: 500;}
.vid .page-link i{}
.vid-detail {
  padding-top: 45px;
}
.vid-detail {
  padding-top: 45px;
}
.vid-detail h6{
  font-size: 18px;
  font-weight: 700;}
.vid-detail h2{
  margin-bottom: 7px;}
  .vid-detail .det{color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 28px;}
  .vidcontent {
  padding: 60px 0px 0px; 
  max-width: 677px;
}
.vidcontent p{font-weight:500; font-size:17px; color:#000;}

.newsbox{border-bottom: #000 1px solid;
  padding-bottom: 50px;
  margin-bottom: 50px;}
.newsbox h6{}
.newsbox h2{
  font-size: 25px;
  margin-bottom: 8px;}
.newsbox .det{font-size: 14px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 16px;}
.newsbox p{font-size: 17px;
  font-weight: 500;
  color: #000;
  margin-bottom: 28px;}
.newsbox .rmore {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  position: relative;
}
.newsbox .rmore:after{content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #000;}


.timeline {
  margin: 35px 0px 60px;
}
.timelinesec .heading {
  margin-top: 20px; 
}

.nfilter .dropdown-custom {
      position: relative;
  display: inline-block;
  width: 185px;
  border-bottom: 1px solid #000; 
    }

.nfilter .dropdown-toggle.custom-style {
      background: none; 
  border: none;
  box-shadow: none; 
  width: 100%;
  text-align: left;
  padding: 0px; 
  font-weight: 500;
  position: relative; font-size: 15px;
    }

    .nfilter .dropdown-toggle.custom-style::after {
      content: '';
  position: absolute;
  right: 5px;
  top: 8px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: transform 0.3s ease;
  border-left: none;
  border-top: none;
    }
	.newsheading .heading h2{margin-bottom:0px;}

    .nfilter .dropdown.show .dropdown-toggle.custom-style::after {
      transform: translateY(-50%) rotate(-135deg);
    }

    .nfilter .dropdown-menu {
      width: 100%;
    }

.newsheading {
  display: flex;
  justify-content: space-between; margin-bottom: 44px;
}
.nfilter {
  display: flex; height: fit-content; align-items: baseline;
}
.nfilter h5{font-size: 15px;
  color: #000; margin-bottom: 0px;
  margin-right: 22px;}
.newssec {
  margin: 40px 0px 35px;
}
.newssec .pagination {
  justify-content: center;
}
.newssec .page-item.active .page-link {
  background: #FFDC8629;
  color: #000;
  border-color: #000;
}
.newssec .page-item:first-child .page-link {
  border-radius: 0px;
}
.newssec .page-link {
  border: #000 1px solid;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
  color: #000;
  font-weight: 500;
}

.adetail {
  padding: 16px 0px 40px;
}
.adetcont {
  margin: 32px 0px 48px;
}
.adetcont p{font-size: 17px;
  font-weight: 500;
  color: #000;}
  .adetimg {
  margin-bottom: 30px;
}
.adetail .gibtn{margin-top:8px;}
.adetimg2 {
  display: flex;
  gap: 25px;
}
.adetimg2 img:nth-child(1){width: 31%; }
.adetimg2 img:nth-child(2){width: 38%; }
.adetimg2 img:nth-child(3){width: 31%; }
.adetimg2 img{margin-bottom:20px;}


.adetimg4 {
  display: flex;
  gap: 25px;
}
.adetimg4 .adeti2:nth-child(1){width: 31%; }
.adetimg4 .adeti2:nth-child(2){width: 38%; }
.adetimg4 .adeti2:nth-child(3){width: 31%; }
.adeti1{text-align:center; margin-bottom:10px;} 
.adeti1 {
  text-align: center;
  margin-bottom: 32px;
}

.adeti1 .gibtn{font-size: 15px;
  padding: 10px 32px; text-transform: uppercase;
  margin-top: 12px;}
.adeti2 {
  margin-bottom: 22px;
}
.adeti2 a{
  display: block;
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-top: 9px;}
  .sc .adeti2 {
  margin-bottom: 38px;
}
.adetail.sc {
  padding-bottom: 20px;
}

@media only screen and (max-width:768px){
	body .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.t.d{text-align:left;}
	.vid .vservbox a .vdplybtn{display:block;}
	.newsbox p{font-size:15px;}
	.adetcont p{font-size:15px;}
	.vservbox p{font-size:15px;}
	.livleft p {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
}
.vidcontent p{font-size:15px;}
.vid .vservbox {
  margin-bottom: 30px; text-align: center;
padding: 0px;} 
.vid .vservbox a img{width:100%;}
	
	.bantext {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
	
	.adetail5 .heading {
  margin: 20px 0px 30px;
}
	.adetimg7.i{display: flex;}
	.adetimg7.i .adeti2 {
  width: 48%;
  margin-bottom: 30px;
}
.adetimg7.i .adeti2 h4 {
  font-size: 20px;
  margin-bottom: 3px;
}
	.adetimg7 {
  display: block;
  gap: 13%;
}
.adetimg7 .adeti2 h4{margin-top:10px;}
	.col-md-7.col-lg-9.vp {
  order: 2;
  margin-top: 24px;
}
	.adeti1 .gibtn {
  font-size: 14px;
  padding: 9px 32px;
  margin-top: 8px;
}
.adeti2 {
  margin-bottom: 35px;
}
.adetail .gibtn {
  margin-top: -10px;
}
	.adetimg2 {
  display: block;
  gap: 25px;
}
.adetimg2 img:nth-child(1){width: 100%; }
.adetimg2 img:nth-child(2){width: 100%; }
.adetimg2 img:nth-child(3){width: 100%; }

.adetimg4 {
  display: block;
  gap: 25px;
}
.adetimg4 .adeti2:nth-child(1){width: 100%; }
.adetimg4 .adeti2:nth-child(2){width: 100%; }
.adetimg4 .adeti2:nth-child(3){width: 100%; }
	.nfilter .dropdown-custom{width:134px;}
	.newsbox h2{font-size:23px;}
	.vid-detail h6{font-size:17px;}
	.vid-detail .heading h2 br{display:none;}
	.vidcontent {
  padding: 28px 0px 0px;
  max-width: 100%;
}
	.faqsec .accordion-button{font-size:16px;}
	.faqsec .accordion .card-body p{font-size: 14px;}
	.faqsec .accordion-button{padding: 16px 0px;}
	.faqsec .accordion-button::after{height:17px; width:17px; background-size:17px;}
	.livsec .col-md-6.fl {
  padding: 0px;
}
	
	.livsec {
  padding: 35px 0px;
}
.livleft {
  margin-top: 0px;
  margin-bottom: 29px;
}
.livleft h3 {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 24px;
} 
.livtbox { align-content: center;
width: 50%;}
.livibox {
  width: 50%;
}
.livtbox h4 {
  font-size: 33px;
  position: relative;
  color: #fff;
}
.livtbox h4::after{margin: 2px auto;}
.livibox img{object-fit: cover;
    height: 100%;}
	.heading h2 {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 25px;
}
.vservbox {
  margin-bottom: 30px;
}
.fundsec {
  padding: 32px 0px 10px;
}
.alvid {
  text-align: right;
  margin-bottom: 15px;
}

.vidblock {
  display: block;
}
.video-area{width: 100%;}
.sidebar {
  width: 100%;
  display: flex;
}
.vidblock video{min-height:auto;}
.sidebar-item{width:50%; padding: 13px 14px 2px;}
.sidebar-item img {
  max-width: 100%;
  display: inline-block;
}
.sidebar-item .title {
  padding: 6px 10px 7px;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}







.vidblock {
    flex-direction: column;
  }

  .sidebar {

  }

  .sidebar-item {
    flex: 0 0 auto;
    margin-bottom: 0;
    display: block;
    text-align: center;
  }

  .sidebar-item img {
    display: block;
    margin: 0 auto;
  }

  .sidebar-item .title {
    padding-top: 5px;
  }
  
  
  
.gibtn {
  background: #6CB551;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 12px 32px;
  margin-top: 18px;
  display: inline-block;
  font-size: 14px;
}
.flogo img {
  max-width: 250px;
}
.flogo {
  margin-bottom: 16px; text-align: center;
}
.fsocial {
  margin-bottom: 28px; text-align: center;
}
.fsocial a {
  color: #fff;
  font-size: 17px; 
  margin-left: 34px; margin-left: 15px;
    margin-right: 15px;
}
.footblock {
  display: flex;
  flex-wrap: wrap;
}
.footbox.f1 {
  width: 46%;
}
.footbox.f2 {
  width: 48%;
  margin-right: 0px;
  border-right: none;
}
.footbox{margin-bottom:25px;}
.footbox.f3 {
  width: 46%;
}
.footbox.f4 {
  width: 48%;
  margin-right: 0px;
  border-right: none;
}
.footbox.f5 {
  border-right: none;
  margin-right: 0px; 
  width: 100%;
}
.bottomfooter {
  padding: 0px 0px 15px;
}
.newsletter {
  margin-top: 0px;
}
.hmslide .desk{display:none;}
.hmslide .mob{display:block;}
.bantext h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-weight: 900; margin-bottom:0px;
  color: #fff;
  max-width: 260px;
}
.storiessec .progress{width:86%;}
}







.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99; 
	padding:14px 5%;
}
.header .menu > ul > li a i{transition: transform 0.3s ease;}
.header .menu > ul > li:hover > a i{ transform: rotate(180deg);}
.header .item-left{
	flex:0 0 23%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;      max-width: 256px;
	text-decoration: none; display: block;
}
.header .item-center{
	flex:0 0 70%;
}
.menu-main{margin-bottom:0px;}
.header .item-right{
	flex:0 0 6%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease; padding-top: 13px;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 40px;
}
.header .menu > ul > li > a{
	font-size: 13px;
  font-weight: 600;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
.list-item.s .fsocial a{color:#0A4C88;}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 10px;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding: 10px 0;
  display: inline-block;
  font-size: 14px;
  color: #000;
  transition: color 0.3s ease;
  font-weight: 500;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{  
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 6% 35px; border-bottom: #E5B237 3px solid; 
} 
.grcont {
  margin-top: 11px; 
}
.header .menu > ul > li .sub-menu .grcont p b{font-size: 14px;}
.header .menu > ul > li .sub-menu .grcont p{margin-bottom: 5px; 
  font-size: 13px;
  line-height: 20px;}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;

}
.header .menu > ul > li .sub-menu .contactinfo p{font-size: 14px; margin-bottom:1px;}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.t{flex: 0 0 17%;}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.h{flex: 0 0 26%;}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.t.b{flex: 0 0 38%;}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.s{flex: 0 0 39%;}

.header .menu > ul > li .sub-menu p{font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 18px;}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  padding: 10px 0;
  border-bottom: #E4B236 1px solid;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.t.d {
  text-align: center;
  flex: 0 0 12%;
}
.header .menu > ul > li .sub-menu ul{padding-left:0px;}
.gibtn:hover{color:#fff;}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#E5B237;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 content;
	}
	.header{padding:10px 0px;}
	.v-center{
		justify-content: space-between;
	}
	.header .item-right a{padding-top:3px;}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .item-left{flex: 0 0 230px;}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.header .menu > ul > li:nth-child(2) .sub-menu.mega-menu-column-4 > .list-item.t:nth-child(4) {
  text-align: left;

}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
	.logo img{max-width:210px;}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.s{margin-top:20px;}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.s .fsocial {
    margin-bottom: 10px;
    text-align: left;
  }
  .col-md-9.vp {
  order: 1;
  margin-top: 25px;
}
}



@media only screen and (min-width:769px) and  (max-width:1024px){
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.t.d{text-align:left;}
	.adeti1 .gibtn {
  font-size: 11px;
  padding: 10px 12px;
  text-transform: uppercase;
  margin-top: 12px;
}
	.bantext h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  line-height: 49px;
  font-weight: 900;
  color: #fff;
  max-width: 410px;
}
.livleft {
  margin-top: 70px;
}
.livtbox{width:50%;}
.livibox {
  width: 50%;
}
.livtbox h4{font-size:38px;}
.vservbox p{font-size:13px;}
.video-area{width:75%;}
.sidebar {
  width: 25%;
}
.sidebar-item{padding: 12px 13px 2px;}
.sidebar-item img {
  max-width: 100px;
  display: inline-block;
}
.sidebar-item .title {
  padding: 6px 10px 5px;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}
.gibtn{font-size:18px;}
.footblock {
  display: flex;
  flex-wrap: wrap;
}
.footbox.f1 {
  width: 30%;
}
.footbox.f2 {
  width: 32%;
}
.footbox.f3 {
  width: 31%;
  border-right: none;
    margin-right: 0px;
}
.footbox.f4 {
  width: 30%;
  padding-top: 30px;
}
.footbox.f5 {
  border-right: none;
  margin-right: 0px;
  width: 66%;
  padding-top: 30px;
}
.flogo img {
  max-width: 250px;
}
.fsocial a {
  color: #fff;
  font-size: 20px;
  margin-left: 42px;
}
.vid-detail .heading h2 br{display:none;}
.adetimg7 .adeti2 h4{font-size:22px;}
.adetimg7.i .adeti2 {
  width: 22%;
  margin-bottom: 38px;
}
.adetimg7.i .adeti2 h4 {
  font-size: 20px;
  margin-bottom: 3px;
	
	
}
}
