:root {
  --theme-color:#af1316;
  --theme-text-color: #181818;
  --white-color:#fff;
  --dark-color:#000;
  --inner-color1:#c7af47;
  --inner-ogane: #f26226;
  --inner-yellow: #ffcb0b;
  --theme-gradiant:linear-gradient(to bottom, #fda73b 0%, #f15b24 100%)
}



/* BenguiatStd */
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('../fonts/Oswald-SemiBold.ttf');
}
/* BenguiatStd */
@font-face {
  font-family: 'BenguiatStd-Book';
  src: url('../fonts/BenguiatStd-Book.otf');
}

@font-face {
  font-family: 'BenguiatStd-Medium';
  src: url('../fonts/BenguiatStd-Medium.otf');
}
/* poppins */

@font-face {
   font-family: 'Poppins-Light';
   src: url('../fonts/aws/Poppins-Light.ttf');
}

@font-face {
   font-family: 'Poppins-Regular';
   src: url('../fonts/aws/Poppins-Regular.ttf');
}

@font-face {
   font-family: 'Poppins-Medium';
   src: url('../fonts/aws/Poppins-Medium.ttf');
}

@font-face {
   font-family: 'Poppins-SemiBold';
   src: url('../fonts/aws/Poppins-SemiBold.ttf');
}

@font-face {
   font-family: 'Poppins-Bold';
   src: url('../fonts/aws/Poppins-Bold.ttf');
}



body{padding-bottom:0px !important ; padding-top:0 !important;}
/* common-css */
html {
    scroll-behavior: smooth;
}
body{margin: 0;padding: 0;font-family: 'Poppins-Light';font-size: 15px;}
a{text-decoration: none;}
ul {list-style-type: none;padding: 0px;margin: 0px;}
button:focus {outline: 0px !important;}
a:hover {text-decoration: none;}
.w-100 {width: 100%;}
.w-auto {width: auto !important;}
.h-100 {height: 100%;}
.txt-undline {text-decoration: underline !important;}
.container {max-width: 1230px !important;}
  /* Home-grid */
.home-grid-section {display: grid;width: 100%;grid-template-columns: 1fr 300px;grid-gap: 15px;}
.grid-left {margin-top: 0px;}
.grid-middle {overflow: hidden;}
#header .container {max-width: 1230px !important;}
.pos-relative{position: relative;}

@media screen and (max-width:1320px) {
  #header .container, .container {
    max-width: 1140px !important;
  }
}
@media screen and (max-width: 1230px) {
  #header .container, .container {
    max-width: 1080px !important;
  }
}
@media screen and (max-width: 576px) {
  body{font-size: 14px;}
}
/* common-css-close */

/* Header */

.h-br {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.h-bg1 {
  background-image: url(../images/header-top-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 30px;
}
.center-logo {
  height: 90px;
  margin-bottom: 0;
  width: 100%;
  object-fit: contain;
}
.header-top-section .container {max-width: 1230px !important;padding-left: 0;padding-right: 0;}
.main_logo {
  position: absolute;
  z-index: 3;
  bottom: -40px;
  left: 10px;
}
.main_logo img {
  height: 145px;
}
.header-top-section {
  margin-bottom: -10px;
  z-index: 999;
  position: relative;
}
.over_lay_set {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.over_lay_set img {
  height: 100%;
  margin:auto;
  display: block;
}
.hlogo-part {
  position: relative;
  z-index: 2;
}

.header_right_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.header_right_img.one {
  right: 80px;
  height: 90px;
}
.header_right_img.two{
  right: 10px;
  bottom: -47px;
  z-index: 1;
  height: 155px;
}
.header_right_img.three{
  right: -85px;
  height: 86px;
}



@media screen and (max-width:1320px) {
  .center-logo {height: 95px;}
  .header-top-section .container{max-width: 1140px !important;}
  .main_logo img {height: 150px;}
}

@media screen and (max-width:1024px) {
  .header_right_img {display: none;}
  .main_logo {bottom: 5px;left: 30px;}
    .main_logo img {height: 110px;}
}

@media screen and (max-width:992px) {
  .h-bg1 {padding-top: 10px;padding-bottom: 2px;}
  .header-top-section {margin-bottom: 0px;}
  .center-logo {
    height: auto !important;
  }
}
@media screen and (max-width:991px) {
  .center-logo {height: 120px;}
}
@media screen and (max-width:576px) {
  .center-logo {
    height: 80px;
  }
}
/* Header-close */
/* Header-menu */
.main-bg {
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  padding-top: 45px;
}
.mobile-nav-active .aws-app-menu{
  z-index: -1;
}
.flip-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.right-dgn, .left-dgn {
  position: absolute;
  top: 0;
  height: 550px;
  z-index: -1;
}
.right-dgn {
  left: 0;
}
.left-dgn {
  right: 0;
}

#header {
  background: #73051b;
  position: relative;
  padding: 7px;
}

.header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 997;
}

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}
#navbar {
  position: relative;
  z-index: 3;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .navbar {padding: 0;width: 100%;}
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
.navbar>ul {width: 100%;}
.navbar li {position: relative;}
.navbar > ul > li {white-space: nowrap;}
.navbar > ul > li.login-n {margin-left: auto;}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: 'Poppins-Regular';
  transition: color 0.3s, background 0.3s;
  padding: 9px 15px;
  border-radius: 50px;
  line-height: 100%;
  letter-spacing: 1px;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  position: relative;
  z-index: 20;
	display: none;
}
.navbar a:hover,
.navbar li.active>a,
.navbar li:hover  a, .menu-active a {color:#fff;background-color: #be1b2e;}
.navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--white-color);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
	min-width: 200px 
  }
  .navbar .menu-item-has-children ul a {
    padding: 10px 20px;
    text-transform: none;
    color:#000;
    background: var(--white-color);
  }
  .navbar .menu-item-has-children ul a i {font-size: 12px;  }
.navbar .menu-item-has-children ul a:hover, .navbar .menu-item-has-children ul .active:hover, .navbar .menu-item-has-children ul li:hover > a {
    color: var(--white-color);
	background-color: #bd1c2f;
	border-radius:0;
}
  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .mobile-nav-show,
  .mobile-nav-hide {display: none;}
  .aws-app-menu {
    display: none !important;
  }
 
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .main-bg {
    z-index: 10;
    padding-bottom: 10px;
  }
  
  #header {
    padding: 0;
    }
  .navbar ul li.menu-item-has-children>a i{
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  }
  .navbar ul li.menu-item-has-children>a i::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children>a{position: relative;}
  .navbar {
    position: fixed;
    top: 100%;
    width: 97%;
    max-width: 96%;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding:40px 10px 10px 10px !important;
    margin: 0;
	background-image: linear-gradient(180deg, #360307 0%, #8f1a2d 50%, #250107 100%);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    padding:8px 20px;
    color:#fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {color: var(--white-color);}
  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding:10px 0 !important;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ffd086;
  }
  .dropdown-active a{font-size: 12px !important;padding: 6px 15px;}
  .navbar .menu-item-has-children > .dropdown-active,
  .navbar
    .menu-item-has-children
    .menu-item-has-children
    > .dropdown-active {display: block;}

  .mobile-nav-hide {
    color: var(--white-color);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left:275px;
    top: 15px;
    z-index: 9999;
  }
  .mobile-nav-active {overflow: hidden;}
  .mobile-nav-active .navbar {left: 0;}
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 7%;
    top: 12%;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
  #navbar {
    position: fixed;
    z-index: 3;
  }
}
.login-n a {
  color: var(--white-color) !important;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, #fc434b, #ad1117);
}
.login-n a img {
  margin-right: 5px;
  height: 14px;
  filter: brightness(100);
}
.login-n a:hover {
  background-image: linear-gradient(to top, #fc434b, #ad1117);
}
@media screen and (max-width:1320px) {
  .navbar a, .navbar a:focus {font-size: 13px;}
}

@media screen and (max-width: 1199px) {
  .navbar a, .navbar a:focus {
    font-size: 14px;
    padding: 10px 13px;
  }
  .home-grid-section {grid-template-columns: 1fr;}
}

                                  /* bootom=menu */

@media (min-width: 1023px) {.aws-app-menu{display: none;}}
@media (max-width: 1023px) {
  .aws-app-menu {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: #440c11;
}
.aws-app-menu > div * {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #fff;
  line-height: 10px;      
}
.aws-app-menu > div i {font-size: 20px;}
.aws-app-menu > div {justify-content: end;}   
.dropdown-active a::before {
  position: absolute;
  content: "-";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-active a {
  font-size: 12px !important;
  padding: 6px 15px;
  position: relative;
}
.navbar .menu-item-has-children > .dropdown-active {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border: none;
  background: transparent;
}                              
}                                  

/* Header-menu-close */
/* news-letter-sec */
.latest-sec {
  padding: 12px 0px;
}
.latest-block {
  border: 1px solid #c7ae46;
  border-radius: 60px;
  overflow: hidden;
  background: #c7ae463d;
}
.latest-hd-wrap {
  background-color: #c7ae46;
  padding:0px 15px;
  border-radius: 60px;
}
.latest-hd {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: 'Poppins-Medium';
  white-space: nowrap;
}
.latest-hd img {
  margin-left: 10px;
  filter: brightness(100);
  height: 12px;
}
.latest-content {
  width: 100%;
}
.latest-content .news {
  position: relative;
  height: 30px !important;
  overflow: hidden;
  transform: translateY(-50%);
  top: 50%;
}
.latestnew-li {
  margin: 0px;
  position: absolute;
  top: 0px;
}
.latestnew-li li {
  position: relative;
  padding-left: 45px;
}
.latestnew-li li::before {
  content: '';
  border-radius: 50%;
  height: 9px;
  width: 9px;
  margin-right: 10px;
  background-color: #eebc01;
  margin-left: -25px;
  display: inline-block;
}
.latestnew-li li a {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.25px;
}

@media screen and (max-width:1320px) {
  .latest-hd {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;}
}
@media screen and (max-width:576px) {
  .latest-hd-wrap {display: none;}
  .latestnew-li li a {font-size: 11px;letter-spacing: 0;}
}
/* news-letter-sec-close */
/* banner-sec */
.banner-sec {
  background-image: url(../images/banner-bg.png);
  padding: 8px;
  border-radius: 20px;
}
.bg-properties {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-icon-bar img {
  border-radius: 10px;
  height: 480px;
  object-fit: cover;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 40px !important;
  border: 4px solid #f9cc12;
  background: transparent;
}
@media screen and (max-width:1180px) {
  .main-bg {background-size: cover;}
}
@media screen and (max-width:991px) {
  .main-bg {
    padding-top: 15px;
    }
}
@media screen and (max-width: 576px) {
  .banner-icon-bar img {height: auto;}
  .welcome-sec {
    padding-bottom: 20px !important;
  }
  .carousel-indicators [data-bs-target] {
    border: 3px solid #f9cc12;}
  }
/* banner-sec-close */
/* 4btns */
.hrz-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cmd-btns li a {
  font-size: 13px;
  color: #ffffff;
  padding-right: 0;
  width: 200px;
  display: flex;
  border-radius: 50px;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
  background:var(--theme-color);
  transition: all .4s linear;
}
.button-block .cmd-btns.hrz-btns a span {
  padding-left: 10px;
  font-size: 14px;
}
.cmd-btns li a img {
  height: 40px;
  position: relative;
  left: -1px;
}


@media screen and (max-width: 850px) {
  .cmd-btns.hrz-btns.btn-color.buttonslis {flex-wrap: wrap;}
  .cmd-btns li a {width: 270px;}
}
@media screen and (max-width: 500px) {
  .button-block .cmd-btns.hrz-btns a span {
    font-size: 11px;
  }
  .cmd-btns li a {
    width: 150px;
  }
  .cmd-btns li a img {
    height: 30px;}
}
@media screen and (max-width: 768px) {
  .cmd-btns.hrz-btns.btn-color.buttonslis {
    margin-top: 15px;
  }
}
/* up-events */
/* .events-news-sec {padding-top: 20px;} */
.ue-block.tbox-gap.news-set {
  border-radius:15px;
  overflow:hidden;
  padding-bottom: 20px;
  background: #fff9ea;
}

.ue-title {font-size: 17px;
  font-family: 'Poppins-Medium';
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-right: 10px;
  line-height: 26px;}
.ue-title-wrap {
  background:#f9cc12;
  position: relative;
  padding: 12px 10px;
}
.ue-content a {
  color: #161616;
}
.section-title2 {
  font-family: 'Poppins-Medium';
  font-size: 23px;
  color: #74051b !important;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.ue-event-wrap {background: #fff9ea;}
.ue-icon img {height: 175px;}
.ue-lis {margin: 5px 0px;}
.ue-lis li {
  font-size: 14px;
  color: #292929;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  padding: 6px 20px;
  display: flex;
  width: 100%;
  gap: 5px;
  align-items: center;
}
.ue-lis i {
  color: #c9272d;
  font-size: 16px;
  margin-right: 5px;
}
.ue-btn {
  font-size: 12px;
  margin-left: 10px;
  border: 1px solid var(--inner-ogane);
  padding: 7px 25px;
  color: #111;
  border-radius: 30px;
  line-height: 100%;
  background: #fefefe;
  display: inline-block;
  margin-top: 5px;
  transition: all .4s linear;
}
.ue-block.tbox-gap .ue-event-wrap{
  padding-inline: 12px;
}
  .ue-block.tbox-gap .ue-event-wrap:not(:last-child){
    border-bottom:none;
}
.news-set .ue-icon img {
    height: 74px;
    border-radius: 5px;
    width: 74px;
    object-fit: none !important;
}
.news-set .ue-content p {
  padding-left: 7px;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 3;
  overflow:hidden;
  font-size: 14px;
  line-height: 19px;
}
.news-set .ue-title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 2.7px;
}

.ue-block.tbox-gap .ue-event-wrap .ue-card {
  padding-block: 15px;
  align-items: center;
}
.ue-content {width: 100%;}
.ue-block.tbox-gap .ue-event-wrap .ue-card{
  border-bottom: 1px dotted #414141;
}
@media screen and (max-width:1024px) {
  /*.news-set .ue-icon img {height: 50px;width: 50px;}*/
  .ue-block.tbox-gap.news-set {width: 100%;}
}
@media screen and (max-width: 576px) {
  .ue-icon{
    text-align: center;
    margin-bottom: 6px;
    border-radius: 5px;
  }
  .ue-card.d-sm-flex.w-100.align-items.pos-relative {
  padding: 15px 0;
}
.ue-icon.pos-relative {
  /* padding-left: 10px;
  margin-bottom: 5px; */
}
}
/* gallery-sec */
.gallery-wrap {
  background: #fff;
  padding: 25px;
  padding: 15px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  border: 1px dotted #414141;
}
.gallery-left-dgn, .gallery-rgt-dgn {
  position: absolute;
  bottom: 0;
  height: 75px;
}
.gallery-left-dgn {
  left: 0;
}
.gallery-rgt-dgn {
  right: 0;
}
.section-title {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#181818;
  font-family: 'BenguiatStd-Book';
  margin-bottom: 0;
}
.dis-b {
  display: block;
}
.gallery__icon, .v-icon {
  height:100% !important;
  height:auto;
  object-fit: cover;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.text {
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.g-box:hover .overlay {
  height: 100%;
}
.g-box {
  position: relative;
}
.btn-size.gallery-btn:hover {
  background-color: var(--inner-ogane);
  transition: all .4s linear;
  color: var(--white-color);
}
.btn-size.gallery-btn {
  border: 1px solid var(--inner-ogane);
  color: var(--inner-ogane);
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 30px;
  transition: all .4s linear;
}
.galley-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.flip {
  display: inline-block;
  transition: all .2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.g-box.pos-relative {
    height: 100% !important;
}
.gallery__icon, .v-icon {
   
  height: auto;
  object-fit: cover;
  max-height: 175px;
}
.video-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.video-icon-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/yt.png) no-repeat center center;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -mz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.flip:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(8px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media screen and (max-width: 450px) {
  .section-title {font-size: 20px;letter-spacing: 0.5px;}
  .section-title2 {font-size: 20px;}
  .video-icon-hover.flip {background-size: 35px;}
}
@media screen and (max-width: 400px) {
  .section-title2 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 350px) {
  .btn-size.gallery-btn {
    font-size: 12px;
      padding: 3px 10px;}
}
/* right-grid */
.grid-bg-set::after{
position: absolute;
content: "";
background: url(../images/top-right-deg.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 12px;
left: 0;
top: 0;
z-index: 0;

}
.grid-bg-set::before{
  position: absolute;
  content: "";
  background: url(../images/right-shap.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.grid-bg-set{
  background-image: linear-gradient(#b02216, #ed6905, #b02216);
  position: relative;
  z-index: 0;
  padding: 15px;
  padding-top: 18px;
  color: var(--white-color);
  text-align: center;
}
.prsd-title{
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Poppins-Medium';
  margin-bottom: 5px;
  padding-top: 5px;
}
.welc-cnt p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.welc-icon {
  height: 130px;
  margin-bottom: 15px;
  width: 130px;
  object-fit: cover;
  object-position: top center;
  border: 2px solid #fff;
  border-radius: 150px;
}
.grid-bg-set.prsd {
  padding: 10px;
}
.prsd-discr {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-family: 'Poppins-Medium';
  margin-top: -5px;
}
.prsd-discr span {
  color: #f7f303;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
  font-family: 'Poppins-light';
}
.welc-name button {
  background: transparent;
  font-size: 11px;
  border: 1px solid var(--inner-yellow) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  padding-block: 7px;
  transition: all 0.4s linear;
  color: var(--white-color);
}
.ue-block.tbox-gap .ue-event-wrap:last-child{
  padding-bottom: 22px;
}
.box_shadow{box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
.title-bg{
  background-image: url(../images/title-btn-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--dark-color);
  padding: 9.2px 3px;
  margin-top: 10px;
}
.right-services-inner{
  background-image: url(../images/f-serv-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2px;
}
.right-services-inner .right-services-inner-img {
  background-color: #fff;
  width: 70px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px;
}
.right-services-inner .right-services-inner-img img{
  height: 30px;
}
.right-services-inner-content {
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  font-family: 'Oswald-Regular';
  width: 100%;
  text-shadow: 0px 0px 3px #f14800;
  letter-spacing: 0.25px;
  line-height: 18px;
}
 .grid-bg-set:last-child{padding-bottom: 40px;}
 .grid-bg-set:last-child>img{
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: rotate(180deg);
}
.sponser-img.sponsors {
  margin-inline: 10px;
}
.sponser-img ul{width: 100%;}
.sponser-img li a{
  display:inline-block !important;

}
.sponser-img li{  padding-top: 5px !important;}
.sponser-img li div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sponser-img li div {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  border: 1px solid #ff9037;
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .grid-bg-set {
    margin-bottom: 20px;
    /* border-radius: 360px; */
    max-width: 750px;
    padding: 20px 40px;
  }
  .grid-bg-set.prsd {
    border-radius: 0;
  }
  .welc-name button {
    width: auto;
    margin-inline: auto;
    padding-inline: 20px;
  }
  .welc-cnt {
    padding: 0 10px;
  }
  .grid-bg-set::after, .grid-bg-set::before {display: none;}
  .right-services-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    justify-content: center;
  }
  .right-services-inner {
    width: 230px;
  }
  .grid-left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .prsd-title.title-bg {
    display: inline-block;
    width: 220px;
    background-size: contain;
  }
  .grid-bg-set.prsd {
    width: 50%;
  }
  .grid-bg-set.prsd.sps {
    width: 260px;
  }
  .sponser-img.sponsors {
    max-width: 190px;
  }
  
}
@media screen and (max-width: 992px) {
  .grid-bg-set{
    max-width: 100%;
  }
  .grid-bg-set .sponsors{
    margin: 0 auto;
  }
  .grid-bg-set.prsd, .grid-bg-set.prsd.sps  {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .grid-bg-set {
    border-radius: 0;
    width: 100%;
  }
}
/* right-grid-close */
/* welcome-sec */
.welcome-sec {
  padding-bottom:40px;
}
.welcom-main {
  text-align: center;
  background:linear-gradient(#fff, #ebe6ae);
  border-radius:200px;
  padding:40px 80px;
  border:1px solid #ebe6ae;
}
.main-title {
  color: #cf2526;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold";
}
.common_btn:hover {
  transition: all .4s linear;
  background: #f9cc12;
  color: #cf2526;
}
.common_btn {
  transition: all .4s linear;
  color: #2a2600;
  background:#ddd79c;
  padding:8px 35px;
  font-size: 13px;
  border-radius:30px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width:768px) {
  .main-title {font-size: 26px;text-transform: capitalize;}
  .welcom-main {padding: 30px;}
}

@media screen and (max-width:650px) {
  .welcom-main {border-radius: 15px;}
  .main-title {font-size: 22px;}
  .section-title {
    font-size: 20px;
    letter-spacing: 0.5px;}
    .common_btn {
      margin-top: 0;
      }
}
/* welcome-sec-close */
/* sponsers-sec */
.sponsers-sec{
  padding-top: 40px;
}
.sponser-img {
  height: 130px;
  /* border:1px solid #f9e2ac; */
  background:#fff;
  padding:15px;
  border-radius:7px;
  margin: 10px;
  box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 10px;
}
.sponser-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sponsers-slider.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: -1;
}
.sponsers-slider.owl-theme .owl-nav .owl-prev, .sponsers-slider.owl-theme .owl-nav .owl-next {
  font-size: 16px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#ea7027;
  color: #fff;
  border-radius:100px;
  position: relative;
}
.sponsers-slider.owl-theme .owl-nav .owl-prev {
  left: -50px !important;
}
.sponsers-slider.owl-theme .owl-nav .owl-next {
  right: -50px !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background:#f9cc12 !important;
  color: #C01C2E !important;}

  @media screen and (max-width:1024px) {
    .sponsers-slider.owl-theme .owl-nav .owl-prev, .sponsers-slider.owl-theme .owl-nav .owl-next {
      font-size: 12px;
      width: 30px;
      height: 30px;}
    .sponsers-slider.owl-theme .owl-nav .owl-prev {
      left: -30px !important;
    }
    .sponsers-slider.owl-theme .owl-nav .owl-next {
      right: -30px !important;
    }
  }
  @media screen and (max-width:500px) {
    .sponser-img {height: 90px;margin:8px;}
  }
/* sponsers-sec-close */
/* footer */
.f-br {
  margin-top: -15px;
  position: relative;
  z-index: 9;
}
.footer-sec {
  background-image: url(../images/footer-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-block {
  padding: 35px 0px 25px 0px;
}
.ftrow {
  align-items: center;
}
.fcal-cd ul li {
  border-bottom: 1px dotted #fff;
  padding: 7px 0px;
}
.fcal-cd ul li:last-child {
  border-bottom: 0;
}
.fcal-cd ul li a {
  color: #fff;
}
.loc-fnt img {
  height: 22px;
}
.footer-logo {
  height: 140px;
}
.f-icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 17px;
  color: #fff;
  filter: drop-shadow(0px 3px 3px rgba(149,81,0,0.3));
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 0px 0px 8px;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.f-fb {
  color: #4b69b1;
}
.f-tw {
  color: #0e0e0e;
}
.f-insta {
  color: #974494;
}
.f-yt {
  color: #e83f3a;
}
.f-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.left-copy-sec p {
  font-size: 14px;
  text-align: end;
}
.fcal-cd ul li a {
  color: #fff;
  font-size: 14px;
}
.fcal-cd ul li a img {
  height: 20px;
  padding-right: 10px;
}
.fcal-cd ul li.mail-fnt a img{
  height: 18px;
}
.footer-block .ftrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer-title{
  font-family: 'Poppins-Medium';
  font-size: 18px;
  color: #fff;
  text-align: end;
}
.left-copy-sec {padding-top: 30px;}
.footer-content.fbox2.fmap {min-width: 350px;}
.copy_right_sec {background:#fea235;padding-block:20px;}
.copy_right_sec p {font-size: 14px;}
.home-inner {
  overflow-x: hidden;
}
@media screen and (max-width:1320px) {
  .footer-content.fbox2.fmap {min-width: 100%;}
}
@media screen and (max-width:1023px) {
  .copy_right_sec {
    padding-bottom: 70px;
  }
}
@media screen and (max-width:1024px) {
  .footer-sec {background-size: cover;}
  .footer-block {padding: 35px 0px 20px 0px;}
  .footer-block .ftrow .fbx:last-child{min-width: 190px;}
}
@media screen and (max-width: 768px) {
  .footer-block .ftrow {flex-wrap: wrap;gap: 20px;}
  .footer-sec {background: linear-gradient(to top, #af2114, #f97e27, #af2216);}
  .welcome-sec .container {padding:0;}
}
@media screen and (max-width: 576px) {
  .footer-block .ftrow {justify-content: start;}
  .footer-title {text-align: start;}
  .fsocial-icons {text-align: start !important;}
  .left-copy-sec {padding-top: 10px;}
  .footer-block .ftrow {gap: 15px;}
  .sponsers-sec {padding-top: 20px;}
  .footer-logo {height: 120px;}
  .f-icon {
    margin: 0;
    margin-right: 7px;
    margin-top: 5px;
  }
}
/* footer-close */
/* hover btns */
.welc-name button:hover {
  background: var(--inner-yellow);
  transition: all .4s linear;
  color: var(--dark-color) !important;
}
.cmd-btns li a:hover {background: var(--inner-ogane);}
.ue-content .ue-btn:hover{background-color: var(--inner-ogane); transition: all .4s linear;color: var(--white-color);}
/* hover btns-close */

/* slider-set */
.home-ticker{
  padding-bottom: 20px;
}

.tel-text {
    font-family: 'Ramabhadra-Regular.ttf';
}

.sig-dwn .sig-dwn-img img {
    max-width: 120px;
    border-radius: 20px;
}
.sig-dwn .sig-dwn-img {
    padding-bottom: 10px;
}
.tel-text .tit2.tit-gap {
    font-family: 'Ponnala-Regular.ttf';
}
/*#home-video-gallery {
    margin-bottom: 10px;
}*/
/*.gallery-wrap.pos-relative {
    padding-bottom: 50px;
}*/
/* slider-set-close */
