@import url("https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@200;300;400;500;600;700;800&family=Anek+Devanagari:wght@200;300;400;500;600;700;800&display=swap");
body {
  font: 400 18px "Anek Devanagari", sans-serif;
  color: #ffffff;
  letter-spacing: 0.6px;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 500;
}

img {
  max-width: 100%;
  width: auto;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box-overlay {
  background-color: #323232;
}

.darkBlueBg {
  background-color: #564096;
}

.lightOrangeMain {
  background-color: #FDE6D3;
}

.global-txt-orange {
  color: #F15B40;
}

.orangeMain {
  background-color: #F15B40;
}

.darkBlueMain {
  background-color: #082240;
}

.darkBlueText {
  color: #082240;
}

h2 {
  font: 700 48px/32px "Anek Devanagari", sans-serif;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font: 700 32px/32px "Anek Devanagari", sans-serif;
}

h6, h5 {
  font: 400 22px/1.2 "Anek Devanagari", sans-serif;
  letter-spacing: unset;
}

p {
  font: 400 16px/22px "Anek Devanagari", sans-serif;
}

.circleIcon {
  width: 75px;
  height: 75px;
  font: 700 32px "Anek Devanagari", sans-serif;
  color: #000000;
}

.common {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rounded {
  border-radius: 0.55rem !important;
}

.grayText {
  color: #6d6c6c;
}

.smallText {
  font-size: 14px;
}

.rounded-35 {
  border-radius: 35px !important;
}

.btn {
  border-color: #525252;
  color: #F15B40;
  border-radius: 10px;
  padding: 10px 23px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #FDE6D3;
  font-size: 20px;
}

.purpleBg {
  background-color: #F15B40;
}

.lightblue {
  background-color: #f6f7fd;
}

.lightBlueTxt {
  color: #583f96;
}

.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #F7A996;
}
.owl-carousel .owl-dots .owl-dot:not(:last-child) {
  margin-right: 20px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #F15B40;
}
.owl-carousel.large-img figure {
  max-height: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  .owl-carousel.large-img figure {
    height: auto;
  }
}
.owl-carousel.large-img figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .owl-carousel.large-img figure img {
    height: auto;
  }
}

/* ====== New Section Created ========== */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}

header {
  background-image: linear-gradient(to right, #544096, #F15B40);
}
header .navbar .nav-item .nav-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
header .navbar .nav-item .nav-link.active, header .navbar .nav-item .nav-link:hover {
  color: #ffffff;
}
header .navbar .nav-item:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 767px) {
  header .navbar .nav-item:not(:last-child) {
    margin-right: 0;
  }
}
header .navbar .navbar-toggler {
  border-color: #ffffff;
}

.banner {
  background-image: url(../images/hero-section/hero-section.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  max-height: 50vh;
  background-position: center;
}
.banner .middleSection {
  border-radius: 50px;
  position: relative;
  padding: 50px;
}
.banner .middleSection:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #dae7f4;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  border-radius: 50px;
  border: 2px solid #ffffff;
  opacity: 0.85;
}
.banner .middleSection > * {
  position: relative;
  z-index: 2;
}
.banner .middleSection img {
  width: 100%;
  max-width: 100%;
}
.banner .middleSection .rounded {
  border-radius: 35px !important;
}
.banner .middleSection .form-control {
  border: 1px solid rgb(177, 177, 177) !important;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}
.banner ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: bold;
}
.banner ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-weight: bold;
}
.banner :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  font-weight: bold;
}
.banner :-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-weight: bold;
}

.coforge-section {
  position: relative;
}
.coforge-section:before {
  content: "";
  position: absolute;
  background-image: url(../images/light-arch.png);
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.coforge-section > * {
  position: relative;
  z-index: 3;
}
.coforge-section h2 {
  font-weight: 200;
  line-height: 50px;
  font-size: 44px;
}
.coforge-section h3 {
  font-weight: 700;
  font-size: 44px;
}
.coforge-section.text-paragraph {
  color: #082240;
}

.logo-section span:first-child {
  margin-right: 20px;
}
.logo-section span:first-child img {
  width: 210px;
}
.logo-section span:last-child {
  font-weight: 400;
  font-size: 20px;
  position: relative;
  padding-top: 3px;
}
.logo-section span:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  border-top: 2px solid #082240;
}
.logo-section span:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #082240;
}
@media (max-width: 767px) {
  .logo-section span:last-child {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.under-logo-section span img {
  width: 300px;
}
.under-logo-section span:last-child img {
  width: 200px;
}

.timeInterval {
  margin-top: -70px;
  position: relative;
}
.timeInterval .purpleBg-section {
  position: relative;
}
.timeInterval .purpleBg-section:after {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  border-radius: 20px;
  top: 0;
  bottom: 0;
  background-color: #544096;
  width: 100%;
  left: 0;
  opacity: 0.7;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.34);
}
@media (max-width: 767px) {
  .timeInterval .purpleBg-section:after {
    left: 25px;
    right: 25px;
  }
}
@media (max-width: 767px) {
  .timeInterval .purpleBg-section:after {
    left: 0;
    right: 0;
  }
}
.timeInterval .purpleBg-section > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .timeInterval {
    margin-top: -55px;
  }
}
@media (max-width: 600px) {
  .timeInterval .col {
    flex: 1 0 0%;
    width: 100%;
  }
  .timeInterval .col h1 {
    font-size: 20px;
  }
  .timeInterval .col p {
    font-size: 13px;
  }
}

.form-section .form-control {
  font-size: 13px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.form-section .form-select {
  font-size: 13px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.text-paragraph p {
  font-size: 20px;
  color: #000000;
}

.nav-pills .nav-item .nav-link {
  background-color: #544096;
  color: #ffffff;
  font-weight: 700;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #F15B40;
}
.nav-pills .nav-item:not(:last-child) {
  margin-right: 10px;
}

.tab-content ul.tabs-desc li {
  padding-left: 20px;
  padding-right: 20px;
}
.tab-content ul.tabs-desc li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.tab-content .accord-one-main {
  background-color: #F58D76;
}
.tab-content .accord-two-main {
  background-color: #8BA2D3;
}
.tab-content .accord-three-main {
  background-color: #4CBFAC;
}

.faq .accordion-item {
  background-color: transparent;
  border: none;
}
.faq .accordion-button {
  padding-left: 45px;
  background-color: transparent;
}
.faq .accordion-button::after {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 15px;
  border: 2px solid #85dbd9;
  transform: rotate(45deg);
  border-left-color: transparent;
  border-top-color: transparent;
  background-image: none;
}
.faq .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  color: #000000;
  font-weight: 700;
}
.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
}
.faq .accordion-button::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #000;
  left: 45px;
  right: 25px;
  bottom: 0;
}
.faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}
.faq .accordion-body {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  padding-left: 45px;
}

.themes .card {
  margin-top: 120px;
  padding-bottom: 30px;
}
.themes .card figure {
  width: 100%;
  height: 220px;
  margin-top: -110px;
  background-color: #cecece;
}
.themes .card .smallText {
  color: #aa9fca;
}
.themes .card h6 {
  font-weight: 300;
}

section.contact-us .main-sec {
  background-color: #85dbd9;
  border-radius: 15px;
  padding: 100px 50px 100px 50px;
}
section.contact-us .btn-round-dark {
  background: black;
  border-radius: 20px;
  color: #ffffff;
  border-color: #444444;
  font-size: 15px;
}
section.contact-us .btn-round-dark.banner-btn {
  background: #444444;
  color: white;
}
section.contact-us .btn-round-dark.banner-btn:hover {
  background: white;
  color: #444444;
}
section.contact-us .btn-round-dark:hover {
  background: #444444;
  color: white;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accord-section .accord-one .accordion-button {
  background-color: #F15B40;
}
.accord-section .accord-two .accordion-button {
  background-color: #5E89C6;
}
.accord-section .accord-three .accordion-button {
  background-color: #00A691;
}

.accordion-button {
  padding: 25px 14px 10px 14px;
  font-size: 48px;
  color: #ffffff;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
}

.accordion-body {
  padding: 0;
}

footer .btn.btn-rounded {
  background-color: #fde28f;
  border-radius: 50%;
}
footer .footer-logo {
  max-width: 200px;
}
footer ul {
  -moz-column-count: 2;
       column-count: 2;
}
footer ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
footer ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer ul li:hover a {
  color: #000000;
}
footer .circleIcon {
  width: 40px;
  height: 40px;
  font-size: 15px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
}
footer .circleIcon i {
  height: 30px;
  font-size: 20px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .circleIcon:not(:last-child) {
  margin-right: 15px;
}
footer a {
  text-decoration: none;
}
footer .main-head {
  color: #fde28f;
}
footer .footer-bot {
  background-color: #082240;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.442);
  padding: 15px;
  background-position: center;
  margin-left: auto;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.4509803922);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 20px;
  top: 18px;
}

button.accordion-button {
  position: relative;
}

#speakers h6 span {
  font-size: 18px;
  list-style: 1.2;
  color: #F15B40;
  display: block;
}
#speakers p ::-webkit-progress-bar {
  color: #000;
}

#agenda {
  background-color: #f5f5f5;
}/*# sourceMappingURL=style.css.map */