@charset "utf-8";
@font-face {
  font-family: "helvetica-regular";
  src: url("../fonts/helvetica-webfont.eot");
  src: url("../fonts/helvetica-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/helvetica-webfont.woff2") format("woff2"),
    url("../fonts/helvetica-webfont.woff") format("woff"),
    url("../fonts/helvetica-webfont.ttf") format("truetype"),
    url("../fonts/helvetica-webfont.svg#helveticaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticaneue_mediumext";
  src: url("../fonts/helveticamedext-webfont.eot");
  src: url("../fonts/helveticamedext-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helveticamedext-webfont.woff2") format("woff2"),
    url("../fonts/helveticamedext-webfont.woff") format("woff"),
    url("../fonts/helveticamedext-webfont.ttf") format("truetype"),
    url("../fonts/helveticamedext-webfont.svg#helveticaneue_mediumextRg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Print";
  src: url("../fonts/SegoePrint.eot");
  src: url("../fonts/SegoePrint.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SegoePrint.woff2") format("woff2"),
    url("../fonts/SegoePrint.woff") format("woff"),
    url("../fonts/SegoePrint.ttf") format("truetype"),
    url("../fonts/SegoePrint.svg#SegoePrint") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
    font-family: 'helveticaneue_mediumext';
    src: url('../fonts/helvetica_neue_medium_extended-webfont.eot');
    src: url('../fonts/helvetica_neue_medium_extended-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_neue_medium_extended-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_medium_extended-webfont.woff') format('woff'),
         url('../fonts/helvetica_neue_medium_extended-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_neue_medium_extended-webfont.svg#helvetica_neuemedium_extended') format('svg');
    font-weight: normal;
    font-style: normal;

} */

:root {
  --color-main: #bf0b32;
  --color-blue: #002768;
  --color-gray: #373737;
  --color-light-gray: #909090;
  --color-dark-gray: #000000;
  --color-yellow: #d1ff0d;
  --color-white: #ffffff;
  --color-black: #000000;
  --body-font: "helvetica-regular";
  --italic-font: "Segoe Print";
  --heading-font: "helveticaneue_mediumext";
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  color: #4e4383;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.container {
  position: relative;
  max-width: 1170px;
}
.container:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.container .container {
  width: 100%;
  padding: 0;
}
.spacer,
.clear {
  height: 0;
  line-height: 0;
  clear: both;
  font-size: 0;
  display: block;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: var(--color-main);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #000000;
}
::selection {
  background-color: var(--color-main);
  color: #ffffff !important;
}
/* defult css Styles
---------------------------------*/

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
}

h1 {
  font-size: 28px;
  margin: 0 0 15px;
}

h2 {
  font-size: 24px;
  margin: 0 0 15px;
}

h3 {
  font-size: 20px;
  margin: 0 0 12px;
}

h4 {
  font-size: 18px;
  margin: 0 0 12px;
}

h5 {
  font-size: 16px;
  margin: 0 0 10px;
}

h6 {
  font-size: 14px;
  margin: 0 0 10px;
}

ul,
ol {
  margin-bottom: 10px;
  padding-left: 15px;
}

li {
  margin: 0 0 10px;
  padding: 0;
}

p {
  padding-bottom: 0;
  margin: 0 0 15px;
}

p:last-child {
  margin-bottom: 0;
}

label,
span,
strong {
  display: inline-block;
  vertical-align: top;
}

p label,
p span,
p strong {
  display: inline;
}

strong {
  font-weight: 700;
}

a {
  color: var(--color-main);

  text-decoration: none;

  border: none;

  outline: none;

  display: inline-block;

  -moz-transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

a:hover,
a:focus {
  color: var(--color-ylw);
  text-decoration: none;
  outline: none;
}

img {
  border: none;
  outline: none;
  display: inline-block;
  max-width: 100%;
}

legend {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
  color: inherit;
  white-space: normal;
}

form {
  margin: 0;
  padding: 0;
}

label {
  text-align: left;

  line-height: 20px;

  margin: 0 0 8px;

  padding: 0;

  font-weight: normal;
}

input,
select,
textarea {
  padding: 5px 10px;

  width: 100%;

  height: 50px;

  border: 1px solid #dddddd;

  -webkit-border-radius: 3px;

  border-radius: 3px;

  background-color: #ffffff;

  color: #191919;

  font-size: 16px;

  line-height: 24px;

  font-family: "Montserrat";

  font-weight: 300;

  position: relative;

  vertical-align: top;

  outline: none;

  -moz-transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #191919;
  opacity: 1;
}

input::-webkit-placeholder,
textarea::-webkit-placeholder {
  color: #191919;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #191919;
  opacity: 1;
}

/* BUTTONs

---------------------------------*/

.btn {
  background: var(--color-main);
  border: 1px solid var(--color-main);
  -webkit-border-radius: 30px;
  border-radius: 32px;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  height: 45px;
  min-width: 104px;
  padding: 0 18px;
  text-align: center;
  font-family: var(--heading-font);
  font-weight: normal;
  outline: none;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  vertical-align: top;
  position: relative;
  text-transform: capitalize;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 0;

  /* font-variant: small-caps; */
}
.btn.btn-blue {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-white);
}
.btn.btn-blue:hover {
  background-color: #797979;
  border-color: #797979;
  color: var(--color-white);
}
.btn.btn-blue:focus {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-white);
}
.btn.btn-white {
  background-color: var(--color-white);
  border-color: var(--color-gray);
  color: var(--color-gray);
}
.btn.btn-white:hover {
  background-color: #797979;
  border-color: #797979;
  color: var(--color-white);
}
.btn.btn-white:focus {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-gray);
}
button i,
.btn i {
  vertical-align: middle;
  margin: -4px 5px 0 0;
  position: relative;
  top: 0;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn:hover {
  outline: none;

  background-color: #797979;

  border-color: #797979;

  color: var(--color-white) !important;
}
.btn:focus {
  outline: none;

  background-color: var(--color-main);

  border-color: var(--color-main);

  color: var(--color-white);
}

.btn_center {
  text-align: center;
  margin-top: 30px;
}

.btn_left {
  text-align: left;
  margin-top: 30px;
}

.btn_right {
  text-align: right;
  margin-top: 30px;
}

/* OWL

---------------------------------*/

.owl-carousel {
  padding: 0 35px;
  display: block;
}

.owl-carousel .owl-nav:after {
  content: "";
  display: block;
  clear: both;
}

/* .owl-carousel .owl-nav{width: 100px; position: absolute; right: 0; top: -65px;} */

.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0;

  margin: 0;

  padding: 0;

  width: 30px;

  height: 30px;

  line-height: 32px;

  text-align: center;

  font-size: 18px;

  color: #000080;

  background: transparent;

  border: 1px solid transparent;

  -webkit-border-radius: 100%;

  border-radius: 100%;

  float: left;

  cursor: pointer;

  opacity: 1;

  -moz-transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.owl-carousel .owl-nav .owl-next {
  float: right;
  padding: 0 0 0 4px;
  left: auto;
  right: 0;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #000080;
  opacity: 1;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 12px;

  height: 12px;

  background: #000080;

  border: 1px solid #000080;

  outline: none;

  -webkit-border-radius: 100%;

  border-radius: 100%;

  margin: 0 5px;

  -moz-transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #ffffff;
  border-color: #ffffff;
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

/*OWL END*/

/* COMMON STYLE

---------------------------------*/

.scroll_effect {
  position: relative;
  display: none;
}

.scrollup {
  position: fixed;

  bottom: 50px;

  right: 10px;

  z-index: 5;

  width: 40px;

  height: 40px;

  line-height: 40px;

  font-size: 22px;

  color: #fff;
  background: var(--color-main);

  text-align: center;

  -webkit-border-radius: 100%;

  border-radius: 100%;

  display: none;

  -moz-transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.scrollup:hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  background: var(--color-blue);
  color: #fff;
}

.editor_text p a {
  color: #548744;
  font-weight: 600;
}
.editor_text p a:hover {
  text-decoration: underline;
}

/* SECTION_HEADING

----------------------*/

.section {
  width: 100%;
  padding: 50px 0px 60px;
  position: relative;
}

.section:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

h1,
h2,
.heading {
  color: var(--color-dark-gray);
  font-size: 36px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 30px;
  font-family: var(--heading-font);
  font-weight: normal;
  position: relative;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
h1.heading-1 {
  color: var(--color-yellow) !important;
  font-size: 62px !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: var(--heading-font);
  font-weight: normal;
  position: relative;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-shadow: rgb(0, 40, 104) 10px 0px 0px,
    rgb(0, 40, 104) 9.95004px 0.998334px 0px,
    rgb(0, 40, 104) 9.80067px 1.98669px 0px,
    rgb(0, 40, 104) 9.55336px 2.9552px 0px,
    rgb(0, 40, 104) 9.21061px 3.89418px 0px,
    rgb(0, 40, 104) 8.77583px 4.79426px 0px,
    rgb(0, 40, 104) 8.25336px 5.64642px 0px,
    rgb(0, 40, 104) 7.64842px 6.44218px 0px,
    rgb(0, 40, 104) 6.96707px 7.17356px 0px,
    rgb(0, 40, 104) 6.2161px 7.83327px 0px,
    rgb(0, 40, 104) 5.40302px 8.41471px 0px,
    rgb(0, 40, 104) 4.53596px 8.91207px 0px,
    rgb(0, 40, 104) 3.62358px 9.32039px 0px,
    rgb(0, 40, 104) 2.67499px 9.63558px 0px,
    rgb(0, 40, 104) 1.69967px 9.8545px 0px,
    rgb(0, 40, 104) 0.707372px 9.97495px 0px,
    rgb(0, 40, 104) -0.291995px 9.99574px 0px,
    rgb(0, 40, 104) -1.28844px 9.91665px 0px,
    rgb(0, 40, 104) -2.27202px 9.73848px 0px,
    rgb(0, 40, 104) -3.2329px 9.463px 0px,
    rgb(0, 40, 104) -4.16147px 9.09297px 0px,
    rgb(0, 40, 104) -5.04846px 8.63209px 0px,
    rgb(0, 40, 104) -5.88501px 8.08496px 0px,
    rgb(0, 40, 104) -6.66276px 7.45705px 0px,
    rgb(0, 40, 104) -7.37394px 6.75463px 0px,
    rgb(0, 40, 104) -8.01144px 5.98472px 0px,
    rgb(0, 40, 104) -8.56889px 5.15501px 0px,
    rgb(0, 40, 104) -9.04072px 4.2738px 0px,
    rgb(0, 40, 104) -9.42222px 3.34988px 0px,
    rgb(0, 40, 104) -9.70958px 2.39249px 0px,
    rgb(0, 40, 104) -9.89993px 1.4112px 0px,
    rgb(0, 40, 104) -9.99135px 0.415807px 0px,
    rgb(0, 40, 104) -9.98295px -0.583741px 0px,
    rgb(0, 40, 104) -9.8748px -1.57746px 0px,
    rgb(0, 40, 104) -9.66798px -2.55541px 0px,
    rgb(0, 40, 104) -9.36457px -3.50783px 0px,
    rgb(0, 40, 104) -8.96758px -4.4252px 0px,
    rgb(0, 40, 104) -8.481px -5.29836px 0px,
    rgb(0, 40, 104) -7.90968px -6.11858px 0px,
    rgb(0, 40, 104) -7.25932px -6.87766px 0px,
    rgb(0, 40, 104) -6.53644px -7.56803px 0px,
    rgb(0, 40, 104) -5.74824px -8.18277px 0px,
    rgb(0, 40, 104) -4.90261px -8.71576px 0px,
    rgb(0, 40, 104) -4.00799px -9.16166px 0px,
    rgb(0, 40, 104) -3.07333px -9.51602px 0px,
    rgb(0, 40, 104) -2.10796px -9.7753px 0px,
    rgb(0, 40, 104) -1.12153px -9.93691px 0px,
    rgb(0, 40, 104) -0.123887px -9.99923px 0px,
    rgb(0, 40, 104) 0.87499px -9.96165px 0px,
    rgb(0, 40, 104) 1.86512px -9.82453px 0px,
    rgb(0, 40, 104) 2.83662px -9.58924px 0px,
    rgb(0, 40, 104) 3.77978px -9.25815px 0px,
    rgb(0, 40, 104) 4.68517px -8.83455px 0px,
    rgb(0, 40, 104) 5.54374px -8.32267px 0px,
    rgb(0, 40, 104) 6.34693px -7.72764px 0px,
    rgb(0, 40, 104) 7.0867px -7.0554px 0px,
    rgb(0, 40, 104) 7.75566px -6.31267px 0px,
    rgb(0, 40, 104) 8.34713px -5.50686px 0px,
    rgb(0, 40, 104) 8.8552px -4.64602px 0px,
    rgb(0, 40, 104) 9.27478px -3.73877px 0px,
    rgb(0, 40, 104) 9.6017px -2.79415px 0px,
    rgb(0, 40, 104) 9.83268px -1.82163px 0px,
    rgb(0, 40, 104) 9.96542px -0.830894px 0px;
}
h1 strong,
h2 strong,
.heading strong {
  color: var(--color-ylw);
}
.subheading {
  font-family: var(--heading-font);

  font-weight: 600;

  font-size: 24px;

  line-height: 37px;

  color: #000080;

  margin-bottom: 20px;

  position: relative;

  text-transform: capitalize;

  -moz-transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.subheading span {
  font-family: "antonregular";

  font-weight: normal;
}

.heading:last-child,
.subheading:last-child,
.heading_tag:last-child {
  margin-bottom: 0;
}

.heading a,
.subheading a {
  color: inherit;
  display: inline;
}

.heading a:hover,
.heading a:focus,
.subheading a:hover,
.subheading a:focus,
a:hover .heading,
a:hover .subheading {
  color: #000080;
}

/* HEADER---------------------------------*/
button.navbar-toggler {
  padding: 0;
  width: 50px;
  height: 50px;
  outline: none !important;
  color: var(--color-white);
  background: var(--color-blue);
  margin-top: -20px;
}
button.navbar-toggler .fa {
  margin: 0;
}
.navbar-collapse {
  position: absolute;
  left: 0;
  padding: 0;
  top: 100%;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 0 15px #ccc;
  text-align: left;
  z-index: 9999;
}
.navbar-collapse ul li {
  width: 100%;
}
.navbar-collapse ul {
  padding: 15px 0;
}
.navbar-collapse ul li a {
  text-align: inherit;
}
.dropdown-toggle::after {
  right: 10px;
}

.sticky .headerMain {
  position: static;

  top: 0;

  left: 0;

  right: 0;

  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);

  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);

  background: rgba(255, 255, 255, 0.9);

  border-width: 0;

  -moz-transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.sticky .common_banner {
  margin-top: 65px;
}

/* .sticky .nav_menu ul li:hover > a, .sticky .nav_menu ul li.active > a, .sticky .nav_menu ul li.current-menu-item > a{color: #1898d4;border-color: #1898d4;} */

.sticky .responsive_btn span,
.sticky .responsive_btn span:before,
.sticky .responsive_btn span:after {
  background: #222290;
}

.mainHeader {
  position: relative;
}
.hright span,
.logotext {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  /*text-shadow: 0 0 1px var(--color-blue);*/
}
.hright select {
  font-weight: 600;
}
.logotext {
  margin-top: 4px;
}
.hright p {
  font-family: var(--body-font);
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #000;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.hright {
  text-align: right;
}
.hright a {
  color: #000;
  font-size: 37px;
  line-height: 34px;
  font-weight: normal;
  font-family: var(--heading-font);
}
.hright a:hover {
  color: var(--color-main);
}
.hbottom {
  padding: 15px 0;
  background-color: #f4f4f2;
}
.headerMain {
  position: static;
  left: 0;
  right: 0;
  padding: 0px 0;
  z-index: 9;
  border: none;
  height: auto;
  display: block;
  background-color: #f4f4f2;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
  z-index: 999;
}
.headerbt {
  height: 20vh;
  display: block;
  width: 100%;
}
.bottom-menu {
  background-color: #f4f4f2;
}
.bottom-menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.bottom-menu ul li {
  margin: 0;
  padding: 0;
}
.bottom-menu ul li {
  display: block;
  padding: 6px 0;
  font-size: 17px;
  line-height: normal;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--color-gray);
  /*text-shadow: 0 0 1px var(--color-gray);*/
}
.bottom-menu .item {
  padding: 10px 0;
  font-size: 17px;
  line-height: normal;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--color-gray);
}
/* .bottom-menu ul li a:hover{
    background-color: var(--color-main);
    color: var(--color-white);
} */
.logo {
  max-width: 270px;
}

/*.sticky .logo{max-width: 160px; }*/
.sticky .headerMain {
  padding: 0;
}

/*HEADER END*/

/* MENU*/

.navbar-collapse > ul {
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
  font-weight: normal;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.white-btn {
  border-radius: 30px;
  padding: 8px 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: var(--color-white);
}
.navbar-collapse > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.navbar-collapse > ul > li {
  margin: 0 0px 0 0;

  display: inline-block;

  vertical-align: top;
}

.navbar-collapse > ul > li:last-child {
  margin-right: 0;
}

.navbar-collapse > ul > li a {
  color: inherit;
  display: block;
}

.navbar-collapse > ul > li > a {
  padding: 0px 14px !important;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: transparent;
  font-weight: 600;
}

.navbar-collapse ul li a > span {
  display: block;
  position: relative;
  z-index: 1;
}

.navbar-collapse > ul > li > a i.fa-home {
  font-size: 18px;
}
.dropdown-toggle::after {
  content: "\f107";
  font-family: "FontAwesome";
  border: none;
  width: 10px;
  height: 10px;
  padding: 0;
  line-height: 10px;
  position: absolute;
  right: 14px;
  top: 8px;
}
.dropdown-item {
  padding: 0.25rem 1rem;
}
.navbar-collapse ul li:hover > a,
.navbar-collapse ul li.active > a,
.navbar-collapse ul li.current-menu-item > a {
  color: var(--color-main);
}

.subarrow {
  position: absolute;
  right: -14px;
  top: 5px;
}

/*RESPONSIVE MENU*/

.responsive_btn {
  display: none;

  cursor: pointer;

  text-align: center;

  width: 40px;

  height: 40px;

  margin: -2px 0;

  position: absolute;

  top: 13px;

  right: 0;

  background: #000080;

  -webkit-border-radius: 5px;

  border-radius: 5px;

  z-index: 20;

  -moz-transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.responsive_btn span {
  display: block;
  height: 2px;
  width: 20px;
  position: relative;
  top: 50%;
  margin: -1px auto;
}

.responsive_btn span:before,
.responsive_btn span:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}

.responsive_btn span:before {
  top: -6px;
}

.responsive_btn span:after {
  bottom: -6px;
}

.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {
  background: #fff;

  -webkit-border-radius: 1px;

  border-radius: 1px;

  -moz-transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.responsive_btn:hover span,
.responsive_btn:hover span:before,
.responsive_btn:hover span:after {
  background: #014baf;
}

.responsive_nav {
  display: block;

  position: fixed;

  left: -280px;

  top: 0;

  bottom: 0;

  width: 280px;

  min-height: 100%;

  z-index: 20;

  background: #000080;

  -moz-transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;
}

.responsive_nav ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

.responsive_nav ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);

  list-style-type: none;

  margin: 0;

  padding: 0;

  position: relative;

  text-transform: capitalize;

  font-size: 15px;

  line-height: 20px;

  color: #fff;
}

.responsive_nav ul li:first-child {
  border-top: none;
}

.responsive_nav ul li:after {
  display: none;
}

.responsive_nav ul li > a {
  display: block;
  padding: 12px 10px 8px;
  color: inherit;
  position: relative;
}

.responsive_nav ul li a:hover,
.responsive_nav ul li a:focus,
.responsive_nav ul li.active > a {
  color: #000080;
  background: #ffffff;
}
.responsive_nav ul ul {
  padding: 0 0 15px 15px;
}

.responsive_nav ul .sub-menu,
.responsive_nav ul li a i {
  display: none;
}

.responsive_nav .subarrow {
  display: block;
  pointer-events: inherit;
  width: 30px;
  height: 40px;
  line-height: 40px !important;
  right: 0;
}

.responsive_nav ul .sub-menu .container {
  width: 100%;
  padding: 0;
}

.bodyOverlay {
  position: fixed;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: 20;

  transform: none;

  background: rgba(0, 0, 0, 0.6);

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 500ms ease 0s;

  transition: all 500ms ease 0s;
}

html.responsive,
.responsive body {
  overflow-y: hidden;
}

.responsive .wrapper {
  -webkit-transform: translate(-280px, 0) !important;
  transform: translate(-280px, 0) !important;
}

.responsive .bodyOverlay {
  opacity: 1;
  visibility: visible;
}

.responsive .responsive_nav {
  left: 0;
}

.responsive .responsive_btn {
  pointer-events: none;
}

.responsive .responsive_btn span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.responsive .responsive_btn span:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 0;
}

.responsive .responsive_btn span:before {
  opacity: 0;
}

.responsive_nav .opened > .subarrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.responsive_nav .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

.responsive .responsive_nav .mCSB_outside + .mCSB_scrollTools {
  right: -4px;
}
.navbar {
  flex-flow: nowrap;
}
.Header-Start-Here-Box img {
  width: 83%;
}
.hdr-button {
  margin-top: -5px;
  position: relative;
  margin-right: -115px;
  justify-content: flex-end;
}
.hdr-button a{width: 35%;}
.hdr-button img {
  width: 100%;
}
.hdr-button h2 {
 font-size: 26px;
    color: #002368;
}
.hdr-button img.green-arrow {
  position: absolute;
  right: -72px;
  bottom: -106px;
  width: 170px;
  transform: rotate(46deg);
  z-index: 9;
}

img.green-arrow-2 {
  position: absolute;
  left: -115px;
  top: 20px;
  width: 230px;
  transform: rotate(40deg);
}

/*MENU END*/

/* SLIDER

---------------------------------*/

.common_banner {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  height: auto;
}

.common_banner img {
  width: 100%;
  display: block;
  opacity: 1;
}
.innerbanner {
  max-height: 310px;
  overflow: hidden;
}

.banner-video {
  width: 100%;
  height: auto;
  position: relative;
}
.banner-video a{display: block;}
.banner-video img.start-here {
  position: absolute;
  right: 80px;
  bottom: 65px;
  width: 250px;
  z-index: 9;
}

.banner-video img.start-here-2 {
  position: absolute;
  left: 80px;
  top: 65px;
  width: 250px;
  z-index: 9;
}

.banner-video img.start-here-3 {
  position: absolute;
  left: 80px;
  bottom: 65px;
  width: 250px;
  z-index: 9;
}
.banner-video img.start-here-4 {
  position: absolute;
  right: 80px;
  top: 65px;
  width: 250px;
  z-index: 9;
}
.video2.banner-video {
  height: auto;
  padding-top: 56%;
}
.video2.banner-video video {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox {
  position: relative;
}
.bannertext {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.bannertext-wrap {
  width: 165px;
}
.bannertext .btn {
  margin-top: 24px;
  text-transform: capitalize;
  min-width: auto;
  font-size: 20px;
  font-family: var(--heading-font);
  width: 100%;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
}
.bannertext .btn.btn-white {
  border-width: 2px;
  line-height: 38px;
}
.bannertext .btn i {
  font-size: 24px;
}
.bannertext .heading,
.bannertext h1 {
  color: var(--color-white);
  font-size: 39px;
  line-height: normal;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding: 0;
}
.homeslider.owl-carousel {
  padding: 0;
}

.homeslider.owl-carousel .owl-nav {
  width: auto;
}

.homeslider.owl-carousel .owl-nav [class*="owl-"] {
  margin: -30px 0 0;

  font-size: 0;

  min-width: inherit;

  width: 35px;

  height: 62px;

  background: url(../images/sprite.png) no-repeat -300px -100px;

  opacity: 1;
}

.homeslider.owl-carousel .owl-nav .owl-prev {
  left: -70px;
}

.homeslider.owl-carousel .owl-nav .owl-next {
  right: -70px;
  background-position: -400px -100px;
}

.homeslider.owl-carousel:hover .owl-nav .owl-prev {
  left: 10px;
}

.homeslider.owl-carousel:hover .owl-nav .owl-next {
  right: 10px;
}

.homeslider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.homeslider .bannerimg {
  width: 100%;

  padding-top: 40%;

  position: relative;

  overflow: hidden;
}

.homeslider .bannerimg img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

.homeslider .bannerimg::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgb(0 0 0 / 40%);

  z-index: 1;
}

/*SLIDER END*/

/* FOOTER

---------------------------------*/

.mainFooter {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  padding: 60px 0 0;
  color: #000;
  border-bottom: 35px solid #d5d5d5;
}
.fbox h3 {
  color: #000;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: normal;
  font-family: var(--heading-font);
  font-weight: 600;
}
.fbox p {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.fbox a {
  color: inherit;
  text-decoration: underline;
}
.fbtn {
  min-height: 420px;
  flex-flow: wrap;
}
.social-link {
width: 82%;
    text-align: right;
    margin-top: 38px;
}
.social-link a {
  display: inline;
  margin-bottom: 0 !important;
  margin: 5px;
}
.social-link a img {
  width: 43px;
  height: 43px;
}
.fbottom {
  padding: 50px 0;
  background-color: #f7f7f5;
  font-size: 16px;
  line-height: normal;
  color: #121212;
  /*text-shadow: 0 0 1px #121212;*/
}
.fbtn a {
  width: 82%;
  margin-bottom: 30px;
}
.fbtn a:last-child {
  margin-bottom: 0;
}
.fbtn a.btn-white {
  border-width: 2px;
}
.mainFooter a:hover,
.mainFooter .active > a,
.mainFooter .current-menu-item > a,
.companyname:hover {
  color: var(--color-ylw);
}

.ftop {
  padding-bottom: 40px;
}

.ftop .subheading {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
}

.ftop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flogo {
  margin-bottom: 28px;
}
.flogo img {
  max-width: 300px;
}
.fbottom a {
  color: inherit;
}
.fbottom a:hover {
  color: var(--color-main);
}
.center-text {
    padding: 8px 23px;
    border: 3px solid #072766;
    border-radius: 10px;
    max-width: 245px;
    margin-top: 12px;
    display: inline-block;
}
.fselect select {
  background-color: transparent;
  height: auto;
  padding: 0 12px 0 0;
  border: none;
  width: 155px;
  font-size: 16px;
  text-align: left;
  color: #000;
  font-family: var(--body-font);
  margin: 6px 0 0 -3px;
}
.flogo a {
  display: block;
}

.fnav li:last-child,
.f-form li:last-child,
.solutions li:last-child,
.f_contact li:last-child {
  margin: 0;
}
.fnav li a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none !important;
}
.fnav li:not(:last-child) {
  margin-bottom: 8px;
}
.fnav li a:hover,
.fnav li a.active {
  color: var(--color-main);
}

.ftop .social li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ftop .social li:last-child {
  margin-bottom: 0;
}
.social a {
  font-size: 0;
  vertical-align: top;
}

.social a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin-right: 10px;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  z-index: 1;
}
.social a:hover i {
  transform: rotate(360deg);
}
.social a.facebook i {
  background-color: #3b5999;

  border-color: #3b5999;

  color: #fff;
}
.social a.linkedin i {
  background-color: #006fa6;
  border-color: #006fa6;
  color: #fff;
}
.social .instagram i {
  background-color: #a4765c;
  border-color: #a4765c;
  color: #fff;
}
.social a.twitter i {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}
.social li span {
  font-size: 14px;
  line-height: 32px;
  text-transform: capitalize;
  vertical-align: top;
}
.f-form ul {
  padding: 0;

  margin: 0;

  list-style: none;

  display: flex;

  flex-wrap: wrap;
}

.f_logo-side .para {
  padding-right: 30px;
}
.link-box a {
      margin-bottom: 0;
    background-color: #f4f4f2;
    padding: 20px 20px 0px;
}
.link-box:last-child a {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.f-form li {
  flex: 1;

  margin: 0 15px 0 0;
}

.f-form li .label_Wrap {
  margin: 0;
}

.copyright {
  padding: 0px;

  font-size: 14px;

  line-height: 20px;

  font-weight: 500;

  text-transform: capitalize;
}

.copyright-wrapper {
  padding: 15px 0;
  border-top: 1px solid #5a5a8c;
}

.copyright p {
  padding: 0;
  text-align: inherit;
  display: block;
  margin-bottom: 0;
}

.copyright a {
  color: #548744;
}

.copyright a:hover {
  color: #000000;
}

/*FOOTER END*/

/* =================download sec============= */
.download-logo {
  max-width: 300px;
  margin: 0 auto;
}
.download-sec {
  padding: 40px 0;
  background: url(../images/bg3.png) no-repeat right center;
}
.download-content {
  text-align: center;
}
.download-top-head {
  font-size: 30px;
  color: var(--color-main);
  line-height: normal;
  font-weight: 700;
  margin: 20px 0;
}
.download-mainhead {
  font-size: 21px;
  line-height: normal;
  color: var(--color-main);
  margin-bottom: 15px;
}
.download-cashback {
  background-color: var(--color-green);
  color: #fff !important;
  font-weight: 700;
  font-size: 26px;
  padding: 20px 12px;
}
.download-para {
  color: var(--color-black);
  font-weight: 500;
  font-size: 23px;
  margin: 20px 0;
}
.download-para strong {
  font-weight: 700;
  color: var(--color-main);
  font-size: 27px;
}
.download-btn {
  height: 46px;
  background: #d80808;
  color: #fff !important;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 20px;
}
.download-btn span {
  background-color: #000;
  height: 46px;
  width: 54px;
  border-radius: 4px;
  margin-left: 17px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.download-btn span img {
  max-width: 26px;
  max-height: 26px;
  display: block;
}
.play-store-icon {
  margin-top: -4px;
}

/* ==========home service slider section=========== */
.slider-ser {
  margin-top: -62px;
  position: relative;
  z-index: 1;
}
/* ==========home about========== */
.sec-text h2 {
  position: relative;
}
.sec-text h2::after {
  content: "";
  display: block;
  clear: both;
  vertical-align: top;
  height: 2px;
  background-color: var(--color-ylw);
  width: 120px;
  margin-top: 15px;
}
.sec-text h2::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 55px;
  display: block;
  clear: both;
  vertical-align: top;
  height: 10px;
  background-color: var(--color-ylw);
  width: 10px;
  border-radius: 100%;
}
.sec-text ul li {
  padding-left: 30px;
  background: url(../images/list-check.png) no-repeat left top;
  list-style: none;
}
.sec-text ul {
  padding-left: 0;
}
.small-head {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #f93;
  font-weight: 600;
}
/* =======BusinessSolution====== */
.BusinessSolution {
  background: url(../images/bg1.png) repeat-x bottom center;
  color: var(--color-white);
  padding-bottom: 150px;
  background-size: cover;
}
.bs-box {
  display: block;
  padding: 15px;
  text-align: center;
  color: var(--color-white) !important;
  border-radius: 8px;
}
.bs-box:hover {
  background-color: var(--color-main);
}
.bs-box figure {
  height: 120px;
  width: 120px;
  padding: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--heading-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px auto 30px;
  background: -webkit-linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
  background: -moz-linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
  background: linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
}
.bs-box h3 {
  font-size: 24px;
  line-height: normal;
  color: var(--color-white);
  font-weight: 600;
}
.BusinessSolution .sec-text h2 {
  color: var(--color-white);
}
.text-center.sec-text h2::after {
  margin-left: auto;
  margin-right: auto;
}
.text-center.sec-text h2::before {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
/* ============ */
.cbox {
  display: block;
  padding: 20px;
  /* border: 2px solid var(--color-ylw); */
  border: 2px solid #ffd2a5;
  border-radius: 12px;
  color: var(--color-black) !important;
  font-size: 15px;
  line-height: 22px;
  min-height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cbox::after {
  position: absolute;
  content: "";
  height: 65%;
  opacity: 0.4;
  width: 90%;
  background-color: #ffbc79;
  left: 0;
  right: 0;
  margin: auto;
  top: -130px;
  z-index: -1;
  border-radius: 50%;
  transition: 0.5s;
}
.cbox:hover::after {
  opacity: 1;
}
.cbox figure {
  height: 100px;
  width: 100px;
  display: inline-flex;
  padding: 5px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 0 15px #ccc;
  background-color: var(--color-white);
}
.cbox h3 {
  margin-top: 15px;
  color: var(--color-ylw);
  font-size: 22px;
  line-height: normal;
  font-family: var(--body-font);
  font-weight: 600;
}
.learnmore {
  font-weight: 500;
  color: var(--color-ylw);
  text-decoration: underline;
}
/* ========== */
.ser-box {
  display: block;
  padding: 30px;
  background-color: var(--color-main);
  color: var(--color-white) !important;
  text-align: center;
  border-radius: 12px;
  position: relative;
}
.ser-box figure {
  height: 80px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ser-box::after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  opacity: 0.3;
  z-index: -1;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
}
.scontent h3 {
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 600;
}
.main-service::before {
  height: 449px;
  width: 626px;
  bottom: auto;
  top: -120px;
  opacity: 0.2;
  background: url(../images/bg2.png) no-repeat left center;
}

/* =======================
========================== */
.loan-sec h2 {
  font-size: 49.5px;
  line-height: normal;
  margin-bottom: 60px;
}
.lcontent {
  color: var(--color-dark-gray);
  font-size: 14px;
  line-height: normal;
  text-align: center;
  padding: 30px 16px;
}
.owl-carousel .lcontent p {
  min-height: 32px;
}
.lcontent h3 {
  text-align: center;
  position: relative;
  margin-top: -46px;
  font-family: var(--heading-font);
  font-size: 13px;
  line-height: normal;
  margin-bottom: 17px;
  color: var(--color-white);
  text-transform: uppercase;
}
.lcontent h3 span {
  min-width: 180px;
  padding: 9px 10px;
  background-color: var(--color-main);
  box-shadow: 0 3px 10px #838383;
  transition: all 300ms ease-in-out;
}
.lcontent h3 span:hover {
  background-color: var(--color-blue);
}
.big-gap {
  margin: 0 -20px -40px;
}
.big-gap [class*="col-"] {
  margin: 0 0 40px;
  padding: 0 20px;
}
.loanbox {
  display: block;
  border: 2px solid #262627;
  background-color: #f1f1f1;
  min-height: 100%;
  border-radius: 18px;
  overflow: hidden;
}
/*.loanbox:hover .limg img{
    transform: scale(1.2);
}*/
.limg {
  position: relative;
  /*padding-top: 62%;*/
  padding-top: 52%;
  overflow: hidden;
  width: 100%;
}
.limg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  transition: all 600ms ease-in-out;
}
.grl-box {
  display: block;
  border: 2px solid #262627;
  background-color: #f1f1f1;
  border-radius: 18px;
  overflow: hidden;
  height: 300px;
  background-color: #fff;
}
.loanbox2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 2px solid #262627;
  align-content: center;
  background-color: #f1f1f1;
  min-height: 100%;
  border-radius: 18px;
  overflow: hidden;
  height: 300px;
  text-align: center;
  background-color: #fff;
  padding: 20px;
}
.loanbox2 h3 {
  font-family: var(--heading-font);
  font-weight: normal;
  font-size: 26px;
  line-height: normal;
  color: #141414;
  margin-bottom: 20px;
}
.loanbox2 .btn {
  background-color: #c50000;
  font-size: 14px;
  font-family: var(--heading-font);
  font-weight: normal;
  padding: 0 15px;
  min-width: auto;
}
.loanbox2 .btn:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.loanbox2 h3,
.loanbox2 p {
  width: 100%;
}
.loanbox2 p {
  font-size: 20px;
  font-style: italic;
  margin-top: 35px;
  color: var(--color-dark-gray);
  font-family: "Segoe Print";
  font-weight: 600;
  text-shadow: 0 0 1px var(--color-dark-gray);
}
.loanbox2 p a {
  text-decoration: underline;
  color: inherit;
}
.grl-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tbox {
  background-color: #f4f4f2;
  border-radius: 10px;
}
.test-top {
  padding: 10px 10px 5px;
  display: flex;
  border-bottom: 1px solid #e7e7e5;
}
.test-bottom {
  padding: 10px 20px;
  text-align: center;
  color: var(--color-dark-gray);
  font-size: 12px;
  line-height: 18px;
  min-height: 170px;
}
.test-bottom p {
  /*text-shadow: 0 0 1px var(--color-dark-gray);*/
}
.test-right {
  min-height: 50px;
}
.test-top h3 {
  display: block;
  font-size: 12px;
  line-height: normal;
  font-family: var(--body-font);
  font-weight: normal;
  padding-top: 5px;
  margin-bottom: 3px;
  color: var(--color-gray);
  /*text-shadow: 0 0 1px var(--color-dark-gray);*/
}
.test-top figure {
  margin-right: 7px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
}
.test-top figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.star-icon {
  font-size: 11px;
  color: #feb650;
}
.star-icon .fa {
  margin-right: 2px;
}
.test-head {
  text-align: center;
  font-size: 25px;
  line-height: 27px;
  font-family: var(--body-font);
  color: #151515;
  font-weight: 600;
  /*text-shadow: 0 0 1px #151515;*/
  margin-bottom: 30px;
}
.test-head h2 {
  font-size: 72px;
  line-height: 74px;
  font-family: var(--body-font);
  color: #151515;
  /*text-shadow: 0 0 1px #151515;*/
  margin-bottom: 0;
}
.rslider.owl-carousel .owl-nav [class*="owl-"] {
  background-color: #151515;
  width: 22px;
  height: 22px;
  line-height: 19px;
  border-radius: 100%;
  color: var(--color-white);
  box-shadow: 5px 5px 8px #878787;
}
.rslider.owl-carousel .owl-nav .owl-prev {
  left: -10px;
}
.rslider.owl-carousel .owl-nav .owl-next {
  right: -10px;
}
/* ===========archive page============= */
.archive-loan {
  padding: 30px 0;
  background-color: #f4f4f2;
}
.archive-loan .big-head h2 {
  font-size: 52px;
  line-height: normal;
  color: #373737;
  word-spacing: 3px;
}
.tblDgn .big-head h2 {
  font-size: 53px;
  line-height: normal;
  color: #373737;
  word-spacing: 3px;
  max-width: inherit;
}
.big-head h2:nth-child(2) {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: normal;
}
.arcv-loanBox {
  display: block;
  text-align: center;
}
.arcv-loanBox h3 {
  font-size: 29px;
  line-height: normal;
  color: #373737;
  font-family: var(--heading-font);
  margin-bottom: 30px;
}
.arcv-loanBox p {
  color: #1c1c1c;
  font-family: var(--heading-font);
  margin-top: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}
.arcv-img {
  position: relative;
  padding-top: 60%;
  width: 100%;
  overflow: hidden;
}
.arcv-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}
/* .arcv-img:hover img{
    transform: scale(1.4);
} */
.contentwrap {
  max-width: 900px;
  margin: 0 auto;
}
.thead,
.tbSec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.thead h3,
.contentwrap table th {
  background-color: #004c80;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  padding: 9px 49px;
  text-align: center;
  font-family: var(--body-font);
  margin: 0;
}
.thead h3:nth-child(2),
.contentwrap table th:nth-child(2) {
  background-color: #0076b9;
}
.thead h3:nth-child(3),
.contentwrap table th:nth-child(3) {
  background-color: #5e5e5e;
}
.tbSec h3,
.contentwrap table td {
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
  font-family: var(--heading-font);
  color: #373737;
  text-align: center;
  padding: 10px;
  margin: 0;
}
.contentwrap table td,
.tbSec h3 {
  border: 2px solid #000;
  border-width: 0 1px 2px;
  position: relative;
  border-bottom-color: #bbbbbb;
}
/*.tbSec h3:first-child:before{
    content: "";
    position: absolute; 
    width: 5px;
    left: -5px;
    top: -2px;
    bottom: -2px;
    background-color: #000;
}*/
/*.tbSec h3:last-child:after{
    content: "";
    position: absolute; 
    width: 5px;
    right: -5px;
    top: -2px;
    bottom: -2px;
    background-color: #000;
}*/
.tbSec h3:first-child {
  border-left-width: 2px;
}
.tbSec h3:last-child {
  border-right-width: 2px;
}
.tbSec:nth-child(even),
.contentwrap table tr:nth-child(even) td {
  background: #f5f5f5;
}
.contentwrap table tr:last-child td,
.tbSec:last-child h3 {
  border-bottom-width: 2px;
  border-bottom-color: #000;
}
.contentwrap table td:nth-child(1) {
  border-left-width: 5px;
}
.contentwrap table td:last-child {
  border-right-width: 5px;
}
.contentwrap table th,
.thead h3 {
  border: 2px solid #000;
  border-width: 2px 1.5px 0;
}
.contentwrap table th:nth-child(1),
.thead h3:nth-child(1) {
  border-left-width: 2px;
}
.contentwrap table th:last-child,
.thead h3:last-child {
  border-right-width: 2px;
}
.contentwrap ul {
  text-align: right;
  margin: 0;
}
.contentwrap ul li {
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
  font-family: var(--heading-font);
  color: #373737;
  margin: 0;
  padding: 11px 0;
}
.repeat-sec {
  padding: 10px 0 25px;
}
.tblDgn {
  padding: 20px 0;
}
.tblDgn h2 {
  font-size: 27px;
  line-height: normal;
  color: #373737;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 21px;
  text-align: right;
}
.borrowers-wrap {
  border: 3px solid #100f0f;
  border-radius: 35px;
  padding: 40px;
  color: #100f0f;
  font-weight: 600;
  font-family: var(--body-font);
  font-size: 20px;
  line-height: 26px;
  max-width: 100%;
  margin: 0 auto;
}
.borrowers-sec {
  padding: 50px 0;
}
.borrowers-sec h2 {
  font-size: 54px;
  line-height: normal;
  margin-bottom: 10px;
  color: #100f0f;
}
.br-top p {
  /*font-family: var(--italic-font);*/
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: 30px;
  text-shadow: 0 0 1px #000;
}
/* =================== */
.formWrap select {
  color: #6b6b6b;
  padding: 0 25px 0 2px;
  font-size: 15px;
  line-height: normal;
  font-family: var(--body-font);
  border: 3px solid #c2c2c2;
  border-radius: 3px;
  height: 25px;
}
.formWrap input {
  border: 3px solid #c2c2c2;
  font-family: var(--body-font);
  padding: 0 5px;
  border-radius: 3px;
  height: 25px;
}
.formWrap input::placeholder {
  color: #6b6b6b;
  font-size: 14px;
  line-height: normal;
  font-family: var(--body-font);
}
.formWrap {
  margin: 20px 0 30px 0;
  border: 3px solid #100f0f;
  margin-left: 15px;
}
.frmbody {
  padding: 5px 22px;
  background-color: #fff;
}
.top-head-form h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-size: 18px;
  font-family: var(--body-font);
  color: #fff;
  margin-bottom: 0;
  padding: 8px 24px 11px;
  background-color: #002868;
}
.top-head-form h3 .fa {
  font-size: 24px;
}
.small-gap {
  margin-bottom: 4px;
  padding-right: 30px;
}
.frmbody .btn {
  background-color: #667ea4;
  border-color: #667ea4;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--body-font);
  color: #fff;
  border-radius: 5px;
  height: 30px;
  min-width: 45px;
  padding: 0 5px;
  line-height: 28px;
  cursor: pointer;
}
.frmbody .btn:hover {
  background-color: var(--color-black);
}
.bottom-text {
  margin-top: 7px;
  font-size: 11px;
  line-height: normal;
  font-family: var(--body-font);
}
.form-part {
  padding: 50px 0 0;
  background: #e8f1f6;
  background-size: 100%;
}
.form-part h2 {
  font-size: 53px;
  line-height: normal;
  color: #373737;
}
.mortgage-head h2 {
  color: #373737;
  /*font-family: var(--body-font);*/
  font-weight: 500;
  font-size: 38px;
  line-height: normal;
}
.mortgage-head p {
  font-weight: 600;
  font-size: 48px;
  font-family: var(--italic-font);
  color: #171717;
}
.mortgage-text {
  padding: 18px 32px;
  background-color: #f4f4f2;
  font-size: 20px;
  line-height: 26px;
  color: #373737;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.3px;
}
.mortgage-head {
  padding-top: 70px;
  position: relative;
  left: 6%;
}
.mortgage-img {
  text-align: right;
  margin-top: -150px;
  margin-bottom: -8px;
  z-index: -1;
  position: relative;
}
/*.mortgage-free .container{max-width: 1100px;}*/

.loan-slider.owl-carousel .owl-nav [class*="owl-"] {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  font-family: var(--body-font);
}
.loan-slider.owl-carousel .owl-nav .owl-prev {
  left: -85px;
}
.loan-slider.owl-carousel .owl-nav .owl-next {
  right: -85px;
}
.loan-list .col-md-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
}
.f-23 {
  font-size: 20px;
}
.psis {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.psis-l {
  font-size: 20px;
  line-height: 40px;
}
/* ======================= */
.fha-loan {
  padding: 50px 0;
  background-color: #f4f4f2;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #1c1b1b;
}
.fha-loan h2 {
  font-size: 69px;
  line-height: normal;
  color: #1c1b1b;
  word-spacing: 3px;
}
.fha-loan ul li {
  margin-bottom: 0;
}
.fha-loan ul {
  padding-left: 100px;
  list-style: disc;
  margin-bottom: 6px;
}
.fha-loan-p p {
  margin-bottom: 6px;
}
/* ============ */
.qf-section {
  padding: 50px 0px 70px;
}
.qf-box {
  border-radius: 5px;
  color: #fff;
  padding: 20px 50px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #002968;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  font-weight: 500;
}
.qf-list .row {
  grid-row-gap: 30px;
}
.qf-section h2 {
  font-size: 69px;
  line-height: normal;
  color: #1c1b1b;
  word-spacing: 4px;
}
.top-position {
  bottom: auto;
  top: 5px;
}

/* ============== */
.fha-loan2 {
  padding: 50px 0;
}
.fha-loan2 h2 {
  font-size: 55px;
  line-height: normal;
  color: #373737;
  word-spacing: 3px;
}
.form-part2 {
  background: none;
  background-size: 100%;
}
.form-part2 h2 {
  font-size: 50px;
}
.mortgage-head2 h2 {
  font-weight: 600;
}
.borrowers-sec2 h2 {
  font-size: 41px;
  line-height: normal;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
  color: #100f0f;
  font-weight: 600;
  font-family: "helvetica-regular";
}
.br-top2 p {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}
.with-blue-head h3 {
  color: #002768;
  font-size: 22px;
  line-height: normal;
  padding-left: 0px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 15px;
  text-align: center;
}
.with-blue-head h4 {
  font-size: 27px;
  color: #002768;
  font-weight: 600;
  padding-left: 0;
  text-align: center;
  margin-bottom: 30px;
}
.fha-loan2 {
  background-color: #f4f4f2;
}
/* ================== */
.va-loan h2 {
  font-size: 75px;
  line-height: normal;
  color: #1c1b1b;
  word-spacing: 7px;
}
.fha-loan.va-loan {
  padding: 50px 0;
  background-color: #f4f4f2;
  font-size: 26px;
  line-height: 43px;
  font-weight: 600;
  color: #1c1b1b;
}
.qf-section.va-qf-section h2 {
  font-size: 71px;
  line-height: normal;
  color: #1c1b1b;
  word-spacing: 11px;
}
.red-section {
  padding: 50px 0;
  background-color: #f4f4f1;
}
.red-section h2 {
  font-size: 54px;
  line-height: normal;
  color: #1c1b1b;
  word-spacing: 6px;
  text-align: center;
}
.col50 {
  padding: 0 20px;
}
.thank-you-section {
  padding-bottom: 50px;
  background-color: #f4f4f1;
  position: relative;
}
.borrowers-sec-va h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
}
.borrowers-sec-va p strong {
  font-weight: 600;
  color: #000;
  font-size: 26px;
}
.borrowers-sec-va p a {
  color: #000;
  font-size: 26px;
}
.borrowers-sec-va .brimg {
  margin-bottom: -41px;
}
.red-text {
  font-weight: 600;
  font-family: var(--heading-font);
  font-size: 30px;
  line-height: normal;
  color: var(--color-main);
  word-spacing: 4px;
  margin-top: 30px;
}
.form-part3 h2 {
  font-size: 52px !important;
  word-spacing: 2px !important;
}
/* ===========================
        USDA SECTION
============================== */
.usda-loan h2 {
  font-size: 68px;
}
.usda-loan {
  font-size: 22px;
  line-height: 34px;
}
.limitation-area {
  padding: 50px 0 60px 0;
  background-color: #f4f4f2;
  /*margin-bottom: 55px;*/
}
.alpha {
  text-transform: uppercase;
  font-size: 100px;
  line-height: normal;
  color: #1c1b1b;
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 600;
}
.limitation-area h2 {
  font-size: 42px;
  word-spacing: 5px;
}
.usda-form h2 {
  font-size: 48px;
  word-spacing: 3px;
}
.qf-section-usda h2 {
  font-size: 81px;
  line-height: normal;
  word-spacing: 19px;
}
.qf-section-usda .qf-box {
  font-size: 22px;
  line-height: 32px;
}
.brimg {
  margin-right: 0px;
  margin-top: 0px;
}
/* ========================== */
/*.renovation-banner .bannertext-wrap{
    margin-left: auto;
}*/
.renovation-loan h2 {
  font-size: 57px;
  word-spacing: 5px;
}
.renovation-qf h2 {
  font-size: 56px;
  word-spacing: 1px;
}
/* ============================ */
.wl-section h2 {
  font-size: 43px;
  word-spacing: 3px;
}
.step-box {
  border: 2px solid #585858;
  border-radius: 30px;
  padding: 30px 20px;
  background-color: #f7f6f5;
}
.step-box h3 {
  font-size: 42px;
  line-height: normal;
  color: #1a1919;
  font-weight: 700;
}
.step-box h4 {
  font-size: 36px;
  line-height: normal;
  color: #1a1919;
  font-weight: 600;
}
.step-box p {
  font-size: 20px;
  line-height: 26px;
  color: #1a1919;
  font-weight: 600;
  /*padding: 8px 10px;*/
  /*border: 2px solid #bebebe;*/
  border-radius: 2px;
}
.stp-row {
  padding: 30px 0;
  align-items: center;
}
.stp-row:nth-child(odd) {
  text-align: right;
}
.stp-row:nth-child(even) {
  flex-direction: row-reverse;
}
.stp-img {
  text-align: center;
  padding: 0 60px;
}
.step-section h2 {
  font-size: 50px;
  word-spacing: 4px;
}
.step-section {
  padding: 50px 0 20px;
}
.center-btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 42px;
  height: 44px;
}
.reva-loan-p p {
  margin: 0;
  font-size: 16px;
}
.revvid {
  padding: 20px 40px 20px 80px;
}
.reaves {
  margin-left: auto;
}
.conlist .qf-box {
  font-size: 18px;
  line-height: 30px;
}
.con-loan-p p {
  margin: 0;
  text-align: justify;
  line-height: 38px;
  font-size: 24px;
}
.con-loan h2 {
  font-size: 60px;
  text-align: center;
  word-spacing: 7px;
}
.con-loan h2 span {
  font-size: 56px;
}
.con-qf h2 {
  font-size: 53px;
}
.con-qwl h2 {
  font-size: 41px;
  text-align: center;
}
.con-step h2 {
  font-size: 48px;
}
.con-contact .center-btn {
  position: absolute;
  left: auto;
  bottom: 100px;
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 42px;
  /*padding: 0 10px;*/
  right: 30px;
}

/*=======Foreign National==============*/
.forp {
  margin-left: auto;
}
.for-section {
  padding: 50px 0px;
}
.wl-section.for-section h2 {
  font-size: 67px;
  word-spacing: 3px;
}
.wl-section.for-section p.for-p {
  color: #1c1b1b;
  font-size: 28px;
  padding: 0 35px;
  padding-bottom: 40px;
  line-height: 38px;
  font-weight: 600;
}
.for-qf h2 {
  font-size: 58px;
  word-spacing: 1px;
  text-align: center;
}
.for-loan h2 {
  font-size: 62px;
  word-spacing: 5px;
  text-align: center;
}
.forloan-ul {
  padding-left: 41px !important;
  margin: 16px 0px !important;
  font-size: 16px;
}
.forloan-ul li {
  list-style: disc;
}
.itin-loan h2 {
  font-size: 80px;
  text-align: center;
  word-spacing: 3px;
}
.itin-qf h2 {
  font-size: 92px;
  text-align: center;
  word-spacing: 0px;
}
.itin-step h2 {
  font-size: 42px;
  text-align: center;
  word-spacing: 0px;
}
.itin-step .step-box {
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
}

.itin-step .step-box p {
  line-height: 32px;
}
.itin-qf .conlist .qf-box {
  font-size: 20px !important;
}

.comar-loan {
  padding: 50px 0;
  background-color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #1c1b1b;
}
.comar-loan h2 {
  font-size: 65px;
  line-height: normal;
  color: #1c1b1b;
  word-spacing: 0px;
  text-align: center;
}
.comar-loan-p p {
  margin: 0;
  text-align: justify;
  line-height: 43px;
  font-size: 26px;
  padding-right: 30px;
}
.comar-qf h2 {
  font-size: 67px;
  line-height: normal;
  color: #1c1b1b;
  word-spacing: 0px;
  text-align: center;
}
.comar-qf p {
  color: #1c1b1b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 40px;
  line-height: 32px;
  width: 93%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.comar-step .row {
  padding: 35px 40px;
  align-items: center;
}
.comar-step .row.stp-row {
  background-color: #f4f4f2;
}

.comar-step .step-box {
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
}
.comar-step .step-box h4 {
  font-size: 26px;
  line-height: normal;
  color: #1a1919;
  font-weight: 600;
}
.comar-step .step-box p {
  font-size: 16px;
  line-height: 24px;
  color: #1a1919;
  font-weight: 600;
  border-radius: 0px;
}
.comar-step {
  padding: 50px 0px;
}
.comar-step h2 {
  font-size: 58px;
  word-spacing: 3px;
  text-align: center;
}
.comar-step-p {
  color: #1c1b1b;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 35px;
  width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}

/*=====Jumbo Section============*/
.form-part.form-jumbo h2 {
  font-size: 47px;
  line-height: normal;
  color: #373737;
}
.form-part.form-jumbo .brimg {
  margin-right: -20px;
}
.form-part.form-jumbo .brimg img {
  height: 750px;
  object-fit: contain;
}
.jub-p {
  color: #373737;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.jumbo-list .qf-box {
  font-size: 20px;
  line-height: 30px;
}
.qf-section.jumbo-qf h2 {
  font-size: 63px;
  text-align: center;
}
.archive-loan.jumbo-loan .big-head h2 {
  font-size: 51px;
  line-height: normal;
  color: #373737;
  word-spacing: 1px;
}
.fha-loan.jumbo-loan h2 {
  font-size: 66px;
  text-align: center;
  word-spacing: 3px;
}
.jumb-loan-p p {
  margin: 0;
  text-align: left;
  line-height: 39px;
  font-size: 24px;
  padding-right: 0;
}

/*====Reloacte CSS====*/
.bg-gray {
  background-color: #f4f4f2;
  /*padding: 30px 0px;*/
}
.re-step h2 {
  font-size: 56px;
  word-spacing: 2px;
  text-align: center;
}
.re-step .row.stp-row {
  background-color: #f4f4f2;
}
.re-step .row {
  padding: 35px 40px;
  align-items: flex-start;
}
.re-step .step-box {
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
}
.re-step .step-box h4 {
  font-size: 26px;
  line-height: normal;
  color: #1a1919;
  font-weight: 600;
}
.re-step .step-box p {
  font-size: 16px;
  line-height: 28px;
  color: #1a1919;
  font-weight: 600;
  border-radius: 0px;
}
.list-box .list-box-h h2 {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 40px;
  color: #002868;
  -webkit-text-shadow: 0px 0px 4px #002868;
  -moz-text-shadow: 0px 0px 4px #002868;
  text-shadow: 0px 0px 4px #002868;
}
.listsec-boxs img {
  height: 216px;
  width: 100%;
  object-fit: cover;
}
.listsec-box .row .col-md-6:nth-child(4) p, 
.listsec-box .row .col-md-6:nth-child(5) p, 
.listsec-box .row .col-md-6:nth-child(6) p{
	min-height: 135px;
}
.listsec-boxs h3 {
      color: #1c1b1b;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 600;
    font-family: "helvetica-regular";
    padding: 0 15px;
}
.listsec-boxs p {
  color: #1c1b1b;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  padding: 0 15px;
  padding-bottom: 15px;
  min-height: 250px;
  /*font-weight: 600;*/
}
.listsec-boxs {
  margin-bottom: 40px;
  width: 100%;
  display: block;
  background-color: #fff
}

/*=============Contact Us CSS================*/
.c-heading h2 {
  font-size: 130px;
  text-align: center;
  word-spacing: 3px;
  line-height: 100px;
  margin-bottom: 30px;
}
.c-heading h3 {
  font-size: 50px;
  text-align: center;
  color: #373737;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 40px;
}
.contact-box {
  text-align: center;
  border: 3px solid #373737;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  
}
.contact-box figure {
  height: 220px;
  min-height: 220px;
  position: relative;
}
.contact-box .text-now img,
.contact-box .call-now img {
  height: 100%;
  padding-top: 15px;
}
.contact-box .text-now, 
.contact-box .call-now, .syt{
  background-color: #f4f4f2;
}
.contact-box h2 {
  background: #f4f4f2;
  padding: 10px;
  color: #000;
  font-size: 42px;
  font-weight: 500;
  margin: 0px;
  min-height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-box h4 {
  background: #f4f4f2;
  padding: 10px;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  height: 94px;
}
.boxes {
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: 16px;
}
.shedule-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 15px auto;
  object-fit: contain;
    background-color: #322e2b;
}
.boxes .col-12 {
  padding-right: 8px;
  padding-left: 8px;
}
.contact-box p {
  color: #373737;
  font-size: 50px;
  text-align: left;
  padding: 25px 15px 15px 20px;
  margin: 0;
  font-weight: 600;
  line-height: 40px;
  min-height: 160px;
  line-height: 1.2;
}
.contact-box p.email-sec {
  color: #000;
  font-size: 25px;
  text-align: left;
  padding: 0 0 25px 80px;
  margin: 0;
  font-weight: 600;
  line-height: 40px;
  font-style: normal;
  min-height: auto;
}
.contact-box p span {
  font-size: 30px;
  font-weight: 500;
  margin-top: 8px;
  display: inline-block;
}
.email-user {
  padding: 0px 0 0 80px;
}
.contact-box h3 {
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  margin: 0px;
  text-align: left;
  padding-left: 80px;
  font-style: normal;
}
.user-prof .shedule-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 15px auto;
  object-fit: contain;
}
.prof-dtls p {
  font-size: 24px;
  padding-left: 20px;
  line-height: 36px;
}
.shedule-dtls {
  padding: 0px;
}
.shedule-dtls img {
  text-align: center;
}
.shedule-dtls p {
  color: var(--color-light-gray) !important;
  font-size: 22px;
  padding: 0;
  text-align: center;
  margin: 0;
  font-weight: 600;
  min-height: auto !important;
}
.shedule-dtls h1 {
  color: var(--color-black) !important;
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.shedule-dtls ul {
list-style: none;
    margin: 13px 0 40px;
    padding: 26px 0 0 0;
}
.shedule-dtls ul li {
    color: var(--color-light-gray) !important;
    font-size: 20px;
    padding: 0;
    text-align: left;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 8px;
}
.syt{
      padding: 0 30px 0;
      margin-top: 30px;
}
.shedule-dtls ul li i{margin-right: 10px; color: #000;}
.shedule-dtls h3 {
  color: var(--color-black) !important;
  font-size: 27px;
  margin: 0;
  padding-left: 0;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  font-style: normal;
}
.schedule-call-btn {
  width: 90%;
  margin: 30px auto;
}
.schedule-btn {
  width: 70%;
  background-color: var(--color-yellow);
  border-radius: 10px;
  border: 3px solid var(--color-blue) !important;
  color: #002768;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
}
.schedule-btn:hover {
  background-color: #797979 !important;
  border-color: #797979 !important;
  color: var(--color-white) !important;
}
.con-tb p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 37px;
}
.con-tb {
  text-align: center;
  border: 3px solid #373737;
  border-radius: 60px;
  overflow: hidden;
  padding: 38px;
  background-color: #002868;
}
.con-tab-sec h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.con-tab-f {
  padding: 30px;
  text-align: left;
}
.con-tab-f .row {
  align-items: center;
}
.con-tb.con-tab-f .con-tab-sec h3 {
  text-align: left;
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  color: var(--color-black);
}
.con-tb.con-tab-f .con-tab-sec p,
.con-tb.con-tab-f .con-tab-sec p a {
  text-align: left;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #000;
}
.con-tb.con-tab-f .con-tab-sec p a{text-decoration: underline;}
.con-tb.con-tab-f .con-tab-sec .ftbt {
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
}
.con-bt h2 {
  text-align: center;
  margin: 0;
  padding: 30px 0;
  font-size: 28px;
  padding-bottom: 0;
  margin-top: 15px;
}
.con-form {
  width: 78%;
  padding-left: 80px;
  margin-top: -20px;
}
.con-form .labelHead {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #373737;
  padding-bottom: 0px;
}
.con-form input,
.con-form textarea {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  height: 32px;
  background-color: #f1f1f1;
  width: 100%;
}
.con-form textarea {
  height: 70px;
  resize: none;
  margin-bottom: 10px;
}

.con-form .row {
  margin-bottom: 5px;
  margin-right: -5px;
  margin-left: -5px;
}
.con-form .row .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}
.con-form .btn {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
}
.contact-img img {
  width: 88%;
}

.fico-sec {
  background-color: #aaf1f1;
  display: block;
  width: 100%;
}
figure.sk_img_left {
  margin-left: -15px;
}
.fico-sec .editor-text h3 {
  font-size: 60px;
  color: #000000;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 40px;
}
.fico-sec .editor-text p {
  color: #000;
  font-size: 36px;
  line-height: 44px;
  text-align: justify;
  margin: 0px;
  font-weight: 600;
}
.fico-sec-b {
  background-color: #e3eff2;
}
.fico-b-sec {
  width: 100%;
  padding: 25px 0 60px;
  position: relative;
}
.rate-form {
  padding: 20px 0px 60px;
  width: 100%;
  display: block;
}
.rate-form h2 {
  font-size: 44px;
  word-spacing: 2px;
  text-align: c;
}
.rate-form .formWrap {
  margin: 0 0 30px 0;
  border: 3px solid #100f0f;
  margin-left: 15px;
}
.rate-box p {
  font-size: 18px;
  text-align: left;
  line-height: 28px;
  color: #373737;
}
.rate-form .row {
  justify-content: space-evenly;
}

.abt-h {
  width: 100%;
  display: block;
  text-align: center;
}
.abt-h h2 {
  color: #373737;
  font-size: 62px;
  text-align: center;
  font-style: normal;
}
.abt-h p {
  color: #373737;
  font-size: 16px;
  width: 60%;
  margin: 0 auto;
  font-weight: 500;
  margin-bottom: 40px;
}
.abt-box {
  border: 2px solid #8f8f8f;
  padding: 20px;
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
}
.abt-box img {
  height: 625px;
  width: 100%;
  object-fit: cover;
}
.abt-box h3 {
  color: #222222;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0px 0px;
  line-height: 30px;
  margin-bottom: 8px;
}
.abt-box p {
  color: #222222;
  font-style: inherit;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
.section.abt-sec {
  padding: 60px 0 0px;
}
.abt-bt {
  margin-top: 3rem !important;
  margin-bottom: 3rem;
}
.abt-bt h2 {
  color: #373737;
  font-size: 48px;
  text-align: center;
  font-style: normal;
  margin: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #bf0b32;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item {
  text-transform: initial;
}

/*==== Extra CSS ======*/
.applybtn {
  text-align: center;
}
.applybtn .btn {
  margin-bottom: 10px;
  text-transform: capitalize;
  min-width: auto;
  font-size: 20px;
  font-family: var(--heading-font);
  width: auto;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
}
.contantbtn {
  background-color: #797979;
  border-color: #797979;
  color: #fff !important;
  margin-bottom: 25px !important;
  margin-top: 5px !important;
}
.contantbtn:hover,
.contantbtn:focus {
  background-color: #000;
  border-color: #000 !important;
  color: #fff !important;
}
.footte {
  margin-bottom: 28px;
}
.footte h3 {
  font-weight: 600;
  font-size: 24px;
}
.extracon h2 {
  margin-bottom: 0px;
}
.extracon a {
  color: #000;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
}
.extracon a:hover,
.extracon a:focus {
  color: var(--color-main);
}
.notebox {
  padding: 15px;
  border: 2px solid #002868;
  margin: 0 15px;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
/*--- clicked ---*/
body.clicked {
  position: fixed;
  width: 100%;
  height: 100%;
}

body.clicked:before {
  z-index: 9999999;
  background-image: url("../images/loader-img.png");
  background-color: #f4f4f2;
  background-repeat: no-repeat;
  background-position: center;
}
.loader.clicked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.loader.clicked:before {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
}

.loader.clicked > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  z-index: 1;
  margin: 40px 0 0;
  padding: 30px;
  width: 100%;
  text-align: center;
}

.loader.clicked > div span {
  text-transform: uppercase;
  margin-top: 20px;
}

.clicked {
  position: relative;
  pointer-events: none;
}

.clicked:after,
.clicked:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
}

.clicked:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}

.proposal-cnt h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--color-blue);
  text-align: left;
  margin-bottom: 5px;
}
.proposal-cnt p {
  font-size: 18px;
  font-weight: normal;
  color: var(--color-blue);
  margin-top: 5px;
  text-align: justify;
}
.proposal-cnt ol {
  margin-left: 10px;
}
.proposal-cnt ol li {
  font-size: 21px;
  font-weight: normal;
  color: var(--color-blue);
  margin-top: 0px;
  text-align: left;
  margin-bottom: 0px;
}
.proposal-cnt a {
  text-align: left;
  display: block;
  margin-top: 10px;
}
.proposal-cnt a img {
  width: 160px;
}
.offer-disclosure {
  background-color: #f5f5f3;
  border-radius: 30px;
  padding: 20px;
}
.offer-disclosure h2 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-blue);
  text-align: left;
  margin-bottom: 0;
  line-height: 20px;
}
.offer-disclosure p {
  font-size: 16px;
  font-weight: normal;
  color: var(--color-blue);
  margin-top: 15px;
  text-align: left;
}
.divider-line {
  width: 60%;
}
.listadd{
  background-color: #f4f4f2;
  width: 100%;
  display: block;
}
.banner-image{position: relative;}
.banner-image a {
    display: block;
}
.banner-image img.start-here-3 {
    position: absolute;
    left: 70px;
    bottom: 65px;
    width: 250px;
    z-index: 9;
}
.banner-image img.start-here-2 {
    position: absolute;
    right: 70px;
    bottom: 65px;
    width: 250px;
    z-index: 9;
}
.banner-image img.start-here-20 {
    position: absolute;
    right: 70px;
    bottom: 65px;
    width: 250px;
    z-index: 9;
}

.banner-image img.start-here-4 {
    position: absolute;
    right: 70px;
    top: 130px;
    width: 250px;
    z-index: 9;
}
.banner-image img.start-here-5{
    position: absolute;
    right: 165px;
    top: 170px;
    width: 250px;
    z-index: 9;
}
.banner-image img.start-here-1 {
    position: absolute;
    left: 70px;
    top: 65px;
    width: 250px;
    z-index: 9;
}
.banner-image img.start-here-6{
  position: absolute;
  left: 160px;
  bottom: 70px;
  width: 290px;
  z-index: 9;
}
.videscid{
  margin: 0px;
  width: 42%;
  position: absolute;
  right: 0;
  top: 91px;
  right: 48px;
}
.videscidt{
  margin: 0px;
  width: 42%;
  position: absolute;
  right: 0;
  top: 92px;
  left: 50px;
}
.imgbots{
    text-align: left;
    background-color: #fff;
    padding: 15px;
    border: 2px solid #000;
    border-radius: 10px;
    margin: 0 20px;
}
/*.imgbots p{
  min-height: 200px;
}*/
.imgbots img{margin-bottom: 10px;}
.lending-Realty-section .w-100{
  width: 96% !important;
}
.timg{margin-top: -50px;}
.winner{
position: absolute;
  left: -5px;
  top: 10px;
  width: 135px;
  z-index: 9;
}
.housing{margin-top: 155px;}
.winner-right{
    position: absolute;
    right: -5px;
    top: 10px;
    width: 135px;
    z-index: 9;
}
.winner-left-bt{
    position: absolute;
    left: -5px;
    bottom: 10px;
    width: 135px;
    z-index: 9;
}
.winner-top-left-bt{
    position: absolute;
    right: -5px;
    top: 10px;
    width: 135px;
    z-index: 9;
}
.con-tb-img{text-align: center;}
.con-tb-img img{
  width: 75%;
  margin: 0 auto;
}
.abtbtn.btn-blue{
    font-size: 15px;
    background-color: var(--color-yellow);
  	border-radius: 10px;
   border: 3px solid var(--color-blue) !important;
    margin-top: 30px;
    background-color: #d1ff0d;
    border:1px solid #d1ff0d;
    margin-bottom: 30px;
    color: #002768;
     padding: 10px;
      text-align: center;
  text-decoration: none !important;
  line-height: 20px;
  font-weight: 600;
  text-transform: inherit;
}
.abtbtn.btn-blue:hover {
    background-color: #797979 !important;
    border-color: #797979 !important;
    color: var(--color-white) !important;
}
.sul{
      list-style: none;
    margin: 0 0 10px !important;
    padding: 24px 0 0px 0px !important;
}
.contact-box.abtcont .text-now img, .contact-box.abtcont .call-now img{
  height: auto !important;
}
.rightman{width: 80%;}
.lodap{font-size: 44px !important;}
.hedingb{font-size: 60px !important;}
.w-40{width: 40%;}
.for-gap img{border-radius: 70px;}
.conteh{width: 55%; margin-top: 16px;}
.review-sec{padding: 50px 0px; }
.hometha{padding: 50px 0px;}
.rgt-hdr{text-align: right;}
.usdimg{margin-bottom: -50px; max-width: 107%; margin-left: -43px;}
.proposal-sec img{margin-left: 15px;}
.ustu{padding-bottom: 50px;}


.plus{
	 	animation: pulse 1s linear infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
