: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-Light';
  src: url('../fonts/Oswald-Light.ttf');
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('../fonts/Oswald-SemiBold.ttf');
}
@font-face {
  font-family: 'impact';
  src: url('../fonts/impact.ttf');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.ttf');
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'JosefinSans-Bold';
  src: url('../fonts/JosefinSans-Bold.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');
}







/* 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: 1230px !important;}
  /* Home-grid */
/* .home-grid-section {display: grid;width: 100%;grid-template-columns: 1fr 230px;grid-gap: 15px;} */
.grid-left {overflow: hidden;margin-top: 0px;}
/* .grid-middle {overflow: hidden;} */
#header .container {max-width: 1230px !important;}
/* .top_dec-deg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 35px;
  max-height: 310px;
}
.top_dec-deg.two {
  left: auto;
  right: 0;
  transform: scaleX(-1);
} */
.header-top-section {
  position: relative;
  z-index: 9;
}
@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-target] {
  width: 16px;
  height: 16px;
  border: 0 !important;
  border-radius: 30px;
}
.carousel-indicators .active {
  background-color: #f86e0f;
}
/* Header */




.header-top-section .container {max-width: 1230px !important;padding-left: 0;padding-right: 0;}

/* Header-close */
/* Header-menu */
.main-bg {
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  margin-bottom: -60px;
}
.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:linear-gradient(#de272d, #f67515);
  /* background-color:var(--theme-gradiant) ; */
  position: relative;
  /* padding: 5px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -3px;
}
.main-bg::before {
  content: "";
  background:url(../images/bg-top.png);
  position: absolute;
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%;
  width: 100%;
  height: 3px;
  top: 39px;
  left: 0;
  z-index: -1;
}
.home-inner {
  padding-top: 15px;
}
.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: 13px;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: 'Poppins-Medium';
  transition: color 0.3s, background 0.3s;
  padding: 13px 14.7px;
  /* padding: 14.5px 15px; */
  border-radius: 0px;
  line-height: 100%;
  letter-spacing: 0px;
}
.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:#ffe400;
  background: linear-gradient(#00000021, #0000001f);
}
.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: 10;
    background-size: 100%;
    background-position: center 0px;
    padding-block: 10px 30px;
  }
  
  #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(90deg, #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;
    height: 100vh;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}
.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: 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: 13px !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-target] {
  width: 14px;
  height: 14px;}     
  .navbar a, .navbar a:focus {
    font-size: 14px;
    padding-block: 8px !important;
  }                 
}                                  

/* Header-menu-close */
/* news-letter-sec */
.news-letter-sec {
  position: relative;
  padding-block: 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: 1px solid #f86e0f;
  overflow: hidden;
  background: #f86e0f;
  z-index: 2;
  position: relative;
}
.latest-hd-wrap {
  background-color: #e45601;
  padding: 0px 15px;
  padding-right: 30px;
  position: relative;
}
.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;
  position: relative;
}
.arrow_icon {
  position: absolute;
  background: #ffcd34;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(3px);
  right: -15px;
  top: 0;
}
.arrow_icon img {
  height: 18px;
}
.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;
}
.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: #fff;
  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;} */
 
}
@media screen and (max-width:575px) {
  .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; */
  margin: 15px;
}

.bg-properties {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner-icon-bar img {
  /* border-radius: 10px; */
  height: auto;
  object-fit: cover;
  object-position: bottom;
}
.banner-wrap{
  position: relative;
}
.banner-wrap::before{
  position: absolute;
  content: "";
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 108%;
}
.banner-wrap {
  margin-top: 15px;
}
@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;}
   .main-bg::before {
    top: -5px;
    background-size: 220%;
  }
}
@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 */

.main-bg > img {
  position: absolute;
  z-index: 0;
  max-height: 250px;
}
.main-bg > img.main_bg_top {
  top: 25%;
  transform: translateY(-25%);
  left: 0;
}
.main-bg > img.main_bg_top.revs {
  right: 0;
  left: auto;
  transform: translateY(-25%) rotateY(180deg);
}
.main-bg > img.main_bg_bottom {
  top: 95%;
  transform: translateY(-92%);
  left: 0;
}
.main-bg > img.main_bg_bottom.revs {
  right: 0;
  left: auto;
  transform: translateY(-92%) rotateY(180deg);
}

.inner-grid-set {
  display: grid;
  width: 100%;
  grid-template-columns: 210px 1fr 210px;
  grid-gap: 5px;
  position: relative;
}
.inner-grid-middle{
  overflow: hidden;
  padding-inline: 15px;
}
.inner-grid-left {
  overflow: hidden;
}
.inner-grid-right {
  /* background: #fdd869; */
  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;} */
}


/* Message Section */
.message-section {
  /* background: #fff8cc; */
  padding: 10px 0 0;
}

/* Card */
.message-card {
  background: #fff4b8;
  position: relative;
  padding: 15px;
  height: 100%;
  padding-top: 20px;
}
.message-section .row > div:nth-child(2) .message-card {
  background: #f7f0ab;
}

/* Decorative border effect */
.ss_deg::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background: url(../images/sec_top_deg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}




/* Header */
.message-header {
  text-align: start;
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  color: #b30000;
  margin-bottom: 5px;
}

/* Body */
.message-body {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

/* Image */
.message-img .img_div {
  position: relative;
  margin-bottom: 10px;
  margin-left: 4px;
}
.message-img .img_div::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 95%;
  background: #31af1d;
  top: 9px;
  left: 8px;
}
.message-img img {
  width: 100px;
  height: auto;
  object-fit: cover;
  padding-right: 4px;
  padding-bottom: 2px;
  position: relative;
}

/* Content */
.message-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.message-content a {
  color: #d84300;
  font-weight: 600;
}

/* Author */
.message-author strong {
  font-size: 13px;
  color: #000;
}

.message-author span {
  font-size: 13px;
  color: #444;
}

/* Responsive */
@media (max-width: 576px) {
  .message-body {
    flex-direction: column;
    text-align: center;
  }

  .message-img img {
    margin: 0 auto;
  }
}



.sec-sub-title {
  color: #fff;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
  margin-bottom: 5px;
  text-shadow: 0px 2px 10px #53240e;
}

/* 4btns */
.main-btns, .sponsor-sec {
  padding: 10px 10px 0px;
  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: #f86d0f;
  color: #fff;
  line-height: 100%;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  transition: all .4s linear;
}
.btn.btn_set:hover {
  background: rgb(45, 176, 89);
}

.text_up{text-transform: uppercase;}
.media ul,
.sponsors ul {
  width: 100%;
}
.media ul li,
.sponsors ul li{
  padding-bottom: 10px;
}


.media ul li a img ,
.sponsors ul li a img {
  height: 80px;
  width: 100%;
  object-fit: contain;
  padding: 15px;
  background: #fff;
}
.m-sponsor-inner {
  margin-top: 10px;
}
.hrz-btns li {
  margin-bottom: 10px;
}
.cmd-btns li a {
  font-size: 13px;
  color: #ffffff;
  width: 100%;
  display: flex;
  border-radius: 3px;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
  background: linear-gradient(to right, #eb5c06, #ff9600);
  transition: all .4s linear;
  padding-block: 10px;
  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: 13px;
}
.cmd-btns li a img {
 height: 18px;
  position: relative;
  left: 0;
  filter: brightness(0) invert();
}


@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;}
  .cmd-btns li a {width: 220px;}
}

@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 */

/* Sponsors */


/* gallery-sec */


.gallery-tbox-gap {
  padding-block: 45px;
  position: relative;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  position: relative;
}
.flip {
  display: inline-block;
  transition: all .2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* .gallery-grid > a:nth-child(3) .v-icon {
  max-height: 100%;
  max-width: 100%;
} */
.v-icon {
  height: 100%;
  object-fit: cover;
  /* max-height: 120px; */
  border-radius: 0;
  object-position: top;
}
.pos-relative {
  position: relative;
}
.g-box {
  overflow: hidden;
}
.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%;
}
.gallery-grid > a:nth-child(3) .v-icon {
  max-height: 380px;
}

.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;
  background-size: 60px;
}
.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 */



/* hover btns */
.welc-name button:hover {
  background: var(--inner-yellow);
  transition: all .4s linear;
  color: var(--dark-color) !important;
}
 .cmd-btns li a{
  position: relative;
  z-index: 0;
  overflow: hidden;
 }
 .cmd-btns li a:hover img{filter:none;}
 .cmd-btns li a:hover::after{
  position: absolute;
  content: "";
  background-image: url(../images/main_btn_bg.png);
  width: 80px;
  height: 50px;
  right: 0;
  top: -5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
 }
 .cmd-btns li a:hover {
  background: linear-gradient(to right, #ffcb02, #ffcb02);
  border-color: #540500;
  color: #540500;
}

.ue-content .ue-btn:hover{background-color: var(--inner-ogane); transition: all .4s linear;color: var(--white-color);}
/* hover btns-close */

.gradient-text {
  background: linear-gradient(90deg, #104823, #71bb30); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* over-ride-aws-css */
.aws-inner-content{
  background-color: transparent !important;
  padding: 0 !important;
}
.aws-left-sec {
  background-color: #fff;
  padding: 25px;
  position: relative;
}
.aws-left-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;
}
.main_line{font-size: 20px;}
.inner_vd_set .v-icon {max-height: 400px !important;}
.inner_vd_set {padding-block: 20px;}
p{margin-bottom: 10px;}
.aws-inner-grid-two > div {
  height: 100%;
}
.aws-inner-grid-two > div .aws-sponsers, .aws-inner-grid-two > div .aws-sponsers> div{
  height: 100%;
}
@media screen and (max-width:768px) {
  .aws-left-sec::after {background-size: cover;}
}
@media screen and (max-width:576px) {
  .main_line {font-size: 16px;font-family: 'Poppins-Medium';}
  .aws-left-sec {padding: 20px;}
}

/* over-ride-aws-css-close */

/*  */
.inner-grid-left{
  background: url(../images/left-shap.png), linear-gradient(#ffffff00 10%, #ff8a31 40%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 40px;
  padding-inline: 10px;
  padding-bottom: 15px;
}
.inner-grid-right{
  background: url(../images/right-shap.png), linear-gradient(#ffffff00 10%, #ff8a31 40%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 40px;
  padding-inline: 10px;
  padding-bottom: 15px;
}

/* coundown css  */
@keyframes flip-top {
  to { transform: rotateX(90deg); }
}

@keyframes flip-bottom {
  to { transform: rotateX(0deg); }
}

/* Parent namespace */
.countdown * {
  box-sizing: border-box;
}

.countdown-cards {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.countdown-card {
  text-align: center;
}

.countdown-card p {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  font-family: "Poppins-Regular";
}

/* Flip container */
.countdown-flip {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 5px auto;
}

/* Shared halves */
.countdown-top,
.countdown-bottom,
.countdown-top-flip,
.countdown-bottom-flip {
  font-size: 35px;
  height: 29px;
  padding: 3px 10px;
  text-align: center;
  color: #fff;
  background: #2fb51a;
  overflow: hidden;
   font-family: 'impact';
}
.countdown-card.days > div > div {
  min-width: 77px;
}
/* Top */
.countdown-top,
.countdown-top-flip {
  border-radius: 5px 5px 0 0;
  position: relative;
}

/* Bottom */
.countdown-bottom,
.countdown-bottom-flip {
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

/* Dots */
.countdown-top::before,
.countdown-top::after,
.countdown-bottom::before,
.countdown-bottom::after,
.countdown-top-flip::before,
.countdown-top-flip::after,
.countdown-bottom-flip::before,
.countdown-bottom-flip::after {
  content: "";
  width: 3px;
  height: 12px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
}

.countdown-top::before,
.countdown-top-flip::before { bottom: -5px; left: 0px; }
.countdown-top::after,
.countdown-top-flip::after { bottom: -5px; right: 0px; }
.countdown-bottom::before,
.countdown-bottom-flip::before { top: -5px; left: -0px; }
.countdown-bottom::after,
.countdown-bottom-flip::after { top: -5px; right: 0px; }

/* Flip animation */
.countdown-top-flip {
  position: absolute;
  transform-origin: bottom;
  animation: flip-top 0.5s ease-in forwards;
}

.countdown-bottom-flip {
  position: absolute;
  bottom: 0;
  transform-origin: top;
  transform: rotateX(90deg);
  animation: flip-bottom 0.5s ease-out 0.5s forwards;
}
.countdown-card.hours > div > div {
  min-width: 60px;
}
/* coundown css close */

.left_title {
  color: #ffea00;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Montserrat-SemiBold';
}
.left_title2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 5px;
}
.committee_bar {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  background-color: #f86e06;
  margin-bottom: 15px;
}
.side_bar_title{
  font-family: 'vivaldi';
  font-size: 32px;
  font-style: italic;
  color: #fff;
  line-height: 1.3;
  text-align: left;
}

.side_list li{
  position: relative;
  margin-bottom: 7px;
  text-align: start;
  padding-left: 15px;
  transition: all .4s linear; 
}
.side_list li a {
  font-size: 13px;
  color: #fff;
  font-family: "Poppins-Regular";
  transition: all .4s linear; 
}
.side_list li:hover a{
  color: #ffea00;
}
.side_list li:hover{
  padding-left: 16px;
  transition: all .4s linear; 
}
.side_list li:hover::before{
  width: 14px;
  height: 14px;
  top: 4px;
  transition: all .4s linear; 
}
.side_list li::before{
  position: absolute;
  content: "";
  background-image: url(../images/side_list_ioc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  left: 0;
  top: 6px;
}
.side_list{
  position: relative;
  padding: 0;
  margin: 0;
}

.gallery-grid.video-gallery .video-item {
  margin-bottom: 15px;
}
.gallery-grid.video-gallery {
  display: block;
  padding-inline: 10px;
  padding-bottom: 15px;
}
.link_btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 20px;
  font-size: 14px;
}



.invitees-section > div {
  /* max-width: 809px !important; */
}
.invitee-card h6 {
  font-size: 14.6px;
  font-family: "Poppins-Regular";
}
.invitee-list-blk {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.invitee-li .nav-item:first-child > a {
  border-left: none;
}
.message-content p span{font-family: "Poppins-Regular";}

.multi-sec{
  background-color: #ffffff;
  padding: 30px 20px 20px;
  z-index: 99;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.064) 0px 4px 12px;
  margin-bottom: 25px;
}
.multi-sec::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background: url(../images/sec_top_deg.png);
background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}


/* // */

.programs-section {
 position: relative;
 padding-top: 40px;
}

.programs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.programs-header h3 {
  font-size: 28px;
  letter-spacing: .25;
  font-family: 'BebasNeue';
}

.nav-arrows button {
  border: none;
  background: #f5a623;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  /* margin-left: 6px; */
}

/* Card */
.program-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  padding: 4px;
  background: #fff;
}

.program-card img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.program_img {
  position: relative;
}

/* Overlay */
.program-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  color: #fff;
  padding-bottom: 2px;
}

.program-overlay h3 {
  font-size: 18px;
  margin-bottom: 4px;
  font-family: 'Poppins-Medium';
}

.program-overlay p {
  font-size: 14px;
}

.program-overlay span {
  color: #f5a623;
}

/* Owl spacing */
.programs-slider .owl-stage-outer {
  padding: 5px 0;
}


/*  */

.social-wrapper::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 1px;
  background-color: #ffffff63;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.social-wrapper {
  position: relative;
  padding-inline: 10px;
  padding-top: 25px;
  margin-top: 5px;
}
.social-card {
  background: #fff;
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}

.content {
  text-align: left;
}

.title {
  margin: 0;
  font-size: 12px;
  font-family: 'Montserrat-SemiBold';
}

.title.facebook {
  color: #425f9c;
}

.title.twitter {
  color: #45a5ee;
}

.subtitle {
  font-size: 11px;
  color: #494949;
  margin: 0px 0 8px;
}

.content .btn {
  display: inline-block;
  padding: 3px 20px;
  border: 1.5px solid #000;
  font-size: 11px;
  background: #f9f9f9;
  border-radius: 0;
}

.iconn {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.iconn.facebook {
  color: #1877f2;
  font-family: Arial, sans-serif;
}

.iconn.twitter {
  color: #000;
  bottom: 2px;
}

.carousel-indicators {
display: flex;
  align-items: center;
  gap: 5px;
}
/*  */
/* Exhibits Slider Card */
.exhibit-card {
  position: relative;
  background: #ff8a31;
  padding: 12px;
}

.exhibit-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 225px;
}

/* Overlay */
.exhibit-overlay {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,0));
}

.exhibit-overlay h3 {
  color: #fff;
  font-size: 22px;
  font-family: 'Poppins-Medium';
  margin-bottom: 12px;
}

/* Button */
.exhibit-btn {
  display: inline-block;
  padding: 8px 24px;
  border: 1.5px solid #fff;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Poppins-Regular';
  transition: all .3s ease;
}

.exhibit-btn:hover {
  background: #fff;
  color: #000;
}

/* Owl dots styling */
.exhibits-slider .owl-dots {
  margin-top: 10px;
}

.exhibits-slider .owl-dot span {
  width: 8px;
  height: 8px;
  background: #ffd1a8;
}

.exhibits-slider .owl-dot.active span {
  background: #fff;
}
.exhibits_part{
  position: relative;
  padding-top: 5px;
}
.exhibits_part::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 1px;
  background-color: #ffffff63;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.exhibits-slider .owl-dots {
  margin-top: 0 !important;
}
.exhibits-slider.owl-theme .owl-dots .owl-dot span {
margin: 3px 7px;}


/* FOOTER STRIP */
.ata-footer {
  background: url(../images/footer-bg.png);
 background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px 0;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  /* margin-bottom: -20px; */
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr 2fr 0.8fr;
  gap: 15px;
  align-items: center;
}

/* Helpdesk */
.footer-helpdesk h3 {
  text-transform: lowercase;
  font-size: 22px;
  margin: 10px 0 20px;
}
.footer-helpdesk h3 span {
  color: #ffe400;
}
.footer-logo {
  height: 70px;
}
.help_contact {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
}
.help-item {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.help-item img {
  height: 30px;
  position: relative;
  top: 6px;
}
.help-item small {
  display: block;
  font-size: 11px;
  opacity: .9;
  margin-bottom: -4px;
}
.help-item strong {
  font-family: 'Oswald-Light';
  font-size: 20px;
}

/* Menu */
.footer-menu {
  padding-left: 10px;
}
.footer-menu li {
  margin-bottom: 5px;
}
.footer-menu a {
  color: #fff;
  font-size: 14px;
}
.footer-menu a:hover {
  color: #ffe400;
}

/* Venue */
.Venue_locat {
  display: flex;
  gap: 10px;
}
/* .footer-venue h2 {
  font-size: 36px;
  font-weight: 800;
} */
.footer-venue p {
  margin: 0px 0 20px;
}
.footer-venue p strong {
  color: #ffea00;
}
.baltimors_img > img {
  height: 70px;
}
.venue-buttons a img {
  height: 18px;
  transition: all .4s linear;
}
.venue-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.venue-buttons a {
  border: 1px solid #fff;
  padding: 7px 13px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all .4s linear;
}
/* .venue-buttons a:hover {
  background: #fff;
  color: #000;
} */

/* Social */
.footer-social {
  text-align: end;
}
.footer-social h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: end;
}

.social-icons a {
  width: 33px;
  height: 33px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: all .4s linear;
}
.social-icons a:hover {
  transform: translateY(-4px);
  background: #ffea00;
  color: #000;
  transition: all .4s linear;
}
.subscribe-btn img {
  height: 18px;
  transition: all .4s linear;
}
.subscribe-btn {
  display: inline-flex;
  gap: 5px;
  padding: 7px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  transition: all .4s linear;
}
/* .subscribe-btn:hover {
  background: #fff;
  color: #000;
} */
 .venue-buttons a:hover,
 .subscribe-btn:hover {
  border-color: #540500;
  color: #000;
  background: #ffea00;
  transition: all .4s linear;
}
.venue-buttons a:hover img,
.subscribe-btn:hover img {
  filter: brightness(0) invert(0);
  transition: all .4s linear;
}

.inner-page-content{
  background-color: #ffffff;
  padding: 30px 20px 20px;
  z-index: 99;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.064) 0px 4px 12px;
  height: 100%;
}
.inner-page-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background: url(../images/sec_top_deg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}


/* Responsive */
@media(max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .venue-buttons,
  .social-icons {
    justify-content: center;
  }
}

.copyright_sec {
  background: #ff6c00;
  padding-block: 12px;
  color: #fff;
}


/* Responsive */
@media screen and (max-width:1480px) {
  .carousel-item img {
  min-height: 350px;}
  .ata-footer {background-size: cover;}
  .footer-grid {
  grid-template-columns: 1.4fr .7fr 1.5fr 1fr;}
  .help-item strong {
  font-family: 'Oswald-Light';
  font-size: 18px;
}
.venue-buttons a {
  padding: 5px 13px;}
}
@media screen and (max-width:1320px) {
  .carousel-item img {min-height: 350px;}
  .navbar a, .navbar a:focus {padding: 13px;}
}
@media screen and (max-width:1200px) {
  .inner-grid-set > div:first-child, .inner-grid-set > div:last-child {
    order: 1;
  }
  .inner-grid-set {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
   .inner-grid-set > div:nth-child(2) {
    grid-column: 1 / -1;
  }
  .inner-grid-right {
    overflow: hidden;
  }
  .res_grid > div {
  width: 100%;
}
.res_grid {
  display: flex;
  gap: 10px;
}

.res_grid > div {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  background-color: #f86e06;
  margin-bottom: 15px;
}
.main-btns .button-block .cmd-btns.hrz-btns.buttonslis {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.main-btns .button-block .cmd-btns.hrz-btns.buttonslis li {
  width: 100%;
  max-width: 210px;
}
.inner-grid-right {
  padding-top: 110px;
}
.m-sponsor-inner {
  margin-top: 0;
}
.owl-carousel.exhibits-slider {
  max-width: 250px;
  margin-inline: auto;
}
}

@media screen and (max-width:1024px) {
  .ata-footer {
    background: radial-gradient(circle at center, #ff8a31, #c63a00);
    padding-top: 40px;
  }
  .main-bg {
    margin-bottom: 0;
  }
  .copyright_sec {
  padding-bottom: 60px;
}
.main-bg {
  background-color: #fefadf;
}
}
@media screen and (max-width:992px) {
     .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid * {
  text-align: left;
}
  .venue-buttons, .social-icons {
    justify-content: start;
  }
}
@media screen and (max-width:768px) {
    .inner-grid-set {
    grid-template-columns: 1fr;
    }
    .res_grid > div:last-child {
  display: none;
}
.res_grid > div.committee_bar {
  max-height: 250px;
  overflow: auto;
} 
.inner-grid-left, .inner-grid-right {
  background: radial-gradient(circle at center, #ff8a31, #c63a00);}
 .inner-grid-set > div:first-child{
  order: 2;
 }
 .inner-grid-set {
gap: 0;
  }
  .inner-grid-middle {
  margin-bottom: 30px;
}
.exhibits_part {
  display: none;
}
.inner-grid-right {
    padding: 20px;
  }
   .main-btns .button-block .cmd-btns.hrz-btns.buttonslis {
gap: 0 20px;
  }
  .inner-grid-left {padding-top: 0px;}
  .banner-wrap::before{display: none;}
  .banner-sec {
margin: 0;
}
.inner-grid-middle {
  padding-inline: 0;
}
.invittee-sec {
    padding: 0;
    margin-top: 0;
  }
  .inner-grid-middle .container {
  padding-inline: 0 !important;
}
.message-section .row {
  width: 100%;
  margin-inline: auto;
}
}

@media (max-width: 576px) {
  .message-body {
    flex-direction: row;
    text-align: start;
  }
    .carousel-item img {
    min-height: 200px;
    height: 100%;
  }
  .message-img img {
  width: 120px;
  height: auto;
  object-fit: cover;
  padding-right: 2px;
  padding-bottom: 2px;
  position: relative;
}
.message-img .img_div {
  position: relative;
  margin-bottom: 7px;
  margin-left: 0px;
}
.message-author br {
  display: none;
}
.message-author strong {
  line-height: 1.2;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}
.message-img .img_div::before {
top: 5px;
  left: 5px;
}
.message-author span {
  display: inline-block;
  line-height: 1.2;
}
.message-header {
  line-height: 100%;
}
.inner-grid-right {
    padding: 20px 15px;
  }
  .main-btns, .sponsor-sec {
  padding: 10px 0;
}
 .cmd-btns li a {
    width: 160px;
    font-size: 12px;
    padding-block: 5px 10px;
  }
   .button-block .cmd-btns.hrz-btns a span {
    font-size: 12px !important;
  }
   .cmd-btns li a {
    width: 100%;
    font-size: 12px;
    padding-block: 5px;
    padding-inline: 5px;
  }
    .main-btns .button-block .cmd-btns.hrz-btns.buttonslis li {
    width: 100%;
    max-width: 49%;
  }
  .button-block .cmd-btns.hrz-btns a span {
  padding-left: 5px;}
  .cmd-btns li a img {
    height: 15px;
  }
   .main-btns .button-block .cmd-btns.hrz-btns.buttonslis {
    gap: 0 4px;}
    .sponsor-sec {
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
  }
  .sponsor-inner.m-sponsor-inner {
    padding-bottom: 0 !important;
  }
  .main-btns {
  padding-bottom: 0;
}
.footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 430px) {
  .message-img img {
  width: 75px;}
  .invittee-sec .tax-box.mb-20p {
  margin-bottom: 5px !important;
}
.program-overlay h3 {
  font-size: 14px;}
  .multi-sec {
  padding: 25px 15px 20px;}
  .program-overlay {
  padding: 10px;
 padding-bottom: 2px;
}
.program-card img {
  height: 135px;
}
.programs-header h3, .invittee-sec .tax-box h3 {
  font-size: 24px;}
  .programs-section {
  padding-top: 10px;
}

}