/*===============================================

Template Name: Ledge-Coming soon Template
Version: 1.0
 
================================================*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* 02.PRELOADER STYLE
* 03.HOMEPAGE STYLE
* 04.COUNTDOWN STYLE
* 05.SOCIAL STYLE
* 06.MODEL STYLE
* ----------------------------------------------------------------------------------------
*/

/*01.GLOBAL STYLE*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,700;1,400&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #03a9f4;
}

a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
  color: #fff;
}

h2 {
  font-size: 40px;
  color: #2d3033;
}

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300;
}

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400;
}

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.no-padding {
  padding: 0;
}

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}


/*02.PRELOADER STYLE*/

.loader {
  position: fixed;
  z-index: 1200;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#preload-content {
  height: 100px;
  left: 50%;
  margin-left: -70px;
  margin-top: -70px;
  position: absolute;
  top: 50%;
  z-index: 999;
}

#spinner {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border: 4px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.loading {
  position: relative;
  font-size: 20px;
  color: #555;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/*03.HOMEPAGE STYLE*/

div.lg-comming-soon-main-area {
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

div.lg-comming-soon-main-area:after {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.lg-comming-table {
  display: table;
  width: 100%;
  min-height: 100vh;
}

.lg-coming-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.lg-comming-soon-text {
  text-align: center;
}

.default-bg {
  background: url(../img/lg-coming-default.jpg);
  background-size: cover;
  background-position: center;
}

.bg-1 {
  background: url(../img/lg-coming-bg.jpg);
  background-size: cover;
  background-position: center;
}

.bg-2 {
  background: url(../img/lg-coming-bg-2.jpg);
  background-size: cover;
  background-position: center;
}

.bg-3 {
  background: url(../img/lg-coming-bg-3.jpg);
  background-size: cover;
  background-position: center;
}

.bg-black {
  background-color: #000;
}

#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#background-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#lg-comming-firefly {
  overflow: hidden !important;
  position: absolute;
  left: 0;
  width: 100%;
}


/* 04.COUNTDOWN STYLE*/

#lg-countdown {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
}

.countdown_row {
  display: block;
  letter-spacing: 1px;
}

.countdown_section {
  background: rgba(0, 173, 237, 0.4);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 15px 25px;
  line-height: 12px;
  position: relative;
  margin: 0 10px;
  border-radius: 4px;
  width: 200px;
}

.countdown_amount {
  color: #fff;
  display: block;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 55px;
  font-weight: 700;
}

.countdown_period {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  letter-spacing: 2px;
}

.lg-countdown {
  margin-bottom: 30px;
}

a.lg-text-logo {
  display: inline-block;
  text-transform: capitalize;
  font-size: 22px;
  margin: 0 auto;
  margin-bottom: 45px;
  color: #fff;
}

.lg-comming-soon-text p {
  color: #fff;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

span.lg-sub-heading-text {
  text-transform: capitalize;
  color: #dadada;
  font-size: 20px;
}

a.lg-comming-btn {
  background: #00aded;
  color: #fff;
  display: inline-block;
  padding: 12px;
  width: auto;
  margin: 0 8px;
  text-transform: capitalize;
  font-size: 16px;
}

.lg-comming-contact-btn {
  margin-top: 30px;
}

a.lg-text-logo img {
  max-width: 110px;
  height: auto;
}


/*05.SOCIAL STYLE*/

.lg-comming-social {
  text-align: center;
  margin-top: 40px;
}

.lg-comming-social ul li {
  display: inline-block;
}

.lg-comming-social ul li a {
  background: #00aded;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 42px;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  border-radius: 4px;
}


/*06.MODEL STYLE*/

.modal-body.text-center.cm-model {
  padding: 40px 20px;
  background: #FFFAFA;
}

button.close.cm-model-close {
  font-size: 35px;
  color: #00aded;
  opacity: inherit;
  line-height: 18px;
  text-shadow: none;
}

.modal-body.text-center.cm-model i.fas {
  color: #00aded;
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 60px;
}

.modal-body.text-center.cm-model p {
  color: #76767;
  margin-bottom: 25px;
}

.modal-body.text-center.cm-model input {
  width: 85%;
  margin: 0 auto;
  height: 45px;
  padding-left: 20px;
  padding-right: 10px;
}

a.subscribe-now-btn {
  background: #00aded;
  color: #fff;
  width: 125px;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.lg-cm-single {
  display: inline-block;
  padding-bottom: 30px;
}

.modal-body.mx-3 p {
  color: #575757;
  line-height: 28px;
  text-align: center;
}

h4.modal-title.lg-cm-m-title.text-center {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.modal-body.mx-3 {
  padding: 0px 15px;
}

.md-form.lg-cm-form {
  margin-bottom: 20px;
}

a.lg-ct-btn {
  background: #00aded;
  color: #fff;
  width: 160px;
  text-align: center;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 500;
  box-shadow: none;
}

button {
  outline: none; // this one
}

button.close {
  outline: none;
}

button:active {
  outline: none;
  border: none;
}

div#modalContactForm button.close {
  text-shadow: none;
  opacity: none;
}

div#modalContactForm button.close span {
  font-size: 35px;
  opacity: none;
  color: #00aded;
}

.md-form.lg-cm-form .form-control {
  border: none;
  border: 1px solid #ececec;
  height: 45px;
}

.md-form.lg-cm-form textarea.form-control {
  height: 150px;
}

div#modalContactForm button.close {
  text-shadow: none;
  opacity: none;
  margin-bottom: 30px;
}



.modal-dialog.lg-cm-custom {
  max-width: 30%;
}

.modal-dialog.modal-dialog-centered {
  max-width: 26%;
}


/*Demo css*/

.lg-cm-demo-preview-main {
  background: #2f2f2f;
  overflow: hidden;
  padding: 50px 0;
}

.single-demo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.single-demo h2 {
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  background: #272727;
  color: #fff;
  padding: 15px;
  margin-bottom: 0;
}

.single-demo {
  margin-bottom: 30px;
  overflow: hidden;
}

.demo-section-title {
  margin-bottom: 60px;
}

.demo-section-title h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 600;
}

.demo-section-title h4 {
  color: #cecece;
  text-transform: capitalize;
}

.demo-footer {
  overflow: hidden;
  padding: 84px 0;
  text-align: center;
  background: #222;
}

.lg-cm-footer p {
  color: #eee;
  text-transform: capitalize;
}

.div-copyright{
  font-size: 14px;
  text-align: center;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
}

#vegaslideshow{
  overflow: hidden;
}