/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@font-face {
  font-family: "Verdana";
  src: url("/assets/webfonts/Verdana.woff2") format("woff2"), url("/assets/webfonts/Verdana.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.accordion-body {
  padding-top: calc(var(--header-height) + 10px);
  /* Adjust according to your needs */
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
/* 
---------------------------------------------
header
--------------------------------------------- 
*/
/* .header-area .main-nav .nav li:last-child a {
  font-size: 14px;
  color: #fff;
  background-color: #2E2E2E;
  padding: 10px 20px !important;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: all .3s;
} */
/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
/*
---------------------------------------------
services
---------------------------------------------
*/
/*
---------------------------------------------
cta
---------------------------------------------
*/
/*
---------------------------------------------
about us
---------------------------------------------
*/
/*
---------------------------------------------
calculator
---------------------------------------------
*/
/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/
/* 
---------------------------------------------
partners
--------------------------------------------- 
*/
/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/
/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/
/* 
---------------------------------------------
about us page
--------------------------------------------- 
*/
/* 
---------------------------------------------
services page
--------------------------------------------- 
*/
/* 
---------------------------------------------
contact us page
--------------------------------------------- 
*/
/* About Us section */
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Verdana" !important;
  font-weight: 400;
  background-color: #fff;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: "Verdana" !important;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Verdana" !important;
  font-weight: 400;
  background-color: #fff;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: "Verdana" !important;
  overflow-x: hidden;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
div pre {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

applet {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

object {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #BBBCBC;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #BBBCBC;
}

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #BBBCBC;
}

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #BBBCBC;
}

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #BBBCBC;
}

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #BBBCBC;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  line-height: 26px;
  color: #D9D9D6;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none !important;
}

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

acronym {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

address {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

big {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

cite {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

del {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

em {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

font {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  width: 100%;
  overflow: hidden;
}

ins {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

s {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

samp {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

small {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

strike {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

sub {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

tt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

u {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

center {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

dl {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

dt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 0px;
}

li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  margin-top: 120px;
}

article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

aside {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

.nrfsi-banner {
  width: 100%;
  height: 100vh;
  background-color: #2E2E2E;
  position: relative;
  margin-top: 0;
}

.customerGuideSec table th,
td {
  font-size: 14px;
  font-family: "Verdana" !important;
  font-weight: 500;
}

footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  background-color: #2E2E2E;
  text-align: left;
  padding: 20px 0px;
}
footer .footerCompanyProfile a img {
  width: 200px;
}
footer .footerCompanyProfile p {
  font-size: 13px;
  padding: 10px 10px;
  margin: 0;
}
footer p {
  color: #BBBCBC;
  font-weight: 300;
  text-align: left;
  font-size: 13px;
}
footer p a {
  color: #BBBCBC;
  font-size: 13px;
  margin-right: 10px;
}

footer.section.footer-classic {
  padding: 40px 0 20px;
}
footer.section.footer-classic h5.footerHeader {
  font-size: 14px;
  color: #FFFFFF;
}
footer.section.footer-classic img {
  width: 100%;
  max-width: 480px;
}
footer.section.footer-classic .email-sec {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
footer.section.footer-classic .email-sec .email-icon {
  width: 30px;
  margin-right: 15px;
}
footer.section.footer-classic .email-sec .email-icon img {
  width: 100%;
}
footer.section.footer-classic .email-sec .email-address a {
  font-size: 13px;
  color: #BBBCBC;
  text-decoration: none;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footerContent {
  padding: 40px 0;
}
.footerContent .companyProfileDetails {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footerContent .companyProfileDetails a {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.footerContent .companyProfileDetails p {
  font-size: 14px;
  font-weight: 400;
  color: #bbbcbc;
  max-width: 75%;
  text-align: justify;
}

.email-sec {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.email-sec .email-icon {
  width: 30px;
  margin-right: 15px;
}
.email-sec .email-icon img {
  width: 100%;
}
.email-sec .email-address a {
  font-size: 13px;
  color: #BBBCBC;
  text-decoration: none;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.foonterCopyright {
  margin-top: 20px;
}
.foonterCopyright .container {
  border-top: 1px solid rgba(121, 134, 151, 0.3);
}
.foonterCopyright p {
  color: #BBBCBC;
  font-weight: 300;
  text-align: left;
  font-size: 12px;
  padding: 20px 0;
}
.foonterCopyright p a {
  color: #BBBCBC;
  font-size: 12px;
  margin-right: 10px;
}

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* {
  box-sizing: border-box;
}
* html .clearfix {
  height: 1%;
}

hgroup {
  display: block;
}

.fcLinkAction {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.fcLinkAction .fcLink {
  background-color: #FFFFFF;
  border: 1px solid #2E2E2E;
  color: #2E2E2E !important;
  font-size: 14px;
  padding: 7px 10px;
  font-weight: 400;
  border-radius: 2px;
  margin-top: 6px;
  border-radius: 4px;
}

.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #2E2E2E;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #EFDF00;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
.orange-button a:hover {
  opacity: 0.9;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 70px;
}
.section-heading h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #2E2E2E;
  font-weight: 700;
}
.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #2E2E2E;
}
.section-heading p {
  margin-top: 30px;
}

svg.text-success {
  color: #2E2E2E !important;
}

a.contactUsBtn {
  float: right;
  background: linear-gradient(45deg, black, #7D818D);
  color: #FFFFFF;
  font-size: 14px;
  padding: 7px 10px;
  font-weight: 400;
  border-radius: 2px;
  margin-top: 6px;
}

.background-header {
  background-color: #ffffff;
  border-bottom: 1px solid #212529;
  height: 170px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}
.background-header .main-nav .logo {
  line-height: 80px;
  width: 160px;
}
.background-header .main-nav .nav li:hover a {
  color: #9f9f9f;
  opacity: 1;
}
.background-header .main-nav .nav li a.active {
  color: #9f9f9f;
  opacity: 1;
}
.background-header .main-nav .menu-trigger {
  top: 23px;
}
.background-header .main-nav .menu-trigger span {
  background-color: #2E2E2E !important;
}
.background-header .main-nav .menu-trigger span:before {
  background-color: #2E2E2E !important;
}
.background-header .main-nav .menu-trigger span:after {
  background-color: #2E2E2E !important;
}
.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2E2E2E !important;
}
.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2E2E2E !important;
}

html {
  margin-top: 0 !important;
}

div#wpadminbar {
  display: none;
}

.header-area {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.5s ease 0s;
  background-color: #FFFFFF;
  border-bottom: 1px solid #dee2e6;
}
.header-area .main-nav {
  min-height: auto;
  background: transparent;
}
.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  transition: all 0.3s ease 0s;
  width: 275px;
}
.header-area .main-nav .nav {
  float: left;
  margin-right: 0px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.header-area .main-nav .nav li {
  padding: 13px 0;
}
.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}
.header-area .main-nav .nav li a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #2E2E2E;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  border: transparent;
}
.header-area .main-nav .nav li:hover a {
  color: #9f9f9f;
}
.header-area .main-nav .nav li a.active {
  color: #9f9f9f;
}
.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(2em);
  visibility: hidden;
  z-index: -1;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}
.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 12px;
}
.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #9f9f9f !important;
  padding-left: 25px;
}
.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}
.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}
.header-area .main-nav .menu-trigger span {
  transition: all 0.4s;
  background-color: #2E2E2E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
  transition: all 0.4s;
  background-color: #2E2E2E;
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  width: 75%;
  content: "";
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #2E2E2E;
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  width: 75%;
  content: "";
  transform-origin: 33% 0;
  top: 10px;
}
.header-area .main-nav .menu-trigger.active span {
  background-color: #2E2E2E;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  background-color: #2E2E2E;
  width: 100%;
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}
.header-area .main-nav .menu-trigger.active span:after {
  background-color: #2E2E2E;
  width: 100%;
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2E2E2E;
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}
.header-area.header-sticky .nav li a.active {
  color: #9f9f9f;
}

.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  background-color: #ffffff;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-inner::after {
  content: "";
  background-color: #0f1014;
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.slide-inner .header-text {
  position: absolute;
  width: 35%;
  top: 50%;
  transform: translateY(-50%);
}
.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  line-height: 1.6;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.slide-inner .header-text h2 em {
  font-style: normal;
  color: #9f9f9f;
}
.slide-inner .header-text .div-dec {
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #bbbcbc;
  margin: 20px auto 0 auto;
}
.slide-inner .header-text p {
  color: #D9D9D6;
  margin-right: 60px;
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}
.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-slide-active h2 {
  animation: fadeInLeft 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}
.swiper-slide-active p {
  animation: fadeInRight 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}
.swiper-slide-active .div-dec {
  animation: fadeIn 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}
.swiper-slide-active .buttons .green-button {
  animation: fadeInUp 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  right: 3%;
  top: 50%;
  margin-top: -100px;
  display: flex;
  flex-direction: column;
}

.swiper-pagination-bullet {
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  width: 25px !important;
  height: 25px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: transparent !important;
  border: 1px solid #FFFFFF;
}

.swiper-button-prev {
  left: auto !important;
  right: 60px !important;
  top: auto !important;
  bottom: 25px;
  color: #fff !important;
}

.swiper-button-next {
  top: auto !important;
  bottom: 25px;
  color: #fff !important;
}

section.services {
  margin-top: 90px;
}

.services .service-item {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.services .service-item:hover i {
  margin-top: 15px;
}
.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.services .service-item i {
  transition: all 0.5s;
  float: left;
  font-size: 64px;
  color: #2E2E2E;
  margin-bottom: 30px;
  margin-right: 30px;
}

.row.ctLink {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(144, 147, 152, 0.5);
}

.CustomLinks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0;
  row-gap: 15px;
}
.CustomLinks .clItem {
  width: auto;
  padding: 0 20px;
  padding-top: 0;
}
.CustomLinks .clItem a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.CustomLinks .clItem a img {
  width: 150px !important;
  padding: 0;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 15px;
}
.CustomLinks .clItem a p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
}

section.simple-cta {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 40px 0px;
  border-top: 1px solid rgba(121, 134, 151, 0.3);
  border-bottom: 1px solid rgba(121, 134, 151, 0.3);
  background-color: #FFFFFF;
}
section.simple-cta.cta-about {
  background-color: #2E2E2E;
}
section.simple-cta.cta-finance {
  background-color: #2E2E2E;
}
section.simple-cta .left-image {
  margin-right: 45px;
}
section.simple-cta h4 {
  font-size: 28px;
  font-weight: 700;
  color: #2E2E2E;
}
section.simple-cta h4 em {
  font-style: normal;
  color: #2E2E2E;
}
section.simple-cta h4 strong {
  color: #9f9f9f;
  font-weight: 700;
}
section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}
section.simple-cta .buttons {
  display: flex;
  justify-content: end;
}
section.simple-cta .buttons .orange-button {
  margin-left: 20px;
  margin-top: 25px;
}
section.simple-cta .buttons .green-button {
  margin-top: 25px;
}

section.about-us {
  margin-top: 40px;
}
section.about-us .section-heading {
  padding-top: 30px;
}
section.about-us .naccs {
  position: relative;
}
section.about-us .naccs .menu div {
  padding: 15px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 14px;
  color: #2E2E2E;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 400;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
section.about-us .naccs .menu div.active {
  color: #FFFFFF;
  background-color: #2E2E2E;
}
section.about-us ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
section.about-us ul.nacc.customNaccLi li {
  padding: 30px;
}
section.about-us ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
section.about-us ul.nacc li .main-list {
  border-bottom: 1px solid #eee;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
section.about-us ul.nacc li .list-item {
  border-bottom: 1px solid #eee;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
section.about-us ul.nacc li .last-item {
  margin-bottom: 0px;
}
section.about-us ul.nacc li span.title {
  font-size: 14px;
  color: #2E2E2E;
  font-weight: 600;
  display: inline-block;
  width: 15%;
}
section.about-us ul.nacc li span.title.customWid {
  width: 25%;
}
section.about-us ul.nacc li span.item-title {
  color: #2E2E2E !important;
  font-weight: 600 !important;
  width: 10% !important;
}
section.about-us ul.nacc li span.item {
  font-size: 14px;
  color: #2E2E2E;
  font-weight: 400;
  display: inline-block;
  width: 15%;
}
section.about-us ul.nacc li span.item.customWid {
  width: 25%;
}
section.about-us ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}
section.about-us .right-content {
  margin-left: 60px;
}
section.about-us .right-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}
section.about-us .right-content p {
  margin-bottom: 50px;
}

section.customerGuideSec {
  margin-top: 0;
  padding: 0 0 60px;
}

.col-md-12.contentQues .info-block {
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 14px;
  position: relative;
}
.col-md-12.contentQues .info-block:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background-color: #2E2E2E;
  border-radius: 20px;
  margin-left: -14px;
  margin-top: 9px;
}
.col-md-12.contentQues h2 {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 600;
}
.col-md-12.contentQues h3 {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 600;
}
.col-md-12.contentQues h4 {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 600;
}
.col-md-12.contentQues p {
  font-size: 14px !important;
  margin-top: 5px !important;
  padding-bottom: 15px !important;
}

code {
  font-size: 0.875em;
  color: #2E2E2E;
}

section.calculator {
  margin-top: 150px;
  background-image: url(../images/calculator-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}
section.calculator .left-image {
  margin: -110px 45px -80px 0px;
}
section.calculator .section-heading {
  text-align: left;
}
section.calculator .section-heading h4 {
  color: #fff;
}

#calculate label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
#calculate input {
  background-color: rgba(121, 134, 151, 0.3);
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  outline: none;
}
#calculate select {
  background-color: rgba(121, 134, 151, 0.3);
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  outline: none;
  cursor: pointer;
}
#calculate button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #2E2E2E;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.3s;
}
#calculate button.orange-button:hover {
  opacity: 0.9;
}

section.testimonials {
  margin-top: 90px;
}
section.testimonials .section-heading {
  padding-top: 30px;
}

.testimonials .item {
  border-radius: 15px;
  padding: 50px 320px 50px 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}
.testimonials .item i {
  width: 70px;
  height: 70px;
  background-color: #2E2E2E;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 44px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.testimonials .item p {
  font-size: 14px;
  font-style: italic;
}
.testimonials .item h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
.testimonials .item span {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2E2E2E;
}
.testimonials .item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  border-radius: 5px;
}
.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ffa88c;
  border-radius: 50%;
  margin: 0px 4px;
}
.testimonials .owl-dots .active {
  background-color: #EFDF00;
}

section.partners {
  background-color: #fff;
  padding: 30px 0px;
  margin-top: 0;
}
section.partners .item {
  margin: 0px 2px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.partners .item img {
  width: 220px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.partners .item:hover {
  opacity: 0.75;
}

.prodListDet ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.prodListDet li {
  margin-bottom: 20px;
}
.prodListDet li strong {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.prodListDet li ul {
  margin-top: 5px;
}
.prodListDet li ul li {
  margin-bottom: 5px;
}

.bbSec {
  border-bottom: 1px solid #dee2e6;
}

.page-heading {
  background-color: #FFFFFF;
  border-bottom: 1px solid #dee2e6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 210px 0px 45px 0px;
  text-align: center;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}
.page-heading.insuranceBg {
  background-image: url(../images/insurance-bg.jpg);
}
.page-heading.customerGBg {
  background-image: url(../images/customerGuide-bg.jpg);
}
.page-heading.investorBg {
  background-image: url(../images/invester-bg.jpg);
}
.page-heading.i-policy {
  background-image: url(../images/i-policy.jpg);
}
.page-heading h2 {
  font-size: 28px;
  color: #2D2D2D;
  font-weight: 700;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.5;
}
.page-heading .div-dec {
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #bbbcbc;
  margin: 20px auto 0 auto;
}

section.top-section .left-image img {
  border-radius: 10px;
}
section.top-section .accordions {
  border-radius: 5px;
  padding: 50px 40px;
  background-color: #fff;
  margin-left: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}

.accordion-head {
  padding: 35px 0px !important;
  font-size: 14px;
  font-weight: 400;
  color: #2E2E2E;
  cursor: pointer;
  transition: color 200ms ease-in-out;
}
.accordion-head svg {
  width: 1.5em;
  height: 1.5em;
  fill: #ae0000;
  margin-right: 10px;
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}

.accordion-head.is-open {
  color: #2E2E2E !important;
  margin-bottom: 0 !important;
  background-color: #ffffff !important;
  font-weight: 600 !important;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}

.accordion-body {
  padding: 0px;
  overflow: hidden;
  height: 0;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content .row {
  margin-left: 0;
  margin-right: 0;
}
.accordion-body > .content h5 {
  font-size: 14px;
  font-weight: 600;
}
.accordion-body > .content h3 {
  font-size: 14px;
  font-weight: 600;
}
.accordion-body > .content p {
  padding: 0px 0px 20px 0px;
  padding-top: 0;
  color: #2E2E2E;
  font-size: 14px;
}

.text-black {
  color: #2E2E2E;
}

.flexAlignCenterd {
  align-items: center;
  justify-content: center;
}

.accordions.accCustom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}
.accordions.accCustom .accordion-head {
  padding: 15px 15px !important;
  font-size: 14px;
  font-weight: 400;
  color: #2E2E2E;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  background-color: #FFFFFF;
}
.accordions.accCustom .content {
  padding: 30px 40px;
  background-color: #FFFFFF;
}

.featurestList {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 20px;
}
.featurestList.flFull .feature-listit {
  width: 100%;
}
.featurestList .feature-listit {
  width: 50%;
}
.featurestList .feature-listit p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  color: #2E2E2E;
}

.div-dec-custom {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #2E2E2E;
  margin: 20px auto 0 auto;
}

.btnStyle-cta {
  padding: 15px;
  min-height: 75px;
}
.btnStyle-cta i {
  font-size: 14px;
}
.btnStyle-cta h6 {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 1rem !important;
  color: #2E2E2E;
}

.what-we-do.customWWD h2 {
  text-align: left;
}
.what-we-do h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  color: #2E2E2E;
  text-align: center;
}
.what-we-do ul li {
  list-style: circle;
  list-style-position: inside;
  font-size: 14px;
  margin-bottom: 10px;
}
.what-we-do .left-content {
  margin-right: 60px;
}
.what-we-do .left-content p {
  margin-bottom: 40px;
  color: #2E2E2E;
  text-align: justify;
  font-size: 14px;
}
.what-we-do .left-content h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #2E2E2E;
  font-weight: bold;
}
.what-we-do .left-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #2E2E2E;
  font-weight: bold;
  text-align: left !important;
}
.what-we-do .right-items .item {
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}
.what-we-do .right-items .item em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #2E2E2E;
  font-weight: 600;
  right: 15px;
  top: 5px;
  transition: all 0.3s;
}
.what-we-do .right-items .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #2E2E2E;
}
.what-we-do .right-items .item p {
  color: #2E2E2E;
}
.what-we-do .right-items .item:hover em {
  top: 10px;
}

.main-services .service-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ecf8f2;
}
.main-services .last-service {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.main-services .left-image {
  margin-right: 15px;
}
.main-services .left-image img {
  border-radius: 5px;
}
.main-services .right-image {
  margin-left: 15px;
}
.main-services .right-image img {
  border-radius: 5px;
}
.main-services .right-text-content {
  margin-left: 15px;
}
.main-services .right-text-content i {
  font-size: 64px;
  color: #2E2E2E;
  background-color: #ecf8f2;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  border-radius: 5px;
}
.main-services .right-text-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #2E2E2E;
  margin-top: 40px;
  margin-bottom: 30px;
}
.main-services .left-text-content {
  margin-right: 15px;
}
.main-services .left-text-content i {
  font-size: 64px;
  color: #2E2E2E;
  background-color: #ecf8f2;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  border-radius: 5px;
}
.main-services .left-text-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #2E2E2E;
  margin-top: 40px;
  margin-bottom: 30px;
}

.color-black {
  color: #2E2E2E;
}

img.customImageProfile {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.service-details .naccs {
  position: relative;
}
section.service-details .naccs .menu {
  text-align: center;
}
section.service-details .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #2E2E2E;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
section.service-details .naccs .menu div.active {
  color: #FFFFFF;
  background-color: #2E2E2E;
}
section.service-details ul.nacc {
  position: relative;
  min-height: 100%;
  height: auto !important;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 50px !important;
}
section.service-details ul.nacc.mt-0 {
  margin-top: 0 !important;
}
section.service-details ul.nacc li {
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
section.service-details ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
section.service-details ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
section.service-details ul.nacc li .right-content {
  padding: 50px 50px 50px 0px;
  margin-left: 470px;
}
section.service-details ul.nacc li .right-content h4 {
  font-size: 24px;
  color: #2E2E2E;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 120px;
}
section.service-details ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.service-details ul.nacc li .right-content span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2E2E2E;
  font-style: italic;
  margin-bottom: 12px;
}
section.service-details ul.nacc li .right-content .last-span {
  margin-bottom: 0px;
}
section.service-details ul.nacc li .right-content p {
  margin-bottom: 30px;
}
section.service-details ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

h4.text-black.fs-5 {
  font-size: 16px !important;
}

.fs-5 {
  font-size: 14px !important;
}

.fs-4 {
  font-size: 14px !important;
}

section.map {
  margin-top: 60px;
  padding-bottom: 60px;
}
section.map .info-item {
  text-align: center;
  padding: 40px 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
section.map .info-item.customInfo {
  margin-top: 20px;
  margin-left: 15px;
}
section.map .info-item.customInfo:hover {
  margin-top: 15px;
}
section.map .info-item:hover {
  margin-top: -70px;
  background-color: #2E2E2E;
}
section.map .info-item:hover .fa {
  color: #FFFFFF;
}
section.map .info-item:hover h4 {
  color: #FFFFFF;
}
section.map .info-item:hover a {
  color: #FFFFFF;
}
section.map .info-item i {
  font-size: 36px;
  color: #2E2E2E;
  margin-bottom: 25px;
}
section.map .info-item h4 {
  font-size: 14px;
  color: #2E2E2E;
  font-weight: 600;
  margin-bottom: 12px;
}
section.map .info-item a {
  font-size: 14px;
  font-weight: 400;
  color: #2E2E2E;
  transition: all 0.3s;
  word-break: break-word;
}
section.map .info-item a:hover {
  color: #9f9f9f;
}

.faq-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.faq-question,
.faq-answer {
  display: flex;
  align-items: flex-start;
}

.faq-question-label,
.faq-answer-label {
  min-width: 2em;
  font-weight: bold;
  font-size: 14px;
}

.faq-question-text,
.faq-answer-text {
  flex: 1;
}

.faq-question-text {
  font-weight: 600;
}

.faq-answer-text {
  /* Adjust as needed */
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  color: #2E2E2E;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}
#contact input::-moz-placeholder {
  color: #2E2E2E;
}
#contact input::placeholder {
  color: #2E2E2E;
}
#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #2E2E2E;
  border-radius: 5px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}
#contact textarea::-moz-placeholder {
  color: #2E2E2E;
}
#contact textarea::placeholder {
  color: #2E2E2E;
}
#contact button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #2E2E2E;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.3s;
}
#contact button.orange-button:hover {
  background-color: #2E2E2E;
}

.aboutUssection {
  width: 100%;
  padding: 50px 0px;
  background-color: #fbfbfb;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.aboutUssection .aboutImageSec {
  width: 100%;
  padding: 60px 100px;
}

.table-custom tr th {
  width: 30%;
}
.table-custom tr td {
  width: 70%;
}

h2.dcTitle_1 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #2E2E2E;
  line-height: normal;
  font-weight: bold;
}

h2.dcTitle_2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #2E2E2E;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.td90 {
  transform: rotate(90deg);
  white-space: nowrap;
}

.feature-content.cust-fc {
  justify-content: flex-start;
  row-gap: 5px;
}
.feature-content.cust-fc h2.dcTitile {
  text-align: left !important;
}
.feature-content.cust-fc:hover a {
  color: #FFFFFF;
}
.feature-content.cust-fc a {
  font-size: 14px;
  font-weight: 400;
  color: #2E2E2E;
  transition: all 0.3s;
  word-break: break-word;
}

.featureSection {
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
}
.featureSection.layout2 .row {
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 25px;
}
.featureSection.layout2 .feature-content {
  row-gap: 0;
  background-color: #fbfbfb;
  border: 1px soild #E3E3E3;
  box-shadow: none;
}
.featureSection.layout2 .feature-content:hover {
  border: 1px solid #2E2E2E;
  background-color: #2E2E2E;
}
.featureSection.layout2 .feature-content:hover h2.dcTitile,
.featureSection.layout2 .feature-content:hover p.fcDesc,
.featureSection.layout2 .feature-content:hover svg {
  color: #FFFFFF;
  fill: #FFFFFF;
  stroke: #FFFFFF;
  transition: color 0.3s ease, filter 0.3s ease;
}
.featureSection.layout2 .feature-content:hover .featureIcon {
  box-shadow: none;
}
.featureSection.layout2 .feature-content .featureIcon {
  border: 1px solid #E3E3E3;
  box-shadow: 0px 0px 12px 0px #dee2e6;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featureSection .row {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.featureSection h2.featuresHeading {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #BBBCBC;
  text-align: center;
}

.headingCom {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.headingCom h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  color: #2E2E2E;
  margin-bottom: 10px;
  text-align: center !important;
}
.headingCom p {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  color: #4B4B4B;
}

.feature-content {
  padding: 40px 30px;
  border: 1px solid #EEE;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  height: 100%;
  box-shadow: 0px 0px 12px 0px #dee2e6;
  border-radius: 10px;
  transition: border 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.feature-content:hover {
  border: 1px solid #2E2E2E;
  background-color: #2E2E2E;
}
.feature-content:hover h2.dcTitile,
.feature-content:hover p.fcDesc,
.feature-content:hover svg {
  color: #FFFFFF;
  fill: #FFFFFF;
  transition: color 0.3s ease, filter 0.3s ease;
}
.feature-content .fcCount {
  font-size: 24px;
  color: #D9D9D6;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
}
.feature-content .fcCount:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #2E2E2E;
  top: 50%;
  margin-top: 2px;
  margin-left: 7px;
}
.feature-content h2.dcTitile {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2E2E2E;
  line-height: normal;
  font-weight: bold;
}
.feature-content p.fcDesc {
  font-size: 14px;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #2E2E2E;
}
.feature-content a.fcLink {
  font-size: 12px;
  color: #BBBCBC;
}
.feature-content .featureIcon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.feature-content .featureIcon img {
  width: 100%;
}
.feature-content .featureIcon svg {
  color: #2E2E2E;
}

.nrfsi-content-sec h2 {
  font-weight: 600;
  color: #D9D9D6;
  font-size: 40px;
  margin-bottom: 30px;
}
.nrfsi-content-sec p {
  font-weight: 300;
  color: #BBBCBC;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 0;
}

p.nrCustomPara {
  color: #D9D9D6;
  font-size: 14px;
  text-align: justify;
}

.customParaSec {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.customParaSec h2 {
  font-size: 28px;
  font-weight: bold;
  color: #2D2D2D;
}
.customParaSec p.nrCustomPara {
  color: #2D2D2D;
  font-size: 14px;
  text-align: justify;
}

.customNFBtn a {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #2D2D2D;
  color: #2D2D2D !important;
  font-size: 14px;
}

.imgPosterSec {
  padding: 50px;
  border: 1px solid #EEEEEE;
  margin: 50px 0;
}

@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .nr-Header {
    width: 100%;
    flex-direction: column;
    text-align: left;
    align-items: flex-start !important;
    padding: 9px 0 !important;
  }
  .nr-Header a.logo {
    font-size: 18px !important;
    padding: 0 15px !important;
    line-height: normal;
  }
  .nr-Header .headerContact {
    display: none !important;
  }
  .footerContent .companyProfileDetails p {
    max-width: 100%;
  }
  .background-header {
    height: 86px !important;
  }
  a.contactUsBtn {
    display: none !important;
  }
  .homeBanner {
    margin-top: 86px !important;
    background-position: center bottom !important;
    background-size: 200% !important;
    min-height: 70vh !important;
  }
  .homeBanner:after {
    height: 100% !important;
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0)) !important;
    opacity: 0.9;
  }
  .homeBanner .heroBannerLeft {
    padding: 0 20px;
  }
  .homeBanner .heroBannerLeft h2 {
    font-size: 24px !important;
  }
  .homeBanner .heroBannerLeft p {
    font-size: 18px !important;
  }
  .featureSection .row {
    row-gap: 25px;
  }
  .feature-content {
    padding: 20px;
    row-gap: 15px;
  }
  .feature-content .featureIcon {
    margin-bottom: 0;
  }
  .customParaSec {
    padding-left: 0 !important;
    padding: 0 20px !important;
    text-align: center;
    row-gap: 15px;
  }
  .headingCom h2 {
    font-size: 24px !important;
  }
  .left-image {
    margin-bottom: 20px;
  }
  .serv-section-2 {
    margin-bottom: 20px;
  }
  .featureSection .row {
    row-gap: 15px;
  }
  .aboutUssection .aboutImageSec {
    width: 100%;
    padding: 0 20px 30px;
  }
  footer.section.footer-classic {
    padding: 20px 0 0;
  }
  footer.section.footer-classic .qkLink {
    margin-bottom: 20px;
  }
  .CustomLinks {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .CustomLinks .clItem {
    width: auto;
    padding: 0 0 0 0;
    padding-top: 0;
  }
  .footerContent .companyProfileDetails {
    margin-bottom: 20px;
  }
  .footerLink {
    row-gap: 5px !important;
  }
  .footerLink ul {
    row-gap: 0;
    margin-bottom: 20px;
  }
  .comLinks {
    justify-content: flex-start;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .accordions.accCustom .content {
    padding: 0 15px;
    background-color: #FFFFFF;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
    line-height: 100px;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    transition: all 0s ease 0s;
    margin-left: 0px;
    background-color: #FFFFFF;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding: 0;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #9f9f9f !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
    height: auto;
    display: none;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu:hover ul {
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area.header-sticky .nav li a:hover {
    color: #9f9f9f !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li a.active {
    color: #9f9f9f !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header .main-nav .logo {
    line-height: 80px;
  }
  .slide-inner .header-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .slide-inner .header-text p {
    display: none;
  }
  .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner .header-text .buttons {
    display: inline-flex;
  }
  .slide-inner .header-text .buttons .green-button {
    float: none;
  }
  .services .service-item i {
    margin-bottom: 35px;
  }
  section.about-us ul.nacc li span.item-title {
    font-size: 14px !important;
  }
  section.about-us ul.nacc li span.item {
    font-size: 13px;
  }
  .testimonials .item {
    padding: 50px;
  }
  .testimonials .item i {
    margin-bottom: 60px;
  }
  .testimonials .item img {
    max-width: 100px;
    right: 50px;
    top: 35px;
    transform: translateY(0);
  }
}
@media (min-width: 767px) {
  .nr-Header a.logo {
    font-size: 18px;
    font-weight: bold;
    color: #2E2E2E;
    width: 100%;
    padding: 0 15px;
    line-height: normal;
  }
  .header-area .main-nav .nav {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .header-area {
    height: 85px;
  }
  .header-area .container {
    max-width: 100%;
  }
  .header-area .main-nav .logo {
    width: 200px !important;
  }
  .header-area .main-nav .nav li a {
    font-size: 9px;
  }
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-heading {
    padding: 110px 0 30px 0 !important;
  }
  .page-heading h2 {
    font-size: 24px;
  }
  .slide-inner .header-text h2 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .header-area {
    background-color: #ffffff;
  }
  .header-area .main-nav .nav li ul li:last-child {
    display: inline-block;
  }
  .slide-inner .header-text {
    width: 50%;
  }
  .simple-cta {
    text-align: center;
  }
  section.simple-cta .buttons {
    justify-content: center;
  }
  section.about-us .naccs .menu div {
    margin-right: 15px;
    font-size: 14px;
    padding: 15px 20px;
  }
  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 60px;
  }
  section.service-details .naccs .menu div {
    margin-right: 15px;
    font-size: 14px;
    padding: 15px 20px;
  }
  section.service-details ul.nacc li {
    display: none;
  }
  section.service-details ul.nacc li .left-image {
    position: relative;
    margin-right: 0px;
    transform: translateY(0px);
  }
  section.service-details ul.nacc li .left-image img {
    border-radius: 15px;
  }
  section.service-details ul.nacc li .right-content {
    padding: 50px;
    margin-left: 0px;
  }
  section.service-details ul.nacc li .right-content h4 {
    margin-right: 0px;
  }
  section.service-details ul.nacc li.active {
    display: inline-block;
  }
  section.calculator .left-image {
    display: none;
  }
  .testimonials .item img {
    max-width: 200px;
    right: 50px;
  }
  section.partners .item {
    margin: 15px;
  }
  section.top-section .accordions {
    margin-left: 0px;
    margin-top: 45px;
  }
  .what-we-do .left-content {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .main-services .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-services .right-text-content {
    margin-left: 0px;
  }
  .main-services .right-image {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.map .info-item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header-area .main-nav .logo {
    width: 225px;
  }
  .homeBanner {
    min-height: 70vh !important;
    background-position: bottom;
    background-size: 100% 100% !important;
  }
  .header-area .main-nav .nav li a {
    font-size: 10px;
  }
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nr-Header .headerContact a p {
    font-size: 12px !important;
  }
  .page-heading {
    padding: 110px 0 30px 0 !important;
  }
  .page-heading h2 {
    font-size: 24px;
  }
  .slide-inner .header-text h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  /* Your CSS rules for portrait mode */
  .homeBanner {
    min-height: 70vh !important;
    background-position: bottom;
    background-size: 200% 100% !important;
  }
}
.slide-inner .header-text h2 {
  font-size: 20px !important;
}

.file_manager .file a:hover .hover,
.file_manager .file .file-name small {
  display: block;
}

.file a {
  text-decoration: underline;
}

.file_manager .file {
  padding: 0 !important;
}

.file_manager .file .icon {
  text-align: center;
}

.file_manager .file {
  position: relative;
  border-radius: 0.55rem;
  overflow: hidden;
}

.file_manager .file .image,
.file_manager .file .icon {
  max-height: 180px;
  overflow: hidden;
  background-size: cover;
  background-position: top;
}

.file_manager .file .hover {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  transition: all 0.2s ease-in-out;
}

.file_manager .file a:hover .hover {
  transition: all 0.2s ease-in-out;
}

.file_manager .file .icon {
  padding: 15px 10px;
  display: table;
  width: 100%;
}

th {
  font-size: 14px;
}

td a {
  color: #2E2E2E;
}

.file_manager .file .icon i {
  display: table-cell;
  font-size: 36px;
  vertical-align: middle;
  color: #777;
  line-height: 50px;
}

.file_manager .file-name p {
  font-size: 14px;
  color: #2E2E2E;
  text-align: center;
  text-decoration: underline;
}

.file_manager .file .file-name {
  padding: 10px;
  border-top: 1px solid #f7f7f7;
}

.file_manager .file .file-name small .date {
  float: right;
}

.folder {
  padding: 20px;
  display: block;
  color: #777;
}

.file_manager .file .hover {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .file_manager .nav-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .file_manager .nav-tabs .nav-item {
    display: inline-block;
  }
}
.card {
  background: #fff;
  transition: 0.5s;
  border: 0;
  margin-bottom: 30px;
  border-radius: 0.55rem;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/**
 * Pricing Options
 */
.pricing-option {
  margin-bottom: 20px;
  border: 15px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.pricing-option__inner {
  background-color: white;
}

.pricing-option_popular {
  position: relative;
}

.pricing-option_popular::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  height: 0;
  width: 0;
  border-left: 60px solid #ed3e49;
  border-bottom: 60px solid transparent;
}

.pricing-option_popular::after {
  content: "\f0e7";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  color: white;
}

.pricing-option__inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.1s;
}

.pricing-option__inner:hover {
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.pricing-option__header {
  padding: 15px 10px;
}

.pricing-option__header h5,
.pricing-option__header .h5 {
  font-weight: 600;
  font-size: 14px;
}

.pricing-option__price {
  padding: 10px;
  background: rgba(0, 0, 0, 0.03);
  color: #ed3e49;
}

.pricing-option-price__currency {
  vertical-align: 90%;
}

.pricing-option-price__number {
  font-size: 36px;
  font-weight: 300;
}

.pricing-option__body {
  padding: 10px 0 15px;
}

.pricing-option__body ul > li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #999;
}

.pricing-option__body ul > li:last-child {
  border-bottom: 0;
}

/* Pricing Options - Joint */
.pricing-options_joint {
  padding: 10px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.05);
}

.pricing-options_joint .row {
  margin-left: 0;
  margin-right: 0;
}

.pricing-options_joint [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.pricing-options_joint .pricing-option {
  margin-bottom: 0;
  border: 5px solid transparent;
}

.pricing-options_joint .pricing-option_popular:before {
  top: 0;
  left: 0;
}

.pricing-options_joint .pricing-option_popular:after {
  top: 10px;
  left: 15px;
}

/* Pricing Options - Table */
.pricing-options_table {
  border: 15px solid rgba(0, 0, 0, 0.05);
}
.pricing-options_table td {
  text-align: left;
  vertical-align: middle;
}
.pricing-options_table td ul li {
  list-style: circle;
  list-style-position: inside;
  margin-left: 10px;
  margin-bottom: 10px;
}

td.pricing-options-table__title {
  font-weight: normal;
}

.pricing-options-table__table {
  margin-bottom: 0;
  text-align: left;
}

.pricing-options-table__table > thead > tr > th {
  text-align: left;
  padding: 0;
}

.pricing-options-table__table .pricing-option__price {
  margin: -8px;
}

.pricing-options-table__table .pricing-option_popular:before {
  border-bottom-width: 40px;
  border-left-width: 40px;
  top: 0;
  left: 0;
}

.pricing-options-table__table .pricing-option_popular:after {
  font-size: 12px;
  top: 5px;
  left: 11px;
}

.pricing-options-table__table .fa-check {
  color: rgba(0, 0, 0, 0.4);
}

.pricing-options-table__table .fa-times {
  color: rgba(0, 0, 0, 0.2);
}

.pricing-options-table__title {
  vertical-align: middle !important;
  padding-left: 20px !important;
  text-align: left;
}

.section-block-grey {
  padding: 90px 0px 90px 0px;
  background-color: #f9f9f9;
}

.serv-section-2 {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  min-height: 420px;
}

.serv-section-2:before {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  content: " ";
  width: 120px;
  height: 120px;
  background: #f5f5f5;
  border-bottom-left-radius: 136px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 100px;
  z-index: 1;
  text-align: center;
}

.serv-section-2-icon i {
  color: #2E2E2E;
  font-size: 48px;
  line-height: 65px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
  position: relative;
}

.serv-section-2 h4 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.serv-section-2 h5 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
}

.section-heading-line-left {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #2E2E2E;
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 5px;
}

.serv-section-2 p {
  margin-top: 25px;
  padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
  color: #fff;
}

.serv-section-2:hover:before {
  background: #2E2E2E;
}

.directorsName {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
}
.directorsName .dn-Item {
  margin-bottom: 15px;
}
.directorsName .dn-Item h2 {
  font-size: 14px;
  color: #2E2E2E;
  margin: 0;
  font-weight: 500;
}
.directorsName .dn-Item p {
  font-size: 12px;
  color: #767674;
  margin: 0;
}

.menu {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
  .col-lg-6.rightBanner {
    display: none;
  }
  .header-area .main-nav .logo {
    width: 250px !important;
  }
  .swiper-container {
    height: calc(50vh - 0px);
  }
  .slide-inner .header-text {
    width: 100%;
    margin: 0 !important;
    padding: 0 20px;
    margin-top: 50px !important;
  }
  .slide-inner .header-text h2 {
    font-size: 18px !important;
  }
  .aboutUssection {
    padding: 40px 0px;
  }
  .nrfsi-content-sec h2 {
    font-size: 24px;
    text-align: center;
  }
  .nrfsi-content-sec {
    padding: 0 20px;
  }
  .nrfsi-content-sec p {
    font-size: 18px;
    text-align: justify;
  }
  .customParaSec {
    padding-left: 0 !important;
    padding: 0 20px !important;
    text-align: center;
    row-gap: 15px;
  }
  .headingCom h2 {
    font-size: 24px !important;
  }
  .serv-section-2 {
    margin-bottom: 20px;
  }
  .left-image {
    margin-bottom: 20px;
  }
  .featureSection .row {
    row-gap: 25px;
  }
  .feature-content {
    padding: 20px;
    row-gap: 15px;
  }
  .feature-content .featureIcon {
    margin-bottom: 0;
  }
  .accordions.accCustom .content {
    padding: 0 15px;
    background-color: #FFFFFF;
  }
  .aboutUssection .aboutImageSec {
    width: 100%;
    padding: 0 20px 30px;
  }
  footer.section.footer-classic {
    padding: 20px 0 0;
  }
  footer.section.footer-classic .qkLink {
    margin-bottom: 20px;
  }
  .footerContent .companyProfileDetails {
    margin-bottom: 20px;
  }
  .footerLink {
    row-gap: 5px !important;
  }
  .footerLink ul {
    row-gap: 0;
    margin-bottom: 20px;
  }
  .comLinks {
    justify-content: flex-start !important;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  section.simple-cta h4 {
    font-size: 24px;
    line-height: 30px;
  }
  section.simple-cta {
    padding: 40px 0;
  }
  .featureSection {
    padding: 40px 0;
  }
  footer .container {
    padding: 20px 20px;
  }
  .footerContent .companyProfileDetails {
    margin-bottom: 20px;
  }
  .footerLink {
    row-gap: 5px !important;
  }
  .footerLink ul {
    row-gap: 0;
    margin-bottom: 20px;
  }
  .comLinks {
    justify-content: flex-start;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .CustomLinks {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .CustomLinks .clItem {
    width: auto;
    padding: 0 0 0 0;
    padding-top: 0;
  }
  section.what-we-do {
    padding: 20px 20px;
  }
  section {
    margin-top: 0;
  }
  .p-5 {
    padding: 5px 20px !important;
  }
  .section-heading {
    margin-bottom: 0;
  }
  .section-heading h4 {
    font-size: 24px;
  }
  section.simple-cta.cta-about {
    padding: 40px 20px;
  }
  .featurestList .feature-listit {
    width: 100%;
  }
  .py-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.nr-Header {
  display: flex;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 1px solid #dee2e6;
}
.nr-Header a.logo {
  font-size: 25px;
  font-weight: bold;
  color: #2E2E2E;
  width: 70%;
  padding: 0 0;
}
.nr-Header .headerContact {
  display: flex;
  width: 30%;
  box-sizing: border-box;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: flex-end;
}
.nr-Header .headerContact a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #2E2E2E;
}
.nr-Header .headerContact a img {
  width: 18px;
}
.nr-Header .headerContact a p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #2E2E2E;
}

li.menu-item.current_page_item a {
  font-weight: 700 !important;
}

.homeBanner {
  background-image: url(../images/banner-main.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 85vh;
  overflow: hidden;
  margin-top: 113px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}
.homeBanner.tmd {
  background-position: center right;
  background-image: url(../images/tmd.jpeg);
  margin-top: 0;
}
.homeBanner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: -1;
}
.homeBanner .heroBannerLeft {
  width: 100%;
  display: flex;
  height: auto;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  row-gap: 30px;
}
.homeBanner .heroBannerLeft h2 {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
  line-height: normal;
}
.homeBanner .heroBannerLeft p {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
  line-height: normal;
}
.homeBanner .heroBannerLeft button {
  margin-top: 20px;
  background-color: #FFFFFF;
}
.homeBanner .heroBannerLeft button:hover {
  opacity: 0.8;
}
.homeBanner .heroBannerLeft a {
  margin-top: 20px;
  background-color: #FFFFFF;
}
.homeBanner .heroBannerLeft a:hover {
  opacity: 0.8;
}

.clientCta {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
}
.clientCta a {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  width: 50%;
  padding: 20px;
}
.clientCta a:hover {
  box-shadow: 0px 0px 12px 0px #dee2e6;
  border-radius: 8px;
}
.clientCta a img {
  width: 100px;
}
.clientCta a img.wid65 {
  width: 65px;
}
.clientCta a h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #2E2E2E;
}

.qkLink {
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.qkLink .gkImg {
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
}
.qkLink .gkImg img {
  width: 100%;
}
.qkLink h2 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
}

.footerCompanyProfile a.logo {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

.footerLink {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footerLink ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footerLink ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #bbbcbc;
}

.comLinks {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.comLinks a {
  color: #BBBCBC;
  font-weight: 300;
  text-align: left;
  font-size: 12px;
}

h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #2E2E2E;
  font-weight: bold;
}

a.contactHyr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
a.contactHyr img {
  width: 28px;
}
a.contactHyr img:first-child {
  width: 20px;
}
a.contactHyr p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #2E2E2E;
  transition: all 0.3s;
  word-break: break-word;
}

section.map .info-item:hover a p {
  color: #FFFFFF;
}

.irdiLicence p {
  text-align: left !important;
}

.watsappCol {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
}
.watsappCol img.wasapp {
  width: 75px !important;
  height: 40px;
  margin-right: 10px;
}
.watsappCol .imgQr {
  width: 100px !important;
  height: 120px;
  max-width: 100% !important;
  margin-left: 60px;
}/*# sourceMappingURL=nrfsi-styles.css.map */
