@media only screen and (max-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}

body {
  font-family: 'Mulish', sans-serif !important;
}

a {
  text-decoration: none !important;
}

.main_menu {
  padding: 10px 15px;
  background-color: transparent !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_menu .navbar-brand img {
  width: 150px;
}

.main_menu .navbar-toggler {
  color: #fff !important;
  border-color: transparent !important;
  border-radius: 0;
}

.main_menu ul .nav-item a {
  color: #fff !important;
  font-size: 18px;
}

.main_menu ul .nav-item a.active {
  color: #2fbdaf !important;
  background-color: #fff !important;
}

.main_menu ul .nav-item .nav-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
}

.main_menu ul .nav-item .nav-link:hover {
  background-color: #fff;
  color: #2fbdaf !important;
}

.main_menu ul .nav-item .btn-default {
  padding: 0;
  background-color: #201e1e;
  padding: 9px 40px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 0;
}

.main_menu ul .nav-item .btn-default:hover {
  background-color: #2fbdaf;
}

.main_menu .dropdown-menu {
  margin-top: 25px;
  border-radius: 15px;
}

.main_menu .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  background: #d1322b !important;
}

.main_menu .dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background: #d1322b !important;
}

.animatedMenuClass {
  display: block;
  background-color: #2fbdaf !important;
  padding: 10px 15px;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}

.animatedMenuClass ul .nav-item a {
  color: #fff !important;
}

.animatedMenuClass ul .nav-item a.active {
  color: #00afef !important;
}

.animatedMenuClass ul .nav-item .nav-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.animatedMenuClass ul .nav-item .nav-link:hover {
  color: #00afef !important;
}

#siteLogo {
  display: block;
}

#siteLogomob {
  display: none;
}

@media only screen and (max-width: 767px) {
  #siteLogo {
    display: none;
  }
  #siteLogomob {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .main_menu .navbar-brand img {
    width: 185px;
  }
  .main_menu ul .nav-item {
    padding-left: 0;
  }
  .main_menu ul .nav-item a {
    font-size: 16px;
  }
  .main_menu ul .nav-item .btn-default {
    padding: 6px 40px !important;
  }
  .main_menu ul .nav-item .btn-default:hover {
    background-color: #2fbdaf;
  }
  .main_menu .dropdown-menu {
    margin-top: 20px;
    border-radius: 10px;
  }
  .main_menu .dropdown-menu a {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .main_menu {
    background-color: #2fbdaf !important;
    padding: 5px 15px;
  }
  .main_menu .navbar-brand img {
    width: 108px;
  }
  .main_menu ul {
    padding-top: 35px;
  }
  .main_menu ul .nav-item a {
    font-size: 16px;
  }
  .main_menu ul .nav-item a .btn-default {
    background-color: #d1322b;
    padding: 2px 15px;
    width: 100%;
  }
  .main_menu ul .nav-item .mailid {
    font-weight: 600;
  }
  .main_menu .dropdown-menu {
    margin-top: 0;
    border-radius: 10px;
  }
  .main_menu .dropdown-menu a {
    font-size: 14px !important;
  }
}

footer {
  position: relative;
  z-index: 999;
  background-image: none;
}

footer .upperSection {
  padding: 30px 0;
  background-color: #000000;
}

footer .upperSection img {
  margin: 0 auto;
  padding-bottom: 25px;
  display: block;
  width: 150px;
}

footer .upperSection ul.list-inline {
  text-align: center;
}

footer .upperSection ul.list-inline a {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .upperSection ul.list-inline a:hover {
  color: #2fbdaf;
}

footer .upperSection .underline {
  background-color: #2fbdaf;
  height: 2px;
  width: 50%;
  margin: 0 auto;
}

footer .upperSection h5, footer .upperSection h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-align: center;
}

footer .upperSection h5 a, footer .upperSection h4 a {
  color: #fff;
}

footer .upperSection h5 a:hover, footer .upperSection h4 a:hover {
  color: #2fbdaf;
}

footer .upperSection h5 {
  margin: 16px 0 5px !important;
}

footer .bottomSection {
  text-align: center;
  padding: 15px 0;
  background-color: #404042;
}

footer .bottomSection span {
  margin: 0;
  color: #cfcccc;
  font-size: 14px;
}

footer .bottomSection p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding-top: 5px;
}

.headerVideoSection {
  position: relative;
  background-color: black;
  height: 95vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.headerVideoSection video {
  position: absolute;
  top: 500px;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.headerVideoSection .container {
  position: relative;
  z-index: 2;
}

.headerVideoSection .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #299187;
  opacity: 0.7;
  z-index: 1;
}

.headerVideoSection .text-erea h1 {
  color: #fff;
  margin: 0;
  font-size: 40px;
  line-height: 30px;
  padding-top: 50px;
}

.headerVideoSection .text-erea h1 span {
  font-weight: 700;
}

.headerVideoSection .text-erea h2 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  padding-top: 13px;
}

.headerVideoSection .text-erea .btn-default {
  background-color: #ffc734;
  padding: 6px 31px;
  color: #000;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  font-size: 18px;
}

.headerVideoSection .text-erea .btn-default:hover {
  background-color: #2fbdaf;
}

@media (pointer: coarse) and (hover: none) {
  .headerVideoSection {
    background: url("https://source.unsplash.com/XT5OInaElMw/1600x900") black no-repeat center center scroll;
  }
  .headerVideoSection video {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .headerVideoSection .text-erea h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .headerVideoSection .text-erea h2 {
    font-size: 20px;
  }
  .headerVideoSection .text-erea .btn-default {
    padding: 5px 31px;
    font-size: 16px;
  }
}

.image-text-section {
  padding: 30px 0;
}

.image-text-section .holder {
  position: relative;
  margin: 20px 0;
}

.image-text-section .holder img {
  width: 100%;
}

.image-text-section .holder .text-section {
  background-color: #2fbdaf;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 9px 15px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 999;
  bottom: 12px;
}

.image-text-section .holder .text-section h3 {
  margin: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .image-text-section .holder {
    margin: 20px 0 !important;
  }
  .image-text-section .holder .text-section h3 {
    font-size: 20px !important;
  }
}

.about-bg {
  background: url(images/background/innerpages/about-bg.jpg) no-repeat center center;
}

.contactus-bg {
  background: url(images/background/innerpages/contactus-bg.jpg) no-repeat center center;
}

.ourloans-bg {
  background: url(images/background/innerpages/ourloans-bg.jpg) no-repeat center center;
}

.calculators-bg {
  background: url(images/background/innerpages/calculators-bg.jpg) no-repeat center center;
}

.articles-bg {
  background: url(images/background/innerpages/newsletter-bg.jpg) no-repeat center center;
}

.privacy-policy-bg {
  background: url(images/background/innerpages/privacy-polocy.jpg) no-repeat center center;
}

.unsubscribe-bg {
  background: url(images/background/innerpages/unsubscribe-page.jpg) no-repeat center center;
}

.resubscribe-bg {
  background: url(images/background/innerpages/resubsribe.jpg) no-repeat center center;
}

.innerbannerSection {
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

.innerbannerSection h1 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
}

.innerbannerSection p {
  font-size: 18px;
  color: #fff;
}

.innerbannerSection .inner-underline {
  height: 2px;
  background-color: #fff;
  width: 40%;
  margin: 13px auto;
}

@media only screen and (max-width: 992px) {
  .innerbannerSection {
    padding: 170px 0 80px;
  }
  .innerbannerSection h1 {
    font-size: 30px;
  }
  .innerbannerSection .inner-underline {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .innerbannerSection {
    padding: 80px 0;
  }
}

/*Wave inner bnner starts here*/
.innerHeaderWithWave {
  background-size: cover;
  padding: 180px 0 0;
  text-align: center;
  position: relative;
  text-align: center;
  color: white;
  z-index: 999;
  /* Animation */
}

.innerHeaderWithWave .flex {
  /*Flexbox for containers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.innerHeaderWithWave .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: 0;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.innerHeaderWithWave .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

.innerHeaderWithWave .parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.innerHeaderWithWave .parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.innerHeaderWithWave .parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.innerHeaderWithWave .parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.innerHeaderWithWave .parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

.innerHeaderWithWave .inner-header {
  padding-bottom: 50px;
}

.innerHeaderWithWave .inner-header h1 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
}

.innerHeaderWithWave .inner-header p {
  font-size: 18px;
  color: #fff;
}

.innerHeaderWithWave .inner-header .inner-underline {
  height: 2px;
  background-color: #fff;
  width: 30%;
  margin: 8px auto;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .innerHeaderWithWave .waves {
    height: 40px;
    min-height: 40px;
  }
  .innerHeaderWithWave .content {
    height: 30vh;
  }
}

@media only screen and (max-width: 992px) {
  .innerHeaderWithWave {
    padding: 120px 0 0;
  }
  .innerHeaderWithWave .inner-header h1 {
    font-size: 30px;
  }
  .innerHeaderWithWave .inner-header p {
    font-size: 16px;
    color: #fff;
  }
  .innerHeaderWithWave .inner-header .inner-underline {
    width: 50%;
  }
}

/*Wave inner bnner ends here*/
.aboutSection {
  background-color: #0F2C30;
  padding: 50px 0;
}

.aboutSection h1 {
  text-align: center;
  color: #08aca7;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 40px;
}

.aboutSection .p-holder {
  padding: 40px;
}

.aboutSection .border-right-col {
  border-left: 2px solid #08aca7;
}

.aboutSection img {
  width: 130px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.aboutSection h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding: 6px 0 12px;
}

.aboutSection p {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .aboutSection h1 {
    font-size: 30px;
  }
  .aboutSection .r-holder {
    margin-top: 30px;
  }
  .aboutSection .p-holder {
    padding: 15px;
  }
  .aboutSection .border-right-col, .aboutSection .border-left-col {
    border-left: 2px solid #08aca7;
    border-right: 2px solid #08aca7;
    border-bottom: 2px solid #08aca7;
  }
}

.aboutTextSection {
  padding: 30px 0;
  text-align: center;
}

.aboutTextSection .btn-default {
  background-color: #e51a4b;
  padding: 6px 31px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  font-size: 22px;
  margin-top: 10px;
}

.aboutTextSection .btn-default:hover {
  background-color: #2fbdaf;
}

.contactSection {
  background: url(images/corporate-background.jpg) no-repeat center center fixed;
  background-size: auto;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  z-index: 999;
}

.contactSection .wpcf7 form.invalid .wpcf7-response-output, .contactSection .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  color: #fff !important;
}

.contactSection .wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffb900;
  color: #fff !important;
}

.contactSection h1 {
  margin: 0;
  color: #2fbdaf;
  font-size: 70px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}

.contactSection p {
  text-align: center;
}

.contactSection .form-holder h2, .contactSection .form-holder h3 {
  margin: 0;
  text-align: center;
}

.contactSection .form-holder h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  padding-bottom: 5px;
  font-weight: 600;
}

.contactSection .form-holder h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  padding-bottom: 40px;
  font-weight: 600;
}

.contactSection .form-holder input, .contactSection .form-holder select {
  font-size: 14px;
  height: 50px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 0;
}

.contactSection .form-holder .form-control {
  border-radius: 0 !important;
}

.contactSection .form-holder textarea {
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 0;
}

.contactSection .form-holder option {
  background-color: #000;
}

.contactSection .form-holder ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contactSection .form-holder :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contactSection .form-holder ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contactSection .form-holder ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contactSection .form-holder :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.contactSection .form-holder ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.contactSection .form-holder .btn-default {
  background-color: #ffc734;
  padding: 6px 31px;
  color: #000;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  font-size: 22px;
  width: 100%;
}

.contactSection .form-holder .btn-default:hover {
  background-color: #2fbdaf;
}

.contactSection .form-holder .error {
  color: #c2c2c2;
  font-size: 14px;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .contactSection {
    padding: 30px 0;
  }
  .contactSection h1 {
    font-size: 45px;
    padding-bottom: 35px;
  }
  .contactSection h2 {
    font-size: 30px;
  }
  .contactSection h3 {
    font-size: 16px;
  }
  .contactSection .btn-default {
    font-size: 18px;
  }
}

/*Common text holder css starts here*/
.common_text_holder {
  padding: 60px 0;
}

.common_text_holder h2 {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  color: #201e1e;
  padding-bottom: 15px;
}

.common_text_holder h5 {
  font-size: 25px;
  margin: 0;
  font-weight: bold;
  color: #201e1e;
  padding-bottom: 15px;
}

.common_text_holder p {
  text-align: justify;
  color: #201e1e;
  font-size: 15px;
}

.common_text_holder ul {
  padding-left: 17px;
  font-size: 15px;
}

@media only screen and (max-width: 992px) {
  .common_text_holder {
    padding: 30px 0;
  }
  .common_text_holder h2 {
    font-size: 27px;
  }
}

.flipbox-section {
  padding-bottom: 30px;
}

.flipbox-section h4 {
  color: #2c2e35;
  text-align: center;
  padding-top: 12px;
  font-size: 19px;
}

.flipbox-section h4 strong {
  font-weight: 600 !important;
}

.flipbox-section .cardBox {
  float: left;
  font-size: 1.2em;
  margin: 1% 0 0 1%;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  margin: 30px 0;
}

.cardBox:hover .card {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flipbox-section .card {
  cursor: pointer;
  height: 300px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  width: 100%;
  border: none;
}

.flipbox-section .card .front,
.flipbox-section .card .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: block;
  height: 100%;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  display: table;
}

.flipbox-section .card .front {
  -webkit-box-shadow: 0 0px 41px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0px 41px rgba(0, 0, 0, 0.07);
}

.flipbox-section .card .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: #2fbdaf;
  -webkit-box-shadow: 0 0px 41px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0px 41px rgba(0, 0, 0, 0.07);
}

.flipbox-section img {
  width: 100px;
  margin-top: 30px;
}

.flipbox-section p {
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
}

@-webkit-keyframes giro {
  from {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes giro {
  from {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.backGsection {
  background: url(images/background/find-out-bg.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}

.backGsection h3 {
  color: #fff;
  margin: 0;
  font-size: 30px;
}

.backGsection .btn-default {
  background-color: #ffc734;
  padding: 6px 31px;
  color: #000;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  font-size: 18px;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .backGsection {
    padding: 60px 0;
  }
  .backGsection h3 {
    font-size: 25px;
  }
  .backGsection .btn-default {
    font-size: 16px;
  }
}

.homePageBoxSection {
  padding: 60px 0;
  text-align: center;
}

.homePageBoxSection h2 {
  margin: 0;
  color: #2c2e35;
  font-size: 38px;
  padding-bottom: 15px;
  font-weight: 600;
}

.homePageBoxSection h3 {
  margin: 0;
  color: #2c2e35;
  font-size: 18px;
  padding-bottom: 40px;
  font-weight: 600;
}

.homePageBoxSection .holder {
  margin-top: 30px;
}

.homePageBoxSection .holder img {
  width: 140px;
}

.homePageBoxSection .holder h3 {
  margin: 20px 0;
  font-size: 20px;
}

.homePageBoxSection .owl-dots {
  text-align: center;
}

.homePageBoxSection .owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #2fbdaf !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.homePageBoxSection .owl-dot.active {
  background-color: #222222 !important;
}

.homePageBoxSection .owl-carousel .owl-item img {
  padding: 20px;
  width: 220px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .homePageBoxSection {
    padding: 30px 0;
  }
  .homePageBoxSection h2 {
    font-size: 30px;
  }
  .homePageBoxSection h3 {
    font-size: 16px;
  }
}

.homePageButtonSection {
  background-color: #2fbdaf;
  padding: 60px 0 60px;
  text-align: center;
  position: relative;
  z-index: 999;
}

.homePageButtonSection h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  padding-bottom: 5px;
  font-weight: 600;
}

.homePageButtonSection h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  padding-bottom: 40px;
  font-weight: 600;
}

.homePageButtonSection .holder {
  margin-top: 10px;
}

.homePageButtonSection .holder .btn-default {
  padding: 23px 30px;
  color: #000;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  font-size: 21px;
  width: 100%;
  background-color: transparent;
  border: 2px solid #fff;
  line-height: 24px;
  color: #fff;
}

.homePageButtonSection .holder .btn-default:hover {
  background-color: #fff;
  color: #2fbdaf;
}

@media only screen and (max-width: 767px) {
  .homePageButtonSection {
    padding: 30px 0;
  }
  .homePageButtonSection h2 {
    font-size: 26px;
  }
  .homePageButtonSection h3 {
    font-size: 16px;
  }
  .homePageButtonSection .holder .btn-default {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 21px;
  }
}

.calculators-button-sec {
  padding: 60px 0;
}

.calculators-button-sec .btn-secondary {
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 10px;
  margin: 25px 0;
  background-color: #1c1b17;
  color: #fff;
}

.calculators-button-sec .btn-secondary:hover {
  background-color: #2fbdaf;
  border: 1px solid #2fbdaf;
}

@media only screen and (max-width: 767px) {
  .calculators-button-sec {
    padding: 30px 0;
  }
  .calculators-button-sec .btn-secondary {
    font-size: 18px;
    padding: 7px 10px;
    margin: 10px 0;
  }
}

.contactform-sec {
  padding: 60px 0;
}

.contactform-sec .content-sec h3, .contactform-sec .content-sec h4, .contactform-sec .content-sec p {
  margin: 0;
}

.contactform-sec .content-sec h3 {
  color: #2fbdaf;
  font-size: 23px;
  padding: 10px 0 0;
  font-weight: 600;
}

.contactform-sec .content-sec hr {
  border: 1px solid #ffc734;
  max-width: 60px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.contactform-sec .content-sec h4 {
  color: #3d3d3d;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 600;
}

.contactform-sec .content-sec ul li {
  margin: 12px 0;
}

.contactform-sec .content-sec ul li a {
  color: #333333;
}

.contactform-sec .content-sec ul li a:hover {
  color: #2fbdaf;
}

.contactform-sec .content-sec .fa-li {
  background-color: #333333;
  margin-right: 11.9px;
  color: #ffffff !important;
  position: relative;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.contactform-sec .content-sec span {
  position: absolute;
  top: 4px;
  left: 10px;
}

.contactform-sec .content-sec i {
  color: #ffffff !important;
  position: relative;
  top: 2px;
}

.contactform-sec .form-holder h2, .contactform-sec .form-holder p {
  margin: 0;
}

.contactform-sec .form-holder h2 {
  color: #2fbdaf;
  font-size: 32px;
  padding-bottom: 5px;
  font-weight: 600;
}

.contactform-sec .form-holder p {
  color: #3d3d3d;
  font-size: 16px;
  padding-bottom: 18px;
}

.contactform-sec .form-holder input, .contactform-sec .form-holder select {
  font-size: 14px;
  height: 50px;
  background-color: transparent;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
  margin: 10px 0;
}

.contactform-sec .form-holder .form-control {
  border-radius: 0 !important;
}

.contactform-sec .form-holder textarea {
  font-size: 14px;
  background-color: transparent;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
  margin: 10px 0;
}

.contactform-sec .form-holder option {
  background-color: #000;
}

.contactform-sec .form-holder ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8a8a8a;
  opacity: 1;
  /* Firefox */
}

.contactform-sec .form-holder :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8a8a8a;
  opacity: 1;
  /* Firefox */
}

.contactform-sec .form-holder ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8a8a8a;
  opacity: 1;
  /* Firefox */
}

.contactform-sec .form-holder ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8a8a8a;
  opacity: 1;
  /* Firefox */
}

.contactform-sec .form-holder :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8a8a8a;
}

.contactform-sec .form-holder ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8a8a8a;
}

.contactform-sec .form-holder .btn-default {
  background-color: #ffc734;
  padding: 6px 50px;
  color: #000;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  font-size: 18px;
}

.contactform-sec .form-holder .btn-default:hover {
  background-color: #2fbdaf;
  color: #fff;
}

.contactform-sec .form-holder .error {
  color: #c2c2c2;
  font-size: 14px;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .contactform-sec {
    padding: 30px 0;
  }
  .contactform-sec .form-holder h2 {
    font-size: 23px;
  }
}

.main-timeline {
  position: relative;
  padding: 60px 0;
}

.main-timeline:after {
  content: '';
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: calc(50% + 30px);
  padding: 0 60px 0 0;
  margin: 0 10px 10px 0;
  float: left;
}

.main-timeline .timeline-content {
  color: #999;
  background: #fff;
  padding: 20px 70px 30px 35px;
  border-radius: 0 0 0 100px;
  border: 15px solid #01B3B2;
  display: block;
  position: relative;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-content:after {
  content: '';
  background: #01B3B2;
  width: 60px;
  height: calc(50% + 15px);
  border-radius: 0 100px 0 0;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  position: absolute;
  top: -15px;
  right: -75px;
}

.main-timeline .timeline-icon {
  color: #01B3B2;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#dfe6e9));
  background: linear-gradient(to right, #fff, #dfe6e9);
  font-size: 45px;
  text-align: center;
  line-height: 101px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -50px;
  z-index: 1;
}

.main-timeline .timeline-icon:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#dfe6e9), to(#fff));
  background: linear-gradient(to right, #dfe6e9, #fff);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.main-timeline .title {
  color: #01B3B2;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 3px;
}

.main-timeline .description {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  padding: 0 0 0 60px;
  margin: 0 0 10px 10px;
  float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 20px 35px 30px 70px;
  border-radius: 0 0 100px 0;
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  border-radius: 100px 0 0 0;
  right: auto;
  left: -75px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: -50px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content {
  border-color: #864578;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content:after {
  background-color: #864578;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .title {
  color: #864578;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content {
  border-color: #ffc734;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:after {
  background-color: #ffc734;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .title {
  color: #ffc734;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content {
  border-color: #5C686B;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:after {
  background-color: #5C686B;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .title {
  color: #5C686B;
}

@media screen and (max-width: 990px) {
  .main-timeline .timeline {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .main-timeline .title {
    text-align: left;
  }
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 0 60px 0 0;
    margin: 0 0 20px 0;
  }
  .main-timeline .timeline:nth-child(even) {
    padding: 0 0 0 60px;
  }
}

@media screen and (max-width: 479px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    padding: 60px 0 0 0;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: center;
    padding: 65px 25px 20px;
    border-radius: 0 0 100px 0;
  }
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    width: calc(50% + 15px);
    height: 70px;
    border-radius: 100px 0 0 0;
    top: -75px;
    left: -15px;
    right: auto;
  }
  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    top: -50px;
    left: 50%;
    right: auto;
  }
  .main-timeline .title {
    font-size: 22px;
  }
}

.ourloans-boxsection {
  padding: 50px 0 0;
  position: relative;
  z-index: 1;
  background-image: none;
  background-color: #fff;
}

.ourloans-boxsection .holder {
  border: 2px solid #2fbdaf;
  padding-bottom: 30px;
  margin-bottom: 30px;
  min-height: 700px;
}

.ourloans-boxsection img {
  border: 10px solid #fff;
}

.ourloans-boxsection h3 {
  background-color: #2fbdaf;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  padding: 10px 15px;
}

.ourloans-boxsection p {
  padding: 10px 15px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ourloans-boxsection {
    padding: 30px 0 0;
  }
  .ourloans-boxsection .holder {
    min-height: auto;
  }
  .ourloans-boxsection h3 {
    font-size: 20px;
  }
  .ourloans-boxsection p {
    padding: 10px 15px 0;
    font-size: 14px;
  }
}

.sp_wpspwpost_static.wpspw-design-2 .wpspw-post-image-bg .wpspw-post-date {
  background-color: #ffc734 !important;
  font-weight: 600;
  color: #2c2e35 !important;
}

.sp_wpspwpost_static.wpspw-design-2 .wpspw-post-image-bg .wpspw-post-date a {
  color: #2c2e35;
}

.wpspw-post-categories a:nth-child(4n+1) {
  font-size: 11px;
}

.sp_wpspwpost_static.wpspw-design-2 .wpspw-post-title a {
  font-size: 23px !important;
  font-weight: 800;
}

.sp_wpspwpost_static.wpspw-design-2 .wpspw-post-title a:hover {
  color: #2fbdaf !important;
}

.wpspw-post-content {
  font-size: 14px;
}

.sp_wpspwpost_static.wpspw-design-2 .wpspw-readmorebtn {
  background-color: #ffc734 !important;
  padding: 6px 20px !important;
  color: #2c2e35 !important;
  font-weight: 600 !important;
  position: relative !important;
  font-size: 14px !important;
  border: none !important;
}

.sp_wpspwpost_static.wpspw-design-2 .wpspw-readmorebtn:hover {
  background-color: #2fbdaf !important;
}

.wpspw-post-details-wrapper {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 6px solid #ccc;
}

.sp_wpspwpost_static.wpspw-design-2 .wpspw-post-details-wrapper {
  padding: 10px 15px !important;
}

.mainArticleSection {
  padding: 60px 0;
}

.mainArticleSection .wpspw_pagination .current {
  border: 1px solid #2fbdaf;
}

.innerBlogpageSection {
  padding: 60px 0;
}

.innerBlogpageSection .page-title {
  font-size: 25px;
  font-weight: 600;
  padding-top: 30px;
}

.innerBlogpageSection .page-title a {
  color: #2c2e35;
}

.innerBlogpageSection .widget-title {
  font-size: 25px;
  font-weight: 600;
}

.innerBlogpageSection .sp_wpspwpost_static.wpspw-design-w3 .wpspw-post-list-content .wpspw-post-title a {
  font-weight: 600;
}

.unsubscribe-form-section {
  padding: 40px 0 0;
  width: 50%;
  margin: 0 auto;
}

.unsubscribe-form-section input[type=text], .unsubscribe-form-section input[type=email] {
  font-size: 14px;
  color: #000;
  border-radius: 0 !important;
  height: 40px;
}

.unsubscribe-form-section .form-group label {
  font-size: 15px !important;
  color: #212529 !important;
  font-weight: normal !important;
}

.unsubscribe-form-section .resubscribe-buttonHolder {
  background-color: #2fbdaf;
  text-align: center;
  padding: 10px 15px;
  font-weight: 600;
}

.unsubscribe-form-section .resubscribe-buttonHolder p {
  margin: 0;
  color: #fff;
  font-size: 16px !important;
}

.unsubscribe-form-section .resubscribe-buttonHolder p a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.unsubscribe-form-section .resubscribe-buttonHolder p a:hover {
  color: #005a75 !important;
}

.unsubscribe-form-section .btn-danger {
  font-size: 16px !important;
  padding: 0;
  background-color: #2fbdaf;
  border: none;
  padding: 9px 40px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  margin: 0 auto;
  display: block;
}

.bottom-unsubscribe-text {
  text-align: center;
  padding: 50px 0 40px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .unsubscribe-form-section {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */