

/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Box Shadow
  5. Pre Loader
  6. Background Overlay
  7. Scroll to Top
  8. Header
  9. Footer
  10. Page Title
  11. Flat Icon

 
/* ------------------------
    General
------------------------*/
a, a:focus {
  text-decoration: none !important;
}

a:focus, a:hover {
  color: #ff0000;
  text-decoration: none !important;
}

a, button, input {
  outline: medium none !important;
  color: #2f2483;
}

*::-moz-selection {
  background: #FFC300;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #FFC300;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #FFC300;
  color: #fff;
  text-shadow: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff;
}


/* ------------------------
    Transition
------------------------*/
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 translate
------------------------*/

/*--translate-X--*/
.transform-x {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

/*--translate-Y--*/
.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%);
}

/*--translate-XY--*/
.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
------------------------*/
.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);
}

/* ------------------------
    Pre Loader
------------------------*/
.clear-loader {
  background-color: #090f21;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto
}

.loader {
  width: 40px;
  height: 40px;
  position: relative;
  perspective: 300px;
}

.loader span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #FFC300;
  animation: flip 2s linear infinite;
  transform-origin: right bottom;
}

.loader span:nth-child(2) {
  animation-delay: 0.5s;
  opacity: 0.5;
}

/* ------------------------
    Background Overlay
------------------------*/
[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 to Top
------------------------*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  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 i {
 font-size:24px;
}




.scroll-top a, .scroll-top a:visited {
  display: block;
  border-radius: .25rem;
  height: 50px;
  width: 50px;
  line-height: 50px;
  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: #ffffff;
  background: #7752FE;
}

.scroll-top a:hover, .scroll-top a:focus {
  color: #fff;
  background: #a70d15;
}

.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);
}

/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link .icon {
  width: 40px;
  height:30px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  border-radius: .25rem;
  color:#2f2483;
}

.topbar-link a:hover {
  color: #FFC300;
}

/*--Header Main--*/
#header-wrap {
  position: relative;
  background-color: #fff;

}

#header-wrap.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #ffffff;
  animation: smoothScroll 1s forwards;
}

#header-wrap .navbar-nav:before {
 background: rgb(47,36,131);
background: linear-gradient(90deg, rgba(47,36,131,1) 0%, rgba(167,13,21,1) 50%, rgba(167,13,21,1) 100%);
  content: "";
  width: 5000px;
  height: 100%;
  left: -30px;
  position: absolute;
}




    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .logo img {
        max-height: 90px;
    }

    .navbar {
        padding: 0;
    }

    .navbar-nav .nav-item {
        margin: 0 15px;
    }

        .navbar-nav .nav-item.dropdown .dropdown-menu {
            padding: 20px;
            background: #ffffff;
            top: 100%;
            border: none;
            margin-top: 0;
            left: -100%;
            -webkit-box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, .06);
            box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, .06);
        }

    .navbar-brand {
        margin-right: 90px;
        padding: 0;
    }

    .nav-item.dropdown .dropdown-menu a {
        display: block;
        color: #2f2483;
        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: #a70d15;
            padding-left: 15px;
        }

        .nav-item.dropdown .dropdown-menu a:before {
            content: "";
            background: #a70d15;
            opacity: 0;
            width: 8px;
            height: 8px;
            position: absolute;
            left: -5px;
            top: 50%;
            margin-top: -4px;
            border-radius: .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: #ffffff
    }

    @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: #ffffff;
            -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 #ffffff;
            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: #ffffff;
        left: 100%;
        margin: 0;
        right: auto;
        top: 0;
    }

    .navbar-nav .dropdown-submenu {
        display: block;
        position: relative;
    }

    .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 14px;
        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: #cec2fb;
        }

    .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: #2f2483;
        line-height: inherit;
        color: #ffffff;
        font-size: 16px;
    }

    .header-2 #header-wrap .navbar-nav:before, .header-3 #header-wrap .navbar-nav:before {
        display: none;
    }

    .header-2 .navbar-brand {
        z-index: 1;
        padding: 20px;
    }

        .header-2 .navbar-brand::before {
            background: #ffffff;
            content: "";
            width: 5000px;
            height: 130%;
            right: 0;
            position: absolute;
            bottom: 0;
            z-index: -1;
        }

        .header-2 .navbar-brand::after {
            background: #ffffff;
            content: "";
            width: 100px;
            height: 130%;
            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: #FFC300;
        }

    .header-3 #header-wrap {
        background: rgba(42, 39, 94, 0.3);
    }

        .header-3 #header-wrap.fixed-header {
            background: #2a275e;
        }

    /* ------------------------
    Footer
------------------------*/
    .primary-footer {
        position: relative;
        z-index: 99;
        color: rgba(255, 255, 255, 0.7);
    }

    .copyright {
        font-size: 13px;
    }

    .footer-logo img {
        max-height: 80px;
    }

    .media-icon.list-inline li {
        display: inline-block;
    }

    .media-icon li {
        margin-bottom: 25px;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: flex-start;
    }

        .media-icon li:last-child {
            margin-bottom: 0;
        }

        .media-icon li i {
            font-size: 24px;
            color: #fff;
            vertical-align: middle;
            line-height: 24px;
            margin-right: 10px;
        }

        .media-icon li a {
            color: #fff;
        }

            .media-icon li a:hover {
                color: #fff;
                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: 14px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.7);
            position: relative;
        }

            .footer-list li a:hover {
                color: #fff;
                padding-left: 8px;
            }


    .social-icons.footer-social li a {
        color: #ffffff;
        background: none;
        border: 1px solid rgba(233, 233, 233, 0.2);
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 24px;
    }

    /* ------------------------
    Page Title
------------------------*/
    .page-title {
        display: block;
        position: relative;
        padding: 180px 0;
    }


    .page-title2 {
        display: block;
        position: relative;
        padding: 50px 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: #a70d15;
            }

        .breadcrumb-item + .breadcrumb-item:before {
            color: #2f2483;
            content: "\f054";
            font-family: 'Line Awesome Free';
            font-weight: 700;
        }

    .title-text-bg {
        font-size: 50px;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 700;
        color: #ffffff;
        -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
    }

    /* ------------------------
    Flat Icon
------------------------*/
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.eot");
        src: url("../fonts/Flaticond41d.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.html#Flaticon") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        @font-face {
            font-family: "Flaticon";
            src: url("../fonts/Flaticon.html#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";
    }

    .footer-pt {
        padding-top: 50px;
    }

    .payment {
        background-color: #fff;
        padding: 20px 20px 20px 20px;
    }


    .pp1 {
        text-align: justify;
    }