/* Scrool bar design */
body::-webkit-scrollbar {
  width: 1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #222629;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #86c232;
  outline: 1px solid rgb(0, 116, 233);
}
/* Scrool bar design */

a{
    background: none;
}

html, 
.navbar{
    background: #222629!important;
}

.navbar a:hover,
.navbar-menu a:hover,
.navbar-menu-h a:hover{
    background: none!important;
    color: #61892f!important;
}

#nav-links{
    background: #222629!important;
    font-weight: 900;
}

#nav-links a.active {
    font-weight: 900;
    color: #000;
}

.navbar-item{
    color: #86c232!important;
}

.column svg{
    width: 78%;
    display: flex; 
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    left: 50px;
}

/* Service Section Start */
.service-card{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #86c232;
}

.service-box{
  padding: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.service-icon{
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid #86c232;
  color: #86c232;
  transform: rotate(45deg);
  margin-bottom: 30px;
  margin-top: 16px;
  transition: 0.3s linear;
}

.service-icon i{
  line-height: 70px;
  transform: rotate(-45deg);
  font-size: 26px;
}

.service-box:hover .service-icon{
  background-color: #86c232;
  color: #FFF;
}

.service-title{
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.service.desc{
  font-size: 14px;
}

.btn{
  position: relative;
  background: #444;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 10px 30px;
  transition: 0.5s;
}

.btn:hover{
  letter-spacing: 0.25em;
  background: var(--clr);
  box-shadow: 0 0 35 var(--clr);
  color: var(--clr);
}

.btn::before{
  content: '';
  position: absolute;
  inset: 2px;
  background: #27282c;
}

.btn span{
  position: relative;
  z-index: 1;
}

.btn i{
  position: absolute;
  inset: 0;
  display: block;
}

.btn i::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #27282c;
  border: 2px solid var(--clr);
  top: -6px;
  left: 100%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.btn:hover i::before{
  left: 0;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 40px 39px var(--clr);
}

.btn i::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #27282c;
  border: 2px solid var(--clr);
  bottom: -6px;
  left: 0;
  transform: translateX(-50%);
  transition: 0.5s;
}

.btn:hover i::after{
  left: 100%;
  transform: translateX(-50%) rotate(-45deg);
  box-shadow: 38px -39px var(--clr);
}

/* Read More Section Start */
#website_designing,
#digital_marketing,
#video,
#itld,
#nmd,
#bbpd,
#about_more{
  display: none;
}

#website_designing img,
#digital_marketing img,
#video img,
#itld img,
#nmd img,
#bbpd img,
#about_more img{
  width: 83%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* Read More Section End */
/* Service Section End */

/* Blog Section Start */
.blog_section{
  overflow: hidden;
  position: relative;
  height: 100vh;
  padding: 20px 40px;
  background: #222629;
}

#slide{
  width: max-content;
}

.item{
  width: 200px;
  height: 300px;
  background-position: 50% 50%;
  display: inline-block;
  transition: 0.5s;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(100%, -50%);
  border-radius: 20px;
  box-shadow: 0 30px 50px #505050;
}

.item:nth-child(1),
.item:nth-child(2){
  left: 0;
  top: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
}

.item:nth-child(3){
  left: 50%;
}

.item:nth-child(4){
  left: calc(50% + 220px);
}

.item:nth-child(5){
  left: calc(50% + 440px);
}

.item:nth-child(n + 6){
  left: calc(50% + 660px);
  opacity: 0;
}

.item .content{
  position: absolute;
  top: 50%;
  left: 100px;
  width: 50%;
  text-align: left;
  padding: 0;
  color: #eee;
  transform: translate(0, -50%);
  display: none;
}

.item:nth-child(2) .content{
  display: block;
  z-index: 11111;
}

.item .name{
  opacity: 0;
  animation: showContent 1s ease-in-out 0.3s 1 forwards;
}

.item .desc{
  margin: 20px 0;
  opacity: 0;
  animation: showContent 1s ease-in-out 0.3s 1 forwards;
}


@keyframes showContent{
  from{
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to{
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}


.button{
  position: absolute;
  bottom: 60px;
  z-index: 222;
  text-align: center;
  width: 100%;
  background: none!important;
  border: none!important;
  gap: 40px;
}

.button button{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #555;
  transition: 0.5s;
}

.button button:hover{
  background: #6eff3c;
}

/* Blog Section End */

#about{
  background-color: #000200;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(349,936,479)'%3E%3Cstop offset='0' stop-color='%23000200'/%3E%3Cstop offset='1' stop-color='%234FE'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='444' height='370' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.09'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

/* GetInTouch Section Start */
#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text],input[type=number], textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #86c232; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical ;/* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
label{
  color: #000200;
}

#con{
  background:radial-gradient(ellipse at center, rgba(255,254,234,1) 0%, rgba(255,254,234,1) 35%, #B7E8EB 100%);
  overflow: hidden;
}
/*
.ocean { 
  height: 5%;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  background: #015871;
  opacity: 0.5;
}

.wave {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.7;
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}
*/
input,
textarea{
  background: none;
  border: 2px solid #86c232!important;
}

.foot:hover{
  color: #61892f!important;
}

@media (max-width: 1020px) {
    .navbar-end{
      position: relative;
      right: 0;
    }
  
    .navbar-menu{
      text-align: right;
    }

    #nav1, #nav2{
      display: flex;
      flex-wrap: wrap;
      text-wrap: wrap;
      background: none;
      justify-content: space-evenly;
      box-shadow: none;
    }
  
  	.title h1{
      font-size: 1.2em!important
    }
  
    .button{
      position: absolute;
      bottom: 60px;
      z-index: 222;
      text-align: center;
      width: 100%;
      background: none!important;
      border: none!important;
      gap: 40px;
    }
    
    .button button{
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid #555;
      transition: 0.5s;
    }
    
    .button button:hover{
      background: #6eff3c;
    }
  
    .btn{
      position: relative;
      background: #444;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.5em;
      letter-spacing: 0.1em;
      font-weight: 400;
      padding: 10px 30px;
      transition: 0.5s;
    }
    
    .btn:hover{
      letter-spacing: 0.25em;
      background: var(--clr);
      box-shadow: 0 0 35 var(--clr);
      color: var(--clr);
    }
    
    .btn::before{
      content: '';
      position: absolute;
      inset: 2px;
      background: #27282c;
    }
    
    .btn span{
      position: relative;
      z-index: 1;
    }
    
    .btn i{
      position: absolute;
      inset: 0;
      display: block;
    }
    
    .btn i::before{
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background: #27282c;
      border: 2px solid var(--clr);
      top: -6px;
      left: 100%;
      transform: translateX(-50%);
      transition: 0.5s;
    }
    
    .btn:hover i::before{
      left: 0;
      transform: translateX(-50%) rotate(45deg);
      box-shadow: 40px 39px var(--clr);
    }
    
    .btn i::after{
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background: #27282c;
      border: 2px solid var(--clr);
      bottom: -6px;
      left: 0;
      transform: translateX(-50%);
      transition: 0.5s;
    }
    
    .btn:hover i::after{
      left: 100%;
      transform: translateX(-50%) rotate(-45deg);
      box-shadow: 38px -39px var(--clr);
    }
  
    .navbar-brand img{
      position: relative;
      left: -30px;
    }
  
    #website_designing,
    #digital_marketing,
    #video,
    #itld,
    #nmd,
    #bbpd,
    #about_more{
      position: fixed;
      top: 0;
      height: 80%;
      overflow-y: auto;
      z-index: 33; 
      border-radius: 20px;
    }
  }

@media (max-width: 768px){
  .title h1{
    font-size: 1.2em!important
  }

  .button{
    position: absolute;
    bottom: 60px;
    z-index: 222;
    text-align: center;
    width: 100%;
    background: none!important;
    border: none!important;
    gap: 40px;
  }
  
  .button button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #555;
    transition: 0.5s;
  }
  
  .button button:hover{
    background: #6eff3c;
  }

  .btn{
    position: relative;
    background: #444;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding: 10px 30px;
    transition: 0.5s;
  }
  
  .btn:hover{
    letter-spacing: 0.25em;
    background: var(--clr);
    box-shadow: 0 0 35 var(--clr);
    color: var(--clr);
  }
  
  .btn::before{
    content: '';
    position: absolute;
    inset: 2px;
    background: #27282c;
  }
  
  .btn span{
    position: relative;
    z-index: 1;
  }
  
  .btn i{
    position: absolute;
    inset: 0;
    display: block;
  }
  
  .btn i::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #27282c;
    border: 2px solid var(--clr);
    top: -6px;
    left: 100%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  
  .btn:hover i::before{
    left: 0;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 40px 39px var(--clr);
  }
  
  .btn i::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #27282c;
    border: 2px solid var(--clr);
    bottom: -6px;
    left: 0;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  
  .btn:hover i::after{
    left: 100%;
    transform: translateX(-50%) rotate(-45deg);
    box-shadow: 38px -39px var(--clr);
  }

  .navbar-brand img{
    position: relative;
    left: -30px;
  }

  #website_designing,
  #digital_marketing,
  #video,
  #itld,
  #nmd,
  #bbpd,
  #about_more{
    position: fixed;
    top: 0;
    height: 80%;
    overflow-y: auto;
    z-index: 33; 
    border-radius: 20px;
  }
}

@media (max-width: 769px){
  .title h1{
    font-size: 1.2em!important
  }

  .button{
    position: absolute;
    bottom: 60px;
    z-index: 222;
    text-align: center;
    width: 100%;
    background: none!important;
    border: none!important;
    gap: 40px;
  }
  
  .button button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #555;
    transition: 0.5s;
  }
  
  .button button:hover{
    background: #6eff3c;
  }

  .btn{
    position: relative;
    background: #444;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding: 10px 30px;
    transition: 0.5s;
  }
  
  .btn:hover{
    letter-spacing: 0.25em;
    background: var(--clr);
    box-shadow: 0 0 35 var(--clr);
    color: var(--clr);
  }
  
  .btn::before{
    content: '';
    position: absolute;
    inset: 2px;
    background: #27282c;
  }
  
  .btn span{
    position: relative;
    z-index: 1;
  }
  
  .btn i{
    position: absolute;
    inset: 0;
    display: block;
  }
  
  .btn i::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #27282c;
    border: 2px solid var(--clr);
    top: -6px;
    left: 100%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  
  .btn:hover i::before{
    left: 0;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 40px 39px var(--clr);
  }
  
  .btn i::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #27282c;
    border: 2px solid var(--clr);
    bottom: -6px;
    left: 0;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  
  .btn:hover i::after{
    left: 100%;
    transform: translateX(-50%) rotate(-45deg);
    box-shadow: 38px -39px var(--clr);
  }

  .navbar-brand img{
    position: relative;
    left: -30px;
  }

  #website_designing,
  #digital_marketing,
  #video,
  #itld,
  #nmd,
  #bbpd,
  #about_more{
    position: fixed;
    top: 0;
    height: 80%;
    overflow-y: auto;
    z-index: 33; 
    border-radius: 20px;
  }
}

/* Blog Page Section Start */
/*#wd{
  display: none;
}

#wd img{
  width: 83%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#image img{
  width: 90%;
}
*/
.loc{
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 20px 30px;
}

.book{
  height: 100%;
  float: left;
  position: relative;
}

.thunb1, .thunb2, .thunb3{
  width: 92px;
  height: 115px;
  position: relative;
  z-index: 111;
}

.thunb1:hover, .thunb2:hover, .thunb3:hover{
  transform: translateY(-10px);
  transition: all 1s;
}

.thunb1 img, .thunb2 img, .thunb3 img{
  width: 92px;
  height: 115px;
}

#health, #fashion, #beauty, #travel, #life, #tech,
#fitness, #wellness, #business, #education, #food,
#love, #sports, #auto, #entertainment, #agri,
#art, #science, #self, #history{
  display: none;
}
/* Blog Page Section End */