/*common css*/
* {
  box-sizing: border-box;
  font-family: "Rubik", serif; }

body.newsLetterThankyou .bodyContent img.img-fluid {
  margin-bottom: 15px; }

body.newsLetterThankyou .footer-row-1 {
  display: none; }

body.menu-show {
  overflow: hidden; }

.container {
  width: 1200px;
  max-width: 100%; }

.btn.btn-primary {
  background: #2ab26f;
  background: linear-gradient(130deg, #2ab26f 0%, #0084ba 100%);
  transition: 0.3s;
  border-radius: 0px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 20px;
  outline: none !important; }

.btn-secondary {
  background-color: transparent;
  color: #1d2c4c;
  border-color: #1d2c4c;
  transition: 0.3s;
  border-radius: 0px; }
  .btn-secondary:hover {
    background-color: #1d2c4c;
    color: #ffffff; }

button {
  outline: none !important; }

a {
  text-decoration: none !important; }

.bodyContent {
  padding-top: 120px; }
  .bodyContent.noSpace {
    padding-top: 90px; }

.sectionHeading {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
  margin: 0 auto 25px;
  position: relative;
  max-width: 100%; }
  .sectionHeading:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #1d2c4c;
    z-index: 0; }
  .sectionHeading span {
    display: inline-block;
    padding: 0 15px;
    background-color: #ffffff;
    z-index: 1;
    position: relative; }
  @media (max-width: 991.98px) {
    .sectionHeading {
      font-size: 24px; } }

p {
  text-align: justify;
  text-justify: inter-word; }

/*common carousel design*/
.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots button.owl-dot {
    width: 15px;
    height: 14px;
    border: 1px solid #1d2c4c !important;
    border-radius: 50% !important;
    transition: 0.3s; }
    .owl-carousel .owl-dots button.owl-dot.active, .owl-carousel .owl-dots button.owl-dot:hover {
      background: linear-gradient(130deg, #2ab26f 0%, #0084ba 100%); }
    .owl-carousel .owl-dots button.owl-dot + button.owl-dot {
      margin-left: 10px; }

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  transition: 0.3s;
  border: 0px solid; }
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
    background: linear-gradient(-130deg,#2ab26f 0%,#0084ba 100%)!important;
    color: #ffffff; }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background: linear-gradient(-130deg,#2ab26f 0%,#0084ba 100%)!important;
    color: #ffffff; }
  .owl-carousel .owl-nav button:hover {
    background-color: #1d2c4c; }
  .owl-carousel .owl-nav button i {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }

/*common carousel design*/
.fa-facebook-f {
  background-color: #3B5998; }

.fa-twitter {
  background-color: #33ccff; }

.fa-linkedin {
  background-color: #007bb7; }

.fa-envelope {
  background-color: #f63b3b; }

.fa-instagram {
  background-color: #262626; }

.fa-whatsapp {
  background-color: #61CE6F; }

/*sponsor carousel*/
.sponsorLogo.owl-carousel {
  padding: 0 25px;
  margin-bottom: 30px; }
  .sponsorLogo.owl-carousel .owl-nav button {
    width: 20px;
    height: 40px; }

/*sponsor carousel*/
/*similar event*/
.similarEventist {
  padding: 0 15px;
  margin-bottom: 30px; }
  .similarEventist .owl-stage {
    display: flex; }
    .similarEventist .owl-stage .owl-item.active + .owl-item.active {
      border-left: 2px solid #cccccc; }
  .similarEventist .eventist {
    padding: 20px 30px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .similarEventist .eventist .eventInfo {
      font-size: 16px;
      text-transform: capitalize;
      flex-grow: 1;
      display: inline-flex;
      flex-direction: column; }
      .similarEventist .eventist .eventInfo h3.evenHeading {
        font-size: 20px; }
      .similarEventist .eventist .eventInfo .date {
        color: #2ab26f;
        margin-bottom: 10px; }
      .similarEventist .eventist .eventInfo address {
        color: #2e3e48;
        opacity: 0.7;
        font-style: italic; }
      .similarEventist .eventist .eventInfo .author span {
        font-weight: 500;
        display: block;
        margin-bottom: 5px; }

/*similar event*/
/*modal popup*/
.modal .modal-header {
  padding: 10px 15px;}
  .modal .modal-header h4 {
    display: none; }
  .modal .modal-header .close {
    padding: 5px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    opacity: 1;
    color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    margin: 0;
    position: absolute;
    right: -12px;
    top: -12px; }

.modal .errorMSg {
  display: none;
  margin-bottom: 15px;
  color: red; }

.modal .modal-footer {
  display: none; }

.modal div#errorMsgDiv p {
  font-size: 14px;
  color: red;
  margin-bottom: 5px; }

.modal .form-group {
  margin-bottom: 15px; }

.modal .form-group label {
    margin-bottom: 5px;
    text-transform: capitalize; }

.modal.changeBG .modal-body{
  background: linear-gradient(130deg, #2ab26f 0%, #0084ba 100%);
  text-align: center;
  color: #ffffff;}
/*modal popup*/
/*common css*/
/*header*/
header {
  background: linear-gradient(130deg, #0e5b70, #057247);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1012; }
  header .headerWrapper {
    height: 90px;
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      header .headerWrapper .mLeft40 {
        margin-left: 25px; } }
    header .headerWrapper .headerLinks {
      position: relative;
      color: #fff;
      font-weight: 400;
      font-size: 14px;
      text-transform: uppercase;
      cursor: pointer; }
      header .headerWrapper .headerLinks:before {
        content: '';
        width: 0;
        height: 2px;
        position: absolute;
        bottom: -10px;
        background-color: #fff;
        transition: 0.3s; }
      header .headerWrapper .headerLinks:hover:before {
        width: 100%; }
    header .headerWrapper .quickLinks {
      margin-left: auto;
      position: relative; }
      @media (max-width: 991.98px) {
        header .headerWrapper .quickLinks {
          position: fixed;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: #ffffff;
          padding: 30px;
          z-index: 10;
          transition: 0.3s;
          transform: scale(0);
          transform-origin: top left;
          overflow-y: scroll; }
          header .headerWrapper .quickLinks .headerLinks {
            display: block;
            margin-left: 0px;
            margin-bottom: 15px;
            font-size: 16px; }
          header .headerWrapper .quickLinks.menu-show {
            transform: scale(1); } }
    header .headerWrapper .reg-login {
      display: inline-block;
      position: relative; }
      @media (min-width: 992px) {
        header .headerWrapper .reg-login {
          margin-left: 25px; }
          header .headerWrapper .reg-login:after {
            content: '';
            width: 2px;
            height: 16px;
            background: #fff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0; } }
      header .headerWrapper .reg-login select {
        border: 0px; }
    @media (min-width: 992px) {
      header .headerWrapper .customDropdown {
        display: inline-block; }
        header .headerWrapper .customDropdown.count3 ul {
          column-count: 3; }
        header .headerWrapper .customDropdown:hover .customDropdownMenu {
          opacity: 1;
          visibility: visible;
          transform: translate(-50%, 0) !important; } }
    header .headerWrapper .customDropdown .dropdown-toggle:after {
      display: inline-block;
      margin-left: 5px;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent; }
    header .headerWrapper .customDropdown .customDropdownMenu {
      background-color: #ffffff;
      list-style: none;
      padding: 10px; }
      @media (min-width: 992px) {
        header .headerWrapper .customDropdown .customDropdownMenu {
          display: block;
          transform: translate(-50%, 15px);
          margin: 0;
          opacity: 0;
          visibility: hidden;
          transition: 0.3s;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
          top: 100%;
          left: 50%;
          position: absolute;
          z-index: 10; } }
      @media (max-width: 991.98px) {
        header .headerWrapper .customDropdown .customDropdownMenu {
          position: relative !important;
          transform: none !important;
          width: 100%;
          border: 0;
          padding: 0;
          margin: 0 0 15px;
          display: none; } }
      header .headerWrapper .customDropdown .customDropdownMenu .dropdown-item {
        transition: 0.3s;
        padding: 2px 10px; }
        header .headerWrapper .customDropdown .customDropdownMenu .dropdown-item:hover {
          background-color: #2ab26f;
          color: #ffffff; }
    header .headerWrapper #menuToggle {
      z-index: 11;
      width: 40px;
      height: 40px;
      position: relative;
      margin-left: auto; }
      @media (min-width: 992px) {
        header .headerWrapper #menuToggle {
          display: none; } }
      header .headerWrapper #menuToggle svg.menuicon {
        position: absolute;
        top: 0;
        transition: 0.2s;
        color: #1d2c4c; }
        header .headerWrapper #menuToggle svg.menuicon .menuicon__bar {
          transform: rotate(0deg);
          transform-origin: 50% 50%;
          transition: transform .25s ease-in-out; }
        header .headerWrapper #menuToggle svg.menuicon .menuicon__bar,
        header .headerWrapper #menuToggle svg.menuicon .menuicon__circle {
          fill: none;
          stroke: currentColor;
          stroke-width: 3;
          stroke-linecap: round; }
        header .headerWrapper #menuToggle svg.menuicon .menuicon__circle {
          transition: stroke-dashoffset .3s linear .1s;
          stroke-dashoffset: 144.513262038;
          stroke-dasharray: 144.513262038; }
        header .headerWrapper #menuToggle svg.menuicon.open {
          top: 0;
          color: #ffffff;
          background-color: #1d2c4c;
          border-radius: 50%; }
          header .headerWrapper #menuToggle svg.menuicon.open .menuicon__bar:nth-child(1), header .headerWrapper #menuToggle svg.menuicon.open .menuicon__bar:nth-child(4) {
            opacity: 0; }
          header .headerWrapper #menuToggle svg.menuicon.open .menuicon__bar:nth-child(2) {
            transform: rotate(45deg); }
          header .headerWrapper #menuToggle svg.menuicon.open .menuicon__bar:nth-child(3) {
            transform: rotate(-45deg); }
          header .headerWrapper #menuToggle svg.menuicon.open .menuicon__circle {
            stroke-dashoffset: 0; }

/*header*/
/*footer */
footer{
  position: relative;
  z-index: 1012;}
footer .footer-row-1 {
  padding: 30px 0 0;
  background-color: #ededed; }
  footer .footer-row-1 h3.signUpHeader {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px; }
    @media (max-width: 575.98px) {
      footer .footer-row-1 h3.signUpHeader {
        font-size: 20px; } }
  footer .footer-row-1 .NewsLetterSection {
    width: 500px;
    margin: auto;
    text-align: center;
    max-width: 100%; }
    footer .footer-row-1 .NewsLetterSection div#formSections {
      padding: 0px;
      background-color: transparent;
      box-shadow: none;
      margin: 0px; }

footer .footer-row-2 {
  background-color: #ededed;
  padding: 50px 0; }
  @media (max-width: 991.98px) {
    footer .footer-row-2 {
      padding: 30px 0; } }
  footer .footer-row-2 .SectionWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    footer .footer-row-2 .SectionWrapper a.links {
      display: block;
      color: #1d2c4c;
      transition: 0.3s; }
      footer .footer-row-2 .SectionWrapper a.links i.fa {
        background-color: transparent; }
      footer .footer-row-2 .SectionWrapper a.links + .links {
        margin-top: 15px; }
      footer .footer-row-2 .SectionWrapper a.links:hover {
        color: #2ab26f; }
    footer .footer-row-2 .SectionWrapper .Social-icons {
      margin-bottom: 15px; }
      footer .footer-row-2 .SectionWrapper .Social-icons .iconLinks {
        display: inline-block;
        transition: 0.3s; }
        footer .footer-row-2 .SectionWrapper .Social-icons .iconLinks + .iconLinks {
          margin-left: 15px; }
        footer .footer-row-2 .SectionWrapper .Social-icons .iconLinks i.fa {
          width: 40px;
          height: 40px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #ffffff;
          font-size: 20px;
          border-radius: 50%; }
          footer .footer-row-2 .SectionWrapper .Social-icons .iconLinks i.fa.fa-facebook {
            background-color: #3B5998; }
          footer .footer-row-2 .SectionWrapper .Social-icons .iconLinks i.fa.fa-twitter {
            background-color: #33ccff; }
          footer .footer-row-2 .SectionWrapper .Social-icons .iconLinks i.fa.fa-linkedin {
            background-color: #007bb7; }
        footer .footer-row-2 .SectionWrapper .Social-icons .iconLinks:hover {
          transform: rotate(360deg); }
    @media (max-width: 991.98px) {
      footer .footer-row-2 .SectionWrapper .Sec.Sec5 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      footer .footer-row-2 .SectionWrapper .Sec.secLinks {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px; }
      footer .footer-row-2 .SectionWrapper .Sec.Sec5 {
        margin-top: 0; } }

footer .footer-row-3 .copyRightWrapperConainer {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
  align-items: center; }
  footer .footer-row-3 .copyRightWrapperConainer .copyRIght {
    font-size: 14px;
    font-weight: 300; }
  footer .footer-row-3 .copyRightWrapperConainer .go2top i.fa {
    background: linear-gradient(130deg, #2ab26f 0%, #0084ba 100%);
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer; }
    footer .footer-row-3 .copyRightWrapperConainer .go2top i.fa:hover {
      background-color: #1d2c4c; }

/*footer */
/*requirement section*/
.requirementContainer .sections {
  padding: 20px;
  box-shadow: 3px 0px 15px 2px rgba(23, 55, 81, 0.25);
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 30px; }
  .requirementContainer .sections h3.secHeading {
    font-size: 22px;
    color: #2ab26f; }
  .requirementContainer .sections .requirement {
    margin-bottom: 0px;
    color: #2ab26f; }
  .requirementContainer .sections .btnWrapper {
    text-align: center;
    margin: 0px; }

.requirementContainer.startupRequirement .btnWrapper {
  text-align: left; }
  .requirementContainer.startupRequirement .btnWrapper strong {
    display: block;
    margin-bottom: 5px; }

/*requirement section*/
/*forms*/
.form-group .error:not(.form-control):not(.form-check-input) {
  color: red;
  margin: 0;
  font-size: 14px;
  order: 1;
  flex: 0 0 100%;
  max-width: 100%; }

.form-group .form-control {
  order: 0; }

/*forms*/
/**/

/*enable edit button for admins*/
.bodyContent.adminView .eventEdit .eventEditBtn {
  display: inline-flex !important;
}
/*enable edit button for admins*/

/*NewCSS*/
.contentWrapper{ padding: 40px 0; }
.contentWrapper.colorSections{background: linear-gradient(130deg, #0e5b70, #057247);}
.contentWrapper.nonColorSections{background: linear-gradient(120deg, rgb(42 178 111 / 15%) 0%, rgb(0 132 186 / 15%) 100%);}
.colorSections .page-header{ color: rgba(255,255, 255, 1); }
.colorSections .sub-header { color: rgba(255,255, 255, 0.8); }
.nonColorSections .page-header{ color: rgba(5, 104, 101, 1); }
.nonColorSections .sub-header { color: rgba(0,0, 0, 0.8); }
.page-header { text-align: center; max-width: 100%; width: 700px; margin: 0 auto 20px; font-size: 28px; }
.sub-header{ text-align: center; margin-bottom: 25px; }  