a,
a:focus {
    text-decoration: none !important;
}
a:focus,
a:hover {
    color: ;
    text-decoration: none !important;
}
a,
button,
input {
    outline: medium none !important;
    color: #0058FF;
}
*::-moz-selection {
    background: #0058FF;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #0058FF;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #0058FF;
    color: #fff;
    text-shadow: none;
}
a,
i,
.btn,
button,
img,
span,
.dropdown-item,
.nav-link.dropdown-toggle::after,
.social-icons li:hover a,
.owl-item,
.featured-item,
.featured-item .featured-icon,
.featured-item .featured-icon i,
.team-member,
.post,
.post-image:after,
.product-link {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.transform-x {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.transform-y,
.align-center,
.image-column {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.video-btn-pos,
.post-link {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}
.box-shadow,
.dropdown-menu,
#header-wrap.fixed-header,
.navbar-nav ul,
.navbar-brand::before,
.featured-item.style-2,
.post,
.team-member:hover,
.price-table {
    -webkit-box-shadow: 20px 20px 100px -15px rgba(7, 7, 7, 0.08);
    -moz-box-shadow: 20px 20px 100px -15px rgba(7, 7, 7, 0.08);
    box-shadow: 20px 20px 100px -15px rgba(7, 7, 7, 0.08);
}
.owl-carousel .post,
.owl-carousel .featured-item {
    -webkit-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
    -moz-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
    box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
}
.clear-loader {
    background-color: #f1f4fb;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin: 0 auto;
}
.loader {
    width: 90px;
    height: ;
    position: relative;
    perspective: 300px;
}
.loader span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #232077;
    animation: flip 2s linear infinite;
    transform-origin: right bottom;
}
.loader span:nth-child(2) {
    animation-delay: 0.5s;
    opacity: 0.5;
}
[data-overlay] {
    position: relative;
    z-index: 0;
}
[data-overlay]:before {
    position: absolute;
    content: "";
    background-color: #060620;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
[data-overlay].white-overlay:before {
    background-color: #fff;
}
[data-overlay].theme-overlay:before {
    background-color: #ffc300;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}
[data-overlay="10"]:before {
    opacity: 1;
}
[data-overlay="0"]:before {
    opacity: 0;
}
.img-overlay[data-overlay]:before {
    z-index: 1;
}
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.scroll-top a,
.scroll-top a:visited {
    display: block;
    border-radius: 0.25rem;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    color: #fff;
    background: #2b2b2b;
}
.scroll-top a:hover,
.scroll-top a:focus {
    color: #d5f9fa;
    background: #2b2b2b;
}
.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.topbar-link .icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #e9e9e9;
    font-size: 26px;
    border-radius: 0.25rem;
}
.topbar-link a:hover {
    color: #ffc300;
}
#header-wrap {
    position: relative;
}
#header-wrap.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #fff;
    animation: smoothScroll 1s forwards;
}
#header-wrap .navbar-nav:before {
    background: #090f21;
    content: "";
    width: 5000px;
    height: 100%;
    left: -30px;
    position: absolute;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}
.logo img {
    max-height: 140px;
}
.navbar {
    padding: 0;
}
.navbar-nav .nav-item {
    margin: 0 15px;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 20px;
    background: #fff;
    top: 100%;
    border: none;
    margin-top: 0;
    left: -100%;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, 0.06);
    box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, 0.06);
}
.navbar-brand {
    margin-right: 0;
    padding: 0;
}
.nav-item.dropdown .dropdown-menu a {
    display: block;
    color: #2b2b2b;
    padding: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: nowrap;
    position: relative;
    background: none;
    font-size: 15px;
    font-weight: 500;
}
.nav-item.dropdown .dropdown-menu a:hover {
    color: #ffc300;
    padding-left: 15px;
}
.nav-item.dropdown .dropdown-menu a:before {
    content: "";
    background: #ffc300;
    opacity: 0;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -4px;
    border-radius: 0.25rem;
}
.nav-item.dropdown .dropdown-menu a:hover:before {
    opacity: 1;
    left: 0;
    animation: opacitychange 1s ease-in-out infinite;
}
#header-wrap.fixed-header .navbar-brand {
    color: #fff;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100%;
    }
    .navbar-nav .dropdown-menu {
        min-width: 12em !important;
        max-width: 20em !important;
    }
    .navbar-nav .dropdown > .dropdown-menu {
        opacity: 0;
        position: absolute;
        display: block;
        pointer-events: none;
        background: #fff;
        -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
        transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    }
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        left: 0;
    }
    .navbar-nav .dropdown-submenu:hover .dropdown-menu {
        top: 0;
        display: block;
    }
    .nav-link.dropdown-toggle::after {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        width: 0.425rem;
        height: 0.425rem;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        vertical-align: 0.15em;
    }
    .nav-link.dropdown-toggle:hover::after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .header-2 .nav-link.dropdown-toggle::after {
        border-color: #2b2b2b;
    }
    .navbar-nav .nav-link {
        line-height: 80px;
    }
    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        border-top: 0.125rem solid #2b2b2b;
        border-right: 0.125rem solid #2b2b2b;
        border-bottom: none;
        border-left: none;
        width: 0.425rem;
        height: 0.425rem;
        position: absolute;
        right: 0;
        margin: 0;
        vertical-align: middle;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
}
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-submenu .dropdown-menu {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 0;
    }
}
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: #fff;
    left: 100%;
    margin: 0;
    right: auto;
    top: 0;
}
.navbar-nav .dropdown-submenu {
    display: block;
    position: relative;
}
.navbar-nav .nav-link {
    color: #090f21;
    font-size: 16px;
    padding: 0 !important;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
    color: #0b159d;
}
.header-2 .topbar-link,
.header-3 .topbar-link {
    font-size: 14px;
}
.header-2 .topbar-link .icon,
.header-3 .topbar-link .icon {
    width: auto;
    height: auto;
    background: none;
    border: none;
    font-size: 20px;
}
.header-2 .social-icons li a,
.header-3 .social-icons li a {
    width: auto;
    height: auto;
    background: none;
    line-height: inherit;
    color: #160c48;
    font-size: 22px;
}
.header-2 #header-wrap .navbar-nav:before,
.header-3 #header-wrap .navbar-nav:before {
    display: none;
}
.header-2 .navbar-brand {
    z-index: 1;
    padding: 5px;
}
.header-2 .navbar-brand::before {
    background: #fff;
    content: "";
    width: 5000px;
    height: 120%;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.header-2 .navbar-brand::after {
    background: #fff;
    content: "";
    width: 100px;
    height: 120%;
    right: -20px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    transform: skew(15deg);
}
.header-2 .navbar-nav .nav-link {
    color: #2b2b2b;
}
.header-2 .navbar-nav .nav-link:hover,
.header-2 .navbar-nav .nav-item .nav-link.active {
    color: ;
}
.header-3 #header-wrap {
    background-color: #fff;
}
.header-3 #header-wrap.fixed-header {
    background: #fff;
}
.primary-footer {
    position: relative;
    z-index: 99;
    color: rgba(255, 255, 255, 0.7);
}
.copyright {
    font-size: 16px;
}
.footer-logo img {
    max-height: 80px;
}
.media-icon.list-inline li {
    display: inline-block;
}
.media-icon li {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
}
.media-icon li:last-child {
    margin-bottom: 0;
}
.media-icon li i {
    font-size: 20px;
    color: #d4f8f9;
    vertical-align: middle;
    line-height: 24px;
    margin-right: 10px;
}
.media-icon li a {
    color: rgba(255, 255, 255, 0.7);
}
.media-icon li a:hover {
    color: #d4f8f9;
    text-decoration: underline !important;
}
.footer-list li {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.footer-list li:last-child {
    margin-bottom: 0;
}
.footer-list li a {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}
.footer-list li a:hover {
    color: #d4f8f9;
    padding-left: 8px;
}
.social-icons.footer-social li a {
    color: #fff;
    background: none;
    border: ;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
}
.page-title {
    display: block;
    position: relative;
    padding: 150px 0;
}
.breadcrumb {
    background: none;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    color: #2b2b2b;
    font-weight: 600;
}
.breadcrumb-item {
    display: inline-block;
}
.breadcrumb-item a {
    color: #2b2b2b;
}
.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: #0058FF;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: #0058FF;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
}
.title-text-bg {
    font-size: 100px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
    animation: floatText 15s linear infinite;
    right: 0;
}
@font-face {
    font-family: "Flaticon";
    src: url(../fonts/Flaticon.eot);
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url(../fonts/Flaticon.woff2) format("woff2"), url(../fonts/Flaticon.woff) format("woff"), url(../fonts/Flaticon.ttf) format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: 400;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-phone-call:before {
    content: "\f100";
}
.flaticon-wall-clock:before {
    content: "\f101";
}
.flaticon-email:before {
    content: "\f102";
}
.flaticon-house:before {
    content: "\f103";
}
.flaticon-building:before {
    content: "\f104";
}
.flaticon-home:before {
    content: "\f105";
}
.flaticon-under-construction:before {
    content: "\f106";
}
.flaticon-project:before {
    content: "\f107";
}
.flaticon-house-1:before {
    content: "\f108";
}
.flaticon-maintenance:before {
    content: "\f109";
}
.flaticon-repair-tools:before {
    content: "\f10a";
}
.flaticon-architecture:before {
    content: "\f10b";
}
.flaticon-design-team:before {
    content: "\f10c";
}
.flaticon-medal:before {
    content: "\f10d";
}
.flaticon-medal-1:before {
    content: "\f10e";
}
.flaticon-worker:before {
    content: "\f10f";
}
.flaticon-left-quote:before {
    content: "\f110";
}
