/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
.hide-on-desktop {
   display: none;
}
/********** General End **********/


/********** Header **********/
body .techstudio-nav.index-navber .navbar .navbar-nav .nav-item a:hover,
body .techstudio-nav.index-navber .navbar .navbar-nav .nav-item a.active {
   color: #5e87eb;
}
body .navbar-brand img {
   max-width: 250px;
}
/********** Header End **********/


/********** Service **********/
body .service-content {
   text-align: center;
}
/********** Service **********/


/********** Partner **********/
body .partner-area img {
   transform: scale(0.8);
}
/********** Partner End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Header *****/
   /* body #menu .container {
      width: 100%;
   } */
   /***** Header End *****/
}
/********** 1199px and below End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   .hide-on-desktop {
      display: block;
   }
   /***** Header *****/
   body .logo img {
      max-width: 180px;
   }
   /***** Header End *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   /* body #menu .container {
      display: block;
   }
   body #menu a.navbar-brand img {
      max-height: 40px;
   }
   body .navbar-toggle {
      margin-top: 18px;
   }
   body .navbar-default .navbar-toggle .icon-bar {
      background-color: #ddd;
   } */
   /***** Header End *****/
}
/********** 767px and below End **********/
