@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600&family=Montserrat&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background: repeat-x top #fff;
	overflow-x: hidden;
}
a {
  outline: none;
  color: #dddddd;
  text-decoration: none;
}
section {
    width: 100%;
    overflow-x: hidden;
}
.tabs .nav-tabs .nav-link {
  border: 0;
  padding: 14px 24px;
  transition: .3s ease;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.h1, h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #303e8e;
  font-family: 'Barlow Condensed', sans-serif;
}
.h2, h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
}
.h3, h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #303e8e;
  font-family: 'Barlow Condensed', sans-serif;
}
.h4, h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #303e8e;
  font-family: 'Barlow Condensed', sans-serif;
}
.h5, h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
}
.h6, h6 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #303e8e;
  font-family: 'Montserrat', sans-serif;
}
p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
.text-size-18 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
.text-size-16 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
.topbar {
  padding: 8px 0px;
  color: #fff;
  background-color: #303e8e;
}
.topbar .email {
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
}
.topbar .email .text-size-16 {
  font-family: 'Jost', sans-serif;
  text-decoration: none;
  margin-left: 5px;
}
.topbar .email .emailicon {
  display: contents;
}
.topbar .social-icons {
  text-align: right;
  margin-right: -6px;
}
.topbar .social-icons ul {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  display: inline-flex;
}
.topbar .social-icons ul li a {
  text-decoration: none;
  color: #fff;
}
.topbar .social-icons ul li a:hover {
  color: #1cbbee;
  transition: all 0.3s ease-in-out;
}
.topbar .social-icons ul li a i {
  margin-left: 9px;
}
.header {
  box-shadow: 1px 1px 10px -3px #888888;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  background-color: #fff
}
.navbar-collapse ul {
  align-items: center;
  display: inherit;
}
.navbar-nav .nav-item a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #000 !important;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}
.navbar-nav .nav-item a:hover {
  color: #303e8e !important;
  background-color: transparent;
}
.navbar-nav .active > a {
  color: #303e8e !important;
}
.navbar-nav .nav-item a i {
  margin-right: 5px;
}
.navbar-nav .nav-item .signup {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #fff !important;
  background-color: #303e8e;
}
.navbar-nav .nav-item .signup:hover {
  color: #fff !important;
  background-color: #1cbbee;
}
.navbar-brand {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 180px;
}
.navbar {
  padding: 10px 0;
}
.navbar-nav li {
  margin: 0 16px;
}
.navbar-nav li:first-child {
  margin-left: 0;
}
.navbar-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  margin-left: 31px;
}
.navbar-nav .dropdown {
  margin: 0 15px 0 20px;
}
.navbar-nav .nav-item .dropdown-item {
  color: #000 !important;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .dropdown-item:hover {
  color: #fff !important;
  background-color: #1cbbee !important;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .drop-down-pages .active > a {
  color: #fff !important;
  background-color: #1cbbee !important;
}
.navbar-collapse .drop-down-pages {
  text-align: left;
  margin-left: 0;
}
.navbar-nav .dropdown-menu {
  background-color: #fff;
  position: absolute;
  left: -20px;
  top: 44px;
  padding: 0;
  border: none;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 20%);
}
.navbar-nav .drop-down-pages li {
  margin: 0;
}
.navbar-nav .drop-down-pages .nav-item a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 12px 20px;
}
.navbar-expand-lg .drop-down-pages .nav-link {
  padding-left: 0;
}
.navbar-nav .drop-down-pages li:last-child {
  margin-left: 0;
}
.bannermain {
  background-image: url("../new-images/about-background.png");
  background-color: transparent;
  background-position: center;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 230px 0 0;
  vertical-align: middle;
  overflow: hidden;
	background-color: rgb(28 187 238 / 10%);
}
.bannermain .bgshape {
  position: absolute;
  bottom: 0;
  transform: rotate(-180deg);
}
.bannermain .banner h1 {
  margin-bottom: 28px;
  font-size: 55px;
}
.bannermain span {
  color: #1cbbee;
  padding-left: 7px;
}
.bannermain .banner h6 {
  margin-bottom: 13px;
}
.bannermain .banner p {
  color: #333;
  margin-bottom: 33px;
}
.bannermain .button_text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 5px;
  color: #fff;
  background-color: #303e8e;
  border: 1px solid #303e8e;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: 'Jost', sans-serif;
}
.bannermain .button_text:hover {
  background-color: #1cbbee;
  color: #fff;
  border: 1px solid #1cbbee;
}
.bannermain .banner-wrapper .homeelement1 {
  position: absolute;
  top: -78px;
  left: 36px;
}
.bannermain .banner-wrapper .homeelement {
  position: absolute;
  bottom: 90px;
  right: 10px;
}
.bannermain .banner-wrapper .content {
  position: absolute;
  left: 30px;
  top: -126px;
}
.bannermain .banner-wrapper .banner-image {
  position: relative;
  z-index: 1;
}
.bannermain .banner-wrapper .banner-image img {
  margin-top: -160px;
  padding-left: 100px;
}
.what-we-do {
  padding: 145px 0px 150px;
}

.what-we-do .subheading {
  text-align: center;
  margin-bottom: 70px;
}
.what-we-do .subheading h2 {
  padding: 0 145px;
  margin-bottom: 20px;
}
.what-we-do .subheading h6 {
  margin-bottom: 20px;
}
.what-we-do .service1 {
  margin-bottom: 72px;
  text-align: center;
}
.what-we-do .service2 {
  padding-top: 120px;
}
.what-we-do .img {
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.what-we-do .img:hover {
  transform: translateY(-5px);
}
.what-we-do h3 {
  margin-bottom: 26px;
}
.what-we-do .text-size-18 {
  padding: 0px 20px;
}
.what-we-do .arrow1 {
  position: absolute;
  left: 284px;
  top: 20px;
}
.what-we-do .arrow2 {
  position: absolute;
  right: 284px;
  top: 48px;
}
.what-we-do .element3 {
  position: absolute;
  bottom: 88px;
  left: 16px;
}
.about-repay, .skill-sec {
  background: url("../new-images/about-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 212px 0;
  position: relative;
	background-color: rgb(28 187 238 / 10%);
}
.about-repay .about-content h6 {
  margin-bottom: 20px;
}
.about-repay .about-content h2 {
  margin-bottom: 20px;
}
.about-repay .about-content .text-size-18 {
  margin-bottom: 30px;
}
.about-repay .about-content .text {
  margin-bottom: 42px;
}
.about-repay .about-content .right-lower .content {
  padding: 0 0 10px 0px;
  border-left: 1px dashed #1cbbee;
  padding-left: 28px;
}
.about-repay .about-content .right-lower .content li {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}
.right-lower .content li {
  position: relative;
  list-style-type: none;
}
.right-lower .content li:before {
  content: "\f111";
  color: #1cbbee;
  display: inline-block;
  margin-left: -36px;
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 8px;
}
.about-repay .about-content .right-lower .button_text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 5px;
  color: #fff;
  background-color: #1cbbee;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: 'Jost', sans-serif;
  margin: 10px 0 10px 15px;
}
.about-repay .about-content .right-lower .button_text:hover, .service-box .button a:hover {
  background-color: transparent;
  color: #1cbbee;
}
.about-repay .about-wrapper {
  position: relative;
}
.about-repay .about-wrapper .circle {
  position: absolute;
  right: -60px;
  top: -70px;
}
.about-repay .about-wrapper .videobutton {
  position: absolute;
  right: 12px;
  top: 6px;
  z-index: 1;
}
.about-repay .about-wrapper .image {
  position: absolute;
  left: 54px;
  top: 54px;
}
.about-repay .about-wrapper .image-mob {
    position: absolute;
    left: 105px;
    top: -15px;
}
.about-repay .about-wrapper .homeelement {
  position: absolute;
  left: 0;
  top: -22px;
}
.about-repay .about-wrapper .homeelement1 {
  position: absolute;
  bottom: -590px;
  right: 35px;
}
.service-section {
  padding: 145px 0 120px;
  position: relative;
  background-color: #f7f7f7;
	overflow-x: hidden
}
.service-section .service-content h6 {
  margin-bottom: 20px;
}
.service-section .service-content h2 {
  margin-bottom: 25px;
}
.service-section .service-content .services-icon {
  position: absolute;
  right: 64px;
  top: -48px;
}
.service-section .service-content {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.service-section .service-content .service-image {
  margin-bottom: 130px;
}
.service-section .services-data .service-box {
  position: relative;
  text-align: center;
  margin-bottom: 36px;
  padding: 25px 15px 50px 15px;
}
.service-section .services-data .service-box:hover {
  background-color: #fff;
  box-shadow: 1px 1px 100px -30px #888888;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.service-section .services-data .service-box:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: auto;
  border-top: 4px solid #303e8e;
  width: 100%;
}
.service-section .services-data .service-box .img {
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.service-section .services-data .service-box .img:hover {
  transform: translateY(-5px);
}
.service-section .services-data .service-box h3 {
  margin-bottom: 26px;
}
.service-section .services-data .service-box .text-size-18 {
  padding: 0px 20px;
  margin-bottom: 32px;
}
.service-section .services-data .mobile-image {
  position: relative;
  top: 10px;
}
.service-section .element1, .what-we-do .element1, .work-section .element1, .message-section .element1 {
  position: relative;
    left: -150px;
    margin-top: -80px;
    top: 70px;
}
.service-section .element2, .what-we-do .element2, .work-section .element2 {
 position: relative;
    right: 0;
    margin-top: -114px;
    left: 110%;
}


.need-section {
  background: url("../new-images/about-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 0 150px;
  position: relative;
	background-color: rgb(28 187 238 / 10%);
}
.need-section .content {
  text-align: center;
}
.need-section .content h2 {
  margin-bottom: 20px;
}
.need-section .content h6 {
  margin-bottom: 20px;
}
.need-section .content p {
  padding: 0 170px;
  margin-bottom: 72px;
}
.need-section .service1 {
  text-align: center;
}
.need-section .service2 {
  padding-top: 120px;
}
.need-section .img {
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.need-section .img:hover {
  transform: translateY(-5px);
}
.need-section h3 {
  margin-bottom: 26px;
}
.need-section .text-size-18 {
  padding: 0px 20px;
  margin-bottom: 20px;
}
.need-section .arrow1 {
  position: absolute;
  left: 284px;
  top: 20px;
}
.need-section .arrow2 {
  position: absolute;
  right: 284px;
  top: 48px;
}
.need-section .need-layer {
  position: absolute;
  bottom: 0px;
  z-index: -1;
}
.need-section .service1 .btn {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #1cbbee;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.need-section .service1 .btn:hover {
  background-color: #1cbbee;
  color: #fff;
}
.footer-section .partner-section {
  padding: 30px 0;
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 5px 0px #ddd;
}
.footer-section .partner-section .partner img {
  transition: all 0.3s ease-in-out;
}
.footer-section .partner-section .partner img:hover {
  transform: translateY(-5px);
}
.footer-section .partner-section .partner li {
  display: inline-block;
  margin-right: 90px;
}
.footer-section .partner-section .partner li:first-child {
  margin-left: 0;
}
.footer-section .partner-section .partner li:last-child {
  margin-right: -4px;
}
.footer-section {
  padding-bottom: 52px;
  background: #F7F7F7;
}
.footer-section .footer-logo {
  position: relative;
  top: 0px;
  margin-bottom: 15px;
  max-width: 200px;
}
.footer-section .middle-portion .footer-text {
  margin-bottom: 6px;
}
.footer-section .middle-portion .payment-icon {
  position: relative;
  left: -36px;
  bottom: 27px;
}
.footer-section .middle-portion {
  border-top: 2px solid #f3f7f7;
  padding-top: 76px;
}
.footer-section .middle-portion .heading {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}
.footer-section .middle-portion .line {
  color: #1cbbee;
  width: 50px;
  background-color: #1cbbee;
  text-align: left;
  margin: 0px 0 34px 0;
  height: 2px;
}
.footer-section .links .text-size-16 {
  position: relative;
  padding-left: 14px;
  display: inline-block;
}
.footer-section .links li a:before {
  content: "\f0da";
  color: #1cbbee;
  font-weight: bold;
  display: inline-block;
  margin-left: 0;
  position: absolute;
  font-family: 'FontAwesome';
  top: 0px;
  left: 0px;
}
.footer-section .text:hover {
  color: #1cbbee;
}
.footer-section .icon .text1 {
  margin-bottom: 20px;
}
.footer-section .middle-portion .social-icons .circle {
  background: #303e8e;
  border-radius: 100px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.footer-section .middle-portion .social-icons .circle:hover {
  background-color: #1cbbee;
  transform: translateY(-5px);
}
.footer-section .middle-portion .social-icons a {
  color: #fff;
}
.footer-section .text-size-16 {
  margin-bottom: 10px;
}
.copyright {
  padding: 15px 0px;
  color: #fff;
  background-color: #303e8e;
}
.copyright .text-size-16 {
  color: #fff;
  margin: 0px;
}
.f-right {
  float: right;
}
/* About Page Style */
.sub-banner {
  background: url("../new-images/about-banner.png");
  background-color: transparent;
  background-position: top;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  min-height: 450px;
}
.sub-banner .banner-section .bgshape {
  position: absolute;
  bottom: 0;
  transform: rotate(-180deg);
}
.sub-banner .banner-section .banner_content {
  text-align: center;
}
.sub-banner .box {
  box-shadow: 1px 1px 100px rgb(0 0 0 / 10%);
  border-radius: 8px;
  padding: 6px 35px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  z-index: 1;
}
section.banner-section {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.sub-banner .box span .text-size-16 {
  display: inline-block;
}
.sub-banner .dash {
  font-size: 20px !important;
  line-height: 30px !important;
  display: inline-block;
  margin: 0 6px;
}
.sub-banner .box .box_span {
  color: #333;font-weight: 600;
}
.sub-banner .banner-section .banner_content h1 {
  margin-bottom: 25px;
}
.sub-banner .banner-section .banner_content p {
  padding: 0 152px;
  color: #555;
  margin-bottom: 90px;
}
.about-section {
  padding: 145px 0px 70px;
}
.about-section .element2 {
  position: absolute;
  right: 272px;
  bottom: 50px;
}
.repay-section {
  overflow: hidden;
}
.repay-section .about-repaylayer {
  position: absolute;
  bottom: -120px;
}
.work-section {
  padding: 160px 0 100px 0;
}
.work-section .work-content h6 {
  margin-bottom: 20px;
}
.work-content h2 {
  margin-bottom: 20px;
}
.work-content p {
  margin-bottom: 25px;
}
.work-section .work-content ul {
  border-left: 1px dashed #1cbbee;
  padding-left: 28px;
}
.work-section .work-content ul li {
  margin-bottom: 10px;
  position: relative;
}
.work-section .work-content .for-space {
  margin-bottom: 30px;
}
.work-section .work-content li:before {
  content: "\f111";
  color: #1cbbee;
  display: inline-block;
  margin-left: -36px;
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 8px;
}
.work-section .work-content .image_wrapper {
  display: inline-flex;
}
.work-section .work-content .image_google {
  margin-right: 12px;
}
.work-section .work-wrapper .mobile-bg {
  position: relative;
  top: -54px;
  right: 60px;
}
.work-section .work-wrapper .mobile-image {
 position: absolute;
    top: 55px;
    right: 0;
    z-index: 1;
    left: 55px;
}
.work-section .work-wrapper .work-element1 {
  position: absolute;
  top: -6px;
  right: 12px;
}
.work-section .work-wrapper .work-element {
  position: absolute;
  bottom: 134px;
  left: -4px;
}

.blog-section {
  padding: 145px 0px 104px;
}

.service .services-data .service-box {
  margin-bottom: 32px;
}

/* Contact Page Style */
.message-section {
  padding: 147px 0 137px;
}
.message-section .content {
  text-align: center;
}
.message-section .content h6 {
  margin-bottom: 20px;
}
.message-section .content h2 {
  margin-bottom: 26px;
}

.message-section .element2 {
  position: absolute;
  right: -108px;
  margin-top: -98px;
}
.message-section .content .element3 {
  position: absolute;
  right: 110px;
  top: 108px;
}
.form_style::placeholder {
  color: #333;
}
.message-section .message_content h4 {
  margin-bottom: 14px;
  color: #010647;
}
.message-section .message_content input {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 20px 20px 20px 30px;
  margin-bottom: 13px;
  width: 100%;
  overflow: visible;
  outline: none;
}
.message-section .message_content textarea {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 20px 20px 20px 30px;
  width: 100%;
  height: 150px;
  margin-bottom: 16px;
  resize: none;
  outline: none;
  overflow: auto;
}
.message-section .message_content .submit {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  padding: 20px 54px;
  border-radius: 5px;
  color: #fff;
  background-color: #1cbbee;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: center;
  outline: none;
  border-style: none;
  width: 100%;
}
.message-section .message_content .submit:hover {
  background-color: #1cbbee;
}
.message-section .map {
  padding-top: 45px;
}
.message-section .map iframe {
  width: 100%;
  height: 600px;
  border-radius: 5px;
}
.message-section .map iframe:hover {
  box-shadow: 1px 1px 100px -20px #888888;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.coming-soon {
  min-height: 100vh;
  background-image: url(../new-images/about-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 250px;
  text-align: center;
}
.coming-soon .content .button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  padding: 16px 32px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  color: #fff !important;
  background-color: #1cbbee;
  transition: all 0.3s ease-in-out;
}
.coming-soon .content .button:hover {
  color: #fff !important;
  background-color: #1cbbee;
}
.coming-soon .social-icon {
  padding: 0;
}
.coming-soon .social-icon li {
  background: #fff;
  border-radius: 5px;
  height: 35px;
  width: 35px;
  padding-top: 4px;
  margin: 0 10px;
  display: inline-block;
  border: 1px solid #1cbbee;
  transition: all 0.3s ease-in-out;
}
.coming-soon .social-icon li:hover {
  transform: translateY(-5px);
}
.coming-soon .social-icon li:first-child {
  margin-left: 0;
}
.coming-soon .social-icon li:last-child {
  margin-right: 0;
}
.coming-soon .social-icon li:hover {
  background-color: #1cbbee;
  transition: all 0.7s ease-in-out;
}
.coming-soon .social-icon li a {
  color: #1cbbee;
}
.coming-soon .social-icon li:hover a {
  color: #fff;
  transition: all 0.7s ease-in-out;
}
.coming-soon .need-layer {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
/********* LOGIN PAGE FORM *******/
.login-form {
  min-height: 100vh;
  background-image: url(../new-images/about-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
	background-color: rgb(28 187 238 / 10%);
}
.login-form .need-layer {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.login-form .login-form-title {
  margin-bottom: 50px;
}
.login-form .login-page-logo {
  margin: 0 auto 25px auto;
  width: 230px;
}
.login-form .login-page-logo img {
  width: 100%;
}
.login-form .login-form-box {
  width: 450px;
  margin: 0 auto;
  position: relative;
}
.login-form .login-card {
  background: #fff;
  padding: 45px;
  border-radius: 20px;
  color: #000;
  margin-bottom: 30px;
}
.login-form .login-card label {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #303e8e !important;
}
.login-form .login-card .input-field {
  padding: 0px 15px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin-top: 0px;
  height: 56px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #6c757d;
  font-family: 'Montserrat', sans-serif;
}
.login-form .login-card .input-field:focus {
  outline: none;
}
.login-form .login-card .btn-primary {
  padding: 10px 35px;
  line-height: 25px;
  font-size: 18px;
  width: auto;
  max-width: 100%;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 400;
  border: 1px solid #1cbbee;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background: #1cbbee;
}
.login-form .login-card .btn-primary:hover {
  background: transparent;
  color: #1cbbee;
}
.login-form .login-card .forgot-password {
  color: #1cbbee;
  font-size: 18px;
  text-decoration: none;
}
.login-form .login-card .forgot-password:hover {
  text-decoration: underline;
}
.login-form .login-form-box .join-now-outer a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
}
.login-form .login-form-box .join-now-outer a:hover {
  text-decoration: underline;
}
.login-form .login-card .select-option option {
  font-size: 16px;
}
/********* SIGN-UP PAGE FORM *******/
.sign-up-form {
  padding: 70px 0;
}
.sign-up-form .login-form-box {
  width: 700px;
}
.sign-up-form .login-card label small {
  font-size: 16px;
}
.sign-up-form .login-card .select-option {
  padding: 0px 35px 0 15px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin-top: 0px;
  height: 56px !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  background-image: url(../new-images/dropdown.png);
  background-repeat: no-repeat;
  background-position: 97.2% 23px;
  -webkit-appearance: none;
}
.sign-up-form .login-card .select-option:focus {
  outline: none;
  box-shadow: none;
}
.single-post .single-post-heading {
  font-size: 30px !important;
}
.about-list li {
  padding-bottom: 10px;
}
.progress-bx .progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.progress-bx .progress-info span {
  font-size: 18px;
}
.progress-bx .progress {
  height: 8px;
  border-radius: 10px;
  overflow: unset !important;
}
.progress-bx .progress .progress-bar {
  position: relative;
  border-radius: 10px;
  overflow: unset !important;
  background-color: #00a9a4;
}
.need-section a {
  color: #333;
  transition: all .5s ease;
}
.need-section a:focus, .need-section a:hover {
  color: #000;
  text-decoration: none;
}
#myTabContent {
  padding: 30px 0;
}
#myTabContent h3, .condition-blocks h3 {
  margin-bottom: 20px;
}
#myTabContent ul {
  padding: 0 0 10px 0px;
  border-left: 1px dashed #1cbbee;
  padding-left: 22px;
}
#myTabContent ul li {
  position: relative;
  list-style-type: none;
}
#myTabContent ul li:before {
  content: "\f111";
  color: #1cbbee;
  display: inline-block;
  margin-left: -29px;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 8px;
}
.privacy-link, .privacy-link:focus, .privacy-link:hover {
  color: #303e8e;
  text-decoration: none;
}
.nav-tabs .nav-link {
  color: #303e8e;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #303e8e;
}
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  margin-top: -46px;
}
.touch-link a {
  display: flex;
  align-items: center;
}
.touch-link a i {
  margin-right: 5px;
  font-size: 17px;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1180px;
  }
}
.service-para {
  max-width: 950px;
  margin: 0 auto;
}
.service-section.main-service .services-data .service-box {
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px #eee;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.objective-info h6 {
  color: #000;
  font-size: 20px;
  margin: 20px 0 5px 0;
  text-transform: capitalize;
  font-weight: 700;
}
.partner-sec ul.content {
  list-style-type: none;
  margin-left: 10px;
}
.partner-sec {
  background-color: #fff;
  padding: 25px 20px;
  box-shadow: 0px 0px 2px 2px #eee;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border-bottom: 5px solid #1cbbee;
  height: 100%;
}
.service-box .button a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 5px;
  color: #fff;
  background-color: #1cbbee;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: 'Jost', sans-serif;
}
.button_text {
  border: 1px solid #1cbbee;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgb(0 0 0 / 50%) !important;
  border-radius: 0;
  position: absolute;
  top: auto;
  transform: translatey(-50%);
}
.owl-nav button span {
  font-size: 30px;
  height: 100%;
  display: block;
  width: 100%;
  line-height: 35px;
  color: #fff;
}
.owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 45px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button:focus {
  outline: none !important;
}
.owl-carousel .owl-stage {
  display: flex;
  margin-bottom: 40px;
}
.owl-carousel.owl-drag .owl-item {
  height: auto;
  background: #fff;
  margin-bottom: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px #eee;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-drag .owl-item .service-box {
  box-shadow: none;
  background-color: transparent;
}
.sub-head {
  color: #000;
  margin-bottom: 20px;
}
.ml-15 {
  margin-left: 15px;
}
.service-section.main-service .services-data .service-box {
  margin-bottom: 0;
}
#owl-partner .owl-item {
  align-items: center;
  display: flex;
  box-shadow: none;
}
#owl-partner .owl-item img {
  width: 75% !important;
}