body {
    margin: 0;
    padding: 0;
    max-height: 2000px;
  }

  .navbar {
    background-image: linear-gradient(to bottom, black, transparent);
    min-height: 12%;
  }
  
  .navbar .container-fluid {
    gap: 3%;
  }
  
  .navbar-nav {
    width: 95%;
    display: flex;
    justify-content: space-between;
    padding-right: 5%;
  }
  
  .nav-item {
    font-size: 1.5vw;
  }
  
  .nav-link {
    color: #fff;
  }
  
  .navbar-brand {
    margin-left: 3%;
    width: max(13vw, 60px);
    height: max(3.5vw, 40px);
    background-image: url("../src/images/home/logo-w.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  
  .navbar.fixed-top {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
  }
  
  .navbar.hide-nav {
    transform: translateY(-100%);
  }
  
  .navbar.transparent {
    background-color: transparent;
  }
  
  .navbar.transparent .navbar-brand {
    width: max(13vw, 60px);
    height: max(3.5vw, 40px);
    background-image: url("../src/images/home/logo-w.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .navbar .container-fluid button {
    border: none;
    outline: none;
    transition: border-color 0.3s ease;
  }
  
  .nav-link:hover {
    transform: scale(1.3);
    transform-origin: center;
    transition: transform 0.2s ease;
    white-space: normal;
    word-break: break-word;
  }
  
  .nav-item:hover .nav-link {
    color: #fff;
  }
  
  .navbar.with-background .nav-link {
    color: #000;
  }
  
  .nav-item.dropdown:hover .nav-link {
    transform: scale(1.3);
    transform-origin: center;
    transition: transform 0.2s ease;
    white-space: normal;
    word-break: break-word;
  }
  
  .navbar .container-fluid button span i {
    color: #fff;
  }
  
  .navbar.with-background .container-fluid button i {
    color: #000;
  }
  
  .navbar.transparent .container-fluid button span i {
    color: #fff;
  }
  
  .navbar.with-background {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), white);
  }
  
  .menu-button {
    background-color: transparent;
    width: 60px;
    height: 75px;
  }
  
  @media screen and (min-width: 992px) {
    .menu-button {
      display: none;
    }
  }
  
  .navbar.with-background .navbar-brand {
    width: max(13vw, 60px);
    height: max(3.5vw, 40px);
    background-image: url("../src/images/home/logo-b.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .dropdown-menu {
    font-size: 16px;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    width: max-content;
  }
  
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .navbar.with-background .nav-item:hover .nav-link {
    color: #000;
  }
  
  .dropdown-item {
    color: #000;
    position: relative;
    padding: 8px 20px;
  }
  
  .dropdown-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  
  .dropdown-item:last-child::after {
    display: none;
  }
  
  .dropdown-item:hover {
    background-color: #000;
    color: #fff;
    transform: scale(1.1);
    transform-origin: center;
    transition: transform 0.2s ease;
    white-space: normal;
    word-break: break-word;
  }
  
  @media screen and (max-width: 992px) {
    .navbar-brand {
      width: max(13vw, 60px);
    height: max(3.5vw, 40px);
      background-image: url("../src/images/home/logo-b.webp");
      background-size: contain;
      background-repeat: no-repeat;
    }
  
    .navbar .navbar-brand {
      width: max(13vw, 60px);
    height: max(3.5vw, 40px);
      background-image: url("../src/images/home/logo-w.webp");
    }
  
    .navbar-nav {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
  
    .nav-item {
      color: #000;
    }
  
    .nav-item:hover .nav-link {
      color: #000;
    }
  
    .dropdown-menu {
      position: absolute;
      top: 10%;
      left: 76%;
      min-width: 160px;
      background-color: #fff;
      border: 1px solid #000;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 1;
      display: none;
      padding: 0;
      margin: 0;
    }
  
    .navbar-nav .nav-item:hover .dropdown-menu {
      display: block;
    }
  }
  .navbar-nav .nav-item .nav-link.active,
  .navbar-nav .nav-item.dropdown.active .nav-link {
    color: #0370dd;
    font-weight: bold;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background-color: #000;
    color: #fff;
  }


  /* The responsive div */




  .responsive-div {

    width: 100%;
    height: 100vh; /* Set the height to 100% of the viewport height */
    background-color: #ffffff; /* Change the background color to your preference */
    font-size: 2rem;
    color: #333;
    background-repeat: no-repeat ;
    background-size: cover;
    background-blend-mode: multiply;
    color: rgb(0, 0, 0);
    background-image: url('../src/images/industry1.webp');

  }

  .responsive-div::before {

    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, black, transparent);
    z-index: 1;
      
    }
    .responsive-div2 {

      width: 100%;
      height: 100vh; /* Set the height to 100% of the viewport height */
      background-color: #ffffff; /* Change the background color to your preference */
      font-size: 2rem;
      color: #333;
      background-repeat: no-repeat ;
      background-size: cover;
      background-blend-mode: multiply;
      color: rgb(0, 0, 0);
      background-image: url('../src/images/industry2.webp');
  
    }
  
    .responsive-div2::before {
  
      content: "";
      position: absolute;
      width: 100%;
      height: 100vh;
      background: linear-gradient(to right, black, transparent);
      z-index: 1;
        
      }
    
      .responsive-div3 {

        width: 100%;
        height: 100vh; /* Set the height to 100% of the viewport height */
        background-color: #ffffff; /* Change the background color to your preference */
        font-size: 2rem;
        color: #333;
        background-repeat: no-repeat ;
        background-size: cover;
        background-blend-mode: multiply;
        color: rgb(0, 0, 0);
        background-image: url('../src/images/industry4.webp');
    
      }
    
      .responsive-div3::before {
    
        content: "";
        position: absolute;
        width: 100%;
        height: 100vh;
        background: linear-gradient(to right, black, transparent);
        z-index: 1;
          
        }
        .responsive-div4 {

          width: 100%;
          height: 100vh; /* Set the height to 100% of the viewport height */
          background-color: #ffffff; /* Change the background color to your preference */
          font-size: 2rem;
          color: #333;
          background-repeat: no-repeat ;
          background-size: cover;
          background-blend-mode: multiply;
          color: rgb(0, 0, 0);
          background-image: url('../src/images/industry3.webp');
      
        }
      
        .responsive-div4::before {
      
          content: "";
          position: absolute;
          width: 100%;
          height: 100vh;
          background: linear-gradient(to right, black, transparent);
          z-index: 1;
            
          }
          .responsive-div5 {

            width: 100%;
            height: 100vh; /* Set the height to 100% of the viewport height */
            background-color: #ffffff; /* Change the background color to your preference */
            font-size: 2rem;
            color: #333;
            background-repeat: no-repeat ;
            background-size: cover;
            background-blend-mode: multiply;
            color: rgb(0, 0, 0);
            background-image: url('../src/images/industry5.webp');
        
          }
        
          .responsive-div5::before {
        
            content: "";
            position: absolute;
            width: 100%;
            height: 100vh;
            background: linear-gradient(to right, black, transparent);
            z-index: 1;
              
            }
            .responsive-div6 {

              width: 100%;
              height: 100vh; /* Set the height to 100% of the viewport height */
              background-color: #ffffff; /* Change the background color to your preference */
              font-size: 2rem;
              color: #333;
              background-repeat: no-repeat ;
              background-size: cover;
              background-blend-mode: multiply;
              color: rgb(0, 0, 0);
              background-image: url('../src/images/11.webp');
          
            }
          
            .responsive-div6::before {
          
              content: "";
              position: absolute;
              width: 100%;
              height: 100vh;
              background: linear-gradient(to right, black, transparent);
              z-index: 1;
                
              }

    #for-center-data{

      height: 100vh;
      display: flex;
      align-items: center ;

    }



    #contact-us-text{

      color: white;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 3px;
      padding-top: 100px;
      z-index: 2;

    }

    #contact-us-main-heading{

      color: white;
      z-index: 2;
      font-size: 60px;
      font-weight: 1000;
      padding-bottom: 25px;
      padding-top: 20px;
      line-height: 1.2;

    }

    #contact-us-description{

      color: white;
      font-size: 23px;
      z-index: 2;

    }

  #container-cover-for-description{

      width: 70%;
      margin-left: 5%;

    }

    #cover-button a {


      font-size: 15px;
      color:rgb(255, 255, 255);
      text-decoration: none;
      padding: 10px 18px;
      border: 1px solid rgb(255, 255, 255);
      background-color: none;
      letter-spacing: 3px;
      font-weight: 600;

    }
    #cover-button  i{
      padding-left: 10px;


      transition: padding 0.5s ease;

    }
    #cover-button a:hover i{

      padding-left: 20px;

    }



    #cover-button {

      padding-top: 60px;
      z-index: 2;

    }




 @media (max-width: 767px) {


        .responsive-div {
        font-size: 1.5rem;

        }
        .responsive-div2 {
          font-size: 1.5rem;
  
          }
          .responsive-div3 {
            font-size: 1.5rem;
    
            }
            .responsive-div4 {
              font-size: 1.5rem;
      
              }
              .responsive-div5 {
                font-size: 1.5rem;
        
                }
                .responsive-div6 {
                  font-size: 1.5rem;
          
                  }
    #contact-us-main-heading{

        font-size: 40px;
        font-weight: 1000;
        padding-bottom: 25px;

        }

        #contact-us-description{

        font-size: 18px;

          }

          #container-cover-for-description{

            width: 90%;
            margin-left: 5%;

          }

      

    }

    .col-12 .navbar{

        width: 85px;

    }


    /* portion 2 css */


    #portion-2{
        
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        height: 100vh;
        position: relative;
    }

   

    #content-on-pic{
        height: 100vh;
        z-index: 2;
        display: flex;
        align-items: center;
        padding-left: 60px;
        color: white;
    }

    #content-on-pic h1{
      color: #000;
       
    }

    #dis-on-cover-img{
        font-size: 20px;
        font-weight: 400;
        word-spacing: 1px;

    }



    /* portion 3 css */



    
#section3,
#section3 .row,
#section3 .row .col-md-6,
#section3 .row .col-md-6 .row,
#section3 .row .col-md-6 .row .col-md-6 {
  margin: 0;
  padding: 0;
}

#section3 {
  max-width: 100vw;
  height: 100vh;
  
}

#section3 .row1{
  height: 100vh;
  transform: translateY(-48px);
}

#section3 .row1 .col11{
  position: relative;
  overflow: hidden;
}

#section3 #bk-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.3s ease;
}

#section3 .bk-image-small {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  transition: 0.9s ease;
  position: relative;
}
#section3 .bk-image-small::before {
    content: "";
    position: absolute;
    left: 0;
  width: 110%;
  height: 100%;
  background-color: #00000046;
  z-index: 1;
  
}

#section3 .row1 .col12 .row121,
#section3 .row1 .col12 .row122{
  height: 50vh;
  position: relative;
}

#section3 .big-img-content .row div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 5%;
}

#section3 .big-img-content .row .col-md-3 {
    justify-content: flex-start;
    align-items: end;
}

#section3 .big-img-content .row .col-md-9 h3 {
    color: #fff;
    font-size: 3vw;
    letter-spacing: 1px;
    font-weight: 700;
    padding-top: 12%;
}

#section3 .big-img-content .row .col-md-9 p {
    width: 80%;
  color: #fff;
  font-size: 1.1vw;
  letter-spacing: 2px;
  font-weight: 500;
  
}

#section3 .big-img-content img {
    margin-top: 50%;
    max-width: 80px;
}

#section3 .row121,
#section3 .row122 {
    overflow: hidden;
}

#section3 .col1211,
#section3 .col1212,
#section3 .col1221,
#section3 .col1222{
  overflow: hidden;
  transition: 0.3s ease;
}

#section3 .row1 .col12 .row121 .col1211 div div,
#section3 .row1 .col12 .row122 .col1222 div div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#section3 .row1 .col12 .row121:hover .bk-image-small{
  transform: scale(1.1);
}

#section3 .mb-screen-text {
    height: 100%;
    padding-top: 30px;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
    overflow: hidden;
  }

  #section3 .mb-screen-text h3 {
    width: 95%;
    text-align: center;
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 20px;
  }

  #section3 .mb-screen-text p {
    width: 80%;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
  }

  #section3 .col1221:hover .bk-image-small{
    transform: scale(1.1);
  }

  #section3 .col1221 {
    position: relative;
  }

  #section3 .col1221 .bk-image-small{
    z-index: -1;
  }
  #section3 .col1221 .mb-screen-text{
    z-index: 2;
  }

  #section3 .col1221 .light-back {
    top: 0;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    background-color: #73c8fa;
    z-index: 1;
    transition: 0.9s ease;
  }

  #section3 .col1221:hover .bk-image-small,
  #section3 .col1222:hover .bk-image-small{
    transform: scale(1.1);
  }

  #section3 .row122.second:hover .bk-image-small{
    transform: scale(1.1);
  }

  #section3 .col1221:hover .light-back{
    opacity: 0.5;
  }

  #section3 .mb-screen-text p{
    font-size: 1vw;
}



/* portion 4 css */


.portion4{
    height: 100vh;
}
#head{
    height: 30vh;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5vw;
    font-weight: 700;
    font-family:Arial, Helvetica, sans-serif;
    color: #73c8fa;
}
#discription{
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
    margin-top: -50px;
    font-size: 1.3vw;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;


}
#col-portion{
    height: 50vh;
    border-left: 1px solid rgb(187, 187, 187);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    
}
#col-portion img{
    width: 50%;

}

#col-portion h2{
    text-align: center;
    font-size: 1.5vw;
    font-weight: 700;
    color: #73c8fa;
    
    
}
#col-portion p{
    text-align: center;
    font-size: 14px;
    
}



.other-industries{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 60px;
}




/* portion 5 css */




#sectionx,
#sectionx .row,
#sectionx .row .col-md-6,
#sectionx .row .col-md-6 .row,
#sectionx .row .col-md-6 .row .col-md-6 {
  margin: 0;
  padding: 0;
}

#sectionx {
  max-width: 100vw;
}

#sectionx .row1 {
  height: 100vh;
}

#sectionx .row1 .col11{
  position: relative;
  overflow: hidden;

  /* height: 100%; */
}

#sectionx #bk-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.3s ease;
}

#sectionx .bk-image-small {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  transition: 0.3s ease;
}

#sectionx .white-square {
  position: absolute;
  width: 5%;
  height: 10%;
  background-color: rgb(253, 253, 253);
  transform: rotate(45deg);
  top: 45%;
  left: 46%;
  z-index: 1;
  transition: transform 0.3s ease;
}

#sectionx .row121:hover .white-square,
#sectionx .row122:hover .white-square{
  transform: rotate(45deg) scale(1.1);
}

#sectionx .row1 .col12 .row121,
#sectionx .row1 .col12 .row122{
  height: 50vh;
  position: relative;
}

#sectionx .row1 .col11 h3{
  color: #fff;
  font-size: 1vw;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
}

#sectionx .row1 .col11 div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
}

#sectionx .row1 .col11 p{
  width: 80%;
  color: #fff;
  font-size: 1.5vw;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
}

#sectionx .col1211,
#sectionx .col1212,
#sectionx .col1221,
#sectionx .col1222{
  overflow: hidden;
}

#sectionx .row1 .col12 .row121 .col1211,
#sectionx .row1 .col12 .row122 .col1222{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sectionx .row1 .col12 .row121 .col1211 div,
#sectionx .row1 .col12 .row122 .col1222 div{
  height: 100%;
  display: flex;
  transform: translateY(20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2a89fc;
  text-align: center;
}

#sectionx .row1 .col12 .row121 .col1211 div h3,
#sectionx .row1 .col12 .row122 .col1222 div h3{
  transform: translateY(80px);
  font-size: 0.9vw;
  letter-spacing: 1.6px;
  font-weight: 700;
}

#sectionx .row1 .col12 .row121 .col1211 div div,
#sectionx .row1 .col12 .row122 .col1222 div div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#sectionx .row1 .col12 .row121 .col1211 p,
#sectionx .row1 .col12 .row122 .col1222 p{
  color: #000;
  width: 80%;
  font-size: 1.25vw;
  font-weight: 500;
}

#sectionx .row1 .col11:hover #bk-image{
  transform: scale(1.1);
}

#sectionx .row1 .col12 .row122 .white-square{
  left: 49%;
}

#sectionx .big-img-content {
  margin-top: 3vw;
}

#sectionx .row1 .col12 .row121:hover .bk-image-small,
#sectionx .row1 .col12 .row122:hover .bk-image-small{
  transform: scale(1.1);
}

#sectionx .mb-screen-text {
  display: none;
}

@keyframes scroll-up {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(43px);
  }
}

.sectionx-animation {
  animation: scroll-up 2s forwards ease;
}

.sectionx-animation1 {
  animation: scroll-up 3s forwards ease;
}

@media (max-width: 767px) {
  #sectionx .row1 .col12 .row121 .col1211,
  #sectionx .row1 .col12 .row122 .col1222,
  #sectionx .white-square {
    display: none;
  }

  #sectionx {
    height: auto;
  }

  #sectionx .row1{
    height: 1200px;
    height: auto;
  }

  #sectionx .col11{
    height: 400px; /* Remove fixed height for col11 */
  }

  #sectionx .col12{
    height: 66.66%; /* Set height to occupy the remaining space */
  }

  #sectionx .mb-screen-text h3 {
    font-size: 0.8em;
    letter-spacing: 2px;
    font-weight: 700;
  }

  #sectionx .mb-screen-text p {
    width: 80%;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
  }

  #sectionx .mb-screen-text {
    background-image: linear-gradient(to bottom, black, transparent);
    padding-top: 30px;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
  }

  #sectionx .big-img-content {
    margin-top: 0;
    background-image: linear-gradient(to bottom, black, transparent);
  }

  #sectionx .big-img-content h3 {
    padding-top: 20px;
  }

  #sectionx .mb-screen-text div {
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }

  #sectionx .row1 .col11 h3{
    font-size: 0.8em;
  }

  #sectionx .row1 .col11 p{
    font-size: 1.2em;
  }
}









/* footer */





#section4 a {

    letter-spacing: 2px;
  
    font-size: 14px;
  
    margin-top: 2%;
  
    margin-left: 5%;
  
    font-weight: 500;
  
  }

  #section4 .btn {

    background-color:#1789fc;
  
    display: flex;
  
    justify-content: center;
  
    align-items: center;
  
    border-radius: 0;
          
    min-width: 250px;
  
    height: 55px;
  
    transition: width 0.2s ease-in-out;
  
    transform-origin: left;
  
  }
  
  
  
  
  #section4 .btn{
  
    width: 15vw;
  
  }
  
  
  
  #section4 i {
  
   margin-left: 10%;
  
  }

  
  
  
  
  #section4 .btn:hover {
  
    width: 20vw;
  
    background-color: #0370dd;
  
  }

  #section4{

    padding: 0;
  
    margin: 0;
  
    top: 0;
  
    left: 0;
  
    background-image: url(https://creativechaos.co/wp-content/uploads/2018/04/footerbg.jpg);
  
    background-position: center;
  
    background-size: cover;
  
    display: flex;
  
    flex-direction: column;
  
    justify-content: center;
  
    height: 450px;
    max-width: 100%;
    overflow: hidden;
    transform: translateY(-50px);
  
  }
  
  
  
  
  #section4::before{
  
    left: 0;
  
    content: "";
  
    width: 100%;
  
    position: absolute;
  
    height: 450px;
  
    background-color: rgba(16,33,67, 0.8);
  
    z-index: 0;
    
    overflow: hidden;
  
  }
  
  
  
  
  #section4 div p, #section4 div h2{
  
    margin-left: 5%;
  
    color: #fff;
  
  }
  
  
  
  
  #section4 div h2{
  
    font-size: 4.5vw;
  
    font-weight: 900;
  
  }
  
  
  
  
  #section4 div p{
  
  letter-spacing: 2px;
  
  font-weight: 500;
  
  }
  
  
  
  
  .section4-subdiv{
  
    z-index: 1;
  
  }
  
  
  
  
  .footer{
  
    position: absolute;
  
    display: flex;
  
    flex-direction: column;
  
    align-items: end;
  
    justify-content: end;
  
    width: 100%;
  
    height: 450px;
  
  }
  
  
  
  
  #section4 .footer p{
  
    text-align: right;
  
    margin: 0;
  
    padding: 0;
  
    width: 100%;
  
    padding-right: 10%;
  
    background-color: rgba(16,33,67);
  
    color: #ffffff;

    font-weight: 100;
  
  }









    @media (max-width: 767px) {
        .responsive-div {
        font-size: 1.5rem;
        }
        .responsive-div2 {
          font-size: 1.5rem;
          }
          .responsive-div3 {
            font-size: 1.5rem;
            }
            .responsive-div4 {
              font-size: 1.5rem;
              }
              .responsive-div5 {
                font-size: 1.5rem;
                }
                .responsive-div6 {
                  font-size: 1.5rem;
                  }
    #contact-us-main-heading{
        font-size: 40px;
        font-weight: 1000;
        padding-bottom: 25px;
        }
        #contact-us-description{
            font-size: 18px;
          }
          #container-cover-for-description{

            width: 90%;
            margin-left: 5%;
          }
          
#section3 .row1 .col12 .row121 .col1211{
    display: none;
  }
#section3{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: start;
}
  #section3 .row1{
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #section3 .row1.second {
    transform: translateY(-128px);
  }

  .section4 {
    transform: translateY(-224px);
  }

  #section3 .col11{
    height: 500px; 
  }

  #section3 .row1{
    min-height: 2000px;
    height: 100%;
  }

  #section3 .row1.second{
    min-height: 1500px;
  }

  #section3 .row1.third{
    min-height: 1000px;
  }

  #section3 .row121{
    min-height: 500px;
    height: 100%;
  }

  #section3 .row122{
    min-height: 1000px;
  }

  #section3 .row122.second{
    min-height: 500px;
  }

  #section3 .col11,
  #section3 .container-fluid,
  #section3 .big-img-content,
  #section3  .big-img-content .row{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #section3 .big-img-content .row .col-md-3{
    
    align-items: center;
  }

  #section3 .big-img-content .row .col-md-3 img {
    padding-top: 0;
    margin: 0;
  }

  #section3 .big-img-content .row .col-md-9{
    
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;;
    align-items: center;
  }

  #section3 .big-img-content .row .col-md-9 h3{
    font-size: 16px;
    padding-top: 1%;
    text-align: center;
  }

  #section3 .mb-screen-text p{
    display: block;
}

#section3 .big-img-content .row .col-md-9 p{
    width: 98%;
    font-size: 12px;
    text-align: center;
  }

  #section3 .mb-screen-text p {
    width: 98%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }

  #section3 .mb-screen-text h3 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    
  }

  #section3 .mb-screen-text div {
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }



  #section4{

    padding: 0;
  
    margin-top: 330px;
  

  
    background-image: url(https://creativechaos.co/wp-content/uploads/2018/04/footerbg.jpg);
  
    background-position: center;
  
    background-size: cover;
  
    display: flex;
  
    flex-direction: column;
  
    justify-content: center;
  
    height: 450px;
    /* transform: translateY(-500px); */

    
  
  }
  #section4 div h2{

    font-size: 30px;
  
    font-weight: 900;
  
  }
  
  
  
  
  .section4-subdiv{
  
    display: flex;
  
    flex-direction: column;
  
    justify-content: center;
  
    align-items: center;
  
  }

  #portion-2{
    background-position: center;
    height: 60vh;
    overflow: hidden;
}

#content-on-pic{
    height: 60vh;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: white;
    
}

#content-on-pic h1{
   
}

#dis-on-cover-img{
    font-size: 14px;
    font-weight: 400;
    word-spacing: 1px;
    line-height: -20px;

}

.portion4 .container-fluid{
    display: flex;
    flex-direction: column;
    height: auto;

}

.portion4{

    margin-top: 1200px;
    height: auto;


}
#head{
    height: 10vh;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    font-weight: 700;
    font-family:Arial, Helvetica, sans-serif;
    color: #73c8fa;
}
#discription{
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    margin-top: -50px;
    font-size: 3vw;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;


}
#col-portion{
    height: 30vh;
    border-left: 1px solid rgb(187, 187, 187);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    
}
#col-portion h2{
    font-size: 4vw;
    
}
#col-portion img{
    width: 30%;

}

.other-industries{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 60px;
}



    }

    /* ........................................................................................................................... */
     /* ........................................................................................................................... */
      /* .............................................financial analytics.............................................................................. */
       /* ........................................................................................................................... */