.top-spacing {
    margin-top: 25px;
}



/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotronc.jumbotron-mainc { 
    height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	margin:0;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background: #28adce; /* Old browsers */
}

.jumbotronc.jumbotron-mainc hr {
	border-width: 1px 0px;
    border-style: dotted none;
    border-color: rgba(255, 255, 255, 0.35);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 49px;
    height: 4px;
    text-align: center;
    position: relative;
    clear: both;

    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: 
        -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s,
        opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s;
        transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s,
        opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; 
}

.jumbotronc.jumbotron-mainc p {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: 
        -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s,
        opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s;
        transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, 
        opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s;
}
.jumbotronc.jumbotron-mainc a {
    color: #fff;
}

.center-vertically {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding-bottom:10px;
}

header {
    width: 100%;
    padding: 1px;
    display: flex;
    color: #ffffff;

}
header .content-left .text-light{ 
    width: 1000px;
    margin: auto;
    padding-left: 50%;
    text-align: left;
}
header .content-right .text-light{
    width: 1000px;
    margin: auto;
    padding-right: 800px;
    text-align: right;
}
header .content p {
    font-size: 20px;
    
}

.center-vertically, h1 {
    margin-top:45px;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: 
        -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; 
}

.center-vertically-holder { 
	display: table;
	height: 100%;
}

.scroll-indicator {
	padding-top:6px;
    display: inline-block;
    width: 50px;

    visibility: visible; 
    -webkit-transform: translateY(0) scale(1) rotateX(0);
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0);
    opacity: 1;
    -webkit-transition:
        -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s,
        opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s;
        transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s,
        opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; 
}

.arrow-scroll-indicator {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.60);
}

.parallax-window {
    background: transparent;
}


.card-pricing.popular {
    z-index: 1;
    border: 1px solid #007bff
}

.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
    font-weight: 300
}

.btn {
    border-radius: 1px;
    font-weight: 300
}

.hvr:hover {
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff !important
}

*{
    margin:0;
    padding:0;
   
  }

  .main-menu {
    background-image: url('/img/top-banner.jpg');
    background-repeat:  no-repeat;
  }
  .menu{
    padding-top: 2%;
    width:100%;
    height:25vh;

  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    height:20%;
    padding-top:2%;
  }


  nav{

    width: 100%;
    height: 70px;
   
  }
  nav ul{
    border-top:1px solid rgba(255,255,255,0.2);
    border-bottom:1px solid rgba(255,255,255,0.2);
    text-align: center;
    bottom: 50%;
    margin-right: 30px;
    margin-top: 10px;
  }
  nav ul li{
    list-style-type: none;
    display: inline-block;
    transition: 0.7s all;
  }
  nav ul li:hover{
    color:#088;
  }
  nav ul li a{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin: 30px;
  }

  nav ul li a:hover{
    text-decoration: none;
    color:#f42f2c;
    transition: all 0.3s ease 0s;
  }

  .jumbotron img {
    width:50%;
    height:50%;
  }
  
  div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }

  
  div.gallery2 img {
    width: 60%;
    height: auto;
  }
  .row {
    display: flex;
  }
  
  /* Create three equal columns that sits next to each other */
  .column {
    flex: 33.33%;
    padding: 5px;
  }
