.preloader {
    background: #291e76;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    left: 0;
    top: 0;
}
.preloader .ball-scale-multiple {
    position: relative;
    top: 50%;
    left: 50%;
}
@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}
@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}
.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}
.ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
@-webkit-keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.ball-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: ball-beat 0.7s 0s infinite linear;
    animation: ball-beat 0.7s 0s infinite linear;
}
.ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -0.35s !important;
    animation-delay: -0.35s !important;
}
@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.ball-scale-multiple > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}
.gap {
    float: left;
    padding: 80px 0 100px;
    position: relative;
    width: 100%;
}
.gap.less-gap,
.less-gap {
    padding: 80px 0;
}
.gap.top-spac40,
.top-spac40 {
    padding-top: 40px;
}
.bottom-spac40,
.gap.bottom-spac40 {
    padding-bottom: 40px;
}
.gap.top-spac50,
.top-spac50 {
    padding-top: 50px;
}
.bottom-spac50,
.gap.bottom-spac50 {
    padding-bottom: 50px;
}
.gap.top-spac60,
.top-spac60 {
    padding-top: 60px;
}
.bottom-spac60,
.gap.bottom-spac60 {
    padding-bottom: 60px;
}
.gap.top-spac70,
.top-spac70 {
    padding-top: 70px;
}
.bottom-spac70,
.gap.bottom-spac70 {
    padding-bottom: 70px;
}
.gap.top-spac80,
.top-spac80 {
    padding-top: 80px;
}
.bottom-spac80,
.gap.bottom-spac80 {
    padding-bottom: 80px;
}
.gap.top-spac90,
.top-spac90 {
    padding-top: 90px;
}
.gap-spac90,
.gap.bottom-spac90 {
    padding-bottom: 90px;
}
.gap.top-spac120,
.top-spac120 {
    padding-top: 120px;
}
.gap-spac120,
.gap.bottom-spac120 {
    padding-bottom: 120px;
}
.gap.top-spac215,
.top-spac215 {
    padding-top: 215px;
}
.gap-spac215,
.gap.bottom-spac215 {
    padding-bottom: 215px;
}
.gap.top-spac260,
.top-spac260 {
    padding-top: 260px;
}
.gap-spac260,
.gap.bottom-spac260 {
    padding-bottom: 260px;
}
.gap.top-spac270,
.top-spac270 {
    padding-top: 270px;
}
.gap-spac270,
.gap.bottom-spac270 {
    padding-bottom: 270px;
}
.gap.remove-gap,
.remove-gap {
    padding-top: 0;
}
.gap.remove-bottom,
.remove-bottom {
    padding-bottom: 0;
}
.gap.no-gap,
.no-gap {
    padding: 0;
}
.gray-bg {
    background-color: #f8f8f8;
}
.drk-bg {
    background-color: #222;
}
.container {
    padding: 0;
    max-width: 1170px;
}
.bottom-spac5 {
    margin-bottom: 5px;
}
.remove-ext,
.remove-ext10,
.remove-ext11,
.remove-ext12,
.remove-ext13,
.remove-ext14,
.remove-ext15,
.remove-ext2,
.remove-ext3,
.remove-ext4,
.remove-ext5,
.remove-ext6,
.remove-ext7,
.remove-ext8,
.remove-ext9 {
    float: left;
    margin-bottom: -20px;
    width: 100%;
}
.remove-ext2 {
    margin-bottom: -25px;
}
.remove-ext3 {
    margin-bottom: -30px;
}
.remove-ext4 {
    margin-bottom: -35px;
}
.remove-ext5 {
    margin-bottom: -40px;
}
.remove-ext6 {
    margin-bottom: -45px;
}
.remove-ext7 {
    margin-bottom: -50px;
}
.remove-ext8 {
    margin-bottom: -55px;
}
.remove-ext9 {
    margin-bottom: -60px;
}
.remove-ext10 {
    margin-bottom: -65px;
}
.remove-ext11 {
    margin-bottom: -70px;
}
.remove-ext12 {
    margin-bottom: -75px;
}
.remove-ext13 {
    margin-bottom: -80px;
}
.remove-ext14 {
    margin-bottom: -85px;
}
.remove-ext15 {
    margin-bottom: -90px;
}
.overlap144 {
    position: relative;
    z-index: 1;
}
.overlap144 {
    margin-top: 0;
}
.mrg {
    margin: 0;
}
.mrg > div {
    padding: 0;
}
.mrg4 {
    margin: 0 -2px;
}
.mrg4 > div {
    padding: 0 2px;
}
.mrg6 {
    margin: 0 -3px;
}
.mrg6 > div {
    padding: 0 3px;
}
.mrg10 {
    margin: 0 -5px;
}
.mrg10 > div {
    padding: 0 5px;
}
.mrg15 {
    margin: 0 -7.5px;
}
.mrg15 > div {
    padding: 0 7.5px;
}
.mrg20 {
    margin: 0 -10px;
}
.mrg20 > div {
    padding: 0 10px;
}
.mrg25 {
    margin: 0 -12.5px;
}
.mrg25 > div {
    padding: 0 12.4px;
}
.black-layer2:before,
.black-layer4:before,
.black-layer:before,
.blue-layer:before,
.gray-layer2:before,
.gray-layer3:before,
.gray-layer:before,
.grd-lyr:before,
.theme-bg-layer:before,
.white-layer:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.gray-layer2:before {
    background-color: #fafbfe;
}
.white-layer:before {
    background-color: #fff;
}
.gray-layer:before {
    background-color: #ececec;
}
.gray-layer3:before {
    background-color: #f7f6fc;
}
.black-layer:before {
    background-color: #000;
}
.black-layer2:before {
    background-color: #171717;
}
.blue-layer:before {
    background-color: #00529e;
}
.black-layer4:before {
    background-color: #070500;
}
.opc1:before {
    opacity: 0.1;
}
.opc15:before {
    opacity: 0.15;
}
.opc2:before {
    opacity: 0.2;
}
.opc25:before {
    opacity: 0.25;
}
.opc3:before {
    opacity: 0.3;
}
.opc35:before {
    opacity: 0.35;
}
.opc4:before {
    opacity: 0.4;
}
.opc45:before {
    opacity: 0.45;
}
.opc5:before {
    opacity: 0.5;
}
.opc55:before {
    opacity: 0.55;
}
.opc6:before {
    opacity: 0.6;
}
.opc65:before {
    opacity: 0.65;
}
.opc7:before {
    opacity: 0.7;
}
.opc75:before {
    opacity: 0.75;
}
.opc8:before {
    opacity: 0.8;
}
.opc85:before {
    opacity: 0.85;
}
.opc9:before {
    opacity: 0.9;
}
.opc95:before {
    opacity: 0.95;
}
iframe {
    border: 0;
    width: 100%;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.fixed-bg2 {
    background-attachment: scroll;
    background-size: cover;
}
.fixed-bg,
.fixed-bg2 {
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.camp-info > *,
.featured-cap > *,
.logo,
.owl-dots > div,
.owl-nav > div,
.pagination > li,
.rspn-cnt > li,
.rspn-mnu-btn,
.rspn-mnu-cls,
.tm-bx2 .tm-thmb > h4,
.tm-inf,
.tm-inf2,
.tm-inf > span,
.toggle-item > h6,
:after,
:before,
a,
button,
i,
img,
input,
label,
nav ul ul,
nav > div > ul li,
nav > div > ul ul,
td,
textarea {
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header-search,
.rsnp-mnu,
.scl2,
.theme-btn:after,
.theme-btn:before,
.tm-bx2:before,
.tm-inf2,
nav ul ul {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.brd-rd50 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.brd-rd40 {
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.brd-rd30 {
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.brd-rd20 {
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.brd-rd10 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.brd-rd5,
.rspn-mnu-cls,
.scl4 > a,
.tag-clouds > a,
a.comment-reply-link {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.brd-rd4 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.brd-rd3,
nav > div > ul li a:before {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.btns-grp > a:not(.theme-btn):focus,
.btns-grp > a:not(.theme-btn):hover,
.camp-box3.style2 .camp-info > a:focus,
.camp-box3.style2 .camp-info > a:hover,
.camp-info > a:focus,
.camp-info > a:hover,
.evnt-bx2 .evnt-inf > a.theme-btn:before,
.evnt-bx2:hover .pst-mta-wrp .evnt-dat > a,
.fcts-lst > li span:before,
.member-expr-lst > li:before,
.preloader,
.quick-acc-lst,
.rspn-mnu-btn,
.rspn-mnu-cls:hover,
.rspn-scil > li a:hover,
.scl1 > a:before,
.scl3 > a:before,
.scl4 > a:focus,
.scl4 > a:hover,
.scl6 > a:focus,
.scl6 > a:hover,
.srv-bx3 > i:after,
.srv-bx3 > i:before,
.story-date > a,
.tag-clouds > a:before,
.theme-bg,
.theme-bg-layer:before,
.theme-btn,
.tm-bx2 .tm-thmb > h4,
a.comment-reply-link:before,
nav > div > form button,
nav > div > ul li > a:before {
    background-color: #291e76;
}
.tm-bx:hover .tm-inf {
    background-color: #5a3277;
}
.tm-bx:hover .tm-inf .theme-clr th {
    color: #d0a93c !important;
}
.tm-bx:hover .tm-inf h4 {
    color: #FFF;
}
.btns-grp > a:not(.theme-btn),
.camp-img3 > h4 a:focus,
.camp-img3 > h4 a:hover,
.camp-inf > h5 a:focus,
.camp-inf > h5 a:hover,
.camp-info > a,
.camp-prg > span i,
.cnt-inf-lst > li a:focus,
.cnt-inf-lst > li a:hover,
.pst-meta > li a:focus,
.pst-meta > li a:hover,
.rsnp-mnu ul li.menu-item-has-children.active:before,
.rsnp-mnu ul > li.active > a,
.rsnp-mnu ul > li:hover > a,
.rsnp-mnu ul > li > a:focus,
.rspn-cnt > span a:focus,
.rspn-cnt > span a:hover,
.rspn-mnu-btn:hover,
.rspn-srch > button:hover,
.sec-tl3 > h2 span,
.srv-bx3 > i,
.srv-inf > a:focus,
.srv-inf > a:hover,
.srv-inf > h5 a:focus,
.srv-inf > h5 a:hover,
.srv-info4 > a:focus,
.srv-info4 > a:hover,
.srv-info4 > h4 a:focus,
.srv-info4 > h4 a:hover,
.story-info3 > a:focus,
.story-info3 > a:hover,
.story-info3 > h4 a:focus,
.story-info3 > h4 a:hover,
.tem-box3:hover .tem-info > span,
.tem-info > h4 a:focus,
.tem-info > h4 a:hover,
.tm-inf2 > h5 a:focus,
.tm-inf2 > h5 a:hover,
.toggle-item > h6 i,
.toggle-item > h6.active,
.tp-lst > li a:focus,
.tp-lst > li a:hover,
.wdgt-bx > ul li a:focus,
.wdgt-bx > ul li:hover > a,
header.style3 nav > div > ul > li:hover > a,
header.style3 nav > div > ul > li > a:before,
header.style3 nav > div > ul > li > a:focus {
    color: #ffc500;
}
,
.camp-box3.style2 .camp-info > a:focus,
.camp-box3.style2 .camp-info > a:hover,
.camp-info > a,
.scl6 > a:focus,
.scl6 > a:hover,
.srv-bx3 > i,
.story-img,
.theme-brd-clr,
.tl-shp > i.theme-brd-clr {
    border-color: #ffc500;
}
.tl-shp:before {
    border-top-color: #291e76;
}
.srv-bx4:before {
    border-bottom-color: #291e76;
}
.btn-group > .btn:first-child {
    margin-left: 0;
    padding-top: 3px;
}
header.style3 nav > div > ul > li > a i {
    padding-left: 2px;
}
header.style3 nav > div > ul > li > a::after {
    content: "...";
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -9px;
    font-size: 20px;
    opacity: 0;
}
header.style3 nav > div > ul > li > a:focus:after,
header.style3 nav > div > ul > li > a:hover:after {
    opacity: 1;
}
.videos-wrap3 .video-info {
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: center;
}
#scrollUp {
    bottom: 30px;
    color: #fff;
    background: #f6bf00;
    display: block;
    font-size: 25px;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 40px;
    border-radius: 50%;
    z-index: 1000;
}
#scrollUp:after {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 1;
    position: absolute;
    top: 100%;
    width: 90%;
    z-index: -1;
}
#scrollUp:hover {
    background: #000;
    color: #fff;
}
#scrollUp i {
    display: block;
    padding-top: 5px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    margin: 0;
    background: #f5f5f5;
}
.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
}
.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
}
.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}
.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}