@charset "UTF-8";
/*
Theme Name: Theme2019
Author: the WordPress team
Version: 1.4
*/
@font-face {
	font-family: 'BalooBhainaRegular';
	font-display: swap;
	src: url('fonts/BalooBhainaRegular.eot');
	src: url('fonts/BalooBhainaRegular.eot') format('embedded-opentype'), url('fonts/BalooBhainaRegular.woff2') format('woff2'), url('fonts/BalooBhainaRegular.woff') format('woff'), url('fonts/BalooBhainaRegular.ttf') format('truetype'), url('fonts/BalooBhainaRegular.svg#BalooBhainaRegular') format('svg');
}
* {
	box-sizing: border-box;
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
}
.clear {
	clear: both;
}
.alignleft, .alignright, .aligncenter {
	margin-bottom: 10px;
}
.alignnone {
	margin-bottom: 10px;
}
.alignleft {
	float:left;
	margin-right: 15px;
	margin-top: 0;
}
.alignright {
	float:right;
	margin-right: 15px;
	margin-top: 0;
}
.aligncenter {
	display:block;
	margin: 0 auto 15px auto;
}
iframe, img {
	max-width: 100%;
	border:none;
}
img {
	border:0;
	height: auto;
}
a {
	font-family: "DM Sans", Sans-serif;
	font-size: inherit;
	line-height: normal;
	color: inherit;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
   font-family: "DM Sans", Sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}
p, li, ul, ol, blockquote {
    font-family: "DM Sans", Sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}
p {
	margin: 0 0 0 20px 0;
}
ul, ol, li {
	list-style: none;
}
a:visited {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
a, a:hover, input[type="submit"], button {
	outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance:none;
	border-radius:0
}
.container {
	max-width:1200px;
	width:100%;
	margin: 0 auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.fw {
	float:left;
	width:100%;
}
.wrapper {
	float:left;
	width:100%;
}
/* Header Top Section */
.header_top {
	float:left;
	width:100%;
	background:#f17014;
	padding:10px 0;
}
.header_top .hdr_top {
	float:left;
	width:100%;
}
.header_top .top_lft {
	float:left;
}
.header_top .top_lft h5 {
	font-family: "DM Sans", Sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height:normal;
	padding-left:25px;
	position:relative;
	margin:0;
}
.header_top .top_lft h5 a {
	color:inherit;
}
.header_top .top_lft h5:before {
	content:"";
	background:url(images/sprites.png) no-repeat left top;
	width:16px;
	height:18px;
	background-position:0px 0px;
	position:absolute;
	left:0;
	top:0;
}
.header_top .top_rt {
	float:right;
}
.header_top .top_rt h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	line-height:normal;
	padding-left:25px;
	position:relative;
	margin:0;
}
.header_top .top_rt h5 a {
	color:inherit;
}
.header_top .top_rt h5:before {
	content:"";
	background:url(images/sprites.png) no-repeat left top;
	width:16px;
	height:18px;
	background-position:-23px 0px;
	position:absolute;
	left:0;
	top:3px;
}
/* Header Top Section Ends */
.logo-menu {
	float:left;
	width:100%;
	padding:10px 0;
}
.logo {
	float:left;
}
.logo_rt {
	float:right;
}
/* Top Menu Section */
.topmenu {
	float:right;
	margin-top:25px;
}
.topmenu ul {
	float: right;
	position: relative;
	margin:0;
}
.topmenu ul li {
	float: left;
	position: relative;
	margin: 0px 15px 0px;
}
.topmenu ul li a {
    position: relative;
    float: left;
    display: block;
    font-size: 16px;
    line-height: normal;
    color: #000;
    font-family: "DM Sans", Sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}
.topmenu ul.primary-menu > li > a {
	line-height:28px;
}
.topmenu ul li:first-child {
	margin-left: 0px;
}
.topmenu ul li:last-child {
	margin-right: 0px;
}
.topmenu ul li ul.sub-menu {
	display: none;
	width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #3c3c3c;
	padding: 0px 0;
	z-index: 999;
}
.topmenu ul li:hover ul.sub-menu {
	display: block;
}
.topmenu .sub-menu li.current-menu-item a {
	color: #fff;
}
.topmenu .sub-menu li a:after {
	display: none;
}
.topmenu .sub-menu li {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 0;
	padding: 0
}
.topmenu .sub-menu li a {
	float: left;
	font-size: 14px;
	width: 100%;
	line-height: normal;
	padding: 9px 12px 8px;
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.topmenu .sub-menu li a:hover {
	background-color: rgb(243, 112, 33);
	color: #fff;
}
.topmenu ul ul a:after {
	display: none;
}
.topmenu ul li.wide-menu {
	position: static;
}
.topmenu ul li.wide-menu ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 670px;
	background-color: #3c3c3c;
	padding: 10px;
	z-index: 999;
	display: none;
}
.topmenu ul li.wide-menu:hover ul {
	display: block;
}
.topmenu ul li.wide-menu ul li {
	width: 32%;
	margin: 0px .5%;
	padding: 7px 0;
	float: left;
	border: 0
}
.topmenu ul li.wide-menu ul li a {
	text-transform: capitalize;
	font-size: 14px;
	padding: 0;
	width: 100%;
	float: left;
	border: 0;
	background-color: transparent;
	transition-duration: 0.5s;
}
.topmenu ul li.wide-menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}
.topmenu ul li.wide-menu ul li ul {
	position: inherit;
	top: inherit;
	left: inherit;
	padding: 0 0 0 10px;
	width: 100%;
}
.topmenu ul li.wide-menu ul li ul li {
	width: 100%;
	margin: 0 0px;
	float: left;
	padding: 5px 0;
}
.topmenu ul li.wide-menu ul li ul li:last-child {
	border-bottom: 0;
}
.topmenu ul li.wide-menu ul li ul li a {
	width: 100%;
	font-weight: normal;
}
/* Top Menu Section Ends */


/* Footer Section */
.site-footer {
	float:left;
	width:100%;
	background:#f1f1f1;
	padding:25px 0 0;
	text-align:center;
}
.ftmenu ul {
	display:inline-block;
	margin:0;
}
.ftmenu ul li {
	float:left;
}
.ftmenu ul li a {
	font-family: "DM Sans", Sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#444;
	line-height:normal;
	text-transform:uppercase;
	float:left;
	padding:0 25px;
}
.ftmenu ul li a:hover {
	color:#f17014;
}

.site_info {
	float:left;
	width:100%;
	padding:10px;
}
.site_info p {
	font-family: "DM Sans", Sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#444;
	line-height:normal;
	margin-bottom:10px;
}
.site_info .ft_note p {
	color:#aeaeae;
}





/* Mobile Menu Styles */
.showhide {
	display: none;
	color: #fff;
	width: 110px;
	height: 28px;
	float: left;
	text-align: left;
	cursor: pointer;
	padding: 0px 0 0 33px;
	position: relative;
}
.showhide b.txtl {
	text-align: right;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	font-family: "DM Sans", Sans-serif;
	text-transform: uppercase;
	margin: 0 0px 0 0px;
	color: #fff;
	padding-top: 2px;
}
.showhide b.txtr {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: left;
	font-size: 36px;
	line-height: 31px;
	font-weight: normal;
	color: #fff;
	width: 27px;
	height: 32px;
}
.mobinav {
	display: none;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	z-index: 99999995;
	float: left;
	background: #636466;
}
.mobinav ul {
	float: left;
	margin: 0px 0 0 0;
	padding: 5px 0px;
	width: 100%;
}
.mobinav ul li {
	float: left;
	margin: 0;
	width: 100%;
	list-style: none;
	padding: 0 20px;
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 0px;
	position: relative;
	font-family: "DM Sans", Sans-serif;
}
.mobinav a {
	width: 100%;
	float: left;
	padding: 4px 0;
	display: block;
	line-height: normal;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "DM Sans", Sans-serif;
	border: 0;
	margin: 0;
	text-decoration: none;
}
.mobinav ul li.current-menu-item a {
	color: #fff;
	text-decoration: underline;
}
.mobinav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.mobinav ul li ul {
	float: left;
	padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
	text-transform: capitalize;
}
.mobinav ul li a.drop {
	font-size: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 28px;
}
.mobinav ul li a.drop:after {
	content:"";
	background:url(images/sprite_icons.png) no-repeat left top;
	background-position:0px 0px;
	width:13px;
	height:13px;
	position:absolute;
	right:0;
	top:8px;
}
.mobinav ul li a.drop.open {
	width:28px;
}
.mobinav ul li a.drop.open:after {
	background-position:-28px 0px;
}
.hdr-src {
	transition: 0.5s;
	cursor: pointer;
	display: none;
	width: 18px;
	height: 18px;
	float: right;
	margin-top: 6px;
}
svg.icon.icon-search {
	display: none;
}
.srcshow {
	display: block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	float: left;
	background:url(images/sprite_icons.png) no-repeat left top;
	background-position:-54px 0;
	text-indent:-9999px;
}
.srcshow img {
	width: 100%;
	display: block;
}
.srcbox {
	z-index: 99999995;
	background-color: #636466;
	position: absolute;
	top: -12px;
	right: 0;
	width: 0;
	overflow: hidden;
	height: 51px;
}
.srcbox:before {
	content:"";
	background:url(images/sprite_icons.png) no-repeat left top;
	background-position:-54px 0;
	position:absolute;
	left:14px;
	top:17px;
	width: 18px;
	height: 18px;
}
.srcbox .search-form .screen-reader-text {
	font-size: 0;
}
.srcbox input {
	width: 100%;
	float: left;
	padding: 17px 30px 16px 45px;
	text-transform: uppercase;
	line-height: normal;
	background-color: transparent;
	font-family: "DM Sans", Sans-serif;
	font-style: italic;
	color: #fff;
	font-size: 16px;
	border: 0;
}
.srcbox button {
	position: absolute;
	top: 10px;
	left: 0;
	width: 25px;
	height: 25px;
	border: none;
	background: none;
}
.srcbox .close_search {
	width: 17px;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 0px;
	bottom: 0;
	margin: auto;
	background-image:url(images/sprite_icons.png);
	background-repeat: no-repeat;
	background-position: 0 -22px;
	cursor: pointer;
}
.srcbox input::-webkit-input-placeholder {
	color: #fff;
}
.srcbox input::-moz-placeholder {
	color:#fff;
}
.srcbox input:-ms-input-placeholder {
	color: #fff;
}
.srcbox input:-moz-placeholder {
	color: #fff;
}
.mobile_src_nav {
	display: none;
	width: 100%;
	float: left;
	background-color: #f37021;
	padding: 12px 0 11px 0
}
.mobile_src_nav .container {
	position: relative;
}
.mobile_src_nav .search-form {
	width: 100%;
	float: left;
}
/* Show Hide Menu Section Ends */

/* Reviews Popup Styling */
#review_btn {
	position: fixed;
	top: 300px;
	right: 0;
	cursor: pointer;
	z-index: 99999999995
}
#review_btn img {
	background:#f17014;
}
.popup_form_outer_overlay {
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999995;
	display: none;
}
.popup_form_outer {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999995;
	padding: 30px 0 0;
	display: none;
}
.popup_form {
	width: 420px;
	margin: auto;
	position: relative;
}
.popup_form h4 {
	background-color: #636466;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "DM Sans", Sans-serif;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
.popup_form .pf_block {
	width: 100%;
	float: left;
	background-color: #f0f0f0;
	padding: 20px 42px;
	box-sizing: border-box;
}
.popup_form h3 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'PoppinsSemiBold';
	font-weight: 700;
	color: #f37021;
	line-height:34px;
	margin: 0 0 5px;
	padding: 0;
}
.popup_form .pfr_block {
	width: 100%;
	float: left;
	margin: 0 0 10px;
}
.popup_form .pfr_block p {
	color: #000;
	margin: 0 0 5px;
	font-family: 'PoppinsRegular';
	text-align: center;
}
.pf_fields {
	width: 100%;
	float: left;
}
.pf_fields .pf_field {
	width: 100%;
	float: left;
	margin: 0 0 15px;
}
.pf_fields .pf_field.submit-field {
	position: relative;
}
.pf_fields .pf_field label {
	font-size: 16px;
	color: #636466;
	width: 100%;
	float: left;
	margin: 0 0 3px;
	font-family: 'PoppinsRegular';
}
.pf_fields .pf_field input[type="text"], .pf_fields .pf_field input[type="email"], .pf_fields .pf_field textarea {
	width: 100%;
	float: left;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: 'PoppinsRegular';
	border-radius: 3px;
	border: 0;
}
.pf_fields .pf_field textarea {
	height: 95px;
}
.pf_fields .pf_field input[type="button"] {
	width: 100%;
	float: left;
	line-height: 40px;
	background-color: #f37325;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'PoppinsRegular';
}
.pf_fields .pf_field input[type="button"]:hover {
	background:#636466;
}
.pf_fields .pf_field.submit-field #form-loading {
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
	width: 20px;
}
.pf_fields p {
	font-size: 16px;
	line-height: normal;
	color: #636466;
	margin: 0 0 10px;
	width: 100%;
	float: left;
	font-family: 'PoppinsRegular';
}
.pfr_fields {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 10px;
}
.pfr_fields span {
	display: inline-block;
	width: 60px;
	height: 59px;
	background-image: url(images/ratingstar.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}
.pfr_fields span.active {
	background-image: url(images/ratingstar_active.png);
}
.popup_form .error_field {
	display: none;
	color: red;
	width: 100%;
	float: left;
	font-size: 15px;
}
.pf_result {
	width: 100%;
	float: left;
	padding: 20px 42px;
	box-sizing: border-box;
	background-color: #f37021;
}
.pf_result h5 {
	font-weight: 700;
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 12px;
	font-family: 'PoppinsRegular';
}
.pf_result p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin: 0 0 10px;
	font-family: 'PoppinsRegular';
}
.pf_result p strong {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	margin: 0 0 15px;
	font-family: 'PoppinsRegular';
}
.share_row {
	width: 100%;
	float: left;
	margin: 0;
}
.share_row p {
	font-family: 'PoppinsRegular';
}
.share_row p strong {
	font-family: 'PoppinsRegular';
	font-weight:bold;
}
.share_row a {
	margin: 0 5px;
	display: inline-block;
}
.share_step {
	width: 100%;
	float: left;
}
.share_step1 {
	margin: 30px 0 10px;
}
.share_step h6 {
	font-size: 18px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
	font-family: 'PoppinsRegular';
}
.share_step ul {
	padding: 0;
	margin: 0;
}
.share_step ul li {
	padding: 0;
	margin: 0 0 10px;
	width: 100%;
	float: left;
}
.share_step ul li button {
	width: 233px;
	height: 74px;
	background-image: url(images/clip_btn.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
}
#popup_close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	background-image: url(images/popup_close.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	z-index: 99999999999995;
}
.pf_fields .pf_field #comments {
	display: block;
}
.share_step ul li button.copied {
	background: url(images/clip_btn_copied.png);
	transition: .3s;
}
.pf_result p strong {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
/* Review Popup section Ends */

.review_row .reviews-rt-stars {
    float: left;
    padding: 0;
    margin: 0 0 10px;
    width: 101px;
    background-position: left top;
    position: relative;
    background-image: url(images/ratingh.png);
}
.reviews-rt-stars .rating {
    width: 100%;
    float: left;
    background-image: url(images/rating-star.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 16px;
    position: relative;
    z-index: 1;
}
.review_item {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
h1, h2, h3, h4, h5, h6, p, a,{font-family: "DM Sans", Sans-serif;}
.bnr-sec {
    text-align: center;
    padding: 60px 0px;
}
.bnr-sec h1{
	    color: #1E1E1E;
    font-family: "DM Sans", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}
.tab-sec h2{
	    color: #1E1E1E;
    font-family: "DM Sans", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}
.archi-sec{background-color: #000;padding: 60px 0px;}
.archi-sec h2{  color: #fff;
    font-family: "DM Sans", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
text-transform: uppercase;margin-bottom: 40px;}
.bx h4{
	    color: #FFFFFF;
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.bx p{
	color:#fff;font-family: "DM Sans", Sans-serif;
}
.bx {
        width: 30.6%;
    float: left;
    margin: 0px 2%;
}
.box-sec.btm {
    margin-top: 20px;
}
.cntct-frm h2{
	color: #1E1E1E;
    font-family: "DM Sans", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}
.cntct-frm {
    background-image: url('https://www.i-exceed.com/appzillon-digital-banking/wp-content/uploads/2026/01/ContactPage-Header.png');
    background-repeat: no-repeat;
    background-size: cover;   /* or contain */
    background-position: center;
padding: 40px 0px;
}
.video-sec {
    text-align: center;
    padding: 50px 0px 0px;
}


.owl-carousel.owl-clnt-lgs{display:block;}
.logo-cars{padding-bottom: 50px;}

.faq-sec h2{
	color: #1E1E1E;
    font-family: "DM Sans", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}

.tab-sec{padding: 40px 0px;}
.bnr-sec a {
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #EC7D30;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 2px 20px 0px rgba(31.000000000000004, 66.00000000000004, 72, 0.16);
    padding: 15px 24px 15px 24px;
    display: inline-block;
    margin-top: 20px;
}
.bnr-sec a:hover{
	    color: #FFFFFF;
    background-color: #D28550;
}

.tabs1 {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
    border-radius: 6px;
padding: 14px 0px;
}

.tab1 {
  padding: 12px 28px;
  background: #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
    font-family: 'DM Sans';
    color: #000;
}

.tab1.active {
 background: #fff;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin: 0px 14px;
}

/* Content wrapper */
.content {
  padding: 30px 0px;
  border-radius: 12px;
}

/* Two column layout */
.content-row {
  display: flex;
  gap: 30px;
}

.content-left,
.content-right {
  width: 50%;
  line-height: 1.6;
    font-family: 'DM Sans';
}

/* Responsive */
@media (max-width: 768px) {
  .content-row {
    flex-direction: column;
  }
  .content-left,
  .content-right {
    width: 100%;
  }
}



.tabs1 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.tab1 {
  padding: 10px 24px;
  background: #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  font-family: 'DM Sans';
  color: #000;
}

.tab1.active {
  background: #fff;
  border: 1px solid #d1d5db;
}

/* Content */
.content {
  padding: 20px 0;
}

.content-row {
  display: flex;
  gap: 30px;
}

.content-left,
.content-right {
  width: 50%;
  line-height: 1.6;
  font-family: 'DM Sans';
}

/* Responsive */
@media (max-width: 768px) {
  .content-row {
    flex-direction: column;
  }
  .content-left,
  .content-right {
    width: 100%;
  }
}


.content-left span, .content-right span {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}


.accordion-item {
  border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.accordion-header {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  background: #f8f8f8;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header:hover {
  background: #eee;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
}

.accordion-content p {
  padding: 16px 0;
  margin: 0;
}

.accordion-item.active .accordion-content {
  max-height: 200px; /* adjust if content is longer */
}

.icon {
  font-size: 20px;
  font-weight: bold;
}

.lt {
    width: 48%;
    float: left;
}
.rt {
    width: 48%;
    float: right;
    background-color: #0000007A;
    padding: 20px;
    border-radius: 6px;
}
.lts-cnnct {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.accordion-header {
    background-color: #E9E9E9;
    font-family: 'DM Sans';
}
.faq-sec {
    padding-bottom: 40px;
}
.logo img {
    width: 125px;
}
.logo-menu {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
    background-color: #fff;
}
.bx:first-child {
    margin-left: 0px;
}
.bx:last-child {
    margin-right: 0px;
}
.logo-menu.fw.is-scrolled {
    position: fixed;z-index: 9;
    top: 0;
}
.img-sec.fw {
    padding-bottom: 40px;
}
.mid-img.fw {
    padding-bottom: 50px;
}

.frm-lt
 {
    width: 49%;
    float: left;
}
.frm-rt
 {
    width: 49%;
    float: right;
}
.full-frm.sec input {
    width: 100%;
    padding: 9px 10px;
    margin-top: 5px;
    margin-bottom: 12px;
}
.full-frm.sec select {
    width: 100%;
    padding: 9px 10px;
    margin-bottom: 12px;
    margin-top: 5px;
    font-family: "DM Sans", Sans-serif;
}
.full-frm.sec textarea {
    width: 100%;
    padding: 9px 10px;
height: 100px;
margin-top: 5px;
}
.wpcf7-response-output {
    width: 100%;
    float: left;
    font-family: 'DM Sans';
    color: #fff;
    margin-top: 0px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #FF8C00;
    color: #fff;
    font-family: 'DM Sans';
    font-size: 16px;
    border: 0px solid #000;
    width: auto;
    padding: 11px 10px;
    border-radius: 5px;
}

.logo-menu {
    text-align: center;
}
.social-icon ul li {
    display: inline-block;
    margin-bottom: 0px;
}
.ffq-sec {
    padding-top: 60px;
}
.copy-rt-sec.fw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #8e8e8e;
    padding-top: 10px;
}
.ftr-lst ul li {
    display: inline-block;
    margin-left: 10px;font-size: 14px;
}
.copyrights p {
    font-size: 14px;
}
.site_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.insight-links ul li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0px;
}

