﻿body {
}

.banner {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
}

.banner .banner-in .banner-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    animation: movebounce 5s infinite;
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.landing-footer {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #17233e;
}

.section-shape {
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4f4f4;
    z-index: 999999;
}

#preloader #status {
    position: fixed;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 300px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transform: translate(-50%,-50%);
    visibility: visible;
    transition: all ease-in-out .5s;
    z-index: 9999999999;
}

.main_header_area {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 22;
}

.main_header_area .header-content {
    position: relative;
    z-index: 1;
    background: #ffffff30;
}

.bg-theme {
    background: rgb(56,66,133) !important;
}

.main_header_area .header-content li:first-child {
    border: none;
    padding-left: 0;
}

.main_header_area .header-content li {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #f1f1f136;
    margin: 0;
}

.main_header_area .header-content a, .main_header_area .header-content i {
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    margin-bottom: 0;
    line-height: 1.5;
    color: #777;
    position: relative;
    /*display: inline-block;*/
    padding: 0;
}

.white {
    color: #fff !important;
}

.nir-btn, .nir-btn-black {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding: 14px 24px;
    text-transform: capitalize;
    transition: all ease-in-out .5s;
    background: rgb(56,66,133);
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 0 4px rgba(255,255,255,.1);
    overflow: hidden
}

.nir-btn::before, .nir-btn-black::before {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    content: '';
    background: rgb(242,141,44);
    color: #fff !important;
    transition: all ease-in-out .5s;
    z-index: -1
}

.nir-btn:hover::before, .nir-btn-black:hover::before {
    width: 100%;
    transition: all ease-in-out .5s
}

.nir-btn:hover, .nir-btn-black:hover {
    color: #fff !important;
    transition: all ease-in-out .5s
}

.about-us {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    position: relative;
}

.overlay, .dot-overlay, .color-overlay, .white-overlay, .left-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all ease-in-out .5s;
    opacity: .5;
}

.white-overlay {
    background: #fdfdfd;
    opacity: .5;
}

.about-us .about-image-box .about-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: #fcdc6b;
    animation: border-transform 10s linear infinite alternate forwards;
}

@-webkit-keyframes border-transform {
    0%,to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform {
    0%,to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.breadcrumb {
    background: 0 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    flex-wrap: wrap;
    list-style: none;
}

.breadcrumb li, .breadcrumb li.active {
    margin-bottom: 0;
    color: #fff;
}

.breadcrumb-main {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.breadcrumb-main .breadcrumb-outer {
    background: 0 0;
    position: relative;
    z-index: 1;
}

.breadcrumb-main .breadcrumb-outer .breadcrumb-content, .breadcrumb-main .breadcrumb-outer .bread-content {
    position: relative;
    text-align: center;
    justify-content: center;
    z-index: 1;
}

.section-shape.section-shape1 {
    transform: rotate(180deg);
}

.section-shape {
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}

.dot-overlay {
    background: #000 url(../images/dot-overlay.png) repeat;
    opacity: .6;
}

.top-inherit {
    top: inherit !important;
}

.font-playfair {
    font-weight: 700;
    font-family: playfair display,serif;
}