@font-face {
  font-family: 'gibsonbold';
  src: url('../fonts/gibson-bold-webfont.eot');
  src: url('../fonts/gibson-bold-webfont.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/gibson-bold-webfont.woff2') format('woff2'), 
       url('../fonts/gibson-bold-webfont.woff') format('woff'), 
       url('../fonts/gibson-bold-webfont.ttf') format('truetype'), 
       url('../fonts/gibson-bold-webfont.svg#gibsonbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gibsonregular';
  src: url('../fonts/gibson-regular-webfont.eot');
  src: url('../fonts/gibson-regular-webfont.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/gibson-regular-webfont.woff2') format('woff2'), 
       url('../fonts/gibson-regular-webfont.woff') format('woff'), 
       url('../fonts/gibson-regular-webfont.ttf') format('truetype'), 
       url('../fonts/gibson-regular-webfont.svg#gibsonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gibson-Light";
  src: url("../fonts/Gibson-Light.eot");
  src: url("../fonts/Gibson-Light.eot?#iefix") format("embedded-opentype"), 
       url("../fonts/Gibson-Light.woff2") format("woff2"), 
       url("../fonts/Gibson-Light.woff") format("woff"), 
       url("../fonts/Gibson-Light.ttf") format("truetype"), 
       url("../fonts/Gibson-Light.svg#Gibson-Light") format("svg");
}

body {
  overflow-x: hidden;
  font-family: "Gibson-Light" !important;
  margin: 0 auto !important;
}

html {
  overflow-x: hidden;
  font-family: "Gibson-Light" !important;
  margin: 0 auto !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Gibson-Light";
}

p, div, li {
  font-weight: 500;
  font-size: 18px;
  line-height: 165%;
  color: #54575b;
  word-break: break-word;
}

@media (max-width: 1400px) {
  p, div, li {
    font-size: 16px;
  }
}

.site-inner, .wrap, .elementor-container {
  width: 1250px;
  max-width: 100% !important;
  margin: 0 auto;
}

@media (max-width: 1550px) {
  .site-inner, .wrap, .elementor-container {
    width: 1180px;
  }
}

@media (max-width: 1440px) {
  .site-inner, .wrap, .elementor-container {
    width: 1180px;
  }
}

@media (max-width: 1366px) {
  .site-inner, .wrap, .elementor-container {
    width: 1100px;
  }
}

a {
  font-weight: 700;
  font-family: "Gibson-Light" !important;
  cursor: pointer;
}

a:focus, a:hover {
  outline: none;
}

.lbl-ul {
  padding-top: 15px;
}

.lbl-ul li {
  position: relative;
  padding-left: 16px !important;
  margin-left: 0 !important;
}

.lbl-ul li::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #5083b8;
  left: 0;
  background-size: 6px;
  top: 14px;
}

.italic-text {
  font-style: italic;
}

.featured_image_area {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 200px;
  margin-bottom: auto;
  background-position: center center !important;
}

.featured_image_area .wrap .h1.inner-heading {
  font-family: "Gibson-Light";
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  text-transform: inherit;
}

@media (max-width: 1550px) {
  .featured_image_area .wrap .h1.inner-heading {
    font-size: 50px;
  }
}

@media (max-width: 1430px) {
  .featured_image_area .wrap .h1.inner-heading {
    font-size: 45px;
  }
}

.heading {
  font-weight: 300;
  font-size: 50px;
  line-height: 120%;
  color: #00265b;
  margin-bottom: 15px;
  font-family: "Gibson-Light";
  display: block;
}

h1.small-text-head {
  font-size: 35px;
}

@media (max-width: 1550px) {
  .heading {
    font-size: 45px;
  }
}

@media (max-width: 1430px) {
  .heading {
    font-size: 40px;
  }
}

.heading span.small-text {
  font-weight: 600;
  font-size: 11px;
  line-height: 33px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5083b8;
  display: block;
  margin-bottom: 7px;
  font-family: 'gibsonregular';
}

.heading sup {
  top: -1.1em !important;
  font-size: 22px;
}

.small-head {
  font-family: 'gibsonregular';
  font-weight: 600;
  font-size: 16px;
  line-height: 206%;
  text-align: center;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #00265b;
}

@media (max-width: 1400px) {
  .small-head {
    font-size: 14px;
  }
}

a.link-btn {
  font-family: 'gibsonregular' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 33px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5083b8;
  padding-right: 25px;
  background-image: url(../images/linkbtn-arrow.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  transition: all 0.5s;
}

a.link-btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: #3c6086;
  color: #3c6086;
  transform: translateX(-50%);
  transition: all 0.4s;
}

a.link-btn:hover {
  transition: all 0.5s;
  color: #3c6086;
  font-weight: 700;
}

a.link-btn:hover::after {
  width: 100%;
}

.sub-head {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #00265b;
}

.blue-italic {
  color: #5083b8;
  font-style: italic;
}

.blue-italic p {
  color: #5083b8;
}

.blue-italic span.author-name {
  font-weight: bold;
  color: #212325;
  font-size: 18px;
  display: block;
  margin-top: 8px;
}

.blue-button, 
.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu #menu-item-962 a span, 
.lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .submit-container .btn-submit, 
.allliance-training-sec .upcoming-alliance .alliance-all .inn-alliance-all .single-alliance .row .right-cntn a {
  font-family: 'gibsonregular';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #fff !important;
  background: #5083b8;
  padding: 5px 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

.blue-button:hover, 
.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu #menu-item-962 a span:hover, 
.lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .submit-container .btn-submit:hover, 
.allliance-training-sec .upcoming-alliance .alliance-all .inn-alliance-all .single-alliance .row .right-cntn a:hover {
  background: #3c6086;
  transition: all 0.4s ease-in-out;
  color: #fff !important;
}

a.watch-btn {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #9875a2;
  padding: 10px 40px;
  letter-spacing: 0.15em;
  transition: all 0.4s ease-in-out;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.faq-button-bg a.watch-btn {
  text-transform: capitalize;
}

a.watch-btn:hover {
  background: #6c3b7a;
  transition: all 0.4s ease-in-out;
}

a.gray-link {
  color: #5083b8;
  text-decoration: underline;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

a.gray-link:hover {
  color: #3c6086;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.board-img-sec img {
  width: 200px;
  margin: auto;
}

.board-img-sec h4 {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #00265b;
  font-weight: 300;
  margin-top: 18px;
}

.board-img-sec h4 span {
  display: block;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #5083b8;
  padding-top: 10px;
}

.header_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_search .search-form {
  display: flex;
  margin-right: 5%;
  margin-top: 50px;
  flex-direction: row-reverse;
}

.header_search .search-form .search-form-input {
  height: 50px;
  width: 220px;
  border: none !important;
}

.header_search .search-form .search-form-input::placeholder {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #00265b !important;
  opacity: 1;
  font-weight: 600;
}

.header_search .search-form .search-form-submit {
  padding: 10px 18px;
  font-size: 0;
  background: url(../images/blue-search-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  border: none;
  background-position: center;
}

.site-header {
  background-color: #fff !important;
  margin-top: 0px;
  padding-bottom: 20px;
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88%;
  margin-left: auto;
  margin-right: 20px;
}

@media (max-width: 1600px) {
  .site-header .wrap {
    width: 90%;
  }
}

@media (max-width: 1450px) {
  .site-header .wrap {
    width: 93%;
  }
}

@media (max-width: 1366px) {
  .site-header .wrap {
    width: 91%;
  }
}

.site-header .wrap .title-area {
  display: none;
}

.site-header .wrap .header_left {
  display: inline-block;
  width: 38%;
}

.site-header .wrap .header-navmenu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  margin-left: auto;
  margin-right: 20px;
}

.site-header .wrap .header-navmenu-area .header-rightmenu {
  width: 100%;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap {
  width: 100%;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu {
  width: 290px;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item a {
  background: #82a5c9;
  padding: 10px 20px;
  width: 290px;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item a:hover {
  transition: all 0.4s ease-in-out;
  background: #5083b8;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item a:hover::after {
  display: none;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item a:hover span {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item a span {
  color: #00265b;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item .sub-menu {
  position: relative;
  left: 0;
  margin: 0;
  width: 100%;
  display: none;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a:hover::after {
  display: none;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a span {
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item-has-children {
  position: relative;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item-has-children::after {
  position: absolute;
  content: '';
  background: url(../images/blue-chevron.png);
  background-size: 10px;
  height: 10px;
  width: 10px;
  left: auto;
  right: 30px;
  top: 18px;
  margin: auto;
  background-repeat: no-repeat;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu #menu-item-962 a:hover {
  background: #82a5c9;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu #menu-item-962 a span {
  background: #00265b;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: none;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .menu-item a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00265b;
  margin: 0 20px;
  padding: 10px 0;
  position: relative;
  transition: 0.3s ease-out 0.1s;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .menu-item a:hover {
  color: #1084d4;
}

@media (max-width: 1366px) {
  .site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .menu-item a {
    margin: 0px 10px;
  }
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .menu-item a span {
  font-weight: 600;
}

.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .sfHover a {
  color: #1084d4;
}

.site-header .wrap .header-navmenu-area .header-btns {
  display: flex;
  width: 40%;
  align-items: center;
}

@media (max-width: 1800px) {
  .site-header .wrap .header-navmenu-area .header-btns {
    width: 50%;
  }
}

@media (max-width: 1440px) {
  .site-header .wrap .header-navmenu-area .header-btns {
    width: 55%;
  }
}

@media (max-width: 1366px) {
  .site-header .wrap .header-navmenu-area .header-btns {
    width: 62%;
  }
}

.site-header .wrap .header-navmenu-area .header-btns .lft-btn {
  margin-right: 18px;
}

.site-header .wrap .header-navmenu-area .header-btns .lft-btn a {
  padding: 5px 15px;
  font-size: 14px;
}

.site-header .wrap .header-navmenu-area .header-btns .rght-btn a svg {
  width: 20px;
  height: auto;
  margin: 0px 5px;
}

.site-header .wrap .header-navmenu-area .header-btns .rght-btn a svg path {
  fill: #00265b;
}

.site-header .wrap .header-navmenu-area .header-btns .rght-btn a svg:hover path {
  fill: #5083b8;
}

.home-slider-main {
  height: 650px;
}

.home-slider-main .home-slider-inner .Feature-txt {
  width: 40%;
  position: relative;
  top: 110px;
}

.home-slider-main .home-slider-inner .Feature-txt h1.feature-head {
  font-weight: 300;
  font-size: 60px;
  line-height: 117%;
  color: #00265b;
  margin-bottom: 35px;
}

@media (max-width: 1400px) {
  .home-slider-main .home-slider-inner .Feature-txt h1.feature-head {
    font-size: 50px;
  }
}

.home-slider-main .home-slider-inner .Feature-txt p {
  font-weight: 200;
  font-size: 25px;
  line-height: 156%;
  color: #00265b;
}

@media (max-width: 1400px) {
  .home-slider-main .home-slider-inner .Feature-txt p {
    font-size: 22px;
  }
  .second-sec-images {
    padding-bottom: 50px !important;
  }
}

.second-sec-images .elementor-image-box-img {
  width: 40% !important;
  margin-bottom: 30px !important;
}

.second-sec-images .elementor-image-box-content h4.elementor-image-box-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 152%;
  text-align: center;
  width: 70%;
  margin: auto;
}

@media (max-width: 1400px) {
  .second-sec-images .elementor-image-box-content h4.elementor-image-box-title {
    font-size: 19px;
  }
  .home-about-sec {
    padding: 50px 0px 40px 0px !important;
  }
}

.second-sec-images .blue h4.elementor-image-box-title {
  color: #5083b8;
}

.second-sec-images .purple h4.elementor-image-box-title {
  color: #6c3b7a;
}

.second-sec-images .green h4.elementor-image-box-title {
  color: #20776a;
}

.home-about-sec .elementor-tabs .elementor-tabs-wrapper {
  padding-bottom: 45px;
}

@media (max-width: 1400px) {
  .home-about-sec .elementor-tabs .elementor-tabs-wrapper {
    padding-bottom: 25px;
  }
}

.home-about-sec .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  border: none !important;
}

.home-about-sec .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::after,
.home-about-sec .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::before {
  border-width: 0 !important;
}

.home-about-sec .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title a {
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase;
  color: #5083b8 !important;
  font-family: 'gibsonregular' !important;
}

.home-about-sec .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title a:hover,
.home-about-sec .elementor-tabs .elementor-tabs-wrapper .elementor-active a {
  color: #00265b !important;
  text-decoration: underline;
}

.home-about-sec .elementor-tabs .elementor-tabs-wrapper .elementor-active a:focus {
  outline: none !important;
}

.home-about-sec .elementor-tabs .elementor-tabs-content-wrapper,
.home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
  border: none !important;
}

.home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  column-gap: 50px;
  align-items: center;
}

.home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .img-sec img {
  width: 100%;
}

.home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .text-sec h4.sub-head {
  font-weight: 200;
  font-size: 30px;
  line-height: 38px;
  color: #6c3b7a;
}

@media (max-width: 1400px) {
  .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .text-sec h4.sub-head {
    font-size: 26px;
    line-height: 33px;
  }
}

.home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .text-sec p {
  font-size: 18px;
}

@media (max-width: 1400px) {
  .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .text-sec p {
    font-size: 16px;
  }
}

.home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .text-sec .learn-button {
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-top: 60px !important;
}

@media (max-width: 1400px) {
  .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .text-sec .learn-button {
    margin-top: 40px !important;
  }
}

.home-third-section .heading {
  display: block;
  font-family: "Gibson-Light";
  position: relative;
}

.home-third-section .heading:hover {
  color: #5083b8;
  transition: all 0.4s ease-in-out;
}

.home-third-section .heading:hover::before {
  transform: scale(1.1);
  transition: 0.4s ease-in-out;
}

.home-third-section .heading::before {
  position: absolute;
  content: '';
  background: url(../images/blue-search-icon.png);
  background-size: 50px;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1400px) {
  .home-third-section .heading::before {
    background-size: 40px;
    height: 40px;
    width: 40px;
  }
}

.home-third-section p {
  text-align: center;
  color: #5083b8;
  width: 45%;
  margin: auto;
}

.home-publication-sec .elementor-container {
  width: 100%;
}

.home-publication-sec .elementor-container .elementor-row {
  display: flex;
  align-items: center;
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap {
  padding: 0 !important;
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col {
  width: 32% !important;
}

@media (max-width: 1700px) {
  .home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col {
    width: 38% !important;
  }
}

@media (max-width: 1300px) {
  .home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col {
    width: 39% !important;
  }
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .heading a {
  font-weight: 300;
  font-size: 50px;
  line-height: 120%;
  color: #00265b;
  margin-bottom: 15px;
  font-family: "Gibson-Light";
  display: block;
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .heading a:hover {
  color: #598bbe;
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col p {
  color: #000;
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col ul.books-ul {
  display: flex;
  align-items: center;
  width: auto;
  border-top: 1px solid black;
  padding-top: 20px;
  margin-top: 50px;
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .publication-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .publication-btn a.left-btn {
  background-image: inherit;
  padding-right: 0px !important;
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .publication-btn a.link-btn {
  color: #5083b8;
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .publication-btn a.link-btn::after {
  background-color: #5083b8;
  bottom: 0px;
}

.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .publication-btn a.link-btn:hover {
  color: #3c6086;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1400px) {
  .home-facilitor-sec {
    padding: 50px 0px 50px 0px !important;
  }
}

.home-facilitor-sec .inner-sec .text-col {
  width: 40%;
}

.home-facilitor-sec .inner-sec .text-col .heading {
  margin-bottom: 40px;
}

.home-facilitor-sec .inner-sec .text-col p {
  border-bottom: 1px solid #54575b;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.home-facilitor-sec .inner-sec .text-col a.link-btn {
  color: #5083b8;
}

.home-facilitor-sec .inner-sec .text-col a.link-btn::after {
  background-color: #5083b8;
}

.home-facilitor-sec .inner-sec .img-col {
  width: 60%;
}

.home-facilitor-sec .inner-sec .img-col img {
  width: 100%;
}

.home-traning-sec .inner-sec {
  padding-top: 20px;
}

.home-traning-sec .inner-sec .heading {
  font-style: normal;
  font-family: "Gibson-Light";
}

.home-traning-sec .inner-sec .heading:hover {
  color: #5083b8;
  transition: all 0.4s ease-in-out;
}

.home-traning-sec .inner-sec .heading span.small-text {
  font-family: 'gibsonregular';
  font-style: normal;
  font-size: 13px;
  color: #00265b;
  letter-spacing: 0.24em;
  margin-bottom: 15px;
}

.home-traning-sec .inner-sec .elementor-testimonial__footer {
  margin-top: 15px !important;
}

.home-traning-sec .inner-sec .elementor-testimonial__footer span.elementor-testimonial__name {
  font-size: 20px;
  line-height: 250%;
  color: #5083b8;
  font-weight: 300;
}

.home-traning-sec .inner-sec .elementor-swiper-button {
  display: none;
}

.home-traning-sec .inner-sec .swiper-pagination-bullets {
  padding-bottom: 20px;
}

.home-traning-sec .inner-sec .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
  height: 10px;
  width: 10px;
  margin: 0px 10px;
}

.home-traning-sec .inner-sec .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #5083b8 !important;
  position: relative;
  opacity: 1 !important;
}

.home-traning-sec .inner-sec .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #5083b8;
  left: -5px;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto !important;
  background-size: 20px;
}

@media (max-width: 1400px) {
  .home-last-sec {
    padding: 70px 0px 40px 0px !important;
  }
}

.home-last-sec .inner-sec {
  text-align: center;
}

.home-last-sec .inner-sec .heading {
  color: #5083b8;
}

.home-last-sec .inner-sec .heading:hover {
  color: #00265b;
  transition: all 0.4s ease-in-out;
}

.home-last-sec .inner-sec .heading span.small-text {
  font-family: 'gibsonregular';
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #00265b;
}

.home-last-sec .inner-sec .heading span.big-txt {
  font-size: 70px;
  line-height: 120%;
}

@media (max-width: 1550px) {
  .home-last-sec .inner-sec .heading span.big-txt {
    font-size: 55px;
  }
}

.page-id-143 .featured_image_area {
  display: none;
}

.facilitator-form-sec .head-section .heading {
  color: #fff;
  margin-bottom: 0px;
}

.facilitator-form-sec .head-section p {
  font-size: 23px;
  color: #fff;
  margin-bottom: 10px;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
  display: none;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  width: 100%;
  padding: 15px 25px;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
  font-family: Gibson;
  color: #b3bece;
  opacity: 1;
  font-size: 20px;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select::before {
  position: absolute;
  content: '';
  font-size: 0;
  background: url(../images/select-arrow.png);
  height: 21px;
  width: 23px;
  background-repeat: no-repeat;
  right: 20px;
  background-size: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select {
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #c6c7cb;
  appearance: none;
  color: #b3bece;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select option {
  color: black;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select:focus {
  outline: none;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_footer input {
  background: #00265b;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  border: none;
  padding: 8px 30px;
  margin: 0;
}

.facilitator-form-sec .form-row .left-form-sec .gform_wrapper form .gform_footer input:hover {
  background: #01193a;
  transition: all 0.4s ease-in-out;
}

.facilitator-form-sec .form-row .left-form-sec .gform_validation_error .validation_error {
  display: none;
}

.facilitator-form-sec .form-row .left-form-sec .gform_validation_error .gform_body .gfield_error {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  background: none !important;
  border: none !important;
  position: relative;
}

.facilitator-form-sec .form-row .left-form-sec .gform_validation_error .gform_body .gfield_error input {
  border: none !important;
}

.facilitator-form-sec .form-row .left-form-sec .gform_validation_error .gform_body .gfield_error .validation_message {
  padding: 0px !important;
  background: #5083b8;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: auto !important;
  display: inline-block !important;
  box-shadow: 0px 0px 5px #c5c5c5 !important;
  margin-top: 10px !important;
}

.facilitator-form-sec .form-row .left-form-sec .gform_validation_error .gform_body .gfield_error .validation_message::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #5083b8;
  bottom: 36px;
}

.facilitator-form-sec .form-row .right-img-sec img {
  width: 100%;
}

.facilitator-form-sec .link-sec .form-link {
  font-size: 23px;
  color: #fff;
}

.facilitator-form-sec .link-sec .form-link a {
  color: #fff;
  text-decoration: underline;
}

.facilator-second-sec .inner-sec .elementor-row {
  display: flex;
  align-items: center;
}

.facilitor-tab-section .about-toggle1 .text-sec .link-sec h5 {
  color: #5083b8;
  letter-spacing: 0.06em;
  font-size: 24px;
  margin-bottom: auto;
}

.facilitor-tab-section .about-toggle1 .text-sec .link-sec .inner-link {
  font-size: 20px;
  line-height: 33px;
  color: #54575b;
}

.facilitator-last-sec .donate-sec {
  margin-bottom: 40px;
}

@media (max-width: 1400px) {
  .facilitator-last-sec .donate-sec {
    margin-bottom: 25px;
  }
}

.facilitator-last-sec .donate-sec a.heading:hover {
  color: #5083b8;
  transition: all 0.4s ease-in-out;
}

.facilitator-last-sec .donate-sec p {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #000;
}

.facilitator-last-sec .donate-btn a {
  font-size: 14px;
  line-height: 33px;
  padding: 5px 55px;
}

@media (max-width: 1400px) {
  .publication-main-row {
    padding: 40px 0px 40px 0px !important;
  }
}

.publication-main-row .inner-section .elementor-row {
  display: flex;
  align-items: flex-end;
}

.publication-main-row .inner-section .elementor-row .right-text-sec h3.small-head {
  text-align: left;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5083b8;
  margin-bottom: 25px;
}

@media (max-width: 1400px) {
  .publication-second-sec {
    padding: 40px 0px 0px 0px !important;
  }
}

.publication-second-sec .head-sec .heading {
  margin-bottom: 40px;
}

.publication-second-sec .head-sec h3.small-head {
  text-align: left;
  font-size: 11px;
  line-height: 33px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5083b8;
  margin-top: 25px;
}

.publication-second-sec .Publication-books-row {
  border-bottom: 1px solid #000;
}

@media (max-width: 1400px) {
  .publication-second-sec .Publication-books-row {
    padding: 0px 0px 20px 0px !important;
  }
}

.publication-second-sec .Publication-books-row .elementor-image-box-img {
  width: 55% !important;
}

.publication-second-sec .Publication-books-row .elementor-image-box-img img {
  width: 100% !important;
  margin: auto !important;
  min-height: 341px;
  object-fit: cover;
}

.publication-second-sec .Publication-books-row .elementor-image-box-title a {
  font-family: 'gibsonregular' !important;
  font-size: 11px;
  line-height: 300%;
  text-align: center;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #00265b;
}

.publication-second-sec .Publication-books-row .elementor-image-box-title a span {
  display: block;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
}

.publication-second-sec .Publication-books-row .elementor-image-box-title a:hover {
  color: #01193a;
  text-decoration: underline;
}

.publication-second-sec .last-row {
  border-bottom: inherit;
}

.single-publication .main_content_area .cntnt_cs .containt_post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 100px 0px 70px;
  border-bottom: 1px solid #000;
}

@media (max-width: 1400px) {
  .single-publication .main_content_area .cntnt_cs .containt_post {
    padding: 60px 0px 30px;
  }
}

.single-publication .main_content_area .cntnt_cs .containt_post .left_col .image-outer .blog-image {
  width: 80%;
}

.single-publication .main_content_area .cntnt_cs .containt_post .right_col span.before_ttl {
  font-weight: 600;
  font-size: 12px;
  line-height: 33px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5083b8;
}

.single-publication .main_content_area .cntnt_cs .containt_post .right_col span.bld_txt {
  font-weight: 600;
  font-size: 12px;
  line-height: 33px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00265b;
}

.single-publication .main_content_area .cntnt_cs .containt_post .right_col p {
  margin: 0 0 15px;
  color: #5083b8;
  float: left;
}

.donate-main-row {
  margin: 40px 0 0;
}

.single-publication .main_content_area .cntnt_cs .containt_post .right_col p .inline-head {
  width: auto;
  float: left;
  margin: 0;
}

.single-publication .main_content_area .cntnt_cs .containt_post .right_col .content p {
  color: inherit;
  margin-top: 30px;
  width: 100%;
}

.single-publication .main_content_area .cntnt_cs .containt_post .right_col .content .books_ul li {
  padding-left: 30px;
  background-image: url(../images/next.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center left;
}

.single-publication .publication_inc {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media (max-width: 1400px) {
  .single-publication .publication_inc {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.single-publication .publication_inc h3 {
  font-family: 'gibsonregular' !important;
  font-size: 12px;
  line-height: 33px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5083b8;
  margin-bottom: 25px;
}

.single-publication .publication_inc .publication-outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.single-publication .publication_inc .publication-outer .publication-inn .single-publication .img-otr {
  margin-bottom: 15px;
}

.single-publication .publication_inc .publication-outer .publication-inn .single-publication .img-otr a img {
  max-height: 300px;
  margin: auto;
}

.single-publication .publication_inc .publication-outer .publication-inn .single-publication .inn-main-detail .publication-title {
  text-align: center;
}

.single-publication .publication_inc .publication-outer .publication-inn .single-publication .inn-main-detail .publication-title a {
  font-family: 'gibsonregular' !important;
  font-size: 12px;
  line-height: 300%;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #00265b;
}

.single-publication .publication_inc .publication-outer .publication-inn .single-publication .inn-main-detail .publication-title a:hover {
  color: #01193a;
  text-decoration: underline;
}

@media (max-width: 1400px) {
  .faq-main-sec {
    padding: 70px 0px 70px 0px !important;
  }
}

.faq-main-sec .elementor-toggle .elementor-toggle-item {
  margin-bottom: 20px;
}

.faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-tab-title {
  padding: 23px 30px;
  font-weight: 300;
  font-size: 26px;
  text-transform: capitalize;
  line-height: 127%;
  border-bottom: inherit;
  background: #ededed;
}

@media (max-width: 1400px) {
  .faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-tab-title {
    font-size: 24px;
  }
}

.faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-tab-title a {
  color: #00265b !important;
}

.faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-tab-title:hover {
  transition: all 0.4s ease-in-out;
  background: #5083b8;
}

.faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-tab-title:hover a,
.faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-active a {
  color: #fff !important;
}

.faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-active {
  background: #5083b8;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-toggle-icon {
  float: right !important;
}

.faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-toggle-icon .elementor-toggle-icon-closed {
  font-size: 0;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
}

@media (max-width: 1400px) {
  .faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-toggle-icon .elementor-toggle-icon-closed {
    background-size: 20px;
  }
}

.faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-toggle-icon .elementor-toggle-icon-opened {
  font-size: 0;
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  height: 6px;
  width: 100%;
}

@media (max-width: 1400px) {
  .faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-toggle-icon .elementor-toggle-icon-opened {
    background-size: 12px;
  }
}

.faq-main-sec .elementor-toggle .elementor-tab-content {
  background: #5083b8;
  border-bottom: inherit;
  padding: 35px 30px;
}

.faq-main-sec .elementor-toggle .elementor-tab-content h4.inner-head {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 6px;
  width: 70%;
}

.faq-main-sec .elementor-toggle .elementor-tab-content p {
  font-size: 20px;
  color: #fff;
  width: 80%;
  font-weight: 400;
}

.faq-main-sec .elementor-toggle .elementor-tab-content p a {
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

.faq-main-sec .elementor-toggle .elementor-tab-content p a:hover {
  color: #d3e0ed !important;
  transition: all 0.4s ease-in-out;
}

.faq-main-sec .elementor-toggle .elementor-tab-content ul.faq-ul li {
  list-style-type: disc;
  color: #fff;
  margin-left: 25px;
}

.page-id-270 .featured_image_area {
  height: 590px;
}

@media (max-width: 1400px) {
  .research-main-row {
    padding: 60px 0px 0px 0px !important;
  }
}

.research-main-row .research-inner-text {
  width: 100%;
}

@media (max-width: 1430px) {
  .research-main-row .research-inner-text {
    width: 94%;
    margin: auto;
    word-break: break-all;
  }
}

.research-main-row .research-inner-text .sub-head {
  color: #00265b;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 30px;
}

.research-main-row .research-inner-text span.blue-text {
  color: #5083b8;
  font-weight: bold;
  font-style: italic;
}

.research-main-row .research-inner-text a.page-links {
  display: inline-block;
  padding-left: 25px;
  background-image: url(../images/blue-chevron.png);
  background-size: 14px;
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: underline;
  color: #5083b8;
  transition: all 0.4s ease-in-out;
}

.research-main-row .research-inner-text a.page-links:hover {
  transition: all 0.4s ease-in-out;
  color: #3c6086;
  font-weight: 700;
}

.research-main-row .research-inner-text .lbl-ul li {
  position: relative;
  padding-left: 16px !important;
}

.research-main-row .research-inner-text .lbl-ul li::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #5083b8;
  left: 0;
  background-size: 6px;
  top: 14px;
}

.research-main-row .research-inner-text .lbl-ul li a.blue-link {
  color: #5083b8;
  transition: all 0.4s ease-in-out;
  text-decoration: underline;
  font-weight: 700;
}

.research-main-row .research-inner-text .lbl-ul li a.blue-link:hover {
  color: #3c6086;
  transition: all 0.4s ease-in-out;
}

.research-main-row .research-inner-text .grid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.research-main-row .research-inner-text .grid-row .inner-col img {
  width: 100%;
}

.research-main-row .research-inner-text .grid-row .inner-col h3 {
  font-weight: normal;
  font-size: 24px;
  color: #00265b;
  margin-bottom: auto;
}

@media (max-width: 1400px) {
  .research-main-row .research-inner-text .grid-row .inner-col h3 {
    font-size: 22px;
  }
}

.research-main-row .research-inner-text .grid-row .inner-col .description {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #5083b8;
  display: block;
  margin: 8px 0px 15px 0px;
  min-height: 40px;
}

.research-main-row .research-inner-text .link-section {
  margin-top: 75px;
}

@media (max-width: 1400px) {
  .research-main-row .research-inner-text .link-section {
    margin-top: 45px;
  }
}

.research-main-row .research-inner-text .link-section a.page-link {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-decoration: underline;
  color: #5083b8;
  transition: all 0.4s ease-in-out;
}

.research-main-row .research-inner-text .link-section a.page-link:hover {
  color: #3c6086;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.research-main-row .img-row-section {
  display: flex;
  align-items: center;
}

.research-main-row .img-row {
  margin-bottom: 0 !important;
}

.research-main-row .research-text {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #54575b;
}

.page-id-1306 .research-main-row .research-text:last-child {
  border-bottom: none;
}

@media (max-width: 1400px) {
  .research-main-row .research-text {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: auto;
  }
}

.research-main-row .inner-col-section {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.research-main-row .no-padding-row {
  padding-top: 0;
}

.research-main-row .research-img-row {
  padding-top: 50px;
}

.research-main-row .list-row {
  padding-top: 0;
}

.research-main-row .list-row ul.number-ul li {
  list-style-type: decimal;
  margin-left: 27px;
  padding-left: 12px;
  margin-bottom: 8px;
}

.research-main-row .research-last-row {
  padding-bottom: 30px;
  padding-top: 0px;
}

@media (max-width: 1400px) {
  .research-main-row .research-last-row {
    padding-bottom: 30px;
  }
}

.training-form-sec {
  padding: 85px 0px 60px 0px !important;
}

@media (max-width: 1400px) {
  .training-form-sec {
    padding: 60px 0px 50px 0px !important;
  }
}

.training-form-sec .header-row {
  margin-bottom: auto !important;
}

.training-form-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 50%;
  display: inline-block;
  margin-top: 0px;
}

.training-form-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
  display: none;
}

.training-form-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  width: calc(100% - 8px);
  padding: 6px 14px;
}

.training-form-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
  font-family: Gibson;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c4c4c4;
  opacity: 1;
}

.training-form-sec .form-row .gform_wrapper form .gform_footer {
  text-align: center;
}

.training-form-sec .form-row .gform_wrapper form .gform_footer input {
  margin: 0;
  background: #c4b1ca;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border: none;
  padding: 8px 30px;
  letter-spacing: 0.15em;
  transition: all 0.4s ease-in-out;
}

.training-form-sec .form-row .gform_wrapper form .gform_footer input:hover {
  background: #a791ae;
  transition: all 0.4s ease-in-out;
}

.training-form-sec .form-row .gform_validation_error .validation_error {
  display: none;
}

.training-form-sec .form-row .gform_validation_error .gform_body .gfield_error {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  background: none !important;
  border: none !important;
  position: relative;
}

.training-form-sec .form-row .gform_validation_error .gform_body .gfield_error input {
  border: none !important;
}

.training-form-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message {
  padding: 0px !important;
  background: #5083b8;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: auto !important;
  display: inline-block !important;
  box-shadow: 0px 0px 5px #c5c5c5 !important;
  margin-top: 10px !important;
}

.training-form-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 13px solid #5083b8;
  bottom: 35px;
}

@media (max-width: 1400px) {
  .contact-main-row {
    padding: 50px 0px 0px 0px !important;
  }
}

.contact-main-row .contact-inner-row {
  margin-bottom: auto !important;
}

.contact-main-row .contact-inner-row .heading {
  margin-bottom: 30px;
}

.contact-main-row .contact-inner-row p {
  width: 60%;
  margin-bottom: auto;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 50%;
  display: inline-block;
  margin-top: 12px;
  padding-right: 0;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
  display: none;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select::before {
  position: absolute;
  content: '';
  font-size: 0;
  background: url(../images/select-arrow.png);
  height: 21px;
  width: 23px;
  background-repeat: no-repeat;
  right: 20px;
  background-size: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select {
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #c6c7cb;
  appearance: none;
  color: #b3bece;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select option {
  color: black;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select:focus {
  outline: none;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_textarea textarea {
  border: 1px solid #c6c7cb;
  padding: 15px 25px;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_textarea textarea::placeholder {
  font-family: Gibson;
  font-size: 20px;
  text-transform: capitalize;
  color: #b3bece;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  width: calc(100% - 8px);
  padding: 15px 25px;
  border: 1px solid #c6c7cb;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
  font-family: Gibson;
  font-size: 20px;
  text-transform: capitalize;
  color: #b3bece;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields li#field_2_8 {
  width: 70%;
}

.contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields li#field_2_7 {
  width: 100%;
}

.contact-main-row .form-row .gform_wrapper form .gform_footer {
  margin: 0;
}

.contact-main-row .form-row .gform_wrapper form .gform_footer input {
  margin: 0;
  background: #20776a;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border: none;
  padding: 11px 60px;
  letter-spacing: 0.15em;
  transition: all 0.4s ease-in-out;
}

.contact-main-row .form-row .gform_wrapper form .gform_footer input:hover {
  background: #1f5e55;
  transition: all 0.4s ease-in-out;
  color: #fff !important;
}

.contact-main-row .form-row .gform_validation_error .validation_error {
  display: none;
}

.contact-main-row .form-row .gform_validation_error .gform_body .gfield_error {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  background: none !important;
  border: none !important;
  position: relative;
}

.contact-main-row .form-row .gform_validation_error .gform_body .gfield_error input {
  border: 1px solid #ededed !important;
}

.contact-main-row .form-row .gform_validation_error .gform_body .gfield_error .validation_message {
  padding: 0px !important;
  background: #5083b8;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: auto !important;
  display: inline-block !important;
  box-shadow: 0px 0px 5px #c5c5c5 !important;
  margin-top: 10px !important;
}

.contact-main-row .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #5083b8;
  bottom: 36px;
}

@media (max-width: 1400px) {
  .contact-second-sec {
    padding: 30px 0px 40px 0px !important;
  }
}

.contact-second-sec .inner-row .sub-head {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #00265b;
  margin-bottom: 30px;
}

.contact-second-sec .inner-row .socials {
  display: flex;
  padding-bottom: 30px;
}

.contact-second-sec .inner-row .socials svg {
  width: auto;
  height: 45px;
  margin-right: 40px;
}

@media (max-width: 1400px) {
  .contact-second-sec .inner-row .socials svg {
    height: 40px;
    margin-right: 35px;
  }
}

.contact-second-sec .inner-row .socials svg path {
  fill: #00265b;
}

.contact-second-sec .inner-row a.social-link {
  color: #5083b8 !important;
  text-decoration: underline;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

.contact-second-sec .inner-row a.social-link:hover {
  color: #3c6086 !important;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .donate-main-row {
    padding: 60px 0px 20px 0px !important;
  }
}

.donate-main-row .donate-inner-row .heading {
  margin-bottom: 50px;
}

@media (max-width: 1400px) {
  .donate-main-row .donate-inner-row .heading {
    margin-bottom: 30px;
  }
}

.donate-main-row .donate-inner-row .heading span.blue-head {
  display: block;
  color: #5083b8;
}

.donate-main-row .donate-inner-row .sub-head {
  margin-bottom: 30px;
  padding-top: 20px;
}

.donate-main-row .donate-inner-row a {
  color: #5083b8 !important;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}

.donate-main-row .donate-inner-row a:hover {
  color: #3c6086 !important;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

.donate-main-row .donate-inner-row a.page-links {
  display: inline-block;
  padding-left: 25px;
  background-image: url(../images/right-chevron.png);
  background-size: 14px;
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .donate-form-row {
    padding: 20px 0px 20px 0px !important;
  }
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 50%;
  display: inline-block;
  margin-top: 12px;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
  display: none;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select::before {
  position: absolute;
  content: '';
  font-size: 0;
  background: url(../images/select-arrow.png);
  height: 21px;
  width: 23px;
  background-repeat: no-repeat;
  right: 20px;
  background-size: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select {
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #c6c7cb;
  appearance: none;
  color: #b3bece;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select option {
  color: black;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select:focus {
  outline: none;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_textarea textarea {
  border: 1px solid #c6c7cb;
  padding: 15px 25px;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_textarea textarea::placeholder {
  font-family: Gibson;
  font-size: 20px;
  text-transform: capitalize;
  color: #b3bece;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  width: calc(100% - 8px);
  padding: 15px 25px;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
  font-family: Gibson;
  font-size: 20px;
  text-transform: capitalize;
  color: #b3bece;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus {
  outline: none !important;
  box-shadow: 0 8px 6px -6px black;
  border: none !important;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields li#field_4_7 {
  width: 100%;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_footer {
  margin: 0;
  width: auto;
  float: left;
  margin-right: 40px;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_footer input {
  margin: 0;
  background: #20776a;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border: none;
  padding: 11px 60px;
  letter-spacing: 0.15em;
  transition: all 0.4s ease-in-out;
}

.donate-form-row .form-inner-row .gform_wrapper form .gform_footer input:hover {
  background: #1f5e55;
  transition: all 0.4s ease-in-out;
}

.donate-form-row .form-inner-row .gform_validation_error .validation_error {
  display: none;
}

.donate-form-row .form-inner-row .gform_validation_error .gform_body .gfield_error {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  background: none !important;
  border: none !important;
  position: relative;
}

.donate-form-row .form-inner-row .gform_validation_error .gform_body .gfield_error input {
  border: 1px solid #ededed !important;
}

.donate-form-row .form-inner-row .gform_validation_error .gform_body .gfield_error .validation_message {
  padding: 0px !important;
  background: #5083b8;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: auto !important;
  display: inline-block !important;
  box-shadow: 0px 0px 5px #c5c5c5 !important;
  margin-top: 10px !important;
}

.donate-form-row .form-inner-row .gform_validation_error .gform_body .gfield_error .validation_message::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #5083b8;
  bottom: 36px;
}

.donate-form-row .form-inner-row a, .right_col a {
  color: #5083b8;
  text-decoration: underline;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

.donate-form-row .form-inner-row a:hover, .right_col a:hover {
  color: #3c6086;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

.footer_section {
  background: #00265b;
  padding: 120px 0px 150px;
}

@media (max-width: 1550px) {
  .footer_section {
    padding: 90px 0px 90px;
  }
}

@media (max-width: 1400px) {
  .footer_section {
    padding: 80px 0px 100px;
  }
}

.footer_section .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  width: 1250px;
  column-gap: 30px;
}

@media (max-width: 1430px) {
  .footer_section .wrap {
    width: 1180px;
  }
}

.footer_section .wrap::before, .footer_section .wrap::after {
  display: none;
}

.footer_section .wrap .left-footer .footer_btn {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 50px;
}

@media (max-width: 1550px) {
  .footer_section .wrap .left-footer .footer_btn {
    padding-top: 30px;
  }
}

.footer_section .wrap .left-footer .footer_btn a {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 230%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 10px 40px;
  font-family: 'gibsonregular' !important;
  font-weight: 800 !important;
}

@media (max-width: 1550px) {
  .footer_section .wrap .left-footer .footer_btn a {
    font-size: 12px;
  }
}

.footer_section .wrap .left-footer .footer_btn .lbl-faci-btn {
  color: #00265b !important;
  background: #fff;
  margin-right: 10px;
  padding: 10px 20px;
}

.footer_section .wrap .left-footer .footer_btn .donate {
  color: #fff !important;
  background: #20776a;
}

.footer_section .wrap .right-footer h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  color: #5083b8;
  text-transform: uppercase;
}

.footer_section .wrap .right-footer .nav .menu-item a {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 1550px) {
  .footer_section .wrap .right-footer .nav .menu-item a {
    font-size: 14px;
  }
}

.footer_section .wrap .right-footer .frst-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.footer_section .wrap .right-footer .frst-row .first-col .up-rw {
  margin-bottom: 50px;
}

.footer_section .wrap .right-footer .frst-row .third-col .last-rw {
  margin-top: 20px;
}

.footer_section .wrap .right-footer .frst-row .third-col .last-rw a svg path {
  fill: #fff;
}

.footer_section .wrap .right-footer .frst-row .third-col .last-rw a svg:hover {
  transition: all 0.4s ease-in-out;
}

.footer_section .wrap .right-footer .frst-row .third-col .last-rw a svg:hover path {
  fill: #5083b8;
  transition: all 0.4s ease-in-out;
}

.footer_section .wrap .right-footer .scnd-row {
  margin-top: 80px;
}

@media (max-width: 1400px) {
  .footer_section .wrap .right-footer .scnd-row {
    margin-top: 50px;
  }
  .board-first-sec {
    padding: 60px 0px 60px 0px !important;
  }
  .board-toggle-sec {
    padding: 50px 0px 0px 0px !important;
  }
}

.footer_section .wrap .right-footer .scnd-row p {
  font-size: 16px;
  line-height: 18px;
  color: #5083b8;
  margin-bottom: 12px;
  font-weight: 600;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-wrapper {
  padding-bottom: 45px;
}

@media (max-width: 1400px) {
  .board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-wrapper {
    padding-bottom: 25px;
  }
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  border: none !important;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::after,
.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::before {
  border-width: 0 !important;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title a {
  font-family: 'gibsonregular' !important;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5083b8 !important;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-wrapper .elementor-active a {
  color: #00265b !important;
  text-decoration: underline;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-wrapper .elementor-active a:focus {
  outline: none !important;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper,
.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
  border: none !important;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content h2.heading {
  font-weight: 300;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  color: #00265b;
  margin-bottom: 40px;
}

@media (max-width: 1400px) {
  .board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content h2.heading {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content p {
  width: 70%;
  margin: auto;
  text-align: center;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .top-sec {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .bottom-sec {
  padding-top: 55px;
  width: 65%;
  margin: auto;
  text-align: center;
}

@media (max-width: 1600px) {
  .board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .bottom-sec {
    width: 80%;
  }
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .bottom-sec .row {
  margin-bottom: auto;
  margin-top: 60px;
  align-items: baseline;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 25px;
  width: 65%;
  margin: auto;
}

@media (max-width: 1600px) {
  .board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .row {
    width: 80%;
  }
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .row .in-section img {
  width: 200px;
  margin: auto;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .row .in-section h4 {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #00265b;
  font-weight: 300;
  margin-top: 18px;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .row .in-section h4 i {
  font-style: normal;
}

.board-toggle-sec .top-sec .in-section:hover h4 i,
.board-toggle-sec .top-sec .in-section:hover h4 span {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .row .in-section h4 span {
  display: block;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #5083b8;
  padding-top: 10px;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .first-tab {
  margin-top: 50px;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .tab-inner {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #54575b;
  margin-top: 30px;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .tab-inner h3.sub-head {
  color: #5083b8;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .tab-inner ul.tabbing-ul li span.color-txt {
  color: #5083b8;
  padding-right: 8px;
}

.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-row {
  padding-top: 50px;
  width: 70%;
  margin: auto;
  text-align: center;
}

@media (max-width: 1400px) {
  .board-award-sec {
    padding: 60px 0px 50px 0px !important;
  }
}

.board-award-sec .inner-sec .img-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  padding-top: 30px;
}

.board-award-sec .inner-sec .img-row .in-section p {
  margin-bottom: auto;
}

.board-award-sec .inner-sec .img-row .in-section img {
  width: 180px;
  margin: auto;
}

.board-award-sec .inner-sec .img-row .in-section h4 {
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #00265b;
  font-weight: normal;
  margin-top: 10px;
}

@media (max-width: 1400px) {
  .board-award-sec .inner-sec .img-row .in-section h4 {
    font-size: 22px;
    line-height: 22px;
  }
}

.board-award-sec .inner-sec .img-row .in-section h4 span {
  display: block;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #5083b8;
  padding-top: 10px;
}

.elementor-popup-modal .dialog-widget-content {
  width: 50%;
}

.elementor-popup-modal .dialog-widget-content .dialog-lightbox-message {
  width: auto !important;
}

.elementor-popup-modal .dialog-widget-content .dialog-lightbox-message .elementor-location-popup {
  padding: 70px 50px 0px 50px;
  background: #5484b7;
}

.elementor-popup-modal .dialog-widget-content .dialog-lightbox-message .elementor-location-popup .elementor-inner .elementor-section-wrap .elementor-row .elementor-col-66 {
  width: 62%;
  margin-left: auto;
}

.elementor-popup-modal .dialog-widget-content .dialog-lightbox-message .elementor-location-popup .elementor-inner .elementor-section-wrap .elementor-row .elementor-col-66 h3.pop_main_ttl {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}

.elementor-popup-modal .dialog-widget-content .dialog-lightbox-message .elementor-location-popup .elementor-inner .elementor-section-wrap .elementor-row .elementor-col-66 h6.post {
  font-size: 18px;
  font-weight: normal;
  color: #00265b;
  margin-bottom: 30px;
}

.elementor-popup-modal .dialog-widget-content .dialog-lightbox-message .elementor-location-popup .elementor-inner .elementor-section-wrap .elementor-row .elementor-col-66 p {
  color: #fff;
}

.elementor-popup-modal .dialog-close-button .eicon-close {
  font-size: 0;
  background-image: url(../images/close-btn.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
  z-index: 999;
  padding: 20px;
}

@media (max-width: 1400px) {
  .training-main-sec {
    padding: 50px 0px 0px 0px !important;
  }
  .training-second-sec {
    padding: 0px 0px 30px 0px !important;
  }
}

.training-second-sec .inner-row .buttons {
  margin-bottom: 25px;
}

@media (max-width: 1400px) {
  .training-third-sec {
    padding: 60px 0px 0px 0px !important;
  }
}

.lbl-training-sec .header-sec .heading span.blue-head {
  display: block;
  color: #5083b8;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 50%;
  display: inline-block;
  margin-top: 0px;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
  display: none;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  width: calc(100% - 8px);
  padding: 6px 14px;
  height: 47px;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  font-family: Gibson;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  color: #c4c4c4;
  opacity: 1;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  width: calc(100% - 8px);
  padding: 6px 14px;
  height: 120px !important;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus,
.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select::before {
  position: absolute;
  content: '';
  font-size: 0;
  background: url(../images/select-arrow.png);
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  right: 20px;
  background-size: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select {
  width: calc(100% - 8px);
  padding: 6px 14px;
  appearance: none;
  font-family: Gibson;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  color: #c4c4c4;
  opacity: 1;
  height: 47px;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select option {
  color: black;
  font-size: 18px;
  text-transform: capitalize;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select:focus {
  outline: none;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_footer {
  text-align: right;
  margin: 0;
  padding: 0px 0px;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_footer input {
  margin: 0;
  background: #5083b8;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
  border: none;
  padding: 8px 30px;
  letter-spacing: 0.15em;
  transition: all 0.4s ease-in-out;
}

.lbl-training-sec .form-row .gform_wrapper form .gform_footer input:hover {
  background: #3c6086;
  transition: all 0.4s ease-in-out;
  color: #fff !important;
}

.lbl-training-sec .form-row .gform_validation_error .validation_error {
  display: none;
}

.lbl-training-sec .form-row .gform_validation_error .gform_body .gfield_error {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  background: none !important;
  border: none !important;
  position: relative;
}

.lbl-training-sec .form-row .gform_validation_error .gform_body .gfield_error input,
.lbl-training-sec .form-row .gform_validation_error .gform_body .gfield_error textarea {
  border: none !important;
}

.lbl-training-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message {
  padding: 0px !important;
  background: #5083b8;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: auto !important;
  display: inline-block !important;
  box-shadow: 0px 0px 5px #c5c5c5 !important;
  margin-top: 10px !important;
}

.lbl-training-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #5083b8;
  bottom: 31px;
}

.lbl-training-sec .form-row form#ic_signupform .elcontainer {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent;
  border: inherit;
  padding: 30px 0px;
}

.lbl-training-sec .form-row form#ic_signupform .elcontainer .form-header {
  display: none;
}

.lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .fieldtype-input {
  width: calc(50% - 10px) !important;
}

.lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .fieldtype-input label {
  font-family: 'gibsonregular' !important;
  font-weight: normal !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  color: #94928e !important;
  opacity: 1 !important;
  width: 25% !important;
}

.lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .fieldtype-input input {
  background: #fff !important;
  width: 75%;
  height: 45px;
  border-radius: 0 !important;
}

.lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .fieldtype-input input::placeholder {
  display: block !important;
  opacity: 1;
  font-size: 15px;
}

.lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .submit-container .btn-submit {
  border: inherit;
  border-radius: 0 !important;
  width: 15%;
  float: right;
  margin-right: 20px;
  margin-top: 18px;
}

@media (max-width: 1400px) {
  .training-slider-section {
    padding: 20px 0px 50px 0px !important;
  }
}

.training-slider-section .head-section h3.sub-head {
  font-size: 13px;
  line-height: 250%;
  letter-spacing: 0.24em;
}

.training-slider-section .image-slider-row {
  width: 70%;
  margin: auto;
}

.training-slider-section .image-slider-row .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide .swiper-slide-inner img.swiper-slide-image {
  margin: auto;
}

.training-slider-section .image-slider-row .swiper-pagination {
  bottom: -20px !important;
}

.training-slider-section .image-slider-row .swiper-pagination .swiper-pagination-bullet {
  background: #ededed;
  opacity: 1;
  height: 10px;
  width: 10px;
  margin: 0px 10px;
}

.training-slider-section .image-slider-row .swiper-pagination .swiper-pagination-bullet-active {
  background: #6c3b7a;
  position: relative;
  opacity: 1;
}

.training-slider-section .image-slider-row .swiper-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #6c3b7a;
  left: -5px;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto !important;
  background-size: 20px;
}

.training-slider-section .image-slider-row .elementor-swiper-button .eicon-chevron-right {
  font-size: 0;
  padding: 20px;
  background-image: url(../images/right-gray.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center center;
}

.training-slider-section .image-slider-row .elementor-swiper-button .eicon-chevron-left {
  font-size: 0;
  padding: 20px;
  background-image: url(../images/right-gray.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center center;
  transform: rotate(180deg);
}

@media (max-width: 1400px) {
  .training-last-row {
    padding: 40px 0px 30px 0px !important;
  }
}

.training-last-row a.page-links {
  display: block;
  padding-left: 25px;
  background-image: url(../images/purple-arrow.png);
  background-size: 14px;
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  color: #5083b8;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}

.training-last-row a.page-links:hover {
  color: #3c6086;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.pathways-row-sec .inner-row .inner-text-row {
  border-bottom: 1px solid #54575b;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.pathways-row-sec .inner-row .inner-text-row .buttons {
  margin-bottom: 20px;
}

.pathways-row-sec .inner-row .last-row {
  border-bottom: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1400px) {
  .story-main-section {
    padding: 60px 0px 0px 0px !important;
  }
  .story-second-sec {
    padding: 30px 0px 20px 0px !important;
  }
}

.story-second-sec .elementor-toggle .elementor-tab-content p span.italic-text {
  font-style: italic;
}

@media (max-width: 1400px) {
  .story-last-section {
    padding: 0px 0px 40px 0px !important;
  }
  .stories-main-sec {
    padding: 50px 0px 0px 0px !important;
  }
}

.stories-main-sec .first-row .purple-italic {
  font-style: italic;
  color: #6c3b7a;
  width: 60%;
  margin: auto;
  padding-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 1400px) {
  .strories-main {
    padding: 0px 0px 0px 0px !important;
  }
  .stories-second-sec {
    padding: 50px 0px 50px 0px !important;
  }
}

.stories-second-sec .left-sec .purple-italic {
  font-style: italic;
  color: #6c3b7a;
}

.stories-second-sec .left-sec ul.text-ul li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  margin-left: 0;
}

.stories-second-sec .left-sec ul.text-ul li::before {
  position: absolute;
  content: '';
  background-image: url(../images/purple-arrow.png);
  background-size: 14px;
  background-repeat: no-repeat;
  left: 0;
  top: 10px;
  height: 14px;
  width: 14px;
}

.stories-second-sec .text-row p {
  width: 80%;
  margin: auto;
}

.stories-second-sec .text-row p span.small-text {
  display: block;
  font-size: 14px;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body {
  width: 60%;
  margin: auto;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  display: inline-block;
  margin-top: 0px;
  padding-right: 0 !important;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label {
  display: none;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  width: calc(100% - 8px);
  padding: 6px 14px;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  font-family: Gibson;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  color: #c4c4c4;
  opacity: 1;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  width: calc(100% - 8px);
  padding: 6px 14px;
  height: 120px !important;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus,
.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:active {
  outline: none !important;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select::before {
  position: absolute;
  content: '';
  font-size: 0;
  background: url(../images/select-arrow.png);
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  right: 20px;
  background-size: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select {
  width: calc(100% - 8px);
  padding: 6px 14px;
  appearance: none;
  font-family: Gibson;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  color: #c4c4c4;
  opacity: 1;
  height: 47px;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select option {
  color: black;
  font-size: 18px;
  text-transform: capitalize;
}

.stories-second-sec .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select:focus {
  outline: none;
}

.stories-second-sec .form-row .gform_wrapper form .gform_footer {
  text-align: center;
  margin: 25px 0 0 0;
  padding: 0px 0px;
}

.stories-second-sec .form-row .gform_wrapper form .gform_footer input {
  margin: 0;
  background: #9875a2;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border: none;
  padding: 6px 35px;
  letter-spacing: 0.15em;
  transition: all 0.4s ease-in-out;
}

.stories-second-sec .form-row .gform_wrapper form .gform_footer input:hover {
  background: #6c3b7a;
  transition: all 0.4s ease-in-out;
  color: #fff !important;
}

.stories-second-sec .form-row .gform_validation_error .validation_error {
  display: none;
}

.stories-second-sec .form-row .gform_validation_error .gform_body .gfield_error {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  background: none !important;
  border: none !important;
  position: relative;
}

.stories-second-sec .form-row .gform_validation_error .gform_body .gfield_error input,
.stories-second-sec .form-row .gform_validation_error .gform_body .gfield_error textarea {
  border: none !important;
}

.stories-second-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message {
  padding: 0px 10px !important;
  background: #5083b8;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  width: auto !important;
  display: inline-block !important;
  box-shadow: 0px 0px 5px #c5c5c5 !important;
  margin-top: 0px !important;
  top: -4px;
  position: relative;
}

.stories-second-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #5083b8;
  bottom: 33px;
}

.stories-text-row {
  padding-top: 90px;
}

@media (max-width: 1400px) {
  .stories-text-row {
    padding-top: 50px;
  }
}

.stories-terms-row {
  padding-top: 20px;
  padding-bottom: 50px;
}

@media (max-width: 1400px) {
  .stories-terms-row {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

.stories-terms-row .inner-row {
  background: #f7f5f2;
  padding: 45px 60px;
}

.stories-terms-row .inner-row .elementor-text-editor h3 {
  font-size: 18px;
}

.stories-terms-row .inner-row .elementor-text-editor p {
  font-size: 16px;
}

.stories-last-sec .inner-sec {
  padding-top: 30px;
  border-top: 1px solid #c4c4c4;
}

.stories-last-sec .inner-sec a.gray-link {
  display: block;
  padding-left: 25px;
  background-image: url(../images/purple-arrow.png);
  background-size: 14px;
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}

.alliance-first-row {
  padding-top: 70px;
}

.alliance-first-row .text-row {
  padding-bottom: 30px;
  border-bottom: 1px solid #54575b;
}

.alliance-first-row .text-row span.bold-txt {
  color: #212325;
  font-weight: 600;
}

.allliance-training-sec {
  padding-top: 30px;
}

.allliance-training-sec .upcoming-alliance .sub-head {
  margin-bottom: 40px;
}

.allliance-training-sec .upcoming-alliance .alliance-all .cat_ttl_main h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 33px;
  color: #fff;
  background: #adb54e;
  padding: 10px 25px;
}

.allliance-training-sec .upcoming-alliance .alliance-all .inn-alliance-all {
  background: #f7f8ed;
  padding: 18px 25px;
  margin-bottom: 35px;
}

.allliance-training-sec .upcoming-alliance .alliance-all .inn-alliance-all .single-alliance .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.allliance-training-sec .upcoming-alliance .alliance-all .inn-alliance-all .single-alliance .row .left-cntn .organizer-title {
  font-size: 20px;
  line-height: 33px;
  color: #5083b8;
  font-weight: 600;
}

.allliance-training-sec .upcoming-alliance .alliance-all .inn-alliance-all .single-alliance .row .left-cntn .location-title {
  color: #54575b;
  font-weight: 600;
}

.allliance-training-sec .upcoming-alliance .alliance-all .inn-alliance-all .single-alliance .row .left-cntn .country-dates .country-ttl {
  color: #54575b;
  font-weight: 600;
  font-family: 'gibsonbold';
}

.alliance-text-sec {
  padding-top: 60px;
  padding-bottom: 30px;
}

.alliance-text-sec .inner-sec {
  padding-bottom: 60px;
  border-bottom: 1px solid #54575b;
}

.alliance-last-sec .inner-sec a.gray-link {
  display: block;
  padding-left: 25px;
  background-image: url(../images/yello-arrow.png);
  background-size: 14px;
  background-position: center left;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
}

.news-main {
  background: #f7f5f3;
  padding-top: 70px;
  padding-bottom: 60px;
}

@media (max-width: 1400px) {
  .news-main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.news-main .elementor-row .first-row .elementor-widget-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  column-gap: 30px;
}

.news-main .elementor-row .first-row .elementor-widget-container .news-item {
  background: #fff;
}

.news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .image-outer {
  padding: 20px;
}

.news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .image-outer .blog-image {
  margin: auto;
  padding: 30px;
}

@media (max-width: 1400px) {
  .news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .image-outer .blog-image {
    padding: 15px;
  }
}

.news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec {
  padding: 20px;
}

.news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec:hover {
  background: #5083b8;
  transition: all 0.4s ease-in-out;
}

.news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec:hover .cat_dis_frst p,
.news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec:hover .blog-title a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec .cat_dis_frst p {
  font-size: 13px;
  line-height: 33px;
  font-family: 'gibsonregular' !important;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5083b8;
  font-weight: 600;
  margin-bottom: 0px;
}

.news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec .blog-title a {
  font-weight: 300;
  font-size: 20px;
  line-height: 60px;
  color: #00265b;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1400px) {
  .news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec .blog-title a {
    line-height: 30px;
  }
}

.news-main .elementor-row .second-row {
  padding-top: 30px;
}

.news-main .elementor-row .second-row .inner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  column-gap: 30px;
}

.news-main .elementor-row .second-row .inner-grid .list-item:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 4;
}

.news-main .elementor-row .second-row .inner-grid .list-item .image-sec img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .news-main .elementor-row .second-row .inner-grid .list-item .image-sec img {
    height: 290px;
  }
}

.news-main .elementor-row .second-row .inner-grid .list-item .text-section {
  padding: 15px 22px;
}

.news-main .elementor-row .second-row .inner-grid .list-item .text-section h4.category {
  font-size: 13px;
  line-height: 33px;
  font-family: 'gibsonregular' !important;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5083b8;
  font-weight: 600;
  margin-bottom: 0px;
}

@media (max-width: 1400px) {
  .news-main .elementor-row .second-row .inner-grid .list-item .text-section h4.category {
    margin-bottom: -10px;
  }
}

.news-main .elementor-row .second-row .inner-grid .list-item .text-section a {
  font-weight: 300;
  font-size: 20px;
  line-height: 60px;
  color: #00265b;
  transition: all 0.4s ease-in-out;
}

.news-main .elementor-row .second-row .inner-grid .list-item .text-section:hover {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.req-section-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 1400px) {
  .req-section-main {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.hypnotherapy-main {
  padding-top: 100px;
}

.hypnotherapy-main .head-row h2 {
  width: 60%;
}

.hypnotherapy-main .inner-row {
  padding-bottom: 50px;
  border-bottom: 1px solid #54575b;
  margin-bottom: auto !important;
}

.hypnotherapy-main .inner-row h3.sub-head {
  color: #5083b8 !important;
}

.hypnotherapy-main .inner-row .inner-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #adb54e;
  padding: 15px 27px;
  margin-bottom: 20px;
}

.hypnotherapy-main .inner-row .inner-sec .img-sec img {
  width: 100%;
}

.hypnotherapy-main .inner-row .inner-sec .right-sec h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 33px;
  color: #fff;
  margin-bottom: auto;
  font-family: 'gibsonbold';
}

.hypnotherapy-main .inner-row .inner-sec .left-sec a {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5083b8;
  background: #fff;
  padding: 9px 20px;
}

.hypnotherapy-main .inner-second-sec {
  padding-top: 50px;
}

.hypnotherapy-main .inner-second-sec h3.sub-head {
  color: #5083b8;
  margin-bottom: 40px;
}

.hypnotherapy-main .inner-second-sec h4.trainers {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5083b8;
}

.hypnotherapy-main .inner-second-sec .content-sec {
  padding-top: 40px;
}

.hypnotherapy-main .inner-second-sec .content-sec p {
  margin-bottom: auto;
}

.hypnotherapy-main .inner-second-sec .content-sec .inner-sec {
  display: grid;
  grid-template-columns: 15% 85%;
  column-gap: 10px;
  margin-bottom: 15px;
}

.hypnotherapy-main .inner-second-sec .content-sec .inner-sec h5 {
  font-family: 'gibsonregular';
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15em;
  margin: 25px 0 0;
  text-transform: uppercase;
  color: #00265b;
}

.hypnotherapy-main .inner-second-sec .content-sec .inner-sec a.blue-link {
  font-size: 15px;
  line-height: 28px;
  text-decoration: underline;
  color: #00265b;
  font-weight: 800;
  transition: all 0.4s ease-in-out;
}

.hypnotherapy-main .inner-second-sec .content-sec .inner-sec a.blue-link:hover {
  color: #01193a;
  transition: all 0.4s ease-in-out;
}

.hypnotherapy-main .inner-second-sec .content-sec .inner-sec .email {
  font-size: 15px;
  line-height: 28px;
  color: #00265b;
}

.hypnotherapy-main .inner-second-sec .content-sec .inner-sec .email a {
  margin-left: 5px;
}

.hypnotherapy-main .inner-second-sec .content-sec .inner-sec .img-sec img {
  width: 100%;
}

.hypnotherapy-main .hypno-course-main-row {
  padding-top: 30px;
}

.hypnotherapy-main .hypno-course-main-row h3.sub-head {
  color: #5083b8;
}

ul.hypotherapy-ul li {
  padding-left: 30px;
  margin-left: 0;
  background-image: url(../images/yello-arrow.png);
  background-size: 14px;
  background-position: center left;
  background-repeat: no-repeat;
}

.hypno-inner-sec {
  padding-bottom: 90px;
}

.hypno-inner-sec .hypno-img-sec {
  padding-bottom: 40px;
}

.hypno-inner-sec .hypno-img-sec .img-col img {
  width: 100%;
}

.hypno-inner-sec .button-row a {
  background-image: inherit;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
}

.hypno-inner-sec .button-row a::before {
  position: absolute;
  content: '';
  background: url(../images/purple-arrow-link.png);
  background-size: 30px;
  height: 30px;
  width: 30px;
  top: -3px;
  bottom: 0;
  left: -50px;
  background-repeat: no-repeat;
}

.support-the-michael-text .donate-sec a.heading {
  display: block;
}

.featured_image_area .inner-heading sup {
  display: none;
}

.elementor-column-wrap.elementor-element-populated {
  padding: 0 !important;
}

.last-row-of-lbl {
  border: 0 !important;
}

.border-bottom-mni {
  border-bottom: 1px solid #54575b !important;
}

.elementor-image img {
  width: 400px;
  max-width: 96%;
}

.profilecustompicture {
  display: inline-block;
}

.profilecustompicture img {    
  height: 90px;
  position: absolute;
  right: 65px;
  margin-top: -135px;
  border-radius: 100%;
}

li#menu-item-2624 a.sf-with-ul:hover,
li#menu-item-2682 a.sf-with-ul:hover,
li#menu-item-148 a.sf-with-ul:hover {
  color: grey;
}

.scnd_sec.third_sec {
  margin-left: 15px;
}

.page-id-804 .gray-link {
  color: #5083b8 !important;
  text-decoration: underline !important;
}

.page-id-804 .gray-link:hover {
  text-decoration: underline !important;
  color: #3c6086 !important;
}

.middle_div p:first-child {
  font-weight: 600;
}

.elementor-element.elementor-element-5488da6 {
  border-bottom: none;
}

.research-main-row a.blue-link {
  text-decoration: underline !important;
  font-weight: 400;
  color: #5083b8;
}

.research-main-row a.blue-link:hover {
  color: #3c6086;
  font-weight: 700;
}

img.upcoming-img {
  width: 300px;
  margin: 0 0 7px;
  max-width: 96%;
  float: left;
  padding: 0 23px 0 0;
}

.tribute-newton-bg {
  padding-bottom: 0px !important;
}

.board-volunteers-section-top a,
.alliancepast-template-default .hypnotherapy-main .inner-second-sec .content-sec .inner-sec a.blue-link {
  color: #5083b8;
  text-decoration: underline;
  font-weight: 400;
  transition: all 0.5s;
}

.board-volunteers-section-top a:hover,
.alliancepast-template-default .hypnotherapy-main .inner-second-sec .content-sec .inner-sec a.blue-link:hover {
  text-decoration: underline;
  color: #3c6086;
  font-weight: 700;
  transition: all 0.5s;
}

.search-content .products a {
  text-decoration: underline;
  color: #5083b8;
}

.search-content .products a h4 {
  font-weight: 400;
  margin: 30px 0 35px;
  color: #5083b8;
}

.search-content .products a:hover h4 {
  color: #3c6086;
  font-weight: 700;
}

input#submit.find-a-fac:hover {
  color: #fff !important;
}

.news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec:hover .blog-title {
  color: #fff;
}

.alliance-template-default .hypnotherapy-main .inner-second-sec .content-sec .inner-sec .img-sec img {
  width: 150px;
  margin: 0 0 30px;
}

.alliance-template-default .hypnotherapy-main .inner-second-sec .content-sec {
  padding-top: 0;
}

.alliance-template-default .hypnotherapy-main .inner-second-sec h3.sub-head {
  margin: 0 0 40px;
}

.alliance-template-default .hypno-img-sec .img-col img {
  max-height: 410px;
  margin: 0 0 30px;
  object-fit: contain;
}

.alliance-template-default .hypno-img-sec.allison-lee-img-ctn .img-col img {
  object-fit: cover;
  float: left;
}

.alliance-template-default .hypnotherapy-main .hypno-course-main-row {
  padding-top: 0;
}

.alliance-template-default .hypnotherapy-main .inner-second-sec .content-sec .inner-sec {
  grid-template-columns: inherit;
}

.image-allison-lee-axinn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.alliance-template-default .hypno-inner-sec .hypno-img-sec .img-col .image-allison-lee-axinn img {
  max-height: 298px;
}

.alliance-template-default .hypnotherapy-main .head-row h2 {
  width: 100%;
}

.alliancepast-template-default .date_post {
  margin: 20px 0 0;
  color: #5083b8;
  font-weight: 600;
  font-size: 18px;
  display: none;
}

.hypno-inner-sec .hypno-img-sec.nora-yolles-young-img .img-col img {
  width: auto;
  float: left;
}

.hypno-img-sec.bryn-blankinship-img.nora-yolles-young-img img {
  width: auto;
  min-height: 309px;
}

ul.hypotherapy-ul {
  margin: 0 0 20px;
}

.margin-top-one {
  padding: 0px !important;
}

.led-trainers-text {
  margin: 50px 0 0 0px;
}

.alliancepast-template-default .hypnotherapy-main .inner-second-sec .content-sec .inner-sec {
  grid-template-columns: inherit;
}

.hypnotherapy-main .inner-second-sec .content-sec .inner-sec .img-sec img {
  width: auto;
}

.image-allison-lee-axinn-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.popup-link {
  color: #00265B;
}

.popup-link:hover {
  font-weight: 600;
}

.thanks_table-display {
  display: table;
  margin: auto;
}

.inn-thanks {
  display: table-cell;
  vertical-align: middle;
}

.inn-section-thanks {
  padding: 100px 50px;
}

h1.thnkas-heding {
  text-align: center;
  color: #00265B;
  margin: 0 0 10px;
  font-size: 3rem;
}

.links-thanks {
  text-align: center;
}

p.thanks-pre {
  text-align: center;
  color: #54575B;
  font-size: 20px;
}

.links-thanks a.previous {
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  background: #00265B;
  padding: 0 20px;
}

.links-thanks a.previous:hover {
  background: #5083b8;
  transition: all 0.4s ease-in-out;
}

.page-id-3791 .featured_image_area {
  display: none;
}

.page-id-353 input#gform_submit_button_2 {
  color: #fff !important;
}

/* Media Queries */
@media only screen and (max-width: 1600px) {
  .hypnotherapy-main .heading {
    font-size: 47px !important;
  }
  .third_div, .forth_div {
    margin: 30px 0 0 28px;
    width: 64.8%;
  }
  .bsui .list-group-item h2 {
    font-size: 40px;
    padding: 15px 0;
  }
  .after_title_content {
    font-size: 17px;
    padding: 16px 0px;
  }
  .alliance-template-default .hypno-img-sec .img-col img {
    max-height: 370px;
  }
}

@media only screen and (max-width: 1430px) {
  .research-main-row .research-inner-text a.page-links {
    display: block;
  }
  .stories-terms-row .inner-row {
    margin: 20px 0 0px;
  }
  .donate-main-row .donate-inner-row a.page-links {
    display: block;
  }
  .third_div, .forth_div {
    width: 63.5%;
  }
  .header_search .search-form {
    margin-top: 0 !important;
  }
  #gform_13 .gform_body ul li:nth-child(9) {
    width: auto;
  }
  .site-inner, .wrap, .elementor-container {
    width: 96%;
    margin: 0 auto;
  }
  .alliance-template-default .hypno-img-sec .img-col img {
    max-height: 335px;
  }
  .alliance-template-default .hypno-inner-sec, 
  .alliancepast-template-default .hypno-inner-sec {
    max-width: 96%;
    margin: 0 auto;
    left: 0px !important;
  }
  .alliance-template-default .hypno-inner-sec .hypno-img-sec .img-col .image-allison-lee-axinn img {
    max-height: 262px;
  }
  .elementor-container {
    width: 90%;
  }
  .training-form-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before {
    bottom: 30px;
  }
}

@media only screen and (max-width: 1299px) {
  .header_search .search-form {
    margin-top: 10px !important;
  }
  .board-award-sec .inner-sec .img-row {
    margin: 0px;
  }
  .board-award-sec .inner-sec .img-row .in-section {
    padding: 0 5px;
  }
  .hypnotherapy-main .inner-row .inner-sec .left-sec a {
    display: inline-block;
  }
  .page-id-1424 .user_search form,
  .page-id-1424 .elementor-text-editor.elementor-clearfix {
    max-width: 90%;
  }
  .page-id-1424 .header-right-btn {
    margin: -45px 30px 0 0px;
  }
  .page-id-1424 .inner-sub-heading {
    padding: 0 30px;
  }
  .page-id-1424 .user_search select:nth-child(3) {
    margin: 0 13px;
  }
  .page-id-1424.full-width-content .content {
    padding: 0px;
  }
  .page-id-1424 .featured_image_area .wrap .h1.inner-heading {
    padding: 0 30px;
  }
  .page-id-1424 .user_search {
    margin: 0 0 20px;
  }
  .third_div, .forth_div {
    width: 62.5%;
  }
  .elementor-element.elementor-element-b3a5d5a.backtohome.elementor-widget.elementor-widget-text-editor {
    right: 40px;
    top: 100px;
  }
  .elementor-element.elementor-element-f4fdf7b.member-logo {
    margin: 30px 0 0px;
  }
  .privacy-policy .site-inner {
    padding: 0 30px;
  }
  .edit-pro-main-row h1 {
    font-size: 40px !important;
  }
  .edit-pro-main-row {
    margin-bottom: 0 !important;
    margin-top: 130px !important;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(4) .ginput_container.ginput_container_checkbox {
    width: 476px;
  }
  .alliance-template-default .hypno-img-sec .img-col img {
    max-height: 283px;
  }
  .alliance-template-default .hypnotherapy-main .heading {
    font-size: 34px !important;
  }
  .alliance-template-default .hypno-inner-sec .hypno-img-sec .img-col .image-allison-lee-axinn img {
    max-height: 209px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-traning-sec .inner-sec .elementor-testimonial__footer span.elementor-testimonial__name {
    font-size: 18px;
  }
  .home-third-section .heading::before {
    right: 30px;
  }
  .home-slider-main {
    height: 400px;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    top: 65px;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .menu-item a {
    margin: 0 0 0 14px;
  }
  .site-header .wrap .header-navmenu-area .header-btns .lft-btn a {
    font-size: 12px;
    padding: 5px 7px;
  }
  .home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .heading a {
    font-size: 35px;
  }
  .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .text-sec h4.sub-head {
    line-height: 31px;
    font-size: 24px;
  }
  .home-slider-main .home-slider-inner .Feature-txt h1.feature-head {
    font-size: 40px;
    margin: 0 0 25px 0;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    top: 55px;
    line-height: 29px;
    font-size: 21px;
  }
  .footer_section {
    padding: 50px 0px 50px;
  }
  .site-header .wrap {
    margin: 0 auto;
  }
  .featured_image_area .wrap .h1.inner-heading {
    padding: 0 30px;
  }
  .board-first-sec {
    padding: 60px 0 60px 50px !important;
  }
  .board-award-sec {
    padding: 60px 40px 60px 30px !important;
  }
  .elementor-popup-modal .dialog-widget-content {
    width: 65%;
  }
  .board-award-sec .inner-sec .img-row .in-section {
    width: 100%;
  }
  .board-award-sec .inner-sec .img-row .in-section img {
    width: 100%;
  }
  .faq-main-sec {
    padding: 70px 30px 70px 30px !important;
  }
  .story-main-section {
    padding: 60px 30px 0px 30px !important;
  }
  .story-last-section {
    padding: 0px 30px 40px 30px !important;
  }
  .news-main, .req-section-main {
    padding-right: 30px;
    padding-left: 30px;
  }
  body.page-id-270 .featured_image_area {
    height: 510px !important;
  }
  .training-form-sec {
    padding: 60px 10px 50px 30px !important;
  }
  .donate-main-row {
    padding: 60px 30px 20px 30px !important;
  }
  .training-main-sec {
    padding: 50px 0px 0px 40px !important;
  }
  .training-second-sec {
    padding: 0px 40px 30px 40px !important;
  }
  .elementor-568 .elementor-element.elementor-element-e43e73e {
    padding: 60px 10px 60px 40px;
  }
  .training-third-sec {
    padding: 60px 40px 0px 40px !important;
  }
  .training-last-row {
    padding: 40px 30px 30px 40px !important;
  }
  .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-6a47e58 .elementor-column-wrap.elementor-element-populated {
    padding-left: 0px !important;
  }
  .pathways-main-sec {
    padding-left: 30px !important;
    padding-right: 20px !important;
  }
  .elementor-630 .elementor-element.elementor-element-53dbb32 {
    padding: 60px 30px 50px 30px;
  }
  .elementor-630 .elementor-element.elementor-element-10b6ad5f {
    padding: 60px 0 60px 30px;
  }
  section.main_content_area.location_section .content {
    padding: 0;
  }
  .single-publication .main_content_area .cntnt_cs .containt_post {
    padding: 60px 30px 30px;
  }
  .single-publication .publication_inc {
    padding-left: 30px;
    padding-right: 30px;
  }
  .single-publication .publication_inc .publication-outer .publication-inn .single-publication .inn-main-detail .publication-title a {
    line-height: 24px;
  }
  .hypno-inner-sec {
    width: 100% !important;
    left: 0px !important;
  }
  .date_post {
    padding: 20px 20px;
  }
  .hypnotherapy-main .head-row {
    width: 100% !important;
  }
  .hypnotherapy-main .head-row h2 {
    width: 100%;
  }
  .facilitator-form-sec .head-section .heading {
    font-size: 44px;
  }
  .facilitator-form-sec .head-section p {
    font-size: 22px;
  }
  .elementor-143 .elementor-element.elementor-element-baaf215 {
    padding: 40px 0px 40px 0px;
  }
  .page-id-1424 .featured_image_area .wrap .h1.inner-heading {
    font-size: 40px;
  }
  .page-id-1424 .elementor-column-wrap.elementor-element-populated {
    padding: 0px !important;
  }
  .page-id-1424 .user_search select:nth-child(3) {
    margin: 0 11px;
  }
  .page-id-1424 .user_search {
    margin: 0 0 20px;
  }
  .page-id-1424 .inner-sub-heading {
    margin: 0px;
    font-size: 20px;
  }
  .page-id-143 .elementor-143 .elementor-element.elementor-element-c3cf32b {
    padding: 60px 20px 70px 20px;
  }
  .elementor-143 .elementor-element.elementor-element-7a457b0 {
    padding: 80px 20px 80px 20px;
  }
  .third_div, .forth_div {
    width: 59.5%;
  }
  .in_fisrst_div .in_top_div p, .in_fisrst_div .in_middle_div p {
    font-size: 14px;
  }
  .bsui .list-group-item h2 {
    padding: 15px 0 0;
    font-size: 35px;
  }
  .elementor-element.elementor-element-b3a5d5a.backtohome.elementor-widget.elementor-widget-text-editor {
    right: 14%;
    top: 14%;
  }
  .member-logo .elementor-image img {
    width: 265px;
  }
  .member-login-bg .bsui .form-control {
    height: 48px;
    font-size: 18px;
  }
  .member-login-bg button.btn.btn-primary.btn-block.text-uppercase.uwp_login_submit {
    line-height: 40px;
  }
  .member-login-bg h3.card-title {
    font-size: 18px;
  }
  .elementor-element-9613958 .elementor-column-wrap.elementor-element-populated,
  .elementor-element-8f1430b .elementor-column-wrap.elementor-element-populated,
  .volunteer-groups-content-box .elementor-column-wrap.elementor-element-populated {
    padding: 0px !important;
  }
  .volunteer-groups-content-bg {
    padding: 40px !important;
  }
  .interested-head .elementor-widget-container h3 {
    padding: 0px 63px 0px 77px;
  }
  .interested-box {
    margin-bottom: 50px !important;
  }
  .volunteer-groups-head .elementor-widget-container h2 {
    font-size: 40px;
  }
  .back-to-home-volunteer-group .elementor-text-editor {
    padding: 50px 30px 0;
  }
  .training-main-sec {
    padding: 50px 0px 0px 0px !important;
  }
  .publication-second-sec {
    padding: 40px 30px 0px 30px !important;
  }
  .publication-main-row {
    padding: 40px 30px 40px 30px !important;
  }
  .page-id-1472 .user_head_logo {
    margin: 0 0 25px -130px;
  }
  .page-id-1472 .user_head_search {
    margin: 61px -117px 0 0px;
  }
  .user_head_logo .left_side a img {
    left: -110px !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(23) {
    width: 50%;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(11) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(12) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(17) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(21) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(19) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(18) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(22) .ginput_container_text {
    width: 180px !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(24), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(25), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(26), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(27), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(28), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(29) {
    margin: 0 46px 0 0px;
  }
  .contact-main-row {
    padding: 50px 20px 0px 20px !important;
  }
  .contact-second-sec {
    padding: 30px 20px 40px 20px !important;
  }
  .board-award-sec .inner-sec .img-row .in-section img {
    object-fit: contain !important;
  }
  .alliance-template-default .hypno-img-sec .img-col img {
    max-height: 251px;
  }
  .hypno-inner-sec .hypno-img-sec.nora-yolles-young-img .img-col img {
    min-height: 292px;
    object-fit: cover;
  }
  .alliance-template-default .hypno-inner-sec .hypno-img-sec .img-col .image-allison-lee-axinn img {
    max-height: 194px;
  }
  .hypno-img-sec.bryn-blankinship-img.nora-yolles-young-img img {
    min-height: 209px;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    width: 420px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-facilitor-sec .inner-sec .text-col {
    width: 50%;
  }
  .home-facilitor-sec .inner-sec .img-col {
    width: 50%;
  }
  .heading {
    font-size: 35px;
  }
  .home-facilitor-sec .inner-sec .text-col .heading {
    margin-bottom: 10px;
  }
  .home-facilitor-sec .inner-sec .text-col p {
    line-height: 25px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  a.link-btn {
    font-size: 12px;
    line-height: 20px;
  }
  .home-last-sec .inner-sec .heading span.big-txt {
    font-size: 45px;
  }
  .site-header .wrap {
    width: 95%;
    margin: 0 auto;
  }
  .site-header .wrap .header-navmenu-area {
    margin-right: 0;
  }
  .site-header .wrap .header-navmenu-area .header-btns {
    width: 412px;
    max-width: 96%;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    left: 110px;
  }
  .research-main-row .research-last-row {
    padding-top: 30px;
  }
  .featured_image_area .wrap .h1.inner-heading {
    line-height: 56px;
    font-size: 39px;
  }
  .training-slider-section .image-slider-row .elementor-swiper-button .eicon-chevron-right {
    position: absolute;
    top: -22px;
    bottom: 0;
    right: -60px;
    background-size: 22px;
  }
  .training-slider-section .image-slider-row .elementor-swiper-button .eicon-chevron-left {
    position: absolute;
    top: -22px;
    bottom: 0;
    left: -60px;
    background-size: 22px;
  }
  .page-id-2283 .event-res-info-content .elementor-row {
    width: 100%;
  }
  .page-id-2283 .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    width: 31%;
  }
  #ic_signupform .elcontainer {
    padding: 30px 0px !important;
  }
  .lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .fieldtype-input label {
    font-size: 14px !important;
  }
  .hypno-inner-sec .button-row a::before {
    left: 0;
  }
  .hypno-inner-sec .button-row a {
    padding-left: 40px;
  }
  .hypno-inner-sec {
    padding-bottom: 0;
  }
  .text-sec {
    width: 95%;
  }
  .page-id-1424 .user_search select:nth-child(3) {
    margin: 0 10px;
  }
  .page-id-1424 .user_search input[type=text], 
  .page-id-1424 .user_search select {
    margin: 0 0 12px;
  }
  .third_div, .forth_div {
    width: 60.9%;
  }
  .elementor-element.elementor-element-b3a5d5a.backtohome.elementor-widget.elementor-widget-text-editor {
    right: 12%;
  }
  .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    width: 50%;
  }
  .volunteer-groups-head .elementor-widget-container h2 {
    font-size: 34px;
  }
  .volunteer-groups-content-bg {
    padding: 20px !important;
  }
  .volunteer-groups-text .elementor-text-editor p {
    font-size: 18px;
    line-height: 30px;
  }
  .elementor-element.elementor-element-1ab5984.volunteer-groups-img-full .elementor-image img {
    padding: 0;
  }
  .mni-new-text h2 span, .mni-new-text h2 a span {
    line-height: 37px;
    font-size: 16px;
  }
  .interested-head .elementor-widget-container h3 {
    padding: 0 30px;
  }
  .mni-new-lft .elementor-image img {
    margin: 0;
  }
  .hypno-inner-sec {
    padding: 0 20px 20px;
  }
  .mni-new-content-bg {
    padding: 0 20px 0 30px;
  }
  .admin-content-top {
    margin: 0 20px 98px 30px;
  }
  .event-res-info-content .elementor-row {
    width: 66.6%;
  }
  .page-id-2292 .event-res-info-content .elementor-row {
    width: 100%;
  }
  .page-id-2292 .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    width: 32%;
    margin: 0 11px 0 0px;
  }
  .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    width: 47%;
  }
  .mni-new-content-bg.event-res-info-content.event-res-info-two .elementor-row {
    width: 100%;
  }
  .mni-new-content-bg.event-res-info-content.event-res-info-two .elementor-column.elementor-col-33 {
    width: 32%;
  }
  .mni-library-content-bg {
    padding: 0 30px;
  }
  .page-id-1558.full-width-content .content {
    padding: 0 30px;
  }
  .user_head_logo .left_side a img {
    left: -110px;
  }
  .elementor-element-a54ca30 .elementor-column-wrap.elementor-element-populated {
    padding: 0 20px !important;
  }
  .full-width-content .content {
    padding: 0 30px;
  }
  .edit-pro-main-row {
    margin-top: 90px !important;
  }
  .page-id-1532 .elementor-row {
    margin-bottom: 50px !important;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(23) .ginput_container.ginput_container_text,
  div#gform_wrapper_11 .gform_body ul li:nth-child(17) .ginput_container.ginput_container_text {
    width: 59.5%;
  }
  div.edit-pro-tabination-main .ginput_container input {
    padding: 15px !important;
  }
  .page-id-1532 .gform_body h2 {
    padding: 26px 0px;
    font-size: 28px;
  }
  body.page-id-1532 label.gfield_label {
    font-size: 14px !important;
    padding: 26px 0 0 0 !important;
  }
  div.edit-pro-tabination-main .ginput_container .gfield_select {
    padding: 15px !important;
  }
  .edit-pro-tabination-main .gform_wrapper {
    padding: 30px 40px !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(11) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(12) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(17) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(21) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(19) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(18) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(22) .ginput_container_text {
    width: 180px !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(24), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(25), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(26), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(27), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(28), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(29) {
    margin: 0 55px 0 0px;
  }
  .gform_wrapper .gfield_checkbox li, 
  .gform_wrapper .gfield_radio li {
    margin: 0 0 13px 0px !important;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(4) .ginput_container.ginput_container_checkbox {
    margin: -44px 0 0 488px;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(16), 
  div#gform_wrapper_11 .gform_body ul li:nth-child(22) {
    width: 45.1%;
  }
  .alliance-template-default .hypno-img-sec .img-col img {
    max-height: 228px;
  }
  .alliance-template-default .hypno-inner-sec .hypno-img-sec {
    padding-bottom: 15px;
  }
  .alliance-template-default .hypno-inner-sec .hypno-img-sec .img-col .image-allison-lee-axinn img {
    max-height: 174px;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    width: 41%;
  }
}

@media only screen and (max-width: 990px) {
  .site-header .wrap .header-navmenu-area .header-btns .lft-btn a {
    font-size: 10px !important;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .menu-item a {
    font-size: 11px;
    margin: 0 10px 0 0;
  }
  .home-slider-main {
    height: 300px;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    top: 15px;
    line-height: 28px;
    left: 100px;
    font-size: 18px;
  }
  .home-slider-main .home-slider-inner .Feature-txt h1.feature-head {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .second-sec-images .elementor-image-box-content h4.elementor-image-box-title {
    line-height: 21px;
    font-size: 17px;
  }
  .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .text-sec h4.sub-head {
    line-height: 30px;
    font-size: 20px;
  }
  .home-about-sec .elementor-widget-wrap {
    width: 90%;
  }
  .home-third-section p {
    width: 45% !important;
  }
  .wisdom-souls-content .elementor-image img {
    width: 250px;
  }
  .wisdom-souls-content {
    margin: 95px 0 60px;
  }
  .home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .publication-btn a.link-btn {
    font-size: 11px;
  }
  .footer_section {
    padding: 50px 0px 50px;
  }
  .home-publication-sec a.blue-button {
    padding: 5px 18px;
  }
  .header_search .search-form .search-form-input {
    width: 160px;
    margin: 0;
  }
  .header_search .search-form .search-form-submit {
    background-position: center right;
    background-size: 23px;
  }
  .featured_image_area .wrap .h1.inner-heading {
    font-size: 40px;
  }
  .board-first-sec {
    padding: 60px 20px 60px 20px !important;
  }
  .board-award-sec .inner-sec .img-row {
    display: inherit;
  }
  .board-award-sec .inner-sec .img-row .in-section {
    width: 25%;
    float: left;
  }
  .faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-tab-title {
    font-size: 20px;
  }
  .faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-toggle-icon .elementor-toggle-icon-closed {
    background-size: 13px;
  }
  .faq-main-sec .elementor-toggle .elementor-tab-content h4.inner-head {
    width: 100%;
  }
  .faq-main-sec .elementor-toggle .elementor-tab-content p {
    width: 100%;
    font-size: 17px;
    line-height: 25px;
  }
  .news-main .elementor-row .second-row .inner-grid .list-item .text-section a {
    font-size: 17px;
  }
  body.page-id-270 .featured_image_area {
    height: 330px !important;
  }
  .training-main-sec {
    padding: 50px 30px 0px 40px !important;
  }
  .lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .submit-container .btn-submit {
    width: 17%;
  }
  .alliance-first-row {
    padding-top: 50px;
  }
  .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 {
    align-items: flex-start;
  }
  #elementor-tab-content-1931 .img-sec {
    width: 100% !important;
  }
  .page-id-1424 .user_search .button {
    background-size: 15px;
    padding: 0 30px 0 0px;
    height: 45px;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 45px;
  }
  .page-id-1424 .user_search select {
    padding: 0 30px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    background-size: 15px;
    vertical-align: top;
  }
  .page-id-1424 .user_search select:nth-child(3) {
    margin: 0 7px;
  }
  .third_user_div {
    margin: 40px 0 0 0;
  }
  .forth_user_div {
    bottom: 25px;
  }
  .inn_middle_cntn {
    width: 53%;
  }
  .inn_last_cntn {
    width: 23%;
  }
  .third_div, .forth_div {
    width: 52.9%;
  }
  .elementor-element-9a041eb .elementor-column-wrap.elementor-element-populated,
  .elementor-element-e2a7634 .elementor-column-wrap.elementor-element-populated,
  .elementor-element-6bf0d6a .elementor-column-wrap.elementor-element-populated,
  .elementor-element-6e046e9 .elementor-column-wrap.elementor-element-populated,
  .elementor-element-d89d0e1 .elementor-column-wrap.elementor-element-populated,
  .elementor-element-5bf0d6a .elementor-column-wrap.elementor-element-populated {
    padding: 0px !important;
  }
  .mni-new-lft .elementor-image img {
    height: auto;
  }
  .mni-new-text p {
    font-size: 11px;
  }
  .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    margin: 0 15px 0 0;
  }
  .mni-new-text h2 span, .mni-new-text h2 a span {
    font-size: 14px;
  }
  .mni-library-content .elementor-image img {
    width: 100%;
  }
  .user_head_logo .left_side a img {
    left: -80px !important;
  }
  .user_head_logo .right_side {
    width: 58% !important;
  }
  .membership-head h2 {
    font-size: 38px;
  }
  #gform_13 .gform_body ul li {
    font-size: 17px;
    line-height: 23px;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(16), 
  div#gform_wrapper_11 .gform_body ul li:nth-child(22) {
    width: 49%;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(23) .ginput_container.ginput_container_text,
  div#gform_wrapper_11 .gform_body ul li:nth-child(17) .ginput_container.ginput_container_text {
    width: 100%;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(16) .ginput_container.ginput_container_text,
  div#gform_wrapper_11 .gform_body ul li:nth-child(22) .ginput_container.ginput_container_text {
    width: 95%;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(11) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(12) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(17) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(21) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(19) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(18) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(22) .ginput_container_text {
    width: 130px !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(24), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(25), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(26), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(27), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(28), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(29) {
    margin: 0 12px 0 0px;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(23) .ginput_container_checkbox {
    width: 51% !important;
  }
  .page-id-2292 .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    margin: 0 8px 0 0px;
  }
  .page-id-2283 .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    width: 47%;
  }
  .alliance-template-default .hypnotherapy-main {
    padding-top: 50px;
  }
  .alliance-template-default .hypno-img-sec .img-col img {
    max-height: 185px;
  }
  .alliance-template-default .hypno-inner-sec .hypno-img-sec .img-col .image-allison-lee-axinn img {
    max-height: 134px;
  }
  .hypno-img-sec.bryn-blankinship-img.nora-yolles-young-img img {
    min-height: 183px;
  }
  .home-slider-main .home-slider-inner .Feature-txt h1.feature-head {
    padding: 0 50px 0 0px;
    width: 360px;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    width: 384px;
  }
  .page-id-1424 .user_search ul.select-list.langdropdownopen {
    margin-top: 43px;
  }
}

@media only screen and (max-width: 800px) {
  .site-header .wrap {
    width: 100%;
  }
  .top-sec-menu .dashicons-before:before {
    left: 0;
    width: auto;
    height: auto;
    margin: 0px;
  }
  .menu-toggle {
    padding: 7.5px 8px;
  }
  nav.genesis-responsive-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: 62px;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu {
    display: initial;
    width: 100%;
    z-index: 1;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    width: 100%;
    float: left;
    padding: 0;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .menu-item a {
    margin: 0;
    font-size: 14px;
    padding: 14px 30px;
    background: #efefef;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .site-header {
    position: relative;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item .sub-menu-toggle {
    color: #5083b8;
    background: #efefef;
    padding: 10px 30px;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu {
    width: 100%;
    padding: 0;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item a {
    background: #fbf9f9;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 100%;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a span {
    color: #00265b !important;
  }
  .home-publication-sec a.blue-button {
    padding: 5px 18px;
  }
  .footer_section .wrap .left-footer .footer_btn {
    padding-left: 0;
  }
  .left-footer {
    width: 226px;
  }
  .footer_section .wrap .right-footer .scnd-row {
    float: left;
  }
  .footer_section .scnd-col {
    float: left;
    width: 50%;
    margin: 0 0 20px;
  }
  .footer_section .third-col, .footer_section .first-col {
    width: 50%;
    float: left;
  }
  .footer_section .wrap .right-footer .frst-row {
    margin-top: 26px;
    display: inherit;
  }
  .featured_image_area .wrap .h1.inner-heading {
    padding: 0;
    font-size: 35px;
  }
  .featured_image_area .inner-heading sup {
    top: 27px;
    font-size: 15px;
  }
  .featured_image_area {
    height: 160px;
  }
  .elementor-popup-modal .dialog-widget-content {
    width: 79%;
  }
  .board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .top-sec {
    padding-bottom: 10px;
  }
  .research-main-row .research-inner-text .sub-head {
    margin-top: 20px;
  }
  .faq-main-sec {
    padding: 50px 30px 40px 30px !important;
  }
  .news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec .blog-title a {
    font-size: 18px;
  }
  .featured_image_area .wrap .h1.inner-heading {
    font-size: 32px;
    line-height: 46px;
  }
  .donate-form-row {
    padding: 20px 20px 20px 20px !important;
  }
  .heading {
    font-size: 30px;
  }
  .elementor-image img {
    padding-left: 30px;
  }
  .heading sup {
    font-size: 17px;
  }
  .alliance-first-row {
    padding-top: 50px;
  }
  .publication-second-sec .Publication-books-row .elementor-image-box-title,
  .publication-second-sec .Publication-books-row .elementor-image-box-title a {
    line-height: 14px;
  }
  .single-publication .main_content_area .cntnt_cs .containt_post {
    padding: 60px 0px 30px;
  }
  .hypnotherapy-main .inner-row .inner-sec .left-sec a {
    display: inline-block;
    font-size: 12px;
  }
  .hypnotherapy-main .inner-row .inner-sec .right-sec h3 {
    font-size: 19px;
  }
  .hypnotherapy-main .head-row {
    width: 100% !important;
  }
  .hypnotherapy-main .head-row h2 {
    width: 100%;
    font-size: 35px !important;
  }
  .stories-main-sec .first-row .purple-italic {
    padding-bottom: 0;
  }
  #elementor-tab-content-1931 .img-sec, 
  #elementor-tab-content-1932 .img-sec, 
  #elementor-tab-content-1933 .img-sec {
    width: 100% !important;
  }
  .facilitor-tab-section .about-toggle1 .text-sec .link-sec h5 {
    font-size: 21px;
  }
  .facilitor-tab-section .about-toggle1 .text-sec .link-sec .inner-link {
    font-size: 18px;
  }
  .facilitator-form-sec .link-sec .form-link a {
    font-size: 20px;
  }
  .page-id-1424 .site-inner {
    padding: 0;
  }
  .page-id-1424 .featured_image_area .wrap .h1.inner-heading,
  .page-id-1424 .inner-sub-heading {
    padding: 0px;
  }
  .page-id-1424 .header-right-btn {
    margin: -45px 0px 0 0px;
  }
  .page-id-1424 .user_search input[type=text], 
  .page-id-1424 .user_search select {
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
  }
  .page-id-1424 .inner-sub-heading {
    font-size: 18px;
  }
  .bsui .list-group-item h2 {
    margin-top: 10px;
    font-size: 33px;
  }
  .inn_middle_cntn {
    width: 49%;
  }
  .inn_last_cntn {
    width: 27%;
  }
  .third_div, .forth_div {
    width: 44.9%;
  }
  .member-login-bg .elementor-container.elementor-column-gap-default {
    display: inherit;
  }
  .member-login-bg .card-body {
    width: 90%;
  }
  .hypno-inner-sec {
    padding: 0 0 30px 0px;
  }
  .hypno-inner-sec .button-row a {
    width: auto;
  }
  .mni-new-lft .elementor-image img,
  .mni-new-content-bg {
    padding: 0px;
  }
  .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    margin: 0 13px 0 0px;
  }
  .mni-library-content .elementor-image img,
  .mni-library-content-bg {
    padding: 0;
  }
  .admin-content-top {
    margin: 0 0px 48px 0px;
  }
  .user_head_logo .right_side {
    width: 62% !important;
  }
  .page-id-1558.full-width-content .content {
    padding: 0px;
  }
  .member-table-bg th {
    font-size: 11px;
    line-height: 23px;
  }
  .membership-head h2 {
    margin: 40px 0 0px;
  }
  #gform_13 .gform_body ul li {
    width: 100%;
  }
  .membership-groups-content-bg {
    margin-bottom: 60px;
  }
  .full-width-content .content {
    padding: 0px;
  }
  .edit-pro-tabination-main .gform_wrapper {
    padding: 0px 20px 20px !important;
  }
  body.page-id-1532 .gform_body h2 {
    font-size: 25px;
    padding: 20px 0px;
  }
  div.edit-pro-tabination-main .gform_wrapper .gform_footer {
    padding-top: 20px !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(11) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(12) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(17) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(21) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(19) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(18) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(22) .ginput_container_text {
    width: 130px !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(23) .ginput_container_checkbox {
    width: 50% !important;
  }
  .edit-pro-tabination-main .gform_wrapper .gform_footer input {
    padding: 13px 30px;
  }
  .alliance-template-default .hypno-img-sec .img-col img {
    max-height: 177px;
  }
  .hypno-img-sec.bryn-blankinship-img.nora-yolles-young-img img {
    min-height: 155px;
  }
  .alliance-template-default .hypno-inner-sec .hypno-img-sec .img-col .image-allison-lee-axinn img {
    max-height: 114px;
    width: auto;
    padding: 0;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    width: 45%;
  }
  .submit-container input {
    width: auto !important;
  }
  .single-alliancepast .first-row-paala-past:nth-child(2) {
    margin-bottom: 20px;
  }
  .site-header .wrap .header-navmenu-area .header-btns .lft-btn a {
    display: inline-block;
  }
  .site-header .wrap .header-navmenu-area {
    justify-content: flex-end;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu,
  .site-header .wrap .header-navmenu-area .header-btns {
    width: auto;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu li a {
    padding-left: 45px !important;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .menu .menu-item .sub-menu li .sub-menu li a {
    padding-left: 65px !important;
  }
  .home-third-section p {
    width: 50% !important;
  }
  .home-about-sec .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title a {
    letter-spacing: 2px;
    font-size: 12px;
  }
  .footer_section .wrap .left-footer .footer_btn .lbl-faci-btn {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header_search .search-form {
    margin-top: 0px !important;
  }
  .site-header .wrap .header-navmenu-area {
    width: 73%;
  }
  .site-header .wrap .header-navmenu-area .header-btns {
    width: auto;
  }
  .second-sec-images .elementor-column {
    width: 33%;
    padding: 0 15px;
  }
  .second-sec-images .elementor-image-box-content h4.elementor-image-box-title {
    width: 95%;
  }
  .elementor-2 .elementor-element.elementor-element-2fb9984 > .elementor-widget-container {
    padding: 40px 0px 10px 0px;
  }
  .elementor-widget-tabs .elementor-tab-mobile-title {
    background: #5083b8;
    color: #fff !important;
  }
  .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    border: 1px solid rgba(0,0,0,0.2) !important;
    background: #fff;
    padding: 20px;
  }
  .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 {
    display: inherit;
  }
  .home-about-sec .elementor-widget-wrap .img-sec {
    width: 238px;
    max-width: 58%;
  }
  .home-about-sec .text-sec {
    margin: 30px 0 0;
  }
  .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .text-sec h4.sub-head {
    font-size: 23px;
    line-height: 29px;
  }
  .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .text-sec .learn-button {
    margin-top: 0px !important;
    padding: 0;
  }
  .home-about-sec .elementor-tab-title.elementor-tab-mobile-title {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
  }
  .home-third-section p {
    width: 56% !important;
  }
  .heading sup {
    font-size: 17px;
  }
  .home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col {
    width: 100% !important;
    padding: 0 40px;
  }
  .wisdom-souls-content .elementor-image img {
    width: 160px;
  }
  .wisdom-souls-content {
    margin: 45px 0 28px;
  }
  .home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col ul.books-ul,
  .home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .publication-btn {
    width: 100% !important;
  }
  .home-facilitor-sec .inner-sec .img-col {
    width: 40%;
    margin: 70px 0 0;
  }
  .home-facilitor-sec .inner-sec .text-col {
    width: 60%;
  }
  a.heading {
    font-size: 25px;
  }
  .heading sup {
    font-size: 15px;
  }
  .home-traning-sec .inner-sec .elementor-testimonial__footer {
    margin-top: 0px !important;
  }
  .home-traning-sec .inner-sec .heading span.small-text {
    margin-bottom: 2px;
  }
  .home-facilitor-sec .elementor-image {
    width: 95%;
  }
  .home-last-sec {
    padding: 40px 0px 20px 0px !important;
  }
  .home-last-sec .inner-sec .heading span.big-txt {
    font-size: 36px;
  }
  .left-footer, .right-footer {
    width: 100%;
  }
  .left-footer .footer_logo {
    width: 220px;
    float: left;
  }
  .footer_section img {
    width: 100%;
  }
  .footer_section .wrap .left-footer .footer_btn {
    float: right;
    width: auto;
    padding: 15px 0 0 0px;
  }
  .footer_section .wrap .left-footer .footer_btn a.lbl-faci-btn.donate.blue-button {
    margin: 0;
  }
  .footer_section .scnd-col {
    width: 38%;
  }
  .footer_section .third-col {
    width: 25%;
  }
  .footer_section .first-col {
    width: 37%;
  }
  .footer_section .wrap .right-footer .frst-row {
    width: 100%;
    display: inline-block;
  }
  .footer_section .wrap .right-footer .scnd-row {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0 0 0;
    text-align: center;
  }
  .footer_section {
    padding: 30px 0px 20px;
  }
  .home-last-sec .inner-sec .heading span.big-txt {
    font-size: 26px;
  }
  .research-main-row .research-inner-text {
    width: 90%;
  }
  .board-first-sec {
    padding: 30px 30px 60px 30px !important;
  }
  .elementor-483 .elementor-element.elementor-element-7a3cfae {
    width: 100%;
    max-width: 100%;
  }
  .board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .row {
    width: 93%;
  }
  .in-section {
    width: 100%;
    padding: 0 10px;
  }
  .board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .row .in-section h4 {
    font-size: 19px;
  }
  .board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .bottom-sec {
    line-height: 27px;
    font-size: 17px;
  }
  .board-award-sec {
    padding: 30px 30px 30px 30px !important;
  }
  .board-award-sec .inner-sec .img-row .in-section {
    width: 33%;
  }
  .elementor-popup-modal .dialog-close-button .eicon-close {
    padding: 7px;
  }
  .board-toggle-sec {
    padding: 50px 20px 20px 20px !important;
  }
  .research-main-row .research-inner-text .grid-row .inner-col h3 {
    font-size: 20px;
  }
  .faq-main-sec .elementor-toggle .elementor-toggle-item .elementor-tab-title {
    padding: 13px 30px;
    font-size: 17px;
  }
  .news-main .elementor-row .first-row .elementor-widget-container {
    column-gap: 15px;
  }
  .news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec {
    padding: 13px;
  }
  .news-main .elementor-row .first-row .elementor-widget-container .news-item .single-post-blog .row .inn_rw .content-sec .blog-title a {
    line-height: 22px;
    font-size: 14px;
  }
  .news-main .elementor-row .second-row .inner-grid .list-item .text-section a {
    line-height: 15px;
  }
  .elementor-image img {
    margin: 20px 0 30px;
  }
  body.page-id-270 .featured_image_area .wrap .h1.inner-heading {
    width: 350px;
  }
  .featured_image_area .wrap .h1.inner-heading {
    font-size: 30px;
    line-height: 39px;
  }
  .elementor-image img {
    float: left;
  }
  .heading {
    font-size: 25px;
  }
  .donate-form-row .form-inner-row .gform_wrapper form .gform_footer {
    margin-right: 0;
    width: 100%;
  }
  .donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    padding: 8px 25px;
  }
  .elementor-630 .elementor-element.elementor-element-78b3855 {
    padding: 30px 0px 30px 0px;
  }
  .lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .fieldtype-input {
    width: 100% !important;
  }
  .lbl-training-sec .form-row form#ic_signupform .elcontainer .sortables .submit-container .btn-submit {
    margin: 0;
    width: 100%;
  }
  .pathways-main-sec {
    padding-left: 20px !important;
  }
  .elementor-630 .elementor-element.elementor-element-10b6ad5f {
    padding: 60px 20px 60px 30px;
  }
  .allliance-training-sec .upcoming-alliance .alliance-all .inn-alliance-all .single-alliance .row .left-cntn {
    width: 65%;
  }
  .alliance-text-sec {
    padding-top: 0;
  }
  .alliance-text-sec .inner-sec {
    padding-bottom: 20px;
  }
  .allliance-training-sec .upcoming-alliance .alliance-all .cat_ttl_main h3 {
    font-size: 20px;
  }
  .publication-second-sec .Publication-books-row .elementor-column.elementor-col-33 {
    width: 33%;
  }
  .hypnotherapy-main .inner-row .inner-sec {
    display: inherit !important;
  }
  .hypnotherapy-main .inner-row .inner-sec .right-sec h3 {
    margin: 0 0 10px !important;
  }
  .hypno-inner-sec .button-row a {
    font-size: 15px !important;
    width: 100%;
    display: inline-block;
    margin-top: 10px !important;
  }
  .hypno-inner-sec .button-row a::before {
    background-size: 18px !important;
    top: 2px !important;
    left: 10px !important;
  }
  .hypnotherapy-main {
    padding-top: 40px;
  }
  .stories-second-sec .form-row .gform_wrapper form .gform_body {
    width: 100%;
  }
  .stories-terms-row .inner-row {
    padding: 45px 40px;
  }
  .stories-main-sec img.attachment-full.size-full {
    margin: 0;
  }
  .stories-second-sec .text-row p {
    width: 96%;
  }
  .contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    padding: 8px 25px !important;
  }
  .contact-main-row .form-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select {
    padding: 11px 25px !important;
  }
  .elementor-143 .elementor-element.elementor-element-7a457b0 {
    padding: 40px 20px 40px 20px;
  }
  .page-id-143 .user_search {
    padding: 0px;
  }
  .facilitator-form-sec .head-section .heading {
    font-size: 37px;
  }
  .elementor-143 .elementor-element.elementor-element-baaf215 {
    padding: 0px 20px 40px 20px;
  }
  .page-id-143 .elementor-143 .elementor-element.elementor-element-c3cf32b {
    padding: 30px 20px 40px 20px;
  }
  .page-id-143 .home-about-sec .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .about-toggle1 .img-sec img {
    width: auto;
  }
  .page-id-1424 .featured_image_area .wrap .h1.inner-heading {
    font-size: 32px;
  }
  .page-id-1424 .inner-sub-heading {
    font-size: 17px;
  }
  .page-id-1424 .header-right-btn a {
    line-height: 35px;
    font-size: 12px;
  }
  .page-id-1424 .user_search input[type=text], 
  .page-id-1424 .user_search select {
    width: 100%;
  }
  .page-id-1424 .user_search select:nth-child(3) {
    margin: 0 10px 0 0;
    width: 50%;
  }
  .page-id-1424 .user_search .langdrop-down {
    width: 47%;
  }
  .page-id-1476 .elementor-text-editor.elementor-clearfix > a {
    margin: 40px 0 0px;
  }
  .bsui .list-group-item h2 {
    font-size: 30px;
    margin-top: 0px;
  }
  .elementor-element-564ceff .elementor-column-wrap.elementor-element-populated,
  .elementor-element-522ec7d5 .elementor-column-wrap.elementor-element-populated {
    padding: 0px !important;
  }
  .inn_middle_cntn {
    width: 70%;
  }
  .third_div, .forth_div {
    width: 65%;
    margin: 30px 0 0px;
    float: left;
  }
  .inn_last_cntn {
    width: 180px;
    max-width: 96%;
    margin: 45px 0 0px;
  }
  .main_language:after {
    width: 100%;
  }
  .elementor-element-67cf3ec4 .elementor-column-wrap.elementor-element-populated,
  .elementor-element-33a0a679 .elementor-column-wrap.elementor-element-populated,
  .elementor-element-ca9bc80 .elementor-column-wrap.elementor-element-populated,
  .elementor-element-6423cd7 .elementor-column-wrap.elementor-element-populated,
  .elementor-element-5e5a781 .elementor-column-wrap.elementor-element-populated {
    padding: 0px !important;
  }
  .elementor-element.elementor-element-b3a5d5a.backtohome.elementor-widget.elementor-widget-text-editor {
    right: 0;
  }
  .member-logo .elementor-image img {
    width: 245px;
    padding: 0px;
  }
  .member-login-bg h3.card-title {
    margin-bottom: 17px !important;
  }
  .news-main .elementor-row .second-row .inner-grid .list-item .text-section {
    padding: 15px 9px;
  }
  .news-main .elementor-row .second-row .inner-grid {
    column-gap: 15px;
  }
  .elementor-element-5e5a781 .elementor-element.elementor-element-8e19e99.elementor-widget.elementor-widget-text-editor {
    margin: 0;
  }
  .req-section-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-id-1472 .user_head_logo {
    padding: 0 0 0 50px;
    margin: 0 0 25px -107px;
  }
  .page-id-1472 .second-section .left-side a {
    padding: 0 7px 0 40px;
  }
  .page-id-1472 .uwp-profile-name h2 {
    font-size: 48px;
  }
  .mni-new-text {
    margin: -9px 0 30px;
  }
  .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    width: 100%;
    margin: 0px;
  }
  .event-res-info-content .elementor-row {
    width: 100%;
  }
  .mni-library-content-bg, .mni-new-content-bg {
    margin: 0px;
  }
  .mni-new-content-bg.event-res-info-content.event-res-info-two .elementor-column.elementor-col-33 {
    width: 100%;
  }
  .mni-new-lft .elementor-image img {
    height: auto;
  }
  .user_head_logo {
    display: inline;
  }
  .user_head_logo .left_side {
    width: 70%;
  }
  .user_head_logo .left_side a img {
    left: 0 !important;
    top: 22px;
  }
  .user_head_logo .right_side {
    display: initial !important;
  }
  .uwp-profile-name {
    margin-right: 0;
  }
  .membership-head h2 {
    font-size: 28px;
    background-size: 32px;
  }
  .user_head_logo .right_side .scnd_sec {
    width: auto;
    float: left;
  }
  #gform_13 .gform_footer.top_label input {
    margin: 0px !important;
    width: auto;
  }
  #gform_13 .ginput_container.ginput_container_checkbox {
    padding: 0;
  }
  .membership-head h2:after {
    width: 63px;
    bottom: 0;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(16), 
  div#gform_wrapper_11 .gform_body ul li:nth-child(22) {
    width: 47%;
    margin: 0 14px 0 0px;
  }
  .edit-pro-main-row h1 {
    font-size: 30px !important;
  }
  .page-id-1532 .elementor-row {
    margin-bottom: 30px !important;
  }
  div#elementor-tab-content-4261, 
  div#elementor-tab-content-4262 {
    font-size: 14px;
    line-height: 40px;
  }
  .page-id-1532 label.gfield_label {
    width: 100% !important;
  }
  .page-id-1532 .ginput_container.ginput_container_text {
    width: 100%;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(3) .ginput_container.ginput_container_text,
  div#gform_wrapper_11 .gform_body ul li:nth-child(9) .ginput_container.ginput_container_date,
  .page-id-1532 .ginput_container {
    width: 100% !important;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(4) .ginput_container.ginput_container_checkbox {
    margin: 0;
    width: auto;
    padding: 0;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(4) .ginput_container.ginput_container_checkbox label#label_11_6_1 {
    display: initial;
  }
  div.edit-pro-tabination-main .ginput_container input {
    padding: 10px !important;
  }
  body.page-id-1532 .gform_wrapper .top_label div.ginput_container {
    margin-top: 6px;
  }
  body.page-id-1532 label.gfield_label {
    padding: 14px 0 0px 0 !important;
  }
  div.edit-pro-tabination-main .gform_wrapper .gform_footer {
    padding-top: 0px !important;
  }
  div.elementor-widget-tabs .elementor-tab-mobile-title {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  }
  div#elementor-tab-content-4261, 
  div#elementor-tab-content-4262 {
    background: #fff;
    color: #000;
    padding: 15px 20px !important;
    line-height: 21px;
  }
  .edit-pro-tabination-main .gform_wrapper {
    padding: 0px 0px 20px !important;
  }
  div.edit-pro-tabination-main .ginput_container .gfield_select {
    padding: 10px !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(27) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(29) .ginput_container.ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(10) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_select {
    width: 100% !important;
    max-width: 100% !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(11), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(13), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(17), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(18), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(19), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(20), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(21), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(22) {
    width: 100% !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(11) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(12) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(17) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(21) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(19) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(18) .ginput_container_text, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_select, 
  div#gform_wrapper_12 .gform_body ul li:nth-child(22) .ginput_container_text {
    width: 100% !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(20),
  div#gform_wrapper_12 .gform_body ul li:nth-child(23) {
    width: 100% !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(23) .ginput_container_checkbox {
    width: 100% !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(24), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(25), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(26), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(27), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(28), 
  div#gform_wrapper_12 .gform_body ul li:nth-child(29) {
    width: 100% !important;
    margin: 0px !important;
  }
  div.edit-pro-tabination-main .gform_wrapper .gform_footer {
    padding-top: 30px !important;
  }
  .edit-pro-tabination-main .gform_wrapper {
    padding: 0px !important;
  }
  div#gform_wrapper_12 .gform_body ul li:nth-child(20) {
    margin-left: 0px !important;
  }
  div#gform_wrapper_11 .gform_body ul li:nth-child(6), 
  div#gform_wrapper_11 .gform_body ul li:nth-child(12), 
  div#gform_wrapper_11 .gform_body ul li:nth-child(18) {
    margin: 30px 0 0 0 !important;
  }
  .page-id-2292 .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    width: 48%;
  }
  .page-id-2283 .event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    width: 100%;
  }
  .elementor-popup-modal .dialog-widget-content .dialog-lightbox-message .elementor-location-popup {
    padding: 20px !important;
    overflow: auto;
    height: 440px;
  }
  .alliance-template-default .hypno-img-sec .img-col img {
    padding: 0;
    margin: 0 0 20px;
  }
  .alliancepast-template-default .image-allison-lee-axinn-two {
    grid-template-columns: repeat(1, 1fr);
  }
  .hypno-inner-sec .hypno-img-sec.nora-yolles-young-img .img-col img {
    width: 100%;
  }
  .alliance-template-default .hypno-inner-sec .hypno-img-sec .img-col .image-allison-lee-axinn img {
    max-height: 91px;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    width: 360px;
    max-width: 90%;
    left: 40px;
  }
  .single-alliancepast .first-row-paala-past .text-section-paala-past {
    margin-left: 35px;
  }
  .page-id-964 .blog-news-griding-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-id-964 .heading-container-blog-news {
    margin: 0 0 30px;
  }
  .stories-second-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message {
    top: 9px;
  }
  .donate-form-row .form-inner-row .gform_validation_error .gform_body .gfield_error .validation_message::before, 
  .contact-main-row .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before, 
  .stories-second-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before {
    bottom: 24px !important;
  }
}

@media only screen and (max-width: 575px) {
  .site-header .wrap .header_left {
    width: 25% !important;
  }
  .site-header .wrap .header-navmenu-area {
    width: 57%;
  }
  .site-header .wrap .header-navmenu-area .header-rightmenu {
    width: auto;
    float: right;
  }
  .site-header .wrap .header-navmenu-area .header-btns .lft-btn {
    margin-right: 0;
    width: auto;
    float: left;
  }
  .site-header .wrap .header-navmenu-area .header-btns .rght-btn {
    float: right;
    width: auto;
  }
  .top-sec-menu .dashicons-menu {
    margin: 0px;
  }
  .site-header .wrap .header-navmenu-area .header-btns {
    width: 100%;
    float: right;
    display: inherit;
    margin: 5px 0 0;
  }
  .site-header .wrap .header-navmenu-area .header-btns .lft-btn a {
    padding: 0 5px;
  }
  .site-header .wrap .header-navmenu-area .header-btns .rght-btn a svg {
    margin: 7px 0 0 7px;
    width: 18px;
  }
  .menu-toggle {
    padding: 2.5px 5px;
  }
  .top-sec-menu .dashicons-menu {
    margin: 5px 9px 0 0px;
    padding: 6px;
  }
  .header_search .search-form .search-form-input {
    margin: 10px 0 0;
  }
  .header_search .search-form .search-form-submit {
    background-position: top 26px center;
    padding: 0 0 0 23px;
    background-size: 20px;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    left: 80px;
    top: 5px;
  }
  .home-slider-main {
    height: 182px;
  }
  .second-sec-images .elementor-column {
    width: 45%;
    float: none;
    display: inline-block;
    margin: 0 0 20px;
  }
  .second-sec-images .elementor-image-box-img {
    margin-bottom: 0px !important;
  }
  .second-sec-images {
    padding-bottom: 30px !important;
  }
  .home-third-section p {
    width: 268px !important;
  }
  .second-sec-images .elementor-row {
    display: initial;
    text-align: center;
  }
  a.heading {
    font-size: 23px;
  }
  .heading sup {
    font-size: 13px;
  }
  .home-last-sec .inner-sec .heading span.small-text {
    padding: 0 40px;
  }
  .left-footer .footer_logo {
    width: 180px;
  }
  .footer_section .wrap .left-footer .footer_btn .lbl-faci-btn {
    padding: 6px 12px;
    font-size: 10px;
  }
  .footer_section .first-col {
    width: 43%;
  }
  .footer_section .third-col {
    width: 19%;
  }
  .footer_section .wrap .right-footer .frst-row .third-col .last-rw svg {
    width: 18px;
    margin: 0 4px;
  }
  .footer_section .wrap .right-footer .scnd-row p {
    line-height: 13px;
    font-size: 14px;
  }
  .heading, 
  .home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .heading a, 
  .home-slider-main .home-slider-inner .Feature-txt h1.feature-head {
    font-size: 22px;
  }
  .elementor-2 .elementor-element.elementor-element-9c48252 {
    padding: 40px 0px 40px 0px;
  }
  .home-slider-main .home-slider-inner .Feature-txt {
    font-size: 16px;
    line-height: 24px;
  }
  .small-head {
    padding: 0 20px;
  }
  .home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .elementor-element-9ffd407 img {
    margin: 0 0 0 40px !important;
  }
  .featured_image_area .wrap .h1.inner-heading {
    font-size: 30px;
  }
  .featured_image_area .inner-heading sup {
    top: 25px;
    font-size: 16px;
  }
  .world-map-lft, .world-map-rgt {
    width: 100%;
  }
  .research-main-row .research-inner-text .sub-head {
    font-size: 19px;
  }
  .research-main-row .research-inner-text a.page-links {
    background-size: 12px;
  }
  .research-main-row {
    padding: 25px 0 0px 0px !important;
  }
  .elementor-popup-modal .dialog-close-button .eicon-close {
    padding: 7px;
  }
  .board-toggle-sec {
    padding: 50px 20px 20px 20px !important;
  }
  .board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .row .in-section h4 {
    font-size: 14px;
  }
  .board-award-sec .inner-sec .img-row .in-section {
    width: 50%;
  }
  .popup-content-list .elementor-text-editor.elementor-clearfix {
    padding: 20px 0 0 0;
  }
}
  /*.elementor-element-69d40c9 .elementor-column-wrap.elementor-element-populated,*/
  /*.elementor-element-8e5329b .elementor-column-wrap.elementor-element-populated,*/
  /*.elementor-element-212ec8b .elementor-column-wrap.elementor-element-populatedI encountered an error doing what you asked. Could you try again?*/