/* ==================================================
    ***********************************
    (1) General Setting
    ***********************************
  ===================================================
 */
body {
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif;
}
.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.no-left {
  padding-left: 0px !important;
}
.no-right {
  padding-right: 0px !important;
}
button:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none !important;
}
/* ==================================================
    ***********************************
    (2) Fonts
    ***********************************
  ===================================================
 */

/* ==================================================
    ***********************************
    (3) header
    ༼ つ ◕_◕ ༽つ
    ***********************************
  ===================================================
 */
 .top-bar {
     background-color: #222222;
     height: 100px;
     padding: 15px 0px 20px;
     -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.30);
      -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.30);
      box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.30);
 }
 .tlt {
   color: #fff !important;
   font-size: 24px;
   font-family: 'Signika', sans-serif;
   letter-spacing: 5px;
 }
 .contact-top {
   padding-top: 15px;
   color: #fff;
 }
  .contact-top li {
    padding-left: 20px;
  }
  header {
    padding: 20px 0px 25px;
    border-bottom: 6px solid #AC7E47;
  }
  .navbar-brand img {
    width: 120px;
    height: auto;
  }
  a.navbar-brand {
    padding: 0px !important;
  }
  .sticky {
    background-color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 2px 15px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 15px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 15px -5px rgba(0,0,0,0.75);
  z-index: 100;
padding: 10px 0px 40px;
  }
  .glyphicon-chevron-left:before {
    content: "\f053";
    font-family: FontAwesome;
}
.glyphicon-chevron-right:before {
  content: "\f054";
  font-family: FontAwesome;
}
.navbar-default {
    background-color: #fff !important;
    border-color: transparent !important;
}
.navbar-default .navbar-nav > li > a {
    color: #113a56 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Signika', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ac7e47 !important;
}
.navbar-default .navbar-nav > li .active {
    color: #ac7e47 !important;
}
ul.nav.navbar-nav.navbar-right {
    transform: translateY(12px);
}
/* .active {
  background-color: #ddb853;
border-radius: 5px;
color: #fff !important;
} */
.navbar-nav > li {
    padding-left: 20px;
}
.slider {
  position: relative;
}
.slider video {
  width: 100% !important;
  height: 100% !important
}
#video_overlays {
  position: absolute;
  background-color: rgba(17, 58, 86, 0.8);
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
}
h1.tlt.text-center.video-text {
    margin-top: 25%;
    font-size: 36px;
    font-weight: bold;
    color: #DDB853 !important;
}
/* ==================================================
    ***********************************
    (4) introduction
    ༼ つ ◕_◕ ༽つ
    ***********************************
  ===================================================
 */
 .introduction {
   padding: 60px 0px;
   background-color: #f3f7f9;
 }
 .top-head {
   font-family: 'Signika', sans-serif;
   text-transform: uppercase;
   padding-bottom: 20px;
 }
 .intro-para {
   font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;

 }
 /* ==================================================
     ***********************************
     (5) mining
     ༼ つ ◕_◕ ༽つ
     ***********************************
   ===================================================
  */
 .social-slider {
   padding: 0px 0px 60px;
   background-color: #f3f7f9;
 }
 .blog-posts {
   height: 450px;
   width: 100%;
   background-color: #fff;
   border-radius: 5px;
   margin: 0px 10px;
   padding: 20px;
 }
 .dp-avatar {

 }
 .user-name {
   padding: 10px 0px 0px;
 }
 .tweet {
   font-size: 16px;
   font-weight: 300;
 }
 .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  font-size: 40px !important;
}
.owl-next:hover, .owl-prev:hover {
  background-color: transparent !important;
}
.owl-next:hover span, .owl-prev:hover span {
  color: #000 !important;
}
/* ==================================================
    ***********************************
    (6) mining-currencies
    ༼ つ ◕_◕ ༽つ
    ***********************************
  ===================================================
 */
 .mining-currencies {
   padding: 60px 0px 0px;
 }
 .mining-500 {
   font-family: 'Signika', sans-serif;
   text-transform: capitalize;
 }
 .currencies-cover {
   padding: 15px;
   background: rgba(227, 227, 227, 0.1);
   border-radius: 5px;
 }
 .currencies-cover:hover {
   background: rgba(227, 227, 227, 0.2);
 }
 /* ==================================================
     ***********************************
     (7) Our Farms
     ༼ つ ◕_◕ ༽つ
     ***********************************
   ===================================================
  */
  .our-farms {
    padding: 60px 0px;
  }
  .bottom-20 video {
    width: 100%;
  }
/* ==================================================
    ***********************************
    () Footer
    ༼ つ ◕_◕ ༽つ
    ***********************************
  ===================================================
 */

.footer {
    padding: 60px 0 20px;
    background: #111;
    color: #ccc;
}
.footer a {
    color: #fff;
}

.footer h3{
	font-weight: 300;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
	font-size: 24px;
  color: #fff !important;
}
.footer .form-control {
    border-radius: 30px;
    border: none;
    background: rgba(255,255,255,.1);
    padding-left: 30px;
    color: #e5e6e7;
    margin-bottom: 0;
    height: 48px;
}
.footer .social-links li a {
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .social-links li {
    display: inline-block;
    margin: 0 25px 25px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .mc-trial {
    margin: 20px 0;
}
.footer .social-links {
    list-style: none;
    padding: 0;
    margin: 30px 0 40px;
    padding: 40px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.btn-submit:hover, .btn-submit:focus{
    background-color: #fff !important;
    color: #000;
}
.btn-submit{
	padding: 14px 12px;
	border-radius: 50px;
	text-transform: uppercase;
    background-color: #ddb853;
    color: #fff;
}
.btn-submit i{
	padding-left: 8px;
}

.btn-sec {
    margin-top: 20px;
}
.ser-btn {
    padding: 10px 18px;
    border: 0px;
    background-color: #222935;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 20px;
}
.mem-info{
    padding: 45px 10px 0px;
    background-color: #eee;
}
.mem-info h4 {
    font-size: 18px;
    padding: 10px 0px;
}
.mem-info h3{
    font-size: 24px;
    padding: 15px 0px;
}
.mem-info h5
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mem-info p {
    margin: 0 0 10px;
}
.agent-social li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px;
}
.btn {
    padding: 10px 20px;
}
.light-form-button{
    background: #5fcf80;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 24%;
    padding: 10px 10px;
    margin-bottom: 15px;
    color: #fff;: #fafafa;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 24%;
    margin-bottom: 15px;
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-green, .btn-green:hover{
    background-color: #5fcf80;
    color: #fff;
}
.footer .form-control:focus{
    box-shadow: none;
}
#mc_embed_signup #mce-EMAIL {
  width: 50% !important;
  background-color: transparent !important;
  height: 50px;
  border-radius: 20px;
  text-indent: 10px;
  color: #fff !important;
  margin-bottom: 20px;
  font-size: 16px;
}
input#mce-EMAIL:focus {
  outline: none !important;
}
input#mc-embedded-subscribe {
  background-color: #DDB853 !important;
  color: #fff !important;
  height: 40px !important;
  width: 180px;
  border-radius: 30px !important;
  border: 0px !important;
}
#mc_embed_signup .clear{
  display: block !important;
}
/* ==================================================
    ***********************************
    () Projects
    ༼ つ ◕_◕ ༽つ
    ***********************************
  ===================================================
 */
 .projects {
   padding: 60px 0px;
   background-color: #F7F7F7;
 }
 .projects-head {
   color: #333;
 }
 .projects-desp {
   font-size: 16px;
   text-align: justify;
 }
 .show_hide:hover {
   cursor: pointer !important;
 }
 .projects .col-lg-4 {
   height: 420px;
 }
 .modal-para {
   font-size: 16px;
 }
 .modal-content h4{
   font-weight: bold;
 }
/* ==================================================
    ***********************************
    () Contact Us
    ༼ つ ◕_◕ ༽つ
    ***********************************
  ===================================================
 */
 .contact-us {
   background-color: #f3f7f9;
 }
 .contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 10%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 250px;
    border: none;
    height: 50px;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    /* font-weight: 600; */
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
/* ==================================================
    ***********************************
    () Block Chain Solitions
    ༼ つ ◕_◕ ༽つ
    ***********************************
  ===================================================
 */
 .blockchain-solitions {
   padding: 60px 0px;
   background-image: url('../images/bg-solition.png');
   background-position: center;
 }
 .b-dev-section {
    display: flex;
    text-align: left;
    margin-bottom: 15px;
  }
  .b-dev-icon {
    width: 200px;
    margin-right: 18px;
  }
  .b-dev-icon img {
    width: 50px;
  }
  .b-dev-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .dev-heading h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #2d4059;
  }
  .dev-para p {
    word-spacing: 3px;
    font-size: 16px;
    color: #858585;
  }
  .dev-btn {
    margin: 24px 0;
  }
  a.dev-read-more {
    background-color: #3283c6;
    color: #fff;
    width: 120px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    transition: all 0.1s linear;
  }
  .modal-title {
    font-size: 20px;
  }
  .solition-modal {
    font-size: 16px;
  }
  .modal-sub-head {
    font-size: 16px;
    font-weight: bold;
  }
  .ul-modal li {
    font-family: 'Signika', sans-serif;
  }
  .modal-lil-head {
    font-size: 15px;
    font-weight: bold;
  }
  .top-20 {
    margin-top: 20px;
  }
h4.modal-title{
  text-align: center;
}
a.hvr-float.dev-read-more{
  cursor: pointer;
}
.modal p, .modal li{
  letter-spacing: 1px;
}
.modal li{
      font-size: 16px;
}
h5.modal-lil-head::before {
     content: '';
    -webkit-border-radius: 0.275rem;
    border-radius: 0.275rem;
    height: 0.5rem;
    width: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
    background-color: #000000;
    display: inline-block;
}
.notification{
  margin-top: 10px;
}
.alert.alert-success.alert-dismissible, .alert.alert-danger.alert-dismissible{
  display: none;
}
