@charset "utf-8";
/*

Theme Name:JBK Infotech Pvt. Ltd.
Theme URI:http://www.jbkinfotech.com/
Author:
Author URI:http://www.jbkinfotech.com/
Description:
Version:2026.06-01 - 01
Text Domain:JBK Infotech
*/
@import url(css/_colors.css);
@import url(css/_reset.css?v=100991);
@import url(css/_header.css?v=5554);
@import url(css/_footer.css?v=77779090);
@keyframes playBounce {
  0%, 100% {
    transform: translateY(0) scaleY(1);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(-10px) scaleY(1.05);
    animation-timing-function: ease-out;
  }
}
@keyframes bounceTopToBottom {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  25% {
    opacity: 0;
    transform: translate(0, 7px) scale(1);
  }
  26% {
    opacity: 0;
    transform: translate(0, -5px) scale(1);
  }
  55% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes trailLoop {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}
body {
  font-family: var(--font-body);
  font-optical-sizing: auto;
  color: var(--global);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  background: var(--light);
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
#main {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  flex: 1 0 auto;
}
#mainContent {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  padding: 113px 0 0 0;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.container-lg {
  /*padding: 0 40px;*/
  max-width: 1240px;
  margin: 0 auto;
  width: 100%
}
.container-md {
  max-width: 1210px;
  margin: 0 auto;
  width: 100%;
}
.container-sm {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.btn {
  display: block;
}
.btn-wrap {
  width: 100%;
  clear: both;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.optional-text {
  font-size: 18px;
  color: var(--optional-txt);
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  line-height: 1.5;
  width:100%; text-transform: uppercase; letter-spacing: 0.6px; font-family: var(--font-head);
}
.optional-text.inverted {
  color: var(--white);
  border-color: var(--white);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: var(--heading);
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: var(--anchor-hover);
}
a.no_link {
  pointer-events: none;
}
.h1, .h2, .h3, .h4, .h5, .h6 {clear: both; margin: 0 0 23px; color: var(--heading); font-family: var(--font-head); font-optical-sizing: auto; font-weight: 700; display: block;}
.h1 {font-size: 50px; line-height: 62px; margin-bottom: 18px;}
.h2 {font-size: 36px; line-height: 48px; margin-bottom: 20px;}
.h3 {font-size: 30px; line-height: 40px; margin-bottom: 20px; font-weight: 600;}
.h4 {font-size: 26px; line-height: 36px; margin-bottom: 18px; font-weight: 600;}
.h5 {font-size: 22px; line-height: 32px; margin-bottom: 16px; font-weight: 600;}
.h6 {font-size: 18px; line-height: 24px; margin-bottom: 14px; font-weight: 600;}	

.small-hr{width: 48px; height: 4px; background: var(--blue-sky); border-radius: 2px; margin-top: 30px; margin-bottom: 30px;}


section ol:last-child, section ul:last-child {
  margin-bottom: 0 !important;
}
section ol li:last-child, section ul li:last-child {
  margin-bottom: 0 !important;
}
section p a, section li a {
  position: relative;
}
.readmore {
  position: relative;
  display: inline-flex;
  font-size: 14px;
  gap: 10px;
  line-height: 1.2;
  align-items: center;
  font-weight: 700;
  transition: 0.3s;
	 color: var(--blue-sky);
}
.readmore:hover {
  color: var(--navy);
}
.readmore::after {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease-in-out; line-height: 1;
}
.readmore:hover:after {
  transform: translateX(5px);
}

.background-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.background-bg img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
}
.background-bg iframe {
  max-width: inherit;
  margin: 0;
}
.banner-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
}
.banner-bg iframe {
  max-width: inherit;
  margin: 0;
}
.no-banner-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  max-height: 550px;
}
.no-banner-img .hero-banner-main {
  min-height: 423px;
}

.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.object-fit {
  width: 100%;
  height: 100%;
  display: block;
}
figure.object-fit {
  width: 100%;
  height: 100%;
  display: block;
}
picture.object-fit {
  width: 100%;
  height: 100%;
  display: block;
}
.object-fit img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
}
img.mobile {
  display: none;
}

.video-wrap {
  margin: 120px 0;
  position: relative;
  clear: both;
  overflow: hidden;
  z-index: 1;
}
.video-caption {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
  padding: 48px 24px 24px 24px;
  color: rgb(77 80 82 / 0.75);
  border-radius: 16px;
  margin-top: -24px;
  z-index: -1;
  position: relative;
}
.video-wrap .video-thumbnail > img {
  border-radius: 80px;
  min-height: 432px;
  max-height: 654px;
}
.video-wrap .video-thumbnail figure > img {
  border-radius: 80px;
}
.video-thumbnail {
  position: relative;
}
.video-thumbnail.video_post {
  position: relative;
  width: 100%;
}
.video-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.video-thumbnail.video_post .play-btn-main {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.video-thumbnail picture {
  position: relative;
}
.play-btn-main {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.play-btn {
  width: 63px;
  height: 63px;
  position: relative;
  transition: 0.2s all ease-in-out;
  background-color: var(--blue);
  border-radius: 50%;
}
.play-btn:hover {
  background: var(--blue);
  transform: scale(1.1);
}
.play-btn:hover img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
.play-btn:hover span svg path {
  fill: var(--blue);
}
.play-btn span {
  display: block;
  z-index: 2;
  width: 17px;
  height: 20px;
  line-height: 0;
  position: relative;
  left: 3px;
}
.play-btn span img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  padding-right: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  line-height: 40px;
  top: -45px;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  right: 0;
  min-width: inherit;
}
body .mfp-image-holder .mfp-close:hover, body .mfp-iframe-holder .mfp-close:hover {
  background-color: var(--white);
  color: var(--blue);
}
body .mfp-close:after {
  display: none;
}
body .mfp-iframe-holder button.mfp-close::before {
  left: 0;
}

.btn-link {
  line-height: 0;
}
.slick-arrow {
  top: 0;
  right: 0;
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  line-height: normal;
  width: 45px;
  height: 45px;
  margin: auto;
  color: var(--blue);
  background: #fff0;
  border: 1px solid var(--blue);
  bottom: 0;
  border-radius: 50%;
}
.slick-arrow:hover {
  background: var(--blue);
  color: var(--white);
}
.slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slick-arrow.slick-disabled, .slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.slick-arrow span {
  position: relative;
  display: flex;
  vertical-align: middle;
  line-height: 20px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.slick-arrow span i {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
ul.slick-dots {
  margin: 0;
  padding-top: 39px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}
ul.slick-dots li {
  margin: 0;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
ul.slick-dots li::before, ul.slick-dots li button:before, ul.slick-dots li button:after {
  display: none;
}
ul.slick-dots li button {
  width: 7px;
  height: 7px;
  min-width: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0 none;
  background: var(--blue);
  opacity: 0.2;
}
ul.slick-dots li.slick-active button {
  opacity: 1; width: 15px;
}

.btn-center {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
}
.btn-center .button {
  min-width: inherit;
}

/* Custom Selectbox */
select.selectBox {display:none!important;}
body .selectBox-dropdown {outline: 0; width: 100% !important; font-size: 1rem; line-height: normal; background:transparent; color: var(--global); box-shadow: none; border-radius: 0; padding: 15px 46px 16px 16px; border: 1px solid var(--line); vertical-align: middle; height: auto; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; cursor: pointer; font-weight: bold;}
body .selectBox-dropdown:hover, body .selectBox-dropdown:focus {border-color: var(--line);}
body .selectBox-dropdown:focus, body .selectBox-dropdown:focus .selectBox-arrow {border-color: var(--line);} 
body .selectBox-dropdown .selectBox-label {padding:0; display:block; width: 100% !important; text-overflow: ellipsis; font-weight: bold;}
body .selectBox-dropdown .selectBox-label a {color:inherit;}
body .selectBox-dropdown .selectBox-arrow {width:auto; right:16px; top:24px; transform:translateY(-50%); font-size:1rem; color: var(--blue); border:none; font-family: "Font Awesome 7 Free"; position:absolute; display:flex; align-items:center; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; background:none; text-shadow: 2px 2px 0 var(--line); font-weight: 900;}
body .selectBox-dropdown .selectBox-arrow::after {content:"\f107";}
body .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {transform:translateY(-50%) rotate(-180deg);}
body ul.selectBox-dropdown-menu { background-color: var(--white); border-color:var(--line); padding:0; margin:1px 0 0 0;  box-shadow:0 1px 8px rgba(0, 0, 0, .2) ; -webkit-box-shadow:0 1px 8px rgba(0, 0, 0, .2); -moz-box-shadow:0 1px 8px rgba(0, 0, 0, .2); border-radius: 12px!important; z-index: 50; }
body ul.selectBox-dropdown-menu li {color: var(--global);}
body ul.selectBox-dropdown-menu li a {font-size:14px; line-height:1.5; letter-spacing:normal; display:block; padding:8px 16px; white-space:nowrap; text-transform:capitalize; color: var(--global); overflow:hidden; text-overflow:ellipsis; text-decoration: none; font-weight: 600;}
body ul.selectBox-dropdown-menu li.selectBox-selected a, body ul.selectBox-dropdown-menu li a:hover {color:var(--white); background-color:var(--blue); cursor:pointer;}
body ul.selectBox-dropdown-menu li.frm-select-placeholder/*, body ul.selectBox-dropdown-menu li.selectBox-selected */{display: none!important;} 

/*-- common form css starts here --*/
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_fields_container {display: block;}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_form_field .frm_error {right:0 !important; width:100%; display:block; font-size:12px !important; color:#f00 !important; background:transparent; padding:0; margin:0; border-radius:0; text-align:right !important; line-height:normal !important; font-weight:400; top: auto; bottom: -17px; position:absolute;}
.frm_forms .frm_form_fields fieldset {margin:0; padding:0; border:0;}
.frm_forms .frm_form_fields .frm_form_field{margin-bottom:20px; position: relative; clear: both;}
.frm_forms .frm_form_fields .frm_form_field.frm_full {clear:both; width: 100%;}

.frm_forms .frm_form_fields .frm_form_field label, .frm_forms .frm_form_fields .frm_form_field div.frm_primary_label { font-size: 1rem; line-height: 1.4; padding: 0; text-indent: inherit; font-weight: normal; color: var(--global); z-index: 1;}
.frm_forms .frm_form_fields .frm_form_field label.frm_primary_label{display: none;}

/* Radio */
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_form_field.vertical_radio .frm_error {right: inherit !important; left: 0; text-align: left !important; top: inherit; margin-top: 6px;}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field input[type="radio"] {position: absolute; left: 0; width: 20px; height: 20px; cursor: pointer;  outline: none!important;  -moz-border-radius: 50%; -webkit-border-radius: 50%;  border-radius: 50%; padding: 0 !important; background: var(--blue)!important; border: 0 none !important;}
.frm_forms.with_frm_style .frm_radio input[type="radio"]::before {box-shadow: inset 10px 10px var(--white); content: ''; display: block; width: 8px; height: 8px; border-radius: 50%; left: 0; top: 0; position: absolute; bottom: 0; right: 0; margin: auto;}
.frm_forms.with_frm_style .frm_radio {margin: 0 0 5px 0;}
.frm_forms.with_frm_style .frm_radio label {padding-left:28px; display:block; cursor: pointer;}
.frm_forms.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full) {width: 100%; margin: 10px 0 0 0;}

/* Checkbox */
.frm_forms.with_frm_style .frm_checkbox input[type="checkbox"], 
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_form_field input[type="checkbox"] {position: absolute; left: 0; width: 24px!important; height: 24px!important; cursor: pointer;  outline: none!important; padding: 0 !important; background: var(--blue)!important; border:1px solid var(--blue)!important; top: -1px; border-radius: 4px;}
.frm_forms.with_frm_style .frm_checkbox input[type="checkbox"]:checked:before { content: "\f00c"; font-family: "Font Awesome 7 Free"; display: block; height: 22px; left: 0px; position: absolute; top: 0; width: 22px; font-weight: 900; color: var(--white); font-size: 11px; transform: none; clip-path: inherit; box-shadow: none; text-align: center; margin: 0; line-height: 20px;}
.frm_forms.with_frm_style .frm_checkbox input[type="checkbox"]:before {display: none; background-image: none!important;}
.frm_forms.with_frm_style .frm_checkbox label {padding-left:32px; display:block; cursor: pointer; line-height:22px; font-size:16px; position: relative;}


/* Input */
.frm_forms .frm_form_fields input, .frm_forms .frm_form_fields textarea, .frm_forms .frm_form_fields select {font-family: var(--font-body); font-weight: 600; display: block; font-size: 16px; line-height: 100%; font-style: normal; vertical-align: middle; -webkit-appearance: none; background-color: transparent!important; color: var(--global)!important; border:1px solid var(--line)!important; padding:14px 16px 14px; width: 100%; box-shadow: none; transition-duration: .75s; transition-property: all; transition-timing-function: cubic-bezier(.075,.82,.165,1); border-radius: 12px;}
body .frm_forms .frm_form_fields input:focus, body .frm_forms .frm_form_fields textarea:focus, body .frm_forms .frm_form_fields input:hover, body .frm_forms .frm_form_fields textarea:hover {box-shadow:none!important; color: var(--global)!important; border-color: var(--blue-mid)!important;}
.frm_forms .frm_form_fields select {color: var(--global)!important;}

.frm_forms .frm_form_fields textarea {min-height:110px; padding: 17px; resize: vertical;}

.frm_forms .frm_form_fields .selectBox-dropdown{background-color: transparent; color: var(--global); border:solid 1px var(--line); padding:14px 46px 14px 16px; font-family: var(--font-body); font-weight: 500; text-transform: none; border-radius: 12px;}
.frm_forms .frm_form_fields .selectBox-dropdown:focus, .frm_forms .frm_form_fields .selectBox-dropdown:hover {border-color: var(--line);}

body .frm_forms .frm_form_fields input.input-has-value, body .frm_forms .frm_form_fields textarea.input-has-value {border:1px solid transparent!important; box-shadow: 6px 6px 0px 0px #3364FA, 5px 5px 0px 0px var(--brand-blue), 4px 4px 0px 0px var(--brand-blue), 3px 3px 0px 0px var(--brand-blue), 2px 2px 0px 0px var(--brand-blue), 1px 1px 0px 0px var(--brand-blue)!important;}

/* Form Button */
.frm_forms .frm_submit{margin:0;}
body .frm_forms .frm_submit .button, body .frm_forms .frm_submit button {display: flex; flex-wrap: wrap; align-items: center; font-size: 16px; font-weight: 600; line-height: 1.2; padding:18px 28px 18px; vertical-align: middle; cursor: pointer; border: 1px solid transparent; position: relative; transition: 0.3s; text-align: center; color: var(--white); text-decoration: none; overflow: hidden; z-index: 1; border-radius: 8px; outline: 0; box-sizing: border-box; background: var(--button); gap: 10px; width: fit-content; justify-content: center; font-family: var(--font-body);}
body .frm_forms .frm_submit .button:hover, body .frm_forms .frm_submit button:hover, body .frm_forms .frm_submit button:focus {color: var(--white)!important; background-color: var(--button-hover)!important;}


.frm_forms .frm_filed_wrapper {gap: 16px; justify-content: space-between;}
.frm_forms .frm_filed_wrapper .frm_form_field {margin: 0!important;}
.frm_forms .frm_filed_wrapper .disclaimer {opacity: 0.45; color: var(--muted);}
.frm_forms .frm_filed_wrapper .frm_html_container {font-size: 1rem; line-height: 1.4; text-align: right;}
body .frm_style_formidable-style.with_frm_style input.frm_other_input:not(.frm_other_full) {width: 100%; margin-top: 5px;}

/* Form Field */
.form-field {position:relative; margin-bottom:20px;}
.frm_half {width:calc(50% - 10px); float: left; clear: none!important;}
.frm_first {margin-right:20px;}
.frm_last {float: right; margin-left: auto;}
.frm_full {margin-right: 0;}

/* Success Message */
.frm_forms .frm_error_style {display: none;}
.frm_forms .frm_message, .frm_forms .frm_success_style {margin: 20px 0 0; background: top; border: 0 none; font-weight: bold; font-size: 1rem; line-height: 1.5;}
.frm_forms .frm_message p {color: var(--global); text-align: center; font-size: 1rem; line-height: 1.5; margin-bottom: 0;}

.default_form {background: var(--white); clear: both; width:100%; margin: 35px 0 0 0;}
.default_form .frm_forms .frm_filed_wrapper .frm_html_container {flex:1; opacity: 0.45; color: var(--global);}

/* Bg form */
.bgform .optional-text {margin: 0 0 38px 0;}
.bgform .h3 {margin-bottom: 34px;}
.bgform .frm_forms .frm_submit button, .bgform .frm_forms .frm_submit .button {width: auto!important;}
.bgform .field-wrap-three {display: flex; flex-wrap: wrap; width: 100%; gap:20px;}
.bgform .field-wrap-three .frm_half {flex: 1;}
.bgform .field-wrap-three .frm_half.frm_first {margin-right: 0;}
.bgform .field-wrap-three .frm_half.frm_last {margin-left: 0;}
.bgform .frm_forms .frm_submit {margin: 20px 0 0 0; clear: both; width: 100%; float: left;}
.bgform .frm_forms .frm_form_fields input:focus, .bgform .frm_forms .frm_form_fields textarea:focus, .bgform .frm_forms .frm_form_fields input:hover, .bgform .frm_forms .frm_form_fields textarea:hover, .bgform .frm_forms .frm_form_fields input.input-has-value, .bgform .frm_forms .frm_form_fields textarea.input-has-value, .bgform .frm_forms .frm_form_fields .selectBox-dropdown:hover, .bgform .frm_forms .frm_form_fields .selectBox-dropdown:focus{background: var(--white)!important;}

/*-- common form css ends here --*/

.heading {
  clear: both;
  padding: 0 0 45px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.heading-lt {
  flex-grow: 1;
  width: 75%;
  transition: all 0.3s ease-in-out;
}
.heading-rt {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.heading-rt {
  flex-grow: 1;
  width: 35%;
}
.heading-rt:only-child {
  justify-content: flex-start;
}
.heading-rt form {
  justify-content: flex-end;
  width: 100%;
}
.heading-rt .form-field {
  margin: 0 0 0 22px;
  width: 29.71%;
  position: relative;
}
.heading-rt .form-field:first-child {
  margin-left: 0;
}
.heading-rt.sch-form .form-field {
  width: 100%;
}

.btn-full {
  width: 100%;
  text-align: center;
}
.btn-full .button, .btn-full button {
  margin: 0 auto;
  text-align: center;
}
.fluid-section {
  flex: 0 0 100vw;
  margin-left: calc(-50vw + 50%);
}
html.no-scroll {
  overflow: hidden;
}
aside.sidebar {
  width: 56px;
  text-align: center;
  float: right;
}
.fixed-social-icons {
  transition: opacity 0.3s ease;
  will-change: transform;
  z-index: 1;
}
.fixed-social-icons .share-text {
  font-size: 0.813rem;
  color: rgb(0 7 51 / 0.5);
  line-height: 1.69;
  font-weight: 600;
  display: inline-block;
}
.sharethis-inline-share-buttons .st-btn {
  width: 40px;
  height: 40px !important;
  color: var(--blue);
  line-height: 38px !important;
  position: relative;
  z-index: 1;
  text-decoration: none;
  background-color: var(--light) !important;
  display: inline-block !important;
  text-align: center !important;
  cursor: pointer;
  min-width: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
}
.sharethis-inline-share-buttons .st-btn.st-first {
  margin-left: 0 !important;
}
.sharethis-inline-share-buttons {
  font-size: 0;
  display: flex !important;
  z-index: 1 !important;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.sharethis-inline-share-buttons .st-btn:after {
  font-family: "Font Awesome 6 Brands";
  font-weight: 300;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: flex;
  font-size: 18px;
  line-height: 40px;
  align-items: center;
  justify-content: center;
}
.sharethis-inline-share-buttons .st-btn[data-network="twitter"]:after {
  content: "\e61b";
}
.sharethis-inline-share-buttons .st-btn[data-network="facebook"]:after {
  content: "\f39e";
}
.sharethis-inline-share-buttons .st-btn[data-network="linkedin"]:after {
  content: "\f0e1";
}
.sharethis-inline-share-buttons .st-btn[data-network="email"]:after {
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.sharethis-inline-share-buttons .st-btn[data-network="sharethis"]:after {
  content: "\f1e0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
}
.sharethis-inline-share-buttons .st-btn[data-network="sharethis"] {
  background: var(--blue) !important;
  color: var(--white);
  order: 1;
}
.sharethis-inline-share-buttons .st-btn[data-network="facebook"] {
  order: 2;
}
.sharethis-inline-share-buttons .st-btn[data-network="twitter"] {
  order: 3;
}
.sharethis-inline-share-buttons .st-btn[data-network="linkedin"] {
  order: 4;
}
.sharethis-inline-share-buttons .st-btn[data-network="email"] {
  order: 5;
}
.sharethis-inline-share-buttons .st-btn:hover {
  color: var(--white);
  background: var(--blue) !important;
  opacity: 1 !important;
  top: 0 !important;
}
.sharethis-inline-share-buttons .st-btn[data-network="sharethis"]:hover:after {
  opacity: 0.7;
}
.sharethis-inline-share-buttons .st-btn span, .sharethis-inline-share-buttons .st-btn img {
  display: none !important;
}
.at4-visually-hidden {
  display: none;
}
.no-paddingbtm, .no-marginbtm {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.btn-text {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}
.btn-text a {
  font-size: 0.947rem;
  line-height: 1.67;
}

p:empty {
  display: none;
}

.section-head {clear: both; width: 100%; text-align: center; margin: 0 0 40px 0;}
.section-head .optional-text { margin-bottom: 8px; }
.section-head h2 { margin-bottom: 16px; }
.section-head p { color: var(--muted); max-width: 640px; margin: 0 auto; font-size: 16px; line-height: 1.5; }
.section-head .small-hr {margin: 0 auto;}
#blog_list {margin: 0;}



@media only screen and (min-width: 1260px) {
  body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
    right: -25px;
  }
}
@media only screen and (min-width: 1024px) {
  .hide-in-desktop {
    display: none !important;
  }
  .desktop-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1320px) {
  .container,  .container-lg {
    padding: 0 32px;
    max-width: 100%;
  }
  .fixed-social-icons {
    right: 20px !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 200px) {
	.container, .container-lg {width: 100%; padding: 0 20px;}
  #mainContent {
    padding: 91px 0 0 0;
  }
  aside.sidebar {
    width: 100%;
    position: inherit;
    margin: 32px 0 0 0;
  }
  .fixed-social-icons {
    width: 100%;
    opacity: 1;
  }
  .sharethis-inline-share-buttons {
    justify-content: center;
    flex-direction: row;
  }
  
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	
  .hide-in-tab, .hide-in-tablet {
    display: none !important;
  }
  .frm_forms .frm_form_fields .frm_form_field {
    margin-bottom: 16px;
  }
  .frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_form_field .frm_error {
    bottom: -16px;
  }
  .frm_first {
    margin-right: 16px;
  }
  .frm_half {
    width: calc(50% - 8px);
  }
  .video-wrap {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
	.section-head { margin-bottom: 30px; }	
	.h1 {font-size: 44px; line-height: 52px; font-weight: 700; margin-bottom: 20px;}
	.h2 {font-size: 32px; line-height: 42px; font-weight: 700; margin-bottom: 20px;}
	.h3 {font-size: 28px; line-height: 38px; font-weight: 600; margin-bottom: 18px;}
	.h4 {font-size: 24px; line-height: 34px; font-weight: 600; margin-bottom: 18px;}
	.h5 {font-size: 20px; line-height: 30px; font-weight: 600; margin-bottom: 16px;}
	.h6 {font-size: 18px; line-height: 28px; font-weight: 600; margin-bottom: 14px;}
	
  .heading {
    padding: 0 0 44px;
  }
  
  .hide-in-mobile {
    display: none;
  }
  .video-thumbnail iframe {
    min-height: 197px !important;
  }
  .video-wrap {
    margin: 80px 0;
  }
  .video-wrap .video-thumbnail > img {
    min-height: 268px;
    border-radius: 30px;
  }
  body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
    right: 0;
  }
  body .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .default_form .frm_forms .frm_filed_wrapper .frm_html_container {
    width: 100%;
  }
  .frm_half {
    width: 100%;
  }
  .frm_forms .frm_filed_wrapper {
    gap: 26px;
    margin-top: -8px;
  }
  .frm_forms .frm_form_fields .frm_form_field {
    margin-bottom: 20px;
  }
  .frm_forms .frm_filed_wrapper .frm_form_field {
    width: 100%;
    margin: 0;
  }
  .frm_forms .frm_filed_wrapper .frm_form_field .button {
    width: 100%;
  }
  .frm_forms .frm_filed_wrapper .frm_html_container {
    text-align: center;
  }
  .frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_form_field .frm_error {
    bottom: -12px;
    line-height: 1 !important;
  }
  .btn-center {
    margin: 40px 0 0 0;
  }
  .btn-text {
    text-align: center;
  }
  .btn-full {
    margin: 30px 0 0 0;
  }
  .no-banner-bg {
    max-height: 478px;
  }
  
  body .frm_forms .form-field .frm_submit {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  img.alignnone, img.alignleft, img.aligncenter, img.alignright {
    margin: 39px 0 36px 0;
    width: 100%;
  }
	p > img.alignnone:first-of-type, p > img.alignleft:first-of-type, p > img.aligncenter:first-of-type, p > img.alignright:first-of-type {margin-top: 15px;}
	.btn-wrap .button{ flex:100%;}
}