/*
Theme Name: BankSITE® Theme 2025
Theme URI: https://www.banksiteservices.com
Author: banksiteservices.com
Author URI: https://www.banksiteservices.com
Description: BankSITE® Builder Pro (BBPro) is ONLY available for U.S financial institutions through BankSITE® Services. Beware of false advertising and scams.
Version: 2.1.4
Requires at least: 5.0
Tested up to: 6.2.2
Requires PHP: 7.4
Text Domain: banksite-theme
*/
.ob-links{
	display: flex;
    gap: 10px;
    padding: 10px 0 0 0;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
::placeholder {
    color: currentColor !important;
}
.widget-content .list-group-item{
	background-color: transparent !important;
}
.bks-boot-root .menu-item-gtranslate a.gt-current-wrapper{
	display: none;
}
header a[aria-label="Logo"]{
	display: inline-block;
}
.bks-boot-root .menu-item-gtranslate .dropdown-menu.sub-menu{
	display: flex;
    margin: 0;
    padding: 0;
    background: transparent;
    position: static;
    border: 0;
    width: auto !important;
    gap: 10px;
    min-width: 75px !important;
}
.hero-3180{
	border-bottom-left-radius: 40% 8%;
    border-bottom-right-radius: 40% 8%;
    overflow: hidden;
}
.nosticky-top{
	position: relative;
	z-index: 10;
}
.tablepress>:where(thead,tfoot)>*>th{
	background-color:var(--bs-dark) !important;
    color: var(--bs-white) !important;
}
.bks-loading{
	opacity: 0;
	transition: opacity .5s;  
}
footer a[aria-label='Logo']{
	width: 55%;
    display: inline-block;
}
.max-upload-size:after{
	display: block;
	content: 'Please upload images that have a size of 1920x1080 pixels. \A The system will automatically adjust the images to fit the appropriate dimensions for any image placement.';
	white-space: pre;
}
.media-toolbar-primary.search-form{
	display: flex;
}
.media-frame-toolbar .media-toolbar-primary.search-form:before{
	display: block;
	content: 'You are permitted to use the images that we have licensed and uploaded to this Media Library. \A The images cannot be used for any purpose other than your website that we have created.';
	white-space: pre;
	margin-top: 10px;
    margin-right: 10px;
    font-weight: bold;
}
.flex-even {
  flex: 1;
}
.bks-boot-root b, .bks-boot-root strong{
	font-weight: 600;
}
.bks-loading.bks-loaded{
	opacity: 1;  
}
.bks-boot-root .img-fluid{
	width: 100%;
}
.bks-boot-root .logo{
	max-width: 100%;
	width: auto;
}
.bks-boot-root sup {
    top: -1.75em;
    left: 0.2rem;
    font-size: 0.35em;
}
.bks-boot-root sub{
	font-size: 0.35em;
}
.bks-boot-root .nav-link, a, .bks-boot-root .btn, .bks-boot-root a, .bks-boot-root h1, .bks-boot-root h2, .bks-boot-root h3, .bks-boot-root h4, .bks-boot-root h5, .bks-boot-root h6, .bks-boot-root .dropdown-item, .bks-boot-root .navbar-nav, .bks-boot-root .h1, .bks-boot-root .h2, .bks-boot-root .h3, .bks-boot-root .h4, .bks-boot-root .h5, .bks-boot-root .h6{
	font-family: var(--bs-bdisplay-font-family);
	font-weight: var(--bs-body-font-display-weight);
}

table.alignlefttable tbody td {
    border: 1px solid var(--bs-primary);
    padding: 3px;
}
.bks-boot-root .dropdown-menu:not(.drop-down-menu-ob) {  
    --bs-dropdown-spacer: 0;
}

.bks-boot-root .header-wrapper{
	position: relative;
}


.bks-boot-root .floting-border:after{
	content: ' ';
	display: block;
}
.bks-boot-root .top-bar a.nav-link{
	display: inline-block;
	font-size: 1.25rem;
}
.bks-boot-root .top-bar a.nav-link:hover{
	text-decoration: underline;
	background: transparent !important;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}
.bks-boot-root .ob-tabs .nav-link{
	background-color: var(--bs-light);
	color: var(--bs-gray-600);
}
.bks-boot-root .nav-tabs.ob-tabs .nav-link.active, .bks-boot-root .nav-tabs.ob-tabs .nav-item.show .nav-link{
	color: var(--bs-dark);
    background-color: var(--bs-white);
}
.sub-menu-description, .bks-boot-root .navbar .fa-solid.fa-chevron-right{
	display: none;
}
.bks-boot-root .navbar{
	background-image: none;
}
.footer-copy p{
	margin-bottom: 0;
}

.footer-mega-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-mega-menu li li{
	margin-top: 10px;
}
.widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bks-boot-root .entry, .postbox .bks-boot-root .entry p, .postbox .widget{
	font-size: var(--bs-body-font-size) !important;
}


.postbox .bks-boot-root, .postbox .bks-boot-root p, .bks-boot-root .entry {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
}
.bks-boot-root .entry a{
	 font-family: var(--bs-body-font-family);
	 font-weight: var(--bs-body-font-weight);
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

div.alignright {float:right; margin:0 0 1em 1em}
div.alignleft {float:left; margin:0 1em 1em 0}
div.aligncenter {margin-left: auto; margin-right: auto}


a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.bks-boot-root .image-zoom{
	overflow: hidden;
}
.bks-boot-root .image-zoom img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.bks-boot-root .image-zoom img:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.bks-boot-root a.brd-hover{
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-bottom: 6px;
	
}
.bks-boot-root a.brd-hover, .bks-boot-root a.brd-hover:hover, .bks-boot-root a.brd-hover:focus{
	outline: none;
	text-decoration: none;
}
.bks-boot-root a.brd-hover::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.bks-boot-root a.brd-hover:hover::after,
.bks-boot-root a.brd-hover:focus::after {
	opacity: 0.6;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.box-image{
	transition: all 0.3s ease;
}
.box-image:hover {
    -webkit-box-shadow: inset 0px 0px 50px 0px rgb(0 0 0 / 23%);
    -moz-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.23);
    box-shadow: inset 0px 0px 50px 0px rgb(0 0 0 / 23%);
}
.box-icon{
	transition: all .2s ease-in-out;
}
.box-icon:hover { 
	transform: scale(1.05); 
	-webkit-box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.22);
box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.22);
position: relative;
z-index: 10;
}

.box-icon{
	--bs-bg-opacity:0.8;
}
.box-icon:nth-child(2n){
	
	 --bs-bg-opacity: 1;
}
.box-icon-nhover{
	--bs-bg-opacity:0.8;
}
.box-icon-nhover:nth-child(2n){
	
	 --bs-bg-opacity: 1;
}
.flip-circle-wrapper{
	width: 197px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.flip-circle-wrapper a{
	text-decoration: none !important; 
}
.flip-circle-wrapper h2, .flip-circle-wrapper .h4{
	opacity: 1;
	transition: all .3s ease-out;
}
.flip-circle-wrapper:hover h2, .flip-circle-wrapper:hover .h4{
	transform: translate(0, -50px);
	opacity: 0;
}
.flip-circle-wrapper h2 a, .flip-circle-wrapper .h4 a, 
.flip-circle-wrapper h2 span, .flip-circle-wrapper .h4 span{
	
	margin: 0;
	padding-top: 15px;
	float: left;
    width: 100%;
    padding-bottom: 5px;
}
.card_flip {
  position: relative;
  float: left;
  width: 197px;
  height: 197px;
  text-align: center;
}
.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__front {
 
  border-radius: 50%;
}

.card__back {
  
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
          border-radius: 50%;
}

.flip-circle-wrapper:hover .card__front, .flip-circle-wrapper.focus .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.flip-circle-wrapper:hover .card__back, .flip-circle-wrapper.focus .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.card__text__table{
	    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
.card__text__cell{
	    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 19px;
    padding: 10px;
    line-height: 25px;
}
.flip-circle-wrapper{
		margin-bottom: 15px;
	}

.flip-circle-wrapper {
    transform: scale(0.8);
    transform-origin: center top;
}
.brd-devider:nth-child(2n){
		border: 0;
		border-top: 1px solid var(--bs-light);
		border-bottom: 1px solid var(--bs-light);
	}
.card-box { transition: all .2s ease-in-out; }
.card-box:hover { transform: scale(1.01); 
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.32);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.32);
}
.card-box-lg { transition: all .2s ease-in-out; }
.card-box-lg:hover { transform: scale(1.05); 
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.32);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.32);
}
.content-text.p-margin p:last-child, .card__text__cell.content-text p:last-child{
	margin-bottom: 0;
}

.bks-boot-root .entry h2, .bks-boot-root .entry .h2{
	padding: 0 !important;
}
/*[data-name="add-layout"] {
  font-size: 25px !important;
  background: #00224a !important;
  border: 0 !important;
  color: #ffbc13 !important;

}
[data-name="add-layout"]:hover{
	opacity: 0.8;
}*/
.icon-wp{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.icon-wp{
	transition: all 0.3s ease-in-out;
	position: relative;
}
.icon-wp img, .icon-wp svg{
	transition: all 0.3s ease-in-out;
}
.icon-wp img:hover, .icon-wp svg:hover{
	transform: translate(0px, -14px)
}
.icon-wp:before {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: '';
    top: 100%;
    transform: translateX(-50%);
    left:50%;
    height: 10px;
    width: 40%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.icon-wp:hover:before{
	opacity: 1;
}
.big-coll{
	overflow: hidden;
	position: relative;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.big-coll::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-160%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-160%,0);
}


.big-coll:hover  {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(0.95,0.95,1);
}

.big-coll:hover::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,160%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,160%,0);
}
.card-image-3050{
	overflow: hidden;
}
.card-image-3050 img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.card-image-3050:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
.inner-spacer{
	overflow: hidden;
	transition:all 0.8s ease;
}
.inner-spacer:hover{
	box-shadow: inset 0 0 0 15px rgba(0,0,0,0.4);
	
}
.bg-opacity p:last-child{
	margin-bottom: 0;
}
.tab-img-wrapper{
	
	
	width: 100%;
	padding: 10px;
}
.tab-img-wrapper a{
	
	display: block;
	padding: 20px;
}
.nav-3080 a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
.nav-3080 a:before {
 content: "";
 position: absolute;
 z-index: 1;
 left: 0;
 right: 100%;
 bottom: 0;
 background: currentColor; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.nav-3080 a:hover, .nav-3080 a.active {
 opacity: 1 !important;
}
.nav-3080 a:hover:before, .nav-3080 a.active:before {
 right: 0;
}
.nav-3080 a:before {
 bottom: 0;
}
.paralax-box:hover{
	box-shadow: inset 0 0 0 15px rgba(0, 0, 0, 0.2);
	transition:all 0.8s ease;
}
.layout>.acfe-fc-placeholder>a{
	text-decoration: none !important;
}
.nav-3170 a:hover, .nav-3170 a.active {
 background-color: var(--bs-white) !important;
 color: var(--bs-dark) !important;
}
.nav-4110 a:hover, .nav-4110 a.active {
 background-color: var(--bs-secondary) !important;
 color: var(--bs-white) !important;
}
span.fancy  {
	display: inline-block;
	position: relative;  
}
span.fancy:before,
span.fancy:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid;
	top: 50%;
	width: 100%;
	    margin-top: -2.5px;
}
span.fancy:before {
	right: 100%;
	margin-right: 15px;
}

span.fancy:after {
	left: 100%;
	margin-left: 15px;
}
.box-spin{
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.box-spin:hover{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.zizag{
  --spike-width: 15px;
  --spike-height: 30px;
  --spike-color: #000;
  
  position: relative;
}
.zizag::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 100%;
  background: var(--spike-color);
  -webkit-mask-image: url('assets/images/zig-zag.svg');
  -webkit-mask-size: 15px 30px;
  mask-image: url('assets/images/zig-zag.svg');
  mask-size: var(--spike-width) var(--spike-height);
}

.zizag::after {
  top: 0;
}
.order-md-first.zizag:after{
	left: 100%;
}
.order-md-last.zizag:after{
	right: 100%;
	transform: rotate(.5turn);
}
.section1-left {
    z-index: 1;
    position: relative;
    padding: 0 3em;
}
.anim-hover-box{
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;

}
.anim-hover-box::before, .anim-hover-box::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.anim-hover-box::before {
    top: 10px;
    right: -30px;
    bottom: 10px;
    left: -30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
     z-index: -1;
}
.anim-hover-box::after {
    top: -30px;
    right: 10px;
    bottom: -30px;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: -1;
}
.section1-left:hover .anim-hover-box::before,
.section1-left:hover .anim-hover-box::after,
.section3-right:hover .anim-hover-box::before,
.section3-right:hover .anim-hover-box::after  {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.hidden-content{
	opacity: 0;
	padding: 15px 15px;
	overflow: hidden;
}
.responsive-border, .section1-left-title, .section1-left-subtitle, .section3-right-subtitle, .hidden-content, .section3-right-title{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.section1-left:hover .hidden-content, .section3-right:hover .hidden-content{
	opacity: 1;
	-webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.section1-left:hover .responsive-border, .section3-right:hover .responsive-border, .section1-left:hover .section1-left-title, .section3-right:hover .section3-right-title{
	-webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.section1-left:hover .section1-left-subtitle,
.section3-right:hover .section3-right-subtitle{
	opacity: 0;
}


.gps_ring {
    border: 3px solid rgba(255,255,255, 0.8);
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count:infinite; 
    		animation: pulsate 1.5s ease-out;
			animation-iteration-count:infinite;
    -webkit-transform-origin: 0 0;
    		transform-origin: 0 0;
}

.section1-left:hover .pulsing-circle a .gps_ring, .section3-right:hover .pulsing-circle a .gps_ring{
	 opacity: 1;
     
    -webkit-animation: none;
   			animation: none;
    -webkit-transform: scale(0.9, 0.9) translateY(-50%) translateX(-50%);
    		transform: scale(0.9, 0.9) translateY(-50%) translateX(-50%);
    
}
.pulsing-circle div.the_circle{
	display: inline-block;
	padding: 60px;
	position: relative;
	    max-width: 100%;
    max-height: 100%;
    width: 230px;
    height: 230px;
}
.hidden-content p:last-child{
	margin-bottom: 0;
}
.zigzag-main-content p:last-child{
	margin-bottom: 0;
}
.bks-the-circle{
	width: 350px;
    height: 350px;
    position: relative;
    --bks-bg-circle:#000;
}
.bks-the-circle:after {
    top: 0;
    left: 0;
    padding: 7px;
    box-shadow: 0 0 0 4px var(--bks-bg-circle);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
     -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
.bks-the-circle:hover:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.acfe-flexible-layout-thumbnail{
	background-size: contain !important;
}
.hover-spin{
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.hover-spin:hover{
	    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.bks-hover-indent{
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.bks-hover-indent:hover{
	transform: translateX(-20px);
}
.image-zoom-shadow:hover{
	box-shadow: 0px 0px 30px #000000;
    z-index: 5;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.05);
    cursor: pointer;
}
.image-zoom-shadow.rounded-circle{
	max-width: 280px;
	    width: 100%;
	    max-height: 280px;
    margin: 0 auto;
    overflow: hidden;
}
.image-zoom-shadow.rounded-circle a{
	    display: block;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
.image-zoom-shadow.rounded-circle span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
}
.zoom-scale img{
	-webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.zoom-scale:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
}
/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: var(--bs-light);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 0px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 0px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid var(--bs-bg-kure);
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent var(--bs-bg-kure);
  z-index: 1;
  
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid var(--bs-bg-kure);
  border-width: 20px 20px 20px 0;
  border-color: transparent var(--bs-bg-kure) transparent transparent;
   z-index: 1;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}
.is-preview .card{
	margin:0;
	padding: 0;
	max-width: none;
	min-width: none;
}
.widget-content .bks-boot-root .list-group{
	--bs-list-group-bg:transparent;
}
.wx-360{
	max-width: 360px;
	width: 100%;
}
.m-right{
	margin: 0 0 0 auto;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: var(--bs-primary);
}
.slider-content-wrapper p:last-child{
	margin-bottom: 0;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-bottom-left, .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-bottom-left{
	width: auto;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-bottom-right, .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-bottom-right{
	width: auto;
	left: auto;
	right: 0;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-top-left, .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-top-left{
	top:0;
	width: auto;
	bottom: auto;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-top-middle, .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-top-middle{
	top:0;
	width: 100%;
	bottom: auto;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-top-right, .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-top-right{
	top:0;
	width: auto;
	bottom: auto;
	left: auto;
	right: 0;
}
.vis-hidden{
	visibility: hidden;
}
.rel-pos{
	position: relative;
	z-index: 1;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 992px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 68px;
    border: medium solid var(--bs-bg-kure);
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--bs-bg-kure) transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 30px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.cat-post-nav a, .cat-post-nav-lined a, .cat-post-nav-loc a{
	position: relative;
}
.cat-post-nav a:after, .cat-post-nav-lined a:after, .cat-post-nav-loc a:after{
	content: "";
	position: absolute;
	left: 0;
	top:100%;
	height: 3px;
	background-color: currentColor;
	display: block;
	opacity: 0;
	width: 0;
	transition: all 0.35s;
}
.cat-post-nav-loc .active a:after, .cat-post-nav-loc a:hover:after, .cat-post-nav-loc a:focus:after,
.cat-post-nav .active a:after, .cat-post-nav a:hover:after, .cat-post-nav a:focus:after,
.cat-post-nav-lined .active a:after, .cat-post-nav-lined a:hover:after, .cat-post-nav-lined a:focus:after {
	opacity: 1;
	width: 100%;
}
.acf-map {
    width: 100%;
    height: 400px;
}

.acf-map img {
   max-width: inherit !important;
}
.swiper-button-next, .swiper-button-prev{
	color:var(--bs-primary);
}
.swiper-pagination-bullet-active{
	background: var(--bs-primary);
}
.bks_testimonial_designs .acf-radio-list{
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bks_testimonial_designs .acf-radio-list li{
	    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
}
.bks_testimonial_designs .acfe-image-selector label div.image.png{
	max-width: 100%;
    height: 13.3vw !important;
	background-size: contain;
	display: block;
    width: 100%;
}
.text-shadow *{
	text-shadow: 0px 3px 3px rgb(0 0 0 / 88%);
}
.text-shadow .btn{
	text-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
.bracked-animation{
	display: inline-block;
	overflow: hidden;
	
}

.bracked-animation span{
	display: inline-block;
	
	   
}

.bracket-text{
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 20px 40px;
}
.bracket, .bracket span{
	display: block;
	position: absolute;
	z-index: 2;
	
	
}
.bracket{
	margin-top: -4px;
	width: 39px;
	height: 100%;
}
.bracket-left{
	border-left: 10px solid;
	left: 0;
	top: 0;
	border-color: currentcolor;
}
.bracket-right{
	border-right: 10px solid;
	right: 0%;
	top: 0;
	border-color: currentcolor;
}
.bracket span{
	z-index: 3;
	height: 10px;
	background: currentcolor;
	width: 100%;
}
.bracket span.top{
	top: 0;
}
.bracket span.bottom{
	bottom: 0;
}
.inline-bg{
	line-height: 1.8;
    padding: 5px 0;
}
.btn-glow .btn{
	position: relative;
	
}
.btn-glow .btn:after{
	position: absolute;
	z-index: -1;
	width: 140%;
	display: block;
	content: " ";
	box-shadow: 0px 0px 6px 3px #fff;
	height: 2px;
	top:50%;
	left: -20%;
	background: #fff;
}

.owl-item.active.center .item .show-active {
    visibility: visible;
}
.owl-item .item .show-active {
    visibility: hidden;
}
.owl-stage{display: flex; padding: 25px 0;}
.hidden-nav{
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	left: 0;
	width: 100%;
    padding-top: 40px;
    cursor: pointer;
}
.hidden-nav:before{
	display: inline-block;
	content: " ";
	background: currentcolor;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
left: 50%;
}
.owl-item.active.center .item .hidden-nav {
    visibility: hidden;
}
.owl-slider-wrapper:after {
    position: absolute;
    z-index: 1;
    content: " ";
    display: block;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 50%;
    height: 1px;
    background: currentcolor;
    transform: translateY(-50%);
}
.hidden-nav h2, .hidden-nav .h2{
	margin: 0;
	line-height: 1;
}
.slid-content p:last-child{
	margin-bottom: 0;
}
.slid-content {
    text-align: left;
    margin-left: 10%;
    border-left: 3px solid currentcolor;
    padding-left: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.arrow-image-wrapper{
	position: relative;
	display: block;
}
.arrow-image-wrapper span{
	position: absolute;
	top: 0;
	right: 0;
}
.bks-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
	display: none;	
}
.navbar > .container{
	padding: 0;
}
.bks-boot-root .bks-breadcrumb{
	--bs-breadcrumb-item-padding-x: 1.5rem;
}
.edu-videos-wrapper img{
	max-width: 100%;
}
.bks-boot-root .accordion-button::after{
		background: none;
		content: "+";
		background-image:none !important;
		transform: none !important;
		    font-size: 1.5rem;
			line-height: 1rem;
	}
	.bks-boot-root .accordion-button:not(.collapsed)::after{
		content: "-";
	}
@-webkit-keyframes pulsate {
    0% {
	    -webkit-transform: scale(0.6, 0.6) translateY(-50%) translateX(-50%); opacity: 0.0;
	    		transform: scale(0.6, 0.6) translateY(-50%) translateX(-50%); opacity: 0.0;
	}
    50% {
	    opacity: 1.0;
	}
    100% {
	    -webkit-transform: scale(1, 1) translateY(-50%) translateX(-50%); opacity: 0.0;
	    		transform: scale(1, 1) translateY(-50%) translateX(-50%); opacity: 0.0;
	}
}
@media only screen and (max-width: 40em) { 
	.section3-right:before, .section1-left:before{
		display: none;
	}
	.fill-bg.the_circle{
		transform: scale(0.8, 0.8);
		transform-origin: center center;
	}
}

.logo-svg-wrapper{
	display: inline-block;
}
.logo-svg-wrapper svg{
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
    max-height: 0;
    width: auto;
    height: auto;
    display: block;
    fill:currentColor;
    width: 100%;
}


.bks-boot-root .dropdown-toggle.dropdown-toggle-menu-ob:after{
		content: "\f078";
		font-family:"FontAwesome";
		font-weight: 400;
		border: 0;
		vertical-align: 0.25rem;
		-moz-osx-font-smoothing: grayscale;
	    -webkit-font-smoothing: antialiased;
	    display: inline-block;
	    font-style: normal;
	    font-variant: normal;
	    line-height: 1;
	    text-rendering: auto;
	    font-size: 0.8rem;
	}
/* ============ desktop view .end// ============ */
@media all and (min-width: 768px) {
	.slider-online-banking{
		z-index: 100;
	    max-width: 100%;
	    width: 360px;
	    
	    margin-top: 3rem;
	    
	    position: absolute;
	    top: 0;
	}
	.slider-online-banking.left-ob{
		left: 0;
		margin-left: 3rem;
	}
	.slider-online-banking.right-ob{
		right: 0;
		margin-right: 3rem;
	}
	.question{
		display: table;
		width: 100%;
		vertical-align: middle;
	}
	.question-cell{
		display: table-cell;
		width: 10%;
		vertical-align: top;
	}
	.brd-devider:nth-child(2n){
		border: 0;
		border-left: 1px solid var(--bs-light);
		border-right: 1px solid var(--bs-light);
	}
	.flip-circle-wrapper {
	    transform: scale(1);
	}
	
	/* global navbar overwrites */ 
	.bks-boot-root .navbar .dropdown-menu{
		border: 0;
		padding: 0;
		 -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
	    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
	    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
	    border-radius: 0;
	}
	.bks-boot-root .navbar-mega-flex .dropdown-menu .dropdown-menu,
	.bks-boot-root .navbar-mega-float .dropdown-menu .dropdown-menu,
	.bks-boot-root .navbar-mega-table .dropdown-menu .dropdown-menu
	{
		-webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 25%);
	    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
	    box-shadow: 0px 0px	 0px 0px rgb(0 0 0 / 25%);
	}
	.bks-boot-root .navbar-mega-flex,
	.bks-boot-root .navbar-mega-float,
	.bks-boot-root .navbar-mega-table
	{
		position: static;
	}
	.bks-boot-root .navbar{
		padding: 0;
	}
	
	/* classic navbar drop down multi leve; */ 
	.bks-boot-root .navbar-classic .dropdown-menu li, .bks-boot-root .navbar-classic-combo .dropdown-menu li{ position: relative; 	}

	.bks-boot-root .navbar-classic .dropdown-menu > li:hover > .submenu, .bks-boot-root .navbar-classic-combo .dropdown-menu > li:hover > .submenu{ display: block;left:100%; top:0px; }
	.bks-boot-root .navbar-classic .dropdown-menu > li.edge:hover > .submenu, .bks-boot-root .navbar-classic-combo .dropdown-menu > li.edge:hover > .submenu{ display: block;right:100%; top:-7px;left: auto; }
	
	.bks-boot-root .navbar-classic .navbar-nav > li.edge:hover > .submenu{
		right: 0;
		left: auto;
	}
	
	.bks-boot-root .navbar-classic .dropdown-menu > li.focused-link > .submenu, .bks-boot-root .navbar-classic-combo .dropdown-menu > li.focused-link > .submenu{ display: block;left:100%; top:0px; }
	.bks-boot-root .navbar-classic .dropdown-menu > li.edge.focused-link > .submenu, .bks-boot-root .navbar-classic-combo .dropdown-menu > li.edge.focused-link > .submenu{ display: block;right:100%; top:-7px;left: auto; }
	
	.bks-boot-root .navbar-classic .navbar-nav li.focused-link > .submenu{
		display: block;
	}
	
	/* full screen flex navbar dropdown */ 
	.bks-boot-root .navbar-mega-flex .navbar-nav li, .bks-boot-root .navbar-mega-float .navbar-nav li{
		position: static;
	}
	.bks-boot-root .navbar-mega-flex .navbar-nav .sub-menu-wrappper {
	    display: none;
	    position: absolute;
	    top: auto;
	    width: 100%;
	    left: 0;
	    margin: 0;
	    text-align: center;
	}
	.bks-boot-root .navbar-mega-flex li:hover .sub-menu-wrappper, .bks-boot-root .navbar-mega-flex li.focused-link .sub-menu-wrappper{
		display: block;
	}
	.bks-boot-root .navbar-mega-flex .navbar-nav li .submenu{
		display: flex;
	    flex-wrap: wrap;
	    margin: 0 auto;
	    width: 100%;
	    position: static;
	    
	}
	.bks-boot-root .navbar-mega-flex .navbar-nav ul ul{
		display: none !important;
	}
	.bks-boot-root .navbar-mega-flex .navbar-nav ul li{
		    border-bottom: 1px solid var(--bs-gray-100);
			border-right: 1px solid var(--bs-gray-100);
			padding: 10px;
			display: flex;
			width: 25%;
	}
	.bks-boot-root .navbar-mega-flex .navbar-nav ul li:nth-child(5n), .bks-boot-root .navbar-mega-flex .navbar-nav ul li:first-child {
	    border-left: 1px solid var(--bs-light);
	}
	.bks-boot-root .navbar-mega-flex .sub-menu-description{
		display: block;
		white-space: normal;
	}
	
	/* full screen float navbar dropdown */ 
	
	.bks-boot-root .navbar-mega-float .navbar-nav > li:hover > .submenu, .bks-boot-root .navbar-mega-float .navbar-nav > li.focused-link > .submenu{ 
		right: auto;
		left: 0;
		min-width: 100%;
		 top: auto;
	    width: 100%;
	    display: block;
	}	
	.bks-boot-root .navbar-mega-float .navbar-nav .submenu li {
	    float: left;
	    width: 23.8%;
	    margin: 1% 0.5% 1% 0.5%;
	    text-align: left !important;
	    vertical-align: top;
	}
	.bks-boot-root .navbar-mega-float .navbar-nav .submenu .submenu {
	    position: static;
	    display: block;
	    padding: 5px 0;
	}
	.bks-boot-root .navbar-mega-float .navbar-nav .submenu li li {
	    display: block;
	    float: none !important;
	    width: 100%;
	    margin: 0;
	    height: auto !important;
	}
	/* contained table navbar dropdown */ 
	.bks-boot-root .navbar-mega-table .navbar-nav > li:hover > .submenu, .bks-boot-root .navbar-mega-table .navbar-nav > li.focused-link > .submenu{ 
		display: table; 
		-ms-transform: translate(-50%, 0);
	    -webkit-transform: translate(-50%, 0);
	    left: 50% !important;
	    min-width: 100%;
	}
	.bks-boot-root .navbar-mega-table .navbar-nav .submenu li{
		display: table-cell;
	    width: auto;
	    float: none;
	}
	.bks-boot-root .navbar-mega-table .navbar-nav .submenu .submenu {
	    position: static;
	    display: block;
	    padding: 5px 0;
	}
	.bks-boot-root .navbar-mega-table .navbar-nav .submenu li li{
		    display: block;
	}
	.bks-boot-root .navbar-mega-table .navbar-nav > li.edge .submenu {
	    left: auto !important;
	    right: 0 !important;
	    -ms-transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	}
	.bks-boot-root .navbar-mega-table .navbar-nav > li.edge-left .submenu{
	      left: 0 !important;
	      right: auto !important;
	      -ms-transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
     }
	.bks-boot-root .floting-border{
		position: relative;
	}
	.bks-boot-root .floting-border:after{
		  height:85%; 
		  width: 2px;
		  position: absolute;
		  right: 0;
		  top: 50%;
		  transform: translate(0%, -50%); 
		  margin-right: 5px;
	}
	
	.bks-boot-root .dropdown-toggle:after{
		content: "\f078";
		font-family:"FontAwesome";
		font-weight: 400;
		border: 0;
		vertical-align: 0.25rem;
		-moz-osx-font-smoothing: grayscale;
	    -webkit-font-smoothing: antialiased;
	    display: inline-block;
	    font-style: normal;
	    font-variant: normal;
	    line-height: 1;
	    text-rendering: auto;
	    font-size: 0.8rem;
	}
	.bks-boot-root .navbar-classic .navbar-nav li ul .menu-item-has-children > .dropdown-item{
		position: relative;
		z-index: 1;
		padding-right: 30px;
	}
	.bks-boot-root .navbar-classic .navbar-nav li ul .menu-item-has-children > .dropdown-item:after{
		content: "\f054";
		font-family:"FontAwesome";
		font-weight: 400;
		border: 0;
		position: absolute;
		z-index: 2;
		right: 0;
		top:50%;
		transform: translate(0%, -50%);
		margin-right: 5px;
		-moz-osx-font-smoothing: grayscale;
	    -webkit-font-smoothing: antialiased;
	    display: inline-block;
	    font-style: normal;
	    font-variant: normal;
	    line-height: 1;
	    text-rendering: auto;
	    font-size: 0.7rem;
	}
	
	/*.bks-boot-root .navbar-mega-flex .dropdown-item:hover, .bks-boot-root .navbar-mega-flex .dropdown-item:focus,
	.bks-boot-root .navbar-mega-float .dropdown-item:hover, .bks-boot-root .navbar-mega-float .dropdown-item:focus,
	.bks-boot-root .navbar-mega-table .dropdown-item:hover, .bks-boot-root .navbar-mega-table .dropdown-item:focus,
	.bks-boot-root .navbar-mega-flex .dropdown-item.active, .bks-boot-root .navbar-mega-flex .dropdown-item:active,
	.bks-boot-root .navbar-mega-float .dropdown-item.active, .bks-boot-root .navbar-mega-float .dropdown-item:active,
	.bks-boot-root .navbar-mega-table .dropdown-item.active, .bks-boot-root .navbar-mega-table .dropdown-item:active{
		background-color: var(--bs-dropdown-bg) !important;
	}
	
	.bks-boot-root .navbar-mega-flex .dropdown-item.active, .bks-boot-root .navbar-mega-flex .dropdown-item:active,
	.bks-boot-root .navbar-mega-float .dropdown-item.active, .bks-boot-root .navbar-mega-float .dropdown-item:active,
	.bks-boot-root .navbar-mega-table .dropdown-item.active, .bks-boot-root .navbar-mega-table .dropdown-item:active{
		color: var(--bs-dropdown-link-color) !important;
	}*/
	
	
	.navbar-mega-flex .dropdown-menu > li > a.dropdown-item .fa-solid.fa-chevron-right{
		display: inline-block;
	}
	.navbar-mega-float .dropdown-menu > li > a.dropdown-item{
		border-bottom: 1px solid var(--bs-light);
		padding-left:0;
		padding-right:0;
	}
	.navbar-mega-float .navbar-nav li ul li ul a{
		border:0 !important;
	}
	
}	
.bks-svg-icon{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.bks-svg-icon svg {
	color: currentColor;
    display: inline-block;
    width: 100%;
    height: 100%;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/* ============ desktop view .end// ============ */
.question-cell{
	
	border-left: 2px solid currentColor;
}
.question-cell:first-child{
	border-left: 0;
}
.score_meaning a:not(.btn){
	color: currentColor;
}
.score_meaning a:hover:not(.btn), .score_meaning a:focus:not(.btn){
	color: currentColor;
	
}
.prod-image-wrap, .prod-content-wrap{
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.prod-image-wrap{
	-webkit-box-shadow: -11px 13px 0px 4px #eaeaea; 
	box-shadow: -11px 13px 0px 4px #eaeaea;
	margin-bottom: 30px;
	
}
.img-the{
		background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    border-radius: 6px;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	   
	}
	.prod-image-wrap, .prod-content-wrap{
		position: relative;
		width: 50%;
	}
	.prod-image-wrap{
		position: relative;
		width: 56%;
		padding-bottom: 49.5%;
		margin-bottom: 0;
	}
	.prod-content-wrap{
		
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.bks-order-last .prod-image-wrap{
		float: right;	
	}
.bks-order-last .prod-content-wrap{
		left: 0;
		right: auto;
	
	}
	.prod-content-wrap{
		
		padding: 55px 75px 75px;
	}
/* ============ small devices ============ */
@media (max-width: 767px) {
	[class*="logo-wrapper"]{
		line-height: 0;
	}
	.prod-content-wrap{
		position: static;
		transform: translateY(0%);
	}
	.prod-image-wrap, .prod-content-wrap{
		width: 100%;
		border-radius: 6px;
		overflow: hidden;
	}
	
	.prod-image-wrap{
		-webkit-box-shadow: -11px 13px 0px 4px #eaeaea; 
		box-shadow: -11px 13px 0px 4px #eaeaea;
		margin-bottom: 30px;
		padding-bottom: 0;
		
	}
	.img-the{
		background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    border-radius: 6px;
	    position: relative;
	    min-height: 300px;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	   
	}
	
	
	
	
	.bks-order-last{
		margin-top: 75px;
		margin-bottom: 75px;
	}
	
	.logo-svg-wrapper{
		width: 100%;
	} 
	.slider-online-banking{
		z-index: 100;
	    max-width: 100%;
	    width: 100%;
	    
	    margin-top: 0rem;
	    
	    position: relative;
	    top: 0;
	}
	.ws-100{
		width: 100% !important;
	}
   .question-cell{
	   border: 0;
		border-bottom: 2px solid currentColor;
	}
	.question-cell:last-child{
		border-bottom: 0;
	}
  .footer-mega-menu > li{
	  margin-bottom: 15px;
  }
  .footer-mega-menu > li:last-child{
	  margin-bottom: 0;
  }
  .bks-boot-root .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
  .bks-boot-root .floting-border:after{
	  width: 100%;
	  height: 2px;
  }
  .bks-boot-root .dropdown-toggle::after{
	display: none;  
  }
  .bks-boot-root .toggle-sub{
	  display: block;
	  position: absolute;
	  z-index: 1;
	  
	  right: 0;
	  padding: 6px;
	  cursor: pointer;
	  font-weight: normal;
  }
  .bks-boot-root .toggle-sub .fa-chevron-up{
	  display: none;
  }
  .bks-boot-root .active-togle.toggle-sub .fa-chevron-up{
	  display: inline-block;
  }
  .bks-boot-root .active-togle.toggle-sub .fa-chevron-down{
	  display: none;
  }
  .bks-boot-root .dropdown-menu:not(.drop-down-menu-ob){
	  border: 0;
  }
  .bks-boot-root .dropdown-item{
	  margin: 0.5rem 0;
  }
  .btn-full-width{
	  width: 100%;
  }
}	
/* ============ small devices .end// ============ */

@media (min-width: 576px) { 
	 .logo-svg-wrapper{
		width: 100%;
	}
}
.is-preview ul {
	list-style: disc;
}



.bks-boot-root .gform-body legend+*{
	clear: none;
}

.top-bar ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	z-index: 300;
	opacity: 1;
	width: 230px;
	margin: 0;
	list-style: none;
	padding: 0;
}
.top-bar li{
	position: relative;
	z-index: 1;
}
.top-bar li:hover > ul, .top-bar li:focus > ul, .top-bar li.is-focus > ul{
	display: block;
}
.header-ob-widget-small a{
	font-size: 16px;
}
.border-currentColor{
	border-color:currentColor !important;
}


#sidebar-menu-ul li{
	border: 0 !important;
	display: none;
	margin-bottom: 10px;
}
#sidebar-menu-ul li.current-menu-ancestor, #sidebar-menu-ul li.current-menu-ancestor li{
	display: block;
}
#sidebar-menu-ul a{
	font-weight: 600;
    font-size: 18px;
    display: block;
    color: var(--bs-primary);
}
.widget-nav-side #sidebar-menu-ul li a{
	color: var(--bs-primary);
	display: block;
}
#sidebar-menu-ul li li a{
	font-weight: 600;
	font-size: 18px;
	display: block;
	color: var(--bs-primary);
}
#sidebar-menu-ul li li.current-menu-parent > a{
	color: var(--bs-dark);	
}
#sidebar-menu-ul li.current-menu-item > a, #sidebar-menu-ul li.current-page-ancestor > a{
	color: var(--bs-dark);	
}
#sidebar-menu-ul li.current-menu-item li > a, #sidebar-menu-ul li.current-menu-ancestor li a{
	color: var(--bs-dark);	
	font-weight: 300;
    font-size: 15px;
}
#sidebar-menu-ul li li li a{
	font-weight: 300;
	font-size: 15px;

}
#sidebar-menu-ul li.current_page_item  a{
	color: var(--bs-primary) !important;
}
#sidebar-menu-ul li li ul{
	display: none;
}
#sidebar-menu-ul li.current-menu-item ul, #sidebar-menu-ul li li.current_page_parent ul, #sidebar-menu-ul li li.current-menu-ancestor ul, #sidebar-menu-ul li.current-menu-ancestor ul{
	display: block;
	    border-left: 3px solid var(--bs-gray);
    padding: 0 0 0 13px;
    margin: 10px 0 12px 9px;
}

.sub-menu-sh ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}
.sub-menu-sh ul ul{
	display: none;
}
.sub-menu-sh ul li{
	display: table-cell;
	border-right: 3px solid var(--bs-gray);
}
.sub-menu-sh ul li:last-child{
	border-right: 3px solid transparent;
}
.sub-menu-sh ul li:hover{
	background: var(--bs-light);
}
.sub-menu-sh ul a{
	color: var(--bs-dark);
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px;
	display: block;
	
}
.sub-menu-sh ul a:hover, .sub-menu-sh ul li.current_page_item a{
	background: background: var(--bs-light);
}
.sub-menu-sh ul a span.sub{
	font-size: 16px;
	font-weight: normal;
	
}
@media (max-width: 767.98px) {
	.sub-menu-sh ul{
		display: block;
	}
	.sub-menu-sh ul li{
		display: inline-block;
	}
	.sub-menu-sh ul a{
		font-size: 16px;
	}
}
.rates-wrapper h1{
	font-weight: 700;
	font-size: 30px;
}

.rates-wrapper h2 {
    font-weight: 700;
    font-size: 19px;
}
.rates-wrapper h3{
    font-size: 83px;
    font-weight: 500;
}
.rates-wrapper p{
	font-size: 23px;
}
.rates-wrapper span.small-top {
    font-size: 40px;
}
.rates-wrapper span.small-bottom {
    font-size: 14px;
}





#sidebar-menu-ul-v2 li{
	display: none;	
	border: 0;
	margin-bottom: 0.375rem;
    padding-bottom: 0.375rem;
}

#sidebar-menu-ul-v2 li.current_page_ancestor, 
#sidebar-menu-ul-v2 li.current_page_ancestor li, 
#sidebar-menu-ul-v2 li.current-menu-ancestor, 
#sidebar-menu-ul-v2 li.current-menu-ancestor li,
#sidebar-menu-ul-v2 li.current-menu-item, 
#sidebar-menu-ul-v2 li.current-menu-item li
{
	display: block;
}

#sidebar-menu-ul-v2 li a{
	
	display: none;
}

#sidebar-menu-ul-v2 li li a{
	font-weight: 600;
	font-size: 18px;
	display: block;
	color: var(--bs-tertiary);
}
#sidebar-menu-ul-v2 li li.current-menu-parent > a{
	color: var(--bs-secondary);	
}
#sidebar-menu-ul-v2 li.current-menu-item > a, #sidebar-menu-ul-v2 li.current-page-ancestor > a{
	color: var(--bs-secondary);	
}
#sidebar-menu-ul-v2 li li li a{
	font-weight: 300;
	font-size: 15px;

}
#sidebar-menu-ul-v2 li li ul{
	display: none;
}
#sidebar-menu-ul-v2 li.current-menu-item ul, #sidebar-menu-ul-v2 li li.current_page_parent ul, #sidebar-menu-ul-v2 li li.current-menu-ancestor ul{
	display: block;
	border-left: 1px solid var(--bs-secondary);
    padding: 0 0 0 13px;
    margin: 10px 0 12px 9px;
}
#ExternalDsModal{
	color: var(--bs-dark);
}
	
@media (min-width: 992px) { 
	.rates-wrapper span.small-top {
	    font-size: 48px;
	}
	.rates-wrapper span.small-bottom {
	    font-size: 19px;
	}
	.rates-wrapper h2 {
	    
	    font-size: 23px;
	}	
	.rates-wrapper h3{
	    font-size: 63px;
	} 
}
.gform_wrapper.gravity-theme legend{
	float: none;
}
@media (max-width: 767.98px) { 
	
	.logo-wrapper-3172{
		text-align: center;
	}
}

[class*="icons_3140"] .hover-spin lord-icon{
	width: 109px !important;
    height: 109px !important;
}
[class*="section-icons_3010"] lord-icon{
	width: 100px !important;
    height: 100px !important;
}
[class*="icons_3070"] lord-icon{
	width: 86px !important;
    height: 86px !important;
}
[class*="icons_3080"] lord-icon{
	width: 118px !important;
    height: 118px !important;
}
[class*="icons_3090"] lord-icon{
	width: 118px !important;
    height: 118px !important;
}
[class*="icons_3100"] lord-icon{
	width: 156px !important;
    height: 156px !important;
}
[class*="icons_3130"] lord-icon{
	width: 123px !important;
    height: 123px !important;
}
[class*="icons_3170"] lord-icon{
	width: 120px !important;
    height: 120px !important;
}
[class*="icons2_3180"] lord-icon{
	width: 150px !important;
    height: 150px !important;
}
[class*="icons_3180"] lord-icon{
	width: 150px !important;
    height: 150px !important;
}
[class*="icons2_3040"] lord-icon{
	width: 90px !important;
    height: 90px !important;
}
[class*="icons2_3090"] lord-icon{
	width: 109px !important;
    height: 109px !important;
}
[class*="icons2_3140"] lord-icon{
	width: 78px !important;
    height: 78px !important;
}
[class*="icons4_3140"] lord-icon{
	width: 78px !important;
    height: 78px !important;
}
[class*="icon_card_3130"] lord-icon{
	width: 110px !important;
    height: 110px !important;
}
[class*="icons3_3140"] lord-icon{
	width: 111px !important;
    height: 111px !important;
}
[class*="icons3_3140"] .col-md:nth-child(2) lord-icon{
	width: 147px !important;
    height: 147px !important;
}

.stk-block-content{
	position: static !important;
}
.stk--has-background-overlay:before{
	z-index: -1 !important;
}

@media (max-width: 767.98px) { 
	.offcanvas-body ul.navbar-nav li{
		width: 100%;
	}	
}
.header-builder{
	position: relative;
	z-index: 2;
}

.icon-container {
      position: relative;
      display: inline-block;
      margin-top: 30px;
    }

    .icon-circle {
      width: 112px;
      height: 112px;
      background: #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      transition: all 0.5s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      
    }

    .icon-circle i {
      font-size: 2.8rem;
      color: #343a40;
      transition: transform 0.5s ease;
    }
    .content-box ul{
	    list-style: none;
	    padding: 0;
	    margin: 0;
    }
    .icon-link {
      text-decoration: none;
    }
    @media (max-width: 767.98px) { 
	    .hover-content{
		    display: none;
		    flex: 1;
		    text-align: left;
	    }
	    .icon-text{
		    text-align: left;
	    }
	      
	}
	 @media (min-width: 768px) {
    .hover-content {
      position: absolute;
      width: 300px;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      visibility: hidden;
      z-index: 10;
      transition: all 0.5s ease;
      display: block !important;
    }
	.icon-container{
		text-align: center;
	}
    .hover-content.top {
      bottom: 90%;
    }

    .hover-content.bottom {
      top: 85%;
    }

    .content-box {
      background: rgba(255, 255, 255, 0.9);
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      text-align: left;
    }

    .icon-container:hover .icon-circle {
      transform: translateY(40%) rotate(360deg);
    }

    .icon-container:hover .icon-circle i {
      transform: rotate(-360deg);
    }

    .icon-container:hover .hover-content {
      opacity: 1;
      visibility: visible;
    }

    .icon-text {
      margin-top: 5px;
      font-size: 1rem;
      color: #343a40;
      transition: opacity 0.5s ease;
    }

    .icon-container:hover .icon-text {
      opacity: 0;
    }

    
    .hover-content.top:before {
	    position: absolute;
	    content: '';
	    width: 0;
	    height: 0;
	    left: 50%;
	    margin-left: -15px;
	    bottom: -10px;
	    border-left: 15px solid transparent;
	    border-right: 15px solid transparent;
	   
	}
	.hover-content.bottom:before {
	    position: absolute;
	    content: '';
	    width: 0;
	    height: 0;
	    left: 50%;
	    margin-left: -15px;
	    top: -10px;
	    border-left: 15px solid transparent;
	    border-right: 15px solid transparent;
	   
	}
	}
