@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1367px) {
  body {
    line-height: 25px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

::-moz-selection {
  color: #ffffff;
}

::selection {
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #777;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1600px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 14px;
  }
}
p.bold {
  font-weight: 500;
}
p.italic {
  font-style: italic;
}

span.theme {
  color: #000000;
}

input[type=text]:focus,
textarea:focus,
.btn:focus,
.form-control:focus,
button:focus,
select:focus {
  outline: 0;
  box-shadow: none !important;
}

a,
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  pointer-events: none;
}

a,
i {
  background-color: transparent;
}

a {
  color: #0077b5;
  transition: all 0.2s ease;
}
a:hover {
  transition: all 0.2s ease;
}
a.theme {
  color: #0077b5;
}

a,
a:active,
a:hover,
a:focus {
  outline-width: 0;
  text-decoration: none !important;
}

ul,
ol,
dl {
  margin: 0;
  list-style: none;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

img,
img:active,
img:focus,
img:hover {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-style: none;
  outline: 0;
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
form,
section,
summary {
  display: block;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  position: relative;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-align: center;
  width: auto;
  height: 60px;
  line-height: 60px;
  border: 1px solid #0077b5;
  background-color: #0077b5;
  color: #ffffff;
  padding: 0px 25px;
  margin: 0;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-radius: 40px;
  z-index: 1;
  transition: all 0.2s ease;
}
@media (max-width: 1600px) {
  .btn {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .btn {
    padding: 0px 30px;
    font-size: 20px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  z-index: -1;
  transition: all 0.2s ease;
}
.btn:hover {
  color: #ffffff;
  transition: all 0.2s ease;
  background-color: #02588e;
  border: 1px solid #02588e;
}
.btn.btnWhite {
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: 500;
  color: #0077b5;
}
.btn.btnWhite:hover {
  background-color: #edf7fd;
  border-color: #edf7fd;
  color: #0077b5;
}
.btn.btnWhiteBorder {
  background-color: transparent;
  border-color: #ffffff;
  font-weight: 500;
  color: #ffffff;
}
.btn.btnWhiteBorder:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0077b5;
}

.btnSm {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-align: center;
  width: auto;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0077b5;
  background-color: #0077b5;
  color: #ffffff;
  padding: 0px 25px;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-radius: 40px;
  z-index: 1;
  transition: all 0.2s ease;
}
.btnSm:hover {
  color: #ffffff;
  transition: all 0.2s ease;
  background-color: #02588e;
  border: 1px solid #02588e;
}

.btnSmBorder {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-align: center;
  width: auto;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0077b5;
  background-color: #ffffff;
  color: #0077b5;
  padding: 0px 25px;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-radius: 40px;
  z-index: 1;
  transition: all 0.2s ease;
}
.btnSmBorder:hover {
  color: #ffffff;
  transition: all 0.2s ease;
  background-color: #02588e;
}

.headingTextWhite {
  font-family: "Playfair Display", serif;
  font-size: 55px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .headingTextWhite {
    font-size: 40px;
  }
}

.headingTextBlue {
  font-family: "Playfair Display", serif;
  font-size: 55px;
  line-height: 120%;
  color: #0077b5;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .headingTextBlue {
    font-size: 40px;
  }
}

.headingTextBlack {
  font-family: "Playfair Display", serif;
  font-size: 55px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .headingTextBlack {
    font-size: 30px;
  }
}
.headingTextBlack span {
  color: #0077b5;
}

.subHeadingTextBlue {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 120%;
  color: #0077b5;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .subHeadingTextBlue {
    font-size: 26px;
  }
}

.headingBorder {
  padding-bottom: 10px;
  position: relative;
}
.headingBorder::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #0077b5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.headingBorderWhite {
  padding-bottom: 10px;
  position: relative;
}
.headingBorderWhite::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.paragraphText {
  font-size: 24px;
  color: #000000;
  line-height: 130%;
}
@media (max-width: 1200px) {
  .paragraphText {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .paragraphText {
    font-size: 16px;
  }
}
.paragraphText a {
  color: #0077b5;
}
.paragraphText a:hover {
  color: #02588e;
}

.buttonCenterDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.innerSection {
  padding: 150px 20px;
}
@media (max-width: 1200px) {
  .innerSection {
    padding: 100px 20px;
  }
}
@media (max-width: 992px) {
  .innerSection {
    padding: 50px 20px;
  }
}

.bgLightBlue {
  background-color: #edf7fd;
}

.bgWhite {
  background-color: #ffffff;
}

.navGap {
  height: 96px;
  display: block;
  width: 100%;
}

.p-t0 {
  padding-top: 0;
}

.formLine {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
.errorSpan{
    font-size: 13px;
    color: #f00;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: -22px;
}
.formLine input {
  border: 2px solid #cfd8dc;
  border-radius: 8px;
  height: 76px;
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 6px 15px;
}
.formLine input:focus {
  outline: transparent;
}
.formLine label {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #0077b5;
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 2px 10px;
  background-color: #ffffff;
}

.formLine {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
.formLine select {
  border: 2px solid #cfd8dc;
  border-radius: 8px;
  height: 76px;
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 6px 15px;
}
.formLine label {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #0077b5;
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 2px 10px;
  background-color: #ffffff;
}
.formLineError{
    border-color: #f00 !important;
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.noWrap {
  white-space: nowrap;
}

.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header .navbar-brand {
  height: 80px;
}
.header .navbar-brand img {
  height: 100%;
}
.header .navRight {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header .navRight {
    flex-direction: column;
  }
}
.header .navRight .navSocial {
  width: 30px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .header .navRight .navSocial {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.header .navRight .navSocial img {
  width: 30px;
}
.header .navRight .printBtn {
  width: 30px;
  margin-right: 15px;
  border: 0;
  background-color: transparent;
}
@media (max-width: 992px) {
  .header .navRight .printBtn {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.header .navRight .printBtn img {
  width: 30px;
}
.header .navRight .topLanguage {
  padding-top: 8px;
}
@media (max-width: 768px) {
  .header .navRight {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.header .navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: center;
}
.header .navbar-light .navbar-nav .nav-link.active {
  font-weight: 600;
  border-bottom: solid 2px #0077b5;
}
.header .navbar-light .navbar-nav .nav-link.active:hover {
  color: #000000;
}
.header .navbar-light .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
  margin: 0 15px;
  color: #000000;
}
.header .navbar-light .navbar-nav .nav-link:hover {
  color: #0077b5;
}
@media (max-width: 576px) {
  .header .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    margin: 10px 0;
  }
}

.homeBody {
  width: 100%;
  height: initial;
  position: relative;
}
.homeBody .homeSideTriger {
  position: fixed;
  left: 15%;
  bottom: 20%;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1600px) {
  .homeBody .homeSideTriger {
    left: 8%;
    bottom: 12%;
  }
}
@media (max-width: 1440px) {
  .homeBody .homeSideTriger {
    left: 3%;
    bottom: 12%;
  }
}
@media (max-width: 1367px) {
  .homeBody .homeSideTriger {
    left: 7%;
    bottom: 12%;
  }
}
@media (max-width: 1200px) {
  .homeBody .homeSideTriger {
    display: none;
  }
}
.homeBody .homeSideTriger li {
  list-style: none;
  margin-bottom: 10px;
}
.homeBody .homeSideTriger li .slideButton {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #222;
  background-color: #ddd;
  box-sizing: border-box;
}
.homeBody .homeSideTriger li .slideButton {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  border: solid 1px #ffffff;
  margin-bottom: 10px;
}
.homeBody .homeSideTriger li .slideButtonActive {
  background-color: #ffffff;
  height: 30px;
}
.homeBody .homeSection {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .homeBody .homeSection {
    height: initial;
  }
}
.homeBody .homeSection .homeBanner {
  width: 100%;
  height: 100vh;
  background-color: #999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.homeBody .homeSection .homeBanner .bannerFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeBanner .bannerFooter {
    height: 70px;
  }
}
.homeBody .homeSection .homeBanner .bannerFooter img:first-child {
  height: 50px;
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeBanner .bannerFooter img:first-child {
    height: 30px;
  }
}
.homeBody .homeSection .homeBanner .bannerFooter img:last-child {
  height: 40px;
  position: absolute;
  top: 40px;
  -webkit-animation: downArrowAni 2s infinite;
          animation: downArrowAni 2s infinite;
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeBanner .bannerFooter img:last-child {
    height: 28px;
    top: 15px;
  }
}
@-webkit-keyframes downArrowAni {
  0% {
    top: 40px;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}
@keyframes downArrowAni {
  0% {
    top: 40px;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}
.homeBody .homeSection .homeBanner .roundImg {
  margin-top: 30vh;
  position: relative;
  left: -20px;
  width: 220px;
}
@media (max-width: 1200px) {
  .homeBody .homeSection .homeBanner .roundImg {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeBanner .roundImg {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .homeBody .homeSection .homeBanner {
    height: initial;
    padding: 100px 20px;
  }
}
.homeBody .homeSection .homeAboutSec {
  width: 100%;
  background-color: #edf7fd;
  height: 100vh;
  position: relative;
}
.homeBody .homeSection .homeAboutSec .homeAboutSecImg {
  width: 500px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeAboutSec .homeAboutSecImg {
    width: 200px;
  }
}
.homeBody .homeSection .homeAboutSec .homeAboutSecImg img {
  width: 100%;
}
@media (max-width: 1200px) {
  .homeBody .homeSection .homeAboutSec {
    height: initial;
    padding: 100px 20px;
  }
}
.homeBody .homeSection .homeAboutSec .centerCont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeAboutSec .headingTextBlue {
    font-size: 28px;
  }
}
.homeBody .homeSection .homeEventsSec {
  width: 100%;
  background-size: contain;
  background-position: center bottom left right;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .homeBody .homeSection .homeEventsSec {
    height: initial;
    padding: 150px 20px;
  }
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeEventsSec {
    padding: 50px 20px;
  }
}
.homeBody .homeSection .homeEventsSec::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20%;
  right: -20%;
  bottom: 0;
  width: 140%;
  height: 100%;
  z-index: -1;
  border-top-left-radius: 60%;
  border-top-right-radius: 60%;
  background-image: linear-gradient(180deg, #85d5ff, #095881);
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeEventsSec::before {
    border-radius: 0;
    width: 100%;
    left: 0%;
    right: 0;
  }
}
.homeBody .homeSection .homeEventsSec .container {
  height: 100%;
}
.homeBody .homeSection .homeEventsSec .container .homeEventsWrapHold {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeBody .homeSection .homeEventsSec .container .homeEventsWrapHold .homeEventsWrap {
  width: 100%;
}
.homeBody .homeSection .homeEventsSec .container .homeEventsWrapHold .homeEventsWrap .homeEventDiv {
  width: 100%;
  display: block;
  padding-right: 50px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeEventsSec .container .homeEventsWrapHold .homeEventsWrap .homeEventDiv {
    margin-top: 30px;
    padding-right: 0px;
  }
}
.homeBody .homeSection .homeEventsSec .container .homeEventsWrapHold .homeEventsWrap .homeEventDiv img {
  width: 60px;
  margin-bottom: 40px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBody .homeSection .homeEventsSec .container .homeEventsWrapHold .homeEventsWrap .homeEventDiv h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeBody .homeSection .homeEventsSec .container .homeEventsWrapHold .homeEventsWrap .homeEventDiv span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0px;
}
.homeBody .homeSection .homeEventsSec .container .homeEventsWrapHold .homeEventsWrap button {
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .homeBody .homeSection .homeEventsSec .container .homeEventsWrapHold .homeEventsWrap button {
    margin-top: 30px;
  }
}
.homeBody .homeSection .homeStepperSec {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .homeBody .homeSection .homeStepperSec {
    height: initial;
    padding: 100px 20px;
  }
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont {
  max-width: 940px;
  height: initial;
}
@media (max-width: 768px) {
  .homeBody .homeSection .homeStepperSec .homeStepperSecCont {
    max-width: 700px;
  }
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeStepperSec .homeStepperSecCont {
    max-width: 100%;
  }
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont h2 {
  text-align: center;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap {
  margin-top: 50px;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingImgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingImgWrap .progressWrapperImg {
  width: 50%;
  padding: 0px 20px;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingImgWrap .progressWrapperImg .progressImgDiv {
  width: 100%;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingImgWrap .progressWrapperImg .progressImgDiv img {
  width: 100%;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap {
  position: relative;
  z-index: 0;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperLineWrap {
  width: 4px;
  height: 98%;
  position: absolute;
  left: 40px;
  top: 3px;
  background-color: #f0f0f0;
  overflow: hidden;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperLineWrap .stepperLineBorder {
  height: 100%;
  width: 100%;
  background-color: #0077b5;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  -webkit-animation: lineStep 15s infinite linear;
          animation: lineStep 15s infinite linear;
}
@-webkit-keyframes lineStep {
  0% {
    top: -100%;
  }
  66% {
    top: 0%;
  }
  100% {
    top: 0%;
  }
}
@keyframes lineStep {
  0% {
    top: -100%;
  }
  66% {
    top: 0%;
  }
  100% {
    top: 0%;
  }
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont {
  position: relative;
  z-index: 10;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv {
    margin-bottom: 40px;
  }
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv .stepperNumberCont {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 5px transparent;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv .stepperNumberCont p {
  color: #000000;
  font-size: 40px;
  margin: 0;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv .steppertext {
  width: calc(100% - 135px);
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv .steppertext h5 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 768px) {
  .homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv .steppertext h5 {
    font-size: 18px;
  }
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv.setepperDivActive {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv.setepperDivActive {
    margin-bottom: 40px;
  }
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv.setepperDivActive .stepperNumberCont {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 5px #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0077b5;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv.setepperDivActive .stepperNumberCont p {
  color: #ffffff;
  font-size: 40px;
  margin: 0;
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv.setepperDivActive .steppertext {
  width: calc(100% - 135px);
}
.homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv.setepperDivActive .steppertext h5 {
  font-size: 24px;
  color: #0077b5;
}
@media (max-width: 768px) {
  .homeBody .homeSection .homeStepperSec .homeStepperSecCont .homeStepperSecWrap .steppingContentWrap .stepperCont .setepperDiv.setepperDivActive .steppertext h5 {
    font-size: 18px;
  }
}
.homeBody .homeJoinSec {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.homeBody .homeJoinSec .homeJoinSecImg {
  width: 400px;
  position: absolute;
  top: 50%;
  margin-top: -200px;
  left: 0;
  z-index: 0;
}
@media (max-width: 992px) {
  .homeBody .homeJoinSec .homeJoinSecImg {
    width: 250px;
    margin-top: -100px;
  }
}
.homeBody .homeJoinSec .homeJoinSecImg img {
  width: 100%;
}
.homeBody .homeJoinSec .homeBenefitSec {
  width: 100%;
}
.homeBody .homeJoinSec .homeBenefitSec .homeBenefitSechold {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 100px 20px 20px;
}
@media (max-width: 1200px) {
  .homeBody .homeJoinSec .homeBenefitSec .homeBenefitSechold {
    height: initial;
    padding: 100px 20px 20px;
  }
}
.homeBody .homeJoinSec .homeBenefitSec .homeBenefitSechold .homeBenefitSecCont {
  text-align: center;
}
.homeBody .homeJoinSec .homeBenefitSec .homeBenefitSechold .homeBenefitSecCont .logoesWrapper {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}
.homeBody .homeJoinSec .homeBenefitSec .homeBenefitSechold .homeBenefitSecCont .logoesWrapper .logoesWrapperDiv {
  width: 100%;
  margin-bottom: 30px;
}
.homeBody .homeJoinSec .homeBenefitSec .homeBenefitSechold .homeBenefitSecCont .logoesWrapper .logoesWrapperDiv img {
  width: 100%;
}
.homeBody .homeJoinSec .homeTestimonialsSec {
  width: 100%;
  height: 100vh;
  padding: 100px 0px;
  background-color: transparent;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .homeBody .homeJoinSec .homeTestimonialsSec {
    height: initial;
  }
}
@media (max-width: 576px) {
  .homeBody .homeJoinSec .homeTestimonialsSec {
    padding: 0px 20px;
  }
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimonialsSecCont {
  width: 100%;
}
.homeBody .homeJoinSec .homeTestimonialsSec .testSlidePosition {
  padding: 0 20px 0 38.5%;
}
@media (max-width: 1200px) {
  .homeBody .homeJoinSec .homeTestimonialsSec .testSlidePosition {
    padding: 0 20px 0 25.5%;
  }
}
@media (max-width: 576px) {
  .homeBody .homeJoinSec .homeTestimonialsSec .testSlidePosition {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper {
  width: 100%;
  margin-top: 30px;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .homeTestiBox {
  width: 100%;
  border-radius: 10px;
  background-color: #edf7fd;
  padding: 20px;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .homeTestiBox p {
  font-size: 20px;
  color: #000000;
  line-height: 120%;
  min-height: 280px;
}
@media (max-width: 1600px) {
  .homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .homeTestiBox p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .homeTestiBox p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .homeTestiBox p {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .homeTestiBox p {
    font-size: 20px;
  }
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .homeTestiBox h5 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 5px;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .homeTestiBox h6 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  line-height: 100%;
  font-style: italic;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px 0px 38.5%;
}
@media (max-width: 1200px) {
  .homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav {
    padding: 20px 20px 0 25.5%;
  }
}
@media (max-width: 576px) {
  .homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #0077b5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 10px;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav .owl-prev span {
  line-height: 40px;
  color: #0077b5;
  font-size: 40px;
  position: absolute;
  top: -5px;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav .owl-prev:hover {
  background-color: #0077b5;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav .owl-prev:hover span {
  color: #ffffff;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #0077b5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav .owl-next span {
  line-height: 40px;
  color: #0077b5;
  font-size: 40px;
  position: absolute;
  top: -5px;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav .owl-next:hover {
  background-color: #0077b5;
}
.homeBody .homeJoinSec .homeTestimonialsSec .homeTestimoniWrapper .owl-carousel .owl-nav .owl-next:hover span {
  color: #ffffff;
}

.navbar-light .navbar-toggler {
  border: transparent;
}

@media (max-width: 576px) {
  .navbar-collapse {
    padding-bottom: 30px;
  }
}

.commonFooterWrap {
  width: 100%;
  padding: 100px 20px;
  background-color: #0077b5;
}
@media (max-width: 576px) {
  .commonFooterWrap {
    padding: 50px 20px;
  }
}
.commonFooterWrap .commonFooterCont {
  width: 100%;
  text-align: center;
}
.commonFooterWrap .commonFooterCont img {
  height: 120px;
  margin-bottom: 30px;
}
.commonFooterWrap .commonFooterCont .followDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.commonFooterWrap .commonFooterCont .followDiv h5 {
  font-size: 36px;
  font-family: "Playfair Display", serif;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .commonFooterWrap .commonFooterCont .followDiv h5 {
    font-size: 26px;
  }
}
.commonFooterWrap .commonFooterCont .followDiv a {
  display: inline-block;
}
.commonFooterWrap .commonFooterCont .followDiv a img {
  height: 40px;
  margin-bottom: 0;
}
.commonFooterWrap .commonFooterCont .footerMenuWrap {
  text-align: center;
}
.commonFooterWrap .commonFooterCont .footerMenuWrap a {
  font-size: 20px;
  color: #ffffff;
  margin: 0px 10px;
}
.commonFooterWrap .commonFooterCont .footerMenuWrap a:hover {
  color: #edf7fd;
}

.footerQuestionWrapper {
  width: 100%;
  position: relative;
  padding: 0px 20px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerQuestionWrapper::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.footerQuestionWrapper::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #0077b5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footerQuestionWrapper .footerQuestionDiv {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  padding: 30px;
  border-radius: 10px;
  background-color: #02588e;
}
.footerQuestionWrapper .footerQuestionDiv .questionImg {
  width: 100%;
  height: initial;
  border-radius: 10px;
  overflow: hidden;
}
.footerQuestionWrapper .footerQuestionDiv .questionImg img {
  width: 100%;
}
@media (max-width: 576px) {
  .footerQuestionWrapper .footerQuestionDiv .questionText {
    margin-top: 20px;
  }
}
.footerQuestionWrapper .footerQuestionDiv .questionText h2 {
  margin-bottom: 40px;
}
.footerQuestionWrapper .footerQuestionDiv .questionText h3 {
  font-size: 36px;
  color: #ffffff;
  line-height: 120%;
  font-family: "Playfair Display", serif;
}
@media (max-width: 1200px) {
  .footerQuestionWrapper .footerQuestionDiv .questionText h3 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .footerQuestionWrapper .footerQuestionDiv .questionText h3 {
    font-size: 20px;
  }
}
.footerQuestionWrapper .footerQuestionDiv .questionButton {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footerQuestionWrapper .footerQuestionDiv .questionButton .btn {
  margin-right: 20px;
}

.aboutMission {
  width: 100%;
  position: relative;
}
.aboutMission::after {
  content: "";
  width: 500px;
  height: 500px;
  background-image: url("../images/img1.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  right: 16%;
}
@media (max-width: 1200px) {
  .aboutMission::after {
    width: 400px;
    height: 400px;
  }
}
.aboutMission .headingTextBlue {
  margin-bottom: 20px;
}
.aboutMission .btn {
  margin-top: 30px;
}

.aboutDo {
  width: 100%;
}
.aboutDo h2 {
  display: inline-block;
}
.aboutDo .aboutDoWrapper {
  width: 100%;
  margin-bottom: 30px;
}
.aboutDo .aboutDoWrapper .aboutDoDiv {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
.aboutDo .aboutDoWrapper .aboutDoDiv img {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .aboutDo .aboutDoWrapper .aboutDoDiv img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
}

.aboutHistory {
  width: 100%;
}
.aboutHistory .aboutHistoryCont {
  width: 100%;
}
@media (max-width: 576px) {
  .aboutHistory .aboutHistoryCont {
    margin-top: 20px;
  }
}
.aboutHistory .aboutHistoryCont h2 {
  margin-bottom: 20px;
}
.aboutHistory .aboutHistoryImg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutHistory .aboutHistoryImg img {
  height: 200px;
}

.contactSection {
  width: 100%;
}
.contactSection .contactImgDiv {
  width: 100%;
  margin-top: 50px;
}
.contactSection .contactImgDiv img {
  width: 100%;
}
.contactSection .contactFormDiv {
  width: 100%;
  margin-top: 50px;
}
.contactSection .contactFormDiv h3 {
  color: #0077b5;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
}
.contactSection .contactFormDiv span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 40px;
  display: block;
}
.contactSection .contactFormDiv .formWrapper {
  width: 100%;
}

.successIcon {
  width: 60px;
  margin-bottom: 30px;
}

.successModal .modal-content {
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.17);
}
.successModal .modal-body {
  padding: 0px 40px 50px 40px;
  text-align: center;
}
@media (max-width: 576px) {
  .successModal .modal-body {
    padding: 0px 20px 30px 20px;
  }
}
.successModal .modal-body p {
  font-size: 18px;
  color: #363636;
  line-height: 120%;
}
.successModal .modal-body p a {
  color: #0077b5;
}
.successModal .modal-body p a:hover {
  color: #02588e;
}
.successModal .modal-header {
  border-bottom: 0px solid transparent;
}

.modal-backdrop {
  z-index: -1;
}

.resourceSecOne button {
  margin-top: 30px;
}
.resourceSecOne .resourceSecOneImg {
  width: 100%;
}
@media (max-width: 576px) {
  .resourceSecOne .resourceSecOneImg {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.resourceSecOne .resourceSecOneImg img {
  width: 100%;
}
@media (max-width: 576px) {
  .resourceSecOne .resourceSecOneImg img {
    width: 150px;
    margin-bottom: 20px;
  }
}

.resourceSecTwo {
  width: 100%;
  padding: 150px 20px;
}
@media (max-width: 992px) {
  .resourceSecTwo {
    padding: 100px 20px;
  }
}
@media (max-width: 576px) {
  .resourceSecTwo {
    padding: 50px 20px;
  }
}
.resourceSecTwo h6 {
  font-size: 24px;
  color: #0077b5;
  line-height: 120%;
  opacity: 0.7;
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 576px) {
  .resourceSecTwo h6 {
    font-size: 20px;
  }
}
.resourceSecTwo .overmentImgSection {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .resourceSecTwo .overmentImgSection {
    flex-wrap: wrap;
  }
}
.resourceSecTwo .overmentImgSection .govermentSecBox {
  width: 20%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .resourceSecTwo .overmentImgSection .govermentSecBox {
    width: 25%;
  }
}
@media (max-width: 576px) {
  .resourceSecTwo .overmentImgSection .govermentSecBox {
    width: 50%;
    margin-bottom: 30px;
  }
}
.resourceSecTwo .overmentImgSection .govermentSecBox img {
  width: 100px;
  width: initial;
  margin-bottom: 30px;
}
.resourceSecTwo .overmentImgSection .govermentSecBox p {
  color: #000000;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 576px) {
  .resourceSecTwo .overmentImgSection .govermentSecBox p {
    font-size: 18px;
  }
}

.resPageResource {
  width: 100%;
}
@media (max-width: 576px) {
  .resPageResource {
    padding: 50px 0px;
  }
}
.resPageResource .resourceImgSectionWrp {
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .resPageResource .resourceImgSectionWrp {
    margin-bottom: 40px;
  }
}
.resPageResource .resourceImgSectionWrp h2 {
  margin-bottom: 30px;
}
.resPageResource .resourceTabsWrap {
  width: 100%;
}
.resPageResource .resourceTabsWrap .resourceTab .nav-item {
  width: 33.33%;
  text-align: center;
}
.resPageResource .resourceTabsWrap .resourceTab .nav-item button {
  width: 100%;
}
.resPageResource .resourceTabsWrap .resourceTab .nav-item .nav-link {
  font-size: 24px;
  font-weight: bold;
  color: #0077b5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: solid 2px;
  border-color: #ffffff #ffffff #0077b5;
}
.resPageResource .resourceTabsWrap .resourceTab .nav-item .nav-link.active {
  border-color: #0077b5 #0077b5 #ffffff;
}
.resPageResource .resourceTabsWrap .resourceTab .nav-item .nav-link:hover {
  border-color: #0077b5 #0077b5 #ffffff;
}
@media (max-width: 1200px) {
  .resPageResource .resourceTabsWrap .resourceTab .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .resPageResource .resourceTabsWrap .resourceTab .nav-item .nav-link {
    font-size: 14px;
    line-height: 110%;
    padding: 0;
    height: 60px;
  }
}
.resPageResource .resourceTabsWrap .tabContentWrap {
  width: 100%;
  padding: 50px 0;
}
@media (max-width: 576px) {
  .resPageResource .resourceTabsWrap .tabContentWrap {
    padding: 20px 0;
  }
}
.resPageResource .resourceTabsWrap .tabContentWrap h3 {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .resPageResource .resourceTabsWrap .tabContentWrap h3 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .resPageResource .resourceTabsWrap .tabContentWrap h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.resPageResource .resourceTabsWrap .tabContentWrap ul {
  margin: 0;
  padding: 0;
}
.resPageResource .resourceTabsWrap .tabContentWrap ul li {
  list-style: none;
  margin-bottom: 30px;
}
.resPageResource .resourceTabsWrap .tabContentWrap ul li h4 {
  font-size: 36px;
  line-height: 120%;
  color: #0077b5;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .resPageResource .resourceTabsWrap .tabContentWrap ul li h4 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .resPageResource .resourceTabsWrap .tabContentWrap ul li h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.serviceWrap {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .serviceWrap {
    margin-top: 50px;
  }
}
.serviceWrap .serviceImg {
  width: 100%;
}
@media (max-width: 576px) {
  .serviceWrap .serviceImg {
    text-align: center;
    margin-bottom: 30px;
  }
}
.serviceWrap .serviceImg img {
  width: 170px;
}
@media (max-width: 992px) {
  .serviceWrap .serviceImg img {
    width: 120px;
  }
}
.serviceWrap .serviceText {
  width: 100%;
}
.serviceWrap .serviceText h4 {
  font-size: 36px;
  color: #0077b5;
  line-height: 120%;
  font-family: "Playfair Display", serif;
}
@media (max-width: 576px) {
  .serviceWrap .serviceText h4 {
    font-size: 26px;
  }
}
.serviceWrap .serviceText p {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .serviceWrap .serviceText p {
    margin-top: 10px;
  }
}

.infoText {
  width: 100%;
}
.infoText h4 {
  font-size: 36px;
  color: #0077b5;
  line-height: 120%;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 576px) {
  .infoText h4 {
    font-size: 26px;
  }
}
.infoText p {
  margin-bottom: 30px;
  font-size: 20px;
  color: #000000;
  line-height: 120%;
}
@media (max-width: 576px) {
  .infoText p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.infoWrapper {
  padding: 100px 20px;
}
@media (max-width: 992px) {
  .infoWrapper {
    padding: 50px 20px;
  }
}
.infoWrapper .infoWrap {
  margin-top: 30px;
}

.eventsWrapper {
  width: 100%;
  padding: 100px 20px;
}
@media (max-width: 992px) {
  .eventsWrapper {
    padding: 50px 20px;
  }
}
.eventsWrapper .calenderWrapper {
  width: 100%;
  margin: 100px 0;
}
.eventsWrapper .joinUsWrapper {
  width: 100%;
}
.eventsWrapper .joinUsWrapper .joinUsContainer {
  margin-top: 50px;
}
.eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv {
  width: 100%;
  border-radius: 3px;
  box-shadow: 4px 4px 40px rgba(0, 119, 181, 0.15);
  padding: 20px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv {
    margin-bottom: 30px;
  }
}
.eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivImg {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivImg {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivImg {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivImg {
    height: initial;
  }
}
.eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivImg img {
    height: initial;
  }
}
.eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivText {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivText .joinLogo {
  width: 50px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivText .joinLogo {
    width: 40px;
  }
}
.eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivText p {
  font-size: 18px;
  color: #000000;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivText p {
    font-size: 16px;
  }
}
.eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivText .joinSocial {
  display: block;
  margin-left: 10px;
}
.eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivText .joinSocial img {
  width: 30px;
}
@media (max-width: 992px) {
  .eventsWrapper .joinUsWrapper .joinUsContainer .joinUsDiv .joinUsDivText .joinSocial img {
    width: 50px;
  }
}
.eventsWrapper .eventInnerTime {
  width: 100%;
  padding: 50px 0;
}
.eventsWrapper .eventInnerTime p {
  margin-bottom: 15px;
  font-weight: 600;
}
.eventsWrapper .eventInnerTime p img {
  width: 24px;
  margin-right: 10px;
}

.paraHead {
  font-size: 30px;
  color: #0077b5;
  font-weight: 600;
  margin: 30px 0 20px;
}
@media (max-width: 992px) {
  .paraHead {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .paraHead {
    font-size: 22px;
  }
}

.gap30 {
  height: 30px;
  width: 100%;
}

.gap10 {
  height: 10px;
  width: 100%;
}

.locationFilter {
  width: 100%;
}

.locationButton {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 600px) {
  .locationButton {
    flex-direction: column;
  }
}
.locationButton button {
  margin-right: 15px;
  margin-top: 0;
}
.locationButton p {
  font-size: 20px;
  color: #000000;
  margin-right: 10px;
}
.locationButton p a {
  color: #0077b5;
  transition: all 0.2s;
}
.locationButton p a:hover {
  color: #02588e;
}

.locationWrapper {
  width: 100%;
  padding: 150px 0 0;
}
@media (max-width: 600px) {
  .locationWrapper {
    padding: 50px 0 0;
  }
}
.locationWrapper .locationDiv {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.locationWrapper .blickDiv {
  width: 27px;
  height: 27px;
  background-color: #0077b5;
  -webkit-animation: locationBlink infinite 2s;
          animation: locationBlink infinite 2s;
  position: absolute;
  z-index: 1000;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .locationWrapper .blickDiv {
    width: 15px;
    height: 15px;
  }
}
.locationWrapper .blickDiv.location-1a {
  top: 23.8%;
  left: 36.21%;
}
.locationWrapper .blickDiv.location-1b {
  top: 50.25%;
  left: 60.5%;
}
.locationWrapper .blickDiv.location-2 {
  top: 45%;
  left: 78%;
}
.locationWrapper .blickDiv.location-3 {
  top: 61.7%;
  left: 57.5%;
}
.locationWrapper .blickDiv.location-4 {
  top: 61.35%;
  left: 69.25%;
}
.locationWrapper .blickDiv.location-5 {
  top: 70.35%;
  left: 87%;
}
.locationWrapper .blickDiv.location-7a {
  top: 78.8%;
  left: 69.57%;
}
.locationWrapper .blickDiv.location-7b {
  top: 90.3%;
  left: 72.58%;
}
.locationWrapper .blickDiv.location-6 {
  top: 90.3%;
  left: 61.58%;
}
.locationWrapper .blickDiv.location-8 {
  top: 84%;
  left: 81%;
}
.locationWrapper .blickDiv.location-9 {
  top: 88.2%;
  left: 88.9%;
}
.locationWrapper .blickDiv.location-10 {
  top: 83%;
  left: 92.5%;
}
@-webkit-keyframes locationBlink {
  0% {
    background-color: rgba(0, 119, 181, 0.2);
  }
  90% {
    background-color: #0077b5;
  }
  100% {
    background-color: rgba(0, 119, 181, 0.8);
  }
}
@keyframes locationBlink {
  0% {
    background-color: rgba(0, 119, 181, 0.2);
  }
  90% {
    background-color: #0077b5;
  }
  100% {
    background-color: rgba(0, 119, 181, 0.8);
  }
}

.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch > span {
  position: absolute;
  top: 4px;
  pointer-events: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}
@media (max-width: 600px) {
  .switch > span {
    top: 7px;
  }
}

input.check-toggle-round-flat:checked ~ .off {
  color: #0077b5;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #0077b5;
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 100px;
  height: 35px;
  background-color: #0077b5;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #0077b5;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  border-radius: 52px;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}

.profileBanner {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .profileBanner {
    margin-bottom: 30px;
  }
}

.profileMapWrap {
  width: 100%;
  height: 400px;
}

.profileContactWrap {
  width: 100%;
}
.profileContactWrap .contactGrid {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.profileContactWrap .contactGrid img {
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .profileContactWrap .contactGrid img {
    width: 25px;
    margin-right: 10px;
  }
}
.profileContactWrap .contactGrid a {
  font-size: 24px;
  color: #000000;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .profileContactWrap .contactGrid a {
    font-size: 18px;
  }
}
.profileContactWrap .contactGrid a:hover {
  color: #0066a6;
}

.rowButtom-100 {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .rowButtom-100 {
    font-size: 50px;
  }
}
.rowButtom-100:last-child {
  margin-bottom: 0;
}

.authWrapper {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.authWrapper .authCard {
  background: #ffffff;
  box-shadow: 4px 4px 50px rgba(207, 225, 234, 0.48);
  padding: 60px 20px 40px;
  position: relative;
  min-height: 600px;
  width: 500px;
}
.authWrapper .authCard .authBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.authWrapper .authCard .authBack img {
  width: 100%;
}
.authWrapper .authCard .authCardDiv {
  width: 100%;
  height: 100%;
}
.authWrapper .authCard .authCardDiv .authlogo {
  height: 100px;
  margin: 0px auto 20px;
  text-align: center;
  display: block;
}
.authWrapper .authCard .authCardDiv .authHed {
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  font-weight: 600;
}
.authWrapper .authCard .authCardDiv .authForm {
  width: 100%;
  padding: 0px 50px;
}
@media (max-width: 600px) {
  .authWrapper .authCard .authCardDiv .authForm {
    padding: 0;
  }
}
.authWrapper .authCard .authCardDiv .authForm .forgetText {
  font-size: 16px;
  font-weight: 600;
  color: #0077b5;
}
.authWrapper .authCard .authCardDiv .authForm .accountSwitchText {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.authWrapper .authCard .authCardDiv .authForm .accountSwitchText a {
  color: #0077b5;
}
.authWrapper .authCard .authCardDiv .authForm .suthSuccess {
  font-size: 20px;
  color: #0077b5;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: 50px 0;
}
.authWrapper .authCard .authCardDiv .recoveryText {
  text-align: center;
  display: block;
  font-size: 16px;
  color: #000000;
  opacity: 0.62;
  margin-bottom: 40px;
}

.dashboardWrapper {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.dashboardWrapper .dasboarNavWrapper {
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #e7e7ed;
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .menuButtonWrap {
  width: initial;
  display: none;
}
@media (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .dashboardHeader .menuButtonWrap {
    display: inline-block;
    width: 33.33%;
  }
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .menuButtonWrap .menuButton {
  display: inline-block;
  cursor: pointer;
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .menuButtonWrap .menuButton img {
  width: 30px;
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .dashboardLogoWrap {
  width: initial;
}
@media (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .dashboardHeader .dashboardLogoWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.33%;
  }
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .dashboardLogoWrap .dashboardLogo {
  height: initial;
  width: 60px;
  display: inline-block;
}
@media (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .dashboardHeader .dashboardLogoWrap .dashboardLogo {
    width: 50px;
    text-align: center;
  }
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .dashboardLogoWrap .dashboardLogo img {
  width: 100%;
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .dashboardSearch {
  width: 70%;
  height: 40px;
  background: rgba(0, 102, 166, 0.08);
  border-radius: 50px;
  margin: 0 50px;
  position: relative;
}
@media (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .dashboardHeader .dashboardSearch {
    width: 100%;
    margin: 0 0px;
    display: none;
  }
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .dashboardSearch input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  padding: 0px 60px 0px 20px;
  font-size: 16px;
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .dashboardSearch button {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0;
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .dashboardSearch button img {
  width: 16px;
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth {
    margin-left: 10px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth {
    width: 33.33%;
    justify-content: flex-end;
  }
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth .nameAuth {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a22b25;
  border: 0;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth .nameAuth {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth .nameAuth span {
  line-height: 40px;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth .nameAuth span {
    font-size: 20px;
  }
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth .logoutBtn {
  border: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
@media (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth .logoutBtn {
    width: 30px;
    height: 30px;
  }
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth .logoutBtn img {
  width: 25px;
}
.dashboardWrapper .dasboarNavWrapper .dashboardHeader .topAuth .logoutBtn:hover {
  opacity: 0.7;
}
.dashboardWrapper .dasboarNavWrapper .resSearchWrap {
  width: 100%;
  padding: 10px 0px;
  display: none;
}
@media (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .resSearchWrap {
    display: block;
  }
}
.dashboardWrapper .dasboarNavWrapper .resSearchWrap .dashboardSearchres {
  width: 70%;
  height: 40px;
  background: rgba(0, 102, 166, 0.08);
  border-radius: 50px;
  margin: 0 50px;
  position: relative;
  display: none;
}
@media (max-width: 600px) {
  .dashboardWrapper .dasboarNavWrapper .resSearchWrap .dashboardSearchres {
    width: 100%;
    margin: 0 0px;
    display: block;
  }
}
.dashboardWrapper .dasboarNavWrapper .resSearchWrap .dashboardSearchres input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  padding: 0px 60px 0px 20px;
  font-size: 16px;
}
.dashboardWrapper .dasboarNavWrapper .resSearchWrap .dashboardSearchres button {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0;
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.dashboardWrapper .dasboarNavWrapper .resSearchWrap .dashboardSearchres button img {
  width: 16px;
}
.dashboardWrapper .dashboardBody {
  width: 100%;
}
.dashboardWrapper .dashboardBody .dashboardSideMenu {
  width: 100%;
}
@media (max-width: 600px) {
  .dashboardWrapper .dashboardBody .dashboardSideMenu {
    display: none;
  }
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader {
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #e7e7ed;
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader h6 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  position: relative;
  margin-right: 30px;
  display: inline-block;
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .liberyDiv {
  width: 100%;
  padding: 10px;
  background: rgba(0, 119, 181, 0.17);
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .liberyDiv p {
  font-size: 16px;
  color: #0077b5;
  font-weight: bold;
  white-space: nowrap;
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader {
  max-height: 76vh;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader {
    max-height: calc(100vh - 200px);
  }
}
@media (max-width: 600px) {
  .dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader {
    max-height: 40vh;
    overflow: auto;
  }
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader .menuWrapper {
  max-height: 76vh;
  width: 100%;
  overflow-y: auto;
}
@media (max-width: 1200px) {
  .dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader .menuWrapper {
    max-height: calc(100vh - 200px);
  }
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader .menuWrapper .sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader .menuWrapper .nav-item .nav-link {
  font-weight: bold;
  color: #000000;
  position: relative;
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader .menuWrapper .nav-item .nav-link:hover {
  background: rgba(0, 119, 181, 0.04);
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader .menuWrapper .nav-item .submenu .nav-link {
  color: #6b6c7e;
  font-weight: 600;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader .menuWrapper .nav-item .submenu .nav-link.active {
  color: #0077b5;
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader .menuWrapper .nav-item.has-submenu {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.dashboardWrapper .dashboardBody .dashboardSideMenu .menuHeader .menuWrapper .nav-item.has-submenu::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 10px;
  background-image: url("../images/angle-down.svg");
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap {
  width: 100%;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .tableHeader {
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #e7e7ed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .tableHeader .navLinkWrap a {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  position: relative;
  margin-right: 30px;
  display: inline-block;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .tableHeader .navLinkWrap a::after {
  content: "";
  background-image: url("../images/right-angle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  color: #000000;
  font-size: 26px;
  position: absolute;
  top: 7px;
  right: -25px;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .tableHeader .navLinkWrap a.active {
  font-weight: 600;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .tableHeader .navLinkWrap a.active::after {
  display: none;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table {
  width: 100%;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table thead tr {
  border-bottom: 0;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table thead tr th {
  border-bottom: 0;
  font-size: 16px;
  color: #0077b5;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table thead tr th button {
  border: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table thead tr th button img {
  width: 20px;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table tbody tr {
  border-bottom: solid 1px #e7e7ed;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table tbody tr td {
  border-bottom: 0;
  padding: 10px;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table tbody tr td p {
  font-size: 14px;
  color: #6b6c7e;
  display: inline-block;
  white-space: break-spaces;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table tbody tr td .tableImg {
  width: 30px;
  display: inline-block;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table tbody tr td .downloadImg {
  width: 30px;
  display: inline-block;
  transition: all 0.2s;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table tbody tr td .downloadImg:hover {
  opacity: 0.7;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table tbody tr td button {
  width: 30px;
  border: 0;
  background-color: transparent;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table .width5 {
  width: 5%;
}
@media (max-width: 992px) {
  .dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table .width5 {
    width: initial;
  }
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table .width40 {
  width: 40%;
}
@media (max-width: 992px) {
  .dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table .width40 {
    width: initial;
  }
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table .width10 {
  width: 10%;
}
@media (max-width: 992px) {
  .dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table .width10 {
    width: initial;
  }
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table .row-border-bottom {
  border-bottom: solid 1px #e7e7ed;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable .tableFixHead {
  overflow: auto;
  height: 80vh;
  overflow-x: auto;
}
@media (max-width: 1200px) {
  .dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable .tableFixHead {
    height: calc(100vh - 170px);
  }
}
@media (max-width: 600px) {
  .dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable .tableFixHead {
    height: calc(100vh - 200px);
    padding-bottom: 20px;
  }
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable .tableFixHead thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable table {
  border-collapse: collapse;
  width: 100%;
}
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable th,
.dashboardWrapper .dashboardBody .dashboardTableWrap .dashboardTable td {
  background-color: #fff;
}

@media (max-width: 600px) {
  /* width */
  .tableFixHead::-webkit-scrollbar {
    width: 0px !important;
  }
  /* Track */
  .tableFixHead::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  /* Handle */
  .tableFixHead::-webkit-scrollbar-thumb {
    background: #0077b5;
  }
  /* Handle on hover */
  .tableFixHead::-webkit-scrollbar-thumb:hover {
    background: #0077b5;
  }
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0077b5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0077b5;
}

.resmenuModal {
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  background-color: #fff;
  padding: 40px 20px 20px;
  overflow-y: auto;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.resmenuModal .resMenuBody {
  width: 100%;
  height: auto;
  position: relative;
}
.resmenuModal .resMenuBody .resMenuClose {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -20px;
  right: 5px;
}
.resmenuModal .resMenuBody .resMenuClose img {
  width: 100%;
}
.resmenuModal .resMenuBody .resMenuHeader {
  width: 100%;
  height: 100%;
}
.resmenuModal .resMenuBody .resMenuHeader .menuLabel {
  font-size: 18px;
  color: #0077b5;
  font-weight: 600;
  margin: 0 0 20px;
}
.resmenuModal .resMenuBody .menuWrapper {
  max-height: 76vh;
  width: 100%;
  overflow-y: auto;
}
@media (max-width: 1200px) {
  .resmenuModal .resMenuBody .menuWrapper {
    max-height: calc(100vh - 200px);
  }
}
@media (max-width: 600px) {
  .resmenuModal .resMenuBody .menuWrapper {
    max-height: 85vh;
  }
}
.resmenuModal .resMenuBody .menuWrapper .sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.resmenuModal .resMenuBody .menuWrapper .nav-item .nav-link {
  font-weight: bold;
  color: #000000;
  position: relative;
}
.resmenuModal .resMenuBody .menuWrapper .nav-item .submenu .nav-link {
  color: #6b6c7e;
  font-weight: 600;
}
.resmenuModal .resMenuBody .menuWrapper .nav-item .submenu .nav-link.active {
  color: #0077b5;
}
.resmenuModal .resMenuBody .menuWrapper .nav-item.has-submenu {
  position: relative;
}
.resmenuModal .resMenuBody .menuWrapper .nav-item.has-submenu::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 10px;
  background-image: url("../images/angle-down.svg");
  background-repeat: no-repeat;
  transition: all 0.2s;
}

.arrowUp {
  position: relative;
}
.arrowUp::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 10px;
  background-image: url("../images/arrow-up.svg") !important;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

.arrowDown {
  position: relative;
}
.arrowDown::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 10px;
  background-image: url("../images/arrow-up.svg") !important;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

.modalBg {
  background-color: rgba(0, 0, 0, 0.5);
}

.customModal .modal-dialog {
  max-width: 600px !important;
}
.customModal .modal-dialog.delete-modal-dialog {
  max-width: 400px !important;
}
.customModal .custom-modal-content .modal-header {
  border-bottom: 0;
}
.customModal .custom-modal-content .modal-body {
  padding: 60px;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .customModal .custom-modal-content .modal-body {
    padding: 20px;
    padding-top: 0px;
  }
}
.customModal .custom-modal-content .modal-body .deleteBody .delteFileDiv {
  text-align: center;
}
.customModal .custom-modal-content .modal-body .deleteBody .delteFileDiv h2 {
  font-size: 20px;
  color: #0077B5;
  text-align: center;
}
.customModal .custom-modal-content .modal-body .deleteBody .delteFileDiv p {
  font-size: 16px;
  color: #676C6F;
  margin-top: 10px;
  text-align: center;
}
.customModal .custom-modal-content .modal-body .deleteBody .delteFileDiv .delteBtnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.customModal .custom-modal-content .modal-body .deleteBody .delteFileDiv .delteBtnWrap button {
  margin: 0 10px;
}
.customModal .custom-modal-content .modal-body .addNewBody {
  border: dashed 2px #d9d9d9;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .customModal .custom-modal-content .modal-body .addNewBody {
    flex-direction: column;
  }
}
.customModal .custom-modal-content .modal-body .addNewBody .uploadDiv {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  border: solid 1px #0077b5;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
}
@media (max-width: 600px) {
  .customModal .custom-modal-content .modal-body .addNewBody .uploadDiv {
    width: 90%;
  }
}
.customModal .custom-modal-content .modal-body .addNewBody .uploadDiv:first-child {
  margin: 20px 10px 20px 20px;
}
@media (max-width: 600px) {
  .customModal .custom-modal-content .modal-body .addNewBody .uploadDiv:first-child {
    margin: 20px 20px 10px 20px;
  }
}
.customModal .custom-modal-content .modal-body .addNewBody .uploadDiv:last-child {
  margin: 20px 20px 20px 10px;
}
@media (max-width: 600px) {
  .customModal .custom-modal-content .modal-body .addNewBody .uploadDiv:last-child {
    margin: 10px 20px 20px 20px;
  }
}
.customModal .custom-modal-content .modal-body .addNewBody .uploadDiv span {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 120%;
}
.customModal .custom-modal-content .modal-body .addNewBody .uploadDiv img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
.customModal .custom-modal-content .modal-body .fileUploadBody {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap {
  width: 100%;
  height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileDragDiv {
  width: 100%;
  height: 200px;
  border: dashed 2px #d9d9d9;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileDragDiv .drop-zone {
  max-width: 100%;
  height: 200px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  flex-direction: column;
  position: relative;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileDragDiv .drop-zone img {
  width: 30px;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileDragDiv .drop-zone span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-top: 20px;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileDragDiv .drop-zone--over {
  border-style: solid;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileDragDiv .drop-zone__input {
  display: none;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileDragDiv .drop-zone__thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: absolute;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileDragDiv .drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .spanText {
  font-size: 16px;
  color: #D9D9D9;
  display: block;
  margin-bottom: 20px;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileUploadDiv {
  width: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileUploadDiv .form {
  width: 400px;
  background-color: transparent;
  border: solid 2px #0077B5;
  border-radius: 50px;
  overflow: hidden;
  height: 60px;
  padding: 0px 30px;
  min-width: 200px;
}
@media (max-width: 600px) {
  .customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileUploadDiv .form {
    width: 280px;
  }
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileUploadDiv .file-upload-wrapper {
  height: 60px;
  position: relative;
  width: 100%;
  text-align: center;
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileUploadDiv .file-upload-wrapper::after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: block;
  width: 100% !important;
  pointer-events: none;
  z-index: 20;
  font-size: 16px;
  font-weight: 600;
  color: #0077B5 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-bottom: 4px;
}
@media (max-width: 600px) {
  .customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileUploadDiv .file-upload-wrapper::after {
    font-size: 14px;
    font-weight: 400;
  }
}
.customModal .custom-modal-content .modal-body .fileUploadBody .fileUploadWrap .fileUploadDiv .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 60px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.customModal .custom-modal-content .modal-body .fileFormBody {
  width: 100%;
  overflow: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivInput {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivInput .formLabel {
  font-size: 16px;
  color: #1E1E1E;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  top: -15px;
  left: 17px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivInput input {
  width: 100%;
  height: 76px;
  border: solid 1px #BEBEBE;
  border-radius: 8px;
  background-color: transparent;
  padding: 0px 20px;
  font-size: 16px;
  color: #0077B5;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivInput input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(55, 55, 55, 0.4);
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivInput input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(55, 55, 55, 0.4);
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivInput input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(55, 55, 55, 0.4);
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivSelect {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  border: solid 1px #BEBEBE;
  padding-right: 10px;
  border-radius: 8px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivSelect .formLabel {
  font-size: 16px;
  color: #1E1E1E;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  top: -15px;
  left: 17px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivSelect select {
  width: 100%;
  height: 76px;
  border: 0;
  border-radius: 8px;
  background-color: transparent;
  padding: 0px 20px;
  font-size: 16px;
  color: #0077B5;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivSelect select::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(55, 55, 55, 0.4);
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivSelect select:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(55, 55, 55, 0.4);
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivSelect select::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(55, 55, 55, 0.4);
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivSelect select option {
  padding: 10px 10px;
  margin: 10px 0;
  font-size: 16px;
  color: #0077B5;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivtextarea {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivtextarea .formLabel {
  font-size: 16px;
  color: #1E1E1E;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  top: -15px;
  left: 17px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivtextarea textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 200px;
  min-height: 200px;
  border: solid 1px #BEBEBE;
  border-radius: 8px;
  background-color: transparent;
  padding: 20px 20px;
  font-size: 16px;
  color: #0077B5;
  resize: none;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivtextarea textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(55, 55, 55, 0.4);
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivtextarea textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(55, 55, 55, 0.4);
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivtextarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(55, 55, 55, 0.4);
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .checkLabel {
  font-size: 16px;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 10px !important;
  margin: 0;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .radipDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .radipDiv input[type=checkbox], .customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .radipDiv input[type=radio] {
  display: none;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .radipDiv label {
  margin: 0 10px;
  font-size: 16px;
  color: #1E1E1E;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .radipDiv label input[type=checkbox] ~ span, .customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .radipDiv label input[type=radio] ~ span {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  border: 2px solid #D9D9D9;
  background-color: #D9D9D9;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  margin-top: 3px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .radipDiv label input[type=checkbox] ~ span {
  border-radius: 2px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .radipDiv label input[type=radio] ~ span {
  border-radius: 12px;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .radipDiv label input[type=checkbox]:checked ~ span, .customModal .custom-modal-content .modal-body .fileFormBody .formDivRadio .radipDiv label input[type=radio]:checked ~ span {
  background-color: #0077B5;
}
.customModal .custom-modal-content .modal-body .fileFormBody .formBurronWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */



::-moz-selection { /* Code for Firefox */
    color: #000000;
    background: #f1f08d;
  }

  ::selection {
    color: #000000;
    background: #f1f08d;
  }

  .formcheck{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }

  .formLine.formcheck input{
    width: 15px;
    position: relative;
    padding: 0px;
    margin-right: 6px;
  }

  .formGroup{
    display: flex;
    justify-content: center;
    align-content: space-around;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }

  .formfogetLine{
    text-align: right;
  }
  @media (max-width:1440px){
    .authWrapper {
        height:initial;
        padding:50px 20px
    }
    }
