body {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-optical-sizing: auto;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


h3 {
  position: relative;
  display: block;
  margin: 0;
  font-size: 4rem;
  line-height: 1;
  transform: translateY(6rem);
  -webkit-animation: up 500ms linear forwards;
          animation: up 500ms linear forwards;
  z-index: 1;
  text-shadow: 0px 1px 1px white;
}
/* h3::before, h3::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
h3::before {
  top: 1.4rem;
  -webkit-animation: draw 500ms linear 1s forwards;
          animation: draw 500ms linear 1s forwards;
}
h3::after {
  bottom: 0.4rem;
  -webkit-animation: draw 500ms linear 1s forwards;
          animation: draw 500ms linear 1s forwards;
} */

.title-container {
  font-size: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.4rem;
}

@-webkit-keyframes up {
  100% {
    transform: translateY(0);
  }
}

@keyframes up {
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes draw {
  100% {
    width: 100%;
  }
}
@keyframes draw {
  100% {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6{
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}

p, ul, li, span{
  font-family: "Poppins", sans-serif!important;
}


.background-overlay{
  position: relative;
}

.elementor-background-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF00 30%, #2562FF 95%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}



p{
  font-size: 18px !important;
    line-height: 28px !important;
    text-align: justify;
}

ul, li {list-style:none}
iframe{border:0;max-width:100%;}
a:hover {
  text-decoration:none;
} */
/* 
ul, li {padding-left:0;}
h5 {line-height:2rem;} */


/*Start Header Css*/
/* .logo img {
  width: 200px;
}
.right-logo img{
  width: 100px;
}

.sticky-top {
  position: sticky;
  top: 0;
}

/* .shadow-sm {
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2) !important;
} */



.animation {
  animation: myAnim 0.5s ease 0s 1 normal forwards;
}

@keyframes myAnim {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.dropdown-toggle::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/vector.png);
  background-size: 11px 6px;
  background-repeat: no-repeat;
  background-position: center;
  top: 4px !important;
  right: -22px;
  position: absolute;
  display: inline-block;
  border: none !important;
}

.navbar.sticky-top {
  background-color: #ffffff !important;
  padding: 0px 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.navbar{
  position: fixed!important;
  top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    background-color: #00000010 !important;
    padding: 0px 0px;
    transition: all 0.5s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #f9b317;
  font-size: 1rem;
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ec7f21;
}

li.dropdown {
  margin-right: 25px;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  animation: .3s slideup;
}
@keyframes slideup {
  from {
    transform: translateY(25px);
  }
  to {
    transform: translateY(0);
  }
}

.navbar {
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2) !important;
}

.navbar-brand {
  width: 140px !important;
}

.qci-logo img{
  background: #e9f0f9;
  padding: 8px;
  border-radius: 15px;
}

/*End Header Css*/

.alignspace {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alignend {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.filter-button {
  margin-bottom:40px;
}
.vcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bggrey {
background-color:#f8f8f8;
}
.auto {
  margin: auto;
}

.bannerbg {
  background: url("../images/banner.jpg") no-repeat right bottom;
  width: 100%;
  height: 450px;
  background-size:cover;
}


.section {
  padding: 50px 0 60px;
}

.footer-section {
  padding: 70px 0;
}


.footer-logo{
  width: 170px;
}

.contbg {
  background: url("../images/aboutbg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height:auto;
  padding-top: 30px;
}


.contbg .content {
  max-width: 100%;
  margin: auto;
  padding-bottom: 30px;
}

.subtitle {
  font-size: 18px;
  color: rgba(0,0,0,0.75);
  margin: 0;
}
.main-heading {
  font-size: 50px;
  color: #005297;
  font-weight: 400;
  margin-bottom: 60px;
  display: inline-block;
}

.big-heading{
  font-size: 60px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 25px;    
  line-height: 80px;
}
.small-heading{
  font-size: 30px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 28px;
}

.event-bg{
  /* background: url("../images/event-time-bg.jpg") no-repeat center center; */
  background-size: cover;
  width: 100%;
  height: 100%;
}

p {
  font-size: 16px;
  line-height: 25px;
}

.event-bg p{
  background: #005297;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    display: flex;
    padding: 5px;
}

.event-bg{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
}

.countdowntimer li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.event-bg .headline{
  font-size: 26px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.countdowntimer ul{
  margin-bottom: 0px;
  gap: 15px;
  display: flex;
  padding: 0;
  margin: 0;
}
div#fbm-countdown {
  color: #fff;
}
.countdowntimer li span{
  display: block;
  font-size: 30px;
  color: #000;
  background: #fff;
  border: 3px solid #005297;
  border-radius: 10px;
  font-weight: 500;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}


.vision-mission .nav-pills .nav-link {
  border-radius: 0px;
  /* min-width: 440px; */
  text-align: left;
  font-size: 25px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.vision-mission .nav-link img {
  width: 40px;
}

.vision-mission .nav-pills .nav-link.active, .vision-mission .nav-pills .show>.nav-link {
  background-color: #5686cc;
  /* border-bottom: 2px solid #000; */
  color: #000;
  border-radius: 15px;
  box-shadow: rgb(0 73 178 / 42%) 4px 8px 40px 4px;
}

.vision-mission .tab-content{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 0 20px;
}

.vision-mission .fa-circle:before {
  font-size: 12px;
}

.our-clients .inner-container img{
height: 150px;
width: 150px;
border-radius: 50%;
border: 1px solid #e9f0f9;
box-shadow: rgb(0 73 178 / 82%) 4px 8px 70px 4px;
}

.vision-mission .tab-content ul {
padding: 15px;
}

.vision-mission .tab-content ul li{
position: relative;
padding-bottom: 15px;
font-size: 18px !important;
    line-height: 28px !important;
    text-align: justify;
}
.vision-mission .tab-content ul li i{
  color: #5686cc;
}
.gallery-sect .img-block img{
  box-sizing: border-box;
  transition: all 450ms ease-in-out;
}
.gallery-sect .img-block img:hover{
  box-shadow: 4px 4px 0px 4px #005297;
	transition: all 450ms ease-in-out;
}

/* .vision-mission .tab-content ul li::before{
content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  border: 1px solid #000;
  border-radius: 20px;
  left: 0;
  top: 8px;
  margin-left: -15px;

} */

/* VIJAY'S CSS START FROM HERE */


.our-clients {
background-color: #BDCCFF;
min-height: 550px;
background-size: contain;
position: relative;
background-image: url('../images/testimonial.png');
}


.cst-btn {
width: fit-content;
padding: 6px 6px 6px 16px;
background-color: #005297;
border-radius: 100px;
color: white;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
position: relative;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
cursor: pointer;
transition: 0.4s ease-in-out;
}

.cst-btn:hover {
  scale: 1.1;
}

.cst-btn a {
color: inherit !important;
display: flex;
align-items: center;
gap: 5px;
}

.cst-btn-small {
  width: fit-content;
  padding: 10px 10px 10px 20px;
  background-color: #005297;
  border-radius: 100px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  }
  
  .cst-btn-small a {
  color: inherit !important;
  display: flex;
  align-items: center;
  gap: 5px;
  }

.cst-btn-small svg {
  width: 28px;
  height: 28px;
} 

.cst-btn-small:hover {
  scale: 1.05;
  transition: 0.4s ease-in-out;
}


.footer-sec {
width: 100%;
min-height: 250px;
background-color: #000;
}

.footer-sec .title {
font-size: 22px;
font-weight: 600;
color: #005297;
}

.footer-sec ul {
padding: 0;
margin: 0;
color: white;
font-size: 15px;
font-weight: 400;
}

.footer-sec li {
line-height: 26px;
}


.swiper-container {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper-container {
margin-left: auto;
margin-right: auto;
}

.carousel-inner{
  border-radius: 20px;    
}

.carousel-inner .inner-container {
background-color: #FFFFFF;
padding: 100px;
border-radius: 20px;  
margin: 0 15px;
}

.carousel-inner .inner-container p {
font-size: 16px;
font-weight: 400;
color: #3D3D3D;
line-height: 28px;
}

.carousel-inner .inner-container h4 {
font-size: 24px;
font-weight: 600;
color: #005297;
margin: 0;
}

.carousel-inner .inner-container small {
font-size: 16px;
font-weight: 400;
color: #3D3D3D;
margin: 0;
}

.carousel-indicators {
margin-bottom: -50px !important;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #0049b2 !important;
  }

  .our-clients .carousel-dark .carousel-indicators [data-bs-target] {
background-color: #FFFFFF !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  border-radius: 0px;
  height: 10px;
  width: 10px;
  background-color: #fff;
}

.our-clients .carousel-dark .carousel-control-next-icon, .our-clients .carousel-dark .carousel-control-prev-icon {
  filter: invert(0) grayscale(100);
}


.carousel-indicators [data-bs-target] {
width: 10px !important;
height: 10px !important;
}

.carousel-indicators [data-bs-target] button{
border-radius: 100px !important;
}

.carousel-control-next, .carousel-control-prev {
top: inherit !important;
bottom: -50px !important;
}

/* EVENT SCHEDULE */

.event-schedule .item-conatainer h4 {
font-size: 22px;
font-weight: 500;
line-height: 25px;
color: #005297;
margin: 0;
text-wrap: wrap;
}

.event-schedule {
min-height: fit-content;
background-size: 100% 100%;
position: relative;
/* background-image: url('../images/event-sh-bg.jpg'); */
background-repeat: no-repeat;
}

.event-schedule:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #1c4384 0%, rgb(25 77 160) 28.66%, rgba(90, 20, 12, 0) 100%);
  width: 100%;
  height: 100px;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 9;
}


.timeline ul {
padding: 0;
margin: 0;
position: relative;
}

.timeline ul li {
margin-bottom: 20px;
}

.timeline ul li .circle{
z-index: 3;
}

.timeline .li-holder {
position: relative;
}

.timeline .li-holder::before {
content: '';
width: 1px;
height: calc(100% - 70px);
background-color: #FFF;
position: absolute;
top: 20px;
bottom: 0;
left: 15px;
}


.event-schedule .item-conatainer {
background-color: white;
padding: 10px 20px;
border-radius: 10px;
width: 100%;
position: relative;
}

.event-schedule .item-conatainer p {
font-size: 15px;
font-weight: 500;
line-height: 22px;
color: #373134;
margin: 0;
text-wrap: wrap;
}


.sector-main{
  flex: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 400px;
}

.sector-main .sector-content{
  position: relative;
  padding: 30px 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  z-index: 1;
}

.bg-gray{
  background-color: #f1f1f1;
}

.sector-main:hover img {
  transform: scale(1.2);
}

.sector-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
  transition: all 0.5s ease-in-out;
}

.sector-main::after{
  content: '';
  background-image: linear-gradient(180deg, #2562FF00 50%, #005297 100%);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

/* PAST EVENT PAGE CSS */



.past-event-section .past-event-banner {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: calc(100vh + 118px);
background-position: center center;
margin-top: 118px;
}

.des {
font-size: 15px;
font-weight: 400;
line-height: 20px;
color: #000;
}

.list-group-item {
font-weight: 500 !important;
font-size: 15px !important;
border-color: #CFCFCF !important;
padding-left: 0 !important;
padding-bottom: 15px !important;
color: #000 !important;
}

/* AGENDA SECTION CSS */
.agenda {
background-image: url(../images/gujarat-agenda-bg01.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
min-height: 520px;
/* position: relative; */
z-index: 1;
display: flex;
background-position: center center;
}

/* .agenda::before {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: rgba(255, 255, 255, 0.54);
} */

.agenda .overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background-color: rgba(255, 255, 255, 0.54);
}

.agenda .left-sec {
display: flex;
flex-direction: column;
justify-content: center;
}

.agenda .left-sec h4 {
font-weight: 600 !important;
font-size: 43px !important;
color: #FFF !important;
}

.agenda .left-sec p {
font-weight: 600 !important;
font-size: 20px !important;
color: #f9b41a !important;
}

.agenda .left-sec small {
font-weight: 400 !important;
font-size: 14px !important;
color: #FFF !important;
}

.right-sec {
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
}

.event-sec{
  position: relative;
}

.event-sec:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #00146e 0%, rgb(2 21 113 / 76%) 44.66%, rgba(90, 20, 12, 0) 100%);
  width: 100%;
  height: 80px;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 68;
}


.right-sec .item-box {
padding: 15px;
background-color: white;
border-left: 10px solid #f9b41a;
border-radius: 8px 0 0 8px;
box-shadow: rgb(0 73 178 / 42%) 4px 8px 40px 4px;
}

.right-sec .item-box p {
font-weight: 400;
font-size: 15px;
color: #000;
line-height: 22.5px;
margin: 0;
}

/* SPEAKERS SECTION CSS */

.speakers h5 {
font-weight: 500;
font-size: 15px;
color: #005297;
margin: 15px 0 5px 0;
}

.speakers p {
  font-weight: 400;
  font-size: 14px !important;
  color: #000;
  line-height: 20px !important;
  text-align: center;
  height: auto !important;
}

/* GALLERY CSS */

.gallery-sect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.swiper {
padding-bottom: 50px !important;
}

.swiper-container {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

/* BACKGROUND IMG CLASS */
.bg-pattern {
background-color: #0049b2;
min-height: fit-content;
background-size: contain;
position: relative;
background-image: url('../images/testimonial.jpg');
padding: 30px 0;
}
/* END */

/* REGISTRATION HTML START FROM HERE */

.small-banner {
background-color: #04249F;
min-height: 230px;
background-size: cover;
position: relative;
background-image: url('../images/short-banner.jpg');
background-repeat: no-repeat;
}

.small-banner .content {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-content: center;
gap: 10px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 20px;
}

.small-banner .content h2 {
font-size: 50px;
font-weight: 500;
color: white;
text-align: center;
}

.small-banner .content ul {
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}

.small-banner .content ul li {
font-size: 15px;
font-weight: 400;
color: white;
display: flex;
align-items: center;
gap: 10px;
}

/* PAST EVENTS PAGE CSS START FROM HERE */

.event-sec .img-block {
display: flex;
flex-direction: column;
gap: 15px;
}

.event-sec .img-block h4 {
font-size: 20px;
font-weight: 600;
color: #000;
text-align: center;
margin: 0;
}

/* SPONSERS CSS START FROM HERE */

/* .sponsers{
  background-color: #f1f1f1;
} */

.list-none li{
  list-style-type: none;
}

.sponsers .item-box {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 8px 0 rgba(244, 234, 234, 0.31), 0 6px 20px 0 rgba(70, 79, 204, 0.137);
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px 10px;
background-color: white;
}

.sponsers .item-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  text-align: center;
}

.sponsers .item-box img {
  width: 200px;
 
}

.contact-bg{
    background-image: url(../images/contact-bgnew.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
  }

.register-now h3{
  font-size: 56px;
  font-weight: bold;
  color: #f9b317;
  font-family: "Syne", sans-serif;
  padding-top: 30px;
}

.register-now p{
  font-size: 18px;
  color: #fff;
}

.register-now h4{
  font-size: 28px;
  color: #fff;
}

.register-now-section .wpforms-field-medium{
  background-color: #f1f1f1 !important;
  border-radius: 10px;
  height: 50px;
}

.register-now-section .wpforms-field-medium .choices__inner{
  background-color: #f1f1f1 !important;
  border-radius: 10px;
  height: 50px;
}

.register-now-section .wpforms-field-label{
font-size: 18px!important;
color: #586166!important;
font-weight: 500;
}


.register-now-section .wpforms-submit{
  background-color: #005297!important;
    padding: 15px 50px!important;
    height: 50px!important;
    font-weight: 500;
}


.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium{
  max-width: 100%;
}

.wpforms-container{
  background: #ffffffe3 !important;
  padding: 30px!important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

/*Banner Section*/
.banner-sec .main-heading{
color: #fff;
margin-bottom: 0;
}
.banner-sec {
  padding: 90px 0;
}


.gallery .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome-gunvatta{
  position: relative;
  overflow-x: hidden !important;
  background: #041228;
}

.welcome-gunvatta p{
  color: #fff;
}

#rev_slider_2_1_forcefullwidth{
  background: #041228;
  overflow: hidden;
  position: relative;
}


#rev_slider_2_1_forcefullwidth::after{
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #041228 0%, rgb(4 18 40 / 76%) 44.66%, rgba(90, 20, 12, 0) 100%);
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}


/* #rev_slider_2_1_forcefullwidth::before{
  content: "";
    position: absolute;
    right: -10%;
    top: 20%;
    width: 700px;
    height: 700px;
    background: linear-gradient(218.53deg, #041228 17.68%, rgba(90, 20, 12, 0) 77.17%);
    box-shadow: 0px 102px 93.8000030518px 0px rgba(255, 255, 255, 0.4509803922) inset;
    border-radius: 50%;
    opacity: 0.05;
}

#rev_slider_2_1_forcefullwidth::after{
content: "";
position: absolute;
left: -10%;
top: 50%;
width: 700px;
height: 700px;
background: linear-gradient(218.53deg, #041228 17.68%, rgba(90, 20, 12, 0) 77.17%);
box-shadow: 0px 102px 93.8000030518px 0px rgba(255, 255, 255, 0.4509803922) inset;
border-radius: 50%;
opacity: 0.05;
z-index: 1;
} */


.welcome-gunvatta::before{
content: "";
position: absolute;
left: 0%;
top: -100px;
width: 100%;
height: 100px;
background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 100%);
z-index: 1;
}

.register-now-section .wpforms-container input.wpforms-field-medium, .register-now-section .wpforms-container .wpforms-field-row.wpforms-field-medium{
  max-width: 100%!important;
}


.contbg{
  position: relative;  
}

.contbg::before{
  content: "";
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, rgb(188 204 255) 35%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
  }
  .contbg::after{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 40px;
    background: linear-gradient(-180deg, rgb(188 204 255) 35%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
    }

.gallery-sect{
  position: relative;
}


.gallery-sect::before{
  content: "";
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 73, 178, 1) 35%, rgba(255, 255, 255, 1) 100%);
  z-index: -1;
}


.event-sec .img-block:hover img {
  transform: scale(1.05);
}
.event-sec .img-block{
  overflow: hidden;
  min-height: 321px;
}

.event-sec .img-block img {
transition: all 0.5s ease-in-out;
width: 100%;
border-radius: 15px;
}

.speaker-img{
  border-radius: 20px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border: 2px solid #d9d9d9;
}

.common-spacing {
  padding: 100px 0px;
}
/* .underline--magical {
  background-image: linear-gradient(120deg, #065598 0%, #0083f2 100%);
  padding: 10px 15px;
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
  &:hover {
    background-size: 100% 88%;
    color: #fff;
  }
} */


.nav-item a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10%;
  width: 100%;
  background-color: #666;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
  background-color: #f48321;
}

.nav-item.active a {
  color: #f48321 !important;
  font-weight: 700!important;
}

.speakers{
  position: relative;
}

.speakers:after{
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #0049b2 0%, rgb(0 73 178 / 76%) 44.66%, rgba(90, 20, 12, 0) 100%);
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;

}

/* .agenda:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 82 151 / 50%) 40%, rgb(45 85 147 / 20%) 100%);
  z-index: 0;
} */


.vision-mission:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(233 240 249) 35%, rgba(255, 255, 255, 1) 100%);
  z-index: -1;
}


.vision-mission{
  position: relative;
}

/* .agenda{
  position: relative;
} */


.nav-item {
  position: relative;
  line-height: 14px;
}

.nav-item a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.postid-337 section.gallery.bg-pattern {
  display: none;
}
.navbar-toggler:focus{
  box-shadow: none !important;
}

/*Responsive Css*/
@media only screen and (max-width: 600px) {

.register-now-section .wpforms-container .wpforms-field.wpforms-one-half{
  margin-left: 0 !important;
 
}
#rev_slider_2_1_forcefullwidth {
  margin-top: 73px !important;
}
.register-now-section .wpforms-container .wpforms-one-half{
  width: calc(100% - 10px);
}
.small-banner .content ul{
  gap: 10px;
}

.carousel-inner .inner-container{
  margin: 0 10px;
  padding: 100px 20px;
}
.sponsers .item-box{
  min-height: 182px;
}
#sponsors {
  padding-bottom: 50px;
}
.speakers h5{
  min-height: 35px;
}
.gallery-sect{
  padding-bottom: 40px;
}
.event-sec::before {
  background: none;
}
.speakers:after{
  display: none;
}
.small-banner{
  min-height: 190px;
}
.register-now h3{
  font-size: 45px;
}
.register-now h4 {
  font-size: 22px;
}
.small-banner .content ul li{
  font-size: 13px;
}
.small-banner svg {
  height: 15px;
  width: 15px;
}
}

.mySwiper1 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #005297;
  padding: 8px 10px;
}
.mySwiper1 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #005297;
  padding: 8px 10px;
}
.upcoming-events{
padding: 84px 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.wpforms-container input.wpforms-field-large{
  background-color: #f1f1f1 !important;
    height: 50px;

}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner{
  background-color: #f1f1f1 !important;
}

.keyfocus .swiper-wrapper{
  justify-content: space-evenly;
}