/*Laxmikant: New Added Team of 2 People*/
#team2{
    margin: 30px 5px;
}
#team2-image{
width: 80%;
margin: 0 auto;
text-align:center;
}

.portfolio-item-2 .feature-mob-scroll:hover 
{
    transition: all 9s ease-out 0s;
-webkit-transition: all 9s ease-out 0s;
-o-transition: all 9s ease-out 0s;
-moz-transition: all 9s ease-out 0s;
-ms-transition: all 9s ease-out 0s;
}

.portfolio-item-2,.portfolio-img
{
display: inline-block;
height: 320px;
position: relative;
width: 100%;
}

.portfolio-item-2,.feature-mob-scroll
{
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;width: 100%;
    transition: all 9s ease-out 0s;
    -webkit-transition: all 9s ease-out 0s;
    -o-transition: all 9s ease-out 0s;
    -moz-transition: all 9s ease-out 0s;
    -ms-transition: all 9s ease-out 0s;
}

.portfolio-img:hover .feature-mob-scroll {
    background-position: center 100% !important;
}

.portfolio-item-2
{
overflow: hidden;
position: relative;
}
.stk-wht{
color: #fff;
font-size: 30px;
padding-right: 5px;
margin-bottom: 3px;
vertical-align:middle;
}
.stk-wht1{
background: #25D366;
color: #fff;
font-size: 18px;
padding: 5px 10px;
border-radius: 20px;
}
.contact-bg .la-envelope{
    transform: rotate(270deg);
    font-size: 25px;
}
.footer-enquiry .form-control {
    border: 1px solid gray;
    height: 35px;
}
#team2 .la-phone{
background: #425edb;
color: #fff;
padding: 5px;
border-radius: 20px;
}
.text-orien{
padding-bottom: 12px;
vertical-align: middle;
}
.text-theme {
    text-decoration: none;
}

.modal-dialog
{
max-width: 540px;
}

.modal-header
{
    padding-top: 15px;
}

#post-image img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

@media only screen and (max-width: 372px)
{
    #Modal .modal-footer 
    {
        font-size: 9px;
    }
}


@media (max-width:767px) {
 /* .modal-backdrop,#Modal
  {
    display:none !important;
  }
  */
  .mobt
  {
      display:block;
  }
  
  .deskt
  {
      display:none;
  }
}


@media (min-width:768px) {

    .mobt
  {
      display:none;
  }
  
  .deskt
  {
      display:block;
  }
}

.img404
{
    width:100%;
}

.stk-wht1 i
{
     animation: shake 1s; 
     animation-iteration-count: infinite; 
     
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@media only screen and (min-width:1281px)
{
    .sticky-whatsapp
    {
        display:none;
    }
}

#Modal .modal-header .mb-2
{
    font-size: 4vh;
}

.hide-robot{
	display:none;
}
