/* Css Indexing */
/*	Table of Css Content */
/* =====================================	*/
/* Typography */
/* Global style */
/* Section Heading Css */
/* Preloader Css */
/* bottomtotop Css */
/* Breadcrumb Area Start */
/* Popup Video CSS */
/* Header Area Start */
/* Top Header Area Start */
/* Main Menu Area Start */
/* Footer Area Start */
/* Hero Area Start */
/* Features Area Start */
/* Whay Choose us Area Start */
/* Lend Area End */
/* fact Area Start */
/* How it work Area Start */
/* Get Start Area Start */
/* Testimonial Area Start */
/* Partner Area  Start */
/* About Area Start */
/* calculator Area Start */
/* Land  Area Start inner page */
/* borrow  Area Start inner page */
/* borrow  Area Start inner page */
/* Get Start Area2 Start */
/* Check Questions Area Start */
/* Affiliate Info Area Start */
/*  Affiliate video Area Start */
/* Affiliate Benefits Area Start */
/* Blog Page Grid Area Start */
/* Pagination Area Css Start */
/* Blog Sidebar Area Css Start */
/* Blog Details Area Css End */
/* Serch Area Start */
/* Help Section Area Start */
/* Submit Reques Area Start */
/* Contact Area Start */
/* 404 Area Start */
/* ============================= */
/* Typography */
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800"); */
/* @import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

html {
  scroll-behavior: smooth;
}

/* Global style */
.mybtn1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 35px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(28, 75, 154, 0.3);
  box-shadow: 0px 10px 10px 0px rgba(28, 75, 154, 0.3);
  background: -webkit-linear-gradient(to left, #3468fe, #2787ec);
  background: -moz-linear-gradient(to left, #3468fe, #2787ec);
  background: -ms-linear-gradient(to left, #3468fe, #2787ec);
  background: -o-linear-gradient(to left, #3468fe, #2787ec);
  background: -webkit-gradient(linear, right top, left top, from(#3468fe), to(#2787ec));
  background: -webkit-linear-gradient(right, #3468fe, #2787ec);
  background: -o-linear-gradient(right, #3468fe, #2787ec);
  background: linear-gradient(to left, #3468fe, #2787ec);
}

.mybtn1:hover {
  background: -webkit-linear-gradient(to right, #3468fe, #2787ec);
  background: -moz-linear-gradient(to right, #3468fe, #2787ec);
  background: -ms-linear-gradient(to right, #3468fe, #2787ec);
  background: -o-linear-gradient(to right, #3468fe, #2787ec);
  background: -webkit-gradient(linear, left top, right top, from(#3468fe), to(#2787ec));
  background: -webkit-linear-gradient(left, #3468fe, #2787ec);
  background: -o-linear-gradient(left, #3468fe, #2787ec);
  background: linear-gradient(to right, #3468fe, #2787ec);
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.mybtn2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 10px 10px 0px rgb(28 75 154 / 30%);
  box-shadow: 0px 10px 10px 0px rgb(28 75 154 / 30%);
  background: -webkit-linear-gradient(to left, #3468fe, #2787ec);
  background: -moz-linear-gradient(to left, #3468fe, #2787ec);
  background: -ms-linear-gradient(to left, #3468fe, #2787ec);
  background: -o-linear-gradient(to left, #3468fe, #2787ec);
  background: -webkit-gradient(linear, right top, left top, from(#3468fe), to(#2787ec));
  background: -webkit-linear-gradient(right, #3468fe, #2787ec);
  background: -o-linear-gradient(right, #3468fe, #2787ec);
  background: linear-gradient(to left, #3468fe, #2787ec);
  width: 100%;
}

.mybtn2:hover {
  background: -webkit-linear-gradient(to right, #3468fe, #2787ec);
  background: -moz-linear-gradient(to right, #3468fe, #2787ec);
  background: -ms-linear-gradient(to right, #3468fe, #2787ec);
  background: -o-linear-gradient(to right, #3468fe, #2787ec);
  background: -webkit-gradient(linear, left top, right top, from(#3468fe), to(#2787ec));
  background: -webkit-linear-gradient(left, #3468fe, #2787ec);
  background: -o-linear-gradient(left, #3468fe, #2787ec);
  background: linear-gradient(to right, #3468fe, #2787ec);
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* Section Heading Css */
.section-heading {
  text-align: center;
}

.section-heading .subtitle {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #2364d2;
  margin-bottom: 11px;
}

.section-heading .subtitle.extra-padding {
  margin-bottom: 17px;
}

.section-heading .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #1e375a;
  margin-bottom: 10px;
}

.section-heading .title.extra-padding {
  margin-bottom: 20px;
}

.section-heading .text {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

/* Preloader Css */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader.hide {
  opacity: 0;
  display: none;
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}

.loader-1 .loader-outter {
  position: absolute;
  border: 4px solid #2364d2;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.loader-1 .loader-inner {
  position: absolute;
  border: 4px solid #2364d2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

/* bottomtotop Css */
.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 15px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  background: #2364d2;
}

/* Breadcrumb Area Start */
.breadcrumb-area {
  padding: 215px 0px 115px;
  background: url(../images/bc-bg-2.jpg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.breadcrumb-area.extra-padding {
  padding: 215px 0px 118px;
}

.breadcrumb-area.extra-extra-padding {
  padding: 215px 0px 171px;
}

.breadcrumb-area .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.breadcrumb-area .title.extra-padding {
  margin-bottom: 26px;
}

.breadcrumb-area .breadcrumb-list li {
  display: inline-block;
}

.breadcrumb-area .breadcrumb-list li span {
  margin: 0px 7px;
  color: #fff;
}

.breadcrumb-area .breadcrumb-list li a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}

.breadcrumb-area .breadcrumb-list li a:hover {
  color: #f1f1f1;
}

.breadcrumb-area .breadcrumb-list li a.active {
  color: #f1f1f1;
}

/* Popup Video CSS */
.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  text-align: center;
  font-size: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video-play-btn i {
  position: inherit;
  z-index: 9;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

/* Popup Video CSS */
/* Normalize  */
html {
  font-family: 'Assistant', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  margin: 0;
  color: #1e375a;
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e375a;
  font-family: 'Assistant', sans-serif;
}

p {
  font-size: 16px;
  color: #1e375a;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #1e375a;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.select:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/*
  5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/* Header Area Start */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  /* Top Header Area Start */
}

.header.nav-fixed {
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.header.nav-fixed .top-header {
  display: none;
}

.header .top-header {
  padding: 10px 0px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .top-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.header .top-header .content .left-content .left-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .top-header .content .left-content .left-list p {
  margin-bottom: 0px;
  color: #485d7b;
}

.header .top-header .content .left-content .left-list .currency-selector {
  margin-left: 10px;
}

.header .top-header .content .left-content .left-list .currency-selector .currency {
  border: 0px;
  background: none;
  color: #485d7b;
}

.header .top-header .content .right-content .right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .top-header .content .right-content .right-list .language-selector .language {
  border: 0px;
  background: none;
  color: #485d7b;
}

.header .top-header .content .right-content .social-link {
  display: inline-block;
}

.header .top-header .content .right-content .social-link li {
  display: inline-block;
}

.header .top-header .content .right-content .social-link li a {
  color: #485d7b;
  font-size: 14px;
  margin-left: 4px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.header .top-header .content .right-content .social-link li a:hover {
  color: #2364d2;
}

/* Main Menu Area Start */
.mainmenu-area .navbar {
  padding: 0px 0px;
}

.mainmenu-area .navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
}

.mainmenu-area .navbar .mybtn1 {
  margin-left: 20px;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  z-index: 99;
  margin-top: 0px !important;
  background: #fff;
  border-radius: 0px;
  border: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
  border-top: 4px solid #2364d2;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 15px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
  margin-right: 5px;
  font-size: 12px;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #2364d2;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background: none;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
  color: #1e375a;
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 25px 10px;
  text-transform: uppercase;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link.active,
.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover {
  color: #2364d2;
}

.header.inner-page.nav-fixed .mainmenu-area .navbar .navbar-brand img {
  -webkit-filter: unset;
  filter: unset;
}

.header.inner-page.nav-fixed .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
  color: #1e375a;
}

.header.inner-page.nav-fixed .mainmenu-area .navbar a h4 {
  color: #1e375a;
}

.header.inner-page.nav-fixed .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link.active,
.header.inner-page.nav-fixed .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover {
  color: #2364d2;
}

.header.inner-page .top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header.inner-page .top-header .content .left-content .left-list p {
  color: #fff;
}

.header.inner-page .top-header .content .left-content .left-list .currency-selector .currency {
  color: #fff;
}

.header.inner-page .top-header .content .right-content .right-list p {
  color: #fff;
}

.header.inner-page .top-header .content .right-content .right-list .language-selector .language {
  color: #fff;
}

.header.inner-page .top-header .content .right-content .right-list .social-link li a {
  color: #fff;
}

.header.inner-page .mainmenu-area .navbar .navbar-brand img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header.inner-page .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.header.inner-page .mainmenu-area .navbar a h4 {
  color: #fff;
}

.header.inner-page .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link.active,
.header.inner-page .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover {
  color: #eee;
}

/* Footer Area Start */
.footer {
  overflow: hidden;
  position: relative;
  padding: 120px 0px 0px;
  background: url(../images/footerbg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.footer .footer-logo {
  margin-top: -10px;
  margin-bottom: 25px;
}

.footer .footer-widget .title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer .footer-widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer .footer-widget ul li {
  list-style: none;
}

.footer .footer-widget ul li a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 38px;
  font-size: 16px;
}

.footer .footer-widget ul li a:hover {
  color: #2364d2;
  padding-left: 10px;
}

.footer .footer-widget ul li i {
  font-size: 14px;
  padding-right: 4px;
}

.footer .footer-contact {
  border-radius: 10px;
  color: #2364d2;
  margin-bottom: 10px;
}

.footer .footer-contact .footer-contact-header {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: normal;
}

.footer .footer-contact .footer-contact-header i {
  margin-right: 10px;
}

.footer .footer-contact a {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
}

.footer .footer-contact a img {
  height: 30px;
  margin: 5px;
}

.copy-bg {
  margin-top: 110px;
  padding: 10px 15px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.copy-bg .content {
  text-align: center;
}

.copy-bg .content .content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}

.copy-bg .content .content a {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  color: #2364d2;
}

/* Hero Area Start */
.video .header {
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.video .hero-area {
  padding: 220px 0px 100px;
}

.video .hero-area .overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(30%, rgba(255, 255, 255, 0.9)), color-stop(60%, rgba(255, 255, 255, 0.9)), color-stop(80%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.9) 100%);
  z-index: 2;
}

.hero-area.water {
  background: url(../images/video-home.html);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-area.water canvas {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero-area {
  position: relative;
  padding: 140px 0px 150px;
  background: url(../images/herobg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.hero-area.partical-area {
  padding: 220 0px 220px;
}

.hero-area.typed-js {
  padding: 300px 0px 220px;
}

.hero-area.typed-js .typed {
  text-transform: uppercase;
}

.hero-area #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 1; */
}

.hero-area .overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.hero-area .mb_YTPBar {
  display: none !important;
  opacity: 0 !important;
}

.hero-area .left-content {
  position: inherit;
  z-index: 9;
}

.hero-area .left-content .content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #1e375a;
  margin-bottom: 22px;
}

.hero-area .left-content .content .title .typed {
  color: #1395ba;
}

.hero-area .left-content .content .subtitle {
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
  color: #2364d2;
  margin-bottom: 10px;
}

.hero-area .left-content .content .text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 31px;
}

.hero-area .left-content .content .links .link1 {
  margin-right: 20px;
}

.hero-area .left-content .content .links .link2 {
  background: #fff;
  color: #1e375a;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hero-area .left-content .content .links .link2:hover {
  background: -webkit-linear-gradient(to left, #3468fe, #2787ec);
  background: -moz-linear-gradient(to left, #3468fe, #2787ec);
  background: -ms-linear-gradient(to left, #3468fe, #2787ec);
  background: -o-linear-gradient(to left, #3468fe, #2787ec);
  background: -webkit-gradient(linear, right top, left top, from(#3468fe), to(#2787ec));
  background: -webkit-linear-gradient(right, #3468fe, #2787ec);
  background: -o-linear-gradient(right, #3468fe, #2787ec);
  background: linear-gradient(to left, #3468fe, #2787ec);
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.hero-area .right-img {
  text-align: center;
  position: inherit;
  z-index: 9;
}

/* Hero Area End */
/* Features Area Start */
.features {
  padding: 120px 0px 110px;
}

.features .single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(35, 100, 210, 0.3);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 30px 29px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.features .single-feature .left {
  margin-right: 30px;
}

.features .single-feature .right .sub-title {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 2px;
}

.features .single-feature .right .title {
  font-size: 50px;
  line-height: 60px;
  color: #2364d2;
  font-weight: 700;
  margin-bottom: 0px;
}

.features .single-feature:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* Features Area End */
/* Whay Choose us Area Start */
.why-choose-us {
  padding: 0px 0px 70px;
}

.why-choose-us .section-heading {
  margin-bottom: 57px;
}

.why-choose-us .single-why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 47px;
}

.why-choose-us .single-why .left {
  margin-right: 30px;
}

.why-choose-us .single-why .left .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(35, 100, 210, 0.4);
  text-align: center;
  line-height: 100px;
}

.why-choose-us .single-why .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.why-choose-us .single-why .right .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 11px;
}

.why-choose-us .single-why .right .text {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0px;
  font-weight: 300;
}


/* Get Start Area Start */
.get-start {
  padding: 120px 0px 120px;
}

.get-start .rihgt-area .section-heading {
  text-align: left;
  margin-bottom: 0px;
}

.get-start .rihgt-area .section-heading .mybtn1 {
  margin-top: 36px;
}

/* Get Start Area End */
/* Testimonial Area Start */
.testimonial {
  padding: 120px 0px 0px;
}

.testimonial .testimonial-top-area {
  position: relative;
}

.testimonial .testimonial-top-area .shape {
  position: absolute;
  right: 0px;
  top: -120px;
}

.testimonial .testimonial-top-area .left-area .section-heading {
  text-align: left;
}

.testimonial .testimonial-top-area .left-area .section-heading .mybtn1 {
  margin-top: 40px;
}

.testimonial .testimonial-top-area .right-img {
  text-align: right;
}

.testimonial .testimonial-review-area {
  background: url(../images/reviewbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0px 120px;
}

.testimonial .testimonial-review-area .testimonial-review-box {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 60px;
  background: #fff;
}

.testimonial .testimonial-review-area .testimonial-review-box .header-area {
  text-align: center;
  padding: 25px 0px 30px;
}

.testimonial .testimonial-review-area .testimonial-review-box .header-area .reating .info {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.testimonial .testimonial-review-area .testimonial-review-box .header-area .reating .stars {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 15px;
}

.testimonial .testimonial-review-area .testimonial-review-box .header-area .reating .stars li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #2263d2;
  color: #f8c100;
}

.testimonial .testimonial-review-area .testimonial-review-box .header-area .reating-info-text {
  font-size: 18px;
  font-weight: 300;
  margin-top: 18px;
  margin-bottom: 22px;
}

.testimonial .owl-controls {
  display: block;
  text-align: center;
  margin-top: -18px;
  position: relative;
  z-index: 91;
}

.testimonial .owl-controls .owl-nav div {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 41px;
  text-align: center;
  margin: 0px 7px;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #fff;
  color: #242424;
  -webkit-box-shadow: 0px 5px 15px rgba(35, 100, 210, 0.4);
  box-shadow: 0px 5px 15px rgba(35, 100, 210, 0.4);
}

.testimonial .owl-controls .owl-nav div:hover {
  background: #2364d2;
  color: #fff;
  display: inline-block;
}

.single-review .text-box {
  border: 1px solid rgba(35, 100, 210, 0.3);
  text-align: center;
  padding: 25px 30px 60px;
  border-radius: 30px;
}

.single-review .text-box .stars {
  margin-bottom: 5px;
}

.single-review .text-box .stars li {
  display: inline-block;
  color: #f8c100;
}

.single-review .text-box .subject {
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 12px;
}

.single-review .text-box .text {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0px;
  font-weight: 400;
}

.single-review .reviewer-box {
  text-align: center;
  position: relative;
  top: -40px;
}

.single-review .reviewer-box .img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #2364d2;
  overflow: hidden;
}

.single-review .reviewer-box .img img {
  width: 100%;
  border-radius: 50%;
  height: auto;
}

.single-review .reviewer-box .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #2364d2;
  margin-bottom: 0px;
  margin-top: 15px;
}

.single-review .reviewer-box .info {
  font-size: 14px;
}

/* Testimonial Area  End */

/* About Area Start */
.about .section-heading {
  text-align: left;
}

.about .section-heading .text {
  margin-bottom: 19px;
}

.about .company-logos {
  /* margin-top: 2rem; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  white-space: normal;
  justify-content: center !important;
}

.about .company-logos .item {
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  /* padding: 1rem; */
  border-radius: 10px;
  margin: 2rem;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 25%) !important;
  box-shadow: 0 0 20px rgb(0 0 0 / 25%) !important;
}

.about .company-logos .item img {
  border-radius: 10px;
}

.about .about-bottom-area {
  background: url(../images/about-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px 116px;
}

.about .about-bottom-area .video-box {
  background: url(../images/avideobg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 220px 0px 220px;
  border-radius: 10px;
  margin-bottom: 80px;
}

.about .about-bottom-area .short-info .left-area img {
  width: 90px;
  height: 90px;
  margin-right: 30px;
}

.about .about-bottom-area .short-info .right-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about .about-bottom-area .short-info .right-area .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #2364d2;
  margin-bottom: 15px;
}

.about .about-bottom-area .short-info .right-area .text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  text-align: justify;
}

.social-widget {
  margin-top: 30px;
  padding: 22px 30px 14px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(46, 25, 167, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(46, 25, 167, 0.3);
}

.social-widget .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 17px;
  margin-bottom: 12px;
  text-align: center;
}

.social-widget .social-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: center;
}

.social-widget .social-list li {
  list-style: none;
  display: inline-block;
}

.social-widget .social-list li a {
  font-size: 13px;
  text-transform: uppercase;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: none;
  border: 1px solid #1e375a;
  border-radius: 50px;
  color: #1e375a;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 9px;
}

.social-widget .social-list li a:hover {
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(28, 75, 154, 0.3);
  box-shadow: 0px 10px 10px 0px rgba(28, 75, 154, 0.3);
  background: -webkit-gradient(linear, right top, left top, from(#3468fe), to(#2787ec));
  background: -webkit-linear-gradient(right, #3468fe, #2787ec);
  background: -o-linear-gradient(right, #3468fe, #2787ec);
  background: linear-gradient(to left, #3468fe, #2787ec);
}

/* Submit Reques Area Start */
.submit-request {
  padding-bottom: 120px;
}

.submit-request .submit-request-box {
  background: url(../images/help/submit-request-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 40px 120px;
}

.submit-request .submit-request-box .content {
  max-width: 600px;
}

.submit-request .submit-request-box .content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #fff;
}

.submit-request .submit-request-box .content .sub-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
  margin: 21px 0px 29px;
}

.submit-request .submit-request-box .content .mybtn1 {
  background: #fff;
  color: #1e375a;
}

/* Submit Reques Area End */
/* Contact Area Start */
.contact {
  padding: 0px 0px 110px;
}

.section-heading {
  margin-bottom: 70px;
}

.contact .contact-form-wrapper {
  background: #fff;
  padding: 50px 30px 30px;
  position: relative;
}

.contact .contact-form-wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 125%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.12);
  z-index: -1;
}

.contact .contact-form-wrapper .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 23px;
  color: #1e375a;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 42px;
}

.contact .contact-form-wrapper .title:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 1px;
  background: #000;
}

.contact .contact-form-wrapper .title:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 60px;
  width: 50px;
  height: 1px;
  background: #000;
}

.contact .contact-form-wrapper .form-group.button-area {
  position: relative;
}

.contact .contact-form-wrapper .form-group.button-area .btn-submit {
  position: absolute;
  bottom: 40px;
  right: 0px;
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 0px;
  border-radius: 50px;
  background: #1e375a;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact .contact-form-wrapper .form-group.button-area .btn-submit:hover {
  background: #2364d2;
}

.contact .contact-form-wrapper .form-group.button-area .btn-submit:focus {
  outline: 0px;
}

.contact .contact-form-wrapper .form-group .input-field {
  width: 100%;
  border: 0px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  background-color: transparent;
}

.contact .contact-form-wrapper .form-group .input-field .select {
  width: 100%;
  border: 0px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
}

.contact .contact-form-wrapper .form-group .input-field.textarea {
  height: 140px;
  padding-top: 10px;
  padding-right: 80px;
  resize: none;
}

.contact .contact-form-wrapper .form-group label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .address-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  /* background: #2364d2; */
  background-image: linear-gradient(-45deg, #3893DA 0%, #17CEA4 100%);
  padding: 22px 30px 25px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.081);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.081);
}

.contact .address-area .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  margin-bottom: 23px;
  padding-bottom: 12px;
  position: relative;
}

.contact .address-area .title:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 1px;
  background: #fff;
}

.contact .address-area .title:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 60px;
  width: 50px;
  height: 1px;
  background: #fff;
}

.contact .address-area .address-list {
  padding: 22px 0px 0px;
}

.contact .address-area .address-list li {
  margin-bottom: 25px;
}

.contact .address-area .address-list li:last-child {
  margin-bottom: 0px;
}

.contact .address-area .address-list li p {
  color: #ffffff;
  padding-left: 30px;
  position: relative;
}

.contact .address-area .address-list li p i {
  position: absolute;
  left: 0;
  top: 5px;
}

.contact .address-area .social-links {
  margin-top: 40px;
}

.contact .address-area .social-links li {
  display: inline-block;
}

.contact .address-area .social-links li a {
  color: #fff;
  margin: 0px 4px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact .address-area .social-links li a:hover {
  color: #f1f1f1;
}


/* *********************************************** */

.contact {
  padding: 0px 0px 110px;
}

.section-heading {
  margin-bottom: 70px;
}

.contact .contact-form-wrapper-new {
  /* background: #fff; */
  background-image: linear-gradient(-45deg, #3893DA 0%, #17CEA4 100%);
  padding: 50px 30px 30px;
  position: relative;
}

.contact .contact-form-wrapper-new:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 125%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.12);
  z-index: -1;
}

.contact .contact-form-wrapper-new .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 23px;
  color: #1e375a;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 42px;
}

.contact .contact-form-wrapper-new .title:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 1px;
  background: #fff;
}

.contact .contact-form-wrapper-new .title:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 60px;
  width: 50px;
  height: 1px;
  background: #fff;
}

.contact .contact-form-wrapper-new .form-group.button-area {
  position: relative;
}

.contact .contact-form-wrapper-new .form-group.button-area .btn-submit {
  position: absolute;
  bottom: 25px;
  right: 10px;
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 0px;
  border-radius: 50px;
  background: #1e375a;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact .contact-form-wrapper-new .form-group.button-area .btn-submit:hover {
  background: #2364d2;
}

.contact .contact-form-wrapper-new .form-group.button-area .btn-submit:focus {
  outline: 0px;
}

.contact .contact-form-wrapper-new .form-group .input-field {
  width: 100%;
  border: 0px;
  height: 40px;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 10px;
}

.contact .contact-form-wrapper-new .form-group .input-field .select {
  width: 100%;
  border: 0px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
}

.contact .contact-form-wrapper-new .form-group .input-field.textarea {
  height: 140px;
  padding-top: 10px;
  padding-right: 80px;
  resize: none;
}

.contact .contact-form-wrapper-new .form-group label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1e375a;
}


.riskprofileform {
  margin: 120px 0 120px 0;
}

.riskprofileform .contact-form-wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 2px 25px 0px rgb(0 0 0 / 12%);
  box-shadow: 2px 2px 25px 0px rgb(0 0 0 / 12%);
  z-index: -1;
}

/* Contact Area End */
/* 404 Area Start */
.four-zero-four {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.four-zero-four .content .inner-content {
  text-align: center;
  margin-top: -130px;
}

.four-zero-four .content .inner-content .title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.four-zero-four .content .inner-content .sub-title {
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.four-zero-four .content .inner-content .mybtn1 {
  margin-top: 9px;
}

/* 404 Area End */
/* Home 2 Area Start */
.home2 .hero-area {
  position: relative;
  padding: 297px 0px 200px;
  background: url(../images/hero2.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 0px;
}

.home2 .hero-area .right-img {
  text-align: center;
  position: relative;
}

.home2 .hero-area .right-img img {
  position: absolute;
  left: 0px;
  top: -70px;
  max-width: 800px;
}

/* My Style */

/* Plan Box */
.plans {
  padding: 0px 0px 110px 0px;
}

/* .plan-box {
  transition: 0.3s;
} */

.plan-box-middle {
  transform: scale(1.05) !important;
}

/* .plan-box:hover {
  transform: scale(1.05);
} */

.plans .section-heading {
  margin-bottom: 70px;
}

.plans .plan-box h3 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 0px !important;
  background-color: #346afd;
  padding: 7px;
  font-size: 25px;
  line-height: 46px;
  font-weight: 600;
  color: #fff;
}

.plans .plan-box .plan-box-div {
  padding: 1rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgb(46 25 167 / 30%);
  box-shadow: 0px 5px 10px 0px rgb(46 25 167 / 30%);
}

.plans .plan-box img {
  padding-right: .5rem;
}

.plans .plan-box p {
  font-size: 17px;
  line-height: 46px;
  margin-bottom: 0px;
}

.about .about-bottom-area {
  background-color: #e1eefe !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 80px;
}

.about .about-bottom-area .short-info-n {
  background-color: #fff;
  padding: 2rem;
  height: 100%;
  border-radius: 10px;
  webkit-box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  transition: 0.3s;
}

.about .about-bottom-area .short-info-n:hover {
  transform: scale(1.05);
}

.list li {
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: rgb(46 25 167 / 30%) 0px 5px 10px 0px;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  /* padding-bottom: 5px; */
  height: auto;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
}

.list li p {
  font-size: 22px;
  font-weight: 550;
  margin: 0;
}

.list li p span {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.services {
  padding: 0px 0px 110px 0px;
}

.services .section-heading {
  margin-bottom: 70px;
}

.services .services-div {
  width: 100%;
  /* height: 250px; */
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgb(46 25 167 / 30%) 0px 5px 10px 0px;
  transition: 0.3s;
}

.services .services-div:hover {
  background-color: #2263d2;
  transform: scale(1.05);
}

.services .services-div:hover .h3 {
  color: #fff;
}

.services .services-div .services .services-div .bg-span {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #2364d2;
  border-radius: 50%;
}

.services .services-div img {
  position: relative;
  margin-bottom: 15px;
}

.services .services-div .h3 {
  font-size: 22px;
  letter-spacing: .5px;
  font-weight: 600;
}

.faq {
  padding: 0px 0px 110px 0px;
}

.faq .section-heading {
  margin-bottom: 70px;
}

.panel {
  margin-bottom: 22px;
  -webkit-box-shadow: 0px 5px 10px 0px rgb(46 25 167 / 30%);
  box-shadow: 0px 5px 10px 0px rgb(46 25 167 / 30%);
}

.panel-title {
  width: 100%;
  padding: 12px;
  font-size: 22px;
  letter-spacing: .5px;
  margin-bottom: 0px;
  background-color: #2364d2;
}

.panel-title a {
  color: #fff;
  text-decoration: none;
}

.panel-title a:hover {
  color: #fff;
  text-decoration: none;
}

.panel-title>a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  float: right !important;
}

.panel-title>a.collapsed:before {
  font-family: "Font Awesome 5 Free";
  float: right !important;
  content: "\f067";
}

.panel-body {
  font-size: 17px;
  letter-spacing: .5px;
  font-weight: 550;
  padding: 12px;
  background-color: #e7f0ff;
}

.privacy .ul li {
  text-align: justify;
  font-size: 20px;
  margin-bottom: 10px;
  list-style-position: outside;
  list-style: disc !important;
}

.thanks {
  flex: 0 0 120px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks .thanks-msg h1 {
  font-size: 100px;
  font-family: 'Pacifico', cursive;
}

.bank-details .bank img {
  width: 60%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 25%) !important;
  box-shadow: 0 0 20px rgb(0 0 0 / 25%) !important;
}

.bank-details .bank h3 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}

.bank-details .bank h3 img {
  height: 50px;
  width: 50px;
}

.disclaimer-model .ul li {
  color: #000;
  text-align: justify;
  font-size: 18px;
  margin-bottom: 10px;
  list-style-position: outside;
  list-style: disc !important;
}

.risk-form {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 25px 0px rgb(0 0 0 / 12%);
  box-shadow: 2px 2px 25px 0px rgb(0 0 0 / 12%);
}

.services-des .services-dit {
  background: #fff !important;
  box-shadow: 0 10px 25px rgb(60 72 88 / 15%);
  transform: translateY(-5px);
  /* display: flex; */
  border-radius: 10px;
  /* padding: 15px; */
  height: 100%;
  /* border: 2px solid #2263d2; */
  transition: 0.3s;
}

/* .services-des .services-dit:hover {
  box-shadow: rgb(46 25 167 / 30%) 0px 5px 10px 0px;
  transform: translate(0, -10px);
} */

.services-des .services-dit img {
  margin-top: 15px;
  /* height: 60px;
  width: 60px; */
}

.services-des .services-dit .title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
}

.services-des .service-charges {
  margin-bottom: 30px;
  transition: 0.3s;
}

.services-des .service-charges:hover {
  transition: 0.3s;
  transform: translate(0, -10px);
}

.services-des .service-charges h1 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.7rem;
  padding: 10px;
  margin-bottom: 0;
  background-color: #2263d2;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.services-des .service-charges .header-box-content h2 {
  font-size: 1.5rem;
  padding: 10px;
  border-top: 0;
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
  border: 2px solid #2263d2;
  box-shadow: rgb(46 25 167 / 30%) 0px 5px 10px 0px;
}

/* Quick Form */

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 999999;
}

.sidebar-contact.active {
  right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .5);
  outline: none;
}

.sidebar-contact h2 {
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: #2364d2;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

.toggle {
  position: absolute;
  height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  top: 55%;
  left: -45px;
  line-height: 50px;
  transform: rotate(-90deg);
}

.toggle:before {
  content: 'Enquiry Form';
  font-size: 25px;
  color: #fff;
  background-color: #2364d2;
  padding: 5px 15px 5px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  white-space: nowrap;
  transform: rotate(-90deg) !important;
  -webkit-transform: translate(1.1em, 0) rotate(90deg);
  -moz-transform: translate(1.1em, 0) rotate(90deg);
  -o-transform: translate(1.1em, 0) rotate(90deg);
  transform: translate(1.1em, 0) rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: none;
  -ms-transform-origin: none;
  -ms-writing-mode: tb-rl;
  *writing-mode: tb-rl;
}

.toggle.active:before {
  content: 'Enquiry Form';
  background-color: #2364d2;
}

@media(max-width:768px) {
  .sidebar-contact {
    width: 100%;
    height: 100%;
    right: -100%;
  }

  .sidebar-contact .toggle {
    top: 50%;
    transition: 0.5s;
  }

  .sidebar-contact.active .toggle {
    top: 0;
    left: 0;
    transform: translateY(0);
  }

  .toggle:before {
    border-radius: 0px;
  }

  .toggle.active:before {
    font-family: "Font Awesome 5 Free";
    padding: 15px;
    content: '✕';
  }

  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .footer .footer-contact .footer-contact-header {
    font-size: 20px;
  }

  .footer .footer-contact a {
    font-size: 24px;
  }
}

section {
  padding: 70px 0;
}

.contact-form-wrapper-new {
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  background-color: transparent;
  background-image: linear-gradient(-45deg, #3893DA 0%, #17CEA4 100%);
}

.cta {
  background-color: #f0f8f8 !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 15px;
  margin-top: 40px;
}

.cta a {
  text-decoration: none;
  color: #fff;
}

.mybtn-new {
  width: 100%;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 35px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 20px;
  background-image: linear-gradient(-45deg, #3893DA 0%, #17CEA4 100%);
  margin: 5px 0px;
}

.mybtn-new:hover {
  background-color: #3d74d3;
}

.mybtn-border {
  width: 100%;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 35px;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(-45deg, #3893DA 0%, #17CEA4 100%);
  margin-bottom: 15px;
  text-decoration: none;
  transition: 0.3s;
  border: 2px solid #3893DA;
  box-shadow: 0 0 20px rgb(0 0 0 / 25%) !important;
}

.mybtn-border:hover {
  color: #3893DA;
  background-image: none;
  border: 2px solid #3893DA;
}

.float {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 15px;
  left: 15px;
  -webkit-box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 20%);
  z-index: 999;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  background: #25d366;
}

.float:hover {
  color: #fff;
}

/* Lend Area End */
.lend {
  padding: 110px 0px 130px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lend:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/lend-home-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -999;
}

.lend .section-heading {
  margin-bottom: 57px;
}

.lend .tab-menu-area {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.lend .tab-menu-area .nav-lend {
  display: inline-block;
  background: #e5f2ff;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 106, 255, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(0, 106, 255, 0.4);
}

.lend .tab-menu-area .nav-lend .nav-item {
  display: inline-block;
}

.lend .tab-menu-area .nav-lend .nav-item .nav-link {
  line-height: 50px;
  padding: 0px;
  padding: 0px 50px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e375a;
}

.lend .tab-menu-area .nav-lend .nav-item .nav-link.active {
  background: #2364d2;
  color: #fff;
}

.lend .table {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 106, 255, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 106, 255, 0.1);
  position: relative;
}

.lend .table:after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 98%;
  left: 1%;
  background: #fff;
  bottom: -15px;
  z-index: -1;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 106, 255, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 106, 255, 0.1);
}

.lend .table:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 96%;
  left: 2%;
  background: #fff;
  bottom: -25px;
  z-index: -2;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 106, 255, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 106, 255, 0.1);
}

.lend .table tr:hover {
  background: #f5f9fd;
}

.lend .table tr th {
  font-size: 16px;
  font-weight: 600;
  color: #92a4b4;
  text-transform: uppercase;
  border-top: 0px;
  border-bottom: 0px;
  padding: 20px 15px;
}

.lend .table tr td {
  vertical-align: middle;
  padding: 15px 15px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.lend .table tr td:first-child {
  color: #777777;
}

.lend .table tr td:first-child img {
  margin-right: 5px;
}

.lend .table tr td:nth-child(2),
.lend .table tr td:nth-child(3) {
  color: #2364d2;
}

.lend .table tr td:nth-child(4) {
  color: #777777;
}

.lend .table tr td:nth-child(5) {
  color: #2364d2;
}

.lend .table tr td a {
  background: #2364d2;
  color: #fff;
  width: 100px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
}

/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #25d366;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 200px;
  position: fixed;
  right: -150px;
  z-index: 1000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fl-fl .fab {
  font-size: 25px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.float-fb {
  top: 350px;
}

/* Floating Social Media Bar Style Ends Here */

.certificate img {
  width: 60%;
}

/*Add custom cursor so it auto inherits font styles*/
.typed::after {
  content: '|';
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor {
  opacity: 0;
  display: none;
}

/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}