/* Reset css start */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, li, p, ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  border: 0;
  outline: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

button {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  border: 0;
}

button:focus {
  box-shadow: none !important;
}

a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a img {
  text-decoration: none;
  border: 0;
  outline: 0;
}

p {
  margin: 0;
  padding: 0;
}
#main{
float: left;
width: 100%;	
}
/* Reset css end */
.wrapper {
  max-width: 1320px;
  padding: 0 15px;
  margin: auto;
}
#header {
float: left;
width: 100%;
}
.header {
  background: #B22222;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 11;
    padding: 5px 0;
  }
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header-inner .logo {
  position: relative;
}
@media (max-width: 767px) {
  .header .header-inner .logo img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .header .header-inner .mainNav {
    position: fixed;
    background: #B22222;
    left: 0;
    top: 0;
    padding: 20px 0;
    width: 100%;
    display: none;
    z-index: 11;
  }
}
.header .header-inner .mainNav ul {
  display: flex;
  flex-wrap: wrap;
}
.header .header-inner .mainNav ul li {
  padding: 7px 20px;
}
/* 
.header .header-inner .mainNav ul li:last-child {  
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 6px 10px 5px 12px !important;
	  margin-right:20px;
	  height: 32px;
}

.header .header-inner .mainNav ul li:nth-last-child(2) {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 6px 10px 5px 12px !important;
	margin-right:20px;
	height: 32px;
} 
.header .header-inner .mainNav ul li:nth-last-child(2) a{
  color: #B22222;
	font-size: 15px;
}
.header .header-inner .mainNav ul li:last-child a {  
  color: #B22222;
  font-size: 15px;
} 
*/
@media (max-width: 767px) {
  .header .header-inner .mainNav ul li {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
	.header .header-inner .mainNav ul{
	flex-direction: column;
    width: 100%;
	}
	/* .header .header-inner .mainNav ul li:last-child {
		width: 28%;
		margin-left: 18px;
	}
	
	.header .header-inner .mainNav ul li:nth-last-child(2){
		width: 28%;
		margin-left: 18px;
	} */
}
.header .header-inner .mainNav ul li .navLink {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.header .header-inner .mainNav ul li .navLink:hover {
  color: #e7dddd;
}
.header .header-inner .mainNav ul li:last-child {
  padding-right: 0;
}
.header .header-inner .header_mobile {
  display: none;
}
@media (max-width: 767px) {
  .header .header-inner .header_mobile {
    display: flex;
  }
}
.header .header-inner .header_mobile .mobile-bar {
  background: rgba(0, 0, 0, 0.55);
  height: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  border-radius: 5px;
  position: fixed;
  top: 12px;
  right: 10px;
  z-index: 1;
}
.header .header-inner .header_mobile .mobile-bar span {
  height: 5px;
  display: flex;
  width: 100%;
  background: #fff;
  margin: 2px 0;
}
.header .header-inner .header_mobile .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4705882353);
  left: 0;
  top: 0;
  display: none;
}
.header .header-inner .header_mobile .overlay.overlay_show {
  display: block;
}
.header .header-inner .header_mobile .close_overlay {
  position: fixed;
  right: 10px;
  color: #fff;
  font-size: 28px;
  top: 20px;
  font-weight: 600;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 111;
}
@media (max-width: 767px) {
  .header .header-inner.mobile_nav .mainNav {
    display: flex;
  }
}
.header .header-inner.mobile_nav .header_mobile .close_overlay {
  display: flex;
}
.bannerImg {
    float: left;
	width: 50%;
	text-align:center;
}
.banner {
  /* background: url(../images/banner.jpg); */
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  padding: 50px 0 50px 0;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .banner {
    padding: 90px 0 30px 0;
    min-height: auto;
    background-position: 60% 100%;
	  display: flex;
  }
	.bannerImg {
	width: 100%;
}
}
.banner .bannerLeft {
  width:50%;
  padding-left: 50px;
  float: right;
	text-align: left;
}
@media (max-width: 767px) {
  .banner .bannerLeft {
    padding-left: 0;
    width: 100%;
  }
}
.banner .bannerLeft span {
  display: flex;
}
.banner .bannerLeft h1 {
  color: #222;
  font-size: 38px;
  margin-top: 120px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .banner .bannerLeft h1 {
    font-size: 26px;
	  margin-top: 0px !important;
    text-align:center;
  }
}
.banner .bannerLeft .bannerLink {
  background: #b22222;
  color: #fff;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 20px;
}

.aboutCont {
  background: #fff;
  padding: 30px 0 60px 0;
  text-align: left;
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .aboutCont {
    padding: 0 0 30px 0;
  }
}
.aboutCont h2 {
  color: #000;
  font-size: 50px;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
}
.aboutCont img {
  max-width: 35%;
  height: auto;
  border: 0;
  float: left;
  margin: 0 30px;
}
.aboutDesc {
  float: left;
  width: 60%;
}

@media (max-width: 767px) {
  .aboutCont h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }
}
.aboutCont .aboutDesc p {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  line-height: 22px;
}
.aboutCont .aboutDesc p:last-child {
  margin-bottom: 0;
}

.eligibility {
  padding: 80px 0 80px 0;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .eligibility {
    padding: 15px 0 30px ;
  }
}
.eligibility .eligibHead {
  text-align: center;
  margin-bottom: 40px;
}
.eligibility .eligibHead h2 {
  color: #000;
  font-size: 50px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .eligibility .eligibHead h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }
}
.eligibility .eligibHead p {
  font-size: 16px;
  color: #000;
}
.eligibility .eligibox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eligibility .eligibox .eliglist {
  background: #f6f4f7;
  padding: 20px;
  border-radius: 10px;
  flex: 0 0 19%;
  max-width: 19%;
}
@media (max-width: 767px) {
  .eligibility .eligibox .eliglist {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.eligibility .eligibox .eliglist span {
  display: flex;
}
.eligibility .eligibox .eliglist p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
}
.icaiBox {
  background: #f6f4f7;
  padding: 40px 0 80px;
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
  .icaiBox {
    padding: 20px 0 60px 0;
  }
	.icaiBox .paraList .icaitext .icai-img{
		width: 100% !important;
	}
	.icaiBox .paraList .icaitext p {
    width: 100%!important;
  }
  .aboutCont img {
    max-width: 100%;
    height: auto;
    border: 0;
    float: left;
    margin: auto;
  }
  .aboutDesc {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}
.icaiBox .paraList {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .icaiBox .paraList {
    padding-top: 30px;
  }
}
.icaiBox .paraList .paraHead {
  border-bottom: 1px solid #222;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.icaiBox .paraList .paraHead h2 {
  color: #222;
  font-size: 40px;
}
@media (max-width: 767px) {
  .icaiBox .paraList .paraHead h2 {
    font-size: 30px;
  }
.icaiBox .paraList .icaitext {
display:flex !important;
flex-direction:column;
}
.icaiBox .paraList .icaitext .icai-img span {
    margin-bottom: 0px;
}	
}
.icaiBox .paraList .icaitext {
  display: flex;
  align-items: flex-start;
  vertical-align: text-top;
}
.icaiBox .paraList .icaitext .icaitextcol{
    display: flex;
    width: 55%;
}
@media (max-width:767px) {
  .icaiBox .paraList .icaitext .icaitextcol {
      width: 100%;
      order: 2;
  }
 
}
.icaiBox .paraList .icaitext .icaiimgcol  {
  display: flex;
  width: 45%;
}
@media (max-width:767px) {
  .icaiBox .paraList .icaitext .icaiimgcol  {
    width: 100%;
    margin: 10px 0 0 0;
    gap: 10px;
  }
}
.icaiBox .paraList .icaitext p {
  color:#222;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  width: 100%;
  padding-right: 20px;
}
.icaiBox .paraList .icaitext .icai-img {
    
	text-align: center;
}
.icaiBox .paraList .icaitext .icai-img img {
    width: 180px;
    border: 1px solid #000;
    border-radius: 200px;
    height: 180px;
}
.icaiBox .paraList .icaitext .icai-img p {
  color: #656565;
  font-size: 16px;
  line-height: 22px;
  margin-top: 7px;
	width: 100%;
}
.icaiBox .paraList .icaitext .icai-img span {
    width: 100%;
	float: right;
	font-size: 20px;
	font-weight: 600;
  margin-top: 12px;
}
.ListBox {
  background: #FAE7DA;
  /* padding-bottom: 80px; */
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .ListBox {
    padding-bottom: 20px;
  }
}
.ListBox .paraList {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .ListBox .paraList {
    padding-top: 30px;
  }
}
.ListBox .paraList .paraHead {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.ListBox .paraList .paraHead h2 {
  color: #222;
  font-size: 40px;
}
@media (max-width: 767px) {
  .ListBox .paraList .paraHead h2 {
    font-size: 30px;
  }
}
.ListBox .paraList .paraHead p {
  color:#222;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
.ListBox .paraList .paraListItem ul {
  display: flex;
  flex-wrap: wrap;
}
.ListBox .paraList .paraListItem ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  width: 50%;
}
@media (max-width: 767px) {
  .ListBox .paraList .paraListItem ul li {
    width: 100%;
  }
}
.ListBox .paraList .paraListItem ul li span {
  display: flex;
  margin-right: 15px;
  min-width: 25px;
  width: 25px;
}
.ListBox .paraList .paraListItem ul li span img {
  width: 100%;
}
.ListBox .paraList .paraListItem ul li p {
  color: #222;
  font-size: 18px;
  line-height: 22px;
}

.memberBox {
  background: #fff;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .memberBox {
    padding: 30px 0;
  }
}
.memberBox .memberHead {
  text-align: center;
}
.memberBox .memberHead h2 {
  color: #000;
  font-size: 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .memberBox .memberHead h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.memberBox .memberList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.memberBox .memberList .memberItem {
  flex: 0 0 24%;
  max-width: 24%;
  margin-bottom: 50px;
}
.memberBox .memberList .memberItem:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .memberBox .memberList .memberItem {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.memberBox .memberList .memberItem span {
  display: flex;
}
.memberBox .memberList .memberItem span img {
  border-radius: 10px;
  width: 100%;
}
.memberBox .memberList .memberItem .membDetail {
  text-align: center;
  padding-top: 15px;
}
.memberBox .memberList .memberItem .membDetail h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #342665;
}
.memberBox .memberList .memberItem .membDetail p {
  font-size: 16px;
  color: #000;
}

.articalBox {
  background: #fff;
  padding: 30px 0;
}
.articalBox .articalHead {
  text-align: center;
}
.articalBox .articalHead h2 {
  color: #000;
  font-size: 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .articalBox .articalHead h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.articalBox .articalList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articalBox .articalList .articalItem {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  overflow: hidden;
}
.articalBox .articalList .articalItem span {
  display: flex;
}
.articalBox .articalList .articalItem span img {
  width: 100%;
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.articalBox .articalList .articalItem .artDetail {
  padding: 20px;
}
.articalBox .articalList .articalItem .artDetail h3 {
  font-size: 18px;
  color: #342665;
  margin-bottom: 10px;
  line-height: 24px;
}
.articalBox .articalList .articalItem .artDetail p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.articalBox .articalList .articalItem .artDetail span {
  color: rgba(0, 0, 0, 0.5411764706);
  font-size: 14px;
  margin-top: 10px;
  display: flex;
}
.articalBox .articalList .owl-nav button {
  width: 40px;
  height: 55px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4196078431);
  display: flex;
  align-items: center;
  justify-content: center;
}
.articalBox .articalList .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
}
.articalBox .articalList .owl-nav .owl-prev img {
  width: 10px;
  filter: invert(1);
}
.articalBox .articalList .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
}
.articalBox .articalList .owl-nav .owl-next img {
  width: 10px;
  transform: rotate(-180deg);
  filter: invert(1);
}

.videoSec {
  background: #000;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .videoSec {
    padding: 30px 0;
  }
}
.videoSec .videoHead {
  text-align: center;
}
.videoSec .videoHead h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .videoSec .videoHead h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.videoSec .videoList {
  width: 85%;
  margin: auto;
}
@media (max-width: 767px) {
  .videoSec .videoList {
    width: 95%;
  }
}
.videoSec .videoList .videoitem {
  position: relative;
}
.videoSec .videoList .videoitem img {
  width: 100%;
}
.videoSec .videoList .videoitem .youtIcon {
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
  margin: auto;
  display: flex;
  height: 110px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .videoSec .videoList .videoitem .youtIcon {
    height: 60px;
    top: 35%;
  }
}
.videoSec .videoList .owl-nav button {
  width: 40px;
  height: 55px;
  border-radius: 5px;
  background: #000;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoSec .videoList .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -80px;
}
@media (max-width: 767px) {
  .videoSec .videoList .owl-nav .owl-prev {
    left: 0;
    top: 30%;
  }
}
.videoSec .videoList .owl-nav .owl-prev img {
  width: 10px;
  filter: invert(1);
}
.videoSec .videoList .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -80px;
}
@media (max-width: 767px) {
  .videoSec .videoList .owl-nav .owl-next {
    right: 0;
    top: 30%;
  }
}
.videoSec .videoList .owl-nav .owl-next img {
  width: 10px;
  transform: rotate(-180deg);
  filter: invert(1);
}
#footer{
float: left;
width: 100%;
}
.footer {
  padding: 20px 0 0 0;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
    margin-bottom: 0px;
  }
}

.footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-inner .footLeft p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer .footer-inner .footLeft p {
    font-size: 14px;
  }
}
.footer .footer-inner .footRight {
  text-align: right;
}
@media (max-width: 767px) {
  .footer .footer-inner .footRight {
    text-align: left;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner .footRight p {
    font-size: 14px;
  }
}
.footer .footer-inner .footRight .footerLink {
  display: flex;
  margin-top: 5px;
}
.footer .footer-inner .footRight .footerLink a {
  font-size: 16px;
  color: #000;
  padding: 0 5px;
  border-right: 1px solid #000;
  text-decoration: underline;
}
.footer .footer-inner .footRight .footerLink a:last-child {
  border: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .footer .footer-inner .footRight .footerLink a {
    font-size: 14px;
  }
}
.footer-sticky2 {
  background: #fff;
  padding: 15px 0;
  width: 100%;
  z-index: 9;
  text-align: right;
}
.footer-sticky {
  /* background: #fff; */
  background:#FAE7DA;
  padding: 15px 0;
  bottom: 0;
	position: sticky;
  width: 100%;
  z-index: 9;
  text-align: center;
  float: left;
}

@media (max-width: 767px) {
  .footer-sticky {
    text-align: center;
  }
  .footer-sticky2 {
    text-align: center;
  }
}

.footer-sticky .linkBtn {
  background: #b22222;
  color: #fff;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 10px;
  display: inline-block;
}
.footer-sticky2 .linkBtn {
  background: #b22222;
  color: #fff;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 10px;
  display: inline-block;
}
.formInner {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .formInner {
    padding-top: 100px;
  }
}
.formInner .formHead {
  text-align: center;
}
.formInner .formHead h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.formInner .FormSec {
  width: 50%;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .formInner .FormSec {
    width: 100%;
  }
}
.formInner .FormSec .formField {
  margin-bottom: 30px;
}
.formInner .FormSec .formField label {
  font-size: 16px;
  margin-bottom: 10px;
}
.formInner .FormSec .formField input {
  width: 100%;
  height: 42px;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;

}
.formInner .uploadFile {
  position: relative;
  text-align: center;
}
.formInner .uploadFile span {
  display: flex;
  justify-content: center;
  position: relative;
}
.formInner .uploadFile span .fileup {
  position: absolute;
  height: 100%;
  cursor: pointer;
  width: 130px;
  opacity: 0;
}
.formInner .uploadFile .linkBtn {
  background: #b22222;
  color: #fff;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
}
.formInner .FormSec .formField select {
  width: 100%;
  height: 42px;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
}
.error{
	color: red;
	font-size: 12px;
  padding: 5px 0px 0px;
}
.subBtn{
  text-align: center;
  padding: 20px; 
}
.subBtn .linkBtn {
  background: #b22222;
  color: #fff;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 10px;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */
/*# Jury Members */
.jurymember {
  background: #fff;
  padding: 30px 0 60px 0;
  text-align: left;
  float: left;
  width: 100%;
}
.juryhead {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.juryhead h2{
  color: #000;
  font-size: 50px;
  padding-bottom: 20px;
}
.jurymember ul{
padding: 0;
margin: 0;
text-align: center;
}
.jurymember li{
padding: 20px 15px;
margin: 0;
list-style: none;
display: inline-block;
text-align: center;
width: 22%;
}
.jurymember li p{
font-size: 18px;
font-weight: 700;
color: #0F0049;
line-height:40px;
}
.jurymember li img{
border-radius: 10px 10px;
width: 280px;
height: 280px;
}
.jurymember li span{
font-size: 14px;
font-weight: 400;
color: #817A9E
}
.jurymember .wrapper {
  max-width: 1320px;
  padding: 0 15px;
  margin: auto;
}
@media (max-width: 767px) {
.juryhead h2 {
  font-size: 30px;
}
.juryhead {
  padding-bottom: 0;
  margin-bottom: 0;
}
.jurymember li {
  width: 100%;
}
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1000;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.din{
  display:none!important;
}
.banner .wrapper{
  padding: 0 0px !important;
  margin:unset !important;
}
.footer-sticky1 {
  position: static; /* Default, non-sticky */
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  padding: 10px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  transition: position 0.3s ease-in-out;
}

.footer-sticky1.sticky {
  position: fixed; /* Sticky when class added */
  bottom: 0;
  z-index: 1000;
}

.banner{
  padding: 0px 0 0px 0 !important;
  position: relative;
}
.linkBtnOvr{
  position: absolute !important;
  bottom: 100px !important;
  right: 300px !important;
}

@media only screen and (max-width: 480px) {  
  .subBtn {
      text-align: center;
      padding: 0;
  }
  .banner {
      padding: 60px 0 0px 0 !important;
      position: relative;
  }
  .linkBtnOvr {
      position: absolute !important;
      bottom: 0px !important;
      right: 60px !important;
  }
  .subBtn .linkBtn {
      background: #b22222;
      color: #fff;
      font-size: 16px;
      padding: 10px 20px;
      border-radius: 10px;
      display: inline-block;
  } 
}
