body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
}


p{

    font-family: 'Roboto', sans-serif;
  }
  
  .mbottom{
    margin-bottom: 100px;
  }
  
  
  a.nav-link:hover{
    color: #FFB367;
    transition: all 0.20s ease-out;
  
  }
  
   .computerimage{
  }
  
  
  /* hero section csss */
  .hero-section h1{
    font-weight: 750;
    font-size:5vw;
  }
  
  .button-3 {
    background-color: ;
    ;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
  
    transition: all 0.25s ease-out;
  }
  .button-3:hover {
  
      cursor: pointer;
        transform: scale(1.25);
        background:   #FFB367;
        ;
        color: #000;}
  
  
  
  
  
  .dropdown-toggle::after {
    display: none !important;
  }
  
  a.nav-link{
    /* color:orange */
  }
  
  
  .carousel > .carousel-inner > .carousel-item > img{
    /* Yeap you can change the width and height*/
   height:700px;
  }
  
  .carousel-content {
    position: absolute;
    bottom: 60%;
    left: 5%;
    z-index: 20;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    top:100px;
  }
  .fontsize{
    font-weight:900;
    
  }
  .mtop{
    margin-top: 150px;
  }
  
  /* CONTENT 2  CSS */
  
  .icon:hover {
    background-color: rgba(255, 255, 255, 0.986);
    cursor: pointer;
        transform: scale(1.25);
  }
  .center{
    display: grid;
    justify-content: center;
    align-content: center;
  
    gap: 5px;
    grid-auto-flow: column;
  
  }
  
  
  /* IconCard Css */
  .iconcard {
    background:#27496D;
    width: 20px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px;
  }
  
  .iconcard:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ebeae5;
  }
  
  /* .iconcard:hover {
    color: #ebeae5;
    box-shadow: 0 0 5px #ebeae5;
    text-shadow: 0 0 5px #ebeae5;
  } */
  .iconcard:hover{
    border:10px solid #00A8CC;
  }
  .iconcard:hover i {
    text-shadow: 0px -1px 10px #00A8CC;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  li {
    display: inline;
  }
  li a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
  }
  .cardbg{
    background-color: #27496D;
    color:white;
  }
  
  .card-icon:hover i {
    text-shadow: 0px -1px 10px #00A8CC;
  
  
  }
  
  .card-body:hover{
    /* border:5px solid #00A8CC; */
    shadow: 0px -1px 10px #00A8CC;
  
  }
  
  
  
  .zoom-image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
  }
.zoom-image{
  backdrop-filter: invert(80%);
}
  
  
  .zoom-image img {
    width: 100%;
    transition: 0.5s all ease-in-out;
  }
  
  .zoom-image:hover img {
    transform: scale(1.5);
  }

  .first-txt {
    position: absolute;

    top: 100px;
    white-space: pre;
    right: 50%;
    transform: translateX(50%);
    font-weight: bold;
    font-size: 30px;
    display: flex;
  justify-content: center;

  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.2); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  
}

   .card-height{
    width: 500px;
    height: 300px;
  
    /* height: 220px; */
   
   }
   .iconimg img{
    width:  100px;
    height: 100px;
    object-fit: cover;
  
   }

   .sapimg img{
    width:  150px;
    height: 150px;
    object-fit: cover;
  
   }

  
   .zoomcard img{
    width: 500px;
    height: 300px;
  
   }
   /* testimonial css start */
  
  figure.snip1192 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
  }
  figure.snip1192 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  figure.snip1192 img {
    max-width: 100%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
  }
  figure.snip1192 blockquote {
    margin: 0;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 30px 50px 65px 50px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 -50px;
    line-height: 1.6em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  figure.snip1192 blockquote:before,
  figure.snip1192 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
  }
  figure.snip1192 blockquote:before {
    top: 35px;
    left: 20px;
  }
  figure.snip1192 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 35px;
  }
  figure.snip1192 .author {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
  }
  figure.snip1192 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
  }
  figure.snip1192 .author h5 span {
    font-weight: 400;
    text-transform: none;
    display: block;
  }
  
  /* list style css start */
  ul {
    margin: 0;
  }
  ul.dashed {
    list-style-type: none;
  }
  ul.dashed > li {
    text-indent: -5px;
  }
  ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
  }
  
  .service-box h2::after {
    content:'';
    height:5px;
    background-image:linear-gradient(116deg,#FFC362 0%,#F75F00 100%);
    width:60px;
    display:block;
    margin-top:6px;
  }
  
  .icon-hover:hover{
    /* background-color: #FFB367; */
    color:#FFB367;
font-size:2.2em;
transition: 1s ease-out;

  
  }
  /* contact us css */
  background: #ff9b00;


    .contact{
    padding: 4%;
    height: 400px;
    }
    .s-box{
    background: #ff9b00;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    }
    .contact-info{
    margin-top:10%;
    }
    .contact-info img{
    margin-bottom: 15%;
    }
    .contact-info h2{
    margin-bottom: 10%;
    }
    .col-md-9{
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    }
    .contact-form label{
    font-weight:600;
    }
    .contact-form button{
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
    }
    .contact-form button:focus{
    box-shadow:none;
    }


    /* animation start */
.animation
{
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 100%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.card:hover {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
transition: all 0.3s ease;
}

.card:hover{
  transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

/* up down image css */
  
img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-12px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-12px); }
}


      


    /* media query start here */
    @media screen and (min-width: 480px) and (max-width: 720px)

{

}
