@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@500&display=swap');
@import url('http://fonts.cdnfonts.com/css/league-spartan');
@import url('http://fonts.cdnfonts.com/css/major-mono-display-2');
@import url('fontaesomemin.css');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');

:root{
    --muli :'Mulish', sans-serif;
    --blue:#24304b ;
    --yellow:rgb(241, 228, 38);
    --orange:rgb(223,44,43);
    --spartan :'League Spartan', sans-serif;
    --mono-display : 'Major Mono Display', sans-serif;
    --rubik :'Rubik', sans-serif;
    --white:rgb(243, 242, 241);
      
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    overflow-x: hidden;
   
}
p{
    text-align: justify;
    
}

body{
    font-family: var(--muli);
    overflow-x: hidden;
    /* background-color: rgb(34, 28, 28); */
    
}
/* .main-box{
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    
} */
.yellow{
    color: var(--orange);
}

.orange{
    color: var(--orange);
}
.orange-bg{
    background-color: var(--orange);
}

/*.black-bg{
    background-color: rgb(0, 0, 0);
}*/
.spartan {
    font-family: var(--spartan);
}
.blue{
    color: var(--blue);
}
.blue-bg{
    background-color: var(--blue);
}


#check{
    display: none;
}



 .btn_two label i{
    position: fixed;
    top: 20px;
    right: 15px;
    color: white;
    font-size: 28px;
    z-index: 11111;
    background-color: var(--orange);
    padding: 20px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);

}



#check:checked ~ .sidebar_menu{
   right: 0;
    

}



.home-page{
    position: relative;
    top: -30px;
}


.home-page .home-sliders2{
    
    position: absolute;
    top: 10%;
    left: 2%;
    right: 2%;
    /* margin-top: 2%; */
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.home-sliders2 .slider-items {
    color: rgb(230, 224, 224);
    
    background-color: rgba(240, 231, 231, 0);
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-top: 8rem;
}
.home-sliders2 .slider-items h1{
   
    text-align: center;
    font-size: 2.8rem;
    margin-top: 2.5rem;
    color: white;
    letter-spacing: 1px;
    font-family: var(--spartan);
}
.slider2-content{
   
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.slider2-content div{
    width: 150px;
    height: 150px;
    border: 4px solid white;
    border-radius: 50%;
    margin: 20px;
}
.slider2-content div h3{
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
}

.home-second-section{
    display: block;
    margin: auto 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:skyblue;
    
}

.home-second-section img{
    border-radius: 15px;
}
.home-about p{
    line-height: 25px;
    font-size: 16px;

    
 
}
.home-about{
    margin: 1rem 0;
    
}
.home-about h1{
    /* text-transform: capitalize  !important; */
    line-height: 40px;
    letter-spacing: 0.8px;
    font-size: 2.2rem;
    font-family: var(--spartan);
    text-transform: uppercase;
    
}
.home-about h1  span{
    color: var(--yellow);
    text-shadow: 2px 1px 2px rgb(160, 158, 158);
    
}

.know-more-btn{
    /* background-color: var(--orange); */
    color: white !important;
    padding: 5px 16px;
    font-size:1.1rem;
    margin-top: 30px !important;
    margin-bottom: 1rem;
    text-decoration: none;
}

/* extra code from 13-01-2022 */

.third-section{
    /* background-color:#071016; */

    background-color:#fdfcfc;    /* background: linear-gradient(to right , rgba(229, 229, 230, 0.863) , rgba(240, 237, 237, 0.801)) , url('/images/homebg4.jpg'); */

    background-size: cover;
background-repeat: no-repeat;
color: rgb(3, 3, 3);
height: auto;
padding: 1rem;
display: flex;
justify-content: center;
align-items: center;
/* box-shadow: 10px 0px 1rem rgba(0, 0, 0, 0.137); */

}

/* .digi-services{
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.flip-card {
    background-color: white;
    width: 280px;
    height: 280px;
    perspective: 1000px;
    border-radius: 15px;
  }
  
  .digi-services .flip-card{
      margin-top: 20px;
      box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.137);

      /* border: 1px solid white; */
  }
  .flip-card a{
      text-decoration: none;
      color: rgb(5, 9, 31) !important;
  }
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 15px;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 15px;
  }
  
  .flip-card-front {
    background-color: rgba(247, 244, 244, 0);
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flip-card-back{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .flip-card-back h3{
      font-size: 1.5rem;
      margin-top: 2rem;
      font-family: var(--rubik);
  }
  .flip-card-back a{
      color: white !important;
      font-size: 1.2rem;
  }
  .flip-card-back p{
      text-align: center;
  }
  .flip-card-front img{
      width: 150px;
      height: 150px;
  }
  /* all colors */

  .light-blue {
      background-color: rgb(152, 145, 233);
  } 


.sky-blue {
    background-color: rgb(95,188,250);
} 

.light-green {
    background-color: rgb(104,214,141);
} 


.orange-light {
    background-color: rgb(238,155,31);
} 




  .flip-card-back {
  
    color: rgb(255, 255, 255);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }
 



/*********************  third section  **************/


.heading{
    padding-top: 2rem;
    margin-bottom: 1rem;
    font-family: var(--spartan);
    font-size: 2.2rem;
    /* text-transform: uppercase; */
   
}

.text-center{
    text-align: center;
}




.home-services-content h2{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


 /************* fourth section **************/


.fourth-section{
    background-color: lightseagreen;
    
    padding: 0.5rem 0;
}

.flex{
    display: flex;
}
 .choose-us{
     display: flex;
     justify-content: center;
     align-items: center;
 }
 .choose-us > div{
     width: 350px;
     height: 240px;
     border: 1px solid rgb(243, 241, 241);
     margin: 15px;
     padding: 10px 20px;
     background-color: rgb(255, 255, 255);
     box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.137);
     border-radius: 20px;
     transition: all .3s ease-in;
     color: var(--blue);
 }
 .choose-us > div h2{
     font-size: 1.25rem;
  
     margin-top: 1rem;
     margin-left: 10px;
    
     font-family: var(--rubik);
 }

 .choose-us-content p{
     font-size: 15px;
 }


 .choose-us > div:hover{
background-color: var(--blue);
color: white;
 }
 .choose-us-content img{
     width: 40px;
     height: 40px;
 }

 .rounded{
     border-radius: 20px;
 }

  /* fifth section  */

  .fifthsection{
      padding: 5% 0;
      background-color: white;
      color: white;
      margin: 2rem 0;
      text-align: center;
  }

  .know-more-btn2{
      border: 1px solid white;
    color: white !important;
    padding: 12px 16px;
    font-size:1.1rem;
    
    text-decoration: none;
  }


  /* sixth section */
  .sixthsection {
      padding: 30px 0;
  }
  .client-slider div img{
      width: 100%;
      
  }
  .client-slider div{
      margin: 1px;
  }

  .seventhSection{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.877) , rgba(0, 0, 0, 0.884)) , url('/images/homebg3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0;
    color: white;
  }

  .social-links{
      display: flex;
      flex-wrap: wrap;
  }
  .social-links img{
      width: 35px;
      padding: 2px;
  }

  .social-links img:hover{
      transform: rotate(15deg);
  }
  .footer-content{
      padding: 15px;
  }
  .footer-content h3 a{
      color: white !important;
  }
.footer-content a{
    text-decoration: none;
    color: rgb(236, 236, 236);
    margin-top: 5px;
    
}

.footer-content div{
    margin-top: 10px;
}
.address-details a{
    
    color: white !important;
    margin-top: 10px;
}
.middle-footer-content {
    margin-left: 20%;
    
}
.middle-footer-content a{
    color: rgb(238, 238, 238) !important;
    letter-spacing: 1px;
    margin-top: 15px;
}
.middle-footer-content a:hover{
    color: brown !important;
}
.footer-data{
    display: flex;
    align-items: center;
}

.middle-footer-content a::before{
    content: '-';
 
}

.founder-content{
    visibility: hidden;
}

.main-founder > div{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* testimonials */

.testimonials{
    background-color: rgb(7,16,22);
    padding: 30px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
}

.testimonials-content {
   padding: 10px;
   
}
.quote{
    padding: 10px;
}
/* .testimonials-content p sub{
    font-size: 4rem;
    margin-top: 1rem;
    display: inline-block;
} */

.quote sub{
    font-size: 5rem;
}

/* testimonials ends here */
@media only screen and (max-width: 600px) {

    .heading{
        font-size: 1.8rem;
    }

    .testimonials{
       
        padding: 0px;
        
    }
    
    .testimonials-content {
       padding: 10px;
       
    }
    .serivice-above {
  
        top: 0px;
    }
    .home-services-content img{
    padding: 20px;
    }
    .slider2-content div{
        width: 80px;
        height: 80px;
        
    }
    .slider2-content div h3{
       
        font-size: 10px;
        margin-top: 20px;
    }
    .home-sliders2{
        padding: 10px;
    }
    .home-sliders2 .slider-items {
       margin-top: 4rem;
    }
    .middle-footer-content {
        margin-left: 0px;
        
    }
    .choose-us-slider{
        
       padding: 1rem;
       
       left: 0px;
       margin-top: 8%;
       margin-bottom: 5%;
       
    }
    .choose-us-slider h1{
        font-size: 1.5rem;
        
       
    }

    .home-sliders2 .slider-items h1{
   
     
        font-size: 1.3rem;
        margin-top: 3.8rem;
      
    }

    .slider2-content{
   
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    .slider2-content div{
        width: 80px;
        height: 80px;
        margin: 5px;
      
        
    }
}


/* /  service page   / */

.service-first-section{
    margin-top: -30px;
    
}

.serivepage-content{
    margin: 4rem 0;
}

.serivepage-content .content h2 a{
    font-weight: 600;
        /* text-shadow: 2px 0px  rgb(200, 200, 207); */
   /* color: #EFA71B; */
   color: #f4f5f7;
   font-family: var(--spartan);
   text-transform: uppercase;
   transition: all .4s ease-in;

}

.serivepage-content .content{
padding: 10px;
margin-bottom: 1rem;
margin: 1rem;
}
.serivepage-content .image img{
    border-radius: 0px 20px 0px 20px;
    box-shadow: 0px 10px 1rem rgba(0, 0, 0, 0.137);
    margin-top: 0.8rem;

}
.service-button-page{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
}
.service-button-page a{
    background-color: rgb(8, 15, 53);
    color: white !important;
    padding: 10px;
    margin: 10px;
}

/* #need-help-section{
    visibility: hidden;
} */
#need-help-section{
    position: fixed;
    top: 45%;
    right: 0px;
    background-color: rgb(3, 3, 3);
    color: white;
    height: 180px;
    transition: all .3s linear;
    visibility: hidden;
    display: none;
   
}

#need-help-section .left-content h3{
    transform: rotate(90deg);
    font-size: 1.2rem;
    padding: 10px;
    display: block;
    white-space: nowrap;
    color: black;
    margin-top: 1.8rem;
    
    
}
#need-help-section .left-content{
    background-color: var(--yellow);
    border: 2px solid black;
    width: 80px;
    cursor: pointer;
    
}
#need-help-section .left-content i{
    position: absolute;
    top: -10px;
    left: -10px;
    color: black;
    background-color: #fff;
    padding: 5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 20px;
    margin:  auto;
}
#need-help-section .right-content{
    /* display: none; */
    width: 300px;
    /* right:-300px */
    display: none;
    

}
#need-help-section .left-content ,.right-content{
    padding: 10px;
    
}


#need-help-section .right-content div i , a{
    text-decoration: none;
}
#need-help-section .right-content div i{
    margin-right: 0.5rem;
}
#need-help-section .right-content div{
    margin-top: 0.7rem;
}

.contactpage-section{
    /*background: linear-gradient(to right, rgba(53, 128, 172, 0.733) , rgba(47, 154, 180, 0.575)) , url('/images/contactbg.png'); */
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 100vh;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.contactpage-section .contact-section{
    margin-top: 20rem;
    
}

.contactpage-section .container-contact{
    max-width: 1100px;
    
}
@media only screen and (max-width: 600px){

    .serivepage-content .content{
        
        margin: 0rem;
       
        }

    .choose-us{
        flex-direction: column;
    
    }

    .contactpage-section{
        height: auto;
        


    }
    #need-help-section .content{
        padding: 8px;
    }
    #need-help-section .content h3{
        font-size: 18px;
        
    }
}


 /* contact us page design */
 .contact-form{
    /* position: absolute;
    top: 50%;
    left: 50%; */
    background-color: rgb(246, 246, 248);
    padding: 5px;
    
 }
 .address-details2{
     margin: 3rem;
     /*background-color: rgb(15, 14, 14); */
     color:#fff;
 }
 .address-details2 a{
    
    color: rgb(247, 240, 240) !important;
    margin-top: 20px;
    display: flex;
    text-decoration: none;

}

.address-details2 div{
    margin-top: 1rem;
}

.address-details2 div span i{
    color: rgb(10, 10, 10);
    font-size: 20px;
    display: block;
    margin-right: 1rem;
    padding: 10px;
    background-color: var(--orange);
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.137);
    transition: all .3s ease-in;
   
}
.address-details2 div span i:hover{
    background-color: rgb(0, 0, 0);
    color:rgb(239,167,27) ;
}
 .contact-form h2{
     color: white;
     margin-top: 1.2rem;
     font-weight: 600;
 }

 .form{
     padding: 20px;
 }
 .form input , textarea{
     width: 100%;
     margin-top: 0.8rem;
     padding: 5px;
     border-radius: 2px;
     outline: none;
     border: 1px solid grey;
    
     
 } 

 .form textarea{
     resize: none;
 }
 .form input[type="submit"]{
     background-color: var(--orange);
     color: rgb(247, 244, 244);
     outline: none;
     border: none;
     border-radius: 5px;
     font-weight: 500;
     letter-spacing: 1px;
 }

 .white{
     color: rgb(199, 36, 36) !important;
 }
 

 /* work section */

 .work-section{
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
 }

 .work-section button{
     background-color: rgb(14, 12, 12);
     color: white;
     padding: 8px 10px;
    margin: 8px;
    border: none;
    transition: all .3s ease-in;
 }

 .work-section button:hover{
     background-color: rgb(212, 111, 16);
 }

 .work-content{
     display: grid;
     grid-template-columns: repeat(3,1fr);
 }

 .work-content > div{
     margin: 10px;
 }
 .work-content div img{
     width: 100%;
 }

 .work-main-section{
     padding: 2rem 0;
 }

 
























@media only screen and (max-width: 600px){

   
    .test-image div img{
        width: 150px;
        height: 150px;
        border-radius: 50%;
        padding: 10px;
        display: block;
        margin: 0 auto;
    }
    
     .contact-form h2{
        
        margin-top: 6rem;
        font-size: 1.3rem;
        
    }
    .company-logo img{
       
        width: 200px;
      
    }

    .work-content{
      
        grid-template-columns: repeat(2,1fr);
    }
}


/* website development page */

.service-page-headers h1{
    position: absolute;
    top: 30%;
    left: 52%;
    transform: translate(-50%,-50%);
    color: var(--orange);
    
    /* text-transform: uppercase; */
    
    letter-spacing: 1px;
    overflow: hidden;
    white-space: nowrap;
}

.typewriter h1{
    animation: typewriter 6s steps(40 , end) , blink-caret .75s step-end infinite;
    animation-iteration-count: infinite;
    font-family: var(--mono-display);
    font-size: 3.8rem;
    /* animation-delay: 10s; */
    
}


  
@keyframes typewriter{
    from {
        width: 0;
    }
    to{
        width: 75%;
    }
}

@keyframes blink-caret{
    from , to {
        border-color: transparent;
    }
    50%{
        border-color: orange;
    }
}

.website-development-section2{
    position: relative;
   
   /* padding: 3rem;
   padding-bottom: 2rem; */
}
.website-development-section2 .first-section{
    padding:1.5rem;
}

.website-middle-section{
    background:  linear-gradient(to right , rgba(2, 4, 27, 0.822) , rgba(0, 0, 0, 0.726)) , url('/images/web-deisgn.jpg') ;
    color: white;
    padding: 1rem;
   
}
.website-middle-section h2{
    line-height: 50px;
    /*  */
}
.website-middle-section p{
    font-size: 1.5rem;
    padding: 4rem;
    text-align: center;
}

.hand-image{
    position: absolute;
    right:-50px;
    top: 30%;
}
.hand-image img{
    width: 350px;

}


.our-work {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 5px 0px 1rem rgba(0,0,0,0.1);
}
.our-work div img{
    width: 100%;
}

.our-work-heading {
display: flex;
justify-content: center;
align-items: center;

}
.our-work-heading h1{
    font-size: 3.5rem;
    padding-top: 2rem;
    text-align: center;
    font-family: var(--mono-display);
}

.website-development-section4{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
    
}

/*
.website-development-section4 .our-process video{
    border: 10px solid black;
}
*/

.web-pages{
    position: relative;
    display: pointer;
}

.web-pages .overlay{
    position: absolute;
    background-color: rgba(17, 15, 5, 0.74);
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
    opacity: 0;
    
}
.web-pages .overlay:hover{
    opacity: 1;
}

.web-pages .overlay a{
    text-decoration: none;
    font-size: 1.2rem;
    border: 2px solid white;
    padding: 10px;
    color: white;
}

 /* digital marketing page */
.digital-services{
    display: flex;
    

}
.digi-cards{
    display: grid;
    grid-template-columns: repeat(3,1fr);

   

}

.digi-cards div{
    margin: 10px;
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.137);

}

.profile-card{
    overflow-y: scroll;
    height: 320px;
    /* box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.137); */
}
.profile-card img{
    object-fit: cover;
    object-position:  0% 0%;
    animation: mymove 5s infinite;
    
}
/*  
@keyframes mymove{
    0% {
        object-position: 0% 0%;
      }
      25% {
        object-position: 20% 50%;
      }
      100% {
        object-position: 100% 100%;
      }
    
} */

.profile-card:hover{
    object-fit: contain;
}

.digital-services{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    padding: 5px;
    
}
.digital-services div{
    /* width: 16.66%; */
    
    /* display: block; */
    
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(214, 144, 14, 0.815); */
    border: 1px solid rgb(187, 184, 184);
    margin: 5px;
    transition: all .3s ease-in;
    
}
.digital-services div a{
    color: white;
    
    /* height: 200px; */
    word-wrap: break-word;
    height: 150px;
    padding: 40px 20px;
   
    font-family: var(--muli);
    letter-spacing: 1px;
    font-size: 1.1rem;
}

.digital-services a::after{
    content: url('./images/pointer.png');
    position: absolute;
    text-align: center;
   
    display: block;
    margin-left: 35px;
    margin-top: 10px;
    
}
.digital-services div a.active {
   
    background-color: rgba(239, 94, 27, 0.877);
    
}

.digital-services div:hover {
   
    background-color: rgba(239, 94, 27, 0.877);
    color: black ;
    
    
}

.tab-content {
    padding-top: 20px;
    background-color: rgba(3, 3, 3, 0.788);
    color: rgb(255, 255, 255);

}

.tab-content .tab-pane{
    transition: all .3s linear;
}
.tab-content .tab-pane p{
    font-size: 1.1rem;
    margin-left: 10px;
}
.tab-content-data h3{
    font-size: 2rem;
    padding: 10px;
    padding-top: 30px;
    font-weight: 500;
    
    
    
}

.tab-content-data h2{
    font-size: 2.5rem;
    padding: 10px;
    padding-top: 30px;
    font-weight: 500;
    
    
    font-family: var(--spartan);
    text-transform: uppercase;
    letter-spacing: 1px;
    
}
.tab-content-data p{
    padding: 10px;
    text-align: justify;
}
.smm-content2 {
   display: grid;
   grid-template-columns: repeat(2,1fr);
}

.smm-content p:before ,.smm-content2 p:before{
    content:"--";
    color: white;
   
}

/* our team section */

.our-team-section{
    /* background: linear-gradient(to right , rgba(0, 0, 0, 0.733) , black) , url('/images/about-team-bg.jpg'); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    /* background-color: rgb(243, 243, 243); */
    padding: 2rem 0;
  
    
}
.our-team-section h1{
    margin: 1.5rem;
    text-align: center;
    color: white;
   
}

.founder-section{
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.137);
    border: 1px solid rgb(240, 240, 240);
    margin-top: 10px;
}
.founder-section h3{
    font-size: 1.5rem;
}
.team{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.team-section {
    padding: 4rem 0;
}

.team-content{
    /* position: relative; */
    /* padding: 10px; */
    margin: 20px;
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.137);
}

.team-content .team-name-heading{
    /* position: absolute; */
    /* top:-90px; */
    /* bottom: 10px;
    left: 15px; */
    /* color: var(--orange); */
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    
    /* background: linear-gradient(to right, black, rgba(0, 0, 0, 0.349)); */
}

.team-name-heading  h3{
    color: black;
    font-family: var(--muli);
    font-size: 1.5rem;
}

.team-name-heading  h4{
color: black;
font-size: 1.1rem;
}

.team-name-heading  p{
    padding: 15px;
    display: none;
}
.founder h2{
    margin-top: 2rem;
    color: white;
}
.team-content  img{
 
transition: all .3s ease-in;

/* filter: brightness(63%);
-webkit-filter: brightness(63%);
-moz-filter: brightness(63%); */

}

.team-content  img:hover{
    filter: brightness(53%);
    -webkit-filter: brightness(53%);
    -moz-filter: brightness(53%);
}


/* corporate events  */

.corporate-events{
     background-color: #fff;
     z-index: 111;
    
}


.imstory{
    display: -ms-flexbox; /* IE10 */
    display: flex;
    /* -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    z-index: -11111;
}

.imstory .column{
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.imstory .column img{
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.story-image{
    width: 500px;
}

.story-content-para p{
    font-size: 1.05rem;
    text-align: center;
}
.event-button{
    display: flex;
    justify-self: center;
}
/* client item */

.client-item {
    display: flex;
    max-height: 300px;
    overflow-y: scroll;
}

.client-item .column{
    width: 20%;
    margin: 20px;
}
.client-item .column img{
    width: 100%;
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.137);
    transition: all .3s ease-in;
}
.client-item .column img:hover{
    /* filter: hue-rotate(90deg); */
    transform: scale(1.1);
}
 


/* animation effect */
#particles-js{
    animation: header-animation 10s linear infinite alternate;
}

/* .digi-cards img:hover{
   
    position: 0 100%;
} */

.digital-cards{
    overflow-y: scroll;
    height: 10%;

}


.digital-cards img{
    width: 100%;
}

.logos-data {
    display: grid;
    grid-template-columns: repeat(5,1fr);

    
}
.logos-data div{
    margin: 10px;
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.137);
}
.logos-data div img{
    width: 100%;
}
/* work section */




@keyframes header-animation{
    from{
        background-position: 20% 70%;
    }

    to{
        /* background-size: cover; */
        background-position: 100% 30%;
    }
}


/* branding content */

.branding{
    padding: 5% 0;
}
.branding-content{
    display: flex;
    flex-direction: column;
    
 
}

.branding-content > div{
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.137);
    margin: 1rem;
    padding: 0.8rem;
    font-size: 15px;
    border-radius: 15px;
}

.brand-inner-content > div h5{
font-size: 1.1rem;
font-weight: 600;
}
.brand-inner-content div img{
    width: 100px;
   
}

.brand-inner-content-left-margin{
    margin-left: 70px !important;
}

.brand-inner-content{
    transition: all .3s ease-in;
}

.brand-inner-content:hover{
    background-color: rgb(14, 15, 41);
    color: white;
}

.brand-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-chat a{
    display: flex;
    position: fixed;
    z-index: 222;
    right: 10px;
    bottom: 10px;
    text-decoration: none;
   
}
[data-toggle="tooltip"]{
    margin: 20px;
}
.whatsapp-chat img{
   width: 60px;
   
   cursor: pointer;
}

.chat-msg{
    background-color: rgb(228, 228, 228);
    padding: 15px;
    color: rgb(14, 14, 14);
    clip-path: polygon(0 0, 94% 0, 96% 36%, 100% 50%, 95% 60%, 94% 100%, 0 100%);
   visibility: hidden;
}

@media only screen and (max-width: 600px){

    /* screen devices height auto  */

    .brand-inner-content-left-margin{
        margin: 1rem;
        margin-left: 1rem !important;
    }

    .home-second-section{
        height: auto;
    }
    
    .hand-image img{
        display: none;
    }

    .typewriter h1{
    
        font-size: 2rem;
        white-space: inherit;
        
        
    }
    .website-middle-section p{
        font-size: 1rem;
        padding: 5px;
        text-align: left;
    }
    .our-work {
        
        grid-template-columns: repeat(1, 1fr);
        grid-gap:10px
        
    }

    .digital-services{
       
        grid-template-columns: repeat(2,1fr);
       
        
    }

    .team{
 
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px;
    }
    .our-team-section{
        padding: 10px;
      
        
    }
    .home-about h1{
        
        font-size: 1.4rem;
    }
    /* .home-sliders2 .slider-items{
        background-color: rgba(22, 20, 20, 0.651);
    } */
    .home-sliders2 .slider-items h1{
        font-size: 1.2rem;
        margin-top: 1.8rem;
    }
    .slider2-content div{
        width: 70px;
        height: 70px;
        color: rgb(255, 255, 255);
        margin: 5px;
    }

  
    #particles-js{
        height: 300px;
    }

    .imstory .column{
        flex: 100%;
      max-width: 100%;
      padding: 0 4px;
    }

    .service-page-headers h1{
      
        top: 30%;
        left: 55%;
     
    }

    .tab-content-data h2{
        font-size: 2rem;
       
        
    }

    .web-pages img{
        border-radius: 5px;
        padding: 4px;   
     }

     .logos-data {
         display: grid;
         grid-template-columns: repeat(2,1fr);

         
     }

    
     /* .contact-form{
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50% , -50%);
        background-color: rgba(255, 255, 255, 0);
        padding: 10px;
        
     } */

     .third-section{
    height: auto;
    padding: 0px;

    
    }

    .digi-cards{
        grid-template-columns: repeat(2,1fr);
       
    
    }
    .profile-card{
        
        height: 150px;
     
    }

}

@media only screen and ((min-width: 600px) and (max-width:768px) ){
    .service-page-headers h1{
       
        top: 25%;
        left: 52%;
        
       
    }

    .slider2-content div{
        width: 140px;
        height: 140px;
    }

    .home-sliders2 .slider-items h1{
        font-size: 2rem;
        margin-top: 1rem;
    }

    .home-about h1{
        
        font-size: 1.6rem;
    }

    .home-services-content h2 a{
        font-size: 1.15rem;
    }

    .imstory .column{
        flex: 50%;
      max-width: 50%;
      
    }
}





/* window loading spinner */

.loader-content{
    display: none;
  }
  
  .loader{
    height: 100vh;
    width: 100vw;
    top: 0;
    overflow: hidden;
    background-color: rgba(250, 250, 250, 0.452);
  position: absolute;
  
  
  }
  
  .loader > div img{
    height: 150px;
    width: 150px;
    /* border: 15px solid rgba(231, 231, 231, 0.26);
    border-top-color: green; */
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    /* border-radius: 50%; */
    animation: spin 1.5s infinite linear;
    
  }
  
  @keyframes spin {
    100%{
      transform: rotate(360deg);
    }
  }

  body
{
  margin:0;
  padding:0;
  background-color:#e6e9ec;
}

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  bottom:0;
  position:absolute;
  left:0px;
  float:left;
}

/*.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}*/
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}


