/*
Template Name: Ubold - Bootstrap 4 Landing Page Tamplat
Author: CoderThemes
Email: coderthemes@gmail.com
File: Main scss file
*/
/*******************************
01.Helper
02.Navbar
03.Home
04.Features
05.Demo
06.Pricing
07.Faqs
08.Testionial
09.Contact
10.Cta
11.Footer
12.Responsive
********************************/
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,900");
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-light.eot");
  src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-regular.eot");
  src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-medium.eot");
  src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-semibold.eot");
  src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-bold.eot");
  src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
  font-weight: 700;
}

/*******************
    1.Helper
*******************/
body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  color: #191919;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cerebri Sans,sans-serif";
}

.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #000;
}
h3 {
  line-height: 30px;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.6;
  font-size: 15px;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-sm {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#f6f6f6), to(#ffffff));
  /*background: linear-gradient(to left, #673ab7, #3e1e8c);*/
  background: linear-gradient(to top, #f6f6f6, #ffffff);
}
.bg-gradient-dark {
    background: -webkit-gradient(linear, right top, left top, from(#673ab7), to(#3e1e8c));
    background: linear-gradient(to left, #673ab7, #3e1e8c);
}
.text-muted{
	color:#393d40!important;
}
/**BACK TO TOP**/
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  border-radius: 3px;
  background-color: #ff385c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.back-to-top i {
  color: #ffffff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}

/******************
    2.Navbar
*******************/
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .logo .logo-light {
  display: inline-block;
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: #343a40;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
  font-weight: 600;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #ff385c;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #03145d;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

.nav-sticky.navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-sticky.navbar-custom .logo .logo-light {
  display: none;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #191919;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #673ab7;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #191919;
}

/*******************
    3.Home
*******************/
.bg-home {
  position: relative;
  padding: 200px 0px 180px 0px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title .home-desc {
  max-width: 605px;
  font-size: 16px;
}

.home-title .subscribe input {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 43px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

.home-title .subscribe input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe .btn {
  min-height: 43px;
}

.home-title .subscribe .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-first-img {
  position: relative;
  z-index: 2;
  max-width: 300px;
}

.home-second-img {
  position: absolute;
  max-width: 250px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 61px;
  right: 0px;
  z-index: 1;
  opacity: 0.8;
}

.home-third-img {
  position: absolute;
  right: 0px;
  max-width: 200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.7;
}

.clients {
  position: relative;
  top: -70px;
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
          box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 8px;
  margin-bottom: -70px;
}

.clients .client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

/*******************
    4.features
********************/
.features-box {
  padding: 30px;
  text-align: center;
}

.features-box .features-img img {
  max-height: 60px;
}

.features-icon i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: -webkit-gradient(linear, right top, left top, from(#ff385c), to(#ff8a9f));
  background: linear-gradient(to left, #ff385c, #ff8a9f);
  border-radius: 7px;
  line-height: 48px;
}

/*******************
    5.demo
********************/
.demo-box, .testi-desc {
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
          box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 7px;
}

/*******************
    6.pricing
********************/
.pricing-plan {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 9px;
  max-width: 370px;
  margin: 0px auto;
}
.pricing-plan.job {
	max-width: 100%;
	border-radius: 12px !important;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.04) !important;
}

.pricing-plan.job .arrowImage {
    margin-top: -46px;
}
.pricing-plan .lable {
  background-color: #f9f9f9;
  color: #673ab7;
  font-size: 12px;
  font-weight: 700;
  right: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pricing-plan.active {
  background-image: linear-gradient(120deg, #63e4ec 0%, #3db9dc 100%);
}

.pricing-list {
  padding-left: 20px;
}

.pricing-list li {
  padding-left: 25px;
  position: relative;
}

.pricing-list li i {
  position: absolute;
  left: 0;
}

.bg-shape {
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
}

.bg-shape img {
  width: 100%;
}

/*******************
    7.faqs
********************/
.faq-question-q-box {
  height: 30px;
  width: 30px;
  color: #673ab7;
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 700;
  line-height: 30px;
  background-color: rgba(103, 58, 183, 0.15);
}

.faq-question {
  margin-top: 0;
  margin-left: 50px;
  font-size: 16px;
  padding-top:6px;
}

.faq-answer {
  margin-left: 50px;
  font-size: 14.5px;
}

/*******************
    8.testionial
********************/
.testi-box .testi-desc {
  position: relative;
}

.testi-box .testi-desc:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  bottom: -6px;
  left: 48px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.testi-box .testi-img img {
  max-width: 48px;
}

.text-normal {
	font-size: 15px;
	line-height: 1.6;
}
/*******************
    9.contact
********************/
.custom-form {
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
          box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 8px;
}

.custom-form .form-group {
  margin-bottom: 1.5rem;
}

.custom-form .form-group .form-control {
  height: 43px;
}

.custom-form .form-group textarea.form-control {
  height: auto;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ff5d48;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #806027;
  background-color: #fdf1db;
  border-color: #fdebcd;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #10c469;
  font-size: 22px;
}

/*******************
    10.cta
********************/
.cta {
  background-image: linear-gradient(120deg, #63e4ec 0%, #3db9dc 100%);
  border-radius: 8px;
}

/*******************
    11.footer
********************/
.footer {
  padding: 60px 0px 20px 0px;
}

.footer .footer-list li {
  padding: 7px 0px;
}

.footer .footer-list li a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: #ffffff;
}

.footer .social-links li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  padding: 0px 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .social-links li a:hover {
  color: #ffffff;
}

/******************
    12.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }
  .navbar-custom .logo .logo-light {
    display: none;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: rgba(40, 40, 46, 0.8) !important;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #673ab7 !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #28282e;
  }
  .bg-home {
    padding: 130px 0px 120px 0px;
  }
  .mo-mb-20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 425px) {
  .home-title h1 {
    font-size: 34px;
  }
  .home-img {
    /*display: none;*/
    margin-top: 50px;
    text-align: center;
  }
  .buttons.flex-row{
  	text-align: center;
    margin: auto;
  }
  .features-content, .cta, .custom-form {
    padding: 24px !important;
  }
  .pull-none {
    float: none !important;
    text-align: center;
  }
}


.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.blue {
    color: #0d2d99;
}
.buttons {
    padding: 20px 24px 8px;
    max-width: 225px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    color: #000 !important;
}
.buttons.blue {
    background-color: #28386d;
    color: #fff !important;
    border: 1px solid #28386d;
}
.buttons.red {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
}
.buttons i {
    font-size: 44px;
    padding-right: 20px;
    color: #eeeeee;
    margin-top: -8px;
}
.buttons.blue i {
    color: #fff;
}
.buttons.red i {
    color: #fff;
}
.buttons.blue a {
    color: #fff;
}
.buttons.red a {
    color: #fff;
}
.buttons p {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.buttons p span {
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.text-blue{
	color: #03145d!important;
}


.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab, .far {
    font-weight: 400;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.job-filter label {
    display: inline-block;
    margin-bottom: .5rem;
}
.job-filter .label {
    margin-left: 10px;
    opacity: 0.6;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.94px;
    color: #000000;
}
.job-filter .sticky {
    position: sticky;
    top: 100px;
    width: 100%;
}
.job-filter i {
	vertical-align: bottom;
    position: relative;
    top: -10px;
    height: 25px;
    width: 25px;
}
.job-filter .pricing-list i {
    top: 2px;
}

.how-it-work .left {
	padding-right: 0px;
}
.how-it-work .right {
	padding-left: 0px;
}
@media (max-width: 425px) {
	.how-it-work .left {
		padding-right: 12px;
    	padding-left: 12px;
	}
	.how-it-work .right {
		padding-right: 12px;
    	padding-left: 12px;
	}
}
.how-it-work .buttons {
	text-align:center;
	margin: auto;
	max-width: 100%;
}
.how-it-work .buttons.selected {
	background-color: #e2e2e2;
}
.how-it-work .buttons .mdi {
	color: #414141;
}
.how-it-work .buttons.selected .mdi {
	color: #000;
}
.how-it-work .buttons p span{
	font-size: 20px;
    font-weight: 600;
    font-family: "Cerebri Sans,sans-serif";
}
.how-it-work a {
	color: #000;
}

.bg-light {
    background-color: #fafafa!important;
}
.features-box {
	padding: 10px;
}

.btn-danger {
	background-color: #ff385c;
    border-color: #ff385c;
}
.h1, h1 {
    font-size: 3.250rem;
    font-weight: 800;
}

.h2, h2 {
    font-size: 2.250rem;
}

.emi-container {
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    position: relative;
}
.emi-container .emi-header {
    background-color: #22244c;
    height: 150px;
    color: #fff;
    padding: 35px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.emi-container .emi-text {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .23px;
    text-align: center;
}
.emi-container .emi-amount {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 1.14px;
    text-align: center;
}
.emi-container .emi-body {
    padding-top: 25px;
}
.emi-container .emi-body .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px;
    color: #4c4c4c;
    opacity: .8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
}
.emi-container .emi-body .dash-line {
    border-bottom: 1px dashed #4c4c4c;
    margin: 25px 20px;
}
.emi-container .emi-body .bold {
    color: #4a4a4a;
    font-weight: 600;
}
/*# sourceMappingURL=style.css.map */