: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, #d84200 0%, #ff781a 100%, #d84200)
}



/* 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');
}

/* 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');
}
@font-face {
   font-family: 'BenguiatStd-Book';
   src: url('../fonts/BenguiatStd-Book.otf');
}







/* common-css */
html{scroll-behavior: smooth;}
body{margin: 0;padding: 0;font-family: "Poppins-Light", sans-serif;}
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: 1300px !important;}
  /* Home-grid */
/* .home-grid-section {display: grid;width: 100%;grid-template-columns: 1fr 230px;grid-gap: 15px;} */

/* .grid-middle {overflow: hidden;} */



@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;
  }
}
/* common-css-close */

.carousel-indicators [data-bs-target] {
  width: 13px;
  height: 13px;
  border: 0 !important;
  border-radius: 30px;
}
.carousel-indicators .active {
  background-color: #ffb20b;
}
/* Header */




.header-top-section .container {max-width: 1230px !important;padding-left: 0;padding-right: 0;}

/* Header-close */
/* Header-menu */
.pos-relative {
  position: relative;
}
.mobile-nav-active .aws-app-menu{
  z-index: -1;
}
.flip-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.banner-wrap {
  z-index: 0;
  padding: 10px;
}
.main_part {
  position: relative;
}
.banner_top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-wrap #header {
  position: absolute;
  z-index: 2;
  background: linear-gradient(#f3ac00, #f0ce22);
  width: 100%;
  left: 50%;
  top: 18px;
  max-width: 1240px;
  transform: translateX(-50%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#header {
  background: linear-gradient(#f3ac00, #f0ce22);
}
.home-inner {
  padding-top: 10px;
  background: #fef5ed;
  padding-bottom: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.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-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: 16px;
  text-transform: uppercase;
  color: var(--black-color);
  font-family: 'Poppins-Medium';
  transition: color 0.3s, background 0.3s;
  padding: 16px 12px;
 top: 1px;
  line-height: 100%;
  letter-spacing: 0.4px;
}
.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: #d4060e;
}
.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: #ff9037;
	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: 9;
    padding-bottom: 30px;
    background-size: 150px;
  }
  
  #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(250deg, #d64000, #fe810a);
    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: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}
.login_btn a {
  background: #ea5a2b;
  border-radius: 30px ;
  color: #fff ;
  padding-inline: 15px;
  padding-block: 10px !important;

}
#navbar {
  padding-block: 0px;
}
.login_btn a img {
  margin-right: 5px;
  height: 14px;
  filter: brightness(100);
}
.login_btn a:hover {
  color: #f0cc20 !important;
}

@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: 12px;
    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: linear-gradient(to right, #d64000, #fe810a, #d64000);
}
.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: space-between;}   
.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;
}  
.home-inner {padding-top: 0;}
.top_dec-deg {top: 0;max-height: 250px;} 


.banner-wrap.pos-relative {
  max-width: 750px;
  margin-inline: auto;
  width: 100%;
}
.main-bg::before {top: 0;}   
.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;}     
  .navbar a, .navbar a:focus {
    font-size: 16px;
  }                 
}                                  

/* Header-menu-close */
/* news-letter-sec */
.news-letter-sec {
  position: relative;
  padding-block: 0 20px;
}
.news_deg_img {
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 0;
}
.news_deg_img.two {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.latest-block {
  border-bottom: 1px solid #e6d692;
  overflow: hidden;
  z-index: 2;
  position: relative;
  padding-bottom: 6px;
}
.latest-hd-wrap {
  padding: 0px 15px;
  padding-right: 30px;
  position: relative;
}
.latest-hd {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 36px;
  text-transform: uppercase;
  color: #871c00;
  font-family: 'Poppins-SemiBold';
  white-space: nowrap;
  position: relative;
}
.arrow_icon {
 position: absolute;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(3px);
  right: 0;
  top: 3px;
}
.arrow_icon img {
  height: 18px;
  position: relative;
  top: 2px;
}
.latest-hd img {
  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: 50px;
  top: 3px;
  text-align: left;
}
.latestnew-li li::before {
  content: '';
  border-radius: 50%;
  height: 9px;
  width: 9px;
  margin-right: 10px;
  background-color: #f86e0f;
  margin-left: -25px;
  display: inline-block;
}
.latestnew-li li a {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.25px;
}

.mb_letest_update_set {display: none;}
@media screen and (max-width:1320px) {
  .latest-hd {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;}
}
@media screen and (max-width:1250px) {
.latestnew-li li {
  padding-left: 30px;
}
.arrow_icon {
transform: translateY(0px);
  z-index: 1;
}
}
@media screen and (max-width:576px) {
  .latest-hd-wrap{display: none;}
  .latestnew-li li a {
    font-size: 14px;
    letter-spacing: 0;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 40px;
  }
  .latest-content .news {height: 40px !important;}
  .latestnew-li li {display: flex;align-items: center;}
  .news-letter-sec {padding-block: 0;margin-bottom: -5px;}
  .news-letter-sec .container {padding: 0;}
  .news_deg_img {display: none;}
  .top_dec-deg {max-height: 150px;}
 .mb_letest_update_set::after, .mb_letest_update_set::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 35px;
    border-radius: 32px;
    top: 15px;
    left: -50px;
    z-index: -1;
    background: #f86e0f;
 }
 .mb_letest_update_set::before {
  left: auto;
  right: -50px;
 }
 .mb_letest_update_set {
  display: inline-flex;
  margin: auto;
  background: #f86e0f;
  color: #ffe172;
  padding: 10px 30px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  font-size: 13px;
  position: relative;
  bottom: -10px;
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
  z-index: 0;
}
.latestnew-li li{padding-left: 15px;}
.latest-block {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.latestnew-li li:not(.ss){
  position: relative;
  left: 20px !important;
}
}
/* news-letter-sec-close */
/* banner-sec */
.banner-sec {
 /* background-image: url(../images/banner-bg.jpg);*/
  padding: 8px;
  /* border-radius: 20px; */
}
.carousel-indicators {
  max-width: 70px;
  margin-inline: auto;
  background: #000;
  padding: 5px;
  border-radius: 30px;
}
.bg-properties {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 40px;
}
.banner-icon-bar img {
  border-radius: 10px;
  /* height: 450px; */
  object-fit: cover;
}
@media screen and (max-width:1180px) {
  /* .main-bg {background-size: cover;} */
}
@media screen and (max-width: 768px) {
  .banner-sec {padding: 5px;}
  .main-bg::before {top: -5px;background-size: 170%;}
  .grid-middle > img {height: 20px;}
}
@media screen and (max-width: 576px) {
  .banner-icon-bar img {height: 300px;}
  }
  @media screen and (max-width: 450px) {
  .banner-icon-bar img {
    height: 200px;
  }
}
/* banner-sec-close */

/* inner-grid */

.inner-grid-set {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  /* grid-template-columns: 1fr 230px; */
  grid-gap: 15px;
}
.inner-grid-left {
  overflow: hidden;
}
.inner-grid-right {
  background: linear-gradient(to right, #ffe8da, #fed9c1);
  position: relative;
}

@media screen and (max-width:1200px) {
  .inner-grid-set {
    grid-template-columns: 1fr;
  }
  .inner-grid-right > div {
  width: 100%;
}
.sponsor-sec > div {
  width: 100%;
  max-width: 250px;
}
.sponsor-sec {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.hrz-btns {
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
/* .sponsor-sec::before{display: none;} */
}




/* wel-sec */
.wel-sec {
  background: url(../images/welcom_bg.png);
  position: relative;
  padding: 0 25px 30px;
  z-index: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.wel-sec::before {
  content: "";
  position: absolute;
  background: url(../images/welcom_bottom_deg.png);
background-size: 100%;
  background-position: left 95%;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  max-width: 92%;
  transform: translateX(-50%);
}
.wel_inner{
  display: grid;
  width: 100%;
  grid-template-columns: 210px 1fr 210px;
  grid-gap: 30px;
  align-items: center;
  padding: 10px;
}
.wel-sec::after{
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.sec-sub-title {
  color: #221600;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'BenguiatStd-Book';
  margin-bottom: 0px;
}
.wel-sec-title {
  color: #880000;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-family: 'BenguiatStd-Book';
  margin-bottom: 7px;
}
.wel-title2 {
  color: #a2df50;
  text-align: center;
  font-size: 18px;
  font-family: 'Oswald-Regular';
  line-height: 28px;
  letter-spacing: 0.25px;
  max-width: 710px;
  margin-inline: auto;
  text-shadow: 0px 2px 10px #53240e;
}
.wel_content p {
  color: #010101;
  text-align: center;
  max-width: 750px;
  margin-inline: auto;
  font-family: 'Poppins-Light';
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.president_img img {
  width: 100%;
  height: 100%;
  border-radius: 180px;
}
.president_img {
  position: relative;
  background: url(../images/curcle_bg.png);
  overflow: hidden;
  border-radius: 130px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-inline: auto;
}
.president_title span {
  font-family: 'Poppins-Light';
  font-size: 14px;
  text-transform: capitalize;
}
.president_title {
  background: #800;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 15px;
  font-family: 'Oswald-Regular';
  line-height: 110%;
  margin-inline: auto;
  text-transform: uppercase;
}

.main_btns li a:hover::before {
left: 0%;
transition: all .4s linear;
}
.main_btns li a::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #ff9040, #f3372d);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  transition: all .4s linear;
  z-index: -1;
}
.main_btns li a img{
  height: 18px;
}
.main_btns li a {
  display: flex;
  align-items: center;
  justify-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  transition: all .4s linear;
  font-size: 15px;
  position: relative;
  z-index: 0;
}
.main_btns {
  background: #880000;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.main_btns li {
  position: relative;
}
.main_btns li:last-child:after, .main_btns li:hover::after {
  display: none;
}

.main_btns li::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #ff9140, #ff904000);
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
}
.wel_content {
  position: relative;
}
.wel_content::before {
  position: absolute;
  content: "";
  background: url(../images/wel-inner-deg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-height: 50px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 450px;
}

.middle_part {
  position: relative;
  padding-block: 20px 15px;
}
.middle_part::after {
  position: absolute;
  content: "";
  background: url(../images/divide_line.png);
background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -30px;
  width: 50px;
  height: 100%;
  top: 0;
}
.middle_part::before {
  position: absolute;
  content: "";
  background: url(../images/divide_line.png);
background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -30px;
  width: 50px;
  height: 100%;
  top: 0;
  transform: rotateY(180deg);
}

/* wel-sec-close */
/* president-msg */
.president_msg {
  text-align: center;
}
.president_msg h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #f66c0c;
  font-family: 'Poppins-Medium';
  margin-bottom: 5px;
}
.president_msg img {
  border-radius: 5px;
  margin-bottom: 7px;
  box-shadow: 0px 2px 10px #f86e0f5c;
  width: 100%;
  max-width: 165px;
  object-fit: cover;
  object-position: top;
  height: 100%;
}
.president_msg h5 {
  font-size: 17px;
  text-transform: uppercase;
  color: #111;
  font-family: 'Poppins-Medium';
  margin-bottom: 2px;
}
.president_msg h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #f66c0c;
  font-family: 'Poppins-Regular';
}
.president_msg p {
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
/* president-msg-close */
/* 4btns */
.main-btns, .sponsor-sec {
  padding: 20px 15px 15px;
  position: relative;
}

.main-btns::before, .sponsor-sec::before {
  position: absolute;
  content: "";
  background: url(../images/sponsor-top-bar.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 15px;
  left: 0;
  top: 0;
}
/* .sponsor-inner {
  padding-bottom: 10px;
} */
.inner-grid-right::after {
  position: absolute;
  content: "";
  background: url(../images/even-sec-deg.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 23px;
  left: 0%;
  bottom: 0;
}
.sponsor-sec {
  padding-bottom: 10px;
}
.btn.btn_set {
  background: transparent;
  color: #37342d;
  line-height: 100%;
  padding: 0px 30px;
  padding-right: 0;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  transition: all .4s linear;
  border: 1px solid #c29359;
  display: inline-flex;
  align-items: center;
}
.btn.btn_set span img {
  padding-left: 10px;
  height: 35px;
}
.btn.btn_set:hover {
  background: #ead7bb;
}
.title-bg{
  background: url(../images/title-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'BenguiatStd-Book';
  /* padding-block: 4px; */
  text-align: center;
  text-shadow: 0px 1px 8px #fff;
  padding-bottom: 5px;
}
.text_up{text-transform: uppercase;}
.sponsors ul {
  width: 100%;
}
.sponsors ul li{
  /* padding-bottom: 10px; */
}
.sponsors ul li a img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.sponsor-main > div.sponsor-inner {
  padding: 15px;
  background: url(../images/sponsors_frame.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hrz-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-direction: column;
}
.cmd-btns li a {
  font-size: 13px;
  color: #ffffff;
  width: 200px;
  display: flex;
  border-radius: 3px;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Poppins-Light';
  background: linear-gradient(to right, #eb5c06, #ff9600);
  transition: all .4s linear;
  padding-block: 9px;
  padding-inline: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px #f77e02;
}
.button-block .cmd-btns.hrz-btns a span {
  padding-left: 10px;
  font-size: 15px;
}
.cmd-btns li a img {
 height: 19px;
  position: relative;
  left: 0;
}


@media screen and (max-width: 992px) {
  .button-block .cmd-btns.hrz-btns a span {font-size: 13px;}
  .cmd-btns li a img {height: 20px;}
}
@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: 768px) {
  .cmd-btns.hrz-btns.btn-color.buttonslis {margin-top: 0px;}
  .sec-sub-title {font-size: 18px;}
  .wel-sec-title {font-size: 24px;margin-bottom: 10px;}
  .wel-title2 {font-size: 16px;letter-spacing: 0;line-height: 24px;}
  .wel_content p {max-width: 470px;font-size: 14px;}
  .cmd-btns li a {width: 220px;}
  .wel_content::before {max-width: 450px;}
  .wel-sec {padding: 40px 25px;}
}
@media screen and (max-width: 576px) {
  .wel-sec::before, .wel-sec::after{display: none;}
  .wel-sec {padding: 30px 15px;}
    .wel-title2 {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .button-block .cmd-btns.hrz-btns a span {
    font-size: 14px;
  }
  .sponsor-sec {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .sponsor-inner.m-sponsor-inner {
  padding-bottom: 20px;
}
  /* .cmd-btns li a {
    width: 150px;
  } */
  /* .cmd-btns li a img {
    height: 30px;} */
}
/* up-events */
/* .events-news-sec {padding-top: 20px;} */
.events-news-sec::after {
  position: absolute;
  content: "";
  background: url(../images/even-sec-deg.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-height: 28px;
  left: 0%;
  bottom: -3px;
}
.events-news-sec {
  background: #fff;
  padding-block: 50px 40px !important;
  position: relative;
}
.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-image:var(--theme-gradiant);
  position: relative;
  padding: 7px 20px;
}
.section-title2 {
  font-family: 'BenguiatStd-Book';
  font-size: 26px;
}
.tag_line::before {
  position: absolute;
  content: "";
  background: #ba2e00;
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  left: 0;
  bottom:-10px;
}
.event_image img {
  width: 100%;
  border-radius: 15px;
}

.ue-block {
  height: 100%;
  background: #fcfaf6;
  border: 1px solid #e9dec8;
  border-radius: 15px;
  position: relative;
  padding: 20px 20px 20px 30px;
}
.ue_inner p {
  font-size: 14px;
  padding-top: 10px;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
ul.ue_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-family: "Poppins-Regular";
  line-height: 125%;
}
ul.ue_list li span {
  color: #880000;
}
.links a:last-child {
  background-color: #880000;
}
.links a:last-child:hover {
  transition: all .4 linear;
  background: #5a0101;
}
.links a:hover {
  transition: all .4 linear;
  background: #957e41;
}
.links a {
  background: #ba9e52;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 14px;
  font-family: "Poppins-Regular";
  border-radius: 5px;
  transition: all .4 linear;
}
.links {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  margin-top: 32px;
  padding-top: 20px;
  gap: 20px;
}

.tag_line {
  display: inline-block;
  background: #ea5a2b;
  color: #fff;
  padding-block: 5px;
  font-size: 24px;
  left: -40px;
  position: relative;
  border-top-right-radius: 10px;
  padding-inline: 40px 35px;
  margin-bottom: 25px;
  font-family: 'BenguiatStd-Book';
}
.ue-event-wrap {border: 1px solid #e7e7e7;}
.ue-icon img {
  padding: 10px;
  max-height: 500px;
  object-fit: cover;
  height: 100%;
  object-position: top;
}
ul.ue-lis {
  display: flex;
  flex-direction: column;
}
.ue-lis li:first-child {
  border-bottom: 1px solid #e7e7e7;
}
.ue-lis li {
  font-size: 14px;
  color: #003c6c;
  background: #f8f8f8;
  padding:10px;
  display: flex;
  width: 100%;
  gap: 5px;
  align-items: center;
  width: 100%;
}
.ue-lis i {
  color: #003c6c;
  font-size: 16px;
  margin-right: 5px;
}
.news-set .ue-icon img {
  height: 70px;
  border-radius: 5px;
  width: 70px;
}
.news-set .ue-content p {
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
  line-height: 16.5px;
}
.news-set .ue-title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 2.7px;
}
.news-set  .ue-event-wrap {
  padding-right: 5px;
}
.ue-block.tbox-gap .ue-event-wrap .ue-card {
  padding: 0;
}
.ue-content {width: 100%;}


@media screen and (max-width: 1230px) {
  .ue-icon img {
  max-height: 300px;}
}
@media screen and (max-width: 992px) {
  .events-news-sec::after {background-size: cover;}
}
@media screen and (max-width: 576px) {
  .events-news-sec {padding-top: 25px !important;padding-inline: 5px !important;}
  .section-title2 {font-size: 24px;margin-bottom: 10px !important;}
}
@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; */
}
.ue-lis li {font-size: 13px;}
.ue-lis i {font-size: 14px;margin-right: 3px;}
}

/* Sponsors */
.sponsor-main > div {
  width: 100%;
}
.sponsor-main {
  display: flex;
  gap: 10px;
}
.sponsor-sec {
  padding-bottom: 10px;
  background: linear-gradient(to right, #ffe8da, #fed9c1);
  padding-block: 60px;
  border-radius: 30px;
}
/*  */

/* gallery-sec */

.gallery-grid::before, .gallery-grid::after {
  content: "";
  position: absolute;
  background: url(../images/gallery-dgn.png);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  right: 100%;
  top: 20px;
  max-width: 95px;
  max-height: 360px;
  mix-blend-mode: color-burn;
}
.gallery-grid::after {
  right: auto;
  left: 100%;
  transform: scaleX(-1);
}
.gallery-tbox-gap {
  padding-block: 45px;
  position: relative;
}
.section-title {
  font-family: 'BenguiatStd-Book';
  font-size: 36px;
}
.gallery_part h3 {
  font-family: 'BenguiatStd-Book';
  font-size: 23px;
  max-width: 340px;
  margin-inline: auto;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  grid-template-rows: auto;
  /* align-items: center; */
  width: 100%;
  position: relative;
}
.gallery_part > div > a {
  width: 100%;
  max-width: 48%;
}
.gallery_part {
  background: #fcfaf6;
  padding: 22px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #e9dec8;
}
.gallery_part p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gallery_part > div {
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}
.flip {
  display: inline-block;
  transition: all .2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.more_btn_set:hover {
  transition: all .4s linear;
  background: #897337;
}
.more_btn_set {
  background: #ba9e52;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  transition: all .4s linear;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* .gallery-grid > a:nth-child(3) .v-icon {
  max-height: 100%;
  max-width: 100%;
} */

.v-icon {
  object-fit: cover;
  height: 160px;
}
.gallery-grid > a:nth-child(3) .v-icon {
  max-height: 380px;
}
.video-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.video-icon-hover {
  position: absolute;
  width: 110%;
  height: 100%;
  left: -5%;
  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;
  background-size: 60px;
}
.video-icon-hover.img {
  background: url(../images/image.png) no-repeat center center;
  background-size: 15%;
  filter: invert() brightness(100);
}
.flip.img:hover {
  background-color: #ffffff57;
}
.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: 1320px) {
  .gallery-tbox-gap {overflow-x: hidden;}
  .video-icon-hover.flip {background-size: 50px;}
}
@media screen and (max-width: 768px) {
.gallery-grid {grid-template-columns: 1fr 1fr 1fr !important;}
.gallery-grid > a:nth-child(3) {grid-row: span 1; grid-column: span 1;}
.gallery-tbox-gap {padding-top: 30px; padding-bottom: 25px;}
.video-item {order: 1;}
}
@media screen and (max-width: 500px) {
  .gallery-grid {grid-template-columns: 1fr 1fr !important;}
   .gallery-grid > a:nth-child(3) {
    grid-row: span 2;
    grid-column: span 2;
    order: -1;
  }
}
@media screen and (max-width: 450px) {
  .section-title {font-size: 20px;letter-spacing: 0.5px;}
  .section-title2 {font-size: 20px;}
}
@media screen and (max-width: 350px) {
  .btn-size.gallery-btn {
    font-size: 12px;
      padding: 3px 10px;}
}
/* right-grid-close */


/* footer */
.f-br {
  position: relative;
  z-index: 9;
}
/* .footer-sec {
  background: url(../images/footer-bg.png), linear-gradient(to bottom, #ddd0 0%, #fee99f 10%, #fefeea);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
} */
.footer-sec {
  background: #ea5a2b;
}
.footer-block {
  padding: 40px 0;
  font-family: 'Poppins-Light';
}
.ftrow {
  align-items: center;
}
.fcal-cd ul li {
  border-bottom: 1px dotted #fff;
  padding: 3px 0px;
}
.fcal-cd ul li:last-child {
  border-bottom: 0;
}
.quick_links li:last-child{
  padding-bottom: 0;
}
.fcal-cd ul li a {
  color: #fff;
}
.loc-fnt img {
  height: 22px;
}
.footer-logo {
  height: 130px;
}
.fcal-cd h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffdb35;
  font-family: 'Poppins-Medium';
}
.f-icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 18px;
  filter: brightness(100) drop-shadow(0px 3px 3px rgba(149,81,0,0.3));
  background-color: #fff3;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 0px 0px 5px;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.f-icon:hover{
  transform: translateY(-4px);
  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: 16px;
  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: #ffffff;
  font-size: 14px;
}
.fcal-cd ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  /* padding-bottom: 10px; */
  /* margin-bottom: 6px; */
  border-bottom: 1px dotted #c7555300;
}
.fcal-cd ul li img {
  height: 16px;
  position: relative;
  top: 3px;
}
.footer-block .ftrow .fbx:last-child{
  max-width: 300px;
}
.fcal-cd ul li.mail-fnt  img{
  height: 14px;
}
.footer-block .ftrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer-content.fbox2.fmap .quick_links {
  columns: 2;
  list-style: disc;
  color: #fff;
  padding-left: 20px;
  gap: 30px;
}
.footer-title{
  font-family: 'Poppins-Medium';
  font-size: 16px;
  color: #f5f5f5;
  text-align: end;
  margin-top: 20px;
}
.sub_btn {
  background: linear-gradient(#18c56d, #02a92b);
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
  font-size: 15px;
}
.quick_links li{
  padding-bottom: 5px;
}
.quick_links li a {
  color: #ffffff;
  font-size: 14px;
}
.fbx iframe {
  width: 100%;
  border-radius: 10px;
  max-width: 220px;
}
.sub_img img {
  height: 32px;
  position: relative;
  top: 6px;
  left: -7px;
}
.footer-block a:hover {
  color: #ffdb35 !important;
  transition: all .4s linear;
}
.left-copy-sec {padding-top: 30px;}
.footer-content.fbox2.fmap {min-width: 200px;}
.copy-right-sec {
  color: #fff;
  padding-block: 18px;
  font-family: 'Poppins-Light';
  font-size: 14px;
  background: #800;
}

.inner-page-foot{
  padding-top: 45px;
  background: url(../images/footer-bg.png), url(../images/foter-bottom-bg.png), linear-gradient(to bottom, #ddd0 0%, #fee99f 60%, #fefeea);
  background-position: top center, bottom center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100%;
}
.news-letter-sec.inner-page-news-letter-sec {
  padding-top: 40px;
}
@media screen and (max-width:1320px) {
  .footer-content.fbox2.fmap {min-width: 100%;}
}
@media screen and (max-width:1230px) {
  .footer-block .ftrow{flex-wrap: wrap;}
  .footer-block .ftrow .fbx {width: auto;}
  /* .footer-block .ftrow .fbx:first-child {width: 100%;} */
  .footer-block .ftrow .fbx:last-child {max-width: 100%;margin-left: auto;}
  .footer-block {background-repeat: repeat-y;background-size: 100%;}
  .quick_links {columns: 2;column-gap: 30px;}
}
@media screen and (max-width:1199px) {
  .footer-sec {
    background-size: contain;
  }
}
@media screen and (max-width:1024px) {
  .f-br {padding-bottom: 50px;}
}
@media screen and (max-width: 768px) {
  .footer-block .ftrow {flex-wrap: wrap;gap: 20px;}
  /* .footer-sec {background: #f9842a;} */
  .footer-content.fbox2.fmap {width: 350px;}
  .copy-right-sec {flex-direction: column;justify-content: center;align-items: center;gap: 4px;}
  .footer-sec {background-size: contain, 100% 10%, 100% 105%;}

}

@media screen and (max-width: 576px) {
  /* .footer-block .ftrow {justify-content: center;} */
  .footer-title {text-align: start;}
  /* .fsocial-icons {text-align: center !important;} */
  .left-copy-sec {padding-top: 10px;}
  .footer-block .ftrow {gap: 15px;}
  .footer-block .ftrow .fbx:last-child {margin-left: 0;}
  .copy-right-sec {text-align: center;}
}
@media screen and (max-width: 500px) {
  .footer-sec {background: #fff;}
  .copy-right-sec {color: #000;font-size: 14px;gap: 8px;}
  .copy-right-sec p a {color: #fe810a !important;}
  .footer-block {
  overflow: hidden;
}
.main-bg {
  overflow-x: hidden;
}
}
/* 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: linear-gradient(to right, #2db059, #7eaf42);}
.ue-content .ue-btn:hover{background-color: var(--inner-ogane); transition: all .4s linear;color: var(--white-color);}
/* hover btns-close */



/* responsive */




@media screen and (max-width:1320px){
    .navbar a, .navbar a:focus {padding: 10px 8px;}
    #header {max-width: 1020px;}
    .wel_inner {
grid-template-columns: 170px 1fr 170px;
  grid-gap: 20px;}
  .president_title span {
  font-size: 13px;
  display: block;
}
.president_title {
font-size: 13px;
  line-height: 130%;}
  .president_img {max-width: 130px;}
  .main_btns li a {
gap: 6px;
  width: 100%;
  padding: 8px 10px;
  color: #fff;
  transition: all .4s linear;
  font-size: 13px;
}
.wel-sec-title {font-size: 23px;margin-bottom: 5px;}
.sec-sub-title {font-size: 20px;}
.tag_line {font-size: 20px;left: -30px;margin-bottom: 10px;}
.section-title2 {font-size: 22px;}
.ue_inner p {
padding-top: 5px;
}
.links {
margin-top: 15px;
  padding-top: 10px;
  gap: 10px;
}
.ue-block {
padding: 10px 20px 20px;
}
ul.ue_list li {
  font-size: 14px;
  gap: 5px;
}
ul.ue_list li span {
  font-size: 17px;
}
.links a {padding: 10px;font-size: 14px;}
.title-bg {font-size: 18px;}
.gallery_part h3 {
  font-size: 22px;
}
.gallery_part {padding: 15px;}
.v-icon {
  height: 120px;
}
.video-icon-hover.flip {background-size: 25px;}
.gallery_part > div {margin-bottom: 10px;}
.more_btn_set {padding: 7px 20px;
font-size: 14px;
}
.fbx.frame {
  order: 1;
  width: 100% !important;
}
.fbx iframe {
max-width: 100%;
}
.footer-block {
  padding-block: 40px 20px;
}
.footer-block .ftrow {
gap: 20px;
}
    .aws-right-sec .sponsor-sec .sponsor-main .title-bg {
        font-size: 16px;
    }
}


@media screen and (max-width: 1200px) {
  .title-bg {
    font-size: 16px;
  }
   .navbar a, .navbar a:focus {
    padding: 10px 6px;
  }
    #header {
    max-width: 965px;
  }
   .footer-block .ftrow .fbx:first-child {
    width: 100%;
  }
  .footer-content.fbox2.fmap .quick_links {
gap: 60px;
}
}


@media screen and (max-width: 1024px) {
.banner-wrap #header,  #header {
  position: fixed;
  background: transparent;
  width: 100%;
  left: 50%;
  top: 18px;
  max-width: 100%;
  transform: translateX(-50%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
}
.mobile-nav-active #header {
  z-index: 9999;
}
.mobile-nav-active .banner-wrap {
  z-index: 3;
  padding: 10px;
}
.main-bg {
  position: relative;
}
.banner-wrap.pos-relative {
    max-width: 100%;}
    .bg-properties {
padding-top: 10px;
}
  .aws-app-menu {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: linear-gradient(to right, #d64000, #fe810a, #d64000);
  }
 
.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: space-between;} 

.mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
   #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(250deg, #d64000, #fe810a);
    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: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
  .main-bg {
    z-index: 9;
    padding-bottom: 30px;
    background-size: 150px;
  }
  .mobile-nav-active .main-bg {
    z-index: 10;
    padding-bottom: 30px;
    background-size: 150px;
  }
}





@media screen and (max-width: 992px) and (min-width:768px) {
  .main_btns > li {
    width: 100%;
  }
  .main_btns {
    display: flex;
    justify-content: center;
  }

  .main_btns li::after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, #ff9140, #ff904000);
    width: 1px;
    height: 100%;
    bottom: 0;
    left: 0;
  }
  .main_btns li:last-child:after {
    display: block;
  }
  .main_btns li:first-child:after {
    display: none;
  }
  .main_btns li a{
    justify-content: center;
  }
  .main_btns li a span img {
  height: 15px;
  position: relative;
  top: -2px;
}
}

@media screen and (max-width: 992px) {
  .copy-right-sec {
  text-align: center;
}
   .wel-sec {
background-color: #ffe8cb;
  border-radius: 10px;
}
.wel_inner {
    grid-template-columns: auto;
    grid-gap: 20px;
  }

  .sponsor-main {
  flex-wrap: wrap;
  justify-content: center;
}
.sponsor-main > div.sponsor-inner {
  max-width: 220px;
}
.sponsor-sec {padding-block: 30px;}
.gallery-tbox-gap {
  padding-block: 30px;}
  .gallery-grid {grid-template-columns: auto auto;}
    .gallery_part h3 {
    font-size: 20px;
  }
  .section-title {
  font-size: 30px;
  margin-bottom: 10px !important;
}
  .main-bg {padding-bottom: 0;}
}


@media screen and (max-width:768px) {
  .event_image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
  .ue-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sponsor-sec {
border-radius: 10px;
}
  .gallery-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media screen and (max-width:576px) {
  .latest-content {
  width: 100%;
  background: #800;
  padding-inline: 10px;
}
.mb_letest_update_set {background: #800;}
 .mb_letest_update_set::after, .mb_letest_update_set::before {
background: #800;
  }
.latestnew-li li a {color: #fff;}
.latestnew-li li:not(.ss) {
    position: relative;
    left: 0px !important;
  }
  .bg-properties {
    padding-top: 5px;
  }
  .middle_part::before, .middle_part::after {display: none;}
    .wel-sec {
    padding: 30px 0;
  }
    .gallery-grid {
    grid-template-columns: 1fr !important;
  }
  .wel-sec {
  padding-top: 10px;
}
.middle_part {
  padding-block: 0;
}
.wel_inner {
  padding-bottom: 0;
}
.home-inner {
padding-bottom: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
}

@media screen and (max-width:500px) {
  .banner-wrap {
  z-index: 0;
  padding: 4px;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
  .carousel-indicators {
  max-width: 60px;}

   .sponsor-main > div.sponsor-inner {
    max-width:49%;
  }
  .sponsor-sec {
  padding-inline: 0;
}
.sponsor-main {
  gap: 5px;
}
.sponsor-main > div.sponsor-inner {
  padding: 7px;}
  .title-bg {
    font-size: 15px;
  }
.sponsors ul li a img {
  height: auto;max-height: 70px;}
  .footer-sec {
    background: #ea5a2b;
  }
    .copy-right-sec {
    color: #fff;}
}

/* inner page css */
.inner_page_set .home-inner {
  background: transparent;
}
.aws-inner-content {
  padding: 0px !important;
}
.aws-inner-grid-two {
padding-top: 20px;
}
.aws-left-sec {
  box-shadow: 0px 0px 4px #ddd;
  padding: 20px;
}
.aws-right-sec .sponsor-sec {
  padding-block: 30px;
}
.aws-right-sec .sponsor-sec .sponsor-main {
  flex-direction: column;
}
.aws-right-sec .sponsor-sec .sponsor-main .title-bg {font-size: 18px;}
.aws-right-sec .sponsor-sec .sponsor-main .sponsors ul li a img {
  height: auto;}

  .tit2.tit-gap {
  color: #800;
}
.aws-right-sec .inner-grid-right .sponsor-sec {
  border-radius: 0;
}

@media screen and (max-width:576px) {
  .aws-inner-content {
  box-shadow: none;
}
}

.gallery-tbox-gap {
    overflow: hidden;
}
 
/* inner page css close */