*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-image: url(background-img.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
  .navbar{
    height: 70px;
    width: 100%;
    padding: 19px 30px;
    background-color: #737E8E;
    position: relative;
  }
  .navbar .nav-header{
    display: inline;
  }
  .navbar .nav-header .nav-logo{
    display: inline-block;
    margin-top: -7px;
  }
  .navbar .nav-links{
    display: inline;
    float: right;
    font-size: 18px;
  }
   
  .navbar .nav-links .loginBtn{
    display: inline-block;
    padding: 5px 15px;
    margin-left: 20px;
    font-size: 17px;
    color: rgb(9, 14, 90);
  }
  .navbar .nav-links a {
    padding: 10px 12px;
    text-decoration: none;
    font-weight: 550;
    color: white;
  }
  /* Hover effects */
  .navbar .nav-links a:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }

  /*active link in menu*/

  .navbar .nav-links a:active{
    background-color: rgba(0, 0, 0, 0.3);
  }
   
  /* responsive navbar toggle button */
  .navbar #nav-check, .navbar .nav-btn{
    display: none;
  }
   
  @media (max-width:1200px) {
    .navbar .nav-btn{
      display: inline-block;
      position: absolute;
      top: 0px;
      right: 0px;
    }
    .navbar .nav-btn label {
      display: inline-block;
      width: 80px;
      height: 70px;
      padding: 25px;
    }
    .navbar .nav-btn label span {
      display: block;
      height: 10px;
      width: 25px;
      border-top: 3px solid #eee;
    }
    .navbar .nav-btn label:hover, .navbar #nav-check:checked ~ .nav-btn label {
      background-color: rgba(0, 0, 0, 0.3);
      transition: all 0.5s ease;
    }
    .navbar .nav-links{
      position: absolute;
      display: block;
      text-align: center;
      width: 100%;
      background-color: #737E8E;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 70px;
      right: 0px;
    }
    .navbar .nav-links a {
      display: block;
    }
   
    /* when nav toggle button not checked */
    .navbar #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
   
    /* when nav toggle button is checked */
    .navbar #nav-check:checked ~ .nav-links {
      height: calc(100vh - 400px);
      overflow-y: auto;
      z-index: 10000;
    }
    .navbar .nav-links .loginBtn {
      padding: 10px 40px ;
      margin: 20px;
      font-size:  18px;
      font-weight: bold;
      color: rgb(9, 14, 90);
    }
    /* Responsive dropdown code */
    .navbar .nav-links .dropdown, .navbar .nav-links .dropdown2 {
      float: none;
      width: 100%;
      z-index: 1;
    }
    .navbar .nav-links .drop-content, .navbar .nav-links .drop-content2 {
      position: relative;
      background-color: rgb(220, 220, 250);
      top: 0px;
      left: 0px;
      z-index: 1;
    }
    /* Text color */
    .navbar .nav-links .drop-content a {
      color: rgb(9, 14, 90);
      z-index: 1;
    }  
   
  }
   
  /* Dropdown menu CSS code */
  .dropdown{
    position: relative;
    display: inline-block;
  }
  .drop-content, .drop-content2 {
    display: none;
    position: absolute;
    background-color: #737E8E;
    min-width: 120px;
    font-size: 16px;
    top: 34px;
    z-index: 1;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
  }
  /* on hover show dropdown */
  .dropdown:hover .drop-content, .dropdown2:hover .drop-content2 {
    display: block;
  }
  /* drondown links */
  .drop-content a {
    padding: 12px 10px;
    border-bottom: 1px solid rgb(197, 197, 250);
    display: block;
    transition: all 0.5s ease !important;
  }
  .dropBtn .drop-content a:hover {
    background-color: rgb(230, 230, 230);
  }
  .dropdown:hover .dropBtn, .dropdown2:hover .dropBtn2 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .dropdown2 .drop-content2 {
    position: absolute;
    left: 120px;
    top: 126px;
  }
  .dropBtn2 i {
    margin-left: 15px;
  }









/*website gallery*/

  #holder{
    overflow-x: hidden;
    min-height: 100vh;
  }
  
  .container{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  
  .title{
    margin-top: 3rem;
    text-align: center;
  }
  
  .scroll-item, .scroll-item2, .scroll-item3, .scroll-item4, .scroll-item5, .scroll-item6, .scroll-item7, .scroll-item8, .scroll-item9{
    position: relative;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.75);
  }
  
  .scroll-item:nth-child(1){
    background: url(catalogue/candour.jpg);
    background-size: cover;
    background-position: top;
    transition: all 3s ease;
  }
  
  .scroll-item:nth-child(2){
    background: url(3k/company_portfolio.jpg);
    background-size: cover;
    background-position: top;
    transition: all 1s ease;
  }
  
  .scroll-item:nth-child(3){
    background: url(3k/cloud-i9.jpg);
    background-size: cover;
    background-position: top;
    transition: all 3s ease;
  }
  
  .scroll-item2:nth-child(1){
    background: url(3k/bizland.jpeg);
    background-size: cover;
    background-position: top;
    transition: all 1s ease;
  }
  
  .scroll-item2:nth-child(2){
    background: url(3k/anyar_1.jpeg);
    background-size: cover;
    background-position: top;
    transition: all 4s ease;
  }
  
  .scroll-item2:nth-child(3){
    background: url(3k/petology.jpeg);
    background-size: cover;
    background-position: top;
    transition: all 3s ease;
  }

  .scroll-item3:nth-child(1){
    background: url(3k/dutch-farm.jpg);
    background-size: cover;
    background-position: top;
    transition: all 1s ease;
  }
  
  .scroll-item3:nth-child(2){
    background: url(3k/newstartupcanada.jpg);
    background-size: cover;
    background-position: top;
    transition: all 4s ease;
  }
  
  .scroll-item3:nth-child(3){
    background: url(3k/tournest.jpeg);
    background-size: cover;
    background-position: top;
    transition: all 3s ease;
  }

  .scroll-item4:nth-child(1){
    background: url(3k/dot-codesolutions.jpg);
    background-size: cover;
    background-position: top;
    transition: all 1s ease;
  }
  
  .scroll-item4:nth-child(2){
    background: url(3k/ijis-innovation.jpg);
    background-size: cover;
    background-position: top;
    transition: all 4s ease;
  }
  
  .scroll-item4:nth-child(3){
    background: url(3k/pisquarecables.jpg);
    background-size: cover;
    background-position: top;
    transition: all 3s ease;
  }

  .scroll-item5:nth-child(1){
    background: url(3k/2117-infinite-loop.jpg);
    background-size: cover;
    background-position: top;
    transition: all 1s ease;
  }
  
  .scroll-item5:nth-child(2){
    background: url(3k/anyar_2.jpg);
    background-size: cover;
    background-position: top;
    transition: all 4s ease;
  }
  
  .scroll-item5:nth-child(3){
    background: url(3k/company_1.jpg);
    background-size: cover;
    background-position: top;
    transition: all 3s ease;
  }

  .scroll-item6:nth-child(1){
    background: url(3k/limehouse.jpg);
    background-size: cover;
    background-position: top;
    transition: all 1s ease;
  }
  
  .scroll-item6:nth-child(2){
    background: url(3k/meghdoot_hostel.jpg);
    background-size: cover;
    background-position: top;
    transition: all 4s ease;
  }
  
  .scroll-item6:nth-child(3){
    background: url(5k/Edulab.jpg);
    background-size: cover;
    background-position: top;
    transition: all 3s ease;
  }
  
  .scroll-item img, .scroll-item2 img, .scroll-item3 img, .scroll-item4 img, .scroll-item5 img, .scroll-item6 img, .scroll-item7 img, .scroll-item8 img, .scroll-item9 img{
    width: 100%;
    display: block;
  }
  
  .scroll-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 3rem;
    margin: 3rem 0;
  }
  
  .icons{
    position: absolute;
    bottom: -100%;
    background-color: rgba(252, 66, 66, 0.85);
    width: 100%;
    padding: 0 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: bottom 0.3s ease;
  }
  
  .icons button, .icons button a{
    margin: 0 1rem;
    border: none;
    background-color: transparent;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
  }
  
  .scroll-item:hover .icons, .scroll-item2:hover .icons, .scroll-item3:hover .icons, .scroll-item4:hover .icons, .scroll-item5:hover .icons, .scroll-item6:hover .icons, .scroll-item7:hover .icons, .scroll-item8:hover .icons, .scroll-item9:hover .icons{
    bottom: 0;
  }
  
  .scroll-item:hover, .scroll-item2:hover, .scroll-item3:hover, .scroll-item4:hover, .scroll-item5:hover, .scroll-item6:hover, .scroll-item7:hover, .scroll-item8:hover, .scroll-item9:hover{
    background-position: bottom;
  }
  
  @media screen and (max-width: 992px){
    .scroll-list{
        grid-template-columns: repeat(2, 1fr);
    }

    .icons{
        bottom: 0;         
    }
  }

  @media screen and (max-width: 576px){
    .scroll-list{
        grid-template-columns: repeat(1, 1fr);
        z-index: -1;

    }

    .scroll-item, .scroll-item2, .scroll-item3, .scroll-item4, .scroll-item5, .scroll-item6, .scroll-item7, .scroll-item8, .scroll-item9{
        height: 400px;
        z-index: -1;
    }

    .scroll-item:hover, .scroll-item2:hover, .scroll-item3:hover, .scroll-item4:hover, .scroll-item5:hover, .scroll-item6:hover, .scroll-item7:hover, .scroll-item8:hover, .scroll-item9:hover{
        background-position: top;
        z-index: -1;
      }

      .icons{
        bottom: 0;  
        z-index: -1;       
    }      

  }


















  /*Footer*/
.container2{
    max-width: 1170px;
    margin: auto;
  }
  .row{
    display: flex;
    flex-wrap: wrap;
  }
  ul{
    list-style: none;
  }
  .footer{
    background-color: #24262b;
    padding: 70px 0;
  }
  .footer-col{
    width: 25%;
    padding: 0 15px;
  }
  .footer-col h4{
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
  }
  .footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
  .footer-col ul li:not(:last-child){
    margin-bottom: 10px;
  }
  .footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #bbb;
    display: block;
    transition: all 0.3s ease;
  }
  .footer-col ul li a:hover{
    color: #fff;
    padding-left: 8px;
  }
  .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s ease;
  }
  .footer-col .social-links a:hover{
    color: #24262b;
    background-color: #fff;
  }
  
  @media(max-width: 767px){
    .footer-col{
      width: 50%;
      margin-bottom: 30px;
    }
  }
  @media(max-width: 574px){
    .footer-col{
      width: 100%;
    }
  }

  /*Adding whatsapp chat to the website*/


/* for desktop */
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
        font-size:30px;
	box-shadow: 2px 2px 3px #999;
        z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
}
/* for mobile */
@media screen and (max-width: 767px){
     .whatsapp-icon {
	 margin-top:10px;
     }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}