html {
  scroll-behavior: smooth;
}

body {
    padding: 0;
    padding-right: 0px !important;
    margin: 0;
    font-family: "Lato" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato" !important;
  color: #2b2b2b;
}

.primary-color {
  color: #fd66c3;
}

.secondary-color {
  color: #fd66c3;
}

.light-gray {
  color: #333b46;
}

.black {
  color: #2b2b2b;
}

.white {
  color: #fff;
}

.primary-bg {
  background-color: #fd66c3;
  color: #fff;
}

.black-bg {
  background-color: #2b2b2b;
  color: #fff;
}

.light-bg {
  background-color: #f1f5fd;
}

.white-bg {
  background-color: #fff !important;
}

p {
  font-family: "Lato" !important;
  color: #2b2b2b;
  font-size: 16px;
}

a {
  font-family: "Lato" !important;
  color: #fd66c3;
  font-size: 16px;
}

.white-color {
  color: #fff !important;
}

.pb-btn-box {
  text-align: center;
  padding: 40px 0 20px 0;
}

.btn {
  color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  height: 44px;
  line-height: 28px;
  text-align: center;
}

.know-more {
  position: relative;
  padding-right: 40px;
}

.know-more:after {
  content: '\f11e';
  font-family: 'uicons-solid-straight';
  position: absolute;
  margin-left: 5px;
  font-size: 30px;
}

.btn-primary {
  font-size: 18px;
  position: relative;
  overflow: hidden;
  min-width: 150px;
}

.btn-primary:before {
  content: "";
  background-color: #2b2b2b;
  border: 2px solid #2b2b2b;
  color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-primary:after {
  content: "";
  background-color: #fd66c3;
  border: 2px solid #fd66c3;
  color: #fff;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-primary span {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
}

.btn-primary:hover:before {
  content: "";
  background-color: #2b2b2b;
  border: 2px solid #2b2b2b;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-primary:hover:after {
  content: "";
  background-color: #fd66c3;
  border: 2px solid #fd66c3;
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
}

.btn-secondary {
  position: relative;
  font-size: 18px;
  overflow: hidden;
  min-width: 150px;
}

.btn-secondary:before {
  content: "";
  background-color: #fd66c3;
  border: 2px solid #fd66c3;
  color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-secondary:after {
  content: "";
  background-color: #2b2b2b;
  border: 2px solid #2b2b2b;
  color: #fff;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-secondary span {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
}

.btn-secondary:hover:before {
  content: "";
  background-color: #fd66c3;
  border: 2px solid #fd66c3;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-secondary:hover:after {
  content: "";
  background-color: #2b2b2b;
  border: 2px solid #2b2b2b;
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
}

.btn-white-line {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.main-title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 35px;
  text-align: center;
}

.main-title-white {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: center;
}

.main-section {
  padding: 50px 0;
}

ul.navbar-nav .nav-item .nav-link {
  color: #000 !important;
  padding: 12px 20px;
  font-weight: 800;
}

ul.navbar-nav .nav-item .nav-link:hover {
  color: #147c33 !important;
}

ul.navbar-nav .nav-item.active .nav-link {
  color: #fd66c3 !important;
}

ul.navbar-nav .nav-item:first-child a {
  padding-left: 0;
}

ul.navbar-nav .dropdown-menu {
  padding: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-divider {
  margin: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  white-space: normal;
}

ul.navbar-nav .dropdown-menu .dropdown-item.active, ul.navbar-nav .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

ul.navbar-nav .dropdown-menu .dropdown-item:hover, ul.navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.radio-group {
  text-align: center;
  margin: 30px 0 20px 0 !important;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.radio-group .radio-btn {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}

.radio-group .radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-group .radio-btn .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #001522;
  border-radius: 50%;
}

.radio-group .radio-btn:hover input ~ .checkmark {
  border: 2px solid #fd66c3;
}

.radio-group .radio-btn input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #fd66c3;
}

.radio-group .radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-group .radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-group .radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fd66c3;
}

.login-model .model-img img {
  width: 100%;
}

.login-model .modal-dialog {
  max-width: 497px;
  margin: 30px auto;
}

.login-model .modal-title {
  text-transform: uppercase;
  color: #fd66c3;
  font-size: 19px;
}

.login-model a.forgot-password {
  display: block;
  text-align: right;
  margin: 15px 0 30px 0;
  color: #001522;
  text-decoration: none;
}

.login-model a.forgot-password:hover {
  color: #fd66c3;
}

.login-model .modal-body {
  padding: 30px 20px;
}

.login-model .modal-header {
  padding: 25px 20px;
}

.login-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #fd66c3;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #fd66c3;
  opacity: 1;
  margin: 0 !important;
  outline: none;
}

.video-model .model-video video {
  width: 100%;
  padding: 7px 7px 0 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 20px 20px 20px;
}

.video-model .modal-dialog {
  max-width: 850px;
  margin: 50px auto;
}

.video-model .modal-title {
  text-transform: uppercase;
  color: #fd66c3;
  font-size: 24px;
}

.video-model .modal-body {
  padding: 0;
}

.video-model .modal-content {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.video-model .modal-header {
  padding: 15px;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 100%;
  height: 70px;
  z-index: 9999;
  border: none;
  overflow: hidden;
}

.video-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #fd66c3;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #fd66c3;
  opacity: 1;
  margin: 0 0 0 auto !important;
  outline: none;
}

.video-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 40%;
  top: 160px;
  border-radius: 100%;
  z-index: 999;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.video-btn:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #66b60a;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-btn:hover {
  background-color: #fd66c3;
  color: #fff;
}

.video-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.video-btn i {
  font-size: 52px;
  line-height: 86px;
  margin-left: 15px;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@-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.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    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.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.bottom-scroller.active .scroller {
  background-color: #5ce1e6;
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  text-decoration: none;
}

.bottom-scroller.active .scroller:hover {
  background-color: #2b2b2b;
}

i.fi-ss-paper-plane {
  margin-left: 3px;
  /* display: inline-block; */
  /* line-height: 30px; */
  vertical-align: middle;
  font-size: 14px;
}

.card {
  border-radius: 10px;
  padding: 40px 20px;
  -webkit-box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
}

.form-custom {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-right: 20px;
}

.form-custom .form-group {
  position: relative;
  margin-bottom: 5px;
}

.form-custom .form-group .form-control {
  border: 1px solid #fff;
}

.form-custom .form-group .form-control:focus {
  border: 1px solid #f60727 !important;
}

.form-custom .form-group input {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  height: 35px;
  padding: 5px 40px 5px 5px;
  border-radius: 5px;
}

.form-custom .form-group input:focus {
  border: none;
  border-bottom: 1px solid #fd66c3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-custom .form-group select {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  height: 35px !important;
  padding: 5px 40px 5px 5px;
  border-radius: 5px;
}

.form-custom .form-group select:focus {
  border: none;
  border-bottom: 1px solid #fd66c3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-custom .form-group textarea {
  display: block;
  width: 100%;
  background-color: #fff !important;
  border: none;
  border-bottom: 1px solid #333;
  outline: none;
  height: 70px;
  padding: 5px 40px 5px 5px;
  border-radius: 5px;
}

.form-custom .form-group textarea:focus {
  border: none;
  border-bottom: 1px solid #fd66c3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-custom .form-group .search {
  position: absolute;
  top: 3px;
  right: 5px;
  background-color: transparent;
  border: none;
  color: #fff;
}

.form-custom .form-group .search i:before {
  font-size: 24px;
}

.form-custom .form-group .btn.btn-primary {
  height: 35px;
  line-height: 18px;
  font-size: 15px;
}

.pink-bg {
  background-color: #be6dc9;
}

.voilet-bg {
  background-color: #8089ea;
}

.green-bg {
  background-color: #77cb7a;
}

.red-bg {
  background-color: #f28989;
}

.blue-bg {
  background-color: #4d9ded;
}

.main-header {
  position: relative;
}

.main-header .header-top {
  width: 100%;
  background-color: #2b2b2b;
  padding: 3px;
}

.main-header .header-top a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.main-header .header-top a:hover {
  color: #fd66c3;
}

.main-header .header-top a i:before {
  font-size: 15px;
  margin-right: 5px;
}

.main-header .header-top .top-social {
  text-align: right;
}

.main-header .header-top .top-social .social-items {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.main-header .header-top .top-social .social-items li {
  display: inline-block;
}

.main-header .header-top .top-social .social-items li a {
  margin: 5px;
}

.main-header .header-bottom {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px 15px;
}

.main-header .header-bottom .header-right {
  text-align: right;
}

.main-header .header-bottom .header-right nav.navbar {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}

.main-header .header-bottom .header-right .login-btn {
  vertical-align: middle;
}

.main-header .header-bottom .header-right .btn-secondary {
  min-width: 190px;
}

.main-header.stickyhead .header-bottom {
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  margin-top: 0px;
  padding: 5px;
  top: 0;
}

.main-header.stickyhead .header-bottom .logo img {
  /*width: 80px;*/
}

.main-header.stickyhead .header-bottom .btn {
  border-radius: 5px;
  height: 35px;
  line-height: 20px;
  font-size: 15px !important;
}

.main-header.stickyhead .header-bottom .nav-link {
  padding: 8px 20px;
}

.home-slider {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

.home-slider .banner-main {
  color: #2b2b2b;
  margin-top: 180px;
}

.home-slider .banner-main .row {
  margin: 0;
}

.home-slider .banner-main h1 {
  color: #2b2b2b;
  font-size: 34px;
  font-weight: 600;
}

.home-slider .banner-main p {
  color: #2b2b2b;
  margin-bottom: 30px;
}

.footer-main {
  background-color: #1b1b1b;
  padding-bottom: 10px;
}

.footer-main .logo {
  margin-bottom: 20px;
}

.footer-main .newsletter {
  text-align: center;
  width: 50%;
  margin: 0 auto 50px auto;
}

.footer-main .newsletter h4 {
  color: #fff;
}

.footer-main .newsletter .form-group {
  position: relative;
}

.footer-main .newsletter .form-group .form-control {
  padding-right: 120px !important;
}

.footer-main .newsletter .form-group .btn-primary.submit {
  position: absolute;
  right: 0px;
  top: 0;
  height: 35px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
}

.footer-main .newsletter .form-group .btn-primary.submit:after {
  background-color: #5ce1e6;
  border-color: #5ce1e6;
}

.footer-main .newsletter .form-group .btn-primary.submit span {
  top: 6px;
}

.footer-main .form-custom .btn-primary:after {
  background-color: #5ce1e6;
  border-color: #5ce1e6;
}

.footer-main .contact-info {
  padding-top: 0px;
}

.footer-main .contact-info p {
  position: relative;
  padding-left: 30px;
}

.footer-main .contact-info p a {
  line-height: 20px;
}

.footer-main .contact-info p a i {
  position: absolute;
  left: 0;
}

.footer-main .contact-info p a i:before {
  margin-left: 0;
  font-size: 16px;
}

.footer-main .foot-col .foot-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-main .foot-col .menu {
  list-style-type: none;
  padding-left: 5px;
}

.footer-main .foot-col .menu a {
  line-height: 30px;
  display: block;
}

.footer-main .foot-col a {
  color: #ffffff;
  text-decoration: none;
}

.footer-main .foot-col a:hover {
  color: #5ce1e6;
}

.footer-main .foot-col .btn-primary span {
  top: 6px;
}

.footer-main .foot-col ul.social-items {
  padding: 0;
  list-style-type: none;
}

.footer-main .foot-col ul.social-items li {
  display: inline-block;
}

.footer-main .foot-col ul.social-items li a {
  margin: 5px;
}

.footer-main p {
  color: #fff;
  font-size: 14px;
}

.footer-main .footer-bottom {
  border-top: 1px solid #5f5f5f;
  margin-top: 30px;
  padding-top: 20px;
}

.home-service .card {
  text-align: center;
  margin: 15px 10px;
  padding: 20px;
  min-height: 280px;
}

.home-service .card:hover .icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
}

.home-service .card:hover .icon i:before {
  color: #fd66c3;
}

.home-service .card a {
  text-decoration: none;
}

.home-service .card .icon {
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
}

.home-service .card .icon i:before {
  font-size: 65px;
  color: linear-gradient(45deg, #23b4c5 0%, #5ce1e6 100%);
}

.home-service .card .text h3 {
  font-size: 20px;
  font-weight: 600;
}

.home-service .card .text p {
  font-size: 14px;
}

.home-service #homeServices {
  position: relative;
}

.home-service #homeServices .owl-prev {
  position: absolute;
  left: -60px;
  top: 40%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-service #homeServices .owl-prev:before {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #fd66c3;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-service #homeServices .owl-prev:after {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #2b2b2b;
  position: absolute;
  right: -100%;
  top: 0;
  left: auto;
  width: 40px;
  height: 40px;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-service #homeServices .owl-prev span {
  display: none;
}

.home-service #homeServices .owl-prev:hover:before {
  right: 100%;
}

.home-service #homeServices .owl-prev:hover:after {
  right: 0;
}

.home-service #homeServices .owl-next {
  position: absolute;
  right: -60px;
  top: 40%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-service #homeServices .owl-next:before {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #fd66c3;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-service #homeServices .owl-next:after {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #2b2b2b;
  position: absolute;
  left: -100%;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-service #homeServices .owl-next span {
  display: none;
}

.home-service #homeServices .owl-next:hover:before {
  left: 100%;
}

.home-service #homeServices .owl-next:hover:after {
  left: 0;
}

.home-market-update {
  padding: 0;
  background-image: url(../images/doodle-bg.png);
  background-repeat: no-repeat;
  background-position: center -155px;
  background-size: cover;
  text-align: center;
}

.home-market-update .overlay-gradient {
  background: #23b4c5;
  background: linear-gradient(45deg, rgba(35, 180, 197, 0.94) 0%, rgba(53, 214, 173, 0.94) 100%);
  padding: 50px 0;
}

.home-market-update img {
  width: 130px;
}

.home-market-update .btn-primary {
  min-width: 160px;
  width: 240px;
  margin: 0 auto;
}

.home-financial-tools .tool-box .icon {
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  margin: auto;
  text-align: center;
}

.home-financial-tools .tool-box .icon i:before {
  font-size: 55px;
  color: #fff;
  margin: 0;
}

.home-financial-tools h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}

.home-mobile-application {
  background-image: url(../images/app-shape.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  padding: 65px 0;
}

.home-mobile-application .main-title {
  text-align: left;
  font-size: 28px;
}

.home-mobile-application .mobile-img {
  padding-left: 40px;
}

.home-mobile-application .mobile-img img {
  width: 370px;
}

.home-testimonial .card {
  position: relative;
  width: 75%;
  margin: 50px auto 15px auto;
  padding: 35px 35px 15px 85px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}

.home-testimonial .card .client-img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: -30px;
}

.home-testimonial .card .client-img:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #5ce1e6;
  left: -10px;
  top: -10px;
  border-radius: 10px;
  z-index: 9;
}

.home-testimonial .card .client-img img {
  border-radius: 10px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}

.home-testimonial .card .name h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.home-testimonial #homeTestimonials {
  position: relative;
}

.home-testimonial #homeTestimonials .owl-prev {
  position: absolute;
  left: 20px;
  top: 45%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-testimonial #homeTestimonials .owl-prev:before {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #5ce1e6;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-testimonial #homeTestimonials .owl-prev:after {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #2b2b2b;
  position: absolute;
  right: -100%;
  top: 0;
  left: auto;
  width: 40px;
  height: 40px;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-testimonial #homeTestimonials .owl-prev span {
  display: none;
}

.home-testimonial #homeTestimonials .owl-prev:hover:before {
  right: 100%;
}

.home-testimonial #homeTestimonials .owl-prev:hover:after {
  right: 0;
}

.home-testimonial #homeTestimonials .owl-next {
  position: absolute;
  right: 20px;
  top: 45%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-testimonial #homeTestimonials .owl-next:before {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #5ce1e6;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-testimonial #homeTestimonials .owl-next:after {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #2b2b2b;
  position: absolute;
  left: -100%;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-testimonial #homeTestimonials .owl-next span {
  display: none;
}

.home-testimonial #homeTestimonials .owl-next:hover:before {
  left: 100%;
}

.home-testimonial #homeTestimonials .owl-next:hover:after {
  left: 0;
}

.home-blogs .blog-card {
  position: relative;
  margin: 15px 15px 100px 15px;
  border-radius: 10px;
}

.home-blogs .blog-card .blog-img img {
  border-radius: 10px;
}

.home-blogs .blog-card .blog-box {
  position: absolute;
  bottom: -80px;
  background-color: #fff;
  width: 80%;
  left: 10%;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.home-blogs .blog-card .blog-box:hover {
  background: linear-gradient(45deg, #23b4c5 0%, #5ce1e6 100%);
}

.home-blogs .blog-card .blog-box:hover h3 {
  color: #fff;
  font-size: 20px;
}

.home-blogs .blog-card .blog-box:hover p {
  color: #fff;
  margin: 0;
}

.home-blogs .blog-card .blog-box h3 {
  color: #2b2b2b;
  font-size: 20px;
}

.home-blogs .blog-card .blog-box p {
  color: #2b2b2b;
  margin: 0;
}

.footer-newsletter {
  background: linear-gradient(45deg, #23b4c5 0%, #5ce1e6 100%);
}

.footer-newsletter .form-custom .form-control {
  display: inline-block;
  height: 50px;
}

.footer-newsletter .form-custom .btn-primary.submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px !important;
  display: inline-block;
  min-width: auto;
  border-radius: 0 5px 5px 0;
  line-height: 0px;
  height: 50px;
}

.footer-newsletter h4 {
  color: #fff;
  font-size: 26px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */


.inner_header .header-bottom
{
    position: initial;
}
.investor-corner-section .overlay-section 
{
    background-color: rgba(0,0,0,0.12);
}


  /*h1,*/
  /*      h2,*/
  /*      h3,*/
  /*      h4,*/
  /*      h5,*/
  /*      h6 {}*/
  /*      a,*/
  /*      a:hover,*/
  /*      a:focus,*/
  /*      a:active {*/
  /*          text-decoration: none;*/
  /*          outline: none;*/
  /*      }*/
        
  /*      a,*/
  /*      a:active,*/
  /*      a:focus {*/
  /*          color: #333;*/
  /*          text-decoration: none;*/
  /*          transition-timing-function: ease-in-out;*/
  /*          -ms-transition-timing-function: ease-in-out;*/
  /*          -moz-transition-timing-function: ease-in-out;*/
  /*          -webkit-transition-timing-function: ease-in-out;*/
  /*          -o-transition-timing-function: ease-in-out;*/
  /*          transition-duration: .2s;*/
  /*          -ms-transition-duration: .2s;*/
  /*          -moz-transition-duration: .2s;*/
  /*          -webkit-transition-duration: .2s;*/
  /*          -o-transition-duration: .2s;*/
  /*      }*/
        
  /*      ul {*/
  /*          margin: 0;*/
  /*          padding: 0;*/
  /*          list-style: none;*/
  /*      }*/
        img {
    max-width: 100%;
    height: auto;
}


.sec-title-style1 {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 50px;
}
.sec-title-style1.max-width{
    position: relative;
    display: block;
    max-width: 770px;
    margin: -9px auto 0;
    padding-bottom: 52px;    
}
.sec-title-style1.pabottom50 {
    padding-bottom: 42px;
}
.sec-title-style1 .title {
    position: relative;
    display: block;
    color: #131313;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title-style1 .title.clr-white{
    color: #ffffff;
}
.sec-title-style1 .decor {
    position: relative;
    display: block;
    width: 70px;
    height: 5px;
    margin: 19px 0 0;
}
.sec-title-style1 .decor:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #147c33;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .decor:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #147c33;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .decor span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #147c33;
    margin: 2px 0;
}


.sec-title-style1 .text{
    position: relative;
    display: block;
    margin: 7px 0 0;
}
.sec-title-style1 .text p{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #131313;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.sec-title-style1 .text.clr-yellow p{
    color: #147c33;
}
.sec-title-style1 .text .decor-left{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.sec-title-style1 .text .decor-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #147c33;
    content: "";
    margin: 2px 0;
}
.sec-title-style1 .text .decor-left:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #147c33;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .text .decor-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #147c33;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-right{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.sec-title-style1 .text .decor-right span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #147c33;
    content: "";
    margin: 2px 0;
}
.sec-title-style1 .text .decor-right:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #147c33;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .text .decor-right:after{
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #147c33;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .bottom-text{
    position: relative;
    display: block;
    padding-top: 16px;
}
.sec-title-style1 .bottom-text p{
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.sec-title-style1 .bottom-text.clr-gray p{
    color: #cdcdcd;    
}
.contact-address-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 120px;
}
.contact-address-area .sec-title-style1.max-width {
    padding-bottom: 72px;
}
.contact-address-box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;    
}
.single-contact-address-box {
    position: relative;
    display: block;
    background: #131313;
    padding: 85px 30px 77px;
}
.single-contact-address-box .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 24px;
}
.single-contact-address-box .icon-holder span:before{
    font-size: 75px;
}
.single-contact-address-box h3{
    color: #ffffff;
    margin: 0px 0 9px;
}
.single-contact-address-box h2{
    color: #147c33;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px;
}
.single-contact-address-box a{
    color: #ffffff;
}

.single-contact-address-box.main-branch {
    background: #147c33;
    padding: 53px 30px 51px;
    margin-top: -20px;
    margin-bottom: -20px;
}
.single-contact-address-box.main-branch h3{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 38px;
    text-transform: uppercase;
    text-align: center;
}
.single-contact-address-box.main-branch .inner{
    position: relative;
    display: block;
    
}
.single-contact-address-box.main-branch .inner ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-contact-address-box.main-branch .inner ul li{
    position: relative;
    display: block;
    padding-left: 110px;
    border-bottom: 1px solid #737373;
    padding-bottom: 23px;
    margin-bottom: 24px;
}
.single-contact-address-box.main-branch .inner ul li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-contact-address-box.main-branch .inner ul li .title{
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li .title h4{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    border-bottom: 2px solid #a5821e;
}

.single-contact-address-box.main-branch .inner ul li .text{
    position: relative;
    display: block;
}
.single-contact-address-box.main-branch .inner ul li .text p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
}
.contact-form {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 60px 80px;
    /*-webkit-box-shadow: 0px 3px 8px 2px #ededed; */
    /*box-shadow: 0px 3px 8px 2px #ededed;*/
    z-index: 3;
}
.contact-form .sec-title-style1{
    position: relative;
    display: block;
    padding-bottom: 51px;
    width: 50%;
}
.contact-form .text-box{
    position: relative;
    display: block;
    margin-top: 19px;
    width: 50%;    
}
.contact-form .text p{
    color: #848484;
    line-height: 26px;
    margin: 0;
}

.contact-form .inner-box{
    position: relative;
    display: block;
    background: #ffffff;
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea , .contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea

{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding-left: 19px;
    padding-right: 15px;
    border-radius: 0px;
    /*margin-bottom: 20px;*/
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 130px;
    padding-left: 19px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
    color: #222222;
    border-color: #d4d4d4; 
}
.contact-form form input[type="email"]:focus{
    color: #222222;
    border-color: #d4d4d4;
}
.contact-form form textarea:focus{
    color: #222222;
    border-color: #d4d4d4;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #848484;
}
.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
    background: #147c33;
    border: 1px solid #147c33;
    color: #131313;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: pointer;
}

.contact-form form button:hover{
    color: #ffffff;
    background: #131313;
}

.Social-media
{
  display: flex;
  justify-content: center;
}
.Social-media a{
  display: flex;
  background: #fff;
  height: 45px;
  width: 45px;
  margin: 0 15px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 6px 6px 10px -1px rgba(0,124,196,0.15),
              -6px -6px 10px -1px rgba(255,255,255,0.7);
  border: 1px solid rgba(0, 124, 196, 0);
  transition: transform 0.5s
}
.Social-media a i{
  font-size: 50px
  color:#777;
  transition: transform 0.5s;
}
.Social-media a:hover{
  box-shadow:inset 4px 4px 6px -2px rgba(0,0,0,0.2),
              inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                    -0.5px -0.5px 0px -1px rgba(255,255,255,1),
                    0.5px 0.5px 0px rgba(0,0,0,0.15),
                    0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0, 124, 196, 0.1);
  transform: translateY(2px);
}
.Social-media a:hover i{
  transform: scale(0.90);
}
.Social-media a:hover .fa-facebook{
  color: #3b5998;
}
.Social-media a:hover .fa-twitter{
  color: #00acee;
}
.Social-media a:hover .fa-whatsapp{
  color: #4fce5d;
}
.Social-media a:hover .fa-instagram{
  color: #f14843;
}
.Social-media a:hover .fa-youtube{
  color: #f00;
}
#contact-form button
{
    background: #147c33;
    border: 0px;
    padding: 13px;
    border-radius: 2px;
    width: 100%;
    font-size: 18px;
}
#contact-form button.btnRefresh 
{
    width: auto;
}
.single-tools
{
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0px 3px 8px 2px #ededed;
    box-shadow: 0px 2px 3px 0px #2b2b2b;
    margin-bottom: 25px;
}

.single-tools .h-pname a {
  font-size: 18px;
  color: #4f4f4f;
  font-weight: 800;
  margin-bottom: 25px;
}
.tool-box a {
  display: block;
  text-decoration: none;
}



.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.pp-login img {
  width: 100%;
  height: 110px;
  border: 1px solid #00000026;
  padding: 7px;
  margin-bottom: 23px;
  border-radius: 2px;
}

.useful-links li {
  display: inline-block;
  margin-bottom: 44px;
}
.useful-links li a {
  padding: 18px 32px;
  background: #37a8e0;
  color: #fff;
  border: 1;
  border-radius: 2px;
}
.dropdown-item
{
    white-space: normal;
}

.demo {
  margin: 20px;
}
.accordion .fa {
  margin-right: 0.5rem;
}
.accordion button, .accordion button:hover, .accordion button:focus{
  text-decoration: none;
}
.card-header
{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header .btn
{
    font-size: 17px;
    color: #000;
}
.accordion-button:after {
    font-weight: 700;
    font-family: Font Awesome\ 5 Pro,Font Awesome\ 5 Free;
    content: "-";
    margin-right: 0px;
}
.accordion-button.collapsed:after
{
    content: "+";
    margin-right: 0px;
}

.backgroundcolordbe5f0 {
    background: #dbe5f0!important;
}
.getting-started {
    padding: 15px;
}
.our-offering {
    padding: 3%;
    float: left;
    width: 100%;
    background: #dbe5f0;
        margin: 10px 0px;
}
.box_mf
{
    background: #f5f5f5;
    margin: 20px 0px;
    padding: 15px;
    border-radius: 4px;
}
#contact-form .box_mf button
{
    
    padding: 5px;
}
#contact-form .box_mf input
{
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #0000003d;
}
#contact-form .box_mf textarea
{
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #0000003d;
    width: 100%;
}

.contact-address-box .card:hover img {
  /*box-shadow: 4px 5px 6px 1px #bfbfbf;*/
  transform: scale(1.11);
}
.download-list li a
{
    float: right;
}
.download-list
{
    padding-left: 10px;
}

.login-panel-main .radio-box label {
    color: #fff;
    margin: 0 10px 20px 10px;
}
.login-panel-main .btn-primary span {
    top: 10px;
}
.login-panel-main .forget-pw label {
    color: #fff;
}