@font-face {
    font-family: 'Spartan-Regular' ;
    src: url(../assets/spartan-font/Spartan-Regular.ttf);
  }
  @font-face {
    font-family:'Spartan-Medium' ;
    src: url(../assets/spartan-font/Spartan-Medium.ttf);
  }
  @font-face {
    font-family: 'Spartan-SemiBold';
    src: url(../assets/spartan-font/Spartan-SemiBold.ttf);
  }
  @font-face {
    font-family: 'Spartan-Bold';
    src: url(../assets/spartan-font/Spartan-Bold.ttf);
  }
  /* -------COLOR--------------------------- */
  
  .dark-blue{
    color: var(--dark-blue);
  }
  
  .light-blue{
    color: var(--light-blue);
  }
  
  .white-font{
    color: var(--white-font);
  }
  .lightwhite-font{
    color: #d0ecff;
  }

  .dark-font{
    color: var(--dark-font);
  }

  .p-font-dark{
    color: var(--p-font);
  }
  
  


  .light-blue-bg{
    background-color: var(--light-blue);
  }


  
  .dark-blue-bg{
    background-color: var(--dark-blue);
  }
  .white-bg{
    background-color: var(--white-font);
  }
  

  .w-size-60 {
    width: 60px;
}



.page-inner article ul li {
  background: url(../img/icon/circle.svg) no-repeat 0 13px;
  background-size: 10px;
  padding: 5px 0 5px 20px;
}

  
  :root{
  
    --dark-blue: #151B24; 
    --dark-secondary: #2C3139;
    --light-blue:#0099FF; 

    --white-font: #efefef;
    --dark-font:#212529;
    --p-font: #4e5055;
    --p-font-lightbg:#d0ecff;


    --header-color: #efefef;
    --footer-color:  #151B24; 
    --font-family:'Inter';

    --animate-delay: 0.5s;
  
  
  
  }
  
  
  /* ------FONT------ */
  
  
  
  .i-h2{
    /* color: #0099FF; */
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font-family);
    margin-bottom: 60px;
  }
  
  .i-h1{
    /* color: white; */
    font-size: clamp(38px, 8vw, 80px );
    font-weight: 600;
    /* line-height: 60px; */
    font-family: var(--font-family);
    margin-top: 10px;
    margin-bottom: 10px;
   
  }


  .itrix-h1{
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    line-height: 70px;
    font-family: 'Spartan-SemiBold';
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    
    color: var(--dark-font);
    /* letter-spacing: 1px; */
  
  
  }
  
  .itrix-h1::after{
    content: '';
    height: 3px;
    width: 40%;
    background-color: #0099FE;
    display: block;
    margin-top: 2px;
    /* margin-left: auto;
    margin-right: auto; */
  
  }


  .itrix-h2{
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    font-family: 'Spartan-SemiBold';
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    
    color: var(--dark-font);
    /* letter-spacing: 1px; */
  
  
  }
  
  .itrix-h2::after{
    content: '';
    height: 3px;
    width: 30%;
    
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #0099FE;
    display: block;
    margin-top: 2px;
    /* margin-left: auto;
    margin-right: auto; */
  
  }










  .itrix-h1-white{
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    line-height: 70px;
    font-family: 'Spartan-SemiBold';
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    
    color: var(--white-font);
    /* letter-spacing: 1px; */
  
  
  }

  .itrix-h1-white::after{
    content: '';
    height: 3px;
    width: 40%;
    background-color: #0099FE;
    display: block;
    margin-top: 2px;
    /* margin-left: auto;
    margin-right: auto; */
  
  }


  .itrix-h4{
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    line-height: 70px;
    font-family: 'Spartan-SemiBold';
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    
    color: var(--dark-font);
    /* letter-spacing: 1px; */
  
  
  }

  .itrix-h6{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    font-family: 'Spartan-SemiBold';
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    
    color: #10356D;
    /* letter-spacing: 1px; */
  
  
  }



  .itrix-p{
    color: var(--p-font);
    text-align: justify;
    text-justify: inter-word;


  }

  .itrix-p-wb{
    color: var(--p-font);


  }

  .itrix-span{

    color: rgba(49, 66, 82, .3);
    display: block;
    /* font-family: poppins; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.52px;
    line-height: 50px;


  }

  


  .i-p-white {
    color: #d0ecff;
    text-align: justify;
    /* text-justify: inter-word;  */
    /* list-style-type: circle; */


  }




  .gradient-font{

    color: var(--light-blue);
    text-decoration: none;
      /* font-size: 72px; */
      /* background: -webkit-linear-gradient(#0399fc, #15b615); */
      /* -webkit-background-clip: text; */
      /* -webkit-text-fill-color: transparent; */
  

  }
  

/* INPUT */







  /*  -----------------FONT - END------------------------- */
  
  
  .i-btn{
  
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    height: 60px;
    width: 210px;
    border-radius: 12px;
    border: none;
    
    
  }
    #button1{
    
        /* background-color: #0099FE; */
        margin-top: 60px;
        color: var(--white-font);
    
    }
    #button2{
        /* background-color: white; */
        margin-top: 60px;
        color: #545454;
        /* margin-left: 20px; */
    
    }
    
    
  
  
  *{
    
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: var(--font-family);
    
    
  }
  
  header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--header-color);
  
    height: 70px;
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  
    overflow: hidden;
  
    position: fixed;
    z-index: 99;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
  }
  
  
  header img{
  
    position: relative;
    /* right: 200px; */
    bottom: 4px;
  
  }
  
  #menu-3{
    border: none;
    height: 50px;
    width: 50px;
    background-color: var(--dark-blue);
    color: var(--white-font);
  }
  
  .container ul{
  
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
  
  
  }
  
  li{
    color: var(--dark-font);
      display: inline-block;
      margin: 0 20px;
  }
  

  .dropdown:hover .dropdown-menu{

    display: block;
  }
  
  .dropdown-toggle::after{

    color: var(--light-blue);
  }



  .nav-link {

    font-weight: 600;
  }

  .navbar-nav .nav-link.active {
    color: var(--light-blue);
}

/* .navbar-nav .dropdown-item.active {
 background-color:var(--light-blue);
} */


  


  
  html, body{
  
    background-color: #ffffff;
  
    height: 100%;
    width: 100%;
    overflow-x: hidden; 
  
    font-family: 'Inter';
  
  }
  
  #section-1{
  
    width: 100vw;
    height: 100vh;
   background-image: url(../img/digital-consulting.png);


   background-position: center;

   background-repeat: no-repeat;
   background-size: cover;

     padding-top: 4rem;
  display: flex;
  justify-content: center;
  padding-right: 10vw;
  position: relative;
  
  
  }

  .itrix-bg{
    
    background-image: url(/img/icon/bg2.svg);
  


   background-position: end;

   background-repeat: no-repeat;
   background-size: cover;
   

  }


  
  #s1-left{
    /* background-color: red;  */
    display: flex;
    height: 70vh;
    width: 60vw;
  
  
    /* inset: 100px;s */
    /* padding: 2vw 2vw; */
    /* justify-content: center; */
    align-items: center;
    justify-content: center ;
    flex-direction: column;
    /* padding-left: 6vw; */
  }
  

  
  #section-2{
  
    min-height: 150vh;
      width: 100%;
      display: flex;
      flex-direction: column;
    background-image: url(../assets/light-bg-2.jpg);
  
  }
  
  #top-section{
  
    /* background-color: #4397F7; */
    /* padding: 100px; */
    /* min-height: 30vh; */
    /* display: block; */
    margin-top: 10vw;
    margin-bottom: 6vw;
  
    
  
  }
  
  .h1-style{
  
    font-size:  clamp(34px, 6vw, 50px );
    font-weight: 500;
    line-height: 4.37rem;
    font-family: 'Spartan-SemiBold';
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    /* text-align: center; */
    /* color: var(--dark-font); */
    /* letter-spacing: 1px; */
    
    
  }
  
  .i-align-center{
    text-align: center;
  
  }
  
  .i-align-left{
    text-align: left;
  }
  
  
  
  .h1-style::after{
    content: '';
    height: 3px;
    width: 10%;
    background-color: #0099FE;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  
  }
  
  
  #bottum-section{
  
    /* background-color: black; */
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 90px;
    width: 90vw;
    /* margin-left: 100px; */
    /* margin-right: 100px; */
    /* padding-left: 5px; */
    /* padding-right:5px; */
    margin-left: auto;
    margin-right: auto;
  
    margin-bottom: 100px;
  
   
  
    
  }
  
  .service{
    background-color: #1b2330;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* height: 800px; */
    width: 370px;
    transition-duration: 1s;
    transition-property: all;
  
    /* width: 30%; */
  }
  
  .service:hover{
  
   transform: scale(1.15);
    background-color: #0099FE;
    
  
    
  }
  
  .service svg{
    height: 70px;
    width: 70px;
    fill: #0099FE;
   
  }
  .service:hover svg{
    height: 70px;
    width: 70px;
    fill:var(--white-font); 
   
  }

  .service:hover i{
    color: var(--white-font);


  }
  
  
  .service img{
    border-radius: 10px;
    width: 110%;
    
    position: relative;
    bottom: 50px;
    right: 30px;
  
  
    
    
  }
  
  .service h2{
  
  
    font-size: 24px;
    font-weight: 500;
    font-family: 'Spartan-SemiBold';
    color:var(--white-font);
    margin-top: 20px;
  }

  .service  span:hover{
    color: white;
    text-decoration: none;


  }


 #a-service:hover a{
  color: white;

  text-decoration: none;


  }

  #a-service a{
    color: #0099FF;
  
    text-decoration: none;
  
  
    }
  
    
  





  
  .plus-icon{
    color: #0099FE;
    text-align: end;
  }
  
  .service-icon{
  
    height: 70px;
    width: 70px;
    text-align: leftxdc;
  }
  
  
  /*  Section -3 */
  
  #page3{
  
      
    min-height: 100vh;
    min-width: 100vw;
    background-color: #141b25;
    /* margin-top: 60px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px;
  
  
  }
  
  #left3 {
  
    padding-right: 40px;
    min-width: 60vw;
    padding-left: 25px;
    padding-right: 25px;
    margin: 25px;
  }
  
  .left3-h1{
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    line-height: 70px;
    font-family: 'Spartan-SemiBold';
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    
    color: var(--white-font);
    /* letter-spacing: 1px; */
  
  
  }
  
  .left3-h1::after{
    content: '';
    height: 3px;
    width: 40%;
    background-color: #0099FE;
    display: block;
    margin-top: 2px;
    /* margin-left: auto;
    margin-right: auto; */
  
  }


  .itrix-h1{
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    line-height: 70px;
    font-family: 'Spartan-SemiBold';
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    
    color: var(--dark-font);
    /* letter-spacing: 1px; */
  
  
  }
  
  .itrix-h1::after{
    content: '';
    height: 3px;
    width: 40%;
    background-color: #0099FE;
    display: block;
    margin-top: 2px;
    /* margin-left: auto;
    margin-right: auto; */
  
  }
  











  #right3 img{
   height: 40vw;
   width: 40vw;
   border-radius: 10px;
  
  
  }
  
  #light-icon{
  
    background-color: #0099FE;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    display: flex;
    position: relative;
    top: 50px;
    left: 120px;
  
  }
  
  #light-icon svg{
    height: 70px;
    width: 70px ;
    fill: var(--white-font);
    /* align-items: center; */
    /* justify-content: center; */
  
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
   margin-right: auto;
  }
  
  
  
  
  .par-style{
  
    color: var(--white-font);
    margin-top: 30px ;
  
  
    font-size: 16px;
    /* font-weight: 500; */
    /* line-height: 70px; */
    font-family: 'Spartan-Regular';
    text-wrap: wrap;
    text-justify: inter-word;
  
  }
  
  
  
  
  
  
  
  /* @media screen and (min-width:1200px) {
  
    header{
  
      background-color: var(--dark-blue);
    }
    
  } */
  
  @media screen and (max-width:600px) {
  
    #section-1{
  
      justify-content: center;
      padding: 0px 25px 0px 25px;
      /* height: 80vh; */
  
    }
  
    #s1-left{
  
      /* background-color: #0099FF; */
      /* align-items: flex-start; */
  
      padding-top: 10rem;
    
      
    
      justify-content: start;
  
  
    }
  
    .nav-menu{
  
      display: none;
  
  
    }

  
  
    .nav-li{
  
      color:black;
  
    }
    .logo{
      /* width: 80px; */
      height: 40px;
    }
  
  
    .i-h2{
  
      margin-bottom: 2rem;
      margin-top: 2rem;
   
  
    }
  
    .i-h1{
  
      line-height: 3rem;
    }
  
  
  
    .i-btn{
  
      
      height: 60px;
      width: 80vw;
      border-radius: 12px;
      border: none;
      
      
    }
  
    #button1{
    
      /* background-color: #0099FE; */
      margin-top: 20px;
      color: var(--white-font);
  
  }
  #button2{
      /* background-color: white; */
      margin-top: 20px;
      color: #545454;
     
  
  }
  
  #s1-btn-holder{
  display: flex;
  flex-wrap: wrap;
  
  }
  
  .h1-style{
  
    padding-bottom: 4rem;
    line-height: 3rem;
  }
  
  .h1-style::after{
    content: '';
    height: 3px;
    width: 20%;
   
    
  
  }
  
  
    
    
  }
  
  #section-4{
  
    min-width: 100vw;
    min-height: 50vh;
    /* background-color:var(--white-font); */
    background-image: url(../assets/light-bg-2.jpg);
  
  }
  
  .s4-h1{
  text-align: left;
  
  }
  
  
  
  
  
  
  ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section {
  background: var(--dark-blue);
  position: relative;
  }
  .footer-cta {
  border-bottom: 1px solid #373636;
  }
  .single-cta i {
  color: var(--light-blue);
  font-size: 30px;
  float: left;
  margin-top: 8px;
  }
  .cta-text {
  padding-left: 15px;
  display: inline-block;
  }
  .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  }
  .cta-text span {
  color: #757575;
  font-size: 15px;
  }
  .footer-content {
  position: relative;
  z-index: 2;
  }
  .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
  }
  .footer-logo {
  margin-bottom: 30px;
  }
  .footer-logo img {
    max-width: 200px;
  }
  .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
  }
  .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  }
  .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  }
  .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  }
  .facebook-bg{
  background: var(--light-blue);
  }
  .twitter-bg{
  background: var(--light-blue);
  }
  .google-bg{
  background: var(--light-blue);
  }
  .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  }
  .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--light-blue);
  }
  .footer-widget ul li {
  display: inline-block;
  /* float: left; */
  
  width: 50%;
  margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
  color: var(--light-blue);
  }
  .footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  }
  .subscribe-form {
  position: relative;
  overflow: hidden;
  }
  .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 0;
    background:var(--light-blue);
    padding: 13px 20px;
    border: 1px solid var(--light-blue);
    top: 0;
  }
  .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
  }
  .copyright-area{
  background: var(--dark-Secondary);
  padding: 25px 0;
  }
  .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  }
  .copyright-text p a{
  color: #ff5e14;
  }
  .footer-menu li {
  display: inline-block;
  margin-left: 20px;
  }
  .footer-menu li:hover a{
  color: #ff5e14;
  }
  .footer-menu li a {
  font-size: 14px;
  color: #878787;
  }
  
  #i-footer-menu{
  
    flex-direction: column;
    justify-content: end;
    padding: 0;
  
  }
  
  


  /*  MAP */

  .map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
  }
  .map-container iframe{
    left:0;
    top:0;
    height: 85%;
    width:100%;
    position:absolute;
  }
  


  /*  --- WHAT WE DO */


  #lets-talk{

    background-image: url(../img/bw-hero-slider-1-img-4-2.jpg);

    background-position: center;
    border-radius: 10px;

    background-repeat: no-repeat;
    background-size: cover;
  }



  /* TIME LINE */




  /* APP -DEvelopment */


 



  /* App Development END */

  