/* MENU BASIC LAYOUT */

.mega-menu {
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    position: relative;
    z-index: 999;
    /*  max-width: 1280px;
    width: 100%;*/
    font-size: 16px;
    min-height: 100px;
    clear: both;
    box-sizing: border-box;
}

@media screen and (max-width:991px) {
    .mega-menu {
        /*float: left;*/
        margin: 0;
        /*min-width: 200px;*/
    }
}

.mega-menu * {
    outline: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box !important;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
}

@media screen and (max-width:991px) {
    .mega-menu * {
        word-break: break-all;
    }
}

.mega-menu i.fa {
    /*----------------------------- FONT AWESOME ICONS */
    font-family: "FontAwesome";
}

.mega-menu img {
    /*------------------------------- IMAGE */
    margin: 0;
    padding: 0;
    display: block;
    max-width: 100% !important;
    float: left;
}

.mega-menu .menu-logo img {
    height: 70px;
}

.mega-menu input {
    /*------------------------------ DEFAULT INPUT */
    border: none;
}

.mega-menu>section.menu-list-items {
    margin: 0;
    padding: 35px 0;
    display: block;
    float: left;
    width: 100%;
    background-color: transparent;
}

.mega-menu .menu-logo {
    /*----------------------------------- MENU LOGO */
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;
}

@media screen and (min-width:992px) {
    .mega-menu .menu-logo.menu-logo-align-right {
        /*---------------------------------------------- MENU LOGO ALIGN RIGHT */
        float: right;
    }
}

@media screen and (max-width:991px) {
    .mega-menu .menu-logo {
        width: 100%;
    }
}

.mega-menu .menu-logo>li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 50px;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-logo>li {
        width: 100%;
        line-height: normal;
    }
}

.mega-menu .menu-logo>li>a {
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 0.7800em;
    /*padding: 0 20px 0 45px;*/
    line-height: 50px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.mega-menu .menu-logo>li>a:hover {
    /*-------------------------------------- HOVER MENU LOGO */
    /*background-color: #04396c;*/
}

@media screen and (max-width:991px) {
    .mega-menu .menu-logo>li>a {
        line-height: normal;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
        z-index: 10;
        width: auto;
    }
}

.mega-menu .menu-logo>li>a i.fa {
    /*--------------------------------------- LOGO ICON */
    padding: 0;
    display: inline-block;
    font-size: 1.25em;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
    line-height: 50px;
}

.mega-menu .menu-logo>li>a img {
    /*--------------------------------------- LOGO IMAGE ICON */
    /* width: 20px;
     height: 20px;
     position: absolute;
     top: 0;
     left: 15px;
     bottom: 0;
     margin: auto 0;*/
}

.mega-menu .menu-links {
    /*---------------------------------------- MENU LINKS */
    margin: 0;
    padding: 0;
    display: block;
    float: right;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-links {
        width: 100%;
        background: #fff;
    }
}

@media screen and (min-width:992px) {
    .mega-menu .menu-links {
        display: block !important;
        max-height: 100% !important;
        overflow: visible !important;
    }
    .mega-menu .menu-links.menu-links-align-right {
        /*------------------------------------------ MENU LINKS ALIGN RIGHT */
        float: right;
    }
}

.mega-menu .menu-links>li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 1em;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-links>li {
        width: 100%;
        position: relative;
        cursor: pointer;
        line-height: normal;
        border-bottom: 1px solid #f3f3f3;
        z-index: 50;
    }
    .mega-menu .menu-links>li.activeTriggerMobile {
        /*background-color: #04396c;*/
    }
}

@media screen and (min-width:992px) {
    .mega-menu .menu-links>li.activeTrigger {
        background-color: #04396c;
    }
}

.mega-menu .menu-links>li.active a {
    /*------------------------------------- ACTIVE CLASS MENU LINKS */
    background-color: transparent;
    color: #04396c;
}

.mega-menu .menu-links>li:hover {
    /*-------------------------------------- HOVER MENU LINKS */
    background-color: transparent;
    color: #04396c;
}

.mega-menu .menu-links>li>a {
    margin: 0;
    padding: 0 13px;
    display: inline-block;
    float: none;
    width: 100%;
    color: #ffffff;
    font-size: 0.933em;
    line-height: 64px;
    position: relative;
    text-transform: capitalize;
}

.mega-menu .menu-links>li>a:hover {
    color: #04396c;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-links>li>a {
        width: auto;
        line-height: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        position: static;
        padding-right: 10px;
        z-index: 20;
        color: #363636;
    }
}

.mega-menu .menu-links>li>a i.fa {
    /*---------------------------------------------------- MENU LINKS ICONS*/
    font-size: 1em;
    line-height: 0.7800em;
    padding-right: 2px;
}

.mega-menu .menu-links>li>a i.fa.fa-indicator {
    padding-right: 0;
    padding-left: 2px;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-links>li>a i.fa.fa-indicator {
        float: right;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        line-height: 40px;
        height: 50px;
        z-index: -1;
    }
}

.mega-menu .menu-social-bar {
    /*---------------------------------------------- MENU SOCIAL BAR */
    margin: 0;
    display: block;
    float: left;
    padding: 0 10px;
}

@media screen and (min-width:992px) {
    .mega-menu .menu-social-bar {
        display: block !important;
    }
}

@media screen and (min-width:992px) {
    .mega-menu .menu-social-bar.menu-social-bar-right {
        float: right;
    }
}

@media screen and (max-width:991px) {
    .mega-menu .menu-social-bar {
        width: 100%;
        text-align: center;
    }
}

.mega-menu .menu-social-bar>li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 50px;
}

.mega-menu .menu-social-bar>li[data-color='blue']>a:hover {
    background-color: #3b5998;
}

.mega-menu .menu-social-bar>li[data-color='sky-blue']>a:hover {
    background-color: #2caae1;
}

.mega-menu .menu-social-bar>li[data-color='orange']>a:hover {
    background-color: #dd4b39;
}

.mega-menu .menu-social-bar>li[data-color='red']>a:hover {
    background-color: #bd081c;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-social-bar>li {
        float: none;
        display: inline-block;
        margin-bottom: -5px;
    }
}

.mega-menu .menu-social-bar>li>a {
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 0.875em;
    padding: 0 5px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    line-height: 50px;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-social-bar>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.mega-menu .menu-social-bar>li>a i.fa {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 1.125em;
    line-height: 50px;
}

.mega-menu .menu-search-bar {
    /*--------------------------------------------------- MENU SEARCH BAR */
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    height: 50px;
}

@media screen and (min-width:992px) {
    .mega-menu .menu-search-bar.menu-search-bar-left {
        float: left;
    }
}

@media screen and (max-width:991px) {
    .mega-menu .menu-search-bar {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.mega-menu .menu-search-bar li,
.mega-menu .menu-search-bar form,
.mega-menu .menu-search-bar label {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    line-height: 50px;
}

.mega-menu .menu-search-bar li:hover i.fa.fa-search {
    background: #04396c;
}

.mega-menu .menu-search-bar input {
    max-width: 0;
    width: 100%;
    margin: 0;
    padding: 5px 50px 5px 0;
    font-size: 0.7800em;
    -webkit-transition: max-width 400ms ease, background 400ms ease, padding-left 400ms ease;
    transition: max-width 400ms ease, background 400ms ease, padding-left 400ms ease;
    height: 50px;
    display: block;
    background: none;
    color: #ffffff;
    font-weight: 400;
}

.mega-menu .menu-search-bar input:focus {
    max-width: 170px;
    background: #04396c;
    padding-left: 20px;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-search-bar input:focus {
        max-width: 100%;
        position: relative;
        z-index: 20;
    }
}

.mega-menu .menu-search-bar i.fa.fa-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    cursor: text;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    z-index: 40;
}

.mega-menu .menu-search-bar:-moz-placeholder {
    opacity: 1 !important;
    color: #ffffff !important;
}

.mega-menu .menu-search-bar::-moz-placeholder {
    opacity: 1 !important;
    color: #ffffff !important;
}

.mega-menu .menu-search-bar:-ms-input-placeholder {
    opacity: 1 !important;
    color: #ffffff !important;
}

.mega-menu .menu-search-bar::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #ffffff !important;
}

@media screen and (max-width:991px) {
    .mega-menu .menu-search-bar.active input {
        padding-right: 150px;
    }
    .mega-menu .menu-search-bar.active i.fa.fa-search {
        right: 70px;
    }
}

.mega-menu .menu-mobile-collapse-trigger {
    /*------------------------------------------------------ MOBILE COLLAPSE TRIGGER BUTTON */
    margin: 0;
    padding: 0;
    height: 50px;
    width: 35px;
    background: transparent;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    float: right;
    cursor: pointer;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
}

.mega-menu .menu-mobile-collapse-trigger:hover {
    background: transparent;
}

.mega-menu .menu-mobile-collapse-trigger:before,
.mega-menu .menu-mobile-collapse-trigger:after,
.mega-menu .menu-mobile-collapse-trigger span {
    content: "";
    display: block;
    height: 2px;
    width: 26px;
    background: #ffffff;
    position: absolute;
    top: 13px;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 400ms ease 0s, opacity 400ms ease;
    transition: transform 400ms ease 0s, opacity 400ms ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0px 50% 0px;
    -ms-transform-origin: 0px 50% 0px;
    transform-origin: 0px 50% 0px;
}

.home-2 .mega-menu .menu-mobile-collapse-trigger:before,
.home-2 .mega-menu .menu-mobile-collapse-trigger:after,
.home-2 .mega-menu .menu-mobile-collapse-trigger span {
    background: #323232;
}

.mega-menu .menu-mobile-collapse-trigger:after {
    top: 27px;
}

.mega-menu .menu-mobile-collapse-trigger span {
    top: 20px;
}

.mega-menu .menu-mobile-collapse-trigger.active span {
    opacity: 0;
}

.mega-menu .menu-mobile-collapse-trigger.active:before {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.mega-menu .menu-mobile-collapse-trigger.active:after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

@media screen and (max-width:991px) {
    .mega-menu .menu-mobile-collapse-trigger {
        display: block;
    }
}

.mega-menu .drop-down-multilevel {
    /*-------------------------------------------------- DROP DOWN MULTILEVEL */
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    z-index: 50;
    width: 100%;
    background: #ffffff;
    float: left;
    max-width: 220px;
}

.mega-menu .drop-down-multilevel * {
    color: #323232;
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down-multilevel {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
        border-bottom: 0px;
        border-radius: 0px;
    }
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-multilevel {
        max-width: 100% !important;
        position: relative;
        left: 0;
        top: 0;
        padding: 10px;
        display: none;
    }
}

.mega-menu .drop-down-multilevel li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border-radius: 0px;
    /*border-bottom: 1px solid #f3f3f3;*/
    width: 100%;
    position: relative;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    z-index: 50;
}

.mega-menu .drop-down-multilevel li:last-child {
    border-bottom: 0px;
}

.mega-menu .drop-down-multilevel li:hover {
    background: #fafafa;
}

.mega-menu .drop-down-multilevel li:hover>a {
    color: #04396c;
}

.mega-menu .drop-down-multilevel li:hover>a i.fa {
    color: #04396c;
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down-multilevel li.activeTrigger {
        background: #04396c;
    }
    .mega-menu .drop-down-multilevel li.activeTrigger>a {
        color: #ffffff;
    }
    .mega-menu .drop-down-multilevel li.activeTrigger>a i.fa {
        color: #ffffff;
    }
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-multilevel li.activeTriggerMobile {
        background: #04396c;
    }
    .mega-menu .drop-down-multilevel li.activeTriggerMobile>a {
        color: #323232;
    }
    .mega-menu .drop-down-multilevel li.activeTriggerMobile>a i.fa {
        color: #ffffff;
    }
    .mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
        color: #ffffff !important;
    }
}

.mega-menu .menu-links>li.active .drop-down-multilevel a {
    color: #323232;
}

.mega-menu .menu-links>li.active .drop-down-multilevel a:hover {
    color: #04396c;
}

.mega-menu .drop-down-multilevel a {
    margin: 0;
    padding: 10px 30px;
    font-size: 0.7800em;
    text-transform: capitalize;
    display: inline-block;
    float: left;
    width: 100%;
    color: #323232;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    min-height: 40px;
}

.mega-menu .drop-down-multilevel>li:first-child>a {
    padding-top: 18px;
}

.mega-menu .drop-down-multilevel>li:last-child>a {
    padding-bottom: 18px;
}

@media screen and (max-width:991px) {
    /* .mega-menu .drop-down-multilevel a {
         width: auto;
       }*/
}

.mega-menu .drop-down-multilevel i.fa {
    float: left;
    line-height: 1.375em;
    font-size: 1em;
    display: block;
    padding-right: 10px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.mega-menu .drop-down-multilevel i.fa-indicator {
    float: right;
    line-height: 19px;
    font-size: 8px;
    font-weight: 900;
    display: block;
    padding-left: 10px;
    padding-right: 0;
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-multilevel i.fa-indicator {
        float: right;
        height: 50px;
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 50px;
        z-index: -1;
    }
}

.mega-menu .drop-down-multilevel .drop-down-multilevel {
    /*------------------------------------------------------ SECOND LEVEL */
    left: 100%;
    top: 0;
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down-multilevel .drop-down-multilevel.left-side {
        /*--------------------------------------------------- ALIGN SECOND LEVEL DROP DOWN LEFT SIDE */
        left: -100%;
    }
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-multilevel .drop-down-multilevel {
        left: 0;
        border: 1px solid #cccccc;
    }
}

.mega-menu .drop-down,
.mega-menu .drop-down-tab-bar {
    /*--------------------------------------------------------- GRID DROP DOWN */
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    background: #ffffff;
    float: left;
    padding: 10px 20px;
    z-index: 999;
    display: block;
    cursor: default;
    overflow: hidden;
    /*-------------------------------------------------------- 12 COLUMNS FLUID GRID WITH NESTED COLUMNS */
}

.mega-menu .drop-down *,
.mega-menu .drop-down-tab-bar * {
    color: #323232;
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down.menu-bg,
    .mega-menu .drop-down-tab-bar {
        background: rgba(255, 255, 255, 1);
        background-repeat: no-repeat;
        background-position: 120% 0;
    }
    .mega-menu .drop-down.menu-shop-bg,
    .mega-menu .drop-down-tab-bar {
        background: rgba(255, 255, 255, 1) url(../../images/objects/menu-shop-bg.jpg);
        background-repeat: no-repeat;
        background-position: right;
    }
    .mega-menu .drop-down.menu-bg [class*="grid-col-"] {
        padding: 10px 10px 0;
    }
    .mega-menu .rev-slider {
        background: #fff;
        padding: 7px 12px;
    }
    .mega-menu .rev-slider p {
        display: inline-block;
        padding: 0px 10px;
        margin-bottom: 0px !important;
        line-height: 0px !important;
    }
    .mega-menu .rev-slider a {
        display: inline-block;
        font-size: 13px !important;
        color: #01a9da;
        width: inherit !important;
        padding: 5px 0px;
    }
    .mega-menu .rev-slider a:hover {
        color: #323232 !important;
    }
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        /*border-top:5px solid #04396c;*/
        border-radius: 0px !important;
        box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
    }
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        width: 100% !important;
        top: 0;
        left: 0;
        position: relative;
        display: none;
    }
}

.mega-menu .drop-down .grid-row,
.mega-menu .drop-down-tab-bar .grid-row {
    margin: 0;
    padding: 0;
    min-height: 1px;
    width: 100%;
    float: left;
    clear: both;
}

.mega-menu .drop-down [class*="grid-col-"],
.mega-menu .drop-down-tab-bar [class*="grid-col-"] {
    margin: 0;
    float: left;
    padding: 10px;
    position: relative;
}

.mega-menu .drop-down .grid-col-1,
.mega-menu .drop-down-tab-bar .grid-col-1 {
    width: 8.333333333333333%;
}

.mega-menu .drop-down .grid-col-2,
.mega-menu .drop-down-tab-bar .grid-col-2 {
    width: 16.66666666666667%;
}

.mega-menu .drop-down .grid-col-3,
.mega-menu .drop-down-tab-bar .grid-col-3 {
    width: 25%;
}

.mega-menu .drop-down .grid-col-4,
.mega-menu .drop-down-tab-bar .grid-col-4 {
    width: 33.33333333333333%;
}

.mega-menu .drop-down .grid-col-5,
.mega-menu .drop-down-tab-bar .grid-col-5 {
    width: 41.66666666666667%;
}

.mega-menu .drop-down .grid-col-6,
.mega-menu .drop-down-tab-bar .grid-col-6 {
    width: 50%;
}

.mega-menu .drop-down .grid-col-7,
.mega-menu .drop-down-tab-bar .grid-col-7 {
    width: 58.33333333333333%;
}

.mega-menu .drop-down .grid-col-8,
.mega-menu .drop-down-tab-bar .grid-col-8 {
    width: 66.66666666666667%;
}

.mega-menu .drop-down .grid-col-9,
.mega-menu .drop-down-tab-bar .grid-col-9 {
    width: 75%;
}

.mega-menu .drop-down .grid-col-10,
.mega-menu .drop-down-tab-bar .grid-col-10 {
    width: 83.33333333333333%;
}

.mega-menu .drop-down .grid-col-11,
.mega-menu .drop-down-tab-bar .grid-col-11 {
    width: 91.66666666666667%;
}

.mega-menu .drop-down .grid-col-12,
.mega-menu .drop-down-tab-bar .grid-col-12 {
    width: 100%;
}

.mega-menu .drop-down.grid-col-1,
.mega-menu .drop-down-tab-bar.grid-col-1 {
    width: 8.333333333333333%;
}

.mega-menu .drop-down.grid-col-2,
.mega-menu .drop-down-tab-bar.grid-col-2 {
    width: 16.66666666666667%;
}

.mega-menu .drop-down.grid-col-3,
.mega-menu .drop-down-tab-bar.grid-col-3 {
    width: 25%;
}

.mega-menu .drop-down.grid-col-4,
.mega-menu .drop-down-tab-bar.grid-col-4 {
    width: 33.33333333333333%;
}

.mega-menu .drop-down.grid-col-5,
.mega-menu .drop-down-tab-bar.grid-col-5 {
    width: 41.66666666666667%;
}

.mega-menu .drop-down.grid-col-6,
.mega-menu .drop-down-tab-bar.grid-col-6 {
    width: 50%;
}

.mega-menu .drop-down.grid-col-7,
.mega-menu .drop-down-tab-bar.grid-col-7 {
    width: 58.33333333333333%;
}

.mega-menu .drop-down.grid-col-8,
.mega-menu .drop-down-tab-bar.grid-col-8 {
    width: 66.66666666666667%;
}

.mega-menu .drop-down.grid-col-9,
.mega-menu .drop-down-tab-bar.grid-col-9 {
    width: 75%;
}

.mega-menu .drop-down.grid-col-10,
.mega-menu .drop-down-tab-bar.grid-col-10 {
    width: 83.33333333333333%;
}

.mega-menu .drop-down.grid-col-11,
.mega-menu .drop-down-tab-bar.grid-col-11 {
    width: 91.66666666666667%;
}

.mega-menu .drop-down.grid-col-12,
.mega-menu .drop-down-tab-bar.grid-col-12 {
    width: 100%;
    left: 0;
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down [class*="grid-col-"],
    .mega-menu .drop-down-tab-bar [class*="grid-col-"] {
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down [class*="grid-col-"],
    .mega-menu .drop-down-tab-bar [class*="grid-col-"] {
        width: 100%;
    }
}

.mega-menu .drop-down.grid-demo span,
.mega-menu .drop-down-tab-bar.grid-demo span {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 4px 6px;
    background: #bfbfbf;
    font-size: 0.75em;
    color: #323232;
}

.mega-menu .drop-down .space-0,
.mega-menu .drop-down-tab-bar .space-0 {
    /*--------------------------------------------------------- SPACE 0 CLASS */
    padding: 0 !important;
    margin: 0 !important;
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
    font-size: 0.7800em;
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    max-width: 100%;
    text-transform: capitalize;
}

.mega-menu .drop-down h1,
.mega-menu .drop-down h2,
.mega-menu .drop-down h3,
.mega-menu .drop-down h4,
.mega-menu .drop-down h5,
.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h1,
.mega-menu .drop-down-tab-bar h2,
.mega-menu .drop-down-tab-bar h3,
.mega-menu .drop-down-tab-bar h4,
.mega-menu .drop-down-tab-bar h5,
.mega-menu .drop-down-tab-bar h6 {
    margin-top: 0;
    font-weight: 700;
}

.mega-menu .drop-down h1,
.mega-menu .drop-down-tab-bar h1 {
    font-size: 1.5em;
    line-height: 1;
    padding-top: 0.53em;
    margin-bottom: 0.5em;
}

.mega-menu .drop-down h2,
.mega-menu .drop-down-tab-bar h2 {
    font-size: 1.375em;
    padding-top: 0.25em;
    margin-bottom: 0.5em;
}

.mega-menu .drop-down h3,
.mega-menu .drop-down-tab-bar h3 {
    font-size: 1.125em;
    line-height: 1;
    padding-top: 0.35em;
    margin-bottom: 0.65em;
}

.mega-menu .drop-down h4,
.mega-menu .drop-down-tab-bar h4 {
    font-size: 1em;
    text-transform: capitalize;
    line-height: 1.25;
    padding-top: 0.45em;
    margin-bottom: 0px;
    padding-left: 8px;
    letter-spacing: 0px;
}

.mega-menu .drop-down h5,
.mega-menu .drop-down-tab-bar h5 {
    font-size: 0.875em;
    font-weight: bold;
    padding-top: 0.6em;
    margin-bottom: 0.9em;
}

.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h6 {
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 0;
}

.mega-menu .drop-down figure img,
.mega-menu .drop-down-tab-bar figure img {
    width: 100%;
    height: auto;
    display: block;
}

.mega-menu .drop-down figcaption,
.mega-menu .drop-down-tab-bar figcaption {
    font-size: small;
    font-style: italic;
    color: #666666;
}

.mega-menu .drop-down ul,
.mega-menu .drop-down ol,
.mega-menu .drop-down dl,
.mega-menu .drop-down-tab-bar ul,
.mega-menu .drop-down-tab-bar ol,
.mega-menu .drop-down-tab-bar dl {
    padding: 0;
    margin: 0 0 0px;
}

.mega-menu .drop-down form,
.mega-menu .drop-down-tab-bar form {
    margin-bottom: 1.5em;
}

.mega-menu .drop-down form ul,
.mega-menu .drop-down-tab-bar form ul {
    list-style: none none;
    margin: 0;
    padding: 0;
}

.mega-menu .drop-down form ul li,
.mega-menu .drop-down-tab-bar form ul li {
    *zoom: 1;
    margin-bottom: 1.5em;
}

.mega-menu .drop-down form ul li:before,
.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:before,
.mega-menu .drop-down-tab-bar form ul li:after {
    content: "";
    display: table;
}

.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:after {
    clear: both;
}

.mega-menu .drop-down fieldset,
.mega-menu .drop-down-tab-bar fieldset {
    margin: 0;
    padding: 1.5em;
}

.mega-menu .drop-down label,
.mega-menu .drop-down-tab-bar label {
    display: block;
}

.mega-menu .drop-down label.inline,
.mega-menu .drop-down-tab-bar label.inline {
    display: inline;
    padding-right: 24px;
}

.mega-menu .drop-down input[type="text"],
.mega-menu .drop-down input[type="url"],
.mega-menu .drop-down input[type="email"],
.mega-menu .drop-down input[type="password"],
.mega-menu .drop-down input[type="search"],
.mega-menu .drop-down input[type="number"],
.mega-menu .drop-down input[type="date"],
.mega-menu .drop-down input[type="month"],
.mega-menu .drop-down input[type="week"],
.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down input[type="datetime"],
.mega-menu .drop-down input[type="datetime-local"],
.mega-menu .drop-down input[type="tel"],
.mega-menu .drop-down textarea,
.mega-menu .drop-down-tab-bar input[type="text"],
.mega-menu .drop-down-tab-bar input[type="url"],
.mega-menu .drop-down-tab-bar input[type="email"],
.mega-menu .drop-down-tab-bar input[type="password"],
.mega-menu .drop-down-tab-bar input[type="search"],
.mega-menu .drop-down-tab-bar input[type="number"],
.mega-menu .drop-down-tab-bar input[type="date"],
.mega-menu .drop-down-tab-bar input[type="month"],
.mega-menu .drop-down-tab-bar input[type="week"],
.mega-menu .drop-down-tab-bar input[type="time"],
.mega-menu .drop-down-tab-bar input[type="datetime"],
.mega-menu .drop-down-tab-bar input[type="datetime-local"],
.mega-menu .drop-down-tab-bar input[type="tel"],
.mega-menu .drop-down-tab-bar textarea {
    display: block;
    width: 100%;
    margin: 0 0 0.75em;
    padding: 10px;
    font-size: 0.7800em;
    border: 1px solid #e8e8e8;
    line-height: 1.5em;
}

.mega-menu .drop-down select,
.mega-menu .drop-down-tab-bar select {
    width: 100%;
    height: 2.1em;
    margin-bottom: 0.9em;
    border: 1px solid #cccccc;
}

.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="range"],
.mega-menu .drop-down-tab-bar input[type="color"] {
    vertical-align: middle;
    height: 1.5em;
    width: 100%;
}

.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down-tab-bar input[type="range"] {
    height: 1.4em;
}

.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="color"] {
    width: 1.5em;
}

.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down-tab-bar input[type="time"] {
    margin: 0 0 0.55em;
}

.mega-menu .drop-down progress,
.mega-menu .drop-down meter,
.mega-menu .drop-down-tab-bar progress,
.mega-menu .drop-down-tab-bar meter {
    display: block;
    width: 100%;
    height: 1.5em;
}

.mega-menu .drop-down table,
.mega-menu .drop-down-tab-bar table {
    margin-bottom: 1.4em;
    width: 100%;
    border: 1px solid #cccccc;
}

.mega-menu .drop-down thead,
.mega-menu .drop-down-tab-bar thead {
    text-align: left;
    font-weight: bold;
}

.mega-menu .drop-down tbody tr:nth-child(even) td,
.mega-menu .drop-down-tab-bar tbody tr:nth-child(even) td {
    background: #dddddd;
}

.mega-menu .drop-down tfoot,
.mega-menu .drop-down-tab-bar tfoot {
    font-style: italic;
}

.mega-menu .drop-down tfoot td,
.mega-menu .drop-down tfoot th,
.mega-menu .drop-down-tab-bar tfoot td,
.mega-menu .drop-down-tab-bar tfoot th {
    padding: 0.75em 10px;
}

.mega-menu .drop-down th,
.mega-menu .drop-down td,
.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar caption {
    border: 1px solid #cccccc;
}

.mega-menu .drop-down td,
.mega-menu .drop-down th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar th {
    padding: 0 10px 0 10px;
    line-height: 1.45em;
}

.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar caption {
    border-bottom: 0;
    padding: 0.75em 10px;
    line-height: 1.45em;
    text-align: left;
    font-style: italic;
}

.mega-menu .drop-down p,
.mega-menu .drop-down-tab-bar p {
    margin: 0 0 1.5em 0;
    font-size: 0.7800em;
}

.mega-menu .drop-down blockquote,
.mega-menu .drop-down-tab-bar blockquote {
    margin: 0 1.5em 1.5em;
    font-style: italic;
}

.mega-menu .drop-down mark,
.mega-menu .drop-down-tab-bar mark {
    line-height: 1.5;
    background: #78aace;
    color: #ffffff;
}

.mega-menu .drop-down del,
.mega-menu .drop-down-tab-bar del {
    color: #dddddd;
}

.mega-menu .drop-down code,
.mega-menu .drop-down kbd,
.mega-menu .drop-down pre,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar code,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar pre,
.mega-menu .drop-down-tab-bar samp {}

.mega-menu .drop-down ins,
.mega-menu .drop-down small,
.mega-menu .drop-down-tab-bar ins,
.mega-menu .drop-down-tab-bar small {
    line-height: 1.5;
}

.mega-menu .drop-down kbd,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar samp {
    line-height: 1.4;
}

.mega-menu .drop-down hr,
.mega-menu .drop-down-tab-bar hr {
    background: #cccccc;
    color: #cccccc;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 1.4em;
    border: none;
}

.mega-menu .drop-down input[type="submit"],
.mega-menu .drop-down input[type="button"],
.mega-menu .drop-down-tab-bar input[type="submit"],
.mega-menu .drop-down-tab-bar input[type="button"] {
    background: #04396c;
    padding: 10px 20px;
    margin: 5px 10px 0 0;
    line-height: 1.5em;
    font-weight: 600;
    font-size: 0.7800em;
    color: #ffffff;
    border-radius: 0;
    display: block;
    float: left;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.mega-menu .drop-down input[type="submit"]:hover,
.mega-menu .drop-down input[type="button"]:hover,
.mega-menu .drop-down-tab-bar input[type="submit"]:hover,
.mega-menu .drop-down-tab-bar input[type="button"]:hover {
    background-color: #333333;
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down input[type="submit"],
    .mega-menu .drop-down input[type="button"],
    .mega-menu .drop-down-tab-bar input[type="submit"],
    .mega-menu .drop-down-tab-bar input[type="button"] {
        width: 100%;
    }
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.mega-menu .drop-down a:hover,
.mega-menu .drop-down-tab-bar a:hover {
    color: #04396c;
}

.mega-menu .drop-down a i,
.mega-menu .drop-down-tab-bar a i {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.mega-menu .drop-down a:hover i,
.mega-menu .drop-down-tab-bar a:hover i {
    color: #04396c;
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down a,
    .mega-menu .drop-down-tab-bar a {
        width: auto;
    }
}


/*.mega-menu .drop-down ::-moz-selection,
      .mega-menu .drop-down-tab-bar ::-moz-selection {
       background: #ffb9ad;
      }

      .mega-menu .drop-down ::selection,
      .mega-menu .drop-down-tab-bar ::selection {
       background: #ffb9ad;
      }*/

.mega-menu .drop-down .list-description span,
.mega-menu .drop-down-tab-bar .list-description span {
    color: #aeaeae;
    display: inline-block;
    width: 100%;
}

.mega-menu .drop-down .image-description,
.mega-menu .drop-down-tab-bar .image-description {
    position: relative;
}

.mega-menu .drop-down .image-description img,
.mega-menu .drop-down-tab-bar .image-description img {
    display: inline-block;
    float: left;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    width: 40px;
}

.mega-menu .drop-down .image-description a,
.mega-menu .drop-down-tab-bar .image-description a {
    padding-left: 50px;
}

.mega-menu .drop-down .image-description span,
.mega-menu .drop-down-tab-bar .image-description span {
    color: #aeaeae;
    display: inline-block;
    width: 100%;
}

.mega-menu .drop-down i.fa,
.mega-menu .drop-down-tab-bar i.fa {
    padding-right: 10px;
    width: 20px;
}

.mega-menu .drop-down iframe,
.mega-menu .drop-down-tab-bar iframe {
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}

@media screen and (min-width:992px) {
    .mega-menu .drop-down.menu-offset-1,
    .mega-menu .drop-down-tab-bar.menu-offset-1 {
        /*------------------------------------------- menu-OFFSET CLASSES FOR DROP DOWN */
        margin-left: 100px;
    }
    .mega-menu .drop-down.menu-offset-2,
    .mega-menu .drop-down-tab-bar.menu-offset-2 {
        margin-left: -150px;
    }
    .mega-menu .drop-down.menu-offset-3,
    .mega-menu .drop-down-tab-bar.menu-offset-3 {
        margin-left: -200px;
    }
    .mega-menu .drop-down.menu-offset-4,
    .mega-menu .drop-down-tab-bar.menu-offset-4 {
        margin-left: -250px;
    }
    .mega-menu .drop-down.menu-offset-5,
    .mega-menu .drop-down-tab-bar.menu-offset-5 {
        margin-left: -300px;
    }
}

.mega-menu .drop-down .menu-contact-form,
.mega-menu .drop-down-tab-bar .menu-contact-form {
    /*------------------------------------------------------- MENU CONTACT FORM */
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
}

.mega-menu .mobileTriggerButton {
    /*---------------------------------------------------- MOBILE CLICK TRIGGER JQUERY DIV */
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: none;
    z-index: -1;
}

@media screen and (max-width:991px) {
    .mega-menu .mobileTriggerButton {
        display: block;
    }
}

.mega-menu .desktopTriggerButton {
    /*--------------------------------------------------- DESKTOP CLICK TRIGGER JQUERY DIV */
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    opacity: .2;
}

@media screen and (max-width:991px) {
    .mega-menu .desktopTriggerButton {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .mega-menu.desktopTopFixed .menu-list-items {
        /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        padding: 0px 10px;
        background: #323232;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .mega-menu.desktopTopFixed .menu-list-items .drop-down.grid-col-12,
    .mega-menu.desktopTopFixed .menu-list-items .drop-down-tab-bar.grid-col-12 {
        width: 100%;
        margin: 0px;
    }
    .mega-menu.desktopTopFixed .menu-list-items .menu-logo>li>a img {
        height: 40px;
        padding-top: 0px;
        margin: 15px 0px;
        /*width: 75%;*/
    }
    .mega-menu.desktopTopFixed .menu-list-items .menu-links>li>a {
        line-height: 20px;
    }
}

@media screen and (max-width:991px) {
    .mega-menu.mobileTopFixed .menu-list-items {
        /*--------------------------------------------------------- TOP FIXED FOR MOBILE */
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
    }
}

.mega-menu .drop-down-tab-bar {
    /*----------------------------------------------------------- DROP DOWN TAB BAR */
    margin: 0;
    padding: 10px;
    float: left;
}

.mega-menu .drop-down-tab-bar li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-tab-bar li {
        width: 100%;
        position: relative;
    }
}

.mega-menu .drop-down-tab-bar a {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.7800em;
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-tab-bar a {
        width: auto;
        padding-right: 20px;
    }
}

.mega-menu .drop-down-tab-bar i.fa {
    display: inline-block;
    padding-right: 5px;
}

.mega-menu .drop-down-tab-bar i.fa.fa-indicator {
    padding-right: 0;
    padding-left: 10px;
    line-height: 0.7800em;
}

@media screen and (max-width:991px) {
    .mega-menu .drop-down-tab-bar i.fa.fa-indicator {
        float: right;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;
        line-height: 25px;
    }
}

@media screen and (min-width:992px) {
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-scale,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-scale {
        /*--------------------------------------------- effect scale */
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-top {
        /*--------------------------------------------- effect expand top*/
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-bottom {
        /*--------------------------------------------- effect expand bottom*/
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-left {
        /*--------------------------------------------- effect expand left*/
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-right {
        /*--------------------------------------------- effect expand right*/
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active {
        -webkit-transition-delay: 200ms !important;
        transition-delay: 200ms !important;
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-fade {
        /*------------------------------------------- DROP DOWN EFFECTS :::: fade-effect */
        opacity: 1;
        visibility: visible;
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-scale {
        /*--------------------------------------------- effect scale */
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-top {
        /*--------------------------------------------- effect expand top*/
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-bottom {
        /*--------------------------------------------- effect expand bottom*/
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-left {
        /*--------------------------------------------- effect expand left*/
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-right {
        /*--------------------------------------------- effect expand right */
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width:991px) {
    .mega-menu .menu-links li .drop-down,
    .mega-menu .menu-links li .drop-down-tab-bar,
    .mega-menu .menu-links li .drop-down-multilevel {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

@media screen and (min-width:993px) {
    .mega-menu.vertical-left,
    .mega-menu.vertical-right {
        /*----------------------------------------------------- VERTICAL LEFT OR VERTICAL RIGHT */
        float: left;
        width: auto;
        display: block;
        /*max-width: 250px;*/
    }
    .mega-menu.vertical-left .menu-logo,
    .mega-menu.vertical-right .menu-logo {
        clear: both;
        width: 100%;
    }
    .mega-menu.vertical-left .menu-logo>li,
    .mega-menu.vertical-right .menu-logo>li {
        width: 100%;
    }
    .mega-menu.vertical-left .menu-logo>li>a,
    .mega-menu.vertical-right .menu-logo>li>a {
        width: 100%;
    }
    .mega-menu.vertical-left .menu-links,
    .mega-menu.vertical-right .menu-links {
        clear: both;
        width: 100%;
    }
    .mega-menu.vertical-left .menu-links>li,
    .mega-menu.vertical-right .menu-links>li {
        clear: both;
        width: 100%;
        position: relative;
    }
    .mega-menu.vertical-left .menu-links>li>a,
    .mega-menu.vertical-right .menu-links>li>a {
        width: 100%;
        position: relative;
        line-height: 48px;
    }
    .mega-menu.vertical-left .menu-links>li>a i.fa.fa-indicator,
    .mega-menu.vertical-right .menu-links>li>a i.fa.fa-indicator {
        float: right;
        line-height: 48px;
    }
    .mega-menu.vertical-left .menu-social-bar,
    .mega-menu.vertical-right .menu-social-bar {
        width: 100%;
        text-align: center;
    }
    .mega-menu.vertical-left .menu-social-bar>li,
    .mega-menu.vertical-right .menu-social-bar>li {
        display: inline-block;
        float: none;
    }
    .mega-menu.vertical-left .menu-social-bar>li>a,
    .mega-menu.vertical-right .menu-social-bar>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mega-menu.vertical-left .drop-down-multilevel,
    .mega-menu.vertical-right .drop-down-multilevel {
        top: 0;
        left: 100%;
    }
    .mega-menu.vertical-left .drop-down,
    .mega-menu.vertical-left .drop-down-tab-bar,
    .mega-menu.vertical-right .drop-down,
    .mega-menu.vertical-right .drop-down-tab-bar {
        left: 100%;
        top: 0;
        min-width: 600px;
    }
    .mega-menu.vertical-left .drop-down.grid-col-12,
    .mega-menu.vertical-left .drop-down-tab-bar.grid-col-12,
    .mega-menu.vertical-right .drop-down.grid-col-12,
    .mega-menu.vertical-right .drop-down-tab-bar.grid-col-12 {
        min-width: 1000px;
    }
    .mega-menu.vertical-left .menu-offset-1,
    .mega-menu.vertical-left .menu-offset-2,
    .mega-menu.vertical-left .menu-offset-3,
    .mega-menu.vertical-left .menu-offset-4,
    .mega-menu.vertical-left .menu-offset-5,
    .mega-menu.vertical-right .menu-offset-1,
    .mega-menu.vertical-right .menu-offset-2,
    .mega-menu.vertical-right .menu-offset-3,
    .mega-menu.vertical-right .menu-offset-4,
    .mega-menu.vertical-right .menu-offset-5 {
        margin-left: 0;
    }
    .mega-menu.vertical-left .menu-offset-1-vertical,
    .mega-menu.vertical-right .menu-offset-1-vertical {
        margin-top: -100px !important;
    }
    .mega-menu.vertical-left .menu-offset-2-vertical,
    .mega-menu.vertical-right .menu-offset-2-vertical {
        margin-top: -150px !important;
    }
    .mega-menu.vertical-left .menu-offset-3-vertical,
    .mega-menu.vertical-right .menu-offset-3-vertical {
        margin-top: -200px !important;
    }
    .mega-menu.vertical-left .menu-offset-4-vertical,
    .mega-menu.vertical-right .menu-offset-4-vertical {
        margin-top: -250px !important;
    }
    .mega-menu.vertical-left .menu-offset-5-vertical,
    .mega-menu.vertical-right .menu-offset-5-vertical {
        margin-top: -300px !important;
    }
    .mega-menu.vertical-left.desktopTopFixed,
    .mega-menu.vertical-right.desktopTopFixed {
        float: left;
        right: auto;
        padding: 0;
        height: 100%;
    }
    .mega-menu.vertical-left.desktopTopFixed .menu-list-items,
    .mega-menu.vertical-right.desktopTopFixed .menu-list-items {
        padding: 0;
        height: 100%;
    }
    .mega-menu.vertical-left.desktopTopFixed .drop-down,
    .mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar,
    .mega-menu.vertical-right.desktopTopFixed .drop-down,
    .mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar {
        margin: 0;
    }
    .mega-menu.vertical-right {
        float: right;
    }
    .mega-menu.vertical-right .drop-down-multilevel {
        left: auto;
        right: 100%;
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .mega-menu.vertical-right .drop-down-multilevel.left-side {
        left: 100%;
    }
}

@media screen and (min-width:992px) {
    .mega-menu.vertical-right .drop-down,
    .mega-menu.vertical-right .drop-down-tab-bar {
        left: auto;
        right: 100%;
    }
    .mega-menu.vertical-right.desktopTopFixed {
        float: right;
        left: auto;
        right: 0;
        padding: 0;
        height: 100%;
    }
}

@media screen and (min-width:992px) {
    .mega-menu.vertical-left .menu-search-bar,
    .mega-menu.vertical-right .menu-search-bar {
        width: 100%;
    }
    .mega-menu.vertical-left .menu-search-bar input,
    .mega-menu.vertical-left .menu-search-bar li,
    .mega-menu.vertical-left .menu-search-bar form,
    .mega-menu.vertical-left .menu-search-bar label,
    .mega-menu.vertical-right .menu-search-bar input,
    .mega-menu.vertical-right .menu-search-bar li,
    .mega-menu.vertical-right .menu-search-bar form,
    .mega-menu.vertical-right .menu-search-bar label {
        width: 100%;
        max-width: 100%;
        background: #04396c;
        -webkit-transition: none;
        transition: none;
    }
    .mega-menu.vertical-left .menu-search-bar input,
    .mega-menu.vertical-right .menu-search-bar input {
        padding-left: 20px;
    }
}

@media screen and (min-width:992px) {
    .mega-menu.menuFullWidth {
        /*--------------------------------------------------- make menu full width */
        max-width: 100%;
    }
}

.mega-menu .drop-down *,
.mega-menu .drop-down-tab-bar *,
.mega-menu .drop-down-multilevel *,
.drop-down-multilevel {
    -webkit-transform: rotate(0) !important;
    -moz-transform: rotate(0) !important;
    transform: rotate(0) !important;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0
}

body:after {
    content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
    display: none
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-container {
    padding: 4px
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(images/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}
/*

Template: Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE:  This file includes all plugins. If you don't want to use any plugins from below. You can simply remove that line from this file.

*/
 
/*plugins*/
@import url("plugins/bootstrap.min.css");
@import url("plugins/mega_menu.css");
@import url("plugins/animate.css");
@import url("plugins/font-awesome.min.css");
@import url("plugins/bootstrap-datetimepicker.min.css");
@import url("plugins/dataTables.bootstrap4.min.css");
@import url("plugins/magnific-popup.css");
@import url("plugins/mediaelementplayer.css");
@import url("plugins/owl.carousel.min.css");
@import url("plugins/slick-theme.css");
@import url("plugins/themify-icons.css");
@import url("plugins/fullcalendar.css");

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Biryani:wght@200;300;400;600;700;800;900&family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
html,
body {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 94% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    max-width: 96% !important;
  }
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #626262;
}

.uppercase {
  text-transform: uppercase;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #626262;
}

@media only screen and (max-width: 991px) {
  body {
    text-align: left;
  }
}

ul {
  margin: 0px;
  padding: 0px;
}

label {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #0a4a86;
}

a:hover, a:focus {
  text-decoration: none !important;
  color: #115492;
  outline: none !important;
}

a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

/* text selection CSS */
*::-moz-selection {
  background: #04396c;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04396c;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #04396c;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #04396c;
}

::selection {
  color: #fff;
  background: #04396c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #363636;
  margin-top: 0px;
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-weight: 800;
  line-height: 1;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

h4 a {
  color: inherit;
}

h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

ul {
  margin: 0px;
  padding: 0px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

p {
  text-align: left;
  font-weight: normal;
  line-height: 1.5;
  color: #626262;
}

hr {
  margin: 0;
  padding: 0px;
  border-bottom: 1px dashed #eceff8;
  border-top: 0px;
}

button {
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: white;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-color: #04396c;
  border: none;
  border-radius: 3px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  visibility: inherit;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  text-align: inherit;
  margin: 0px;
  padding: 11px 32px;
  letter-spacing: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform-origin: 50% 50% 0px;
          transform-origin: 50% 50% 0px;
}

button:hover, button:focus {
  cursor: pointer;
  background-color: #0858a3;
}

.button {
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  border: 2px solid #04396c;
  cursor: pointer;
  background-color: #04396c;
}

.button.button-border {
  background: transparent;
  border: 2px solid #343434;
  color: #323232;
}

.button.button-border:hover, .button.button-border:focus {
  color: #ffffff;
  background-color: #04396c;
  border-color: #04396c;
}

.button.button-border.white:hover, .button.button-border.white:focus {
  color: #04396c;
  background: #fff;
  border-color: #fff;
}

.button.white {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.white-bg {
  background: #ffffff;
}

.theme-bg {
  background: #04396c;
}

.page-section-ptb {
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  .page-section-ptb {
    padding: 50px 0;
  }
}

.ptb-7 {
  padding: 7em 0;
}

.mt-50 {
  margin-top: 50px !important;
}

.raindrops {
  background: #fff;
}

.raindrops canvas {
  bottom: -1px !important;
  width: 100%;
}

.black-bg {
  background: #1a1a1a;
}

.bg-shade {
  background: #f1f1f1;
}

.bg-alice {
  background: #f7f7f7;
}

.bg-blue {
  background: #457fca;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#5691c8), to(#457fca));
  background: linear-gradient(to right, #5691c8, #457fca);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.page-section-pt {
  padding: 80px 0 0;
}

@media only screen and (max-width: 767px) {
  .page-section-pt {
    padding: 50px 0 0;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

@media only screen and (min-width: 991px) {
  .pt-lg-50 {
    padding-top: 50px !important;
  }
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.highlight-box {
  margin-bottom: 50px;
}

@media only screen and (min-width: 991px) {
  .highlight-box {
    padding: 0 25px;
    margin-bottom: 0;
  }
}

.highlight-box h1 {
  margin-bottom: 15px;
}

.parallax {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  position: relative;
  z-index: 0;
  background-origin: initial;
  background-position: center center !important;
  background-repeat: no-repeat;
}

/* signature image 8*/
.signature {
  max-height: 100px;
}

/* pagination CSS */
.pagination-wrapper {
  margin: 5em 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-shadow: 15px 11px 19px #e8f5f5, 1px 3px 11px #e7effc;
          box-shadow: 15px 11px 19px #e8f5f5, 1px 3px 11px #e7effc;
}

.pagination .page-link {
  position: relative;
  display: block;
  color: #2c3d4d !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #1d4c79 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf0f1), to(#f8f8f0));
  background-image: linear-gradient(#ecf0f1, #f8f8f0);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.pagination .page-link:hover {
  z-index: 2;
  color: #fff !important;
  background-color: #04396c;
  border-color: #1d4c79;
  background-image: none;
}

.pagination .page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.uppercase {
  text-transform: uppercase;
}

.listing-content {
  width: 70%;
  margin: 40px auto 0;
}

.listing-content .listing-table-list ul li {
  line-height: 56px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.listing-content .listing-table-list ul li p {
  line-height: 1.75;
}

.listing-content .listing-table-list ul li p i {
  color: #f8db1f;
}

.listing-content .listing-table-list ul li i {
  width: 25px;
  display: inline-block;
  color: #04396c;
}

.listing-content .listing-table-list ul li span {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.09);
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
}

.listing-content .listing-table-list ul li span i {
  padding-right: 0;
}

.promo-full {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.promo-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  box-shadow: -3px 1px 25px -6px rgba(4, 57, 108, 0.48);
  -webkit-box-shadow: -3px 1px 25px -6px rgba(4, 57, 108, 0.48);
  -moz-box-shadow: -3px 1px 25px -6px rgba(4, 57, 108, 0.48);
}

.sidebar-widget {
  padding: 20px;
  background: #f0f0f0;
}

.sidebar-widget h6 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.sidebar-widget .recent-post {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sidebar-widget .recent-post .recent-post-image {
  float: left;
  margin-right: 15px;
}

.sidebar-widget .recent-post .recent-post-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-widget .recent-post .recent-post-info {
  overflow: hidden;
}

.sidebar-widget .recent-post .recent-post-info a {
  display: block;
  margin-bottom: 0;
  color: #323232;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.sidebar-widget .recent-post .recent-post-info a:hover, .sidebar-widget .recent-post .recent-post-info a:focus {
  color: #04396c;
}

.sidebar-widget .recent-post .recent-post-info span {
  color: #04396c;
  font-style: italic;
  font-size: 12px;
}

.sidebar-widget .recent-post .recent-post-info span i {
  padding-right: 10px;
}

.sidebar-widget .widget-tags li {
  display: inline-block;
}

.sidebar-widget .widget-tags li a {
  background: #f6f7f8;
  color: #323232;
  border-radius: 3px;
  padding: 8px 16px;
  line-height: 40px;
  font-size: 14px;
  margin-right: 2px;
}

.about-carousel {
  position: relative;
}

.about-carousel .owl-item .item {
  height: 370px;
}

.about-carousel .owl-item .item img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-carousel .owl-dots {
  bottom: 26px;
  position: absolute;
}

.links-carousel .owl-item {
  padding: 10px;
}

.links-carousel .owl-item .item {
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 10px;
  border-radius: 10px;
}

.links-carousel .owl-item a {
  display: block;
  width: 100%;
}

.links-carousel .owl-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 992px) {
  .about-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .about-box .left-col {
    width: 50%;
  }
}

.about-box .right-col {
  background: #0d4f8d;
  padding: 2em;
}

@media only screen and (min-width: 992px) {
  .about-box .right-col {
    width: 50%;
    background: transparent;
  }
}

.about-box .right-col p {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .about-box .right-col p {
    z-index: 9;
    position: absolute;
    padding: 3em;
  }
}

@media only screen and (min-width: 992px) {
  .about-box .right-col:after {
    content: '';
    background: #0d4f8d;
    height: 120%;
    width: 60%;
    right: 0;
    z-index: 0;
    position: absolute;
    top: -35px;
  }
}

a.view-all {
  background: #2260bf;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 14px;
  border-radius: 20px;
  color: #fff !important;
  /* text-transform: uppercase; */
  font-family: 'Poppins';
  font-weight: 600;
}

a.view-all:hover, a.view-all:focus {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #e11b22;
  padding: 7px 16px;
}

/* custom ifram scroll bar */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  width: 20px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ddd;
}

/* member search CSS */
.search-filter {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.search-filter input[type=text] {
  color: #444;
}

.search-filter i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 28px;
}

/* (A) SEARCH BOX */
.the-filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #a8a4a4;
}

/* (B) LIST */
.the-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}

.the-list li {
  padding: 10px;
  border-bottom: 2px solid #ffe9e9;
}

#the-list .card:hover {
  background: #fffed6;
}

#the-list .card.hide {
  display: none;
}

#memberissuemessage {
  color: green;
  text-align: center;
  margin: 50px 0;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
}

.borderline {
  display: block;
  width: 100%;
  border-top: 0.5px solid #999;
  margin: 20px 0;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.who-we-are-left .owl-item .item {
  height: 370px;
}

.who-we-are-left .owl-item .item img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*************************************
          divider
 **************************************/
.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.divider.dotted {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}

.divider.dashed {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}

.divider.double {
  border-bottom: 5px double rgba(0, 0, 0, 0.1);
}

.divider.outset {
  border-bottom: 3px outset rgba(0, 0, 0, 0.1);
}

/*icon*/
.divider.icon {
  border: 0;
  color: #ccc;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.divider.icon:after,
.divider.icon:before,
.divider.icon:after,
.divider.icon:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}

.divider.icon::after,
.divider.icon::after {
  margin: 0 -100% 0 0;
}

.divider.icon i,
.divider.icon span,
.divider.icon i,
.divider.icon span {
  margin: 0 20px 0 24px;
}

/*icon left*/
.divider.icon.left i,
.divider.icon.left span {
  float: left;
  margin: 0 40px 0 0;
}

.divider.icon.right i,
.divider.icon.right span {
  float: right;
  margin: 0 0 0 40px;
}

/*medium*/
.divider.medium {
  width: 40%;
  margin: 0 auto;
}

/*small*/
.divider.small {
  width: 20%;
  margin: 0 auto;
}

.divider.light {
  border-color: rgba(255, 255, 255, 0.1);
}

/*social icons */
/*************************
	   social-icon
*************************/
.social-icons ul {
  padding: 0;
}

.text-center.social-icons ul {
  display: inline-block;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 8px 0;
}

.social-icons li:last-child {
  margin-right: 0;
}

.text-white .social-icons li a {
  color: #ffffff;
}

/*Colored*/
.social-icons.color a,
.social-icons.color-hover a:hover {
  color: #fff;
  border: 0;
}

.social-icons.color .social-rss a,
.social-icons.color-hover .social-rss a:hover {
  background-color: #faa33d;
}

.social-icons.color .social-facebook a,
.social-icons.color-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

.social-icons.color .social-twitter a,
.social-icons.color-hover .social-twitter a:hover {
  background-color: #40bff5;
}

.social-icons.color .social-vimeo a,
.social-icons.color-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}

.social-icons.color .social-myspace a,
.social-icons.color-hover .social-myspace a:hover {
  background-color: #008dde;
}

.social-icons.color .social-youtube a,
.social-icons.color-hover .social-youtube a:hover {
  background-color: #ef4e41;
}

.social-icons.color .social-instagram a,
.social-icons.color-hover .social-instagram a:hover {
  background-color: #e1326b;
}

.social-icons.color .social-gplus a,
.social-icons.color-hover .social-gplus a:hover {
  background-color: #d68400;
}

.social-icons.color .social-stumbleupon a,
.social-icons.color-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}

.social-icons.color .social-lastfm a,
.social-icons.color-hover .social-lastfm a:hover {
  background-color: #f34320;
}

.social-icons.color .social-pinterest a,
.social-icons.color-hover .social-pinterest a:hover {
  background-color: #e13138;
}

.social-icons.color .social-google a,
.social-icons.color-hover .social-google a:hover {
  background-color: #eb5e4c;
}

.social-icons.color .social-linkedin a,
.social-icons.color-hover .social-linkedin a:hover {
  background-color: #238cc8;
}

/* Border */
.social-icons.social-border li a {
  border: 1px solid #eee;
  background: transparent;
}

/* Dark */
.social-icons.social-icons-dark li a {
  background: #888;
  color: #fff;
}

/* Light */
.social-icons.light li a {
  background: #fff;
  color: #333;
  border: 1px solid #eee;
}

/* Rounded */
.social-icons.rounded li a {
  border-radius: 50%;
}

/* Medium Size */
.social-icons.medium li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}

/* Large Size */
.social-icons.social-icons-large li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
  margin: 0 10px 10px 0;
}

.social-icons:not(.color):not(.color-hover) li a:hover {
  background-color: #eee;
}

.social-icons li:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

.social-icons.big li a {
  height: 62px;
  width: 62px;
  line-height: 62px;
  font-size: 18px;
}

/*icon */
.social-icons.color-icon a {
  color: #04396c;
}

.social-icons.color-icon .social-rss a {
  color: #faa33d;
}

.social-icons.color-icon .social-facebook a {
  color: #5d82d1;
}

.social-icons.color-icon .social-twitter a {
  color: #40bff5;
}

.social-icons.color-icon .social-vimeo a {
  color: #35c6ea;
}

.social-icons.color-icon .social-myspace a {
  color: #008dde;
}

.social-icons.color-icon .social-youtube a {
  color: #ef4e41;
}

.social-icons.color-icon .social-google a {
  color: #eb5e4c;
}

.social-icons.color-icon .social-linkedin a {
  color: #238cc8;
}

.social-icons.text-social li a {
  width: inherit;
  height: inherit;
  font-size: 18px;
  font-weight: bold;
}

.social-icons.text-social li a:hover {
  background: transparent;
}

.social-icons:not(.color):not(.color-hover) li a:hover {
  background: transparent;
}

/* POP UP MODAL */
@media only screen and (min-width: 1366px) {
  .modal-dialog {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.app-modal,
.app-modal-two {
  padding: 20px !important;
}

.app-modal .modal-content,
.app-modal-two .modal-content {
  margin-top: 0px;
  border: none;
  background: #fff;
}

.app-modal .modal-close,
.app-modal-two .modal-close {
  position: relative;
  padding: 5px 8px 12px 8px;
  font-size: 48px;
  background-color: #db0202;
  z-index: 1;
}

.app-modal .modal-close:hover, .app-modal .modal-close:focus,
.app-modal-two .modal-close:hover,
.app-modal-two .modal-close:focus {
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #04396c;
}

.app-modal .app-graphic,
.app-modal-two .app-graphic {
  max-height: 75vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bank-details {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-top: 3em;
  background: #fff;
}

.bank-details h5 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 35px;
}

.bank-details h5:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  bottom: -15px;
  left: 0;
  right: auto;
  background-color: #0c2763;
}

.bank-details p {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
}

.bank-details p span {
  font-weight: 500;
  margin-right: 10px;
}

/* button animation */
@-webkit-keyframes flash {
  0% {
    background: #04528f;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #04528f), color-stop(50%, #053860), color-stop(94%, #03528f));
    background: linear-gradient(0deg, #04528f 6%, #053860 50%, #03528f 94%);
  }
  40% {
    background: #085fa3;
    background: linear-gradient(97deg, #085fa3 6%, #074a7e 50%, #085fa3 94%);
  }
  80% {
    background: #013c6a;
    background: linear-gradient(175deg, #013c6a 6%, #084574 50%, #085fa3 94%);
  }
}

@keyframes flash {
  0% {
    background: #04528f;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #04528f), color-stop(50%, #053860), color-stop(94%, #03528f));
    background: linear-gradient(0deg, #04528f 6%, #053860 50%, #03528f 94%);
  }
  40% {
    background: #085fa3;
    background: linear-gradient(97deg, #085fa3 6%, #074a7e 50%, #085fa3 94%);
  }
  80% {
    background: #013c6a;
    background: linear-gradient(175deg, #013c6a 6%, #084574 50%, #085fa3 94%);
  }
}

/*************************
    Section title 1
***********************/
.section-title {
  margin-bottom: 40px;
  position: relative;
}

.section-title .title {
  margin-top: 0px;
  position: relative;
}

.section-title .subtitle {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title p {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}

/*line*/
.section-title.line .title {
  padding-bottom: 20px;
}

.section-title.line .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #04396c;
  content: "";
}

/*title center */
.section-title.center .title:before {
  left: 50%;
  margin-left: -35px;
}

.section-title.right .title:before {
  right: 0;
  left: inherit;
  margin-left: inherit;
}

/*bg */
.section-title span.theme-bg {
  background: #04396c;
  color: #ffffff;
  padding: 0 15px;
}

/*dark-bg*/
.section-title.dark-bg .title {
  color: #ffffff;
}

.section-title.dark-bg .subtitle {
  color: #ffffff;
}

.section-title.dark-bg p {
  color: #ffffff;
}

.section-title.dark-bg.line .title:before {
  background: #ffffff;
}

.section-title.dark-bg span.theme-bg {
  background: #ffffff;
  color: #04396c;
}

.title-effect {
  z-index: 99;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.title-effect::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.section-title:nth-child(odd) .title-effect::before {
  background: #04396c;
}

section:hover .title-effect::before,
section:focus .title-effect::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

section:hover .title-effect:nth-child(even),
section:focus .title-effect:nth-child(even) {
  color: #04396c;
}

/*dark*/
section:nth-child(odd) .title-effect.dark::before {
  background: #ffffff;
}

section:hover .title-effect.dark:nth-child(even),
section:focus .title-effect.dark:nth-child(even) {
  color: #ffffff;
}

.section-title {
  margin-bottom: 20px;
  position: relative;
}

.section-title .title {
  margin-top: 0px;
  position: relative;
}

.section-title .subtitle {
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.section-title p {
  margin-bottom: 0px;
  font-size: 20px;
}

.section-title span.theme-bg {
  background: #04396c;
  color: #f9f9f9;
  padding: 0 15px;
}

.section:nth-child(odd) .title-effect::before, .section:nth-child(even) .title-effect::before {
  background: #04396c;
}

.title-effect2 {
  z-index: 99;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  color: #04396c;
  font-weight: 700;
}

/*************************************
       page-title
**************************************/
.page-title {
  display: block;
  position: relative;
  z-index: 1;
  background: #053860;
  color: #fff;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .page-title {
    padding: 0 !important;
  }
}

.page-title:after {
  content: '';
  display: inline-block;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 245, 248, 0.25)), color-stop(46%, rgba(222, 236, 238, 0.25)), to(rgba(208, 239, 253, 0.25)));
  background: linear-gradient(180deg, rgba(233, 245, 248, 0.25) 0%, rgba(222, 236, 238, 0.25) 46%, rgba(208, 239, 253, 0.25) 100%);
  position: absolute;
  right: -50px;
  z-index: 1;
  top: -80px;
  -webkit-animation: pulse 5s infinite;
          animation: pulse 5s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@media only screen and (max-width: 991px) {
  .page-title:after {
    right: -90px;
    top: -20px;
    width: 150px;
    height: 150px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.25;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.25;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
}

.page-title.parallax {
  overflow: hidden;
  clear: both;
}

.page-title .title-section {
  padding: 6em 0 3em 0;
}

@media only screen and (max-width: 768px) {
  .page-title .title-section {
    padding: 3em 0;
  }
}

.page-title .title-section .page-title-name {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
}

.page-title .title-section h1 {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 0;
  color: #fff;
  font-family: "Mukta", sans-serif;
}

@media only screen and (min-width: 1200px) {
  .page-title .title-section h1 {
    font-size: 36px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .page-title .title-section h1 {
    font-size: 32px;
    line-height: 1;
  }
}

.page-title .title-section p {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.page-title .page-breadcrumb {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: right;
  background: #f0f0f0;
  padding: 12px 0;
  font-family: "Mukta", sans-serif;
}

.page-title .page-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title .page-breadcrumb li {
  color: #04396c;
  list-style: none;
  font-weight: 300;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-title .page-breadcrumb li a {
  color: #04396c;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}

.page-title .page-breadcrumb li i {
  font-size: 150%;
  padding: 0 7px;
}

.page-title span {
  text-transform: capitalize;
}

.page-title h1 {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
}

.page-title p {
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
}

ul.page-breadcrumb li span {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

ul.page-breadcrumb {
  padding-top: 30px;
}

ul.page-breadcrumb li {
  color: #fff;
  display: inline-block;
  list-style: none;
}

ul.page-breadcrumb li i {
  font-size: 14px;
  padding: 0 7px;
}

ul.page-breadcrumb li a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

ul.page-breadcrumb li a:hover {
  color: #04396c;
}

/*center*/
.page-title.center {
  text-align: center;
}

.page-title.center .page-title-name {
  display: block;
  width: 100%;
}

.page-title.center .page-breadcrumb {
  float: none;
  width: inherit;
  text-align: center;
}

/*----preloader---*/
/* The Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  background: #5caaff;
  background: linear-gradient(114deg, rgba(92, 170, 255, 0.997637) 0%, #0079fc 28%, #22e2e3 99%);
}

#loader-wrapper img {
  max-height: 90px;
  margin: 0 auto;
  display: block;
  text-align: center;
  bottom: 7em;
  position: fixed;
  left: 50%;
  top: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 30%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: spin 1.8s linear infinite;
  animation: spin 1.8s linear infinite;
  z-index: 11;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*---end-preloader---*/
.slider {
  position: relative;
  height: 40vh;
  width: 100%;
  background: #777;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.slider__wrap {
  position: absolute;
  width: 100vw;
  height: 40vh;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  top: 0%;
  left: 0;
  right: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
  opacity: 0;
}

.slider__wrap--hacked {
  opacity: 1;
}

.slider__back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: none;
  -webkit-transition: -webkit-filter 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-filter 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: filter 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: filter 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-filter 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slider__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  background-size: auto 133.3333%;
  background-position: center;
  background-repeat: none;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: opacity 450ms step-end, -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 450ms step-end, -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 450ms step-end;
  transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 450ms step-end, -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0;
  -webkit-box-shadow: 0 3vh 3vh rgba(0, 0, 0, 0);
          box-shadow: 0 3vh 3vh rgba(0, 0, 0, 0);
  padding: 6vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 991px) {
  .slider__inner {
    padding: 15vh;
  }
}

.slider__content {
  position: relative;
  top: 80%;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  font-family: "Oswald", sans-serif;
  opacity: 0;
  -webkit-transition: opacity 450ms;
  transition: opacity 450ms;
}

.slider__content h1 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 4.5vh;
  line-height: 1.2;
  margin-bottom: 0.75vh;
  pointer-events: none;
  text-shadow: 0 0.375vh 0.75vh rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 991px) {
  .slider__content h1 {
    font-size: 6vh;
    font-weight: 500;
  }
}

.slider__content p {
  font-size: 1.7em;
  font-weight: 300;
}

.slider__content a {
  cursor: pointer;
  font-size: 2.4vh;
  letter-spacing: 0.3vh;
  font-weight: 500;
  position: absolute;
  right: 20px;
  bottom: 20%;
}

.slider__content a:after {
  content: '';
  display: block;
  width: 9vh;
  background: white;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 6vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slider__content a:before {
  content: '';
  border-top: 1px solid white;
  border-right: 1px solid white;
  display: block;
  width: 1vh;
  height: 1vh;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
          transform: translateX(0) translateY(-50%) rotate(45deg);
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  top: 50%;
  left: 15vh;
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slider__content a:hover:after {
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slider__content a:hover:before {
  -webkit-transform: translateX(6vh) translateY(-50%) rotate(45deg);
          transform: translateX(6vh) translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slider__slide {
  position: absolute;
  left: 0;
  height: 40vh;
  width: 100vw;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  pointer-events: none;
  z-index: 0;
}

.slider__slide--active {
  -webkit-transform: translatex(0%);
          transform: translatex(0%);
  z-index: 2;
}

.slider__slide--active .slider__wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

.slider__slide--active .slider__back {
  -webkit-filter: blur(1.5vh);
          filter: blur(1.5vh);
  -webkit-transition: -webkit-filter 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-filter 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: filter 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: filter 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-filter 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important;
}

.slider__slide--active .slider__inner {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-box-shadow: 0 1vh 6vh rgba(0, 0, 0, 0.2);
          box-shadow: 0 1vh 6vh rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 1ms step-end, -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 1ms step-end, -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1ms step-end;
  transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1ms step-end, -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.slider__slide--active .slider__content {
  opacity: 1;
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}

.slider__slide:not(.slider__slide--active) .slider__wrap {
  -webkit-animation-name: hack;
          animation-name: hack;
  -webkit-animation-duration: 900ms;
          animation-duration: 900ms;
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes hack {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    opacity: 1;
  }
  51% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    opacity: 1;
  }
}

@keyframes hack {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    opacity: 1;
  }
  51% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    opacity: 1;
  }
}

#cni-carousel {
  margin-top: 0px;
  position: relative;
}

#cni-carousel .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vw;
  max-height: 60vh;
  background: #000;
  overflow: hidden;
}

#cni-carousel .header__background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  padding-bottom: 66.25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

#cni-carousel .header__video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
}

#cni-carousel .header__video-overlay--fadeOut {
  opacity: 0;
  visibility: hidden;
}

#cni-carousel .header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#cni-carousel .header__title {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  font-family: 'Permanent Marker', cursive;
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  color: white;
  line-height: 1;
}

#cni-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cni-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 1440px) {
  #cni-carousel .carousel-caption .container {
    max-width: 1100px;
  }
}

@media (max-width: 1199px) {
  #cni-carousel .carousel-caption .container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  #cni-carousel .carousel-caption .container {
    max-width: 720px;
  }
}

#cni-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

#cni-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

#cni-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

#cni-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

#cni-carousel .carousel-caption .container .box .content {
  display: block;
}

#cni-carousel [class*=carousel-control] {
  width: 50px;
  height: 50px;
  font-size: 36px;
  line-height: 48px;
  color: #eee;
  text-decoration: none;
  background-color: transparent;
  visibility: visible !important;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  background: #04396c;
  border-color: #04396c;
}

@media (max-width: 667px) {
  #cni-carousel [class*=carousel-control] {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  #cni-carousel [class*=carousel-control] {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
  }
}

#cni-carousel [class*=carousel-control]:hover {
  opacity: 1;
  background: none;
  border: 1px solid #eee;
}

@media (max-width: 480px) {
  #cni-carousel [class*=carousel-control]:hover {
    color: #fff;
  }
}

#cni-carousel .carousel-control-prev {
  left: 1%;
}

#cni-carousel .carousel-control-next {
  right: 1%;
}

#cni-carousel.slider-home-one .carousel-inner .carousel-item {
  min-height: 90vh;
  max-height: 600px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  position: relative;
}

#cni-carousel.slider-home-one .carousel-inner .carousel-item:before {
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(4, 57, 108, 0.091);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
  #cni-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 65vh;
    max-height: 65vh;
  }
}

@media (max-width: 991px) {
  #cni-carousel.slider-home-one .carousel-inner .carousel-item {
    max-height: 50vh;
    min-height: 50vh;
  }
}

@media only screen and (max-width: 768px) {
  #cni-carousel.slider-home-one .carousel-inner .carousel-item {
    max-height: 35vh;
    min-height: 35vh;
  }
}

#cni-carousel.slider-home-one .carousel-inner .carousel-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 991px) {
  #cni-carousel.slider-home-one .carousel-inner .carousel-item .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#cni-carousel.slider-home-one .carousel-inner .carousel-item .video-background {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

#cni-carousel.slider-home-one .carousel-inner .carousel-item .video-background:before {
  padding-top: 36.25%;
  content: '';
  display: block;
  background: red;
}

#cni-carousel.slider-home-one .carousel-inner .carousel-item .video-background iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* fixing slider height */
.slider-content-style .content {
  text-align: left;
  position: relative;
  z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .slider-content-style .content h3,
  .slider-content-style .content h2,
  .slider-content-style .content p {
    text-align: center;
  }
}

.slider-content-style .content h3 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1em;
  font-weight: 600;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  max-width: 60%;
  text-shadow: 2px 2px #444;
  font-family: "Mukta", sans-serif;
}

@media only screen and (max-width: 991px) {
  .slider-content-style .content h3 {
    font-size: 36px;
    max-width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .slider-content-style .content h3 {
    font-size: 28px;
  }
}

.slider-content-style .content p {
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-top: 20px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  max-width: 70%;
  font-family: "Mukta", sans-serif;
  text-shadow: 2px 2px #555;
  line-height: 1em;
}

@media only screen and (max-width: 768px) {
  .slider-content-style .content p {
    font-size: 20px;
    max-width: 80%;
  }
}

.slider-content-style .content a.thm-btn {
  background: #04396c;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 17px;
  margin-top: 27px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.slider-content-style .content a.thm-btn:hover {
  background: #fff;
  color: #04396c !important;
}

@media only screen and (max-width: 768px) {
  .slider-content-style .content a.thm-btn {
    padding: 5px 10px;
    margin-top: 20px;
    letter-spacing: 1px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}

/* publication slider */
.publication-section {
  margin: 10px;
}

@media (max-width: 768px) {
  .publication-section {
    margin: 70px 0px 0px 0px;
  }
}

@media (max-width: 425px) {
  .publication-section {
    margin: 50px 0px 0px 0px;
  }
}

.publication-section .title {
  margin-bottom: 10px;
  font-size: 30px;
}

@media (max-width: 768px) {
  .publication-section .owl-carousel {
    margin-top: 50px;
  }
}

.publication-section .owl-carousel img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
}

.publication-section .owl-carousel h4 {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  line-height: 16px;
  color: #444;
  letter-spacing: 1px;
  width: 200px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .publication-section .owl-carousel h4 {
    text-align: left;
    width: 180px;
    font-size: 11px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 360px) {
  .publication-section .owl-carousel h4 {
    text-align: left;
    width: 120px;
    font-size: 11px;
    letter-spacing: 0;
  }
}

.publication-section .owl-carousel .owl-item {
  height: auto;
}

@media (min-width: 768px) {
  .publication-section .owl-carousel .owl-item {
    padding: 15px;
  }
}

.publication-section .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .publication-section .owl-item.big {
    margin: 0 25px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    z-index: 3;
  }
}

.publication-section .owl-item.medium.mdright {
  /*border: solid 1px red;*/
}

@media (min-width: 768px) {
  .publication-section .owl-item.medium.mdright {
    position: relative;
    left: 0px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -ms-transform: scale(0.8);
    z-index: 2;
  }
}

.publication-section .owl-item.medium.mdleft {
  /*border: solid 1px blue;*/
}

@media (min-width: 768px) {
  .publication-section .owl-item.medium.mdleft {
    right: 0px;
    position: relative;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -ms-transform: scale(0.8);
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .publication-section .owl-item.smallRight.active {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    left: -30px;
  }
}

@media (min-width: 768px) {
  .publication-section .owl-item.smallLeft.active {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    right: -30px;
  }
}

.publication-section .owl-nav {
  position: absolute;
  bottom: auto;
  width: 100%;
  top: 35%;
}

@media only screen and (max-width: 768px) {
  .publication-section .owl-nav {
    position: absolute;
    bottom: auto;
    width: 100%;
    top: -40px;
  }
}

.publication-section .owl-nav i {
  background: #04396c;
}

.publication-section .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 10px;
  background: transparent !important;
  color: #000 !important;
  font-size: 40px !important;
}

.publication-section .owl-nav .owl-prev:hover {
  color: #adadad !important;
}

.publication-section .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 10px;
  background: transparent !important;
  color: #000 !important;
  font-size: 40px !important;
}

.publication-section .owl-nav .owl-next:hover {
  color: #adadad !important;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

.video-container {
  width: 100%;
  height: 90vh;
  position: relative;
  display: inline-block;
  margin: 0px;
  box-shadow: 2px 0px 25px 3px rgba(161, 120, 255, 0.1) inset;
  -webkit-box-shadow: 2px 0px 25px 3px rgba(161, 120, 255, 0.1) inset;
  -moz-box-shadow: 2px 0px 25px 3px rgba(161, 120, 255, 0.1) inset;
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
  .video-container {
    min-height: 65vh;
    max-height: 65vh;
  }
}

@media only screen and (max-width: 991px) {
  .video-container {
    height: 50vh;
  }
}

@media only screen and (max-width: 768px) {
  .video-container {
    height: 35vh;
  }
}

.video-container video {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  display: block;
  box-shadow: -1px 5px 22px -1px rgba(74, 74, 74, 0.26);
  -webkit-box-shadow: -1px 5px 22px -1px rgba(74, 74, 74, 0.26);
  -moz-box-shadow: -1px 5px 22px -1px rgba(74, 74, 74, 0.26);
}

.header.light {
  background: #ffffff;
  position: relative;
  z-index: 999;
}

.header .top-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 10px;
  float: right;
}

@media only screen and (max-width: 991px) {
  .header .top-menu {
    display: none !important;
  }
}

.header .top-menu li a {
  color: #04396c;
  font-size: 12px;
  position: relative;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 400;
}

.header .top-menu li a.stk-login-btn {
  background: #04528f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #04528f), color-stop(50%, #053860), color-stop(94%, #03528f));
  background: linear-gradient(0deg, #04528f 6%, #053860 50%, #03528f 94%);
  color: #fff;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 18px;
  letter-spacing: 1px;
}

.header .top-menu li a.stk-login-btn:hover, .header .top-menu li a.stk-login-btn:focus {
  background: #0668b3;
  color: #fff;
  -webkit-transition: 0s;
  transition: 0s;
}

.header .top-menu li a.stk-login-btn:hover:before, .header .top-menu li a.stk-login-btn:focus:before {
  display: none;
}

.header .top-menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #0c2763;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header .top-menu li a:hover {
  color: #051538;
}

.header .top-menu li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header .mega-menu {
  color: #444;
  min-height: 80px;
}

.header .mega-menu .mobileTriggerButton {
  z-index: 3;
}

@media only screen and (min-width: 992px) {
  .header .mega-menu .drop-down.grid-col-12 {
    top: 70px;
  }
}

.header .mega-menu .menu-links .drop-down-multilevel {
  max-width: 240px;
}

.header .mega-menu .menu-links .drop-down-multilevel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .mega-menu .menu-links .drop-down-multilevel a i {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .header .mega-menu .menu-links .drop-down-multilevel li:first-child > a {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header .mega-menu .menu-links .drop-down-multilevel .drop-down-multilevel {
    border: none;
  }
}

@media only screen and (max-width: 991px) {
  .header .mega-menu .menu-links .drop-down-multilevel .drop-down-multilevel li {
    background: #f2f2f2;
  }
}

.header .mega-menu .menu-links .grid-row a {
  padding: 10px 0 10px 0;
}

.header .mega-menu .menu-mobile-collapse-trigger {
  margin: 0;
  padding: 0;
  height: 50px;
  width: 35px;
  background: transparent;
  display: none;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 100;
  float: right;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}

@media only screen and (max-width: 991px) {
  .header .mega-menu .menu-mobile-collapse-trigger {
    display: block;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9999;
    margin-right: 40px;
  }
}

.header .mega-menu .menu-mobile-collapse-trigger:before, .header .mega-menu .menu-mobile-collapse-trigger:after,
.header .mega-menu .menu-mobile-collapse-trigger span {
  background: #323232;
}

.header .mega-menu .menu-mobile-collapse-trigger.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .mega-menu .menu-mobile-collapse-trigger.active:after {
  -webkit-transform: rotate(-48deg);
  transform: rotate(-48deg);
  margin-top: 4px;
}

.header .mega-menu .menu-links {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .header .mega-menu .menu-links {
    width: 100%;
    background: #fff;
    padding: 10px;
    overflow: auto;
    margin-right: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header .mega-menu .menu-links li {
    width: 100%;
    position: relative;
    cursor: pointer;
    line-height: normal;
    border-bottom: 1px solid #f3f3f3;
    z-index: 50;
  }
}

@media only screen and (max-width: 991px) {
  .header .mega-menu .menu-links li.activeTriggerMobile {
    background: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .header .mega-menu .menu-links li.activeTriggerMobile a i {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.header .mega-menu .menu-links li.activeTriggerMobile li.activeTriggerMobile {
  background: #f2f2f2;
}

.header .mega-menu .menu-links li.activeTriggerMobile li.activeTriggerMobile li {
  background: #f9f9f9;
}

.header .mega-menu .menu-links li.activeTriggerMobile li.activeTriggerMobile li a i {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.header .mega-menu .menu-links li a {
  color: #454545;
  line-height: 24px;
  font-weight: 400;
  display: block;
  padding: 0 8px;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
  .header .mega-menu .menu-links li a {
    font-size: 12px;
  }
}

.header .mega-menu .menu-links li a i {
  margin-right: 7px;
  margin-top: 2px;
}

.header .mega-menu .menu-links li a:hover, .header .mega-menu .menu-links li a:focus {
  color: #454545;
}

@media only screen and (min-width: 992px) {
  .header .mega-menu .menu-links li ul {
    margin-top: 10px;
  }
}

.header .mega-menu section.menu-list-items {
  padding: 5px;
}

@media only screen and (min-width: 992px) {
  .header .mega-menu section.menu-list-items {
    padding: 0;
  }
}

@media only screen and (min-width: 991px) {
  .header .mega-menu .menu-logo {
    width: 20%;
  }
}

@media only screen and (max-width: 991px) {
  .header .mega-menu .menu-logo {
    padding: 0;
  }
}

.header .mega-menu .menu-logo span {
  color: #ffffff;
  width: 28px;
  display: block;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-top: 0px;
}

.header .mega-menu .menu-logo a {
  padding: 5px 0;
}

@media only screen and (min-width: 992px) {
  .header .mega-menu .menu-logo a {
    padding: 8px 0;
  }
}

.header .mega-menu .menu-logo img {
  height: 50px;
  width: auto;
}

@media only screen and (min-width: 992px) {
  .header .mega-menu .menu-logo img {
    height: 60px;
  }
}

.header .mega-menu .menu-logo img.logo_scroll {
  display: none;
}

.header .mega-menu .menu-bar {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media only screen and (max-width: 990px) {
  .header .mega-menu .menu-bar {
    float: none;
    width: 100%;
    display: block;
  }
}

.header .mega-menu.desktopTopFixed .top-menu {
  margin-top: 5px;
}

.header .mega-menu.desktopTopFixed .menu-links {
  margin-top: 5px;
}

@media only screen and (min-width: 992px) {
  .header .mega-menu.desktopTopFixed .menu-logo a {
    padding: 0 !important;
  }
}

.header .mega-menu.desktopTopFixed .menu-logo img.main_logo {
  display: none;
}

.header .mega-menu.desktopTopFixed .menu-logo img.logo_scroll {
  display: block;
}

@media only screen and (min-width: 992px) {
  .header .mega-menu.desktopTopFixed .menu-list-items {
    background: #f7f7f7;
  }
}

@media only screen and (max-width: 991px) {
  .header .mega-menu.mobileTopFixed .menu-logo {
    padding: 0 !important;
  }
}

.header .mega-menu.mobileTopFixed .menu-logo a {
  padding: 10px 0;
}

.header .mega-menu.mobileTopFixed .menu-logo img {
  height: 40px;
}

@media only screen and (max-width: 992px) {
  .header .mega-menu.mobileTopFixed .menu-list-items {
    background: #ffffff;
    box-shadow: -1px 5px 22px -1px rgba(74, 74, 74, 0.26) !important;
    -webkit-box-shadow: -1px 5px 22px -1px rgba(74, 74, 74, 0.26) !important;
    -moz-box-shadow: -1px 5px 22px -1px rgba(74, 74, 74, 0.26) !important;
    height: auto !important;
  }
}

.search-area {
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .search-area {
    height: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .search-area {
    display: inline-block;
    position: absolute;
    right: 80px;
    top: 10px;
    z-index: 999;
  }
}

.search-area .search {
  display: inline-block;
  padding-right: 15px;
  padding-left: 10px;
}

@media only screen and (min-width: 992px) {
  .search-area .search {
    vertical-align: middle;
    display: table;
    height: 100%;
    float: left;
  }
}

.search-area .search .search-btn {
  display: block;
  height: 20px;
  line-height: 21px;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  color: #ffffff;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .search-area .search .search-btn {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 10px;
    float: none;
    clear: both;
    height: 100%;
  }
}

.search-area .search .search-btn:before {
  content: "";
  background: url(../images/search-icon.png) no-repeat;
  height: 20px;
  width: 20px;
  left: auto;
  right: 10px;
  position: absolute;
  text-indent: 0px;
  top: 10px;
  background-size: contain;
}

@media only screen and (min-width: 992px) {
  .search-area .search .search-btn:before {
    top: 0;
    left: 0px;
    right: auto;
  }
}

.search-area .search .search-box {
  background: #fff;
  display: block;
  margin: 0;
  opacity: 0 !important;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 9px;
  -webkit-transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media only screen and (max-width: 600px) {
  .search-area .search .search-box {
    width: 210px;
    right: -20px;
    top: 80px;
  }
}

.search-area .search .search-box input {
  background: transparent;
  border: 1px solid #eceff8;
  padding-left: 15px;
  border-radius: 3px;
}

.search-area .search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  right: 27px;
  top: 17px;
  color: #04396c;
  font-size: 16px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.search-area .search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  top: 32px;
}

.header .mega-menu .menu-links .mobile-top-menu {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .mega-menu .menu-links .mobile-top-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px;
}

.header .mega-menu .menu-links .mobile-top-menu li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #04396c;
  color: #fff;
  border-radius: 25px;
  padding: 5px 12px;
}

.header .mega-menu .menu-links .mobile-top-menu li a:hover, .header .mega-menu .menu-links .mobile-top-menu li a:focus {
  background: #e11b22;
}

.agm-link {
  margin-right: 0 !important;
}

.agm-link.wls-link a {
  -webkit-animation: blinking-wls 1s linear infinite;
          animation: blinking-wls 1s linear infinite;
}

.agm-link a {
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff !important;
  -webkit-animation: blinking 1s linear infinite;
          animation: blinking 1s linear infinite;
  padding: 5px 12px;
  border-radius: 18px;
  letter-spacing: 1px;
}

.agm-link a:before {
  content: none;
}

.agm-link a:hover:before, .agm-link a:focus:before {
  content: none;
  visibility: hidden;
  display: none;
}

@-webkit-keyframes blinking {
  from,
  49.9% {
    background: #DA4453;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#89216B), to(#DA4453));
    background: linear-gradient(to right, #89216B, #DA4453);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  50%,
  to {
    background: #04528f;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #04528f), color-stop(50%, #053860), color-stop(94%, #03528f));
    background: linear-gradient(0deg, #04528f 6%, #053860 50%, #03528f 94%);
  }
}

@keyframes blinking {
  from,
  49.9% {
    background: #DA4453;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#89216B), to(#DA4453));
    background: linear-gradient(to right, #89216B, #DA4453);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  50%,
  to {
    background: #04528f;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #04528f), color-stop(50%, #053860), color-stop(94%, #03528f));
    background: linear-gradient(0deg, #04528f 6%, #053860 50%, #03528f 94%);
  }
}

@-webkit-keyframes blinking-wls {
  from,
  49.9% {
    background: #f07d00;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#085aa4), to(#04396c));
    background: linear-gradient(to right, #085aa4, #04396c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  50%,
  to {
    background: #04528f;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#f79c19), to(#e88a06));
    background: linear-gradient(to right, #f79c19, #e88a06);
  }
}

@keyframes blinking-wls {
  from,
  49.9% {
    background: #f07d00;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#085aa4), to(#04396c));
    background: linear-gradient(to right, #085aa4, #04396c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  50%,
  to {
    background: #04528f;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#f79c19), to(#e88a06));
    background: linear-gradient(to right, #f79c19, #e88a06);
  }
}

.footer p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}

.footer .footer-useful-link ul li {
  list-style: none;
  margin-bottom: 12px;
}

.footer .footer-useful-link ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  vertical-align: top;
  display: block;
  line-height: 26px;
}

.footer .footer-useful-link ul li a:hover, .footer .footer-useful-link ul li a:focus {
  color: white;
}

.footer .footer-widget {
  padding: 20px 0;
  border-top: 1px solid #262626;
}

.footer .footer-widget a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}

.footer .footer-widget a:hover, .footer .footer-widget a:focus {
  color: white;
}

.footer .addresss-info {
  color: rgba(255, 255, 255, 0.7);
}

.footer .addresss-info li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.footer .addresss-info li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer .addresss-info li a:hover, .footer .addresss-info li a:focus {
  color: white;
}

.footer .addresss-info li i {
  margin-right: 7px;
  font-size: 14px;
}

.footer .addresss-info li p {
  margin-bottom: 0;
}

@media only screen and (min-width: 991px) {
  .footer .social-icons {
    text-align: right !important;
  }
}

.footer .social-icons ul {
  padding: 0;
}

.footer .social-icons ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 8px 0;
}

.footer .social-icons ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  width: 32px;
  font-size: 16px;
  margin: 0;
  border-radius: 4px;
  border: 0;
  background: transparent;
  color: #333;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.5);
}

.footer .social-icons ul li a:hover, .footer .social-icons ul li a:focus {
  color: white;
}

.footer .footer-Newsletter {
  display: inline-block;
  width: 100%;
}

.footer .footer-Newsletter .form-control {
  border-left: 0px;
  height: 50px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .footer-Newsletter .button.button-border {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#back-to-top .top {
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  bottom: 15px;
  left: 15px;
  border-radius: 3px;
  z-index: 999;
  background: transparent;
  font-size: 14px;
  background: #04396c !important;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #fff;
}

#back-to-top .top i {
  padding-top: 2px;
  font-size: 20px;
}

#back-to-top .top span {
  display: block;
  line-height: 8px;
  font-size: 11px;
}

.floating-box {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  z-index: 99999;
}

.floating-box ul li {
  list-style: none;
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: -5px 0px 6px -2px rgba(0, 0, 0, 0.29);
  box-shadow: -5px 0px 6px -2px rgba(0, 0, 0, 0.29);
}

.floating-box ul li a {
  position: absolute;
  top: 0;
  right: 8px;
  font-family: "Mukta", sans-serif;
  /* background: #f6511d; */
  /* padding: 20px 95px 16px; */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 0 2px;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (min-width: 991px) {
  .floating-box ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #04396c;
    border-radius: 5px 0 0 5px;
    padding: 0 10px 0 5px;
    position: inherit;
    -webkit-transform: none;
            transform: none;
  }
}

.floating-box ul li a:hover {
  background: #f0f0f0;
  color: #e11b22;
}

.floating-box ul li a .flag {
  -o-object-fit: contain;
     object-fit: contain;
  height: 25px;
  width: 25px;
  margin-right: 5px;
  display: block;
}

@media only screen and (min-width: 991px) {
  .floating-box ul li a .flag {
    height: 30px;
    width: 30px;
  }
}

.floating-box ul li:nth-child(2) a {
  top: 35px;
  right: 8px;
}

.kod-logo {
  height: 30px;
  width: auto;
  display: inline-block;
}

.kod-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin-left: 5px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.kod-logo:hover img, .kod-logo:focus img {
  -webkit-filter: none;
          filter: none;
}

/*************************
        tab
*************************/
/*tab 1*/
.tab .nav.nav-tabs {
  border: none;
  margin-bottom: 20px;
}

.tab .nav.nav-tabs li {
  margin-bottom: 0px;
  float: none;
  display: inline-block;
}

.tab .nav.nav-tabs li a {
  border: none;
  line-height: normal;
  border-radius: 0px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #353535;
  border: 1px solid #eeeeee;
}

.tab .nav.nav-tabs li a i {
  padding-right: 5px;
}

.tab .nav.nav-tabs > li > a.active,
.nav.nav-tabs > li > a.active:focus,
.nav.nav-tabs > li > a.active:hover {
  background: #04396c;
  color: #fff;
  border-color: transparent;
}

/*nav-border*/
.nav-border .nav.nav-tabs li a {
  margin-right: 0;
  border: 1px solid #eeeeee;
  background: transparent;
}

.nav-border .nav.nav-tabs > li > a.active,
.nav-border .nav.nav-tabs > li > a.active:focus,
.nav-border .nav.nav-tabs > li > a.active:hover {
  color: #ffffff;
  background: #04396c;
  border-color: #04396c;
}

/*tab-border*/
.tab-border .nav.nav-tabs {
  margin-bottom: 0;
}

.tab-border .tab-content {
  padding: 20px;
  border: 1px solid #eeeeee;
  margin-top: -1px;
}

.tab-border .nav.nav-tabs > li > a.active,
.tab-border .nav.nav-tabs > li > a.active:focus,
.tab-border .nav.nav-tabs > li > a.active:hover {
  color: #04396c;
  background: #ffffff !important;
  border-color: #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/*nav-center*/
.nav-center .nav.nav-tabs {
  text-align: center;
  display: block;
}

.nav-right .nav.nav-tabs {
  text-align: right;
  display: block;
}

.nav-right .tab-content {
  text-align: right;
}

/*round*/
.round .nav.nav-tabs li a {
  border: none;
  line-height: normal;
  margin-right: 10px;
  border-radius: 90px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #353535;
}

/*shadow*/
.shadow .nav.nav-tabs > li > a.active,
.shadow .nav.nav-tabs > li > a.active:focus,
.shadow .nav.nav-tabs > li > a.active:hover {
  color: #04396c;
  background: #ffffff !important;
  border-color: #eeeeee;
  border-bottom: 0;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

/*tab-vertical*/
.tab-vertical .nav-tabs {
  float: left;
  width: 25%;
}

.tab-vertical .nav.nav-tabs li {
  display: block;
  width: 100%;
}

.tab-vertical .nav.nav-tabs li a {
  border-right: 0;
  border-top: 0;
  padding: 14px 30px;
}

.tab-vertical .nav.nav-tabs li:first-child a {
  border-top: 1px solid #eeeeee;
}

.tab-vertical .tab-content {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 40px 30px;
  margin-left: 25%;
  line-height: 30px;
  margin-top: 0;
}

.tab-vertical .tab-content p {
  line-height: 30px;
}

.tab-vertical .nav.nav-tabs > li > a.active,
.tab-vertical .nav.nav-tabs > li > a.active:focus,
.tab-vertical .nav.nav-tabs > li > a.active:hover {
  border-bottom: 1px solid #eeeeee;
}

/*vertical-right*/
.vertical-right .nav-tabs {
  float: right;
}

.vertical-right .nav.nav-tabs li a {
  border-right: 1px solid #eeeeee;
  border-left: 0;
}

.vertical-right .tab-content {
  margin-right: 24.8%;
  margin-left: inherit;
  text-align: right;
}

/* dropdown */
.tab-dropdown .tab-content {
  margin-top: 30px;
}

.nav-pills > li > a.active,
.nav-pills > li > a.active:focus,
.nav-pills > li > a.active:hover {
  background: #04396c;
  color: #ffffff;
}

/* nav border top */
.tab.nav-bt .nav li a {
  margin-right: 0px !important;
  border-top: 2px solid transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.tab.nav-bt .nav.nav-tabs > li > a.active {
  background: #f6f7f8;
  border-color: transparent;
  color: #353535;
  border-top: 2px solid #04396c;
}

/* nav border left */
.tab.nav-bl .nav li a {
  margin-right: 0px !important;
}

.tab.nav-bl .nav.nav-tabs > li > a {
  border-left: 4px solid transparent;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.tab.nav-bl .nav.nav-tabs > li > a.active {
  background: #f6f7f8;
  border-color: transparent;
  color: #353535;
  border-left: 4px solid #04396c;
  border-bottom: none !important;
}

/* nav border right */
.tab.nav-br .nav li a {
  margin-right: 0px !important;
}

.tab.nav-br .nav.nav-tabs > li > a {
  border-right: 4px solid transparent;
  border-left: none;
  border-bottom: none;
  border-top: none;
}

.tab.nav-br .nav.nav-tabs > li > a.active {
  background: #f6f7f8;
  border-color: transparent;
  color: #353535;
  border-right: 4px solid #04396c;
  border-bottom: none !important;
}

.nav-link {
  color: #04396c;
}

.nav-link:focus,
.nav-link:hover {
  color: #04396c;
}

.tab .nav-tabs {
  border: none;
  margin-bottom: 20px;
}

.tab .nav-tabs li {
  margin-bottom: 0px;
  float: none;
  display: inline-block;
}

.tab .nav-tabs li a {
  border: none;
  line-height: normal;
  border-radius: 0px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #363636;
  border: 1px solid #eeeeee;
}

.tab .nav-tabs li a.active {
  background: deepskyblue;
  color: #ffffff;
  border-color: transparent;
}

.tab .member-tabs {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  padding: 10px;
  max-width: 960px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}

@media only screen and (min-width: 991px) {
  .tab .member-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.tab .member-tabs li.nav-item {
  position: relative;
  z-index: 1;
  display: block;
  margin: 10px;
  text-align: center;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media only screen and (max-width: 991px) {
  .tab .member-tabs li.nav-item.last {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.tab .member-tabs li.nav-item.last a.nav-link:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #07508a;
  content: "";
  pointer-events: none;
}

.tab .member-tabs li.nav-item a.nav-link {
  position: relative;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0px 0px 12px 0px rgba(84, 84, 84, 0.12);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(84, 84, 84, 0.12);
  -moz-box-shadow: 0px 0px 12px 0px rgba(84, 84, 84, 0.12);
  padding: 5px 10px;
  border: 2px solid #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.tab .member-tabs li.nav-item a.nav-link:hover, .tab .member-tabs li.nav-item a.nav-link:focus {
  background: #07508a;
  color: #fff;
}

.tab .member-tabs li.nav-item a.nav-link.active {
  background: #07508a !important;
  box-shadow: 5px 7px 9px 0px rgba(5, 53, 25, 0.57);
  -webkit-box-shadow: 5px 7px 9px 0px rgba(5, 53, 25, 0.57);
  -moz-box-shadow: 5px 7px 9px 0px rgba(5, 53, 25, 0.57);
  border: none;
}

.tab .tab-content .tab-pane {
  width: 100%;
  overflow-x: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tab .tab-content .tab-pane {
    width: 100%;
  }
}

.faq-tabs .member-tabs {
  max-width: 960px;
}

.faq-tabs .tab-content {
  max-width: 560px;
  margin: 0 auto;
}

/* accordion */
.accordion .card {
  border: none;
}

.accordion .card .card-header {
  background: transparent;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 500;
  position: relative;
  color: #353535;
  line-height: normal;
  cursor: pointer;
  display: block;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  border-radius: 30px;
}

.accordion .card a {
  color: #fff;
  display: block;
  padding: 1.2rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  letter-spacing: 1px;
  border-radius: 30px;
  box-shadow: 0px 15px 12px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 15px 12px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 12px -13px rgba(0, 0, 0, 0.75);
  background: #07508a;
  background: -webkit-gradient(linear, left top, left bottom, from(#07508a), color-stop(50%, #074677), to(#07508a));
  background: linear-gradient(180deg, #07508a 0%, #074677 50%, #07508a 100%);
}

.accordion .card:before {
  font-family: fontawesome;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 20px;
  display: block;
  padding: 3px 6px 2px;
  content: "\f105";
  font-size: 22px;
  line-height: 38px;
}

.accordion .card h5 {
  color: inherit;
}

.accordion .card p a {
  background: transparent;
  color: #04396c;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
  text-decoration: underline;
}

.accordion a[aria-expanded="true"]:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.acd-group .acd-heading {
  background: transparent;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
  padding: 20px 30px;
  font-weight: 500;
  position: relative;
  color: #353535;
  line-height: normal;
  cursor: pointer;
  display: block;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  border-radius: 3px;
}

.acd-group .acd-heading:before {
  font-family: fontawesome;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 20px;
  display: block;
  padding: 3px 6px 2px;
  content: "\f105";
  font-size: 22px;
  line-height: 38px;
}

.acd-group.acd-active .acd-heading {
  color: #ffffff;
  background: #04396c;
}

.acd-group .acd-des {
  padding: 0 30px 20px;
}

ul.list-mark {
  padding: 0;
  margin: 0;
}

ul.list-mark li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
  margin: 5px 0;
  line-height: 28px;
}

#faq .card {
  margin-bottom: 30px;
  border: 0;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #FFE472;
  color: #222;
  padding: 20px;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #A541BB;
  color: #fff;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #FFE472;
  line-height: 30px;
  color: #222;
}

.search-links .area-searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #6fabbc;
  border-radius: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: auto;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 15px 30px;
}

.search-links .area-searchbar h5 {
  margin-bottom: 0;
}

.search-links .area-searchbar i {
  padding: 0;
  background: transparent;
  border-radius: 3px;
  color: #6fabbc;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-animation: 1.25s bounce infinite;
          animation: 1.25s bounce infinite;
  font-size: 32px;
}

.search-links .area-searchbar i:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.search-links ul {
  list-style: none;
  padding: 0;
  max-height: 0;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  visibility: hidden;
  border-radius: 3px;
  opacity: 0;
  background: #f2f7fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f7fa), color-stop(46%, #f4fafc), to(#eff7fb));
  background: linear-gradient(180deg, #f2f7fa 0%, #f4fafc 46%, #eff7fb 100%);
  box-shadow: 2px 9px 25px -2px rgba(181, 180, 180, 0.78);
  -webkit-box-shadow: 2px 9px 25px -2px rgba(181, 180, 180, 0.78);
  -moz-box-shadow: 2px 9px 25px -2px rgba(181, 180, 180, 0.78);
}

.search-links ul.search-open {
  max-height: 480px;
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}

.search-links ul li {
  font-family: "Poppins", sans-serif;
}

.search-links ul li h5 {
  padding: 12px 0;
  display: block;
  -webkit-transition: .25s;
  transition: .25s;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 600;
  position: relative;
  background-color: transparent;
  margin-bottom: 0px;
  text-transform: uppercase;
  border-radius: 3px;
  color: #444;
  font-family: "Poppins", sans-serif;
}

.search-links ul li h5 a {
  padding: 0;
  margin-left: 0;
  color: #444;
  font-weight: 600;
  padding: 20px 30px;
  width: 100%;
  display: block;
}

.search-links ul li h5 a:hover, .search-links ul li h5 a:focus {
  color: #fff;
  background: #04396c;
}

@media only screen and (max-width: 991px) {
  .search-links ul li h5 a {
    padding: 15px 20px;
  }
}

.blockquote-section .action-box {
  background-color: #04396c;
}

@media only screen and (max-width: 991px) {
  .blockquote-section .action-box {
    padding: 40px 20px;
  }
}

.blockquote-section .action-box.small {
  padding: 47px 35px;
}

.blockquote-section .action-box.small a.button {
  position: relative;
  top: inherit;
  right: inherit;
  margin-top: 15px;
}

.blockquote-section .action-box.small p {
  font-size: 12px;
  line-height: 22px;
}

.blockquote-section .action-box h3 {
  text-align: left;
}

.blockquote-section h5 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: left;
}

.blockquote-section .highlight {
  font-size: 36px;
  margin-bottom: 20px;
  color: #04396c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  line-height: 28px;
}

.action-box.pattern {
  padding: 100px 30px;
}

@media only screen and (min-width: 991px) {
  .action-box .action-box-text {
    padding-right: 230px;
  }
}

.action-box .action-box-text h3,
.action-box .action-box-text p {
  color: #fff;
}

.action-box a.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 991px) {
  .action-box a.button {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
  }
}

.action-box a.button i {
  font-size: 24px;
  margin-left: 7px;
}

.owl-carousel {
  /* news carousel */
}

.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  margin-top: 5px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #04396c;
  min-height: 17px;
  margin-top: 0;
}

.owl-carousel.news-carousel .owl-nav .owl-prev {
  left: 0;
  top: 30%;
}

.owl-carousel.news-carousel .owl-nav .owl-next {
  right: 0;
  top: 30%;
}

.owl-carousel .owl-item .blog-box {
  padding: 30px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-item .blog-box img {
  height: auto;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-carousel .owl-item .blog-box.blog-2 {
  padding: 0;
  position: relative;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #f7f7f7;
}

.owl-carousel .owl-item .blog-box.blog-2.hover {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

.owl-carousel .owl-item .blog-box.blog-2 img {
  width: 100% !important;
  height: auto !important;
}

.owl-carousel .owl-item .blog-box .blog-info {
  background: #ffffff;
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  .owl-carousel .owl-item .blog-box .blog-info {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .owl-carousel .owl-item .blog-box .blog-info {
    padding: 20px;
  }
}

.owl-carousel .owl-item .blog-box .blog-info .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.owl-carousel .owl-item .blog-box .blog-info span {
  color: #626262;
  font-size: 14px;
  margin-right: 6px;
}

.owl-carousel .owl-item .blog-box .blog-info .link {
  color: #626262;
  font-size: 12px;
  border: none;
  padding: 0;
  font-family: "Oxygen", sans-serif;
  background: transparent;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-carousel .owl-item .blog-box .blog-info .link i {
  color: #04396c;
  border: none;
  font-size: 18px;
  margin-left: 2px;
}

.owl-carousel .owl-item .blog-box .blog-info .link:hover {
  color: #e71313;
}

.owl-carousel .owl-item .blog-box .blog-info .link:hover i {
  background: transparent;
  color: #e71313;
}

.owl-carousel .owl-item .blog-box .blog-info .post-category a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  color: #ffffff;
  background-color: #04396c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.owl-carousel .owl-item .blog-box .blog-info h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Mukta", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  height: 48px;
  margin-bottom: 0;
}

.owl-carousel .owl-item .blog-box .snippets p {
  font-family: "Mukta", sans-serif;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  line-height: 1.3;
  height: 39px;
  padding: 0;
}

.owl-carousel .owl-item .blog-box .blog-meta {
  font-family: "Oxygen", sans-serif;
}

.owl-carousel .owl-item .blog-box.publication img {
  -o-object-fit: contain;
     object-fit: contain;
}

.owl-carousel .owl-item .blog-box.publication h4 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.province-tab .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.province-tab .nav-tabs li.nav-item {
  width: 14.28%;
}

@media only screen and (max-width: 960px) {
  .province-tab .nav-tabs li.nav-item {
    width: 23.28%;
  }
}

.province-tab .nav-tabs li.nav-item a.nav-link {
  border: none;
  line-height: normal;
  border-radius: 0px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #353535;
  border: 3px solid #eeeeee;
  box-shadow: 7px 4px 13px 1px rgba(84, 84, 84, 0.12);
  -webkit-box-shadow: 7px 4px 13px 1px rgba(84, 84, 84, 0.12);
  -moz-box-shadow: 7px 4px 13px 1px rgba(84, 84, 84, 0.12);
  margin: 7px;
}

@media only screen and (max-width: 960px) {
  .province-tab .nav-tabs li.nav-item a.nav-link {
    padding: 5px;
    margin: 2px;
  }
}

.province-tab .nav-tabs li.nav-item a.nav-link.active {
  background: #f2f7fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f7fa), color-stop(46%, #edfafe), to(#eff7fb));
  background: linear-gradient(180deg, #f2f7fa 0%, #edfafe 46%, #eff7fb 100%);
  box-shadow: -5px 2px 29px -1px rgba(200, 200, 200, 0.09) inset;
  -webkit-box-shadow: -5px 2px 29px -1px rgba(200, 200, 200, 0.09) inset;
  -moz-box-shadow: -5px 2px 29px -1px rgba(200, 200, 200, 0.09) inset;
  border: 1px solid #abbedf;
}

.province-tab .nav-tabs li.nav-item a.nav-link:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #e5f3fb;
  box-shadow: 0px 0px 16px 0px rgba(84, 84, 84, 0.16) inset;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(84, 84, 84, 0.16) inset;
  -moz-box-shadow: 0px 0px 16px 0px rgba(84, 84, 84, 0.16) inset;
}

.province-tab .nav-tabs li.nav-item a.nav-link .province-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

table thead,
.table thead {
  background: #9bc2e6;
}

table thead th,
.table thead th {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  background-color: #6c7ae0;
}

table tr:nth-child(even),
.table tr:nth-child(even) {
  background-color: #f8f6ff;
}

table td,
.table td {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
}

table tbody,
.table tbody {
  max-height: 585px;
  overflow: auto;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.005);
}

.member-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: ivory;
  padding: 30px 0px;
  border-radius: 10px;
  max-height: 580px;
  overflow-y: scroll;
  border: 1px solid #eee;
  box-shadow: 1px 1px 15px -2px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 1px 1px 15px -2px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 1px 1px 15px -2px rgba(0, 0, 0, 0.13);
  margin: 7px;
  background: #f1f3ff;
  background: linear-gradient(144deg, rgba(241, 243, 255, 0.71) 0%, rgba(225, 237, 249, 0.91) 50%, rgba(241, 243, 255, 0.51) 100%);
}

.member-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.003);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.member-box::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.member-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #04396c;
}

.member-box .card {
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  margin: 10px;
  width: 340px;
  -webkit-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.03);
}

.member-box .card p {
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  color: #000;
}

.member-box .card p span {
  font-weight: 500;
  color: #444;
  text-align: right;
}

.committes {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.committes .card {
  border-radius: 10px;
  padding: 15px 25px;
  margin: 10px;
  width: 340px;
  background: linear-gradient(45deg, #f2f2f2, transparent);
}

.committes .card p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  color: #04396c;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.committes .card p span {
  font-weight: 300;
  color: #444;
  text-align: left;
}

.committes .card p.committee-name {
  background: #f0f0f0;
  font-weight: 600;
  border-radius: 0 20px 20px;
  color: #04396c;
  padding: 7px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -15px;
}

.hero {
  background: #0079fc;
  background: linear-gradient(114deg, #0079fc 0%, #22e2e3 99%);
  color: #fff;
  padding-top: 2em;
  position: relative;
}

.hero .left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.hero h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero h2 {
  font-weight: 300;
  font-size: 28px;
}

.hero h1,
.hero h2 {
  color: #fff;
}

.hero:before {
  width: 400px;
  content: " ";
  background-image: url(../images/bg-pattern.png);
  position: absolute;
  left: 200px;
  top: 30px;
  height: 400px;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .hero:before {
    width: 100px;
    height: 100px;
    left: 0;
  }
}

.hero img.mobile-img {
  max-width: 350px;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  /* text-align: right; */
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: auto;
      align-self: auto;
  top: 0;
  -o-object-position: top;
     object-position: top;
}

@media only screen and (max-width: 991px) {
  .hero img.mobile-img {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .hero img.btn {
    max-width: 170px;
  }
}

.list-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 10px 0 20px 0;
  position: relative;
  color: #333;
}

.list-title:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 40px;
  width: 30px;
  height: 2px;
  background: #04396c;
}

.event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.event-info .event-detail {
  margin-left: 15px;
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
}

.event-info .event-detail h5 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.event-info .event-detail .notice-date {
  margin-bottom: 0;
  color: #777;
  font-weight: 300;
}

.event-info .calendar {
  width: 50px;
  height: 50px;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}

.event-info .calendar .calendar-icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.single-notice {
  margin: 10px 0;
  padding-right: 10px;
  position: relative;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-notice i {
  color: #e25647;
  margin-right: 15px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-item-align: center;
      align-self: center;
}

.single-notice .post-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single-notice .post-title a {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
}

.single-notice .post-title a:focus, .single-notice .post-title a:hover {
  color: #2260bf;
}

.single-notice .post-title .notice-date {
  margin-bottom: 0;
  color: #777;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: start;
}

.calendar {
  /* Styling rules, such as font and colors */
  /****************************************/
  /* Layout rules using position: absolute and pixels. */
  /****************************************/
  /* Layout rules using position: absolute and relative dimensions using em. */
  /****************************************/
  /* Layout rules using display: inline-flex and relative dimensions using em. */
  /****************************************/
  /* Multiple sizes. */
}

.calendar .date-as-calendar {
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
  font-family: "Helvetica", "Arial", sans-serif;
  /* It seems vertical-align: baseline does not work correctly with display: inline-flex. */
  vertical-align: top;
  /* margin: 1ex; */
  color: black;
  background: white;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFF), to(#EEE));
  background: linear-gradient(to bottom right, #FFF 0%, #EEE 100%);
  border: 1px solid #888;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 2px -2px black;
          box-shadow: 2px 2px 2px -2px black;
}

.calendar .date-as-calendar .weekday,
.calendar .date-as-calendar .day,
.calendar .date-as-calendar .month,
.calendar .date-as-calendar .year {
  text-align: center;
  line-height: 1.0;
}

.calendar .date-as-calendar .month {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #B11;
  background: -webkit-gradient(linear, left top, right bottom, from(#D66), to(#A00));
  background: linear-gradient(to bottom right, #D66 0%, #A00 100%);
  color: white;
}

.calendar .position-pixels.date-as-calendar {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.calendar .position-pixels.date-as-calendar .weekday,
.calendar .position-pixels.date-as-calendar .day,
.calendar .position-pixels.date-as-calendar .month,
.calendar .position-pixels.date-as-calendar .year {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1em;
}

.calendar .position-pixels.date-as-calendar .month {
  top: 0px;
  font-size: 12px;
  padding: 2px 0;
}

.calendar .position-pixels.date-as-calendar .weekday {
  top: 16px;
  font-size: 10px;
}

.calendar .position-pixels.date-as-calendar .day {
  top: 26px;
  font-size: 24px;
}

.calendar .position-pixels.date-as-calendar .year {
  top: 50px;
  font-size: 14px;
}

.calendar .position-em.date-as-calendar {
  display: inline-block;
  position: relative;
  width: 5em;
  height: 5em;
}

.calendar .position-em.date-as-calendar .weekday,
.calendar .position-em.date-as-calendar .day,
.calendar .position-em.date-as-calendar .month,
.calendar .position-em.date-as-calendar .year {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1em;
}

.calendar .position-em.date-as-calendar .month {
  top: 0px;
  font-size: 15px;
  padding: 5px 0;
  height: 25px;
}

.calendar .position-em.date-as-calendar .weekday {
  top: 2.8em;
  font-size: 0.6125em;
}

.calendar .position-em.date-as-calendar .day {
  top: 1.5em;
  font-size: 1.5em;
}

.calendar .position-em.date-as-calendar .year {
  bottom: 0px;
  font-size: 0.87750em;
}

.calendar .inline-flex.date-as-calendar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 4em;
  height: 4em;
}

.calendar .inline-flex.date-as-calendar .weekday,
.calendar .inline-flex.date-as-calendar .day,
.calendar .inline-flex.date-as-calendar .month,
.calendar .inline-flex.date-as-calendar .year {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.calendar .inline-flex.date-as-calendar .month {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0.75em;
  padding: 0.1em 0;
}

.calendar .inline-flex.date-as-calendar .weekday {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 0.6125em;
}

.calendar .inline-flex.date-as-calendar .day {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.5em;
}

.calendar .inline-flex.date-as-calendar .year {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-size: 0.87750em;
}

.calendar .date-as-calendar.size0_5x {
  font-size: 8px;
}

.calendar .date-as-calendar.size0_75x {
  font-size: 12px;
}

.calendar .date-as-calendar.size1x {
  font-size: 16px;
}

.calendar .date-as-calendar.size1_25x {
  font-size: 20px;
}

.calendar .date-as-calendar.size1_5x {
  font-size: 24px;
}

.calendar .date-as-calendar.size1_75x {
  font-size: 16px;
}

.calendar .date-as-calendar.size2x {
  font-size: 32px;
}

.calendar .date-as-calendar.size3x {
  font-size: 48px;
}

.gallery {
  margin: 50px 0;
}

.image-gallery {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 7.5px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

@media only screen and (min-width: 1201px) {
  .image-gallery {
    -ms-grid-columns: 25% 25% 25% 25%;
        grid-template-columns: 25% 25% 25% 25%;
  }
}

@media only screen and (max-width: 480px) {
  .image-gallery {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.image-gallery .gallery-img-wrapper {
  position: relative;
  margin-top: 15px;
  -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(250, 250, 250, 0.998)), color-stop(74%, #fbfbfb), to(#eeeeee));
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.998) 49%, #fbfbfb 74%, #eeeeee 100%);
}

.image-gallery .gallery-img-wrapper .cont-box {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04396c+0,13314f+50,04396c+100 */
  background: #04396c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #04396c 0%, #13314f 50%, #04396c 100%);
  background-color: inherit;
}

.image-gallery .gallery-img-wrapper .cont-box .image-title {
  font-family: "Oswald", sans-serif;
  font-size: 0.8em;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.image-gallery .gallery-img-wrapper .cont-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1201px) {
  .image-gallery .gallery-img-wrapper .cont-box img {
    height: 180px;
  }
}

@media only screen and (min-width: 1801px) {
  .image-gallery .gallery-img-wrapper .cont-box img {
    height: 250px;
  }
}

.image-gallery #overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.image-gallery #overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  .image-gallery #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .image-gallery #overlay img {
    width: 50%;
  }
}

.image-gallery #nextButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.image-gallery #nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .image-gallery #nextButton {
    font-size: 3em;
  }
}

.image-gallery #prevButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.image-gallery #prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .image-gallery #prevButton {
    font-size: 3em;
  }
}

.image-gallery #exitButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

.image-gallery #exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .image-gallery #exitButton {
    font-size: 3em;
  }
}

.lightbox-gallery {
  background: #fff;
  background-repeat: no-repeat;
  color: #000;
  overflow-x: hidden;
  padding: 4em;
}

@media screen and (max-width: 768px) {
  .lightbox-gallery {
    padding: 2em;
  }
}

.lightbox-gallery .photos {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  grid-gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(12rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  grid-auto-rows: 1fr;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1201px) {
  .lightbox-gallery .photos {
    -ms-grid-columns: (minmax(14rem, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  }
}

.lightbox-gallery .photos .item a {
  height: 300px;
  width: 300px;
}

.lightbox-gallery .photos .item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lightbox-gallery .photos .item a:hover img, .lightbox-gallery .photos .item a:focus img {
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 1s, -webkit-filter 2s ease-in-out;
  transition: -webkit-transform 1s, -webkit-filter 2s ease-in-out;
  transition: transform 1s, filter 2s ease-in-out;
  transition: transform 1s, filter 2s ease-in-out, -webkit-transform 1s, -webkit-filter 2s ease-in-out;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.lightbox-gallery p {
  color: #fff;
}

.lightbox-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #fff;
}

@media (max-width: 767px) {
  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.lightbox-gallery .item {
  padding-bottom: 0px;
}

.lightbox-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Compensate for excess margin on outer gallery flex items */
  margin: -1rem -1rem;
}

.lightbox-gallery .gallery-item {
  /* Minimum width of 24rem and grow to fit available space */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 22rem;
          flex: 1 0 22rem;
  /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
  margin: 1rem;
  -webkit-box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
  max-width: 30%;
}

@media screen and (max-width: 768px) {
  .lightbox-gallery .gallery-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15rem;
            flex: 1 0 15rem;
    max-width: 100%;
  }
}

.lightbox-gallery .gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  min-height: 350px;
}

@media screen and (max-width: 768px) {
  .lightbox-gallery .gallery-image {
    min-height: 300px;
  }
}

.lightbox-gallery .gallery-image:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/* album gallery */
.gallery-img-overlay {
  background: rgba(4, 57, 108, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.gallery-img-overlay i {
  color: #fff;
  font-size: 3em;
}

.gallery-img-overlay span {
  color: #fff;
  font-family: 'Oswald';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: 400;
}

.album-wrapper {
  margin: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 991px) {
  .album-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.album-wrapper:before {
  content: '';
  background: transparent;
  border: 1px solid #fff;
  width: 200px;
  height: 100px;
  position: absolute;
}

.album-wrapper .album-main {
  position: relative;
}

@media only screen and (min-width: 991px) {
  .album-wrapper .album-main {
    width: 30%;
  }
}

.album-wrapper .album-main a {
  height: 300px;
  display: block;
}

@media only screen and (min-width: 991px) {
  .album-wrapper .album-main a {
    height: 100%;
    height: 400px;
  }
}

.album-wrapper .album-main a:hover:before {
  border-width: 0px 0px 45px 75px;
  -webkit-transition: 1s;
  transition: 1s;
}

.album-wrapper .album-main a:hover:after {
  border-width: 0px 0px 40px 40px;
  -webkit-transition: 1s;
  transition: 1s;
}

.album-wrapper .album-main:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 35px 55px;
  border-color: transparent transparent transparent white;
  left: 0;
  top: 0;
  position: absolute;
}

.album-wrapper .album-main:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 30px 30px;
  border-color: transparent transparent transparent #04396c;
  left: 0;
  top: 0;
  position: absolute;
}

.album-wrapper .album-main img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.album-wrapper .album-info {
  background: #f2f2f2;
  padding: 7px;
  padding-left: 15px;
  box-shadow: 0px 1px 24px -10px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 1px 24px -10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 24px -10px rgba(0, 0, 0, 0.35);
  background: #fff9fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(46%, #fbfbfb), color-stop(#fff9fa, #eeeeee));
  background: linear-gradient(180deg, #eeeeee 0%, #fbfbfb 46%, #eeeeee #fff9fa 100%);
  position: relative;
  border-radius: 0px 30px 15px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* horizontal line */
}

@media only screen and (min-width: 991px) {
  .album-wrapper .album-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.album-wrapper .album-info:after {
  content: '';
  position: absolute;
  background-color: #2576ac;
  width: 4px;
  height: 30px;
  bottom: 0;
  right: 0;
}

.album-wrapper .album-info:before {
  content: '';
  position: absolute;
  background-color: #2576ac;
  width: 30px;
  height: 4px;
  bottom: 0;
  right: 0;
}

.album-wrapper .album-info .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}

.album-wrapper .album-info .top-section p {
  font-size: 14px;
}

.album-wrapper .album-info p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.album-wrapper .album-info a.view-btn {
  margin-bottom: 7px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  line-height: 1;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.album-wrapper .album-info a.view-btn i {
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
}

.album-wrapper .album-info a.view-btn:hover {
  cursor: pointer;
  color: #fff;
  background-color: rgba(29, 161, 244, 0.742);
}

.album-wrapper .album-info a.view-btn:hover i {
  margin-left: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 16px;
}

.album-wrapper .album-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.album-wrapper .album-thumbs figure {
  max-width: 33.33%;
  height: 320px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .album-wrapper .album-thumbs figure {
    height: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .album-wrapper .album-thumbs figure {
    height: 120px;
  }
}

.album-wrapper .album-thumbs figure:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}

.album-wrapper .album-thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-animation-name: filter;
          animation-name: filter;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes filter {
  from {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
  }
  to {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
}

@keyframes filter {
  from {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
  }
  to {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
}

.album-wrapper .album-thumbs .parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[24];
      grid-template-columns: repeat(24, 1fr);
  -ms-grid-rows: (1fr)[12];
      grid-template-rows: repeat(12, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.album-wrapper .album-thumbs .div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 1 / 1 / 4 / 5;
}

.album-wrapper .album-thumbs .div2 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 4 / 1 / 9 / 5;
}

.album-wrapper .album-thumbs .div3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-area: 1 / 5 / 5 / 9;
}

.album-wrapper .album-thumbs .div4 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-area: 5 / 5 / 9 / 10;
}

.album-wrapper .album-thumbs .div5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-area: 1 / 9 / 5 / 13;
}

.album-wrapper .album-thumbs .div6 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-area: 5 / 10 / 9 / 13;
}

.album-wrapper .album-thumbs .div7 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-area: 9 / 1 / 13 / 13;
}

.album-wrapper .album-thumbs .div8 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 13;
  -ms-grid-column-span: 7;
  grid-area: 1 / 13 / 4 / 20;
}

.album-wrapper .album-thumbs .div9 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 13;
  -ms-grid-column-span: 4;
  grid-area: 4 / 13 / 8 / 17;
}

.album-wrapper .album-thumbs .div10 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 5;
  -ms-grid-column: 13;
  -ms-grid-column-span: 4;
  grid-area: 8 / 13 / 13 / 17;
}

.album-wrapper .album-thumbs .div11 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 17;
  -ms-grid-column-span: 3;
  grid-area: 4 / 17 / 8 / 20;
}

.album-wrapper .album-thumbs .div12 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 20;
  -ms-grid-column-span: 5;
  grid-area: 1 / 20 / 5 / 25;
}

.album-wrapper .album-thumbs .div13 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 20;
  -ms-grid-column-span: 5;
  grid-area: 5 / 20 / 8 / 25;
}

.album-wrapper .album-thumbs .div14 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 5;
  -ms-grid-column: 17;
  -ms-grid-column-span: 4;
  grid-area: 8 / 17 / 13 / 21;
}

.album-wrapper .album-thumbs .div15 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 5;
  -ms-grid-column: 21;
  -ms-grid-column-span: 4;
  grid-area: 8 / 21 / 13 / 25;
}

.video-wrapper {
  width: 100%;
  max-width: 100%;
}

.video-wrapper .hero-video-bg {
  width: 100%;
  max-width: 100%;
}

.video-area .blog-box.blog-2 {
  height: auto;
}

.video-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.video-wrapper .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 991px) {
  .video-wrapper .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.video-wrapper .parent .div1,
.video-wrapper .parent .div2,
.video-wrapper .parent .div3,
.video-wrapper .parent .div4,
.video-wrapper .parent .div5,
.video-wrapper .parent .div6 {
  height: 100%;
  width: 33.33%;
  padding: 5px;
}

@media only screen and (max-width: 991px) {
  .video-wrapper .parent .div1,
  .video-wrapper .parent .div2,
  .video-wrapper .parent .div3,
  .video-wrapper .parent .div4,
  .video-wrapper .parent .div5,
  .video-wrapper .parent .div6 {
    width: 100%;
    height: auto;
  }
}

.video-wrapper .parent .div1 .card,
.video-wrapper .parent .div2 .card,
.video-wrapper .parent .div3 .card,
.video-wrapper .parent .div4 .card,
.video-wrapper .parent .div5 .card,
.video-wrapper .parent .div6 .card {
  height: 100%;
  width: 100%;
}

.video-wrapper .parent .div1 .card button,
.video-wrapper .parent .div2 .card button,
.video-wrapper .parent .div3 .card button,
.video-wrapper .parent .div4 .card button,
.video-wrapper .parent .div5 .card button,
.video-wrapper .parent .div6 .card button {
  height: 100%;
}

.video-wrapper .parent .div1 .card button img,
.video-wrapper .parent .div2 .card button img,
.video-wrapper .parent .div3 .card button img,
.video-wrapper .parent .div4 .card button img,
.video-wrapper .parent .div5 .card button img,
.video-wrapper .parent .div6 .card button img {
  height: 205px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-wrapper .parent .div1 .card button img,
  .video-wrapper .parent .div2 .card button img,
  .video-wrapper .parent .div3 .card button img,
  .video-wrapper .parent .div4 .card button img,
  .video-wrapper .parent .div5 .card button img,
  .video-wrapper .parent .div6 .card button img {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .video-wrapper .parent .div1 .card button img,
  .video-wrapper .parent .div2 .card button img,
  .video-wrapper .parent .div3 .card button img,
  .video-wrapper .parent .div4 .card button img,
  .video-wrapper .parent .div5 .card button img,
  .video-wrapper .parent .div6 .card button img {
    height: 270px;
  }
}

.video-wrapper .video-play-button {
  opacity: 1;
}

.video-wrapper .video-play-button:hover {
  opacity: 0.9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.video-wrapper .video-play-button:hover:before {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.video-wrapper .video-play-button:hover:before {
  background: transparent;
}

.video-wrapper .video-play-button:hover .player {
  background: #ff2727;
}

.video-wrapper .video-play-button:hover .video-play-button {
  background: #fff;
  -webkit-box-shadow: 5px 5px 14px rgba(255, 255, 255, 0.7), -6px -6px 10px rgba(255, 255, 255, 0.5), 6px 6px 8px rgba(255, 255, 255, 0.075), 6px 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 14px rgba(255, 255, 255, 0.7), -6px -6px 10px rgba(255, 255, 255, 0.5), 6px 6px 8px rgba(255, 255, 255, 0.075), 6px 6px 10px rgba(0, 0, 0, 0.15);
}

.video-wrapper .video-play-button:hover i {
  scale: 1.2;
  color: #fff;
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

.video-wrapper .video-title {
  background: #04396c;
  background: #f0f0f0;
  color: #04396c;
  text-align: center;
  margin-bottom: 0;
  padding: 7px;
  font-family: "Mukta", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: capitalize;
  white-space: break-spaces;
}

.player {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 3.5em;
  height: 3.5em;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
}

.player i {
  font-size: 38px;
  line-height: 48px;
  color: rgba(250, 250, 250, 0.7);
  margin-left: 5px;
}

.player.vid-larger {
  width: 3.5em;
  height: 3.5em;
}

.player.vid-larger i {
  font-size: 54px;
  line-height: 54px;
  margin-left: 2px;
}

@media only screen and (min-width: 576px) {
  #modal-video .modal-dialog {
    max-width: 80vw;
  }
}

@media only screen and (min-width: 1366px) {
  #modal-video .modal-dialog {
    max-width: 800px;
  }
}

#modal-video .modal-close {
  position: absolute;
  padding: 5px 8px 12px;
  font-size: 48px;
  background-color: #db0202;
  z-index: 1;
  right: 0;
  bottom: auto;
  top: -40px;
}

#modal-video iframe {
  height: 350px;
}

@media only screen and (min-width: 768px) {
  #modal-video iframe {
    height: 500px;
  }
}

/*form elements */
/*************************
        Contact form
*************************/
/*form-control*/
.form-control {
  border-radius: 3px;
  font-size: 13px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 15px 15px 20px;
  background: #f6f7f8;
  color: #323232;
  border: 0px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  background: #ffffff;
  border: 0px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-color: transparent;
}

.form-control.input-lg {
  resize: none;
  font-size: .9em;
}

.form-control.rounded {
  border-radius: 0px;
}

.input-group-prepend {
  border: 1px solid #e0e0e0;
  padding: 15px 26px 10px 22px;
}

.form-control label {
  color: #353535;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 13px;
}

.form-inline button {
  margin: 0px;
}

.form-control > label {
  display: block;
}

.form-control::-moz-placeholder {
  color: #323232;
}

.form-control::-ms-input-placeholder {
  color: #323232;
}

.form-control::-webkit-input-placeholder {
  color: #323232;
}

.table-bordeblue > tbody > tr > td,
.table-bordeblue > tbody > tr > th,
.table-bordeblue > tfoot > tr > td,
.table-bordeblue > tfoot > tr > th,
.table-bordeblue > thead > tr > td,
.table-bordeblue > thead > tr > th {
  border-color: #e0e0e0;
  padding: 12px 20px;
}

textarea.form-control {
  resize: vertical;
}

.contact-form.border-form .form-control {
  background: transparent;
  color: #aaaaaa;
  border: 2px solid #eeeeee;
}

.contact-form.border-form .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #aaaaaa;
}

.contact-form.border-form .form-control::-moz-placeholder {
  color: #aaaaaa;
}

.contact-form.border-form .form-control::-ms-input-placeholder {
  color: #aaaaaa;
}

.contact-form.border-form .form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}

.contact-form.border-form .form-control:focus {
  background: #f6f7f8;
}

.contact-form.border-form .nice-select {
  background: transparent;
  color: #aaaaaa;
  border: 2px solid #eeeeee;
}

.contact-form.border-form .nice-select .option {
  color: #323232;
}

.contact-form.border-form .nice-select:after {
  border-color: #aaaaaa;
}

.contact-form.dark-form .form-control {
  background: rgba(43, 43, 43, 0.12);
  color: #ffffff;
}

.contact-form.dark-form .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.contact-form.dark-form .form-control::-moz-placeholder {
  color: #ffffff;
}

.contact-form.dark-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact-form.dark-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-form.dark-form .form-control:focus {
  background: rgba(43, 43, 43, 0.19);
}

.contact-form.dark-form .nice-select {
  background: rgba(43, 43, 43, 0.12);
  color: #ffffff;
  border: 0;
}

.contact-form.white-form .form-control {
  background: #ffffff;
}

.contact-form.dark-form .nice-select .option {
  color: #323232;
}

.contact-form.dark-form .nice-select:after {
  border-color: #ffffff;
}

.contact-form.transparent-form .form-control {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.contact-form.transparent-form .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.contact-form.transparent-form .form-control::-moz-placeholder {
  color: #ffffff;
}

.contact-form.transparent-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact-form.transparent-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-form.transparent-form .form-control:focus {
  background: rgba(255, 255, 255, 0.19);
}

.contact-form.transparent-form .nice-select {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 0;
}

.contact-form.transparent-form .nice-select .option {
  color: #323232;
}

.contact-form.transparent-form .nice-select:after {
  border-color: #ffffff;
}

.contact-form.full-width .section-field {
  width: 100%;
}

.newsletter.fancy {
  position: relative;
}

.newsletter.fancy .form-control {
  padding-right: 200px;
}

.newsletter.fancy button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px;
  border-radius: 0 3px 3px 0;
}

.newsletter-box {
  padding: 30px;
  background: #ffffff;
  border-radius: 3px;
}

.newsletter-box.gray-bg .form-control {
  background: #ffffff;
}

.newsletter-box.newsletter-border {
  padding: 30px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
}

.newsletter .button.large {
  padding: 11px 20px;
}

/*form elements */
.contact p {
  text-align: center;
}

.contact .touch-in .contact-box {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  display: inline-block;
  margin-bottom: 0;
  padding: 60px 20px;
  width: 100%;
}

.contact .touch-in .contact-box i {
  background: #04396c;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 5px;
  font-size: 34px;
  color: #ffffff;
  display: inline-block;
}

.contact-form .section-field {
  position: relative;
  width: 30.3%;
  margin-right: 3%;
  float: left;
}

.contact-form .section-field.textarea {
  width: 100%;
}

.contact-form .form-control {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 3px;
  font-size: 13px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 15px 15px 20px;
  background: #f6f7f8;
  color: #323232;
  border: 0px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-entry {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-entry ul {
  list-style: none;
}

.blog-entry .entry-image {
  height: 250px;
}

.blog-entry .entry-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-entry .blog-detail {
  background: #ffffff;
  padding: 20px;
  border-top: 0px;
}

.blog-entry .blog-detail .entry-title a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Mukta';
}

.blog-entry .blog-detail .entry-title a:hover, .blog-entry .blog-detail .entry-title a:focus {
  color: #3e3cd1;
}

.blog-entry .blog-detail .entry-content p {
  font-size: 12px;
  margin-top: 5px;
  font-family: 'Mukta';
}

.blog-entry .entry-button {
  display: inline-block;
  margin-left: auto;
}

.blog-entry .entry-button .button.arrow {
  background: transparent;
  border: none;
  color: #04396c;
  padding: 0;
  font-weight: 600;
}

.blog-entry .entry-button .button.arrow i {
  padding-left: 10px;
  font-size: 16px;
}

.blog-entry .entry-button .button:hover {
  color: #444;
}

.entry-meta {
  font-size: 14px;
  font-family: 'Poppins';
}

.entry-meta ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .entry-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.entry-meta ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-meta ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.entry-meta ul li i {
  font-size: 32px;
  margin-right: 7px;
  margin-top: 5px;
  color: #04396c;
}

.entry-meta ul li span {
  float: right;
  font-style: italic;
  font-weight: 200;
  font-size: 12px;
}

.entry-content {
  font-family: 'Mukta';
}

.entry-content .feat-img {
  height: auto;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-content p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  letter-spacing: 0px;
}

.entry-content img {
  height: 100% !important;
  width: 100% !important;
}

.blog-archive .blog-info {
  background: #ffffff;
  padding: 20px;
}

.blog-archive .blog-info .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-archive .blog-info h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Mukta", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  margin-bottom: 0;
}

.blog-archive .blog-info .snippets p {
  font-family: "Poppins", sans-serif;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 38px;
  padding: 0;
}

.blog-archive .blog-info a.button {
  color: #04396c;
  font-size: 12px;
  border: none;
  padding: 0;
  font-family: "Oxygen", sans-serif;
  background: transparent;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.publication .publication-single .image {
  height: 38vh;
}

@media only screen and (max-width: 768px) {
  .publication .publication-single .image {
    height: 50vh;
  }
}

.publication .publication-single .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: top;
     object-position: top;
  box-shadow: 19px 17px 30px -15px rgba(140, 140, 140, 0.75);
  -webkit-box-shadow: 19px 17px 30px -15px rgba(140, 140, 140, 0.75);
  -moz-box-shadow: 19px 17px 30px -15px rgba(140, 140, 140, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .publication .publication-single .image img {
    -o-object-fit: contain;
       object-fit: contain;
    box-shadow: 19px 17px 30px -15px rgba(140, 140, 140, 0.01);
    -webkit-box-shadow: 19px 17px 30px -15px rgba(140, 140, 140, 0.01);
    -moz-box-shadow: 19px 17px 30px -15px rgba(140, 140, 140, 0.01);
    display: block;
  }
}

.publication .publication-single .title h5 {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin: 20px 15px 0 15px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #04396c;
}

.bottom-triangle {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 25%;
  height: 30%;
  width: 50%;
  background: #04396c;
  -webkit-clip-path: polygon(50% 43%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 43%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* CSS for responsive iframe */
/* ========================= */
/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
  max-width: 812px;
  max-height: 100%;
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;
}

.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
  border: none !important;
}

.set-box-shadow {
  -webkit-box-shadow: 4px 4px 14px #ccc;
  box-shadow: 4px 4px 14px #ccc;
}

.set-padding {
  padding: 10px;
}

.set-margin {
  margin: 30px;
}

.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}

.searcharchive {
  color: #e25647;
  font-size: 18px;
}

.searcharchive .searchresultsarea {
  font-family: "Oxygen", sans-serif;
}

.searcharchive .searchresultsarea .searchresultsnumber {
  font-size: 1.2rem;
  color: #432183;
  font-weight: 600;
  margin-top: 20px;
}

.searcharchive .searchresultsarea .searchresult {
  margin-left: 8px;
}

.searcharchive .searchresultsarea .searchresult h1,
.searcharchive .searchresultsarea .searchresult h2,
.searcharchive .searchresultsarea .searchresult h3,
.searcharchive .searchresultsarea .searchresult h4,
.searcharchive .searchresultsarea .searchresult h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #777;
  margin-bottom: 0px;
  margin-top: 25px;
  font-family: "Oxygen", sans-serif;
}

.searcharchive .searchresultsarea .searchresult a {
  font-size: 14px;
  line-height: 14px;
  color: #04396c;
  margin-bottom: 0px;
}

.searcharchive .searchresultsarea .searchresult a h2 {
  font-size: 18px;
  color: #0000ee;
  margin-bottom: 7px;
}

.searcharchive .searchresultsarea .searchresult p {
  width: 100%;
  font-size: 13px;
  margin-top: 0px;
  color: #525252;
}

.event-archive .widget-title {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.event-archive .event-list {
  font-family: "Oswald", sans-serif;
  list-style: none;
  margin: 0 0 1em;
}

.event-archive .event {
  background-color: #f0f0f0;
  margin-bottom: 3em;
  min-height: 120px;
  box-shadow: 1px 10px 13px -4px rgba(94, 94, 94, 0.45);
  -webkit-box-shadow: 1px 10px 13px -4px rgba(94, 94, 94, 0.45);
  -moz-box-shadow: 1px 10px 13px -4px rgba(94, 94, 94, 0.45);
}

.event-archive .event .date {
  background-color: #e40f0f;
  line-height: 1;
  padding: 0 12px 2px;
  color: #f9f9f9;
}

@media (min-width: 40em) {
  .event-archive .event .date {
    float: left;
    height: 120px;
    margin-right: -120px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
  }
}

.event-archive .event .date a {
  color: inherit;
}

.event-archive .event .date span {
  font-size: 2em;
  font-weight: 300;
  margin-right: 5px;
}

@media (min-width: 40em) {
  .event-archive .event .date span {
    display: block;
  }
}

@media (min-width: 40em) {
  .event-archive .event .date .day {
    font-size: 4em;
    font-weight: 300;
  }
}

.event-archive .event .date .month {
  font-weight: 700;
}

@media (min-width: 40em) {
  .event-archive .event .date .month {
    font-size: 1.5em;
  }
}

.event-archive .event .date .year,
.event-archive .event .date .time {
  line-height: 1.3;
}

@media (min-width: 40em) {
  .event-archive .event .date .year,
  .event-archive .event .date .time {
    font-size: .9em;
    font-weight: 400;
  }
}

.event-archive .event .info {
  color: #343434;
  padding: 6px 12px;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 40em) {
  .event-archive .event .info {
    margin-left: 120px;
  }
}

.event-archive .event .info a:hover, .event-archive .event .info a:focus {
  font-weight: 600;
  color: #e40f0f;
}

.event-archive .event .info .title {
  color: inherit;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.5em;
  font-family: "Mukta", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
}

.event-archive .event .info p {
  color: #343434;
  font-weight: 300;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.notice-archive .widget-title {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.notice-archive .notice {
  background-color: #f0f0f0;
  margin-bottom: 3em;
  min-height: 120px;
  box-shadow: 1px 10px 13px -4px rgba(94, 94, 94, 0.45);
  -webkit-box-shadow: 1px 10px 13px -4px rgba(94, 94, 94, 0.45);
  -moz-box-shadow: 1px 10px 13px -4px rgba(94, 94, 94, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .notice-archive .notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.notice-archive .notice .bell {
  background: #e40f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
}

@media only screen and (max-width: 768px) {
  .notice-archive .notice .bell {
    padding: 10px;
  }
}

.notice-archive .notice .bell i {
  font-size: 60px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .notice-archive .notice .bell i {
    font-size: 36px;
  }
}

.notice-archive .notice .info {
  margin: 0;
  padding: 10px;
}

.notice-archive .notice .info a:hover, .notice-archive .notice .info a:focus {
  font-weight: 600;
  color: #e40f0f;
}

.notice-archive .notice .info .title {
  color: #343434;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.5em;
  font-family: "Mukta", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
}

.notice-archive .notice .info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.view-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
          box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #121212;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.view-btn:hover {
  background-color: #c2fbd7;
  -webkit-box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset, rgba(44, 187, 99, 0.15) 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px, rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px, rgba(44, 187, 99, 0.15) 0 16px 32px;
          box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset, rgba(44, 187, 99, 0.15) 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px, rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px, rgba(44, 187, 99, 0.15) 0 16px 32px;
  color: #046604;
  cursor: pointer;
  -webkit-transition: all 450ms;
  transition: all 450ms;
}

.representative-box {
  background: aliceblue;
  padding: 20px;
}

.representative-box .avatar img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.representative-box .rep-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.representative-box .rep-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.representative-box .rep-info p.name {
  font-weight: 400;
}

.representative-box .rep-info p i {
  font-size: 20px;
  color: #04396c;
  margin-right: 7px;
}

.collab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collab .box-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 15px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .collab .box-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.collab .box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 330px;
  margin-bottom: 35px;
  max-width: 100%;
  margin: 10px;
}

.collab .flip-box {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.collab .flip-box-front,
.collab .flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  min-height: 300px;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.collab .flip-box-front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-repeat: no-repeat;
  border: 1px solid #f2f2f2;
  box-shadow: -2px 4px 25px -9px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: -2px 4px 25px -9px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -2px 4px 25px -9px rgba(0, 0, 0, 0.35);
}

.collab .flip-box-front .img-box {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
}

.collab .flip-box-front .flip-box-img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.collab .flip-box:hover .flip-box-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.collab .flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.collab .flip-box-back p {
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 165px;
}

.collab .flip-box:hover .flip-box-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.collab .flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 30px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.collab .flip-box-header {
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
  text-shadow: 1px 1px black;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.collab .flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.user-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-container .card {
  margin: 20px 10px;
  background: #f9f9f9;
  box-shadow: 1px 9px 11px -5px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px 9px 11px -5px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 9px 11px -5px rgba(0, 0, 0, 0.17);
  width: 100%;
}

@media only screen and (min-width: 991px) {
  .user-container .card {
    width: 45%;
  }
}

.user-container .card .image {
  width: 200px;
  height: 210px;
}

@media only screen and (max-width: 991px) {
  .user-container .card .image {
    height: 250px;
    width: 100%;
  }
}

.user-container .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.user-container .card .user-info {
  background: transparent;
  color: #343434;
  border-radius: 10px;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
}

.user-container .card .user-info .designation {
  font-family: "Mukta", sans-serif;
  margin-top: 5px;
  display: block;
  margin-bottom: 10px;
}

.user-container .card .user-info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 3px;
}

.user-container .card .user-info span i {
  color: #04396c;
  font-size: 20px;
  margin-right: 5px;
}

.user-container .card .user-text {
  font-family: "Oxygen", sans-serif;
  margin-top: 10px;
}

.member-form {
  padding: 30px;
  max-width: 960px;
  margin: 0 auto;
  font-family: "Mukta", sans-serif;
}

@media only screen and (min-width: 991px) {
  .member-form {
    padding: 30px 50px;
  }
}

.member-form .form-title {
  position: relative;
  margin: 15px 0 25px 0;
}

.member-form .form-title:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  bottom: -15px;
  left: 0;
  right: auto;
  background-color: #0c2763;
}

.member-form .col-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  padding-bottom: 0;
}

.member-form .form-control {
  background: transparent;
  border-bottom: 1px solid rgba(33, 64, 94, 0.4);
  padding: 5px;
}

.member-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.member-form .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}

.member-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}

.member-form .form-control::-ms-input-placeholder {
  color: #aaa;
}

.member-form .form-control::placeholder {
  color: #aaa;
}

.member-form .form-heading,
.member-form label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
}

@media only screen and (min-width: 991px) {
  .member-form .form-heading,
  .member-form label {
    font-size: 1em;
  }
}

.member-form .form-heading.form-control,
.member-form label.form-control {
  border-bottom: none;
}

.member-form .form-heading {
  color: #111;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

.member-form .sub-text {
  font-weight: 400;
  padding: 0 15px;
}

.member-form .custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
  top: 11px;
}

.member-form .custom-checkbox .custom-control-label:after {
  top: 11px;
}

.member-form .btn-membership {
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.1rem;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
  /* padding-right: 0; */
  background-color: #0e2b69;
  /* -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%); */
  /* clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 100%, 0 100%); */
  text-align: left;
  border-radius: 10;
}

@media only screen and (max-width: 990px) {
  .member-form {
    margin: 20px 0;
  }
}

.member-form:hover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
}

.member-form:hover:after {
  margin: -5px 15px;
  right: 0px;
}

.member-form:after {
  content: "\f05a";
  color: #fff;
  font-size: 1.3em;
  margin-left: 7px;
  font-family: 'FontAwesome';
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.member-form .form-group .input-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 991px) {
  .member-form .form-group .input-group .input-group-btn {
    width: 50%;
  }
}

.member-form .form-group .input-group .input-group-btn .btn-choose {
  white-space: pre-wrap;
  background: transparent;
  color: #444;
  font-weight: 400;
  font-size: 14px;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
}

.member-form .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 991px) {
  .member-form .type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.member-form .type input[type=checkbox],
.member-form .type input[type=radio] {
  margin-right: 10px;
}

.member-form .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 991px) {
  .member-form .radio-box {
    width: 50%;
    float: left;
  }
}

.member-form .required {
  color: rgba(221, 9, 9, 0.919);
  font-size: 20px;
  font-weight: 700;
}

.member-form .subinfo {
  clear: both;
  width: 100%;
}

.member-form .notice {
  color: rgba(221, 9, 9, 0.919);
  font-style: italic;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.member-form .custom-file-input {
  opacity: 1;
  height: 100%;
  color: #04396c;
  font-size: 16px;
}

.member-form .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.member-form .custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f2), to(#f4f7f2));
  background: linear-gradient(top, #f3f3f2, #f4f7f2);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 8px 13px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #444;
  height: 40px;
  font-family: "Poppins", sans-serif;
  margin-right: -80px;
}

.member-form .custom-file-input:hover::before {
  border-color: #777;
  background: -webkit-linear-gradient(top, #2680d3, #0a5192);
  color: #fff;
}

.member-form .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #2680d3, #0a5192);
  color: #fff;
}

.member-form .download-url span {
  display: block;
  margin: 7px 0;
  color: #777;
  font-style: italic;
  font-weight: 700;
}

.member-form .download-url a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member-form .download-url a i {
  color: red;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-box {
  border: 1px solid #e2e2e2;
  padding: 15px;
  background: rgba(250, 250, 250, 0.9);
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-box .date {
  position: relative;
}

@media only screen and (max-width: 575px) {
  .member-modal .modal-dialog {
    max-width: 98vw;
  }
}

.member-modal .modal .close {
  color: crimson;
  font-size: 3em;
  padding: 5px 15px 0 0;
}

.member-modal .modal .close:focus, .member-modal .modal .close:hover {
  background: transparent;
  outline: 0;
  border: 0;
}

.member-modal .modal .modal-title {
  color: #04396c;
  font-weight: 600;
}

.member-modal .modal h5 {
  font-weight: 600;
  color: #163577;
}

.form-control:focus {
  border-color: #2260bf;
  outline: 0;
  -webkit-box-shadow: 0px 0px 5px 1px #4f7bff;
  box-shadow: 0px 0px 5px 1px #4f7bff;
}

/* MAIN STYLES */
.custom-select-box form span {
  text-align: left;
  display: block;
  width: 350px;
  margin: 0 auto;
}

.select-wrapper {
  position: relative;
  width: 350px;
  margin-bottom: 2em;
  margin: 0 auto 20px auto;
}

.select-wrapper::after {
  color: black;
  content: '▾';
  margin-right: 10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 20px;
}

.select-wrapper .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #bbb;
  border-radius: 7px;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  font-size: 18px;
}

.select-wrapper .select:focus {
  color: #04396c;
}

.select-wrapper .select::-ms-expand {
  display: none;
}

/* issue form */
.issue-form {
  max-width: 100%;
  padding: 0;
  background: #f2f2f2;
  margin: 25px 0;
  padding: 15px 40px;
}

.issue-form:after {
  content: '';
}

.btn-toggle button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-captcha {
  color: red;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  text-decoration: underline;
  font-style: italic;
  background: #f2f2f2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.reset-bg .card {
  -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.091), 0 10px 10px rgba(0, 0, 0, 0.072);
          box-shadow: 0 0px 7px rgba(0, 0, 0, 0.091), 0 10px 10px rgba(0, 0, 0, 0.072);
  border: none;
  margin: 100px 0;
  border-radius: 10px;
  background: #f7fbff;
  background: linear-gradient(175deg, #f0f7fd 6%, #f2f8fc 50%, #ebf5ff 94%);
}

.reset-bg .card .card-header {
  text-align: center;
  background-color: transparent;
  border-bottom: none;
  margin-top: 30px;
}

.reset-bg .card .card-header h5 {
  background: rgba(33, 64, 94, 0.051);
  font-weight: 700;
  font-size: 24px;
  color: #04396c;
  font-family: "Poppins", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  padding: 10px 25px;
  border-radius: 7px;
  margin-bottom: 15px;
}

.reset-bg .card .card-body {
  padding-bottom: 100px;
}

@media only screen and (min-width: 991px) {
  .reset-bg .card .card-body {
    margin-top: -175px;
  }
}

.reset-bg .card .card-body label {
  font-weight: 700;
  font-size: 18px;
}

.reset-bg .card .card-body input[type="email"] {
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.reset-bg .card .btn-primary {
  background: #04528f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #04528f), color-stop(50%, #053860), color-stop(94%, #03528f));
  background: linear-gradient(0deg, #04528f 6%, #053860 50%, #03528f 94%);
  color: #fff;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 18px;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.bg-notify {
  background: #f7fbff;
  background: linear-gradient(175deg, #f7fbff 6%, #f2f8fc 50%, #f7fbff 94%);
  text-align: center;
  font-size: 24px;
}

.publication-lock {
  font-size: 20px;
  text-align: center;
  background: rgba(255, 99, 71, 0.05);
  color: tomato;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.051), 0 2px 5px rgba(0, 0, 0, 0.072);
          box-shadow: 0 0px 4px rgba(0, 0, 0, 0.051), 0 2px 5px rgba(0, 0, 0, 0.072);
}

/***************************
        Owl Carousel
***************************/
.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev {
  left: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
  right: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.owl-carousel .owl-nav i {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
  background: #04396c;
  border: 0px solid #3d3d3d;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav i:hover {
  background: #333;
  color: #ffffff;
}

.bottom-nav .owl-nav {
  bottom: 0;
  top: inherit;
}

.bottom-nav .owl-nav .owl-next {
  right: 46%;
  bottom: -20px;
  top: inherit;
  -webkit-transform: inherit;
          transform: inherit;
}

.bottom-nav .owl-nav .owl-prev {
  left: 46%;
  bottom: -20px;
  top: inherit;
  -webkit-transform: inherit;
          transform: inherit;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  margin: 0 !important;
}

/* Dots */
.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}

.owl-carousel .owl-dots {
  display: inline-block;
  /*position: absolute; bottom: -35px; */
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  margin-top: 5px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #04396c;
  min-height: 17px;
  margin-top: 0;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  margin: 14px 2px 0;
}

.bottom-center-dots .owl-dots {
  bottom: 30px !important;
  position: absolute;
}

.bottom-center-dots .owl-dots .owl-dot span {
  background: #ffffff;
}

.bottom-right-dots .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto;
}

.bottom-right-dots .owl-dots .owl-dot span {
  background: #ffffff;
}

/* login register */
.login-register-box {
  position: relative;
  min-height: 100vh;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-register-box .container {
  position: relative;
  width: 800px;
  height: 700px;
  background: transparent;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow-y: scroll;
}

.login-register-box .container .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-register-box .container .user .imgBx {
  position: relative;
  width: 50%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #56CCF2;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#2F80ED), to(#56CCF2));
  background: linear-gradient(to right, #2F80ED, #56CCF2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.login-register-box .container .user .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.login-register-box .container .user .formBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-register-box .container .user .formBx form h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}

.login-register-box .container .user .formBx form input {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

.login-register-box .container .user .formBx form input[type='submit'] {
  max-width: 100px;
  background: #677eff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-register-box .container .user .formBx form .signup {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  text-transform: uppercase;
  font-weight: 300;
}

.login-register-box .container .user .formBx form .signup a {
  font-weight: 600;
  text-decoration: none;
  color: #677eff;
  cursor: pointer;
}

.login-register-box .container .signupBx {
  pointer-events: none;
}

.login-register-box .container.active .signupBx {
  pointer-events: initial;
}

.login-register-box .container .signupBx .formBx {
  left: 100%;
}

.login-register-box .container.active .signupBx .formBx {
  left: 0;
}

.login-register-box .container .signupBx .imgBx {
  left: -100%;
}

.login-register-box .container.active .signupBx .imgBx {
  left: 0%;
}

.login-register-box .container .signinBx .formBx {
  left: 0%;
}

.login-register-box .container.active .signinBx .formBx {
  left: 100%;
}

.login-register-box .container .signinBx .imgBx {
  left: 0%;
}

.login-register-box .container.active .signinBx .imgBx {
  left: -100%;
}

.switch-btn {
  background: none;
  border: none;
  color: #04396c;
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
  padding-bottom: 7px;
  background: aliceblue;
  padding: 5px 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.switch-btn:hover, .switch-btn:focus {
  background: rgba(0, 0, 0, 0.051);
}

@media (max-width: 991px) {
  .login-register-box {
    padding: 0;
  }
  .login-register-box .container {
    max-width: 400px;
  }
  .login-register-box .container .imgBx {
    display: none;
  }
  .login-register-box .container .user .formBx {
    width: 100%;
  }
}

/* dashboard css */
.bg-profile {
  background: #f7f7f7;
  padding: 80px 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.user-login-box {
  position: relative;
  margin-top: 80px;
}

.user-login-box .alert-box {
  font-size: 18px;
  color: antiquewhite;
  background: tomato;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 45px;
  padding: 5px 10px;
}

.user-login-box .alert-box i {
  margin-right: 7px;
  font-size: 22px;
}

.dashboard-wrapper {
  margin: 100px auto;
}

@media only screen and (max-width: 991px) {
  .dashboard-wrapper .nav-tabs {
    margin-top: 30px;
  }
}

.dashboard-wrapper .nav-tabs .nav-link.active {
  background: #e9e9e9;
}

.dashboard-wrapper .profile-header {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  position: relative;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.dashboard-wrapper .profile-img {
  float: left;
  width: 340px;
  height: 200px;
}

.dashboard-wrapper .profile-img img {
  border-radius: 50%;
  height: 230px;
  width: 230px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50px;
  top: 20px;
  z-index: 5;
  background: #fff;
}

.dashboard-wrapper .profile-nav-info {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 0 15px;
  padding-top: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.dashboard-wrapper .profile-nav-info h3 {
  font-variant: small-caps;
  font-size: 2rem;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}

.dashboard-wrapper .profile-nav-info p {
  margin-right: 5px;
  color: #fff;
}

.dashboard-wrapper .profile-nav-info .user-info p {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-wrapper .profile-nav-info .user-info i {
  font-size: 18px;
  margin-right: 7px;
}

.dashboard-wrapper .main-bd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}

.dashboard-wrapper .right-side {
  width: 100%;
  background: #f9f9f9;
}

.dashboard-wrapper .profile-side {
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 90px 30px 20px;
  margin-left: 10px;
  z-index: 99;
}

.dashboard-wrapper .profile-side p {
  margin-bottom: 7px;
  color: #333;
  font-size: 14px;
}

.dashboard-wrapper .profile-side p i {
  color: #04396c;
  margin-right: 10px;
}

.dashboard-wrapper .mobile-no i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  color: #04396c;
}

.dashboard-wrapper .nav {
  width: 100%;
  z-index: -1;
}

.dashboard-wrapper .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.dashboard-wrapper .nav ul li {
  padding: 10px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dashboard-wrapper .nav ul li:hover,
.dashboard-wrapper .nav ul li.active {
  -webkit-box-shadow: 0px -3px 0px #04396c inset;
          box-shadow: 0px -3px 0px #04396c inset;
}

.dashboard-wrapper .profile-body {
  width: 100%;
  z-index: -1;
}

.dashboard-wrapper .tab {
  display: none;
}

.dashboard-wrapper .tab {
  padding: 20px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1100px) {
  .dashboard-wrapper .profile-side {
    width: 250px;
    padding: 90px 15px 20px;
  }
  .dashboard-wrapper .profile-img img {
    height: 200px;
    width: 200px;
    left: 50px;
    top: 50px;
  }
}

@media (max-width: 900px) {
  .dashboard-wrapper body {
    margin: 0 20px;
  }
  .dashboard-wrapper .profile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }
  .dashboard-wrapper .profile-img {
    float: left;
    width: 100%;
    height: 200px;
  }
  .dashboard-wrapper .profile-img img {
    position: relative;
    height: 200px;
    width: 200px;
    left: 0px;
  }
  .dashboard-wrapper .profile-nav-info {
    text-align: center;
  }
  .dashboard-wrapper .profile-option {
    right: 20px;
    top: 75%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .dashboard-wrapper .main-bd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  .dashboard-wrapper .profile-side {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 5px 0;
  }
  .dashboard-wrapper .profile-nav-info .address {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dashboard-wrapper .user-rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 400px) {
  .dashboard-wrapper .profile-nav-info h3 {
    font-size: 1.9rem;
  }
  .dashboard-wrapper .profile-nav-info .address p,
  .dashboard-wrapper .profile-nav-info .address span {
    font-size: 0.7rem;
  }
}

.dashboard-wrapper #see-more-bio,
.dashboard-wrapper #see-less-bio {
  color: blue;
  cursor: pointer;
  text-transform: lowercase;
}

.dashboard-wrapper .tab h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}
/*# sourceMappingURL=style.css.map */