/* ==========================================================================
  01. GENERAL
  =========================================================================== */ 

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

img {
    max-width: 100%;
    height: auto;
}

.preloader-img {
    position: absolute;
    width: 100%;
    top: 50%;
}

.preloader-img img {
    max-height: 75px;
    width: auto;
    margin-top: -30px;
    -webkit-animation-name: pulse2;
    animation-name: pulse2;
}

.navbar-light .logo-white {
    display: none;
}

.navbar-dark .logo-black {
    display: none;
}

.scroll.bg-tra {
    /* background-color: #fcfcfc !important; */
    background-color: #000000 !important;
}

.header-area-hide {
    margin-top: 60px;
}

section,
header,
#page { 
    width: 100%; 
    max-width: 100%;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 auto;
    padding: 1em;
    border-left: 5px solid #000;
}

blockquote:before {
    display: none;
}

blockquote:not(:first-of-type) {
    margin-top: .5em;
}

blockquote p {
    color: #555;
    line-height: 1.4;
    font-style: italic;
    font-size: 1.1em;
    font-weight: 300;
}

blockquote footer {
    margin-top: .5em;
    padding: 0;
    color: #777;
    text-align: left;
    font-style: italic;
}

blockquote footer:before {
    content: '— ';
}

blockquote:nth-of-type(even) {
    text-align: right;
    border-left: none;
    border-right: 5px solid #000;
}

blockquote:nth-of-type(even) footer {
    text-align: right;
}

blockquote:nth-of-type(even) footer:before {
    content: '';
}

blockquote:nth-of-type(even) footer:after {
    content: ' —';
}

/*
@element 'blockquote' and (min-width: 300px) {
  blockquote {
    padding: 1em 20% 1em 1em;
  }
  blockquote p {
    font-size: 14pt;
  }
  blockquote:nth-of-type(even) {
    padding: 1em 1em 1em 20%;
  }
}
*/

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #eee;
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

q {
    quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
    content: "";
}

:focus {
    outline: none;
}

/* ==========================================================================
  02. CONTENT
  =========================================================================== */ 

.breadcrumbs ul li {
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
    font-size: 1.25rem;
    position: relative;
}

.breadcrumbs ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    right: -7px;
}

.breadcrumbs ul li:last-child:after { 
    display: none;
}

.error404 .error {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
03. Clearings
--------------------------------------------------------------*/

hr, .navigation {
    clear: both;
}

.navigation:before,
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.navigation:after,
.clear:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after {
    clear: both;
}

/*--------------------------------------------------------------
4.0 Media
--------------------------------------------------------------*/

img, video {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.alignnone { 
    margin-bottom: 1.5em;
}

/* SVG Icons base styles */

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative; /* Align more nicely with capital letters */
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}

/*------------------------------------------
 7.0  FOOTER
------------------------------------------*/

/*
footer.bg-dark ul > li a { 
    color: #fff;
}

footer.white-color ul li a:hover { 
    text-decoration: underline;
}
*/








.navbar-light .header-socials a:hover { 
    color: #fff;
}

.navbar-dark .navbar-text a.nav-icon,
.navbar-expand-lg .navbar-nav a.nav-icon {
  padding: 0.65rem 1rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nav-icon.dropdown-toggle::after { 
    display: none;
}

.navbar-toggler-icon {
    line-height: 1.5em;
}

.navbar-light .navbar-toggler-icon{
    background-image: none;
}

.overflow-hidden {
    overflow: hidden;
}










.bg-red  {  
    background-color: #eb2f5b; 
}

.bg-red .section-title .rose-color {
    /* color:#fed841; */
    color: #ffde00;
}

.white-color .p-md.grey-color,
.bg-purple .section-id.rose-color,
.bg-red .section-title .section-id.rose-color {
    color:#fff
}



.white-color .lightgrey-color p{color: #fff; }
.nav-item{position: relative;}
.btn-tra-white:hover, .btn-tra-white:focus, .btn-white:hover, .btn-white:focus{color: #222; }




.more .dropdown-menu li{display: block; }
.more .dropdown-menu li a{color: #333 !important;}
.more .dropdown-menu{ left: auto; right: 0; }




/*
.table #next{text-align: right;}

.white-color .review-author span{ color:#fff;}
.pagination{ font-weight: normal; }
.hero-content .text-left p{padding-left: 0 !important;}
.hero-content .text-right p{padding-right: 0 !important;}

.vc_section[data-vc-full-width]{overflow:visible}
.single-widget.sidebar-div.footer-box{padding-left: 0}
*/






@media (min-width: 992px) {
  .quick-contact-form textarea{ height: 120px; }
  .navbar-nav{  flex: none; max-width: 100%; display: inline;}
  .navbar-nav .menu-item{ display: inline-block; }
  .nav-button,
  .header-socials{display: inline-flex;}
}
@media (max-width: 767.99px) { 
  .navbar-nav .dropdown-menu{ max-height: 400px; overflow-x: scroll; min-width: initial !important;  }
}
















/*img{
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95),-webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
will-change: filter;
  -webkit-filter: brightness(110%) hue-rotate(0deg);
filter: brightness(110%) hue-rotate(0deg);
}
img:hover{
  -webkit-filter: brightness(100%) hue-rotate(5deg);
filter: brightness(100%) hue-rotate(5deg);
}*/