button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: red !important;
    color: red ;

}

.btn-outline:hover {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;

}
#header .header-inner #logo, #header #header-wrap #logo {
    float: left;
    font-size: 28px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
    height: auto !important;
}
#mainMenu.menu-rounded nav > ul > li > a {
    border-radius: 50px;
    border-width: 2px;
}

#mainMenu nav > ul > li {
    float: left;
    border: 0;
    transition: all .3s ease;
    margin-left: 35px;
    position: relative;
}

/* #mainMenu nav {
    float: right;
    margin-right: 70px;
} */
.dark:not(.submenu-light) #mainMenu.menu-rounded nav > ul > li.current > a, .dark:not(.submenu-light) #mainMenu.menu-rounded nav > ul > li:hover > a, .dark:not(.submenu-light) #mainMenu.menu-rounded nav > ul > li:focus > a,
#mainMenu.dark.menu-rounded nav > ul > li.current > a,
#mainMenu.dark.menu-rounded nav > ul > li:hover > a,
#mainMenu.dark.menu-rounded nav > ul > li:focus > a {
    background-color: #000000 !important;
    color: #393536;
}

#mainMenu.menu-rounded nav > ul > li.current > a, #mainMenu.menu-rounded nav > ul > li:hover > a, #mainMenu.menu-rounded nav > ul > li:focus > a {
    background-color: #393536!important;
    color: #ffffff;
}

.heading-text h4 {
    margin-bottom: 4px !important;
}

p{
    color: #131313 !important;
}

/* .header-extras > ul > li a, .header-extras > ul > li i {
    color: #ffffff;
}

.text-light, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light .lead, .text-light p, .text-light a:not(.btn), .text-light a:not(.btn):hover:not(.btn-light), .text-light i, .text-light li, .text-light label, .text-light div:not(.alert), .text-light span:not(.btn-label) {
    color: #ffffff !important;
}
*/
/* .box-fancy [class*="col-"] {
    padding: 2% !important;
}  */
@media (max-width: 1024px) {
  .header-extras {
    float: right;
  }
  .header-extras > ul .p-dropdown > a > i,
  .header-extras > ul > li > a > i {
    font-size: 16px !important;
  }
  .header-extras > ul .p-dropdown:first-child > a,
  .header-extras > ul > li:first-child > a {
    padding-left: 0;
  }
}

@media only screen and (min-width: 200px) and (max-width: 670px) {
    div.logo-box > img {
    display: block;
    width: 100%;
    height: auto;
    }
}

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation:landscape)
  {
      /* iPad landscape style here */
  }
  @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation:portrait)
  {
      /* iPad portrait style here */
  }
.social-icons.social-icons-medium li a {
    top: 15px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 18px;
    left: 20px;
    background-color: #ffffff;
    border-color: #393536;
}
.background-grey {
    background-color: #000000 !important;
}
#scrollTop:after, #scrollTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #525252;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px;
}

/* a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: #868686;
}

.social-icons.social-icons-colored .social-line a,
.social-icons.social-icons-colored-hover .social-line a:hover {
    background-color: #00c300; */
/* } */

.page-content img {
    max-width: 100%;
    height: auto !important;
}

.container .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
  }

  .container .logo a img {
    max-width: 100%;
    max-height: 60px;
  }

