
.navbar {
  padding: 2rem 1rem !important;
}

#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000; }

#sonar-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f5f5;
  -webkit-animation: sonar 2400ms linear infinite;
  animation: sonar 2400ms linear infinite;
  z-index: 999; }
  #sonar-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f8f5f5;
    -webkit-animation: sonar 2700ms linear infinite;
    animation: sonar 2700ms linear infinite; }
  #sonar-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f8f5f5;
    -webkit-animation: sonar 1800ms linear infinite;
    animation: sonar 1800ms linear infinite; }

@-webkit-keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }






  .btn-golden {
    padding: 10px 40px;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    background-color: #EEC013;
    border: 2px solid #EEC013;
    
  }

   .btn-golden:hover {
    padding: 10px 40px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    background-color: #EEC013;
    border: 2px solid #EEC013;
    /*box-shadow: 10px 5px 18px rgba(0,0,0,.15);*/
  }


 .btn-golden:active {
    padding: 10px 40px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    background-color: #EEC013;
    border: 2px solid #EEC013;
    /*box-shadow: 10px 5px 18px rgba(0,0,0,.15);*/
  }



  .btn-green {
    padding: 10px 30px;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    background-color: #EEC013;
    border: 2px solid #EEC013;
    
  }


  .btn-white {
    padding: 10px 40px;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #EEC013;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #fff;
    
  }



.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-family: 'barlow', sans-serif;
  font-size: 0.7142em;
  padding: 0.5rem 0.9rem;
  margin-top: 20px;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.bg-dark {
  background-color: #000 !important;
}

.jumbotron {
  padding-top: 100px;
  padding-bottom: 100px;
  /*margin-bottom: 4rem;*/
  background-color: #000;
  border-radius: 0rem;
  height: 100vh;
  background: url("../images/bg.jpg") center center; 
}



.jumbotron-admin { 
  padding-top: 12%;
  padding-bottom: 0px;
  height: 100vh;
  margin-bottom: 0rem;
  background-color: #F0F0F0;

 
  /*background: url(../images/bg-quilt.jpg) no-repeat center;
  background-size: cover;*/
}
/*.jumbotron-thoughts{
  padding-top: 120px;
  height: 80vh;
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0rem;  
  background-size: cover;
  background: url(../images/blog-bg.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
*/

.jumbotron-thoughts-2 {
  padding-top: 220px;
  padding-bottom: 70px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  background-size: cover;
  background-repeat: no-repeat;
}



.jumbotron-thoughts-2  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.jumbotron-thoughts-2 h1 {
  font-family: 'barlow', sans-serif;
  font-size: 50px;
  color: #FFF;
  /*line-height: 20px;*/
}


.jumbotron-thoughts-2 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #FACC1D;
}

.jumbotron-thoughts-2 h2 {
  font-family: 'helvetica', sans-serif;
  font-size: 10px;
  color: #FFF;
}



.jumbotron-thoughts {
  padding-top: 220px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  background-size: cover;
  background-repeat: no-repeat;
}



.jumbotron-thoughts  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.jumbotron-thoughts h1 {
  font-family: 'barlow', sans-serif;
  font-size: 50px;
  color: #FFF;
  /*line-height: 20px;*/
}


.jumbotron-thoughts p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #FACC1D;
}

.jumbotron-thoughts h2 {
  font-family: 'helvetica', sans-serif;
  font-size: 10px;
  color: #FFF;
}





.jumbotron-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000;
}



.jumbotron-footer a{
  color: #FFF;
  text-decoration: none;
}


.jumbotron-footer a:hover {
  color: #FFD34F;
  
}



.footer-social {
  text-align: right;
}

.footer-social a {
  background: transparent;
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 50px;
  
  padding-top: 0px;
  font-size: 20px;
  -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;
}

.footer-social a:hover i {
  color: #DABB3B;
  font-size: 18px;
  text-align: right;
}

.footer-social i {
  color: #cccccc;
  text-align: right;
  -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;
}


.jumbotron-contact { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 50px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url("../images/contact-bg.jpg") center center;  
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}




/* contact form */



input[type="text"], 
textarea, 
textarea.form-control {
  height: 48px;
  margin: 0; 
  padding: 15px !important;   
  vertical-align: middle;
  background: rgba(255,255,255,.8);
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  border-radius: 7px !important;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.17) !important;
  color: #999;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
  /*padding-top: 6px;*/
  /*padding-bottom: 10px;*/ 
    padding: 15px !important; 
    line-height: 30px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
    
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
  outline: none;
  background: rgba(255,255,255,0.6);
   /* border-bottom: 1px solid #FFF;*/
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 48px !important;
  padding: 15px !important; 
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgba(255,255,255,.8);
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 7px !important;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.17) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*
input[type="text"], 
textarea, 
textarea.form-control {
  height: 45px;
  margin: 0; 
  padding: 10px;   
  vertical-align: middle;
  background: rgba(255,255,255,.3);
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  color: #999;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
  padding-top: 6px;
  padding-bottom: 10px;
  line-height: 30px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
     border: 1px solid #1b1818;
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
  outline: 0;
  background: transparent;

     border:1px solid #FFBF00;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control:focus{
 color:#495057;
 background-color:#fff;
 border-color:#FFBF00;
 outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}


.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgba(255,255,255,.8);
  background-image: none;
  border: 1px solid #1b1818;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/



.card-price-pro {
  background: #FFF9E3;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word; 
  background-clip: border-box;
  border: 1px solid #EEE;
  border-radius: 20px;
  box-shadow: 0 10px 12px rgba(81,107,117,.071);
}
.card-price {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #EEE;
  border-radius: 20px;
  box-shadow: 0 10px 12px rgba(81,107,117,.071);
}

.card-price h1 {
  color: #05474B;
  font-size: 30px;
}


.card-price-pro h1 {
  color: #05474B;
  font-size: 30px;
}


.card-price p {
  color: #05474B;
  
}


.card-footer {
  padding: .75rem 1.25rem;
  background-color: transparent;
  border-top: 1px solid rgba(0,0,0,.125);
}

.card {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  margin-top: -100px;
}

.card-1 {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-1 .card-heading {
  background: url(../images/bg-head-02.jpg) center center/cover no-repeat;
  padding: 30px;
}

.card-1 .card-body {
  padding: 0 90px;
  padding-top: 15px;
  padding-bottom: 35px;
}


.btn-primary-3 {
  color: #fff;
  background-color: #EEC013;
  border-color: #EEC013;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 12px;
  color: #000;
  padding: 10px;
  /*padding: 15px 120px;*/
  width: 100%;
   box-shadow: 0 0 0 0.2rem rgba(238, 192, 19, 0.2);
}


.btn-primary-3:hover {
  color: #000;
  background-color: #EEC013;
  border-color: #EEC013;
  box-shadow: 0 0 0 0.2rem rgba(238, 192, 19, 0.5);
}

.btn-primary-3:focus, .btn-primary-3.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 192, 19, 0.5);
}
