  /*Header CSS:: START*/

  .main-nav-section {
    height: 75px;
    width: 100%;
    z-index: 99999;
    /* background: #fff; */
}


.multiscroll_slider_main
{
    margin-top: 90px;
}
.slide_bg_color
{
    padding: 5vh 10px;
    background-image:-webkit-linear-gradient(40deg,#6712a8 0,#5f28fb 100%) ;
}
.slide_img
{
    margin: 6vh 0;
}
.slide_img_new
{
    margin: 0vh 0;
}

  /*Header CSS:: END*/


#medium_device_slider,
#medium_device_slider .container-fluid
#main_section
{
    overflow-x: hidden;
}

#medium_device_slider .content
{
    padding: 15px;
}

/* button_section_css::start */
#medium_device_slider .btn-blue, .btn-red {
    width: 50%;
    color: white;
    padding: 8px;
    font-size: 12px;
}
/* button_section_css::end */



/* cube */
#medium_device_slider.cube {
    position: absolute;
    top: 10%;
    left: 15%;
    overflow: hidden !important;
    width: 15px;
    height: 15px;
    border: solid 1px rgba(255, 255, 255, .05);
    /* border-radius: 100%; */
    transform-origin: top left;
    transform: scale(0) rotate(
0deg
) translate(-50%, -50%);
    animation: cube 12s ease-in forwards infinite;
}
#medium_device_slider.cube:nth-child(2) {
    animation-delay: 2s;
    left: 65%;
    top: 40%;
}
#medium_device_slider.cube:nth-child(3) {
    animation-delay: 3s;
    left: 45%;
    top: 65%;
}
#medium_device_slider.cube:nth-child(4) {
    border-color: rgba(255, 255, 255, .05);
    animation-delay: 4s;
    left: 55%;
    top: 21%;
}

#medium_device_slider .cube:nth-child(5) {
    border-color: rgba(255, 255, 255, .05);
    animation-delay: 5s;
    left: 10%;
    top: 55%;
}
#medium_device_slider.square.one {
    top: 30%;
}
#medium_device_slider.square.two {
    top: 28%;
    left: 100px;
}
#medium_device_slider.square.three {
    height: 500px;
    width: 250px;
    top: 40%;
    left: 102px;
}
/* cube */
/* image animation */


#medium_device_slider .image_3d_tube img
{
    -webkit-animation: zoomeffect 5s infinite alternate;
    -moz-animation: zoomeffect 5s infinite alternate;
    animation: zoomeffect 5s infinite alternate;
}
@-webkit-keyframes zoomeffect{
    0%{
        background-position:center;
      transform:scale(0.1,0.1);
    }
    /* 50%{
        background-position:center;
      transform:scale(0.5,0.5);
    } */
    100%{
        background-position:center;
      transform:scale(0.2,0.2);
    }
}
@keyframes zoomeffect{
    0%{
        background-position:center;
      transform:scale(0.5,0.5);
    }
   
}




.laserprobe_image img {
    width: 100%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/* @keyframes bounceInRight {
    0%,
    100% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
   
    }
    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
        
    }
} */

/* image animation */

  @media only screen and (max-width : 991.5px) {
    .navbar-brand
    {
        width: 20%;
    }
    .navbar-brand img {
        width: 100%;
    }
    .main-heder-nav
    {
        padding: 10px;
    }
  }
  @media (min-width:768px) and (max-width:1024px)
  {
    #medium_device_slider .btn-blue, .btn-red {
        width: 23%;
        color: white;
        padding: 8px;
        font-size: 12px;
    }
  }
  @media (min-width:600px) and (max-width:1024px)
  {
    #medium_device_slider .btn-blue, .btn-red {
        width: 23%;
        color: white;
        padding: 8px;
        font-size: 12px;
    }
  }
  @media (max-width: 480px) {
    .navbar-brand
    {
        width: 50%;
    }
    .more_offerings img
    {
    width:70%;
    }
  }
  /* go to top button */
  .goto_top_button
  {
  display: inline-block;
    width:50px;
    height:50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 29px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    vertical-align: middle;
    align-items: center;
    color: white;
    background-color: #4a6824;
    font-size: 52px;
} 

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation:portrait) 
{
    .navbar-brand
    {
        width:30%;
    }
    .navbar-brand img {
        width:70%;
    }
    .multiscroll_slider_main.d-lg-none.d-md-block.d-sm-block
    {
        display: none;
    }
    #medium_device_slider
    {
        display: block !important;
    }
}

@media (min-width:800px) and (max-width: 1280px)
{
    .navbar-brand
    {
        width:25%;
    }
    .navbar-brand img
    {
        width: 40%;
    }

}

