section {
  padding: 7rem 8rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

section:nth-child(even) {
  background-color: #f9f9f9;
}



/* section:nth-of-type(odd) {
  background-color: #000;
}

section:nth-of-type(even) {
  background-color: #f9f9f9;
} */
:root {
  --primary: #000;
  --secondary: #05c260;
  --third: #;
  --grey: #444;
  --white: #fff;
}

.cert h4 {
  text-align: center;
  color: #05c260;
}

.cert .btn{
  background-color: #444;
  color: #f9f9f9;
  text-align: center;
}
.service-no h5 {
  color: #05c260;
  font-weight: 700;
  margin-bottom: 2rem;
}
#hgrad {
  box-shadow:        0 2px 2px 0.5px rgba(255,255,255,0.2);
    z-index:999;
}
.about-bg{
  background: url(../images/about-banner.jpg) fixed;
  background-size: cover;
  height: 60vh;
}


.jumbotron{
  background-color: #05c260;
opacity: 0.8;
background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #05c260 10px ), repeating-linear-gradient( #44e2f755, #c7f744 );
}
.navbar a{
  color: #05c260;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar {
  padding: 1rem 6rem;
}
.bg-nav {
  background-color: var(--secondary);
  color: var(--white) !important;
  height: 70px;
}

.bg-menu {
  border-radius: 0.2rem;
  margin-right: 1rem;
  color: #f9f9f9 !important;
}
.text-menu {
  text-decoration: none;
  color: var(--white) !important;
  font-size: larger;
}

.navbar-brand {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 2rem;
}

.hero-craft {
  background-image: url(../images/myPic1.jpg);
  background-size: cover;
}
.hero-craft .txt-rotate{
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
}
.hero-craft p{
  font-size: 1.5rem;
  color: #999;
}
.hero-craft .btn {
  background-color: #05c260;
  color: #f9f9f9;
}

h1 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  margin-top: 5rem;
  color: var(--secondary) !important;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--secondary) !important;
}
h4 {
  font-size: 32px;
  font-weight: 700;
  margin: 50px 0;
  color: #444;
}

p {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--grey);
}

.tech-remote {
  background: url("../images/bg.png");
  background-size: cover;
  padding-bottom: 150px;
  height: 850px;
  margin: 100px 0;
}
.tech-remote h2 {
  color: #fff;
  text-align: center;
}
.tech-card img {
  width: 150px;
}

.tech-card {
  border: 1px solid #fff;
  padding: 25px 10px;
}

.tech-card-first {
  border: 1px solid #fff;
  padding: 25px 10px;
  border-radius: 25px 0 0 0;
}
.tech-card-last {
  border: 1px solid #fff;
  padding: 25px 10px;
  border-radius: 0 0 25px 0;
}


.about-bg p{
  color:#fff;
  font-size: 2rem !important;
  
  }
  .about-bg h4{
    color:#fff;
    font-size: 1.8rem !important;
    }


.gallery-title
{
    font-size: 36px;
    color: #05c260;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 10%;
    left: 45%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #05c260;
    border-radius: 5px;
    text-align: center;
    color: #05c260;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #05c260;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #05c260;

}
.btn-default:active .filter-button:active
{
    background-color: #05c260;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.product-banner{
height: 40vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0,0, 0.5)), url('../images/info-banner.jpg') fixed;
   background-size:cover;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
 }
 
 .product-banner  h2 {    
  margin: 75px 0px 25px 0px;
  text-shadow: 0px 1px 1px #fff;
  color: var(--white);
  text-align: center;
 
     }
 
 
 .product-banner p {
  margin: 15px 0px 15px 0px;
  color: var(--white);
  padding: 0px 100px 0px 100px;
  font-size: 20px;
  text-align: center;
     }
 
 .product-banner p a {
     text-decoration: none;
     color: var(--white);
 }
 
 
 
 
 
 
 
 
 
 
 /* Gallery */
 
 .lightbox-gallery {
    background-color: #ccc;
     color: #000;
     overflow-x: hidden
 }
 
 
 .lightbox-gallery  h2 {    
  margin: 25px 0px 25px 0px;
  text-shadow: 0px 1px 1px #fff;
   margin-top: 90px;
  text-align: center;
 
     }
 
 
 .lightbox-gallery  p {
  margin: 25px 0px 15px 0px;
   padding: 0px 100px 0px 100px;
  font-size: 18px;
  
     }
 
 .lightbox-gallery hr {
     width: 12%; 
     border-bottom: 2px solid var(--third);
  
 
 }
 
 
 
 @media (max-width:767px) {
     .lightbox-gallery h2 {
         margin-bottom: 25px;
         padding-top: 25px;
         font-size: 24px
     }
 }
 
 .lightbox-gallery .intro {
     font-size: 16px;
     margin: 0 auto 40px
 }
 
 .lightbox-gallery .intro p {
     margin-bottom: 100px
 }
 
 .lightbox-gallery .photos {
     padding-bottom: 20px
 }
 
 .lightbox-gallery .item {
     padding-bottom: 30px
 }

/* ************Responsive Code***************   */

@media screen and (max-width: 1450px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
}
