/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* import files */
@import url("../css/header_footer.css");
/*font*/
@font-face {
  font-family: 'Aero';
  font-style: normal;
  font-weight: normal;
  src: local('Aero'), url('../fonts/Aero.woff') format('woff');
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1719;
  overflow-x: hidden;
}
a:hover{
  color: #035a8f;
}
a, a:hover{
  text-decoration: none;
  color: #035a8f;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
/*---HOME [ START ]---*/
.wd_banner{
  position: relative;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 880px;
    padding: 95px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wd_banner video{
   position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.wd_bnr img{
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.wd_banner::before{
  content: '';
  background: rgba(13, 13, 13, 0.80);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.wd_banner::after{
  content: '';
  background: url(../images/pattern-1.png) no-repeat;
  width: 375px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  z-index: 1;
  opacity: 0.3;
  animation-name: zoom-fade; 
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoom-fade; 
    -webkit-animation-duration: 6s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoom-fade; 
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoom-fade; 
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoom-fade; 
    -o-animation-duration: 6s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.wd_bnr_txt {
  position: relative;
  z-index: 11;
  width: 48%;
}
.wd_bnr_txt span{
  background: rgba(255, 255, 255, 0.15);
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  padding: 10px;
  border-left: 4px solid #035a8f;
  display: inline-block;
  margin-bottom: 18px;
}
.wd_bnr_txt h1{
  color: #FFF;
  font-family: 'Aero';
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 12px;
}
.wd_bnr_txt p{
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 151.523%;
  margin-bottom: 26px;
}
.wd_bnr_btn{
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 135.023%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  background: linear-gradient(88.76deg, #4d9669 0.58%, #035A8F 99.29%);
  padding: 17px 43px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
  z-index: 1;
}
.wd_bnr_btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #035a8f;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transform: translateX(78%) translateY(-4%) rotate(45deg);
  transform: translateX(78%) translateY(-4%) rotate(45deg);
  z-index: -1;
  border-radius: 50%;
}
.wd_bnr_btn:hover:after {
  -webkit-transform: translateX(6%) translateY(-50%) rotate(0deg);
  transform: translateX(6%) translateY(-50%) rotate(0deg);
}
.wd_bnr_btn:hover{
  z-index: 111;
  color: #fff;
}
.owl-home .owl-dots{
  display: flex !important;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  grid-gap: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0 0 0 -5em;
}
.owl-home .owl-dot{
  background: rgba(255, 255, 255, 0.50) !important;
  width: 8px;
  height: 8px;
}
.owl-home .owl-dot.active{
  width: 8px;
  height: 22px;
  background: #035a8f !important;
}
.wd_hme_abt{
  padding: 80px 0 30px;
}
.wd_homeab_img img{
  width: 100%;
  height: 487px;
  object-fit: cover;
}
/*------- KeyFrames [ START ]--------*/
.empty-animation{
    animation-name: zoomInStable; 
    animation-duration: 3s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoomInStable; 
    -webkit-animation-duration: 3s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoomInStable; 
    -moz-animation-duration: 3s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoomInStable; 
    -ms-animation-duration: 3s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoomInStable; 
    -o-animation-duration: 3s; 
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.empty-animation{
    animation-name: zoomInStable; 
    animation-duration: 3s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoomInStable; 
    -webkit-animation-duration: 3s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoomInStable; 
    -moz-animation-duration: 3s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoomInStable; 
    -ms-animation-duration: 3s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoomInStable; 
    -o-animation-duration: 3s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.empty-animation{
    animation-name: slideInUp; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInUp; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInUp; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInUp; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

.empty-animation{
    animation-name: slideInRight; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInRight; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInRight; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInRight; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

.empty-animation{
    animation-name: slideInLeft; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInLeft; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInLeft; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInLeft; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

.empty-animation{
    animation-name: slideInUp; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInUp; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInUp; 
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInUp; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

@keyframes rotateme {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(180deg);
      }
    100% {
        transform: rotate(360deg);
        opacity: 1;
      }
}

.about-two_pattern-three,
.price-one_pattern,
.speakers-four_pattern,
.counter-three_inner::before,
.video-one_pattern-three,
.leadership-one_icon-four,
.leadership-one_icon-two,
.speakers-one_pattern,
.about-one_pattern-three,
.feature-block_one-icon::after{
    animation-name: rotateme; 
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: rotateme; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: rotateme; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: rotateme; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: rotateme; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}



@keyframes rotateme2 {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(-180deg);
      }
    100% {
        transform: rotate(-360deg);
        opacity: 1;
      }
}

.video-one_pattern-two,
.leadership-one_icon-three,
.speakers-one_pattern-two{
    animation-name: rotateme2;
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: rotateme2; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: rotateme2; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: rotateme2; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: rotateme2; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob Up Down*/
@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.video-one_pattern-four,
.video-one_pattern-one,
.leadership-one_icon{
    animation-name: float_up_down; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
    -webkit-animation-name: float_up_down; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: float_up_down; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    
    -ms-animation-name: float_up_down; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    -o-animation-name: float_left_right; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob */
@-webkit-keyframes float_left_right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0.40;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }
}

@keyframes float_left_right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0.40;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }
}

.empty-animation{
    animation-name: float_left_right; 
    animation-duration: 30s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: float_left_right; 
    -webkit-animation-duration: 30s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: float_left_right; 
    -moz-animation-duration: 30s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: float_left_right; 
    -ms-animation-duration: 30s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: float_left_right; 
    -o-animation-duration: 30s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float_left_right_two {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(0px);
    opacity: 0.80;
  }

  100% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }
}

@keyframes float_left_right_two {
  0% {
    transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    transform: translateX(0px);
    opacity: 0.80;
  }

  100% {
    transform: translateX(-30px);
    opacity: 1;
  }
}


.empty-animation{
    animation-name: float_left_right_two; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: float_left_right_two; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: float_left_right_two; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: float_left_right_two; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: float_left_right_two; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}


@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/*------- KeyFrames [ END ]----------*/
/*------- About Us [ START ]---------*/
.about{
  padding: 100px 0;
}
.about_bx{
  position: relative;
}
.about_img{
  position: relative;
}
.about_img img{
  width: 95%;
  height: 100%;
  object-fit: cover;
  border: 20px solid #035a8f;
  border-radius: 50%;
}
.play_btn {
  position: absolute;
  right: 0;
  top: 40px;
  width: 130px;
  height: 130px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  box-shadow: 3px 4px 16px rgb(77 150 105 / 64%);
  background: #4d9669;
  -webkit-animation: icon-bounce 0.9s ease-out infinite;
  animation: icon-bounce 0.9s ease-out infinite;
}
.play_btn i{
  color: #fff;
  font-size: 30px;
}
.tagline{
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  display: inline-block;
  margin-bottom: 0;
  font-family: 'Aero';
  color: #4d9669;
  position: relative;
}
.title{
  position: relative;
}
.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 40px;
  background: #035A8F;
  left: 0%;
  margin: -30px auto 0;
  top: 10px;
  z-index: 1;
}
.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100px;
  background: #dddddd;
  left: 0%;
  margin: -30px auto 0;
  top: 10px;
}
.title h3{
  font-family: 'Aero';
  font-size: 38px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 12px;
}
.title p{
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 25px;
}
.about_txt p{
  font-size: 15px;
  line-height: 28px;
  color: #5b5757;
  margin-bottom: 10px;
}
.about_txt p:last-child{
  margin-bottom: 0;
}

/*------- About Us [ END ]---------*/
/*------- Event [ START] -------*/
.events{
  padding: 100px 0;
  background: url(../images/events_bg.webp)no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: top center;
}
.events .nav {
  background: #FBFBFB;
  box-shadow: 0px 5.14478px 32.1549px rgb(0 0 0 / 14%);
  border-radius: 128.62px;
  /*padding: 5px;*/
  width: fit-content;
  margin: 30px auto 50px;
}
.events .nav .nav-link.active {
  background-color: #035a8f;
  box-shadow: 0px 5.14478px 29.5825px rgb(0 0 0 / 5%);
  border-radius: 128.62px;
  color: #fff;
}
.events .nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #0D1833;
  padding: 15px 40px;
}
.events .title::before, .news_blog .title::before{
  right: 0;
}
.events .title::after, .news_blog .title::after{
  right: 0;
}
.event_bx{
  box-shadow: 0px 8px 14px 0px #4c956836;
  border: 1px solid #B9B9B9;
  padding: 10px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  position: relative;
}
.event_lft{
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
.event_img img{
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 24px;
}
.event_txt h3{
  color: #090909;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.24px;
  text-align: left;
  margin-bottom: 10px;
}
.event_txt p{
  color: #5b5757;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  text-align: left;
  margin-bottom: 12px;
}
.event_txt span{
  color: #5b5757;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
.event_txt span svg{
  margin-right: 8px;
}
.event_txt span a{
  color: #035a8f;
  font-weight: 600;
}
/*.past_evt{*/
/*   filter: gray;*/
/*  -webkit-filter: grayscale(1); */
/*  filter: grayscale(1);*/
/*}*/
/*-----Heart Checkbox-=----*/
.wd_kr_heart{
  position: relative;
}
.wd_kr_heart label{
  margin: 3px 0 0;
}
.wd_kr_heart input[type="checkbox"] {
  display: none;
}
.wd_kr_heart input[type="checkbox"] + label {
  position: relative;  
}
.wd_kr_heart input[type="checkbox"] + label:before {
  content: "";
  top: 0;
  left: 0;
  background: url(../images/unlike.svg)no-repeat; 
  width: 20px;
  height: 20px;
  border-radius: 3px;
  display: block;
  transition:  .5s ease;
}
.wd_kr_heart input[type="checkbox"]:checked + label:before {
  background: url(../images/like.svg)no-repeat; 
}
/*-----Heart Checkbox End-=----*/
.event_rgt{
  display: flex;
  align-items: center;
  grid-gap: 12px;
  padding: 15px;
}
.event_rgt a{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #F5F5F5;
  border: 1px solid #C5C5C5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load_btn{
  background: #FCE4E4;
  border:2px solid #FCE4E4;
  padding: 10px 35px;
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
  color: #E11C1C;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.load_btn:hover{
  background: transparent;
  border: 2px solid #E11C1C;
  color: #E11C1C;
}
/*------- Event [ END]---------*/
/*----News [ START ]----------*/
.news_blog{
  padding: 100px 0;
  background: #f5f5f5;
}
.article_flx{
  display: flex;
  border: 1px solid #eee;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.art_img img{
  width: 350px;
  height: auto;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.art_txt{
  padding: 25px;
}
.art_txt h4, .artical_txt h4{
  font-size: 20px;
  font-weight: 600;
}
.art_txt span, .artical_txt span{
  color: #999999;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 13px;
}
.art_txt p{
  color: #676767;
  font-size: 13px;
  margin-bottom: 25px;
  font-weight: 300;
}
.art_txt ul, .artical_txt ul{
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.art_txt ul li, .artical_txt ul li{
  color: #546175;
  display: flex;
  align-items: center;
  grid-gap: 7px;
  font-size: 13px;
  font-weight: 300;
}
.articalspost {
  border: 1px solid #eee;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  display: block;
}
.articalspost::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-size: 20px;
  padding: 20px 20px 27px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
}
.articalspost img{
  width: 100%;
  height: 380px;
  border-radius: 10px;
  object-fit: cover;
}

.mrb_30{
  margin-bottom: 30px;
}
/*----News [ END ]----------*/
/*----- Contact [ START ]------*/
.contact_blog{
  padding: 100px 0;
}
.info_box {
  position: relative;
  padding: 30px;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  border-radius: 5px;
}
.info_box h4{
  text-transform: uppercase;
  margin: 15px 0 5px;
  font-size: 18px;
  font-weight: 600;
}
.info_box a{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
  color: #1a1719;
}
.contact_blog form{
  margin: 30px 0 0;
}
.contact_blog form .form-group{
  margin-bottom: 30px;
}
.contact_blog form .form-control{
  width: 100%;
  padding: 15px 25px;
  height: auto;
  font-size: 14px;
  border-radius: 5px;
}
.h_308{
  height: 308px !important;
}
/*-----Contact [ END ]-------*/
#video_bx video{
  width: 100%;
}
#video_bx .modal-content{
  padding: 0;
  background: transparent;
  border:0;
}
#video_bx .modal-body{
  padding: 0;
}
.modal-header{
  border: 0;
}
.modal-header .close {
    padding: 0rem 0rem;
    margin: -1rem -1rem -1rem auto;
    opacity: 1;
}
/* New News & Forum----*/
.comment{
    display:flex;
    align-items:center;
    grid-gap:16px;
    margin-bottom:8px;
}
.comment li{
    font-size:12px;
    color:#5b5757;
}
.comment i{
    font-size:12px;
    margin-right:6px;
    color:#5b5757;
}
.news_blog .event_lft span{
    margin-bottom:10px;
    display:block;
}
/*----- blog-post list -----*/
.grey_bg{
    background:#f4f6f7;
}
.list_blog {
	display: flex;
    align-items: center;
    grid-gap: 20px;
    text-align: left;
    padding: 30px;
    background: #fff;
    margin-bottom:30px;
    border-radius:10px;
}
.blog{
    padding:150px 0 80px;
}
.blog_img {
    width:40%;
}
.blog_img img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:10px;
}
.blog_content{
    width:50%;
}
.blog_catego{
    background: #1151d3;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 1px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
}
.bs-blog-meta{
    display:flex;
    align-item:center;
    grid-gap:15px;
}
.blog_content h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.blog_content p{
    color:#546175;
    font-size:14px;
    line-height:25px;
    margin-bottom:0;
}
.artical_txt{
    margin:0 auto 10px;
}

/*blog details section*/
.blog-details-section .details-thumb img {
    width: 100%;
    height:600px;
    object-fit:cover;
}
.blog-details-section .blog-details-meta a {
    color: #0b1521;
    display: inline-block;
    transition: .5s;
    margin-right: 16px;
}
.blog-details-section .blog-details-meta a:hover{
    color:#fc4242;
}

.blog-details-section .blog-details-content {
    padding: 22px 33px 40px 34px;
    border: 2px solid #F6F6F6;
    background: #fff;
}
.blog-details-section .blog-details-meta a i {
    margin-right: 8px;
    display: inline-block;
}
.blog-details-meta span {
    color: #0b1521;
    transition:.5s;
}
.blog-details-section .blog-details-meta span:hover{
    color:#fc4242;
}
.blog-details-meta span i{
     margin-right: 8px;
}
.blog-details-section .blog-details-content .blog-details-content-text p {
    margin: 9px 0 14px;
    font-size:14px;
}
.blog-details-title{
  margin: 10px 0 0;
}
.blog-details-section .blog-details-content .blog-details-title h2 {
    font-size: 22px;
    display: inline-block;
    margin: 0 0 9px;
    font-weight:600;
}
.blog-details-section .blog-details-content .blog-details-content-text-inner p {
    margin: 9px 0 14px;
    font-size:14px;
}
 .blog-details-title.two h2 {
    font-size: 20px;
    display: inline-block;
    margin: 0px 0 0px;
    color: #035a8f;
}
 .inr_title {
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 0px;
    color: #035a8f;
    font-weight: 500;
}
.blog-details-section .single-blog-details-box .blog-details-content .single-blog-thumb {
    margin-bottom: 4px;
}
.blog-details-section .single-blog-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog-details-section .single-blog-details-box {
    -webkit-box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    margin-bottom: 30px;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-social-address {
    margin-top: 33px;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-social-address ul li {
    display: inline-block;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-social-address ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #050505;
    text-align: center;
    transition: .5s;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 15px;
    color: #050505;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-social-address ul li a:hover{
    background:#fc4242;
    border-color:#fc4242;
    color: #fff;
}
/*blog details right side*/
.blog-details-section .sidebar-search{
    position: relative;
}
.blog-details-section .sidebar-search-box {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 36px 32px 36px;
    border-radius: 3px;
     margin-bottom: 30px;
     background:#fff;
}
.blog-details-section .sidebar-search-box button {
    border: transparent;
    background: transparent;
    font-size: 20px;
}
.blog-details-section .sidebar-search-box button {
    position: absolute;
    right: 11px;
    top: 8px;
}
.blog-details-section .sidebar-box {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 32px 22px 19px;
    margin-bottom: 30px;
    border-radius: 3px;
    background:#fff;
}
.blog-details-section .sidebar-title h2 {
    font-size: 24px;
    margin: 0 0 16px;
}
.blog-details-section .sidebar-category ul li {
    margin-bottom: 6px;
}
.blog-details-section .sidebar-category ul li a {
    color: #333333;
    font-weight: 500;
    font-size:14px;
    
}
.sidebar-content-text p{
    font-size:14px;
}
.blog-details-section .sidebar-category ul li a:hover{
    color:#fc4242;
}
.blog-details-section .sidebar-thumb-title a h2 {
    font-size: 14px;
    margin: 0 0 3px;
    display: inline-block;
    transition:.5s;
}
.blog-details-section .sidebar-thumb-title a h2:hover{
    color:#fc4242;
}
.blog-details-section .resent-post-single-box {
    margin-bottom: 21px;
}
.blog-details-section .sidebar-thumb {
    margin-right: 16px;
}
.blog-details-section .sidebar-thumb-title span {
    font-size: 14px;
}
/*contact form*/
.contact_from .contact_title h1 {
    font-size: 24px;
    display: inline-block;
    margin: 0 0 37px;
    letter-spacing: 1px;
}
.contact_from .form-control {
    height: auto;
    padding: 10px 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    font-size:14px;
}
.contact_from .form-control:focus {
    color: #495057;
    border-color:#035a8f;
    outline: 0;
    box-shadow:none;
}
.contact_from textarea#message {
    height: 130px;
}
.contact_from .quote_btn.text_center {
    margin-left: 15px;
    margin-top: 20px;
}
.contact_from .btn {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    color: #fff;
    background-color: #035A8F;
    border: none;
    padding: 15px 28px;
    font-size: 14px;
    line-height: 0;
    border-radius: 10px;
    transition:.5s;
    height:auto;
}
.contact_from .btn:hover{
    background:#035A8F;
    color: #fff; 
}
.contact_from .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.contact_from label {
    display: inline-block;
    margin: 5px 0 10px;
    font-size:13px;
    color:#777;
}
/* checkbox*/
 .custom-checkbox {
	/*margin-bottom:0px !important;
	*/
}
 .custom-checkbox > [type="checkbox"], .custom-checkbox label {
	 -webkit-touch-callout: none;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .custom-checkbox > [type="checkbox"]:not(:checked), .custom-checkbox > [type="checkbox"]:checked {
	 position: absolute;
	 left: -9999px;
}
 .custom-checkbox > [type="checkbox"]:not(:checked) + label, .custom-checkbox > [type="checkbox"]:checked + label {
	 position: relative;
	 padding-left: 22px;
	 cursor: pointer;
}
 .custom-checkbox > [type="checkbox"]:not(:checked) + label:before, .custom-checkbox > [type="checkbox"]:checked + label:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 50%;
	 margin-top: -9px;
	 width: 17px;
	 height: 17px;
	 border: 1px solid #035A8F;
	 background: #fff;
	 border-radius: 2px;
}
 .custom-checkbox > [type="checkbox"]:not(:checked) + label:after, .custom-checkbox > [type="checkbox"]:checked + label:after {
	 font-family: "Font Awesome 5 Free";
    content: '\f00c';
    position: absolute;
    font-weight: 900;
    top: 3px;
    margin-top: 0;
    left: 4px;
    font-size: 9px;
    color: #035A8F;
    transition: all 0.2s;
}
 .custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
	 opacity: 0;
	 transform: scale(0);
}
 .custom-checkbox > [type="checkbox"]:checked + label:after {
	 opacity: 1;
	 transform: scale(1);
}
 .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
	 content: '\2212';
	 left: 2px;
	 opacity: 1;
	 transform: scale(1);
}
 .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before {
	 box-shadow: none;
	 background-color: #eee;
	 border-color: #eee;
	 cursor: not-allowed;
	 opacity: 1;
	 color: #dadada;
}
 .custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
	 box-shadow: none;
	 background-color: #eee;
	 border-color: #eee;
	 cursor: not-allowed;
	 opacity: 1;
	 color: #035A8F;
}
 .custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
	 color: #035A8F;
	 cursor: not-allowed;
}

 .custom-checkbox > [type="checkbox"]:checked:focus + label:before, .custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
	 border: 1px solid #035A8F;
	 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.call_btn{
    margin:40px auto 0;
    text-align:center;
    display:block;
}
.call_btn .wd_bnr_btn::after{
    transform: translateX(79%) translateY(10%) rotate(45deg);
}
.call_btn .wd_bnr_btn:hover:after {
    -webkit-transform: translateX(6%) translateY(-50%) rotate(0deg);
    transform: translateX(6%) translateY(-50%) rotate(0deg);
}
#refresh-captcha{
    border:0;
    background:transparent;
}
#refresh-captcha svg{
    width:30px;
    height:30px;
}
/*--------ABout Us[ END ]-----------*/
/*--------ABout Us[ START ]-----------*/
.inr_banner{
  background: url(../images/about/inner_banner.jpg)no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
     background-position: bottom center;
  padding: 95px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inr_banner h2{
  color: #fff;
  font-size: 50px;
  text-align: center;
  margin-bottom: 0;
}
#refresh-captcha{
    border:0;
    background:transparent;
}
#refresh-captcha svg{
    width:30px;
    height:30px;
}
/*--------ABout Us[ END ]-----------*/
/* ========================================= */
/* About Us CSS */
/* ======================================== */

.about-us {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  position: relative;
  padding: 100px 0;
}
.about-us .about-features {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-us:hover .trend-item {
  transform: none;
}
.about-us .about-trending-topic ul li {
  display: inline-block;
  width: 49%;
  position: relative;
  line-height: 2.4;
  font-weight: 400;
}
.about-us .about-trending-topic ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 10px;
}
 .about-us .about-image-box .about-image {
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   background: #fcdc6b;
   animation: border-transform 10s linear infinite alternate forwards;
}
 .about-before::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   width: 50%;
   height: 100%;
   background: #F7F7F7;
}
 .about-after::before {
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   width: 50%;
   height: 100%;
   background: #F7F7F7;
}
.about-us .title h3{
  font-size: 32px;
  line-height: 45px;
}
.about-us .title span{
  color: #4d9669;
}
.about-us p{
  font-size: 15px;
  line-height: 28px;
  color: #5b5757;
}
.about-image-box h3{
  font-size: 18px;
  line-height: 28px;
  color: #5b5757;
}
.about-image-box ul{
  margin-bottom: 15px;
  padding-left: 20px;
}
.about-image-box ul li{
  font-size: 15px;
  line-height: 28px;
  color: #5b5757;
  list-style: disc;
}
 @media (max-width: 639px) {
   .about-features {
     background-size: cover;
  }
}
.artist-info-section {
  overflow: hidden;
}
.artist-name {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 44px;
  margin-bottom: 16px;
  color: #000000;
  font-weight: 700;
  font-family: 'Aero';
}

.about-artist p {
  font-size: 15px;
  line-height: 24px;
  color: #5b5757;
  margin-bottom: 10px;
}
.artist-information-list {
  margin-top: 50px;
}
.artist-information-list p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.9;
}
.artist-information-list .artist-info-item {
  display: inline-block;
  min-width: 110px;
}
.artist-information-list .artist-info-value {
  margin-left: 15px;
  display: inline-block;
}
.artist-image {
  position: absolute;
  top: 0;
  right: 0;
}
.about-artist {
  padding-top: 145px;
  padding-bottom: 64px;
}
.about-artist ul {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.about-artist ul li a{
  width: 38px;
  height: 38px;
  border: 1px solid #035a8f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*** Artist Gallery ***/
.artist-gallery-item {
  position: relative;
  text-align: center;
}
.artist-gallery-item::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.artist-gallery-item img {
  max-width: 100%;
  height: auto;
}
.artist-gallery-item .artist-gallery-hover {
  background-color: rgb(77 150 105 / 77%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artist-gallery-item .artist-gallery-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artist-gallery-item .gallery-zoom {
  font-size: 3.5rem;
  color: #ffffff;
  line-height: 1;
}
.artist-gallery-item .artist-image-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.artist-gallery-item:hover .artist-gallery-hover {
  visibility: visible;
  opacity: 1;
}
.artist-gallery-item:hover .artist-gallery-content {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.artist-gallery-carousel .owl-prev,
.artist-gallery-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.8rem;
  width: 30px;
  text-align: center;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artist-gallery-carousel .owl-prev:hover,
.artist-gallery-carousel .owl-next:hover {
  opacity: 1;
}
.artist-gallery-carousel .owl-prev .fa,
.artist-gallery-carousel .owl-next .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.artist-gallery-carousel .owl-prev {
  left: 0;
}
.artist-gallery-carousel .owl-next {
  right: 0;
}
.artist-gallery-carousel:hover .owl-prev,
.artist-gallery-carousel:hover .owl-next {
  opacity: 0.5;
}
.artist-gallery-carousel:hover .owl-prev:hover,
.artist-gallery-carousel:hover .owl-next:hover {
  opacity: 1;
}

.instagram-feed-link {
  background-color: #111111;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.instagram-feed-link:hover {
  color: #ffffff;
  background-color: #fc427f;
}
.instagram-feed-link .fa {
  font-size: 2.5rem;
}
