/* body{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*/

@font-face {
  font-family: 'Open Sans', sans-serif;
  src:url('../fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth\,wght.ttf');
  src: url('../fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf');
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


/* div, p, li, ul, a, span
{

font-family: 'Open Sans', sans-serif;
} */
#container-fluid{ margin: 0 auto;
  width: 100%;
  max-width:2000px; }
.topsectionbg
{
  /* width: 100%;
  height: 100%; */
  opacity: 1;
  visibility: inherit;
  z-index: 20;
  background-image:url('../img/topsection-bg.png');
  /* background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  background-position: 50% 0%; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
    padding:30px 15px;
}
.topsectionbg  .carousel-inner img
{
    border-radius: 20px;
    /* border:2px solid #6778ea; */
}
.carousel-indicatorsvertical
{
        z-index: 2;
        display: inline-block !important;
        /* justify-content: center; */
        padding: 0 !important;
        margin-right: 2% !important;
        /* margin-bottom: 1rem; */
        /* margin-left: 15%; */
        list-style: none;
        top: 40%;
        left:auto !important;
}

.carousel-indicatorsvertical [data-bs-target]
{
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 3px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    background: #ffffff;
    display: block;
    margin-bottom: 10px;
}

.carousel-indicatorsvertical .active {
    width: 3px;
    height: 10px;
    background-color: #989adb;
}
.dashboarddBG
{
    background: rgb(255,240,226);
background: -moz-linear-gradient(180deg, rgba(255,240,226,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,240,226,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(255,240,226,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0e2",endColorstr="#ffffff",GradientType=1);
}

.dashboarddBG h4
{
    font-size: 25px;
}
.dashboarddBG p
{
  font-size:11px;
  font-weight: bold;
}
.whatsNewimg img{
    width:70px; height:70px;  border-radius: 20px; border:2px solid #ffffff ;
}

.whatsNewimg  h4
{
  font-size: calc(0.8rem + .3vw) !important;
  font-weight: bold !important;
  margin-bottom: 0px !important;
  padding-top:1%;
}
.nav-tabs1 .nav-link
{
  background:#fff2ec !important;
  color: #c25626 !important;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding:5px 10px !important; 
}

.nav-tabs2 .nav-link
{
    background: #fdf6f2 !important;
    color: #d64d04 !important;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    padding: 10px 30px
}
.nav-tabs2 .nav-link.active
{
    background:#d64d04 !important;
    color: #fff !important;
}

.nav-tabs1 .nav-link.active
{
  background: #fed5c2 !important;
  font-weight: bold;
  color: #d64d04 !important;
}

.btn1
{

  background: #d74d04;
  height: 30px;
  bottom:40px;
  margin: 0px;
  bottom: 20%;
  opacity: 9 !important;
  width:8% !important;

}
.btn2
{

  background:#d74d04;
  height: 30px;
  bottom:40px;
  margin: 0px;
  position: absolute;
  left:80%;
  bottom: 20%;
  opacity: 9 !important;
  width:8% !important;

}

.bg-vision{
  /* background: url('../img/bgGallery.png') center center no-repeat; */

  background: rgb(255,150,47);
  background: -moz-linear-gradient(0deg, rgba(255,150,47,1) 0%, rgba(255,183,3,1) 100%) ;
  background: -webkit-linear-gradient(0deg, rgba(255,150,47,1) 0%, rgba(255,183,3,1) 100%);
  background: linear-gradient(0deg, rgba(255,150,47,1) 0%, rgba(255,183,3,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff962f",endColorstr="#ffb703",GradientType=1);
}

.vision-tabs .nav-link
{
  padding:15px 20px 15px 20px;
}
 .vision-tabs .nav-link.active{
    color: #fff;
    background-color: #e66c1d;
    box-shadow: 0px 0px 10px 0px #888888;
    border: 1px solid transparent;
    padding:15px 20px 15px 20px;

 }
 .bg-vision .card{
  border-radius: 1.25rem;
  border-top-left-radius: 0;
 }
 .bg-calender{
  background: rgb(41,35,144);
  background: -moz-linear-gradient(0deg, rgba(41,35,144,1) 0%, rgba(69,62,191,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(41,35,144,1) 0%, rgba(69,62,191,1) 100%);
  background: linear-gradient(0deg, rgba(41,35,144,1) 0%, rgba(69,62,191,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292390",endColorstr="#453ebf",GradientType=1);
 }
/* progresssection */
.bgProgress{
/* width: 100%;
height: 100%; */
opacity: 1;
visibility: inherit;
z-index: 20;
background-image:url('../img/progress/bg.png');
/* background-color: rgba(0, 0, 0, 0);
background-size: cover;
background-position: 50% 0%; */
background-repeat: no-repeat;
background-size: 100% 100%;
}

.bgProgress h4, .bgProgress p , .bgProgress h1

{
    color: #ffffff;
	
	margin-top:1rem;
}
@media only screen and (max-width:991px) {
.bgProgress h4, .bgProgress p , .bgProgress h1

{
    color: #ffffff;
	
	margin-top:1rem;
	text-align:center;
}
}
.bgProgress h1, .heading-border h2
{

    display: inline-block;
    position: relative;
}

.bgProgress h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    border-bottom:3px solid #ffb703;
    top:120%;
  }
  .themes1 h1
{

    display: inline-block;
    position: relative;
}
  .themes1 h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    border-bottom:3px solid #d74d04;
    top:120%;
  }

  .heading-border h2::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    bottom: 0;
    border-bottom:3px solid #e16113;
    top:120%;
  }

  .border-box {
    position: relative;
    display: block;
    width: 40%;
    height: 2px;
    background: #ffffff;
    margin: 0 0 19px 0px;
}

  .socialfeeds
  {
      padding: 60px 40px;
      background-color: #fafafa;
  }

  .bgsubscribe
  {
    background-image: url('../img/bg-get-in-touch.png');
    background-repeat: no-repeat;
    padding:40px 20px ;
    color: #ffffff;
    background-size: 100% 100%;
  }
.footer_style{
    background-color: #6DB3F2;
background-image: url('../img/footer-bg.png');

    padding: 60px 40px;
  }
  .footer_style p,   .footer_style ul li a{
    font-size: 14px;
  }


  .quick_links li{
    list-style-type: none;
  }
  .quick_links li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 2rem;
  }
  .quick_links li a:hover{
    text-decoration: none;
    color: #d74d04;
    font-size: 14px;
    font-weight: 400;
    line-height: 2rem;
  }
  .social_icons
  {
      background: rgba(24, 18, 126, 0.6);
      display: inline-block;
      padding: 6px;
  }
  .social_icons li
  {


  }
.social_icons li a{
  background: #1f2085;
  padding:6px 10px ;

    color: #fff;
    font-size:20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .social_icons li a:hover{
    /* color:#d74d04; */
    background-color: #d74d04;
    border-color: transparent;
  }

  .footer_bg_color{
      background-color: #0089bc;

  }
  .footer_bg_color ul li a
  {
    color:white;
  }

  .footer_bg_color ul li a:hover
  {

    text-decoration: none;
  }
  .social_media_cards, .cards_links{
    border-radius: 8px;

  }

  .btn_custom{
    color: #fff;
    background-color: #d74d04;
    border-radius: 0px !important;
}
.btn_custom1{background-color: #973705 !important}
.btn_custom:hover{
    color: #fff;
    background-color: #d74d04;
    border-radius: 0px !important;
}
.footer_style .h5_border{
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.footer_style .h5_border::before {
    content: "";
    position: absolute;
    width:30%;
    height: 1px;
    bottom: 0;
    border-bottom:3px solid #d74d04;
    top:120%;
  }
iframe ._2p3a
{
    width: 100% !important;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* themes */

.overlay {
    position: absolute;
    left: 0;
    right: 0;

    background-color: #2b2a2ad2;
    width: 100%;
    height: 100%;
    transition: .5s ease;
  }

  .item {
    position: relative;
    overflow: hidden;

  }

  .item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
  top:20% !important;
  }



  .bottom-overlay {
    top:80%;
    bottom: auto;
  }
  .bottom-overlay .text h4{


    padding-top:50px;
    padding-bottom: 20px;
  }
  .item:hover .bottom-overlay {
  top: 60%;
  }


  .title-overlay {
    height: auto;
    top: 0 !important;
    opacity: 0;
  }
  .item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 0 0;
  }
  .text {
    color: white;
    /* font-size: 1.2vw; */
    position: relative;
    padding: 0px 20px;
    top:23%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
  }

  .themes
  {
    padding: 60px 40px;
  }
  /* .text h4
  {
      margin-bottom: 20px;
  } */


  .bg-img {
    background: url('../img/our-inspiration/bg-our-inspiration.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
  }
  .card-border-bottom{
    border-bottom: 5px solid #7387ff !important;
}

.test_img{
    width: 75px;
    height: 75px;
    border-radius: 50px;
}

.indicators-ourinspiration {
  bottom: -50px;
  right: 0;
  margin: 0
}

.indicators-ourinspiration [data-bs-target] {
  height: 10px;
  border: 2px solid rgb(255, 255, 255) !important;
  width: 10px;
  background-color: inherit;
  border-radius: 50%
}

.indicators-ourinspiration .active {
  border: 2px solid transparent;
  background-color: #ffffff !important;
}
.bg-gradient{
  background: rgb(255,150,47) !important;
background: -moz-linear-gradient(180deg, rgba(255,150,47,1) 0%, rgba(255,183,3,1) 100%) !important;
background: -webkit-linear-gradient(180deg, rgba(255,150,47,1) 0%, rgba(255,183,3,1) 100%) !important;
background: linear-gradient(180deg, rgba(255,150,47,1) 0%, rgba(255,183,3,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff962f",endColorstr="#ffb703",GradientType=1) !important;
}

  .latest-events{
      border: 3px solid #ffd200 !important;
  }
  .latest-event .text-white p {
	  color:#ffffff !important;
  }
 .text-white p {
	  color:#ffffff !important;
  }
  .rounded1{
	  border-radius: 1rem !important;
	  min-height: 430px !important;
  }
  .post_txt
  {
      margin:0.100rem !important ;
      padding-left: 0.300rem;
      padding-right: 0.300rem;
  }
  .events-breadcrumb{
    background-color: #FFFF;
    border-radius: 5px;
    display: inline-flex;
    margin-top: 10px;

  }
  .post_txt li a{
    text-decoration: none;
    color: rgb(42, 42, 42);

  }
  .post_txt li a i{
    color:#b13e01
  }

  .font_title_size{
    font-weight:bold !important;
    font-size: 26px;
    text-align: left;
  }
  .txt_color{
    color: #d74d04;
  }
  .btn_custom{
      color: #fff;

      background-color: #d74d04;
  }
  .btn_custom:hover{
      color: #fff;
      background-color: #d74d04;
  }

  .mbsc-ltr.mbsc-font.mbsc-list.mbsc-ios{
    height: 200px;
}


/* scroll to top  */

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.circle-css, .circle-svg {
  display: inline-block;
  vertical-align: middle;
  margin: 30px;
  /* padding: 10px; */
  height: 100px;
  width: 100px;
  background-color: #f5b43e;
  border-radius: 50%;
  position: relative;
 }

.circle-css svg, .circle-svg svg {
  fill: white;
}

/* css circle */
.circle-css:before {
  position: absolute;
  content: '';
  height: calc(100% + 10px); /* 10px = 8px(border) + 2px(spacing) */
  width: calc(100% + 10px);
  border:3px dashed #f5b43e;
  top: -5px; /* 13px = 8px(border) + 10px/2 */
  left: -5px;
  border-radius: 50%;
  animation: spin 10s linear infinite;
}

.scrollToTopBtn {
  height: 30px;
  width: 30px;
  background-color: #f5b43e;
  cursor: pointer;

  /* place it at the bottom right corner */
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}


.imp-links{

    list-style-type: none;
    font-size: 16px;
    font-weight: 500;

}
.imp-links li{
  text-indent: -0.65em;
  margin-left: 0.9em;
  margin-bottom: 10px;
}

.imp-links1 li{
  /* text-indent: -0.8em;
  margin-left: 0.8em !important; */
  background: #d5d3f5;
  padding: 5px 10px;
  border-radius: 8px;
  margin-bottom: 5px;
  text-indent: -20px;
}

.imp-links li a{
  text-decoration: none;
  color: #000000 !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.imp-links1{

  list-style-type: none;
  /* font-size: 16px;
  font-weight: 500; */

}
.imp-links1 li a{
text-decoration: none;
background: linear-gradient(to right, #d74d04, #f9b913 50%, #202c52 50%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 200% 100%;
background-position: 100%;
transition: background-position 275ms ease;
text-decoration: none;
color: #000000 !important;
font-size: 14px !important;

/* color: #484848 !important; */
}
.imp-links1 li a:hover{
  color: #d74d04 !important;
  background-position: 0 100%;

}
.imp-links1 li a::before{
  content: "\00BB";
  padding-right: 1rem;
}
.imp-links1 li a:hover::before{
  color: #d74d04 !important;
}
.imp-links2 li
{
  list-style-type: none;
  margin-bottom: 5px !important;
  /* background: #e3e3e3 !important;
  border-radius: 10px;
  padding-left: 10px !important; */
}

.imp-links2 li a
{
  color: #000000 !important;
}

.imp-links2 li a:hover
{
  color:#da6000 !important;
}
.imp-links2 li::after{
  content: "\f35d";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  font-size: 14px;
}


 .vision-tabs .nav-link.active{
    color: #fff;
    background-color: #e66c1d;
    box-shadow: 0px 0px 10px 0px #888888;
    border: 0px;
 }


 .bg-vision .vision-border{
  border-radius: 0.25rem;

 }
 .bg-calender{
  background: rgb(41,35,144);
  background: -moz-linear-gradient(0deg, rgba(41,35,144,1) 0%, rgba(69,62,191,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(41,35,144,1) 0%, rgba(69,62,191,1) 100%);
  background: linear-gradient(0deg, rgba(41,35,144,1) 0%, rgba(69,62,191,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292390",endColorstr="#453ebf",GradientType=1);
 }



.tab-content .carousel-control-prev{
  position: absolute;
  right:65px !important;
  left: auto;
  bottom: 8px;
  top: auto;
  background-color: #d74d04 !important;
  opacity:2 !important;
  padding: 3px;

}

.tab-content .carousel-control-next{
  position: absolute;
  right: 20px !important;
  left: auto;
  bottom: 8px;
  top: auto;
  background-color: #d74d04;
  opacity:2 !important;
  padding: 3px;
}
.carousel-icon .carousel-control-next-icon, .carousel-icon .carousel-control-prev-icon{
  width: 1rem !important;
  font-weight: 700;

}
.gallery{
  border-radius: 15px;
  border-color: 5px solid #b13e01;
}


.btn_custom{
  color: #fff;
  background-color: #d74d04;
}
.btn_custom:hover{
  color: #fff;
  background-color: #d74d04;
}

.btn_gallery{
  bottom: 30;
  left:20px;
}
.btn_custom_1{
  position: absolute;
  z-index: 2;
  left: 50%;
  border-radius: 0px;
  bottom: 7px !important;
  top: auto;
  background-color: #d74d04;
  opacity:2 !important;
}
.btn_custom_2{

  z-index: 2;
  border-radius: 0px;
  background-color: #d74d04;
  opacity:2 !important;
  margin:10px;

}
.gallery .nav-link.active{
  color: #fff;
  background-color: #e66c1d;
  box-shadow: 0px 0px 10px 0px #888888;
  border: 5px;
}

.bg-gallery {
  background: url('../img/bgGallery.png');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}

.scrollbox {
  background-color:#a34125; max-height:240px; overflow-y: auto; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;
  overflow-y: scroll;
  padding-left:0.300rem;
  padding-right:0.300rem;
}
.scrollbox hr
{
  background: #b35b41 !important;
  height:4px !important;
  margin:0.400rem !important;

}
.scrollbox p
{
  margin-bottom: 0.400rem !important;
}
.scrollbox::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0.2);
  width:8px;
}

.scrollbox:hover::-webkit-scrollbar {
  width: 8px;
}
.scrollbox:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

@media (hover: none) {
  .scrollbox::-webkit-scrollbar {
    width: 8px;
  }
  .scrollbox::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (max-width:991px) {
  .font_title_size{ font-size: 30px;}
  .nav-tabs1 .nav-link, .nav-tabs1 .nav-link.active {font-size: 16px;}
}
@media only screen and (max-width:380px) {
  .font_title_size{ font-size: 30px;}
  .nav-tabs1 .nav-link, .nav-tabs1 .nav-link.active {font-size:14px;}
}
.vertical-bottom{
   vertical-align: bottom;
   margin: auto auto 0 auto;
}

/* map */

.bg-UBA-Network {
  background: url('../img/bg-UBANetwork.png');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
.line-uba{
  width: 100%;
  height:3px !important;
  background-color:#d74d04 ;
}


#tooltip {
  background:#fbfbfb;
  border: 1px solid rgb(202, 202, 202);
  color: black;
  border-radius: 5px;
  padding: 5px;
  white-space: pre-wrap;
  }
  path:hover{
      fill:#ffcc66;
      cursor: pointer;
  }

  .btn-Network{
    color: #ffffff;
    background-color: #dd6829;
    border-radius: 9px;
    padding: 5px 15px;
  }
  .btn-Network:hover{
    color: #ffffff;
    background-color: #dd6829;



  }
/* map */

/* .reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.900s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
} */

.mbsc-calendar
{
  border-radius: 2rem !important;
}

.btn-12{
  position: relative;
  /* right: 20px; */
  bottom: 20px;
  border:none;
  box-shadow: none;
  /* width: 130px;
  height: 40px; */
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
  color: #FFFF;
}
.btn-12 span {
  background: #d74d04;
  display: block;
  position: absolute;
width:100%;
min-width:148px;
  /* height: 40px; */
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  /* border-radius: 5px; */
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #FFFF;
  padding:1px 6px;
}
.btn-12 span:nth-child(1) {
  /* box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001; */
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
  background: #9d400a;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}




.btn-13{
  position: relative;
  /* right: 20px; */
  bottom: 20px;
  border:none;
  box-shadow: none;
  /* width: 130px;
  height: 40px; */
  line-height: 32px;
  -webkit-perspective: 230px;
  perspective: 230px;
  color: #FFFF;
}
.btn-13 span {
  background: #d74d04;
  display: block;
  position: absolute;
width:100%;
/* min-width:148px; */
  /* height: 40px; */
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  /* border-radius: 5px; */
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #FFFF;
  /* padding:1px 6px; */
}
.btn-13 span:nth-child(1) {
  /* box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001; */
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
  background: #9d400a;
}
.btn-13 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-13:hover span:nth-child(1) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-13:hover span:nth-child(2) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}






















.moreBtn{
  position: relative;
  /* right: 20px; */
  bottom: 20px;
  border:none;
  box-shadow: none;
  width:160px;
  /* height: 40px;  */
  line-height:24px;
  -webkit-perspective: 230px;
  perspective: 230px;
  color: #FFFF;
}
.moreBtn span {
  background: #d74d04;
  display: block;
  position: absolute;
  font-size: 12px;
/* width:100%; */
/* min-width: 180px; */
  /* height: 40px; */
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px; */
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #FFFF;
   padding:2px 7px;
}
.moreBtn span:nth-child(1) {
  /* box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001; */
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
  background: #9d400a;
}
.moreBtn span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.moreBtn:hover span:nth-child(1) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.moreBtn:hover span:nth-child(2) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.allltestBtn{
  position: relative;
  /* right: 20px; */
  bottom: 20px;
  border:none;
  box-shadow: none;
  /* width: 130px;
  height: 40px; */
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
  color: #FFFF;
}
.allltestBtn span {
  background: #d74d04;
  display: block;
  position: absolute;
width:100%;
 min-width: 180px;
  /* height: 40px; */
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  /* border-radius: 5px; */
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #FFFF;
   padding:8px 20px;
}
.allltestBtn span:nth-child(1) {
  /* box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001; */
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
  background: #9d400a;
}
.allltestBtn span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.allltestBtn:hover span:nth-child(1) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.allltestBtn:hover span:nth-child(2) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}



/* .btn_custom1{background-color: #973705 !important} */

.subScribeBtn{
  position: relative;
  right:auto;
  bottom: 20px;
  border:none;
  box-shadow: none;
  /* width: 130px;
  height: 40px; */
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
  color: #FFFF;
  width: 180px;
  /* float: right; */
}
.subScribeBtn span {
  background: #973705;
  display: block;
  position: absolute;
width:100%;
 min-width: 180px;
  /* height: 40px; */
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #FFFF;
   padding:8px 20px;
}
.subScribeBtn span:nth-child(1) {
  /* box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001; */
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
  background: #9d400a;
}
.subScribeBtn span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.subScribeBtn:hover span:nth-child(1) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 4px 0px rgba(0,0,0,.1),
   4px 4px 4px 0px rgba(0,0,0,.1); */
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.subScribeBtn:hover span:nth-child(2) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 3px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}




.Gettouch{
  position: relative;
  /* right: 20px; */
  bottom: 20px;
  border:none;
  box-shadow: none;
  /* width: 130px;
  height: 40px; */
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
  color: #FFFF;
}
.Gettouch span {
  background: #d74d04;
  display: block;
  position: absolute;
/* width:100%; */
/* min-width: 180px; */
  /* height: 40px; */
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px; */
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #FFFF;
  padding:8px 20px;
}
.Gettouch span:nth-child(1) {
  /* box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001; */
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
  background: #9d400a;
}
.Gettouch span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.Gettouch:hover span:nth-child(1) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.Gettouch:hover span:nth-child(2) {
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.labels ul .list-group-item
{
  background-color: transparent !important;
  border: 0px !important;
}




.bg-flowChart{
  list-style: none;
  background: url('../img/bg-Uba-Flowchart-1.png') no-repeat 0 0;
  position: relative;
  width: 542px;
  height: 700px;
  margin: 0;
  padding: 0;
  background-size: cover;
}



.flow-chart{
  background-color: #cb7318;
  border-color:#cb7318 ;
}
.flow-chart:hover, .flow-chart:active, .flow-chart:focus{
  background-color: #683908;
  border-color:#683908 ;
}

.flow-chart-txt{
  color:#cb7318;
}
.flow-chart-txt:hover{
  color:#683908;
}
.sponsoring{
  background-color: #a55400;
  border-color: #a55400;
  position: absolute;
  top: 25px;
  left:30%;
}
.sponsoring:hover{
  background-color: #472601;
  border-color: #472601;
}

.nsc {
  position: absolute;
  left: 23%;
  top: 14%;
}
.ci
  {
    position: absolute;
    left: 40%;
    top: 35%;
    font-size: 12px !important;
    font-weight: 800;
  }
  .nodal {
    position: absolute;
    left: 2%;
    top: 33%;

  }
  .seg{
    position: absolute;
    top: 33%;
    right: -7%;

  }
  .mi{
    position: absolute;
    left: 34%;
    top: 48%;
    font-size: 12px !important;
    font-weight: 700;
  }
  .pi{
    position: absolute;
    left: 40%;
    top: 56%;
    font-size: 12px !important;
    font-weight: 900;
  }
  .implement{
    position: absolute;
    left: 40%;
  bottom: 32%;

  }
  .district {
    position: absolute;
    left: 21%;
    bottom: 19%;
    padding:4px;
    font-size: 14px !important;
  }
  .panchayati{
    position: absolute;
    left: 44%;
    bottom: 19%;
    padding:4px;
    font-size: 14px !important;
  }
  .voluntary{
    position: absolute;
    right: 15%;
    bottom: 19%;
    padding:4px;
    font-size: 14px !important;
  }
  .cluster{
    position: absolute;
    right: 40%;
    bottom: 2%;
    padding:4px;
  }

@media only screen and (max-width: 600px) {
  .bg-flowChart{
    list-style: none;
    background: url('../img/bg-Uba-Flowchart-1.png') no-repeat 0 0;
    position: relative;
    width:300px;
    height:420px;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: inherit;
  }

  .sponsoring{
    position: absolute;
    top: 25px;
    left:30%;
    padding: 3px  !important;
    font-size: 12px !important;
  }

  .nsc {
    position: absolute;
    left: 23%;
    top: 14%;
    padding: 0px  !important;
    font-size: 12px !important;
  }
  .ci
  {
    position: absolute;
    left: 43%;
    top: 34.5%;
    font-size: 8px !important;
    font-weight: 500;
  }
  .nodal {
    position: absolute;
    left: 0%;
    top: 33%;
    padding: 0px  !important;
    font-size: 12px !important;
  }
  .seg{
    position: absolute;
    right: 0%;
    left: auto;
    top: 38%;
    padding: 0px !important;
    font-size: 11px !important;
  }
  .mi{
    position: absolute;
    left: 37%;
    top: 48%;
    font-size: 8px !important;
    font-weight: 500;
  }
  .pi{
    position: absolute;
    left: 44%;
    top: 56%;
    font-size: 8px !important;
    font-weight: 600;
  }
  .implement{
    position: absolute;
    left: 41%;
  bottom: 32%;
    padding: 0px  !important;
    font-size: 12px !important;
  }
  .district {
    position: absolute;
    left: 19%;
    bottom: 17%;
    padding: 0px !important;
    font-size: 10px !important;
  }
  .panchayati{
    position: absolute;
    left: 45%;
    bottom: 17%;
    padding: 0px !important;
    font-size: 10px !important;
  }
  .voluntary{
    position: absolute;
    right: 7%;
    bottom: 17%;
    padding: 0px !important;
    font-size: 10px !important;
  }
  .cluster{
    position: absolute;
    right: 37%;
    bottom: 2%;
    padding: 0px !important;
    font-size: 10px !important;
  }
}


/* [data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  transform: translateY(6rem) scale(0.93);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll=in] {
  opacity: 1;
  transform: translateY(0) scale(1);
} */

/* .splitting .char {
  color: transparent;
}
.splitting .char:after {
  visibility: visible;
  color: #204754;
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: calc(.2s + (.04s * var(--char-index) ) );
}

[data-scroll=in] .char:after {
  opacity: 1;
  transform: translateY(0);
} */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #bb0b0b !important;
}



.West{
  background: #EED355;
background: -webkit-linear-gradient(to top, #EED355 0%, #fcf8eb 100%);
background: -moz-linear-gradient(to top, #EED355 0%, #fcf8eb 100%);
background: linear-gradient(to top, #EED355 0%, #fcf8eb 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: red !important;
}
.South{
  background: #128807;
background: -webkit-linear-gradient(to top, #128807 0%, #4ecb42 100%);
background: -moz-linear-gradient(to top, #128807 0%, #4ecb42 100%);
background: linear-gradient(to top, #128807 0%, #4ecb42 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.East{
  background: #0A95AF;
background: -webkit-linear-gradient(to top, #0A95AF 0%, #17c4e4 100%);
background: -moz-linear-gradient(to top, #0A95AF 0%, #17c4e4 100%);
background: linear-gradient(to top, #0A95AF 0%, #17c4e4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.North {
  background: #CA6907;
background: -webkit-linear-gradient(to top, #CA6907 0%, #ffa851 100%);
background: -moz-linear-gradient(to top, #CA6907 0%, #ffa851 100%);
background: linear-gradient(to top, #CA6907 0%, #ffa851 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.labels ul li:nth-child(1){
  color:#f97e00;
}
.labels ul li:nth-child(2){
  color:#07b5d5;
}
.labels ul li:nth-child(3){
  color:#128807;
}
.labels ul li:nth-child(4){
  color:#b6af8f;
}

.topBtn {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.topBtn:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset:8px;
  text-shadow: 1px 1px 2px #427388;
}


/* .solution-block-one .inner-box{
  position: relative;
}

.solution-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.solution-block-one .inner-box:hover:before{
  width: 100%;
}

.solution-block-one .inner-box p{
  position: relative;
  transition: all 500ms ease;
}
.solution-block-one .inner-box:before{
	background: rgb(255,255,255,0.3);

  border-radius: 2rem;
}

.solution-block-one .inner-box:hover:before{
  width: 100%;
} */

.btnHover:hover{
  background-color: #e46d00  !important;
  color: #ffffff !important;

}


/* .bg1 {

  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s box-shadow;
}

.bg1:hover {
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
}

.bg1:hover::before, .bg1:hover::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
   background: #fda8cf;
  border-radius: 75px;
  animation: 1s clockwise infinite;
  border:4px solid #FDA8CF;
}

.bg1:hover:after {
   background: #F3CE5E;
  border:4px solid #F3CE5E;
  animation: 2s counterclockwise infinite;
}

@keyframes clockwise {
  0% {
    top: -5px;
    left: 0;
  }
  12% {
    top: -2px;
    left: 2px;
  }
  25% {
    top: 0;
    left: 5px;
  }
  37% {
    top: 2px;
    left: 2px;
  }
  50% {
    top: 5px;
    left: 0;
  }
  62% {
    top: 2px;
    left: -2px;
  }
  75% {
    top: 0;
    left: -5px;
  }
  87% {
    top: -2px;
    left: -2px;
  }
  100% {
    top: -5px;
    left: 0;
  }
}

@keyframes counterclockwise {
  0% {
    top: -5px;
    right: 0;
  }
  12% {
    top: -2px;
    right: 2px;
  }
  25% {
    top: 0;
    right: 5px;
  }
  37% {
    top: 2px;
    right: 2px;
  }
  50% {
    top: 5px;
    right: 0;
  }
  62% {
    top: 2px;
    right: -2px;
  }
  75% {
    top: 0;
    right: -5px;
  }
  87% {
    top: -2px;
    right: -2px;
  }
  100% {
    top: -5px;
    right: 0;
  }
} */

.animate-charcter
{
   text-transform: uppercase;
  /* background-image: linear-gradient( -225deg, #231557 0%,  #44107a 29%, #ff1361 67%, #fff800 100% ); */
  background-image: linear-gradient( -225deg, #ffffff 0%, #e0ff00 29%, #03efff 67%, #fff800 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      /* font-size: 190px; */
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.ticker-container {
	height: 100%;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	/* background-color: rgba(0,0,0,1); */
	color: #000000;
	/*background-color: white;
	color: black;*/

	font-size: 1.1em;
	margin-bottom: 15px;
}
.ticker-container .ticker-caption {
	height: 50%;
	width: 100%;
	display: table;
	position: absolute;
	color: white;
	font-size: 0.8em;
	z-index: 1;
  background-color:#dee1e4;
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 100%;
	left: 0;
	height: 50%;
	transition: 0.25s ease-in-out;
}
.ticker-container ul div.ticker-active {
	top: 30px;
}
.ticker-container ul div.not-active {
	top: 60px;
}
.ticker-container ul div.remove {
	top: 0;
}
.ticker-container ul div li {
	padding: 5px 0;
}
.ticker-container ul div li a {
	color: #e5a363;
}

@media (min-width: 500px) {
	.ticker-container {
		/* height: 30px; */
		text-align: left;
	}
	.ticker-container .ticker-caption {
		height: 100%;
		width: 150px;
		background: url('./ticker-caption-bg.png');
    background-color:#dee1e4;
    color: #000 !important;
	}
	.ticker-container .ticker-caption p {
		text-align: left;
		padding-left: 7px;
	}
	.ticker-container ul {
		margin-left: 170px;
		height: 100%;
    margin-bottom: 0px !important;
	}
	.ticker-container ul div {
		height: 100%;
		left: 170px;
	}
	.ticker-container ul div.ticker-active {
		top: 0;

	}
	/* .ticker-container ul div.not-active {
		top: 30px;
	} */
	.ticker-container ul div.remove {
		top: -30px;
	}
}

@media (min-width: 768px) {
  .ticker-container {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .ticker-container {
    margin-bottom: 0px;
  }
}

.ticker-caption ul li span
{
  font-size: 14px !important;
}


.glow-on-hover {
  border: none;
  outline: none;
  /* color: #fff;
  background: #111; */
  cursor: pointer;
  /* background-color: #137b93; */
  position: relative;
  z-index: 0;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(163deg, #2196f3, #2196f3, #00ffd5, #2196f3, #2196f3, #00ffd5);
    position: absolute;
  top: -2px;
  left:-2px;
  background-size:400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c95b7;
  border-radius: 20px;
  left: 0;
  top: 0;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}


.topBtn1:hover{cursor: pointer}
.topBtn1 {
  background: transparent; outline: none;
  position: relative;
  border: 2px solid #111;
  padding: 15px 50px;
  overflow: hidden;
}

/*button:before (attr data-hover)*/
.topBtn1:hover:before{opacity: 1; transform: translate(0,0);}
.topBtn1:before{
  content: attr(data-hover);
  position: absolute;
left: 0;
  width: 100%;
  /* text-transform: uppercase; */
  /* letter-spacing: 3px;
  font-weight: 800;
  font-size: .8em; */
  opacity: 0;
  transform: translate(-100%,0);
  transition: all .3s ease-in-out;
}
  /*button div (button text before hover)*/
  .topBtn1:hover div,   .topBtn1:hover span{opacity: 0; transform: translate(100%,0)}
  .topBtn1 div{
    /* text-transform: uppercase; */
    /* letter-spacing: 3px;
    font-weight: 800;
    font-size: .8em; */
    transition: all .3s ease-in-out;
  }


  /* .carousel-inner img {
    width: 100%;
    height: 100%
} */

#carouselExampleFade_1 .carousel-indicators {
    position: static;
    margin-top: 20px
}

#carouselExampleFade_1 .carousel-indicators>li {
    width: 100px
}

#carouselExampleFade_1 .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#carouselExampleFade_1 .carousel-indicators li.active img {
    opacity: 1
}

#carouselExampleFade_1 .carousel-indicators li:hover img {
    opacity: 0.75
}

#carouselExampleFade_1 .carousel-indicators [data-bs-target]
{
  text-indent: inherit !important;
  width: 100% !important;
  height: auto !important;

}
#carouselExampleFade_1 .carousel-indicators
{
  text-indent: inherit !important;
  width: 100% !important;
  height: auto !important;
  margin: 0px !important;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.marquee:hover .marquee__item {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.marquee__seperator {
  margin: 0 1rem;
}
.marquee__item {
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee 35s linear infinite;
          animation: marquee 35s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60%);
  }
}
.marquee {
  color: #fd8e1a;
  font-weight: bold;
  font-size: 14px !important;
  margin-top:0.300rem;
  margin-bottom:0.300rem;
}

/* innerpages */


.bg-aboutus{

  background-image: url('../img/About-UBA/topsection-bg.png');
  background-repeat: no-repeat;
  padding:40px 20px ;

  background-size:cover;
}
ul.breadcrumb li+li:before {
  padding: 10px;
  color: rgb(252, 249, 249);
  content: ">\00a0";
}
.bread-crumb li{
    color: #ffb605;
}
.bread-crumb li a{
  color: #ffb605 !important;
}
.introduction-banner{
  border-radius: 30px 0px 30px 0px;
}
.vision-card {
    border-radius: 20px;
    background-color: #f8f8f8;

}
.vision-card .shadow-lg{
  border-radius: 20px;
  border-bottom: 8px solid #d74d04;
}
/*
.goals-links{
  list-style-type: none;
  list-style-position: outside !important;


}
.goals-links li{

    margin-bottom: 10px;
    font-weight: 400;
    text-indent: 0px;
    left: 0px;

}

.goals-links li::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  content: "\f105";
  color: #d74d04 !important;
  display: inline-block;
}

.goals-links li i{
    color:#ffb605
} */
.goals-links{
  list-style-type: none;
  margin-left: 10px;
}
.goals-links li{
  margin-bottom: 12px;
  margin-left: -10px;
  display: flex;

}

.goals-links li::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  content: "\f105";
  color: #d74d04 !important;

  margin-right: 15px;



}


.Participation-cards{
  background: rgb(18,12,128);
  background: -moz-linear-gradient(0deg, rgba(18,12,128,1) 0%, rgba(47,40,172,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(18,12,128,1) 0%, rgba(47,40,172,1) 100%);
  background: linear-gradient(0deg, rgba(18,12,128,1) 0%, rgba(47,40,172,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#120c80",endColorstr="#2f28ac",GradientType=1);
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
  margin: 0px auto;
  justify-content: center;
}
.Participation-cards h6{
  font-weight: bold;
}
.links-list{
  background-color: #ffb605;
  list-style-type: none;
}
.links-list li{
    padding: 22px;
}
.links-list li span{
    background-color: #ffffff;
}
/* */


.sidebar-inner .card{
  border-radius: 15px !important;
  background: #ffb604;
}
/* remove*/
.box .list-group{
  margin: 10px 0px;
}
.box .list-group .list-item{
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #ffb604;
  padding: 10px 10px 10px 40px  !important;
  transition: transform 0.5s;
}

.box .list-group .list-item{
  color: #5f3000 !important;
  font-weight: bold !important;
}

/* .box .list-group .list-item:hover{
  transform: scale(1.1);
  z-index: 100;
  background: #ffffff;
  color:#f77b00 !important;
  padding-left: 53px !important;
} */
a.list-item.act.active, .box .list-group .list-item:hover{
  transform: scale(1.01);
  z-index: 1;
  background: #ffffff;
  color:#f77b00 !important;
  padding-left: 40px !important;
}


/* remove*/
/*
.box ul{
  margin: 10px 0px;
}
.box ul li{
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #ffb604;
  padding: 10px 10px 10px 40px  !important;
  transition: transform 0.5s;
}
.box ul li a{
  color: #5f3000 !important;
  font-weight: bold !important;
}
.box ul li:hover a{
  color: #f77b00 !important;
  font-weight: bold !important;
}
.box ul li:hover{
  transform: scale(1.1);
  z-index: 100;
  background: #ffffff;
  color:#f77b00;
}
.box ul li:active{
  transform: scale(1.1);
  z-index: 100;
  background: #ffffff;
  color:#f77b00;
}
*/


.help-support .card{
  border-radius: 15px;
}
.share .card{
  background: rgb(18,12,128);
  background: -moz-linear-gradient(0deg, rgba(18,12,128,1) 0%, rgba(47,40,172,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(18,12,128,1) 0%, rgba(47,40,172,1) 100%);
  background: linear-gradient(0deg, rgba(18,12,128,1) 0%, rgba(47,40,172,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#120c80",endColorstr="#2f28ac",GradientType=1);
  border-radius: 15px;
  padding: 0px 5px;
}

.box-border-line{
  position: relative;
  display: block;
  width: 20%;
  height: 4px;
  background: #d74d04;
  margin: 0 0 19px 0px;
}


/*
.social-icon li a{
  padding: 12px 15px;
  border: 2px solid #ffff;
  border-radius: 50%;
  transition: all 0.5s;
  color: white;
}
.social-icon li a:hover {
  transform: rotate(360deg)scale(1.3);
  color:#d74d04
} */
/* .social-icon-fb{
  padding: 12px 19px !important;
} */

.social-icon {
  margin-bottom: 12px;
   box-sizing: border-box;
  -moz-border-radius: 138px;
  -webkit-border-radius: 138px;
  border-radius: 138px;
  border:3px solid;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  padding-top:14px;
  transition: all 0.5s;
}
.social-icon:hover {
    transform: rotate(360deg)scale(1.1);
  }
  /* Facebook Button Styling */
 .facebook {
    font-size: 22px;
    padding-top:12px;
    background-color: #ffffff;
    color: #3b5998;

  }
  .facebook:hover {
    background-color: #ffffff;
    color: #3b5998;
  }
  /* Twitter Button Styling */
.twitter {
    font-size: 22px;
    padding-top: 15px;
    padding-left: 2px;
    background-color: #ffffff;
    color: #55acee;

  }
  .twitter:hover {
    background-color: #ffffff;
    color: #55acee;
  }
  /* Google+ Button Styling */

  /* Linkedin Button Styling */
  .linkedin {
    font-size: 24px;
    padding-top: 12px;
    padding-left: 1px;
    background-color: #ffffff;
    color: #0976b4;

  }
  .linkedin :hover {
    background-color: #ffffff;
    color: #0976b4;
  }

 .youtube {
    font-size: 22px;
    padding-top: 12px;
    padding-left: 0px;
    background-color: #ffffff;
    color: #d74d04;

  }
  .youtube  :hover {
    background-color: #ffffff;
    color: #d74d04;
  }


.bg-history{
  background-image: url('../img/About-UBA/bg-history.png');
  background-repeat: no-repeat;
  padding:40px 20px ;

  background-size: 100% 100%;
}
.bg-history div{
  height: 150px;
  overflow-y: scroll;
}
.sticky-sidebar{
   top:5%;
  position: sticky;
  right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}


.aboutscrollbox::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0.2);
  width:8px;
}

.aboutscrollbox:hover::-webkit-scrollbar {
  width: 8px;
}
.aboutscrollbox:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

@media (hover: none) {
  .aboutscrollbox::-webkit-scrollbar {
    width: 8px;
  }
  .aboutscrollbox::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.card1 {
  display: block;
  / position: relative; /
  background-color: #f2f8f9;
  border-radius: 4px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.card1 p
{
  color: red ;
}
.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  left:-30px;
  background: #2b24a6;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.card1:hover:before {
  transform: scale(21);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}

#nav ul {
  list-style: none;
  padding:0px;
  margin-top: 0;
  margin-left:0px;}
#nav ul a:hover{
  font-weight: bold;}

#nav  ul  li {

  color: #1a1a1a;
  font-weight: 500;
  padding: 10px;
  -webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
padding-left:20px;
}
#nav ul li:hover, #nav ul li.active {
  background: #fff;

  color: #f77b00;
  /* margin-left:10px; */
  -webkit-box-shadow: 0px 3px 21px -5px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 3px 21px -5px rgba(0,0,0,0.27);
box-shadow: 0px 3px 21px -5px rgba(0,0,0,0.27);
}

#nav ul li.active {
  background: #fff;
 border-left: 5px solid #ffffff;
  color: #f77b00;
  margin-left:0px;
  -webkit-box-shadow: 0px 3px 21px -5px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 3px 21px -5px rgba(0,0,0,0.27);
box-shadow: 0px 3px 21px -5px rgba(0,0,0,0.27);
}

.img-res{
max-height: 460px;
min-height: 350px;
height: 100%;
overflow: hidden;
object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .img-res{
max-height: auto;
min-height: auto;
height: 100%;
overflow: hidden;
}
}
.timeline-Widget .SandboxRoot.env-bp-820 .timeline-Tweet-text{font-size: 16px !important;
  line-height: 23px !important;
  font-weight: 300;}
#facebook ._2p3a{width: 100% !important}
@media (min-width: 420px) and (max-width: 1200px) {
  .bottom-overlay .text h4 {
    padding-top: 10px;
}
}

.themes1 img{
  display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	height:100%;
	min-height:300px;
}

ul.map-lables li{list-style-type: none;}
.eclipse
{
  -webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden; 
}
/* .text-justify{
  text-align: justify !important;
  word-break: break-all !important;
  text-justify:inter-word;
text-align-last: left;
  
} */

div, h1, h2, h3, h4, h5, h6, p {
  text-align: justify;
  -webkit-hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* organisation page css */

.NSC-card{
  border-radius: 20px;
  background-color: #0d95b7;
  color: white;
}
.NSC-card .rounded-circle{
  border: 2px solid rgb(199, 199, 199);
}
.nsc-more{
  color: white !important;

}
.btn_custom_3{
    z-index: 2;
    font-weight: 500;
    border-radius: 10px;
    padding: 5px 14px !important;
    background-color: #d74d04;
    opacity: 2 !important;
    margin: 10px;
}
.btn_custom_3:hover{
  background-color: #9d400a;
}
/*
-------------------------------
Gallery
-------------------------------
*/

.gallery-menu {
	text-align: center;
	margin-bottom: 5px;
}

.gallery-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery-menu li {
	cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    color: #313131;
    padding: 5px 10px;
    padding-top: 0;
    margin: 0 10px 10px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.gallery-menu li:hover {
	color: #3367c1;
}

.gallery-menu li.filtr-active {
	border-bottom: 1px solid #3367c1;
	color: #3367c1;
}

.gallery-menu li.filtr-active:before {
	border-color: #3367c1 transparent transparent;
	border-style: solid;
	position: absolute;
	content: "";
	border-width: 6px 6px 0;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	text-decoration: none;
}

.gallery-group {
	border: 1px solid #ededed;
	/* margin-top: 30px; */
}

.gallery-photo {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
}

.gallery-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #3367c1;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.gallery-group:hover .gallery-bg {
	opacity: 0.7;
	transform: scale(1);
	visibility: visible;
}

.gallery-table {
	display: table;
	width: 100%;
	height: 100%;
}

.gallery-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gallery-icon a {
	position: relative;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	z-index: 99;
}

.gallery-group:hover .gallery-icon {
	opacity: 1;
	visibility: visible;
}

.gallery-text {
	text-align: left;
	background: #f5f5f5;
	padding: 10px;
}

.gallery-text a {
	color: #e36c00;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gallery-text h3 {
	font-size: 18px;
	margin-bottom:0px;
}

.gallery-text a:hover {
		color: #e36c00;
}

.gallery-text .photo-name {
	font-size: 18px;
	font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.gallery-text p {
	position: relative;
	font-size: 15px;
	border-top: 1px solid #e1e1e1;
	margin: 0;
	padding-top: 8px;
}

.gallery-text p:before {
	position: absolute;
	content: '';
	left: 0;
	top: -1px;
	width: 0%;
	height: 1px;
	background: #3367c1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gallery-group:hover .gallery-text p:before {
	width: 100%;
}

.gallery-text span {
	margin-right: 3px;
}
/*
-------------------------------
End Gallery
-------------------------------
*/
.about-tab{
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}
.about-tab:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3367c1;
    opacity: 0.9;
}
.about-tab ul{
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
    z-index: 99;
}
.about-tab ul li{
    display: inline-block;
}
.about-tab ul li a{
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    margin-left: -5px;
}
.about-tab ul li a.active{
    background: #313131;
    color: #fff;
}

/*
-------------------------------
Video
-------------------------------
*/
.video-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-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: video-pop 1500ms ease-out infinite;
}

.video-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #3367c1;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes video-pop {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/**************** Video End *******************/
/*
-------------------------------
Sidebar
-------------------------------
*/
.sidebar {
	margin-top: 0px;
	/* float:left; */
}

.sidebar-item {
	margin-top: 30px;
    border: 1px solid #ddd;
	border-radius: 1rem;
    padding: 30px;
}
.sidebar-item:first-child {
	margin-top: 0;
}

.sidebar-item input {
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
	height: 40px;
	border: 1px solid #e1e1e1;
}

.sidebar-item button {
	background: #3367c1;
	border: 1px solid #3367c1;
    color: #fff;
}

.sidebar-item button:hover {
	cursor: pointer;
}

.sidebar-item h4 {
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: 700;
    text-transform: uppercase;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.sidebar-item h4:before {
	position: absolute;
	content: '';
	width: 70%;
	height: 1px;
	background: #3367c1;
	left: 0;
	bottom: 0;
}

.sidebar-item h4:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #3367c1;
	left: 0;
	bottom: -5px;
}

.sidebar-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-item ul li {
	padding: 8px 0;
}

.sidebar-item ul li:first-child {
	padding-top: 0;
}

.sidebar-item ul li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-left: 10px;
    font-family: 'Work Sans', sans-serif;
}

.sidebar-item ul li a:before {
	position: absolute;
	content: '\F105';
	font-family: fontawesome;
	top: 0;
	left: 0;
	color: #313131;
}

.sidebar-recent-item {
	overflow: hidden;
	display: table;
	margin-bottom: 25px;
}

.recent-photo {
	vertical-align: top;
	display: table-cell;
	float: left;
	width: 105px;
	padding-right: 8px;
}

.recent-photo img {
	max-width: 100%;
	height: auto;
}

.recent-text {
	vertical-align: top;
	display: table-cell;
	padding-left: 5px;
}
.recent-text p {
	text-align:
}
.recent-text a {
	vertical-align: top;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
    font-family: 'Work Sans', sans-serif;
}

.recent-text a:hover {
	color: #3367c1;
}

.rpwwt-post-date {
	position: relative;
	font-size: 13px;
	color: #b7b7b7;
	padding-left: 21px;
}

.rpwwt-post-date:before {
	position: absolute;
	content: '\f073';
	font-family: 'Font Awesome 5 Free';
	left: 0;
	top: 0;
}

.tagcloud a {
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 8px 8px;
	margin-right: 7px;
	margin-bottom: 8px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.tagcloud a:hover {
	color: #3367c1;
}


/*
-------------------------------
Pagination
-------------------------------
*/
.pagination a:hover {
	text-decoration: none;
}
/*
-------------------------------
End Pagination
-------------------------------
*/


/*
-------------------------------
Blog Single
-------------------------------
*/

.single-blog {
	margin-top: 10px;
}

.single-blog img {
	margin-bottom: 30px;
    border-radius: 5px;
}

.single-blog h3 {
	margin-bottom: 15px;
}

.single-blog ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.single-blog ul li {
	display: inline-block;
	margin-top: 2px;
	margin-right: 15px;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
}

.single-blog ul li i {
	color: #3367c1;
	margin-right: 5px;
}

.single-blog ul li a {
	text-decoration: none;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
}

.single-blog p {
	margin: 0;
	margin-top: 15px;
}

/*
-------------------------------
Banner
-------------------------------
*/
.banner-slider {
  width:100%;
  height:300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;

}

.bannder-table {
	display: table;
	width: 100%;
	height: 100%;
}

.banner-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.banner-text h1 {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
/*
-------------------------------
Event
-------------------------------
*/

.event-item {
	border: 1px solid #ddd;
	background: #f1f1f1;
	padding: 30px;
	padding-top: 15px;
	margin-top: 30px;
}

.event-photo {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 175px;
	margin-top: 15px;
}

.event-body {
	margin-top: 15px;
}

.event-header {
	overflow: hidden;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}

.event-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.event-header-left {
	float: left;
	vertical-align: top;
	display: table-cell;
	width: 100%;
	padding-right: 10px;
}

li.event-header-left h4 {
	font-size: 22px;
    font-weight: 700;
	margin-bottom: 5px;
}

li.event-header-left span {
	margin-right: 15px;
}

li.event-header-left span:last-child {
	margin-right: 0;
}

li.event-header-left i {
	color: #3367c1;
	margin-right: 4px;
}

li.event-header-right {
	float: right;
	vertical-align: top;
	display: table-cell;
}

li.event-header-right h5 {
	font-size: 16px;
    font-family: 'Work Sans', sans-serif;
	margin-bottom: 2px;
}

li.event-header-right span {
	color: #3367c1;
	font-size: 26px;
	font-weight: 700;
}

li.event-header-right p {
	font-size: 18px;
    font-weight: 700;
	margin: 0;
}

.event-content .button a {
	padding: 12px 20px;
}

/*
-------------------------------
Portfolio
-------------------------------
*/

.portfolio-menu {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 6px;
}

.portfolio-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio-menu li {
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	border-bottom: 1px solid #e1e1e1;
	color: #313131;
	padding: 5px 10px;
	padding-top: 0;
	margin: 0 10px;
	margin-top: 10px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-menu li:hover {
	color: #3367c1;
}

.portfolio-menu li.filtr-active {
	border-bottom: 1px solid #3367c1;
	color: #3367c1;
}

.portfolio-menu li.filtr-active:before {
	border-color: #3367c1 transparent transparent;
	border-style: solid;
	position: absolute;
	content: "";
	border-width: 6px 6px 0;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	text-decoration: none;
}

.portfolio-group {
	border: 1px solid #ededed;
	margin-top: 30px;
}

.portfolio-photo {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 196px;
	position: relative;
}

.portfolio-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #3367c1;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.portfolio-group:hover .portfolio-bg {
	opacity: 0.7;
	transform: scale(1);
	visibility: visible;
}

.portfolio-table {
	display: table;
	width: 100%;
	height: 100%;
}

.portfolio-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-icon a {
	position: relative;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	z-index: 99;
}

.portfolio-group:hover .portfolio-icon {
	opacity: 1;
	visibility: visible;
}

.portfolio-text {
	text-align: center;
	background: #f5f5f5;
	padding: 20px;
}

.portfolio-text h3 a {
	font-size: 20px;
    font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-bottom: 8px;
}

.portfolio-text h3 a:hover {
	color: #3367c1;
}

.portfolio-text p {
	position: relative;
	font-size: 15px;
	border-top: 1px solid #ddd;
	margin: 0;
	padding-top: 8px;
}

.portfolio-text p:before {
	position: absolute;
	content: '';
	left: 0;
	top: -1px;
	width: 0%;
	height: 1px;
	background: #3367c1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-group:hover .portfolio-text p:before {
	width: 100%;
}

.portfolio-text p span {
	margin-right: 8px;
}

.project-page .portfolio-menu {
	margin-top: 0;
	margin-bottom: 5px;
}

.project-page li {
	margin-top: 0;
	margin-bottom: 10px;
}


/*
-------------------------------
Portfolio Details
-------------------------------
*/

.portfolio-carousel {
	overflow: hidden;
	margin-top: 30px;
}

.portfolio-photo-item {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 370px;
	position: relative;
}

.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 48px;
	background: #3367c1;
	color: #fff;
	margin-top: -25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-carousel .owl-nav .owl-prev {
	left: 0;
}

.portfolio-carousel .owl-nav .owl-next {
	right: 0;
}

.portfolio-carousel .owl-nav .owl-prev:hover,
.portfolio-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.portfolio-details-text h3 {
	font-size: 26px;
	font-weight: 700;
    text-transform: uppercase;
	margin: 0;
	margin-top: 30px;
}

.portfolio-details-text p {
	margin: 0;
	margin-top: 20px;
}

.portfolio-sidebar {
	margin-top: 30px;
}

.portfolio-details,
.portfolio-form{
    border: 1px solid #ddd;
    padding: 30px;
}

.portfolio-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio-details ul li {
	font-size: 15px;
	font-weight: 400;
	color: #313131;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}

.portfolio-details ul li span {
	font-weight: 600;
	color: #3367c1;
	margin-right: 5px;
}


.portfolio-form .form-group textarea {
	height: 110px;
}

.recent-project .portfolio-text {
	background: #fff;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 38px;
	top: 0;
	margin-top: -20px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.project-carousel .owl-nav .owl-prev {
	right: 0;
	margin-right: 40px;
}

.project-carousel .owl-nav .owl-next {
	right: 0;
	margin-right: 0px;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}


/*
-------------------------------
Event Detail
-------------------------------
*/

.event-detail-content {
	margin-top: 30px;
}

.event-contact-item {
	text-align: center;
	background: #3367c1;
    color: #fff;
	padding: 30px 5px;
	margin-top: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-contact-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
    color: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-contact-icon img {
	width: 25px;
	height: 25px;
}
.event-contact-icon i {
	font-size: 18px;
}
.event-contact-text {
	margin-top: 20px;
}

.event-contact-text h4 {
	font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
	margin-bottom: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-contact-text p {
	margin: 0;
}

.event-contact-item:hover{
    background: #f5f5f5;
    color: #313131;
}
.event-contact-item:hover .event-contact-icon{
    color: #3367c1;
	border: 1px solid #3367c1;
}
.event-contact-item:hover .event-contact-text h4{
    color: #313131;
}

.event-carousel {
	border: 1px solid #e1e1e1;
}

.event-carousel .owl-nav .owl-prev,
.event-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 48px;
	top: 50%;
	margin-top: -25px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-carousel .owl-nav .owl-prev {
	left: 0;
}

.event-carousel .owl-nav .owl-next {
	right: 0;
}

.event-carousel .owl-nav .owl-prev:hover,
.event-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.event-detail-text {
	margin-top: 30px;
}

.event-detail-text h3 {
	font-size: 22px;
	font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 15px;
}

.event-map {
	margin-top: 30px;
}

.event-map iframe {
	width: 100%;
	height: 350px;
}


.res-img img 
{
	max-width:100%;
	height:auto;
}
.carousel-item1 
{
  width:100%;
  height:380px;
  max-height:380px;
  
  display:flex; 
  justify-content:center;   
  align-items:center;
  overflow:hidden
}
.carousel-item1  img
{
  flex-shrink:0;
    -webkit-flex-shrink: 0;
    max-width:100%;
    max-height:100%; 
}


.more_children:hover{
   /* width: 20% !important;*/
	position:relative !important;
 }
 .thumb {
  width:60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    border:2px solid #cccccc;
}
.thumb img {
  height: 100%;
  width: auto;

}

.cardevents {
  
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius:15px !important;
}
.cardevents:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.22);
}

.fs-5 {
margin-top: -8px !important;
}
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
.goog-te-banner-frame, .goog-te-gadget-icon  {
	    display: none !important;
	
}
 #google_translate_element {
		margin-top: 6%;
}
body{
	top: 0px !important;
}


.table > :not(:first-child) {
    border-top:0px solid #ccc !important;
}

.faq_filters .active {
  background: rgb(209,84,0);
  background: -moz-linear-gradient(0deg, rgba(209,84,0,1) 0%, rgba(233,116,0,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(209,84,0,1) 0%, rgba(233,116,0,1) 100%);
  background: linear-gradient(0deg, rgba(209,84,0,1) 0%, rgba(233,116,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d15400",endColorstr="#e97400",GradientType=1);
  border: 1px #febb15 solid;
  padding:10px;
  border-radius: 15px;
  color: #fff;
  font-weight: 700
}
.faq_filters .box {
margin-bottom: 20px;
}

  
.faq_filters .btn-filed{border-radius: 7px; color: #fff; font-weight: 700 }


.all_icons{
  font-size: .875rem !important;
}



.button_style .button {
  border-radius: 4px;
  background-color: #d74d04;
  padding: 0px 10px;
  border: none;
  color: #FFFFFF;
  text-align: right;
  transition: all 0.5s;
  cursor: pointer;
}
.button_style .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_style .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
}

.button_style .button:hover span {
  padding-right: 25px;
}

.button_style .button:hover span:after {
  opacity: 1;
  right: 0;
}
.my-card {
    position: absolute;
    /* left: 40%; */
    top: 30px;
    border-radius: 5%;
    /* width: 30%; */
    /* height: 50%; */
}
 .form-label {
	margin-bottom: 0.1rem !important;
	font-size: 0.8rem !important;
}	
