/* Couhins 2023 */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.tabs-top .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px; }

.contact-form .btn-outline {
  border: 3px solid #000;
  color: #000; }
  .contact-form .btn-outline:hover {
    border: 3px solid #dca44e;
    color: #dca44e; }

.text-box-h1 .btn-link {
  border: 3px solid #dca44e; }
  .text-box-h1 .btn-link:before, .text-box-h1 .btn-link:after {
    background: #000; }
  .text-box-h1 .btn-link span:before, .text-box-h1 .btn-link span:after {
    background: #000; }

.text-box-h2 .btn-link {
  color: #fff;
  border: 3px solid; }

.variant-w-two .ApImage .image_description div {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  display: none; }
.variant-w-two .ApImage:hover p {
  display: none;
  transform: all 0.3s ease; }
.variant-w-two .ApImage:hover .image_description div {
  margin-top: 140px;
  opacity: 1;
  visibility: visible;
  display: block; }

/*# sourceMappingURL=profile2291150123.css.map */
