/* //// COMMON CSS CODE START //////// */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all linear .3s;
  color: #000;
}

a:hover {
  color: #F65135;
}

article.content.px-3.py-5.p-md-5 {
  padding: 0 !important;
}

html,
body {
  width: 100%;
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

html.hideScroll,
body.hideScroll {
  overflow: hidden !important;
}


::-moz-selection {
  color: #fff;
  background: #F65135;
}

::selection {
  color: #fff;
  background: #F65135;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border-radius: 6px;
  width: 6px;
  background: #F65135;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.mainContainer {
  position: relative;
  margin: 0;
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  width: 100% !important;
  position: relative;
  max-width: 1920px !important;
  padding: 0 185px !important;
  margin: 0px auto !important;
}

.section {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.btn {
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  transition: all linear .3s;
  text-align: center;
  border-radius: 40px;
  font-family: "Playfair Display", serif;
  font-size: calc(14px + .1vw);
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height: 40px;
  min-width: 157px;
  max-width: 100%;
  transition: all linear .3s;
}

.btn.primaryBtn {
  background: #F65135;
  color: #fff;
  border: 1px solid #F65135;
}

.btn.primaryBtn:hover {
  background: #fff;
  border: 1px solid #F65135;
  color: #F65135;
}

.btn.secBtn {
  background: #fff;
  color: #F65135;
  border: 1px solid #fff;
  font-family: "Montserrat", sans-serif !important;
}

.btn.secBtn:hover {
  background: #F65135;
  border: 1px solid #F65135;
  color: #fff;
}

.btn.gradientBtn {
  background: linear-gradient(90deg, #5CD69E 0%, #1AA7EC 100%);
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  min-height: 40px;
  border: 0px solid !important;
}

.btn.gradientBtn:hover {
  background: #fff;
  color: #1E2F97;
  border: 1px solid #1E2F97;
}

.btn.bdrBtn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn.bdrBtn:hover {
  background: #fff;
  color: #797EF6;
  border: 1px solid #797EF6;
  ;
}

.btn.whiteBtn {
  background: #fff;
  color: #797EF6;
  border: 1px solid #fff;
}

.btn.whiteBtn:hover {
  background: #797EF6;
  color: #fff;
  border: 1px solid #797EF6;
}

.fullSizeImg {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}


/* /// HEADING SIZES ///// */
h1 {
  font-family: "Playfair Display", serif;
  font-size: calc(40px + 1.8vw);
  line-height: normal;
  font-weight: 700;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: calc(30px + 1.8vw);
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: calc(24px + .8vw);
  font-weight: 700;
  line-height: normal;
}

h4 {
  font-family: "Playfair Display", serif;
  font-size: calc(18px + .3vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h5 {
  font-family: "Playfair Display", serif;
  font-size: calc(16px + .3vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h6 {
  font-family: "Playfair Display", serif;
  font-size: calc(14px + .2vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  font-size: calc(16px + .1vw);
  font-style: normal;
  font-weight: 400;
}

p.smallTxt {
  font-size: calc(14px + .1vw);
  font-style: normal;
  font-weight: 400;
}

.normalHeadingContainer.blueHeading {
  margin: 20px auto 35px auto;
}

.normalHeadingContainer.blueHeading h2 {
  color: #797EF6 !important;
}

.blogItemContainer {
  margin-bottom: 40px;
}

form.newsletterForm h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
}

.categoryImageContainer {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

h4.catTitleAndDate {
  margin: 20px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.458px;
  /* 72.291% */
  color: #797EF6;
}

h4.catTitleAndDate a {
  color: inherit;
}

h4.catTitleAndDate span {
  color: #9A9A9A;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}

.searchAndNewsLetter {
  width: 100%;
  display: block;
  padding-left: 50px;
}

.searchContainer {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 3.545px 7.091px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin-bottom: 40px;
}

.newsletterArea {
  border-radius: 10px;
  background: var(--White, #FFF);

  /* Gray/4px */
  box-shadow: 0px 4px 8px 0px rgba(41, 41, 41, 0.08);
  padding: 40px;
}

form.serachForm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

form.newsletterForm input,
form.serachForm input {
  border-radius: 7.091px;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 10px;
  min-height: 40px;
  color: #000;
  width: 100%;
  margin-right: 7px;
}

button.searchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 36px;
  min-width: 35px;
  border: 0px solid;
  border-radius: 5px;
  background: linear-gradient(90deg, #5CD69E 0%, #1AA7EC 100%);
  padding: 0;
  cursor: pointer;
}

button.searchBtn svg {
  color: #fff;
  width: 25px;
  height: 25px;
}

form.newsletterForm {
  width: 100%;
  display: block;
}


form.newsletterForm label.required {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 10px;
}

form.newsletterForm label.required::after {
  content: "Mandatory";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  color: #9F9F9F;
}

form.newsletterForm input {
  margin-bottom: 20px;
}

.newsLetterSubmitBtn {
  width: 100%;
  min-height: 46px !important;
  margin: 10px auto;
}

.shareLinkContainer {
  text-align: left;
  margin: 10px auto 0 auto;
  border-radius: 10px;
  background: #797EF6;
  padding: 20px;
  color: #fff;
}


.shareLinkContainer a {
  display: inline-flex;
  width: 30px;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.shareLinkContainer a img {
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
}

a.blogTitle {
  display: block;
  width: 100%;
  font-size: 21.069px;
  font-style: normal;
  font-weight: 600;
  margin: 10px auto;
  color: #000;
}

a.boxLink {
  display: block;
  width: 100%;
}

.blogItemImgContainer {
  width: 100%;
  border-radius: 12px;
}

a.blogTitle:hover {
  color: #797EF6;
}

.readMoreAndDate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
  width: 100%;
  margin: 10px auto;
}

.readMoreAndDate a {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: #5CD69E;
  text-decoration: underline;
}

span.dateItem {
  color: #9A9A9A;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}

.imgsGridsSec .row {
  justify-content: center;
}

.articleContent h1.articleName {
  font-size: calc(36px + .25vw);
  margin: 10px auto;
  text-align: left;
}

.articleMajorInfi {
  font-size: 16px;
  opacity: .8;
  color: #000;
  margin: 10px auto;
}

.articleMajorInfi p.publishedDate {
  margin: 0px auto;
}

.articleBanner {
  display: block;
  width: 100%;
}

.articleBanner img.articleFeaturedImg {
  display: block;
  width: 100%;
  margin: 0px auto;
  max-height: 600px;
  min-width: 500px;
  object-fit: cover;
  object-position: center;
}

h2.wp-block-heading {
  font-size: 24px;
  margin-bottom: 20px;
}

.newsletterMessage.success {
  color: #797EF6 !important;
}

.newsletterMessage.error {
  color: #F65135
}

p.newsletterMessage {
  font-weight: 500 !important;
}

form.newsletterForm.submitting{
  opacity: .5 !important;
  pointer-events: none !important;
}

button.btn.gradientBtn.newsLetterSubmitBtn:hover,
button.btn.gradientBtn.newsLetterSubmitBtn:focus {
  border: 1px solid #1E2F97 !important;
}

@media only screen and (max-width: 1440px) {
  .container {
    padding: 0 50px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 30px !important;
  }
}

@media only screen and (max-width: 991px) {

  .container {
    padding: 0 20px !important;
  }

  h1 {
    font-size: calc(30px + 1.5vw);
  }

  h2 {
    font-size: calc(28px + 1.2vw);
  }

  h3 {
    font-size: calc(22px + .8vw);

  }

  h4 {
    font-size: calc(18px + .3vw);
  }

  h5 {
    font-size: calc(16px + .2vw);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  h6 {
    font-size: calc(14px + .1vw);
  }

  p {
    font-size: 16px;
  }

}

.maxContainer {
  max-width: 1350px;
  margin: 0px auto;
  width: 100%;
  display: block;
  padding: 0 20px;
}

.bulletsList {
  list-style: disc;
  display: block;
  margin: 20px;
}

.commonPadding {
  padding: 60px 0 !important;
}

.commonPadding.noTopPadding {
  padding: 0 0 60px 0 !important;
}

.fadedTextHeading span {
  opacity: .4;
}

section {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}

svg.mouseFollower {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 999999999;
}

svg.mouseFollower line {
  stroke: #F65135;
  stroke-width: 2;
}

.mobSection {
  display: none !important;
}

.formSuccessPoup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.popupOverlay {
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
  opacity: 0.6;
  cursor: pointer;
}

.popupBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -500%);
  width: 96%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all linear 0.3s;
}

button.popupCloseBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-self: flex-end;
  margin: 20px 20px 0;
  border-radius: 100%;
  border: 0px solid !important;
  background: #F65135;
  color: #ffffff;
}

button.popupCloseBtn svg {
  color: #ffffff;
}

.popupContent {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4d;
}

button.popupCloseBtn svg {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  color: #ffffff;
}

.formSuccessPoup.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  z-index: 1000000 !important;
}

.formSuccessPoup.active .popupBox {
  transform: translate(-50%, -50%);
}

.popupSuccessMessage.errorText {
  color: #f40000 !important;
}

.noMessage {
  color: #f40000 !important;
  font-size: 20px;
  text-align: center;
  margin: 10px auto !important;
  font-weight: 600;
}

.contactForm.submitting {
  pointer-events: none !important;
}

.contactForm.submitting .btn {
  opacity: .6;
  pointer-events: none !important;
}

/* //// COMMON CSS CODE END //////// */


/* HEADER CSS CODE START  */
.header {
  position: relative;
  width: 100%;
  display: block;
}

.headerPlaceHolder {
  min-height: 100px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}

.headerContainer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 100px;
  background: #FFF;
  transition: all linear .3s;
}

.headerContainer.sticky {
  position: fixed;
  min-height: 100px;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #B4B4B4;
}

.announcmentBar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px auto;
  min-height: 46px;
  background: #1E2F97;
  color: #fff;
}

.announcmentBar p {
  text-align: center;
  margin: 0px auto;
  color: #5CD69E;
}

.announcmentBar p a {
  color: #5CD69E;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  font-size: calc(12px + .1vw);
}

.announcmentBar p a:hover {
  color: #fff;
}


nav.headerNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  min-height: 60px;
  padding: 10px 0;
}

a.headerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
}

a.headerLogo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

ul.headerNavigationItems {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  margin: 0px 20px;
}

ul.headerNavigationItems li {
  margin-right: 33px;
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.headerNavigationItems li a {
  font-size: calc(14px + .2vw);
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-family: "Playfair Display", serif;
}

ul.headerNavigationItems li a.active,
ul.headerNavigationItems li a:hover {
  color: #F65135;
}

.dropdownMenuContainer {
  position: absolute;
  border-radius: 10px;
  border: 0.3px solid #B4B4B4;
  background: #FFF;
  padding: 23px 32px;
  min-width: 280px;
  top: 150%;
  left: 0;
  transition: all linear .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
}

p.dropDownTitle {
  color: #9D9D9D;
  font-family: "Playfair Display", serif;
  font-size: calc(10px + .2vw);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
  display: none !important;
}

ul.headerNavigationItems li .dropdownMenuContainer a {
  font-size: calc(12px + .1vw);
  font-style: normal;
  font-weight: 400;
  color: #9D9D9D !important;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 0;
  width: max-content;
  max-width: 100%;
}

ul.headerNavigationItems li .dropdownMenuContainer a.active,
ul.headerNavigationItems li .dropdownMenuContainer a:hover {
  color: #F65135 !important;
}

.dropdownMenuContainer ul {
  width: 100%;
  display: block;
}

.dropdownMenuContainer ul li {
  display: block;
  min-height: 0;
}

.dropdownMenuContainer ul li:last-child a {
  margin: 0 !important;
}


ul.headerNavigationItems li:hover .dropdownMenuContainer {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: all;
}

ul.headerNavigationItems li:hover a.navLink {
  font-weight: 700;
  color: #F65135;
}

.dropdownMenuContainer a:hover {
  color: #F65135;
}

.headerNav a.btn {
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + .2vw);
}

a.navLink {
  font-size: calc(14px + .2vw);
  font-style: normal;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobileMenuOpener {
  display: none;
}

.navContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

a.navLink span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: inherit;
  margin-left: 10px;
}

a.navLink span svg {
  width: 100%;
  height: 100%;
}

a.headerSideBtn.btn.primaryBtn {
  padding: 5px 10px;
  min-width: 213px;
  line-height: normal;
  min-height: 50px;
  line-height: 20px;
}

a.headerSideBtn {
  position: relative;
}

a.headerSideBtn::before {
  content: "";
  width: 70px;
  height: 40px;
  border-radius: 100px;
  border: 5px solid #F65135;
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.2s infinite;
}

@keyframes ring {
  0% {
    width: 70px;
    height: 40px;
    opacity: 1;
  }

  100% {
    width: 250px;
    height: 70px;
    opacity: 0;
  }
}


@media only screen and (max-width: 991px) {
  .customInfoTableMobileSec {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
  }

  .customInfoTableMobileSec .grayRow.rowInfo {
    border: 1px solid #FFF;
    background: #E3E0F7;
    width: 100%;
    margin: 0px auto;
    min-height: 36px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }

  .mainGreenCol.colInfo span,
  .mainGrayCol.colInfo span {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    display: block;
    line-height: normal;
    white-space: nowrap;
    margin-bottom: 8px;
  }


  .customInfoTableMobileSec .grayRow.rowInfo span {
    color: inherit;
    font-weight: inherit;
    text-align: center;
    display: block;
    margin: 0px auto;
  }

  .mainGrayCol.colInfo p,
  .mainGreenCol.colInfo p {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
  }

  .mainGreenCol.colInfo {
    width: 50%;
  }

  .mainGrayCol.colInfo {
    width: 50%;
  }

  .mouseFollower {
    display: none !important;
  }

  nav.headerNav {
    min-height: 0px;
    padding: 10px 0;
  }

  .navContent {
    position: fixed;
    top: 100px;
    left: 0;
    display: block;
    justify-content: center;
    margin: 0px auto;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, .9);
    z-index: 10;
    transition: all linear .3s;
    transform: translateY(-200%);
    height: max-content;
    max-height: calc(100% - 100px);
    min-height: calc(100% - 100px);
    overflow-y: auto;
  }

  .headerContainer.sticky .navContent {
    top: 60px;
    max-height: calc(100% - 60px);
    min-height: calc(100% - 60px);
  }


  button.mobileMenuOpener {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
    background: #F65135;
    border: 1px solid #F65135;
    border-radius: 5px;
    flex-direction: column;
    z-index: 2222;
  }

  button.mobileMenuOpener span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 2px;
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    transform: rotate(0deg);
    transition: all linear .3s;
  }

  button.mobileMenuOpener span:nth-child(2) {
    margin: 5px auto;
  }

  .headerContainer.sticky,
  .headerContainer {
    min-height: 60px;
  }

  .headerPlaceHolder {
    min-height: 60px;
  }

  a.headerLogo {
    width: 40px;
    max-width: 100%;
    position: relative;
    z-index: 222;
  }

  .menuIsOpen button.mobileMenuOpener span:nth-child(2) {
    left: -40px;
    opacity: 0;
  }

  .menuIsOpen button.mobileMenuOpener span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
  }

  .menuIsOpen button.mobileMenuOpener span:nth-child(3) {
    transform: rotate(-45deg);
    top: -7px;
  }

  .cursor-follower {
    display: none;
  }

  .menuIsOpen .navContent {
    transform: translateY(0);
  }

  ul.headerNavigationItems {
    flex-direction: column;
    width: 100% !important;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 10px;
    height: max-content;
    margin: 10px auto 0 auto !important
  }

  ul.headerNavigationItems li {
    margin: 0px auto !important;
    height: max-content;
    min-height: 0;
    max-width: 100%;
  }

  ul.headerNavigationItems li:last-child {
    margin: 0px auto !important;
  }

  ul.headerNavigationItems li::before {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  a.headerSideBtn.btn.primaryBtn {
    min-width: 0 !important;
    margin: 30px auto !important;
  }

  li.linksCanWork li::before,
  ul.headerNavigationItems li.linksCanWork::before {
    display: none;
  }


  a.headerSideBtn {
    margin: 0px auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
}

ul.headerNavigationItems li.menu-item:last-child {
  margin: 0;
}

/* HEADER CSS CODE END  */



/* footer css code start  */
footer.footer {
  width: 100%;
  background: #1E2F97;
  padding: 74px 0 25px 0;
  color: #fff;
  position: relative;
}

.relativeContainer {
  position: relative;
  z-index: 2;
}

.logoUnderTxt {
  width: 100%;
  max-width: 253px;
}

.logoUnderTxt p.ftSimpleTxt {
  max-width: 100%;
}


.logoInfoCol a.btn {
  margin: 0;
}

.ftInfoContainerRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
}

.logoInfoCol {
  flex: 2;
  display: block;
}

.menuInfoCol {
  flex: 1;
  display: block;
}

a.ftLogo {

  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  width: 50px;
  height: 50px;
  max-width: 50px;
  margin-bottom: 18px;
}

a.ftLogo img {
  display: block;
  width: 100%;
  height: 100%;
}


p.smallInfoHeading {
  color: #fff;
  font-size: calc(15px + .2vw);
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  font-family: "Playfair Display", serif;
}

.simpleMenuList {
  display: block;
  color: #fff;
}

a.simpleTxtAnchor,
p.ftSimpleTxt,
.simpleMenuList a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  font-size: calc(11px + .2vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 216.667% */
  text-transform: capitalize;
  cursor: pointer;
  width: max-content;
  max-width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

a.simpleTxtAnchor:hover,
.simpleMenuList a:hover {
  color: #F65135;
}

p.ftSimpleTxt {
  max-width: 170px;
  line-height: 1.3;
}

.ftBtmRow {
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
  column-gap: 20px;
  row-gap: 20px;
  padding-top: 14px;
}

ul.ftBtmLinkRow a,
p.copyTxt {
  font-size: calc(9px + .2vw);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 260% */
  margin-bottom: 0;
  color: #fff;
}

ul.ftBtmLinkRow {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
  flex: 2;
}

p.copyTxt {
  flex: 1;
}

.socialMediasIcons {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

a.mediaIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  min-width: 25px;
  min-height: 25px;
}

a.mediaIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}

a.mediaIcon:hover {
  color: #F65135;
}

ul.simpleMenuList {
  max-width: 200px;
}


li.menu-item a {
  width: max-content;
  min-width: max-content;
  max-width: 200px;
}

ul.simpleMenuList {
  margin-top: 20px;
}

li.menu-item a span {
  display: inline-flex;
  margin-right: 5px;
  opacity: .4;
}

a.iconAndAnchor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  max-width: 100%;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: calc(11px + .2vw);
  margin-bottom: 10px;
}

a.iconAndAnchor:hover {
  color: #F65135;
}

a.iconAndAnchor span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  color: inherit;
}

a.iconAndAnchor span svg {
  color: inherit;
}

.logoInfoCol .btn {
  margin: 0px;
}

ul.simpleMenuList.firstFooterMenuListItem a::before {
  content: "Online ";
  display: inline-flex;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.40);
}

/* footer css code end  */

/* HERO SEC CSS CODE START  */
section {
  width: 100%;
  margin: 0;
}

.heroContainer {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

img.heroImg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.heroOverlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0px auto;
  z-index: 2;
  height: 100%;
}

.heroSideOverlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.blueOverlay {
  background: rgba(30, 47, 151, .4);
  filter: blur(200px);
}

.greenOverlay {
  background: rgba(92, 214, 158, 0.4);
  filter: blur(200px);
}

.textContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px auto;
  height: 100%;
  width: 100%;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  flex-direction: column;
  text-align: center;
  z-index: 3;
  max-width: 1200px;
  transform: translateX(-50%);
}


.heroContainer .textContainer h1 {
  font-size: calc(46px + .3vw);
  font-style: italic;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.heroContainer .textContainer p.heroSmallTxt {
  margin: 0px auto;
  font-size: calc(12px + .2vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* HERO SEC CSS CODE END  */

/* main page hero sec css code start  */
.heroFullSizeContainer {
  display: block;
  width: 100%;
  position: relative;
  background: #1AA7EC;
}

.heroFullSizeContainer img {
  display: block;
  width: 60%;
  height: auto;
  position: relative;
  z-index: 3;
  max-width: 850px;
}

.orangeSvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.btmBtlueSvg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 60%;
}

.rightSideBlueSvg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.heroFullSizeContainer svg {
  height: 100%;
  width: 100%;
}

.heroContent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.heroImgContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  z-index: 3;
}

.heroContent .container {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100% !important;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.heroSideTxt h1 {
  color: #fff;
  width: 100%;
  max-width: 100%;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}

.heroSideTxt h1 span {
  font-weight: 700;
}

.word-1.word {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spaceSpan {
  display: flex;
  margin: 0 10px;
}


.heroSideTxt {
  width: 45%;
  text-align: left;
  padding: 30px 0;
}

.heroSideTxt a.btn.secBtn {
  min-width: 183px;
  min-height: 32px;
}

.animatedWordsContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

/* main page hero sec css code end  */

/* side Text and Animatedt Text faded reveal on scroll start */

.fullHeightContentContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(80vh - 120px);
}

.sideHeadingAndTxt {
  width: 100%;
  padding-right: 50px;
}

.sideHeadingAndTxt h4 {
  font-size: calc(40px + .2vw);
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  color: #797EF6;
  margin-bottom: 30px;
}

.sideHeadingAndTxt h4 span.bgHeading {
  display: block;
  width: max-content;
  max-width: 100%;
  font-style: italic;
  font-weight: 600;
  color: #FFF;
  background: #F65135;
  margin: 5px 0 0 0;
}

.sideHeadingTxtFaded {
  padding-left: 20px;
}

.sideHeadingTxtFaded h2.animatedFadedTxt {
  font-size: calc(36px + 1vw);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  color: #797EF6;
}


.sideHeadingTxtFaded h2.animatedFadedTxt strong {
  font-weight: 600;
}

/* side Text and Animatedt Text faded reveal on scroll end */
.blueBgInfoSec {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  background: #1E2F97;
}

.commonSecContainer {
  padding: 20px 0;
  width: 100%;
  margin: 0px auto;
}

.commonSecContainer h3 {
  font-size: calc(32px + .8vw);
  font-weight: 500;
  margin-bottom: 20px;
}

ul.sameLineList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 10px;
  margin: 20px auto;
  font-size: calc(16px + .2vw);
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  flex-wrap: wrap;
  width: 100%;
}

a.secBtn.btn {
  min-width: 200px;
  min-height: 46px;
}

.sideBgGradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  max-width: 40%;
  background: #5CD69E;
  min-width: 40%;
  min-height: 505.511px;
  filter: blur(400px);
  opacity: .7;
}

.secFullSizeContainer {
  position: relative;
  z-index: 2;
  width: 100%;
}

.centerHeadingPack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 40px auto;
}

h5.preHeading {
  color: #5CD69E;
  font-size: calc(14px + .2vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  /* 300% */
  letter-spacing: 5.6px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

h2.secHeading {
  font-size: calc(42px + .3vw);
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 105% */
  color: #797EF6;
  margin: 10px auto 20px auto;
}

h2.secHeading span.bgTxt {
  font-style: italic;
  font-weight: 600;
  line-height: 42px;
  color: #fff;
  background: #F65135;
}

p.subHeadingTxt {
  font-size: calc(16px + .1vw);
  color: #000;
  margin: 10px auto 0 auto;
}

.fullSizeRepeateCarousel {
  display: block;
  width: 100%;
  margin: 10px auto;
}

.simplImgAndTextRoundBox {
  border-radius: 10px;
  background: #797EF6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0px auto;
  overflow: hidden;
}

.boxImgContainer {
  width: 100%;
  min-height: 250px !important;
  height: 250px !important;
  max-height: 250px !important;
  overflow: hidden;
}

.boxImgContainer img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
}

.boxTextArea {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  color: #fff;
  width: 100%;
  padding: 20px;
}

.boxTextArea h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  min-height: 70px;
}

a.boxLinkTxt {
  color: #5CD69E;
  font-size: calc(12px + .2vw);
  font-style: italic;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  text-decoration: underline;
  transition: all linear .3s;
}

a.boxLinkTxt:hover {
  color: #fff;
}

.owl-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0px auto !important;
  padding: 27px 10px 10px 10px;
}

.owl-dots button.owl-dot {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0px 4px !important;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  border-radius: 100%;
  background: #797EF6;
  cursor: pointer;
  max-height: 14px;
  max-width: 14px;
}

.owl-dots button.owl-dot span {
  display: none;
}

.owl-dots button.owl-dot.active {
  background: #F65135;
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  max-width: 18px;
  max-height: 18px;
}

.owl-dots button.owl-dot.active span {
  display: none;
}

.owl-item {
  filter: blur(2px);
}

.owl-item.active {
  filter: blur(0px);
}

.orangeItalicTxt {
  color: #F65135;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
}


/* simple three col table sec start  */


.customInfoTable {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.25);
  max-width: 1200px;
  margin: 0px auto;
}

.tableMainRowArea {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  background: #fff;
}


.tableHeading {
  background: #797EF6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-height: 53px;
  color: #fff;
}

.simpleCell {
  font-size: calc(12px + .1vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  min-height: 89px;
  padding: 10px 20px;
  color: #000;
  text-align: left;
  border-bottom: .5px solid #797EF6;
}

.tableColContainer {
  width: max-content;
  max-width: 999px;
}

.tableCellsContainer.simpleCellsContainer {
  min-width: 185px;
}

.tableCellsContainer.simpleCellsContainer.centerAlignTxt {
  text-align: center;
}

.tableCellsContainer.simpleCellsContainer.centerAlignTxt .simpleCell {
  text-align: center;
  justify-content: center;
}

.tableCellsContainer.leftAlignTxt {
  text-align: left;
}

.tableCellsContainer.blueCellsContainer {
  border-radius: 0px;
  background: #797EF6;
  color: #fff;
  transition: all linear .3s;
}



.tableCellsContainer.blueCellsContainer .simpleCell {
  color: #fff;
}

.tableHeading h6 {
  color: #FFF;
  text-align: center;
  font-size: calc(14px + .1vw);
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif !important;
}

/* simple three col table  sec end  */


.blueBgSec {
  background: #1E2F97;
}

.stepsColSec {
  position: relative;
}

.rightBgGraphic {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  max-width: 50%;
}

.leftBgGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 50%;
}


.rightBgGraphic svg,
.leftBgGraphic svg {
  width: 100%;
  height: 100%;
}

.rightBgGraphic {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  max-width: 50%;
}

.leftBgGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 50%;
}


.rightBgGraphic svg,
.leftBgGraphic svg {
  width: 100%;
  height: 100%;
}


.stepsColSec .container {
  position: relative;
  z-index: 2;
}

.stepsColSec .centerHeadingPack h2.secHeading {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}

.stepsColSec .centerHeadingPack h2.secHeading span {
  display: block;
  color: #fff;
  background: transparent;
  font-weight: 500;
  font-style: italic;
}

.stepsColSec .centerHeadingPack p.subHeadingTxt {
  color: #fff;
}

.simpleTextCol {
  padding: 10px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.simpleTextCol h3 {
  color: #5CD69E;
  font-size: calc(18px + .4vw);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  /* 140% */
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

.simpleTextCol p {
  color: #fff;
  font-size: calc(16px + .2vw);
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  /* 150% */
}

.secBtnContainer {
  margin: 10px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
  column-gap: 10px;
  flex-wrap: wrap;
}

.secBtnContainer a.btn {
  min-height: 46px;
  min-width: 220px;
  width: max-content;
  max-width: 100%;
}

.faqSec .container {
  position: relative;
  z-index: 1;
}

.centerSingleHeading {
  text-align: center;
  width: 100%;
  margin: 30px auto 50px auto;
}

.centerSingleHeading h2 {
  margin-bottom: 10px;
  font-size: calc(38px + .8vw);
  font-style: normal;
  font-weight: 400;
  /* 60px */
  color: #1E2F97;
  text-align: center;
  line-height: 150%;
  /* 60px */
}

.accordianContainer {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 24.556px 32.742px -14.734px rgba(149, 149, 149, 0.25);
  display: block;
  margin-bottom: 35px;
}

button.accordianOpener {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  cursor: pointer;
  padding: 25px;
  background: transparent;
  border: 0px solid !important;
  font-size: calc(14px + .2vw);
  font-style: normal;
  font-weight: 500;
  color: #1E2F97;
  line-height: 130%;
  /* 20.8px */
  position: relative;
  text-align: left;
}

button.accordianOpener span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 25px;
  position: relative;
}

button.accordianOpener span::before {
  content: "";
  background: #797EF6;
  width: 100%;
  height: 2px;
  position: relative;
}

button.accordianOpener.isOpen span::after {
  transform: translate(-50%, -50%) rotate(270deg);
}

button.accordianOpener span::after {
  content: "";
  background: #797EF6;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all linear .3s;
}

.accordianContent {
  font-size: calc(13px + .2vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150.7%;
  /* 21.098px */
  letter-spacing: 0.1px;
  color: #000;
  padding: 10px 10px 40px 65px;
  width: 100%;
  max-width: 95%;
}

.faqSec .secBtnContainer {
  margin: 20px auto 0 auto;
}

.faqSec .secBtnContainer a.btn.gradientBtn:hover {
  border: 1px solid #1e2f97 !important;
}

.testimonialSec .container {
  position: relative;
  z-index: 1;
}

.headingAndArrowRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px auto;
  width: 100%;
}

.headingAndArrowRow h3 {
  font-size: calc(38px + .2vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  /* 110% */
  color: #fff;
}

.headingAndArrowRow h3 span {
  font-style: italic;
  font-weight: 500;
  line-height: 44px;
  background: #F65135;
}

.arrowContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
  row-gap: 10px;
}

.arrowContainer button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  position: relative;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: 0px solid;
  color: #fff;
}

.arrowContainer button svg {
  width: 100%;
  color: inherit;
  height: 100%;
}

button.prevArrow svg {
  transform: scaleX(-1);
}

.trustedIcons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}

.trustedIcons ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px auto;
  color: #fff;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
  max-width: 1200px;
}

.trustedIcons p {
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 130.435% */
  letter-spacing: -0.48px;
  color: #fff;
}

.trustedIcons ul img {
  display: block;
  width: auto;
  height: 60px;
  object-fit: contain;
}

.testimonialCarousel {
  width: 100%;
}

.testimonialBox {
  border-radius: 48px;
  background: #FFF;
  box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.10);
  width: 100%;
  width: 100%;
}

.testimonialInnerItems {
  width: 100%;
  padding: 30px;
  display: flexl;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  min-height: 300px;
}

.starsContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  row-gap: 5px;
  column-gap: 5px;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.starsContainer svg {
  width: 25px;
  height: 25px;
}

p.commentItem {
  margin: 24px auto;
  font-size: calc(15px + .2vw);
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  /* 125% */
  color: #1E2F97;
}

p.clientName {
  font-size: calc(13px + .2vw);
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  /* 133.333% */
  margin: 0;
  color: #1E2F97;
}

.testimonialCarousel .owl-nav {
  display: none !important;
}

.imgOverlayContainer {
  position: relative;
  width: 100%;
}

.simpleImgTxtBannerOverlay,
.imgOverlayContainer {
  background: url("../img/girlMirror.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.imgOverlayContainer img {
  display: block;
  width: 100%;
  height: auto;
}

.overlayTextContainer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 500px;
}

.centerHeadingPack.leftSideHeading {
  text-align: left;
  width: max-content;
  margin: 10px 0;
  display: block;
  max-width: 100%;
  padding: 20px;
}

.centerHeadingPack.leftSideHeading h5.preHeading {
  text-align: left;
  margin: 0;
}

.simpleImgTxtBannerOverlay .centerHeadingPack.leftSideHeading h2.secHeading {
  color: #fff;
  line-height: 1.2;
  margin: 20px auto;
}


.simpleImgTxtBannerOverlay .centerHeadingPack.leftSideHeading p.subHeadingTxt {
  color: #fff;
  font-weight: 500;
}

.bannerBtnsContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.bannerBtnsContainer .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}


.sideImgContainer {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.animatedImgOverlayContainer {
  position: relative;
  overflow: hidden;
}

.imgOverlay {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.animatedImgOverlayContainer img {
  width: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  height: auto !important;
  display: block !important;
  overflow: hidden;
}

.normalHeadingContainer {
  text-align: center;
  margin: 30px auto;
}

.normalHeadingContainer h2 {
  font-size: calc(38px + .8vw);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #1E2F97;
  text-align: center;
  margin-bottom: 12px;
}

.normalHeadingContainer h2 span {
  color: #F65135;
  font-style: italic;
}

.normalHeadingContainer p {
  color: #000;
  margin: 0px auto;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.boxesRowNoPadding {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.simpleBoxContainer {
  width: 33.333%;
}

.boxInnerContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 48px 30px;
}

.boxInnerContent {}

.boxInnerContent h4 {
  font-size: calc(18px + .4vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #06040A;
  margin-bottom: 16px;
}

.boxInnerContent p {
  font-style: normal;
  font-weight: 300;
  margin: 0;
  text-align: left;
}

.greenBg {
  background: rgba(92, 214, 158, 0.20);
}

.grayBg {
  background: #DEF0E4;
}

.purpleBg {
  background: rgba(121, 126, 246, 0.20);
}

.skyBlueBg {
  background: rgba(26, 167, 236, 0.20);
}


.pinkBg {
  background: rgba(246, 81, 53, 0.20);
}

.lightBlueBg {
  background: rgba(26, 167, 236, 0.05);
}

.commonPadding.imgWithTextSec {
  padding: 70px 0 !important;
}

h3.imgTxtHeading {
  font-size: calc(36px + .3vw);
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  /* 136.842% */
  color: #797EF6;
  margin-bottom: 30px;
}

h3.imgTxtHeading span {
  color: #F65135;
  display: block;
  font-style: italic;
}

.simpleBoxtx {
  width: 100%;
  max-width: 95%;
}

ul.simpleBulletList {
  list-style: disc;
  padding-left: 40px;
  margin: 10px auto;
  width: 100%;
}

ul.simpleBulletList li::marker {
  color: #5CD69E;
}

p.bulletHeading {
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  /* 350% */
  color: #1E2F97;
}

.simpleBoxtx.whiteBoxTxt {
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
}

.blueBgSec .centerHeadingStyle2 {
  color: #fff;
}

.centerHeadingStyle2 {
  text-align: center;
  margin: 30px auto;
}

.centerHeadingStyle2 h2 {
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: calc(38px + .8vw);
}

.centerHeadingStyle2 h2 span {
  display: block;
  width: max-content;
  max-width: 100%;
  font-style: italic;
  margin: 10px auto;
  background: #F65135;
}

.centerHeadingStyle2 p {
  margin: 10px auto;
}

.centerHeadingContainer.purpleAndOrangeHeading h2 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(38px + .8vw);
  line-height: 140%;
  color: #797EF6;
  margin-bottom: 12px;
}

.centerHeadingContainer.purpleAndOrangeHeading {
  text-align: center;
  margin: 30px auto;
}

.centerHeadingContainer.purpleAndOrangeHeading h2 span {
  color: #F65135;
  font-style: italic;
}

.quoteTxtBox {
  width: 100%;
  padding: 20px;
}

.innerSideQuote {
  width: 100%;
  text-align: left;
}

span.commaSign {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 16px;
  height: 16px;
  position: relative;
  left: -14px;
}

span.commaSign svg {
  width: 100%;
  height: 100%;
}

.innerSideQuote h5 {
  font-style: italic;
  font-weight: 400;
  color: #5C5C5C;
  line-height: normal;
  margin-bottom: 35px;
}

.innerSideQuote p {
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0px;
  color: #4F4F4F;
  font-size: calc(12px + .2vw);
}

.imgTxtImageContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.imgGridAndTxtInfo {
  width: 100%;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}

p.gridHeadingTxt {
  color: #828282;
  font-size: calc(12px + .3vw);
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  /* 21.307px */
  letter-spacing: 1.315px;
  text-transform: uppercase;
  margin: 10px auto;
}

p.gridSimplTxt {
  color: #828282;
  font-size: calc(12px + .1vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 5px auto;
}


.aboutHero {
  background: #1AA7EC;
}

.aboutHeroContent {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 327px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px auto;
  padding: 40px;
  color: #fff;
}

.aboutHeroBgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
}

.rightTopOrangeColor {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}

.aboutHeroBgArea svg {
  width: 100%;
  height: 100%;
}


.aboutHeroBgArea .rightBottomBlueColor {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}

.aboutHeroContent h1 {
  font-style: normal;
  font-weight: 400;
  font-size: calc(38px + 1vw);
  line-height: normal;
}

.aboutHeroContent h1 span {
  display: block;
  font-style: italic;
  font-weight: 700;
}

.orangeBgTxt {
  background: #F65135 !important;
  color: #fff !important;
  width: max-content;

}

.imgTxtImageContainer.maxHeightImgContainer {
  height: 100%;
  max-height: 100% !important;
  min-height: 200px;
}

.imgTxtImageContainer.maxHeightImgContainer img {
  margin: 0px auto;
  max-height: 100% !important;
  min-height: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  object-position: top center;
  border-radius: 12px;
  max-width: 500px;
}

.normalInfoColTxtSec .container {
  position: relative;
  z-index: 2;
}

.centerHeadingPack.smallHeading {
  margin: 20px auto;
}

.centerHeadingPack.smallHeading h2.secHeading {
  line-height: 1.1;
  /* 300% */
  letter-spacing: 5.6px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: calc(13px + .3vw);
  margin: 12px auto;
}

.centerHeadingPack.smallHeading p.subHeadingTxt span {
  display: block;
  color: #F65135;
}

.centerHeadingPack.smallHeading p.subHeadingTxt {
  margin: 10px auto;
}


.normalInfoColTxtSec simpleTextCol {
  color: #06040A;
}

.normalInfoColTxtSec .simpleTextCol h3 {
  font-size: calc(18px + .3vw);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  color: #06040A;
  font-family: "Playfair Display", serif;
}

.normalInfoColTxtSec .simpleTextCol p {
  color: #06040A;
  font-style: normal;
  font-weight: 300;
  margin: 10px auto;
}

.contactFormSec .container {
  position: relative;
  z-index: 2;
}

.halfHeadingPack.centerHeadingPack {
  margin: 20px auto 30px auto;
  max-width: 1020px;
}

.halfHeadingPack h2.secHeading {
  color: #1E2F97;
}

.halfHeadingPack p.preSubHeading {
  font-weight: 500;
  font-size: calc(18px + .1vw);
  font-style: normal;
  margin: 10px auto;
}

.halfHeadingPack p.subHeadingTxt {
  margin: 0px auto;
  color: #484848;
  font-weight: 300;
}

.contactFormMainContainer {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 53.883px 26.942px rgba(0, 0, 0, 0.03);
  padding: 9px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.bluetextul {
  list-style: disc;
  color: #fff;
  font-size: calc(16px + .2vw);
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.bluetextul li {
  margin-left: 15px;
}

.contactFormSideInfo {
  max-width: 440px;
  background: #1E2F97;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  row-gap: 20px;
  column-gap: 20px;
}

.contatFormArea {
  width: 100%;
  position: relative;
  padding: 30px 30px 30px 50px;
}

.sideInfoHeadings {
  flex: 1;
  width: 100%;
  text-align: left;
  color: #fff;
}

.sideInfoIconAndlinks {
  flex: 1;
}

.socialIconsAndTxt {
  flex: 1;
}

.sideInfoHeadings h3 {
  font-family: "Montserrat", sans-serif;
  font-size: calc(20px + .4vw);
  font-weight: 600;
  margin-bottom: 12px;
}

.sideInfoHeadings p {
  font-style: normal;
  font-weight: 400;
}

p.iconAndTxt {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 20px auto;
}

p.iconAndTxt a {
  width: max-content;
  display: flex;
  max-width: 100%;
  color: #fff;
  cursor: pointer;
  font-size: calc(12px + .2vw);
  font-style: normal;
  font-weight: 400;
  margin-left: 20px;
}

p.iconAndTxt svg {
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
}

p.iconAndTxt a:hover {
  color: #F65135;
}

.socialIconsAndTxt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 20px;
}

.socialIconsAndTxt a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  margin: 0px auto;
  background: #5CD69E;
  color: #fff;
  border-radius: 100%;
}

.socialIconsAndTxt a svg {
  max-width: 18px;
  max-height: 18px;
  color: inherit;
  width: 100%;
  height: 100%;
}

.socialIconsAndTxt a:hover {
  color: #F65135;
}

.simpleLabel {
  font-size: calc(10px + .2vw);
  font-style: normal;
  font-weight: 500;
  display: block;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

textarea.simpleField,
input.simpleField {
  border-bottom: 2px solid #8D8D8D;
  border-width: 0 0 2px 0;
  padding: 10px 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: calc(12px + .3vw) !important;
  color: #000;
  outline: none !important;
}

textarea.simpleField:placeholder,
input.simpleField:placeholder {
  color: #8D8D8D;
  font-size: calc(12px + .3vw) !important;
}

.col-12 {}

form#contactForm {}

form.formRow .col-12 {
  margin-bottom: 20px;
}

label.radioContainer {
  display: inline-flex;
  flex-direction: row-reverse;
  margin: 10px;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  font-size: calc(12px + .2vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

a.noLink {
  cursor: auto !important;
}

span.checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #797EF6;
  min-width: 12px;
  margin-right: 10px;
  min-height: 12px;
  cursor: pointer;
}

label.radioContainer input[type="radio"] {
  display: none;
}

label.radioContainer input:checked~.checkmark {
  background: #797EF6;
}


button.btn.formSumbitBtn {
  min-height: 30px;
  width: 100%;
  max-width: 255px;
}

button.btn.formSumbitBtn.gradientBtn:hover {
  border: 1px solid #1E2F97 !important;
}

.heroCenterOverlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.heroCenterOverlay svg {
  width: 100%;
  height: 100%;
}

img.articleFeaturedImg {
  display: block;
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

/* MEDIA QUERIES START */
@media only screen and (max-width: 991px) {
  .contatFormArea {
    width: 100%;
    padding: 30px 20px;
  }

  .contactFormMainContainer {
    flex-direction: column;
  }

  .heroCenterOverlay {
    width: 80%;
  }

  .searchAndNewsLetter {
    padding: 0;
  }

  .ftInfoContainerRow {
    flex-wrap: wrap;
  }

  .logoInfoCol {
    flex: 1;
    max-width: 100%;
  }

  .deskSection {
    display: none !important;
  }

  .mobSection {
    display: block !important;
  }

  section.section.infoThreeColTableSec .container {
    padding: 0 !important;
  }


  section.section.infoThreeColTableSec .container .centerHeadingTxt {
    padding: 0 20px !important;
  }

  .grayRow.rowInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    row-gap: 20px;
    column-gap: 20px;
    background: #F1F1F1;
    padding: 10px 20px;
    min-height: 38px;
    font-size: calc(14px + .2vw);
    color: #000;
  }

  .grayRow.rowInfo span {
    font-weight: 600;
  }

  .infoThreeColTableSec .colInfo {
    display: block;
    padding: 20px;
    min-height: 100px;
  }

  .infoThreeColTableSec.colInfo span {
    text-transform: capitalize;
    font-size: calc(14px + .3vw);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
  }


  .mainGreenCol.colInfo {
    background: #797EF6;
    color: #fff;
  }

  .mainGrayCol.colInfo {
    background: #ffffff;
    color: #000;
  }


  .infoThreeColTableSec.colInfo p {
    margin: 0;
    font-size: calc(14px + .2vw);
  }




  .heroFullSizeContainer img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: top center;
  }

  .heroSideTxt {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .animatedWordsContainer {
    text-align: center;
    margin: 0px auto;
    justify-content: center;
    height: 55px;
    font-size: 30px;
  }


  .heroContent .container {
    background: rgba(0, 0, 0, .4);
  }

  .heroSideTxt h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  ul.headerNavigationItems li .dropdownMenuContainer {
    position: relative;
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0 !important;
    opacity: 1 !important;
    visibility: visible;
    margin: 20px auto;
  }

  ul.headerNavigationItems li {
    flex-direction: column;
  }

  ul.headerNavigationItems li .dropdownMenuContainer a {
    text-align: center;
    margin: 10px auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .row.reverseInMob {
    flex-direction: column-reverse;
  }

  .imgTxtImageContainer.maxHeightImgContainer img {
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .ftInfoContainerRow {
    flex-direction: column;
  }

  .ftBtmRow {
    flex-direction: column-reverse;
    column-gap: 10px;
    row-gap: 10px;
  }

  footer.footer {
    padding: 20px 0;
  }

  .commonPadding {
    padding: 40px 0 !important;
  }

  ul.headerNavigationItems li .dropdownMenuContainer {
    position: relative;
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
    top: 0 !important;
    opacity: 1 !important;
    visibility: visible;
    margin: 20px auto;
  }

  ul.headerNavigationItems li:hover .dropdownMenuContainer {
    display: flex;
  }

  ul.headerNavigationItems li {
    flex-direction: column;
  }

  ul.headerNavigationItems li .dropdownMenuContainer a {
    text-align: center;
    margin: 10px auto !important;
  }

  .sideHeadingAndTxt {
    padding: 0;
  }

  .sideHeadingTxtFaded {
    padding: 0;
    margin: 20px auto;
  }

  .fullHeightContentContainer {
    justify-content: center;
    min-height: calc(66vh - 80px);
  }

  h2.secHeading {
    font-size: 35px;
    line-height: normal;
  }

  .secFullSizeContainer {
    padding: 0 20px !important;
  }

  .centerHeadingPack {
    margin: 20px auto 30px auto;
  }

  .centerSingleHeading h2 {
    font-size: 35px;
  }

  .trustedIcons ul {
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
  }

  .simpleImgTxtBannerOverlay,
  .imgOverlayContainer {
    background-position: 40%;
  }

  img.heroImg {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }

  .heroContainer .textContainer h1 {
    font-size: 35px;
    line-height: normal;
  }

  .normalHeadingContainer h2 {
    font-size: 35px;
    line-height: normal;
  }

  .boxesRowNoPadding {
    flex-direction: column;
    width: 100%;
  }

  .simpleBoxContainer {
    width: 100%;
    margin: 5px auto;
  }

  .row.reverseInMob {
    row-gap: 30px;
  }

  .centerHeadingContainer.purpleAndOrangeHeading h2 {
    font-size: 35px;
    line-height: normal;
  }

  h3.imgTxtHeading {
    font-size: 35px;
  }

  .centerHeadingStyle2 h2 {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .simpleTextCol h3 {
    font-size: 18px;
  }

  .simpleTextCol p {
    font-size: 16px;
  }

  .aboutHeroContent h1 {
    font-size: 35px;
    line-height: normal;
  }

  .aboutHeroContent {
    min-height: 300px;
    padding: 20px;
  }

  .centerHeadingPack.smallHeading h2.secHeading {
    font-size: 20px;
  }

  h1.articleName {
    font-size: 30px;
  }

  h2.wp-block-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .contactFormSideInfo {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .halfHeadingPack h2.secHeading {
    margin: 10px auto;
  }

  .halfHeadingPack p.preSubHeading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 355px) {

  .mainGreenCol.colInfo span,
  .mainGrayCol.colInfo span {
    white-space: unset;
  }
}

/* MEDIA QUERIES END */