/********** General **********/
a {
   transition: all .3s ease-in-out;
}
/********** General **********/


/********** Header **********/
body .header-area {
   visibility: visible !important;
}
.nav .mobile {
   display: none;
}
/********** Header End **********/


/********** Contact Us **********/
body .contact-us {
   padding-top: 220px;
}
body .contact-us .info span {
   align-items: center;
}
/********** Contact Us End **********/


/********** Our Portfolio **********/
body .our-portfolio {
   padding-top: 220px;
}
body .our-portfolio .item .hover-effect .inner-content {
   padding-left: 15px;
}
/********** Our Portfolio End **********/


/********** Footer **********/
body footer .about .logo img {
   max-width: 139px;
   width: 100%;
}
footer .about a:hover {
   color: #ff695f;
}
/********** Footer End **********/


/********** 992px and below **********/
@media (max-width: 992px) {
   /***** Header *****/
   .nav .mobile {
      display: block;
   }
   /***** Header End *****/
}
/********** 992px and below End **********/