:root {
  --yellow: #fad978;
  --blue: #2e438a;
}

body .six p {
  font-size: 16px !important;
}

.mx-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

#page.grid-container {
  padding: 0 15px;
}

.min-900 {
  min-height: 900px;
}

.mx-1530 {
  max-width: 1530px;
  margin: 0 auto;
}

.mx-1300 {
  max-width: 1300px;
  margin: 0 auto;
}

.header-container {
  position: sticky;
  top: 0;
  z-index: 999;
}

.slickwprev-dots li button:before {
  font-size: 12px !important;
  opacity: 1 !important;
}

.wpproslider_t6_DIV_3_logo {
  top: 20px !important;
  right: 20px !important;
}

.wpproslider_t6_SPAN_6 {
  display: none;
}

.wprev_preview_bg1_T6 {
  padding: 15px 15px 30px 15px !important;
}

.slickwprev-dots li.slickwprev-active button:before {
  opacity: 1 !important;
  color: #d0d0d0 !important;
  font-size: 15px !important;
}

.slickwprev-dots li button:before {
  color: #d5d9e8 !important;
}

body .slickwprev-dots li {
  width: 17px;
  height: 17px;
}

ul.slickwprev-dots {
  display: flex !important;
  flex-direction: column;
  top: 50%;
  right: 5%;
  bottom: 0;
  width: auto;
}

.p-both-86 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.search .site-content {
  padding-top: 86px;
  padding-bottom: 86px;
}

.no-sidebar div#right-sidebar {
  display: none;
}

/* .slickwprev-slide.slickwprev-active {
    width: 100% !important;
    display: block !important;
}

.slickwprev-slide {
    display: none !important;
} */

.mx-1280 {
  max-width: 1280px;
  margin: 0 auto;
}

p {
  color: #515151;
}

.light-grey p {
  color: #6a6c6c !important;
}

.font-16 {
  font-size: 16px;
}

.main-heading {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.gform_wrapper fieldset#field_2_1 .gfield_error label,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  color: #fad978 !important;
}

.big-heading {
  font-size: 80px;
  font-weight: 600;
}

.small-heading {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.btn {
  background: var(--yellow);
  padding: 16px 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: var(--blue);
  border-radius: 50px;
  text-align: center;
  margin-top: 30px;
  min-width: 200px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.gform_footer input {
  background: var(--yellow) !important;
  padding: 9px 30px !important;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: var(--blue) !important;
  border-radius: 50px;
  text-align: center;
  min-width: 200px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.gform_footer input:hover {
  background: var(--blue) !important;
  color: var(--yellow) !important;
}

form#gform_2 .gform_footer input:hover {
  background: #fff !important;
  color: var(--blue) !important;
}

.btn:hover {
  background: var(--blue);
  color: var(--yellow);
}

.btn a {
  padding: 0 !important;
  line-height: 20px !important;
}

.btn.menu-item {
  margin-top: 0 !important;
}

.btn.menu-item:hover a {
  color: var(--yellow) !important;
}

.btn.menu-item a {
  padding: 5px !important;
}

.main-nav a {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.menu-call a {
  color: #2f438a !important;
  font-weight: 600 !important;
  margin-right: 20px;
}

div#primary-menu {
  padding-right: 30px;
}

.main-navigation ul ul {
  background-color: #fff !important;
  width: max-content !important;
  min-width: 200px;
}

.current-menu-parent a {
  color: var(--blue) !important;
}

li ul.sub-menu li a {
  font-size: 20px !important;
  color: #323233 !important;
  font-weight: 400 !important;
}

.main-navigation ul ul li:hover a {
  color: var(--yellow) !important;
}

.menu-call.menu-item a:hover {
  color: var(--yellow) !important;
}

.counter-row {
  padding: 80px 0px;
}

.vc_row-fluid.bg-right {
  background-position: right !important;
}

.iocn-style1 {
  margin-bottom: 48px !important;
}

.iocn-style2 {
  margin-bottom: 25px !important;
}

.vc_box_rounded img {
  border-radius: 30px !important;
}

.no-mg {
  margin: 0 !important;
}

ul.five-column li {
  color: #333234;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  list-style: none;
  position: relative;
}

ul.five-column li:before {
  /*content: "\f3c5";*/
  content: url("../images/New Project.png");
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: var(--yellow);
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
}

.counter {
  text-align: center;
}

.counter .number {
  font-size: 80px;
  font-weight: 200;
  color: var(--blue);
}

.counter p {
  font-size: 20px;
  font-weight: 400;
  max-width: 230px;
  margin: 0 auto;
}

.footer-social ul li {
  display: inline-block;
  margin: 0 10px !important;
}

a.generate-back-to-top {
  background: #2f438a !important;
}

a.generate-back-to-top:hover {
  background: var(--yellow) !important;
  color: #000 !important;
}

.vc_tta-panel-heading,
.vc_tta-panel-body {
  background: none !important;
  border: none !important;
}

h4.vc_tta-panel-title a {
  padding: 34px 75px 34px 12px !important;
  color: #2f438a !important;
}

h4.vc_tta-panel-title a:hover {
  color: #000 !important;
}

.vc_tta-panel {
  border-bottom: 2px solid var(--yellow);
}

.footer-widgets-container {
  text-transform: uppercase;
}

.widget-title {
  font-weight: 600 !important;
}

header.entry-header {
  display: none;
}

.featured-image {
  position: relative;
}

.page-header-top {
  max-width: 1530px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
}

h2.inner-page-title {
  font-size: 60px;
  font-weight: bold;
  color: #2f438a;
  display: inline-block;
}

.for-mobile {
  display: none;
}

/* h2.inner-page-title:after {
    content: '';
    background: var(--yellow);
    height: 35px;
    width: 100%;
    display: block;
    margin-top: -38px;
} */

span.highlight,
h2.inner-page-title {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0) 18%,
      rgba(250, 217, 120, 1) 18%,
      rgba(250, 217, 120, 1) 46%,
      rgba(255, 255, 255, 0) 47%);
}

.site-logo,
.site-branding {
  margin-bottom: 0 !important;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 50px;
}

.team-single {
  text-align: center;
  width: calc(33% - 17px);
}

.team-img {
  width: 261px;
  height: 261px;
  object-fit: cover;
  border-radius: 40px;
  border: 10px solid transparent;
  box-shadow: 0px 0px 0px 2px var(--yellow);
  transition: all 0.3s ease-in-out;
}

.team-single:hover .team-img {
  z-index: 1;
  position: relative;
  box-shadow: 3px 3px 0px 2px var(--yellow);
}

/*.team-content {
    background: #f1f3f3;
    margin-top: -120px;
    border-radius: 50px;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: 160px;
    transition: all 0.8s ease;
}
.team-single:hover .team-content {
    display: block;
    overflow: visible;
    padding: 150px 16px 50px 16px;
    margin-bottom: 0;
    max-height: inherit;
    transition: all 0.8s ease;
}*/
/*.team-content {
    background: #f1f3f3;
    padding: 150px 16px 50px 16px;
    margin-top: -120px;
    border-radius: 50px;
}*/
.team-content {
  margin-top: -110px;
  border-radius: 50px;
  padding: 0;
  margin-bottom: 50px;
  transition: all 0.8s ease;
  padding: 142px 30px 30px;
}

.team-single:hover .team-content {
  background: #f1f3f3;
}

.team-content p.font-16 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s ease;
}

.team-single:hover .team-content p.font-16 {
  max-height: 850px;
  /*overflow: auto;*/
}

.team-single .team-content p.font-16::-webkit-scrollbar {
  display: none !important;
}
div#field_2_3 {
    text-align: left;
}
h2.member-name {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0;
  color: #2f438a;
}

p.designation {
  font-size: 18px;
  font-weight: 600;
}

.team-content a {
  color: #2f438a;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
}

.team-content a:after {
  content: "";
  background: var(--yellow);
  height: 7px;
  width: 100%;
  display: block;
  margin-top: -13px;
}

input[type="email"],
input[type="tel"],
input[type="text"] {
  height: 50px;
  border: 1px solid #cccccc !important;
  background: #fff !important;
  border-radius: 5px !important;
  padding: 0 16px !important;
  font-size: 16px !important;
}

::placeholder {
  color: #cdcdcd;
  font-style: italic;
}

textarea {
  border: 1px solid #cccccc !important;
  background: #fff !important;
  border-radius: 5px !important;
  padding: 16px 16px !important;
  font-size: 16px !important;
}

div#gform_wrapper_1 {
  max-width: 610px;
}

body .we-prov {
  font-size: 20px;
  margin-bottom: 30px !important;
  display: block;
  font-style: italic;
}

h2.inner-page-heading {
  font-size: 60px;
  max-width: 700px;
  font-weight: bold;
  line-height: 80px;
  padding: 0 15px;
  color: #2f438a;
}

.recently-funded-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.single-rf {
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  width: calc(33% - 2px);
  aspect-ratio: 1 / 1.4;
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  border: 8px solid #fff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1024px){
   .single-rf {
  min-height: 560px;
} 
}
.single-rf:hover {
  background-size: 280%;
  border: 8px solid var(--yellow);
}

.single-rf:hover .rf-footer {
    height: 278px;
    overflow-y: auto;
}

.rf-read-more:hover {
  color: #fff !important;
}

.single-rf p,
.single-rf h2,
.single-rf h3 {
  color: #fff;
}

h2.rf-heading {
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  top: 30px;
}

.single-rf p {
  font-size: 16px;
  margin-bottom: 0 !important;
}

body h4 {
  font-size: 20px;
}

h3.rf-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.rf-content {
  z-index: 5;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.overlay-rf {
  content: "";
  background: radial-gradient(#f3f3f300, #000000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

form#gform_2 input {
  border-radius: 50px !important;
}

form#gform_2 {
  padding: 100px 30px 30px 30px;
  background: #2d448a;
  max-width: 610px;
  margin: 0 auto;
  width: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden !important;
}

.form-header {
  position: absolute;
  top: -2px;
  right: -28px;
  width: 100%;
}

.form-header h2 {
  color: #fcd878;
  font-size: 40px;
  padding: 23px 0;
  font-weight: 600;
  text-align: center;
  background-image: url(https://www.burkefinancial.ca/wp-content/uploads/2022/04/Rectangle-1-copy.png);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  /*background-size: contain;*/
  border-top-right-radius: 43px;
}

label.gfield_label {
  font-size: 16px;
  color: #fff;
  font-weight: 400 !important;
}

.gform_body.gform-body input#input_2_3 {
  background: none;
  border: 0;
  border-radius: 0 !important;
  border-bottom: 2px solid var(--yellow) !important;
  text-align: right;
  font-size: 25px;
  color: #fff;
  margin-bottom: 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.gfield_radio {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px !important;
}

body .gp-icon svg {
  height: 0.8em;
  width: 0.8em;
}

span.phone-dots {
  font-size: 12px;
  display: inline-block;
  vertical-align: bottom;
}

.gchoice label img {
  filter: brightness(0) invert(1);
  display: block;
  margin-bottom: 16px !important;
}

.gchoice label img:hover {
  cursor: pointer;
}

.gchoice label {
  text-align: left;
  color: #fff;
  font-size: 16px !important;
  line-height: 23px;
  margin: 0 !important;
  max-width: 100% !important;
  padding-right: 16px;
}

.gchoice {
  position: relative;
  flex: 1;
  cursor: pointer !important;
}

.gchoice:hover img {
  filter: none;
}

.slider_home .slick-dots {
  position: absolute !important;
  bottom: 0;
  margin: 0 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

ul.sub-menu .current_page_item a {
  color: var(--yellow) !important;
}

.slider_home .slick-prev:before {
  background: #fad978;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 50px;
  font-size: 26px !important;
}

.slider_home .slick-prev {
  left: 50px !important;
  top: 50%;
}

.slider_home button.slick-next.slick-arrow:before {
  background: #fad978;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 50px;
  font-size: 26px !important;
}

.slider_home button.slick-next.slick-arrow {
  right: 50px !important;
  top: 50%;
}
  
.pardot-form-wrap form .ginput_container .gchoice:hover label {
  color: var(--yellow) !important;
}

.pardot-form-wrap form .ginput_container input[type="radio"]:checked+label img {
  filter: none;
}

.pardot-form-wrap form .ginput_container input[type="radio"]:checked+label {
  color: var(--yellow) !important;
}

.pardot-form-wrap form .ginput_container .gfield-choice-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.home-slider-inner {
  height: 1140px;
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.validation_message {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

div#gform_1_validation_container,
div#gform_2_validation_container {
  display: none;
}

.home-slider-inner .slider-title:after {
  content: "";
  background: var(--yellow);
  height: 35px;
  width: 100%;
  display: block;
  margin-top: -57px;
}

body .bottom-footer .inner-footer a:hover {
  text-decoration: none !important;
}

/*#field_3_1 {
  border: 2px solid #6a6c6c;
  border-radius: 50px;
}

#field_3_1.gfield_error {
  border: 2px solid #fad977 !important;
  border-radius: 46px;
}*/

.home-slider-inner .slider-title {
  font-size: 80px;
  line-height: initial;
  color: #2f438a;
  font-weight: 600;
}

.home-slider-inner .slider-content {
  font-size: 25px;
  line-height: 36px;
  color: #323132;
  max-width: 540px;
  font-weight: 600;
  margin-top: 20px;
}

.cust-width {
  max-width: 1280px;
  margin: 0 auto !important;
}

.widget ul li {
  margin-bottom: 0.3em;
  font-size: 14px;
  color: #efefef !important;
}

.footer-widgets a {
  font-weight: 300 !important;
  font-size: 14px;
  color: #efefef !important;
}

.footer-widgets b {
  font-weight: 600 !important;
  font-size: 14px;
  color: #efefef !important;
}

.award-section {
  max-width: 1000px;
  margin: 0 auto !important;
}

body .award-section:first-of-type {
  margin-top: 80px !important;
}

.award-section:last-of-type {
  margin-top: 60px !important;
}

.award-section img {
  max-height: 85px;
  object-fit: contain;
}

.home-slider-inner .slider-excerpt {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--yellow);
  background: #2d448a;
  padding: 5px 37px 5px 16px;
  position: relative;
}

.home-slider-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.absolute-form {
  position: absolute;
  top: 48%;
  right: 10%;
  transform: translateY(-50%);
}

.featured-slider-container img,
.awards-slider-container img {
  background: #f0f2f5;
  max-width: 280px;
  /* min-width: 280px; */
  min-height: 135px;
  max-height: 135px;
  padding: 16px;
  object-fit: contain;
  border-radius: 10px;
}

.featured-slider-container img {
  min-width: 280px;
  margin: 0 auto;
}

.slick-dots li button {
  font-size: 80px !important;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
  font-size: 40px !important;
}

.slick-dots {
  position: static !important;
  margin-top: 40px !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: var(--blue) !important;
  width: 25px;
  height: 25px;
  font-size: 112px;
}

.slick-dots li button:before {
  color: #6b6b6d !important;
  opacity: 1 !important;
}

.slider_home .slick-dots li {
  margin: 0 3px;
}

.pdf_slider .slick-arrow {
  top: 30%;
}

input#input_2_3::placeholder {
  color: #fff;
  font-family: "Poppins";
  font-style: inherit;
}

.slick-arrow {
  top: 55px;
  transform: none !important;
  z-index: 10;
}

button.slick-next.slick-arrow {
  right: -20px !important;
  left: auto;
}

button.slick-prev.slick-arrow {
  left: -40px;
}

.center,
.center img,
.center p,
.center a img {
  text-align: center !important;
}

.slick-prev:before {
  content: "\f104" !important;
  font-family: "Font Awesome 5 Pro" !important;
  color: #2f438a !important;
}

.slick-next:before {
  content: "\f105" !important;
  color: #2f438a !important;
  font-family: "Font Awesome 5 Pro" !important;
}

.rf-footer {
    margin-top: auto;
  height: 124px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

a.rf-read-more {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--yellow);
  border-bottom: 5px solid;
}

ul.num-list {
  list-style: none;
}

ul.num-list li {
  display: flex;
  margin-bottom: 30px;
}

ul.num-list li:last-child {
  margin-bottom: 0;
}

.num-n {
  margin-right: 30px;
}

.num-n p {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  border-radius: 100%;
}

.num-content h3 {
  font-size: 25px;
  font-weight: 600;
  color: var(--blue);
}

.num-content p {
  font-size: 16px;
  color: #515252;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
  color: var(--yellow) !important;
}

img.q-top {
  display: block;
  margin-bottom: 8px;
}

img.q-bottom {
  display: block;
  margin-left: auto;
}

.p-header {
  display: flex;
  margin-bottom: 20px;
}

.p-number {
  font-size: 150px;
  font-weight: 600;
  color: #e9ebf0;
  line-height: 112px;
  margin-right: 10px;
}

.p-title h2 {
  font-size: 25px;
  color: var(--blue);
  font-weight: 600;
  background: linear-gradient(0deg,
      hsl(45deg 93% 73%) 45%,
      hsl(23deg 64% 75% / 0%) 45%);
}

.p-title p {
  margin-bottom: 0 !important;
}

.third-p,
.fourth-p {
  margin-top: 60px;
}

ul.icon-list {
  list-style: none;
}

ul.icon-list li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  width: 18px;
  display: inline-flex;
  height: 18px;
  color: var(--blue);
  background: var(--yellow);
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 10px;
  margin-right: 0;
  top: 5px;
  position: absolute;
  left: 0;
}

ul.icon-list li {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  position: relative;
  padding-left: 40px;
}

ul.icon-list li:last-child {
  margin-bottom: 0px;
}

.pdf-single {
  padding: 15px 25px;
}

.footer-newsletter {
  flex: 1;
  padding: 30px 15px;
}

.f-top-main {
  background: #323232;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 3px solid #6b6b6d;
}

.footer-logo {
  width: 100%;
  margin-bottom: -9px;
  max-width: 600px;
}

div#gform_wrapper_3 {
  display: flex;
  align-items: center;
}

div#gform_wrapper_3 .gform_heading {
  max-width: 450px;
  margin-right: 50px;
}

div#gform_wrapper_3 h2.gform_title {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

div#gform_wrapper_3 span.gform_description {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  line-height: 20px !important;
  margin-top: 10px;
}

form#gform_3 {
  padding-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 588px;
  position: relative;
}

form#gform_3 .gform_body.gform-body {
  width: 100%;
}

form#gform_3 input[type="email"] {
  background: #6a6c6c !important;
  border: none !important;
  border-radius: 50px !important;
  width: 100% !important;
}

.gform_validation_errors {
  display: none !important;
}

form#gform_3 .gform_footer.top_label {
  margin: 0 !important;
  margin-left: -40px !important;
  position: absolute;
  top: 0;
  padding: 0;
  right: 0;
}

.pdf-title {
  color: #2e438a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px !important;
  margin-top: 10px;
}

.pdf-button a {
  color: var(--blue);
  text-transform: uppercase;
}

header#masthead {
  margin-bottom: -1px;
}

.pdf-button {
  background: #fad877;
  padding: 18px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  max-width: 263px;
  position: relative;
  width: 100%;
  padding-left: 35px;
}

.pdf-img img {
  margin: 0 auto;
  border-radius: 30px;
}

.single .a2a_kit {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  margin-top: 20px;
}

.pdf_slider .slick-arrow:before {
  font-size: 22px !important;
  color: #fff !important;
  opacity: 1 !important;
}

.pdf_slider .slick-arrow:hover,
.pdf_slider .slick-arrow:focus {
  background: #fad877;
}

.pdf_slider .slick-arrow {
  background: var(--blue);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.pdf_slider button.slick-next.slick-arrow {
  right: -60px !important;
}

.pdf_slider button.slick-prev.slick-arrow {
  left: -60px;
}

.top-single.news {
  align-items: center;
  display: flex;
}

.blog .site-content .content-area {
  width: 100%;
}

section.news-blog-section {
  display: flex;
}

.blog .is-right-sidebar {
  width: 100%;
}

.new-card-single {
  width: calc(50% - 20px);
}

.news-blog-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.btn.menu-item a {
  color: #222 !important;
}

.vc_custom_1651210714735 h2.main-heading {
  margin-bottom: 25px !important;
}

.blog-image img {
  object-fit: cover;
  border-radius: 40px;
  aspect-ratio: 11/ 7;
  max-width: 542px;
  width: 100%;
}

.blog .news-blog-section .news-blog-inner .news-blog-content .blog-content .read-more a {
  color: #2f438a;
}

.top-single.news .blog-content-n .b-content {
  font-size: 16px;
  margin-bottom: 52px !important;
}

span.b-date {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #2e438a;
  margin: 30px 0 15px 0;
}

h3.b-title {
  font-size: 25px;
  font-weight: 600;
  color: #2e438a;
}

/*MY CHANGES*/
.wprevpro .slickwprev-list {
  position: relative;
  max-width: 620px;
}

.wprevpro .slickwprev-list.draggable::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg,
      rgba(240, 242, 245, 1) 20%,
      rgba(255, 255, 255, 0) 88%);
  top: 0;
  z-index: 999;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.wprevpro .slickwprev-list.draggable::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 58px;
  background: linear-gradient(0deg,
      rgba(240, 242, 245, 1) 20%,
      rgba(255, 255, 255, 0) 88%);
  bottom: 0;
  z-index: 999;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

body .wpproslider_t6_DIV_1a {
  margin-top: 30px;
}

/*BLOGS CSS*/
.blog-container {
  padding-left: 15px;
  padding-right: 15px;
}

.top-single.news {
  align-items: flex-start;
}

.top-single.news .top-single-img {
  width: 50%;
}

.top-single.news .top-single-img img {
  max-width: 620px;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  aspect-ratio: 11/7;
}

@media (max-width: 768px) {
  .top-single.news .top-single-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.top-single.news .blog-content-n {
  width: 50%;
  padding: 0 15px;
}

.top-single.news .blog-content-n .b-date {
  margin-top: 0;
  font-size: 20px;
}

.top-single.news .blog-content-n h3 {
  font-size: 50px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top-single.news .blog-content-n h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .top-single.news .blog-content-n h3 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}

.top-single.news .blog-content-n .b-content {
  font-size: 16px;
}

.top-single.news .blog-content-n .read-more {
  background: #fad978;
  padding: 16px 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #2e438a;
  border-radius: 50px;
  text-align: center;
  min-width: 200px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.top-single.news .blog-content-n .read-more:hover {
  background: #2e438a;
  color: #fad978;
}

@media (max-width: 1280px) {
  .top-single.news .blog-content-n .read-more {
    margin-top: 12px;
    font-size: 16px !important;
    padding: 12px 23px;
    margin-top: 10px;
    min-width: 168px;
  }
}

@media (max-width: 768px) {
  .top-single.news .blog-content-n {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top-single.news {
    flex-wrap: wrap;
  }
}

.blog .news-blog-section {
  padding-bottom: 0 !important;
}

.blog .news-blog-section .news-blog-inner {
  width: 74%;
}

.single-post .news-blog-section {
  padding-bottom: 0 !important;
}

.single-post .news-blog-section .news-blog-inner {
  width: 74%;
}

@media (max-width: 1280px) {
  .blog .news-blog-section .news-blog-inner .news-blog-content .new-card-single {
    width: calc(50% - 28px);
  }

  .single-post .news-blog-section .news-blog-inner .news-blog-content .new-card-single {
    width: calc(33.33% - 28px);
  }
}

@media (max-width: 768px) {
  .blog .news-blog-section .news-blog-inner .news-blog-content .new-card-single {
    width: calc(50% - 28px);
  }

  .single-post .news-blog-section .news-blog-inner .news-blog-content .new-card-single {
    width: calc(50% - 28px);
  }
}

@media (max-width: 567px) {
  .blog .news-blog-section .news-blog-inner .news-blog-content .new-card-single {
    width: calc(100% - 0px);
  }

  .single-post .news-blog-section .news-blog-inner .news-blog-content .new-card-single {
    width: calc(100% - 0px);
  }
}

.blog .news-blog-section .news-blog-inner .news-blog-content .blog-content {
  max-width: 500px;
  margin: 0 auto;
}

.blog .news-blog-section .news-blog-inner .news-blog-content .blog-content .read-more {
  font-size: 16px;
  color: #2e438a;
  font-weight: 600;
  position: relative;
}

.blog .news-blog-section .news-blog-inner .news-blog-content .blog-content .read-more::before {
  position: absolute;
  content: "";
  background-color: #fad977;
  width: 100%;
  height: 7px;
  bottom: 3px;
  z-index: -1;
}

.single-post .news-blog-section .news-blog-inner .news-blog-content .blog-content {
  max-width: 500px;
  margin: 0 auto;
}

.single-post .news-blog-section .news-blog-inner .news-blog-content .blog-content .read-more {
  font-size: 16px;
  color: #2e438a;
  font-weight: 600;
  position: relative;
}

.single-post .news-blog-section .news-blog-inner .news-blog-content .blog-content .read-more::before {
  position: absolute;
  content: "";
  background-color: #fad977;
  width: 100%;
  height: 7px;
  bottom: 3px;
  z-index: -1;
}

@media (max-width: 768px) {
  .blog .news-blog-section .news-blog-inner .news-blog-content .blog-content h3 {
    font-size: 20px;
  }

  .single-post .news-blog-section .news-blog-inner .news-blog-content .blog-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .blog .news-blog-section .news-blog-inner {
    width: 100%;
  }

  .single-post .news-blog-section .news-blog-inner {
    width: 100%;
  }
}

.news-blog-section .main-sidebar {
  width: 24.5%;
  margin-left: auto;
  padding: 0 18px;
}

.blog .news-blog-section .main-sidebar .blog-container {
  padding: 0;
}

.single-post .news-blog-section .main-sidebar .blog-container {
  padding: 0;
}

@media (max-width: 1280px) {
  .blog .news-blog-section .main-sidebar .blog-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .single-post .news-blog-section .main-sidebar .blog-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar {
  padding: 0;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar {
  padding: 0;
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar #search-2 .search-form {
  background-color: #f0f2f5;
  border-radius: 25px;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar #search-2 .search-form {
  background-color: #f0f2f5;
  border-radius: 25px;
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar #search-2 .search-field {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #f0f2f5;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar #search-2 .search-field {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #f0f2f5;
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar #search-2 button {
  background-color: #fad977;
  color: #2f438a;
  border-radius: 25px;
  width: 85px;
  font-size: 19px;
  font-weight: bold;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar #search-2 button {
  background-color: #fad977;
  color: #2f438a;
  border-radius: 25px;
  width: 85px;
  font-size: 19px;
  font-weight: bold;
}

@media (max-width: 1280px) {
  .blog .news-blog-section .main-sidebar .inside-right-sidebar #search-2 {
    width: fit-content;
    margin: 0 auto;
  }

  .single-post .news-blog-section .main-sidebar .inside-right-sidebar #search-2 {
    width: fit-content;
    margin: 0 auto;
  }
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar #text-3 {
  padding: 40px 22px !important;
  background-color: #f0f2f5;
  border-radius: 40px;
  margin-top: 40px;
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .widget-title {
  font-size: 30px;
  color: #2e438a;
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic {
  display: flex;
  align-items: flex-start;
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic img {
  width: 100px;
  min-height: 82px;
  border-radius: 11px;
  aspect-ratio: 11/7;
  object-fit: cover;
  margin-right: 12px;
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic a .post-recent-info .post-date {
  font-size: 14px;
  color: #6a6c6c;
  font-weight: 300;
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic a .post-recent-info .post-excert {
  font-size: 14px;
  font-weight: 600;
  color: #2e438a;
  line-height: 1.5;
}

.blog .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic:not(:last-of-type) {
  margin-bottom: 30px;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar #text-3 {
  padding: 40px 22px !important;
  background-color: #f0f2f5;
  border-radius: 40px;
  margin-top: 40px;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .widget-title {
  font-size: 30px;
  color: #2e438a;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic {
  display: flex;
  align-items: flex-start;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic img {
  width: 100px;
  min-height: 82px;
  border-radius: 11px;
  aspect-ratio: 11/7;
  object-fit: cover;
  margin-right: 12px;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic a .post-recent-info .post-date {
  font-size: 14px;
  color: #6a6c6c;
  font-weight: 300;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic a .post-recent-info .post-excert {
  font-size: 14px;
  font-weight: 600;
  color: #2e438a;
  line-height: 1.5;
}

.single-post .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  .blog .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic:not(:last-of-type) {
    margin-right: 33px;
  }

  .single-post .news-blog-section .main-sidebar .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic:not(:last-of-type) {
    margin-right: 33px;
  }
}

@media (max-width: 1280px) {
  .blog .news-blog-section .main-sidebar {
    margin-top: 45px;
    width: 100%;
  }

  .single-post .news-blog-section .main-sidebar {
    margin-top: 45px;
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .blog .news-blog-section {
    flex-direction: column;
  }

  .single-post .news-blog-section {
    flex-direction: column;
  }
}

body #nav-below.paging-navigation {
  text-align: center;
  width: 100%;
  border-top: 2px solid #fad977;
  border-bottom: 2px solid #fad977;
  padding: 42px 0px !important;
}

body #nav-below.paging-navigation .page-numbers {
  font-size: 20px !important;
  padding: 16px 25px;
  background-color: #f1f3f3;
  border-radius: 40px;
  color: #2e438a;
  font-weight: 600;
  margin-right: 22px;
}

body #nav-below.paging-navigation .page-numbers.current {
  background-color: #fad977;
}

body #nav-below.paging-navigation .page-numbers span {
  display: none;
}

body #nav-below.paging-navigation .page-numbers.next,
body #nav-below.paging-navigation .page-numbers.prev {
  padding: 17px 54px;
  background-color: #fad977;
}

@media (max-width: 991px) {

  body #nav-below.paging-navigation .page-numbers.next,
  body #nav-below.paging-navigation .page-numbers.prev {
    padding: 10px 10px;
  }
}

@media (max-width: 991px) {
  body #nav-below.paging-navigation .page-numbers {
    font-size: 14px !important;
    padding: 6px 16px !important;
    margin: 5px 2px;
    display: inline-block;
  }
}

.single-post .featured-image.grid-container.grid-parent {
  position: relative;
}

.single-post .featured-image.grid-container.grid-parent .inner-page-title {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.single-post .site-content .content-area {
  width: 100%;
}

.single-post .site-content .content-area .news-blog-section {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.single-post .site-content .content-area .news-blog-section .news-blog-inner {
  margin-right: 26px;
}

.single-post .site-content .content-area .news-blog-section .news-blog-inner .featured-image img {
  border-radius: 25px;
}

.single-post .site-content .content-area .news-blog-section .news-blog-inner .entry-header {
  display: block;
}

.single-post .site-content .content-area .news-blog-section .news-blog-inner .entry-header .entry-title {
  font-weight: 600;
  color: #2e438a;
  margin-bottom: 0.8em;
}

@media (min-width: 1365px) {
  .single-post .site-content .content-area .news-blog-section .news-blog-inner .entry-header .entry-title {
    font-size: 50px;
  }
}

@media (max-width: 1180px) {
  .single-post .site-content .content-area .news-blog-section .news-blog-inner .entry-header .entry-title {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .single-post .site-content .content-area .news-blog-section .news-blog-inner .entry-header .entry-title {
    font-size: 28px;
  }
}

@media (min-width: 1365px) {
  .single-post .site-content .content-area .news-blog-section .news-blog-inner .span.b-date {
    font-size: 20px;
    margin: 42px 0 25px 0;
  }
}

.single-post .site-content .content-area .news-blog-section .news-blog-inner p {
  color: #6a6c6c;
}

.single-post .site-content .content-area .news-blog-section .news-blog-inner h3 {
  font-size: 25px;
  color: #2e438a;
  margin: 46px 0 27px 0;
}

@media (max-width: 768px) {
  .single-post .site-content .content-area .news-blog-section .news-blog-inner h3 {
    font-size: 20px;
    color: #2e438a;
    margin: 35px 0 22px 0;
  }
}

@media (max-width: 767px) {
  .single-post .site-content .content-area .news-blog-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .single-post .site-content .content-area .news-blog-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar {
  padding: 0;
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar #search-2 .search-form {
  background-color: #f0f2f5;
  border-radius: 25px;
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar #search-2 .search-field {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #f0f2f5;
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar #search-2 button {
  background-color: #fad977;
  color: #2f438a;
  border-radius: 25px;
  width: 85px;
  font-size: 19px;
  font-weight: bold;
}

@media (max-width: 1280px) {
  .single-post .site-content .content-area .widget-area .inside-right-sidebar #search-2 {
    width: fit-content;
    margin: 0 auto;
  }
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar #text-3 {
  padding: 40px 22px !important;
  background-color: #f0f2f5;
  border-radius: 40px;
  margin-top: 40px;
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar #text-3 .widget-title {
  font-size: 30px;
  color: #2e438a;
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic {
  display: flex;
  align-items: flex-start;
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic img {
  width: 100px;
  min-height: 82px;
  border-radius: 11px;
  aspect-ratio: 11/7;
  object-fit: cover;
  margin-right: 12px;
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic a .post-recent-info .post-date {
  font-size: 14px;
  color: #6a6c6c;
  font-weight: 300;
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic a .post-recent-info .post-excert {
  font-size: 14px;
  font-weight: 600;
  color: #2e438a;
  line-height: 1.5;
}

.single-post .site-content .content-area .widget-area .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  .single-post .site-content .content-area .widget-area .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic:not(:last-of-type) {
    margin-right: 33px;
  }
}

.bottom-footer {
  background-color: #323232;
  padding-bottom: 30px;
}

.bottom-footer .inner-footer {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-footer .inner-footer p,
.bottom-footer .inner-footer a {
  color: #efefef;
  font-size: 14px;
  margin-bottom: 0 !important;
}

.bottom-footer .inner-footer a:hover {
  text-decoration: underline !important;
}

@media (max-width: 1240px) {
  .bottom-footer .inner-footer {
    flex-direction: column;
  }

  .bottom-footer .inner-footer .box-1 {
    text-align: center !important;
  }
}

.amount-input .ginput_container {
  position: relative;
}

.amount-input .ginput_container::before {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fcd878;
  font-size: 30px;
  font-weight: 600;
  content: "\0024";
}

.pdf-button::before {
  position: absolute;
  font-family: "Font Awesome 5 pro";
  transition: all 0.2s ease;
  content: "\f1c1";
  font-size: 20px;
  left: 34px;
  top: 18px;
}

.slider-excerpt {
  position: relative;
}

.slider-excerpt::before {
  position: absolute;
  right: -26px;
  top: -6px;
  line-height: 39px;
  color: #2d448a;
  font-size: 42px;
  font-weight: 600;
  content: "\003F";
  width: 50px;
  background-color: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.49);
}

.vc_tta-panels {
  counter-reset: my-sec-counter;
}

.videopopupjs__content iframe {
  width: 100%;
  height: auto;
  min-height: 100%;
}

h4.vc_tta-panel-title a::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  left: 6px;
  top: 35px;
}

.vc_tta-panels .vc_tta-title-text {
  padding-left: 36px;
  display: block;
}

body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  right: 40px;
  left: auto;
  height: 18px;
  width: 18px;
}

body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  border-width: 0 3px 3px 0;
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
body .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fad977;
}

a.red-btn {
  font-size: 18px;
  color: #fad978;
  text-decoration: underline !important;
  margin-left: 10px;
  transition: 0.2s all ease;
}

a.red-btn:hover {
  color: var(--blue);
}

.iocn-style1 img {
  width: 71px;
  height: 71px !important;
  object-fit: contain;
}

.single-teams .featured-image img {
  object-fit: contain;
  width: auto;
}

.search .inside-right-sidebar {
  padding: 0;
}

.search .inside-right-sidebar {
  padding: 0;
}

.search .inside-right-sidebar #search-2 .search-form {
  background-color: #f0f2f5;
  border-radius: 25px;
}

.search .inside-right-sidebar #search-2 .search-form {
  background-color: #f0f2f5;
  border-radius: 25px;
}

.search .inside-right-sidebar #search-2 .search-field {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #f0f2f5;
}

.search .inside-right-sidebar #search-2 .search-field {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #f0f2f5;
}

.search .inside-right-sidebar #search-2 button {
  background-color: #fad977;
  color: #2f438a;
  border-radius: 25px;
  width: 85px;
  font-size: 19px;
  font-weight: bold;
}

.search .inside-right-sidebar #search-2 button {
  background-color: #fad977;
  color: #2f438a;
  border-radius: 25px;
  width: 85px;
  font-size: 19px;
  font-weight: bold;
}

@media (max-width: 1280px) {
  .search .inside-right-sidebar #search-2 {
    width: fit-content;
    margin: 0 auto;
  }

  .search .inside-right-sidebar #search-2 {
    width: fit-content;
    margin: 0 auto;
  }
}

.search .inside-right-sidebar #text-3 {
  padding: 40px 22px !important;
  background-color: #f0f2f5;
  border-radius: 40px;
  margin-top: 40px;
}

.search .inside-right-sidebar #text-3 .widget-title {
  font-size: 30px;
  color: #2e438a;
}

.search .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic {
  display: flex;
  align-items: flex-start;
}

.search .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic img {
  width: 100px;
  min-height: 82px;
  border-radius: 11px;
  aspect-ratio: 11/7;
  object-fit: cover;
  margin-right: 12px;
}

.search .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic a .post-recent-info .post-date {
  font-size: 14px;
  color: #6a6c6c;
  font-weight: 300;
}

.search .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic a .post-recent-info .post-excert {
  font-size: 14px;
  font-weight: 600;
  color: #2e438a;
  line-height: 1.5;
}

.search #text-3 .blog-container .post_thumbnail_pic:not(:last-of-type) {
  margin-bottom: 30px;
}

.search .inside-right-sidebar #text-3 {
  padding: 40px 22px !important;
  background-color: #f0f2f5;
  border-radius: 40px;
  margin-top: 40px;
}

.search .inside-right-sidebar #text-3 .widget-title {
  font-size: 30px;
  color: #2e438a;
}

.search.inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic {
  display: flex;
  align-items: flex-start;
}

.search .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic img {
  width: 100px;
  min-height: 82px;
  border-radius: 11px;
  aspect-ratio: 11/7;
  object-fit: cover;
  margin-right: 12px;
}

.search .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic a .post-recent-info .post-date {
  font-size: 14px;
  color: #6a6c6c;
  font-weight: 300;
}

.search.inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic a .post-recent-info .post-excert {
  font-size: 14px;
  font-weight: 600;
  color: #2e438a;
  line-height: 1.5;
}

.search .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  .search .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic:not(:last-of-type) {
    margin-right: 33px;
  }

  .search .inside-right-sidebar #text-3 .blog-container .post_thumbnail_pic:not(:last-of-type) {
    margin-right: 33px;
  }
}

.search .new-card-single {
  margin-bottom: 30px !important;
}

.search h1.page-title {
  color: #2f438a;
  font-weight: 500;
  margin-bottom: 25px !important;
}

.search .entry-content form.search-form {
  display: none;
}

.blu-text {
  margin-bottom: 0.6em;
  color: #2e438a;
}

.ylo-text {
  color: #fad978;
}

body .reg-wgt {
  font-weight: 400;
}

.award-sec {
  margin-bottom: 0 !important;
  padding: 15px;
}

.slider_awards-accomplishments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1234px;
  margin: 0 auto;
}

.awards-slider-container {
  width: 25%;
  text-align: center;
}

.awards-slider-container img {
  background: transparent;
}

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

.five-column a {
  color: #333234;
  padding-left: 35px;
  position: relative;
}

.five-column a:hover {
  color: #fad978;
}

/*gform/*/
.validation_message {
  display: none;
}

input[aria-invalid="true"] {
  border: 3px solid #fad978 !important;
}

.slider_home .slick-arrow {
  display: none !important;
}

.gform_wrapper .gfield_error label {
  color: #fad978 !important;
}

/*fusion-builder-row*/
.single-post h2 {
  font-weight: 600;
  color: #2e438a;
}

.inner-footer .box-2 span {
  margin-right: 20px;
  font-size: 20px;
}

.footer-widgets .footer-social a {
  font-size: 22px;
  color: #a9a9a9 !important;
}

input::placeholder {
  font-style: inherit;
}

.vc_tta.vc_general .vc_tta-panel-body {
  padding: 3px 45px 28px !important;
}
.search-field {
    outline: none !important;
    border: none !important;
}
.iocn-style1.xl img {
  width: 83px;
  height: 83px !important;
  object-fit: contain;
}

body .bg-left-top {
  background-size: contain !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
}

body .bg-left-bottom {
  background-size: contain !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
}

body .bg-right-bottom {
  background-size: contain !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}

body .bg-right-top {
  background-size: contain !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
}

.gfield_error .ginput_recaptcha {
  border: 3px solid #fad978;
  display: inline-block;
}

.a2a_kit {
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
}

.a2a_kit p {
  display: inline-block;
}

.a2a_kit a {
  display: inline-block;
  float: none !important;
  margin-left: 10px;
  color: #2e438a;
}

.slider_as-featured-on {
  padding-top: 25px;
}

.slider_as-featured-on .slick-arrow {
  display: none !important;
}

.separate-containers .featured-image {
  margin-top: 20px;
  padding: 0;
}

.vc_custom_1650532451558 .wpb_wrapper a:nth-child(2) {
  margin: 0 25px;
  font-size: 20px;
  font-weight: 600;
  color: #2e438a;
  text-decoration: underline !important;
}

.blog .cont-sec-main {
  margin: 0;
}

.vc_custom_1651051948165.vc_row-fluid.bg-right {
  background-position: center !important;
}

.no-img-pad img {
  margin: 0 !important;
}

.equality-loan-wrap {
  z-index: 1;
}

.cost-calculator-tooltip {
  z-index: 1 !important;        
}

.staff-tips .team-single:hover .team-content p.font-16 {
  max-height: 540px;
  /*overflow: auto;*/
}
.search-no-results .entry-content p {
    text-align: center;
    font-size: 20px;
    padding: 0 15px;
    color: #2e438a;
}
.mobile-menu-open body {
    overflow: hidden !important;
}
.has-inline-mobile-toggle #site-navigation.toggled {
    padding-top: 20px;
    overflow: scroll;
}
img.q-top,
img.q-bottom {
  max-height: 0;
  transition: all 0.5s ease;
}
.main-navigation .main-nav ul ul li.current-menu-item a {
    color: #fad977 !important;
}
.staff-tips .team-single:hover img.q-top,
.staff-tips .team-single:hover img.q-bottom {
  max-height: 50px;
}

.main-navigation.toggled .main-nav li span.gp-icon.icon-arrow {
  color: #000 !important;
}

ul.five-column.product-fet {
  margin-bottom: -60px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-fet li {
  text-align: center;
  margin-bottom: 60px;
  width: 20%;
  padding: 0 15px;
}

.product-fet li::before {
  display: none;
}

ul.five-column.product-fet li img {
  max-width: 202px;
  height: 70px;
  object-fit: contain;
}
.gfield_error .ginput_recaptcha ~ .validation_message {
    display: inline-block;
}
.gfield_error .ginput_recaptcha{
    border: none !important;
}
/*LANDING PAGE FIXES*/
@media (max-width: 1280px) {
  .land-form-sec .vc_column_container {
    width: 100%;
    text-align: center;
  }

  .land-form-sec .vc_column_container h2.inner-page-heading {
    margin: 0 auto 25px !important;
  }
}

.gchoice.gchoice_2_1_0 {
    position: relative;
    max-width: 130px;
    height: 101px;
    width: 100%;
    display: flex;
    align-items: flex-end;padding: 0 5px;
}
.gchoice.gchoice_2_1_0::before {
    position: absolute;
    content: url(https://www.burkefinancial.ca/wp-content/uploads/2022/04/borrow.png);
   top: 0;
    left: 0%;
    filter: grayscale(1);
    /*transform: translateX(-50%);*/
}

.gchoice.gchoice_2_1_1 {
    position: relative;
    max-width: 130px;
    height: 101px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 5px;
}
.gchoice.gchoice_2_1_1::before {
    position: absolute;
    content: url(https://www.burkefinancial.ca/wp-content/uploads/2022/04/renovation.png);
    top: 0;
    left: 0%;
    filter: grayscale(1);
    /*transform: translateX(-50%);*/
}


.gchoice.gchoice_2_1_2 {
    position: relative;
    max-width: 130px;
    height: 101px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 5px;
}
.gchoice.gchoice_2_1_2::before {
    position: absolute;
    content: url(https://www.burkefinancial.ca/wp-content/uploads/2022/04/stop.png);
    top: 0;
    left: 0%;
    filter: grayscale(1);
    /*transform: translateX(-50%);*/
}

.gchoice label {
    padding: 0;
}
.gchoice.gchoice_2_1_3 {
    position: relative;
    max-width: 81px;
    height: 101px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 5px;
}
.gchoice.gchoice_2_1_3::before {
    position: absolute;
    content: url(https://www.burkefinancial.ca/wp-content/uploads/2022/04/more.png);
    top: 0;
    left: 50%;
    filter: grayscale(1);
    transform: translateX(-50%);
}

.gchoice {
    position: relative;
    flex: 1;
    cursor: pointer !important;
    display: flex;
    justify-content: center;
}
form#form_advanced-mortgage-calculator .frm_submit {
    display: none;
}
body.overflow-hidden {
    overflow: hidden;
}


.single-post .entry-content ul li span {
    color: #6a6c6c !important;
    text-decoration: none !important;

}
.single-post .entry-content ol li span {
    color: #6a6c6c !important;
    text-decoration: none !important;

}
.single-post .entry-content ul li  {
    color: #6a6c6c !important;
    text-decoration: none !important;

}
.single-post .entry-content ol li  {
    color: #6a6c6c !important;
    text-decoration: none !important;

}
.search .new-card-single {
    width: 100%;
}
.single-post .entry-content ul {
    list-style: none;
        margin-bottom: 20px !important;
}
.single-post  .entry-content ul li::before {
    content: "\2022";
    color: #2e438a;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.widget .search-form {
    display: flex;
    justify-content: space-between;
}
@media not all and (min-resolution:.001dpcm) { @media {
  ul.five-column li:before {
  /*content: "\f3c5";*/

  top: 0px !important;
      transform: translateY(6px);
}
@media (max-width: 1024px){
.single-rf {
    min-height: 660px;
}
}
@media (max-width:480px){
.single-rf {
    min-height: 460px;
}
}
@media (max-width: 767px){
  ul.five-column li:before {
         transform: translateY(11px);
    }
header#masthead {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
}
body {
    margin: 0;
    margin-top: 60px !important;
}
}
}}


div#SOmarginDivForMobile {
    height: 100% !important;
}
textarea#SONote {
    min-height: 100px !important;
}
div#SOEmailButton {
    height: 2.3em !important;
    line-height: 2.3em !important;
}
.single-post .entry-content ul b {
    color: #2f438a;
}
.single-post .entry-content ul li strong {
    color: #2f438a;
}
.single-post .entry-content b {
    color: #2f438a;
}
