@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


/*! fancyBox v3.3.5 fancyapps.com */

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -37px;
    top: -34px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAOmex Complete Fire ProtectionJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}


/* Owl Carousel v2.3.4 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/*Owl theme*/

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 20px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 2px 4px;
    padding: 2px 10px !important;
    background: #060303 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ff4203 !important;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: none;
    outline: none;
    border: none
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 10px 4px;
    background: #a3a3a3;
    display: block;
    opacity: 1;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #97144d;
    opacity: 1;
}

#serv_scroll.owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    width: 26px !important;
    height: 46px !important;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-radius: 0px !important;
    background: #fff !important;
    color: #97144d;
}

#serv_scroll.owl-theme .owl-nav button.owl-next:focus {
    outline: none;
}

#serv_scroll.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    width: 26px !important;
    height: 46px !important;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-radius: 0px !important;
    background: #fff !important;
    color: #97144d;
}

#serv_scroll.owl-theme .owl-nav button.owl-prev:focus {
    outline: none;
}


/*Back to top button */

#back-top {
    position: fixed;
    bottom: -20px;
    right: 30px;
    z-index: 9999;
    width: 31px;
    display: block;
    transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
}

#back-top a {
    width: 30px;
    display: block;
    height: 58px;
    overflow: hidden;
    outline: none;
    text-decoration: none;
}

#back-top span {
    width: 30px;
    height: 58px;
    display: block;
    background: url(../images/top.png) no-repeat;
    opacity: 1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border-radius: 5px 5px 0 0px
}

#back-top:hover {
    bottom: -1px;
    outline: none;
    text-decoration: none;
}


/*Project Name: The Chopda Peoples Co-Operative Bank  [Created by WEBLINKINDIA.NET on 21/10/2022: Puneet Chauhan]*/

body {
    background: #fff;
    font: 14px/22px 'Poppins', sans-serif;
    color: #6b6868;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #000;
    text-align: left
}

h2 {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #000;
}

h3 {
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
}

.pop-fnt {
    font-family: 'Poppins', sans-serif;
}

.red {
    color: #da2224;
}

.letter_s {
    letter-spacing: 3px;
}

.mw_98 {
    max-width: 98%;
    height: auto;
}

.mw_96 {
    max-width: 90%;
    height: auto;
    margin: auto;
}

.w97 {
    width: 80%;
}

.w100 {
    width: 100%;
}

.fs11 {
    font-size: 11px;
}

.fs14 {
    font-size: 1em;
}

.fs16 {
    font-size: 1.143em;
}

.fs18 {
    font-size: 1.286em;
}

.fs20 {
    font-size: 1.429em;
}

.fs22 {
    font-size: 1.571em;
}

.fs26 {
    font-size: 1.857em;
}

.weight500 {
    font-weight: 500
}

.weight600 {
    font-weight: 600
}

.border1 {
    border: 1px solid #c3bcbc;
}

.bb {
    border-bottom: 1px solid #ccc;
}

.dn {
    display: none;
}

.rel {
    position: relative;
}

.scrol-div {
    height: 280px;
    overflow-y: scroll
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.gray {
    color: #444444;
}

.blue {
    color: #2462af;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #dcdcdc;
}

.shadow {
    box-shadow: inset 0 0px 22px 0 rgba(0, 0, 0, 0.1), 0 0px 18px 0 rgba(0, 0, 0, 0.10);
}

.hand {
    cursor: pointer;
}

.bg-blue {
    background: #fbe1ed;
    border: 1px solid #9c3062;
}

.bg-gray {
    background: #B9B9B9;
}

.bg-white {
    background: #fff;
}

::-webkit-input-placeholder {
    color: #9d9d9d;
}

:-moz-placeholder {
    color: #9d9d9d !important;
}

::-moz-placeholder {
    color: #9d9d9d !important;
}

:-ms-input-placeholder {
    color: #9d9d9d;
}

.container {
    width: 1200px;
    padding: 0px 15px;
    max-width: 1200px
}

.no_pad {
    padding: 0;
    margin: 0;
}

.t2_fixer {
    position: fixed;
    background: #333;
    z-index: 99;
    top: 0;
    width: 100%;
    transition: 0.5s all ease;
    box-shadow: 0 3px 4px rgba(249, 207, 95, 0.4);
}

.t2_fixer .header {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    padding: 0px 0px;
}


/* home page css */

header {
    width: 100%;
    height: auto;
}

.tp_inn {
    width: 100%;
    background: none;
    height: auto;
    margin-top: 18px;
}

.call_sec {
    padding: 10px 8px 10px 0px;
    height: auto;
    width: 100%;
}

.call_sec p {
    float: left;
    width: 50%;
}

.call_sec p img {
    width: 35px;
    height: 35px;
    float: left
}

.call_sec p span {
    float: left;
    width: 80%;
    margin-left: 10px;
    text-align: left;
    color: #90959b;
    font-size: 15px;
    font-weight: 600;
}

.call_sec p span strong {
    color: #8c0f45;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.call_dis {
    display: none;
}

.call_dis1 {
    display: none;
}

.call_dis2 {
    display: block;
}

.call_dis3 {
    display: block;
}


/* top header end */

.header {
    width: 100%;
    height: auto;
    padding: 8px 0px 0px;
    background: #fff;
    transition: 0.4s all ease;
    border-bottom: 5px solid #97144d;
}

.logo_area {
    float: left;
}


/* header section end */

.main_sect {
    width: 100%;
    height: auto;
}

.inn_cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.11);
    padding: 12px;
}


/* banner area section start */

.banner-area {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative
}

.banner-area img {
    display: block;
    max-width: 100%;
    margin: auto;
}


/* banner area section end */


/* news section start */

.nws_sect {
    background: #f8f8f8;
    border: 1px solid #c5c5c5;
    width: 100%;
    height: auto;
    padding: 10px 13px;
    border-radius: 7px;
}

.nws_sect marquee {
    height: 250px;
}

.nws_hed {
    background: #97144d;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
    color: #fff;
    border-radius: 7px;
}

.nws_inn {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 13px 0px;
}

.nws_hed1 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-align: left;
    height: 40px;
    overflow: hidden;
}

.nws_txt1 {
    color: #333333;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    height: 42px;
    overflow: hidden;
}

.nws_red {
    width: auto;
    height: auto;
    float: right;
}

.nws_red a {
    font-size: 14px;
    color: #3e4095;
    font-style: italic;
    font-weight: 500;
    text-decoration: underline;
}

.nws_red a:hover {
    color: #000;
}

.nws_pag {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.11);
    margin-bottom: 40px;
}

.nws_pag p:nth-child(1) {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.nws_pag p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin: 10px 0px;
    text-align: left;
}


/* news section end */


/* services scroll section start */

.serv_sect {
    width: 100%;
    height: auto;
    margin: 35px 0px;
}

.serv_inn {
    width: 100%;
    height: auto;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 10px 0px 0px;
}

.serv_bloc {
    width: 100%;
    height: auto;
    border-right: 1px solid rgba(184, 145, 184, 0.3);
    padding: 25px 0px;
}

.serv_ico {
    width: 48px;
    /* height: 48px;
    background: #97144d; */
    border-radius: 7px;
    margin: 0 auto;
}

.serv_txt {
    width: 100%;
    height: 43px;
    text-align: center;
    margin-top: 15px;
    overflow: hidden
}

.serv_txt a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.serv_txt a:hover {
    color: #000;
}

.table thead {
    width: 100%;
}

.table-responsive {
    width: 100%;
    display: inline-block
}

.table-bordered {
    border: 0px solid #dee2e6;
}

.sec_hed {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    width: 20%;
}

.sec {
    font-size: 16px;
    font-weight: 500;
    width: 20%;
    text-align: left
}

.fd {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    width: 60%;
}

.fd1 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 40%;
}

.loa {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    width: 10%;
}

.loa1 {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    width: 15%;
}

.loa2 {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    width: 40%;
}

.loa3 {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    width: 10%;
}

.loa4 {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    width: 15%;
}

.loa5 {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    width: 10%;
}

.digi {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 33.333%;
}

.digi1 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 33.333%;
}

.digi2 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 33.333%;
}


/* services scroll section end */


/* photo gallery section start */

.phot_gall_out {
    width: 100%;
    height: auto;
    padding: 5px 0px 40px;
}

.gall_hed {
    width: 240px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #97144d;
    border-radius: 6px;
    padding: 12px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.gall_area {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    background: #efefef;
}

.gall_bx {
    width: 170px;
    height: 170px;
    margin: 0 auto;
}

.gall_bx figure {
    width: 170px;
    height: 170px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.gall_bx figure img {
    display: block;
    max-width: 100%;
    margin: auto;
    transition: all linear 0.5s;
    height: 170px;
}

.gall_bx figure img:hover {
    transform: scale(1.1)
}


/* photo gallery section end */


/* welcome section start */

.wel_outer {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}

.wel_img {
    width: 369px;
    height: 247px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden
}

.wel_img figure {
    width: 369px;
    height: 247px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.wel_img figure img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.wel_cont_area {
    width: 100%;
    height: auto;
    text-align: left
}

.wel_cont_area h1 {
    font-size: 28px;
    color: #97144d;
    font-weight: 700;
}

.wel_txt {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    height: 137px;
    overflow: hidden;
    margin-top: 10px;
}

.wel_red {
    width: auto;
    height: auto;
    margin-top: 25px;
}

.wel_red a {
    text-align: center;
    color: #fff;
    background: #97144d;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 11px 24px;
    border-radius: 5px;
            text-decoration: none;
}

.wel_red a:hover {
        background: #ffffff;
    color: #97144d!important;
    border: 1px solid;
        text-decoration: none;
}


/* welcome section end */


/* Lean Account section start */

.len_acc_area {
    width: 100%;
    height: auto;
    padding: 18px 25px;
    background: #97144d;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sec-txt {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    float: left;
    margin-right: 12px;
    padding-top: 5px;
}

.serc_inpt {
    width: 26.2%;
    height: 40px;
    float: left;
    background: #fff;
    margin-right: 5px;
    border-radius: 4px;
    overflow: hidden
}

.serc_inpt input[type=text] {
    width: 100%;
    height: 40px;
    background: #fff;
    text-align: left;
    color: #000;
    font-size: 16px;
    padding-left: 10px;
}

.serc_sub {
    width: auto;
    height: 40px;
    float: left;
    border-radius: 3px;
    overflow: hidden
}

.serc_sub input[type=submit] {
    width: 100%;
    height: 40px;
    background: #ffc4dd;
    color: #97144d;
    padding: 8px 25px;
    cursor: pointer
}

.serc_sub input[type=submit]:hover {
    background: #d14d86;
    color: #fff;
}

.serc_det {
    width: 60%;
    height: auto;
    padding: 25px;
    background: #F8F8F8;
    margin: 35px auto 25px;
    border: 1px solid #e5e5e5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 15px 0px;
}

.acc-hed {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #97144d;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.acc_sect {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin: 12px 0px;
    text-align: center
}

.acc_sect p:nth-child(1) {
    width: 45%;
    color: #97144d;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    text-align: left
}

.acc_sect p:nth-child(2) {
    width: 10%;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    text-align: left
}

.acc_sect p:nth-child(3) {
    width: 45%;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    text-align: left
}


/* Lean Account section end */


/* Sitemap */

.sitemap_cont {
    width: 100%;
}

.sitemap_cont h2 {
    font-size: 22px;
    color: #88660a;
    margin: 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.sitemap2 {
    width: 100%;
    height: auto;
    margin: 15px 0px;
}

.sitemap2 a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    width: 32%;
    border: 1px solid #d6d6d6;
    display: inline-block;
    padding: 5px 25px;
    float: left;
    margin: 5px 5px;
    border-radius: 5px;
    background: url(../images/arr-1.png) 8px center no-repeat;
    text-align: left
}

.sitemap2 a:hover {
    background: #f9f9f9 url(../images/arr-1.png) 8px center no-repeat;
    text-decoration: none;
    color: #000;
    border: 1px solid #c9c9c9;
}


/* Sitemap */


/* about page section start */

.abou_txt {
    text-align: left;
    font-size: 18px;
    color: #5e5e5e;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 400;
    padding-top: 12px;
}

.bluesh-col {
    color: #0871a6;
}

.abo-img {
    text-align: center;
}

.miss_bg {
    width: 100%;
    min-height: 300px;
    background: url(../images/bg1.png) repeat;
    margin-top: 45px;
    margin-bottom: 30px;
    padding: 45px 0px;
}

.abo_miss {
    width: 100%;
    min-height: 259px;
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 0 20px rgb(158 158 158 / 25%);
    border-bottom: 10px solid #f9cf5f;
}

.abo-miss-hed {
    text-align: left;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
    background: #f9cf5f;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.abo-miss-hed i {
    color: #0f80ba;
}

.abo_miss_txt {
    text-align: left;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    padding: 30px 0px 0px;
    letter-spacing: 1px;
}

.abu_list {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.abu_list ul {
    margin: 0 !important;
    padding: 0 !important;
}

.abu_list ul li {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #5e5e5e;
    list-style: none;
    padding-bottom: 15px;
}

.abu_list ul li i {
    margin-right: 8px;
}


/* about page section end */


/* contact page section start */

.contact_top_sect {
    background: #fff;
    padding: 20px 0px 60px;
}

.contact_top_sect h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.con_sec1 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase
}

.con_sec2 {
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    color: #0f80ba;
    letter-spacing: 1px;
}


/*.feature-box{background:#fff; border-radius:10px; box-shadow: 0 0 20px rgb(158 158 158 / 25%); margin: 15px 0px 12px; padding:16px; text-align: center; position: relative; border-bottom: 5px #095a84 solid; transform-style: preserve-3d; position: relative; transition: .6s linear all;}
.lft_area{ width:20%; float:left; background:#d4e7ff; height:auto;}
.lft_area i{ font-size:40px; color:#000; text-align:center; padding:80px 0px;}
.rgt_area{ width:78%; height:auto; float:right; padding:61px 0px 0;}
.add_hed{ text-align:center; font-size:20px; color:#000; text-transform:uppercase; letter-spacing:1px; font-weight:600}
.add_txt{ text-align:center; font-size:16px; font-weight:500; line-height:25px; padding-top:10px;}*/

.contact_form_cont {
    background: #fff;
    box-shadow: 0 0 20px rgb(158 158 158 / 25%);
    border-radius: 0px 10px 10px 0px;
    padding: 24px;
    font-size: 1.1em;
    width: 100%;
}

.contact_form_cont input[type=text],
.contact_form_cont textarea,
.contact_form_cont select {
    border: #e3e3e3 1px solid !important;
    padding: 12px;
    width: 100%;
    font-size: 18px;
}

.contact_form_L {
    width: 100%;
    float: left;
    padding-right: 10px
}

.contact_form_R {
    width: 100%;
    float: left
}

.cont_frm_hed {
    font-size: 20px;
    font-weight: 600;
    color: #1a71cb;
}

.cont_frm_subhed {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left
}

.cont_sub {
    text-align: center;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 15px;
    color: #FFFFFF;
    background: #97144d;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer
}

.cont_sub:hover {
    background: #31238a;
}

.cont_sub1 {
    text-align: center;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 15px;
    color: #000;
    background: #ccc;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer
}

.cont_sub1:hover {
    background: #000;
    color: #fff;
}

.contact_all_dtls {
    text-align: left;
    background: #efefef;
    padding: 3px 15px 1px;
    border-radius: 10px 0px 0px 10px;
}

.contacts_list {
    margin: 15px 0;
    border: 0px solid #ccc;
    padding: 0px;
}

.contacts_list ul {
    margin: 0px;
    padding: 0px
}

.contacts_list ul li {
    list-style: none;
    display: flex;
    padding: 16px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #97144d;
}

.contacts_list ul li b {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 50%;
    background: #9b95d5;
}

.contacts_list .cont_info_dtl {
    width: calc(100% - 40px);
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    display: inline-block;
    font-weight: 500;
}

.contacts_list .cont_info_dtl span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.contacts_list .cont_info_dtl em {
    font-style: normal;
    color: #fff
}

.contacts_list .cont_info_dtl a {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.contacts_list .cont_info_dtl a:hover {
    color: #d5e6ff;
    text-decoration: underline
}


/* contact page section ends */


/*inner-banner-start*/

.inner_bnr {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
    margin-top: -22px;
    display: -webkit-inline-box;
}

.inner_bnr img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}


/*inner-banner-start*/


/*Button-style*/

.btn1,
.btn1:visited {
    background: #0F52BA;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font: 400 15px/35px Arial, Helvetica, sans-serif;
    height: 35px;
    padding: 0px 25px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn1:hover {
    background: #000;
    color: #fff;
}

.btn2,
.btn2:visited {
    background: #757575;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font: 400 15px/35px Arial, Helvetica, sans-serif;
    height: 35px;
    padding: 0px 25px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn2:hover {
    background: #000000;
    color: #fff;
}

.btn3,
.btn3:visited {
    background: #74b53f;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font: 600 15px/35px Arial, Helvetica, sans-serif;
    height: 35px;
    padding: 0px 25px;
    cursor: pointer
}

.btn3:hover {
    background: #222;
    color: #fff;
}


/*Button-style*/


/*Footer*/

.footer_bg {
    background: #97144d;
    padding: 8px 0px 8px;
}

.footer_bg h3 {
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ft_link {
    width: 100%;
    height: auto;
    text-align: center
}

.ft_link p {}

.ft_link p a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-right: 1px solid #fff;
    line-height: 15px;
    padding: 0px 12px;
    display: inline-block;
 text-decoration: none;
}

.ft_link p a:hover {
    color: #fff;
}

.ft_link p a:last-child {
    border: none;
}

.f_dd_box {
    margin: 10px 0 0 0
}

.ft_bott {
    width: 100%;
    padding: 10px 0px;
    background: #e4e4e4;
}

.foot_dev_inn {
    width: 100%;
    height: auto;
    padding: 12px 0px;
}

.ft_copy {
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: rgba(49, 49, 49, 0.5);
    line-height: 20px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left
}

.web_inn {
    float: right
}

.deve {
    float: left;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: rgba(130, 130, 130, 0.5);
    line-height: 20px;
    padding-right: 10px;
    padding-top: 5px
}

.deve a {
    display: block;
    color: rgba(130, 130, 130, 0.5);
}

.deve a:hover {
    color: #000;
}

.dev_log {
    float: left
}


/*Footer-end*/


/*FORM*/

.myform label {
    text-align: right;
}

.myform .sub_hed {
    color: #7a7a7a;
    text-align: left;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 600
}


/* TREE */

.breadcrumb_bg {
    background: #b5b3b3;
}

nav .breadcrumb {
    font-family: 'Raleway', sans-serif
}

.breadcrumb {
    margin: 0;
    font-size: 16px;
    color: #000;
    background: none;
    padding: 6px 0px;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
    color: #07407b;
}

.breadcrumb li.active {
    color: #000;
}


/* TREE CLASSES */


/* CMS AREA */

.mid_area {
    padding-top: 20px;
}

.cms_area {
    font: 18px/28px 'Poppins', sans-serif;
    color: #666;
    font-weight: 500
}

.cms_area h1 {
    color: #323746;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

.sub_hed,
.sub_hed2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    color: #323746;
    font-weight: 700;
    margin-bottom: 0.8em
}

.sub_hed:before,
.sub_hed2:before {
    content: '\f0a4';
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    margin-right: 10px
}

.sub_hed2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase
}

.sub_hed:after {
    content: '';
    display: block;
    height: 0px;
    background: #73747d;
    margin-top: 0px;
}

.cms_pc {
    float: right;
    margin: 5px 0 10px 10px;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}


/* CMS AREA ENDS */


/* upload resume */

.resume_box {
    width: 80%;
    margin: 50px auto;
    min-height: 210px
}

.resume_box input[type=text],
.resume_box select,
.resume_box textarea,
.resume_box input[type=file] {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .07) inset;
    border-radius: 2px;
    border: 2px solid #ddd;
    padding: 8px;
    width: 100%;
}


/* upload resume */

fieldset {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0em;
    padding-right: 0em;
    border: 1px solid #dadada;
    margin-bottom: 0px;
}

.btn-danger {
    color: #fff;
    background-color: #07407b;
    border-color: #07407b;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 18px !important;
    line-height: 20px;
}

.btn-danger:hover,
.btn-danger:focus {
    color: #fff;
    background-color: #91c238;
    border-color: #91c238;
    outline: none;
    box-shadow: none;
}

.btn-danger2 {
    color: #fff;
    background-color: #f5801a;
    border-color: #c1600b;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 18px !important;
    line-height: 20px;
}

.btn-danger2:hover,
.btn-danger2:focus {
    color: #91c238;
    background-color: #fff;
    border-color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-danger3 {
    color: #fff;
    background-color: #3843c2;
    border-color: #3843c2;
    font-size: 19px;
    font-weight: 700;
    padding: 11px 25px !important;
    line-height: 20px;
    text-transform: uppercase;
}

.btn-danger3:hover,
.btn-danger3:focus {
    color: #fff;
    background-color: #36353a;
    border-color: #36353a;
    outline: none;
    box-shadow: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #back-top {
        right: 15px;
    }
}


/* ================= Desktop/Laptop below 1280px  ================= */

@media only screen and (max-width:1279px) {
    .container {
        width: 100% !important;
        max-width: 100%;
    }
    /*NAVIGATION*/
}


/* ================= Desktop/Laptop below 1152px  ================= */

@media only screen and (max-width:1151px) {
    .call_sec span {
        padding: 0px 2px;
    }
    .call_sec {
        margin-right: 0px;
        padding: 0 8px 7px 0px
    }
    .nws_sect marquee {
        height: 200px;
    }
    /* top header end */
    .serc_inpt {
        width: 24.7%;
    }
    .serc_det {
        width: 70%;
    }
    /* Sitemap */
    .sitemap2 a {
        width: 31.8%;
    }
    .add_txt {
        line-height: 21px;
    }
}


/* ================= Tablet (Portrait) 768px - 959px ================= */

@media only screen and (max-width: 991px) {
    .tp_inn {
        margin-top: 13px;
    }
    .call_sec {
        color: #fff;
        line-height: 26px;
        position: relative;
        padding: 10px 0px;
        border-right: none;
        width: auto
    }
    .call_sec span {
        display: block;
        padding-left: 0px;
        border-right: 0px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .call_dis {
        display: inline-block;
        padding: 8px 8px;
        background: #97144d;
        height: 40px;
        border-radius: 5px;
    }
    .call_dis a {
        color: #fff;
    }
    .call_dis a:hover {
        color: #fff;
    }
    .call_dis3 {
        display: none;
        background: #f1f1f1;
        padding: 5px 10px 12px;
        width: 95%;
        position: absolute;
        z-index: 99999;
        top: 128px;
        left: 13px;
    }
    .call_sec p {
        width: 100%;
    }
    .nws_sect {
        margin-top: 15px;
    }
    /* top header*/
    .wel_cont_area {
        text-align: center
    }
    .wel_cont_area h1 {
        text-align: center;
        margin-top: 15px;
    }
    .sec-txt {
        font-size: 25px;
        float: none;
        text-align: center;
        border-bottom: 1px solid rgb(255, 255, 255, 0.5);
        margin-bottom: 18px;
        padding-bottom: 8px;
    }
    .serc_inpt {
        width: 27%;
    }
    .serc_det {
        width: 80%;
    }
    /* Sitemap */
    .sitemap2 a {
        width: 48%;
    }
    .sitemap a {
        width: 48%;
        float: left
    }
    /* Sitemap */
    /*FOOTER*/
    .contact_addrs {
        margin-bottom: 2em
    }
}


/* ================= Mobile (Landscape) 480px - 767px ================= */

@media only screen and (max-width:767px) {
    h1 {
        font-size: 1.5em;
        line-height: 1em
    }
    .tp_inn {
        margin-top: 5px;
    }
    .call_dis1 {
        display: block;
    }
    .call_dis1 a {
        color: #fff;
    }
    .call_dis1 a:hover {
        color: #fff;
    }
    .call_dis2 {
        display: none;
        background: #000;
        padding: 0px 10px;
        border: 1px solid #333;
        width: 262px;
        position: absolute;
        z-index: 99999;
        top: 33px;
        right: 4px;
    }
    .t2_fixer {
        position: static;
    }
    /* top header */
    /* Lean Account section start */
    .sec-txt {
        font-size: 25px;
        float: none;
        text-align: center;
        border-bottom: 1px solid rgb(255, 255, 255, 0.5);
        margin-bottom: 18px;
        padding-bottom: 8px;
    }
    .serc_inpt {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .serc_sub {
        width: 100%;
    }
    .serc_det {
        width: 95%;
    }
    /* Lean Account section end */
    /*Footer-start*/
    .f_dd_box {
        display: none;
        margin: 15px 0 0 0
    }
    .dd_next {
        margin: 0px 0 0 0;
        padding: 7px 0;
        background: url(../images/pls.png) no-repeat 100% center;
        cursor: pointer;
        border-bottom: 1px solid #db5991;
    }
    .dd_next_act {
        background: url(../images/mns.png) no-repeat 100% center
    }
    .footer_bg h3:after {
        display: none
    }
    .footer_bg h3 {
        margin-bottom: 0;
        font-size: 1.3em
    }
    .ft_link {
        text-align: left
    }
    .ft_link p a {
        display: block;
        padding: 10px 0px;
        border: none;
        border-bottom: 1px dashed #db5991;
    }
    .ft_copy {
        float: none;
        text-align: center
    }
    .web_inn {
        float: none;
        justify-content: center!important;
    }
    .mobile-navbar {
        padding-left: 21px!important;
        background: #97144d!important;
        margin-top: 43px!important;
        width: 201px!important;
    }
    .manu-toggler-btn {
        display: block!important;
    }
    .deve {
        float: none;
        text-align: center
    }
    .dev_log {
        float: none;
        text-align: center
    }
    /*Footer-end*/
    .contact_form_L {
        width: 100%;
        padding-right: 0px;
    }
    .contact_form_R {
        width: 100%;
    }
    .sitemap a {
        width: 100%;
        float: none;
        margin: 5px 0px;
    }
    .sitemap .fs18 {
        font-size: 16px;
    }
    .breadcrumb_bg {
        display: none;
    }
    .abt_heading_wrapper h1 {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
    }
    .mb-nv {
        gap: 0px!important;
    }
    .mob-nav-btn {
        margin-top: -19px!important;
    }
    .dgci-footer {
        display: block!important;
    }
    .dgci-link {
        margin-left: 30px!important;
    }
    .mobile-t {
        margin-top: 5px!important;
    }
}

@media only screen and (max-width:600px) {
    .inner_bnr {
        height: auto
    }
    /* CMS AREA */
    .mid_area {
        padding: 20px 0px;
    }
    /* CMS AREA ENDS */
    .sitemap .fs18 {
        font-size: 15px;
    }
}

@media only screen and (max-width:515px) {
    /*Footer*/
    .ft_bx {
        width: 100%;
        float: none
    }
    .footer_mid .call_sec span {
        display: block;
    }
}


/* ================= Mobile (Portrait) below 480px  ================= */

@media only screen and (max-width:479px) {
    .wel_img {
        width: 300px;
        height: 201px;
    }
    .wel_img figure {
        width: 300px;
        height: 201px;
    }
    .serc_det {
        width: 100%;
    }
    .acc_sect p:nth-child(1) {
        text-align: center;
        width: 100%;
    }
    .acc_sect p:nth-child(2) {
        display: none
    }
    .acc_sect p:nth-child(3) {
        text-align: center;
        width: 100%;
    }
    /* welcome section end */
    /* Sitemap */
    .sitemap2 a {
        width: 100%;
        margin: 5px 0;
    }
    /*FOOTER*/
    .add_dtl span {
        font-size: 16px;
    }
    .ft_link ul li a {
        font-size: 16px;
    }
}


/*----------navigation----------*/

.menu {
    width: 100%;
    background: #97144d url(../img/menu-lft.jpg) left no-repeat;
    float: right;
    margin-top: -30px;
    padding-left: 37px;
    height: 33px;
    border-radius: 10px 10px 0 0;
}

.navbar_align {
    padding: 0px 0px;
    float: left;
}

.navbar {
    position: static;
    right: 0;
    left: 0;
    z-index: 1030;
    overflow: visible;
    margin-bottom: 0;
    *position: relative;
    *z-index: 2;
    padding: 0px 0;
}

.nav-collapse.collapse {
    overflow: visible;
    height: auto
}

.navbar .brand {
    display: block;
    float: left;
    padding: 0
}

.navbar .brand:hover {
    text-decoration: none
}

.navbar-inner {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: none;
    background-repeat: repeat-x;
    *zoom: 1
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    content: "";
    line-height: 0
}

.navbar-inner:after {
    clear: both
}

.navbar .container {
    width: 100%;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: right;
    margin: 0;
}

.navbar .nav>li {
    float: left;
    margin-right: 4px;
    position: relative;
}

.navbar .nav>li>a {
    font: 14px/14px 'Poppins', sans-serif;
    color: #fff;
    float: none;
    text-decoration: none;
    display: block;
    line-height: 16px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 500;
    padding: 12px 17px;
    transition: all 0.5s ease
}

.navbar .nav>li {
    float: left;
}

.navbar .nav>li>a:hover,
.act1 {
    color: #ffc9e1 !important;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    color: #ffc9e1 !important;
}

.navbar .btn-navbar {
    display: none;
    float: right;
    margin: 15px 5px;
    padding: 9px 10px
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active {
    color: #fff;
    *background-color: transparent
}

.navbar .btn-navbar:active {
    background-color: #95695e
}

.navbar .btn-navbar .icon-bar1 {
    display: block;
    width: 25px;
    height: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    margin-bottom: 7px;
    float: right;
    clear: both
}

.navbar .btn-navbar .icon-bar2 {
    display: block;
    width: 38px;
    height: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    margin-bottom: 7px;
    float: right;
    clear: both
}

.navbar .btn-navbar .icon-bar3 {
    display: block;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
    margin-bottom: 7px;
    float: right;
    clear: both
}

.navbar .brand,
.navbar .nav>li>a {
    color: #fff
}

.navbar .btn-navbar {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active {
    color: #fff;
    background-color: inherit
}

.brand h1 {
    margin: 0
}

.nav-tabbed>li>a,
.etabs>li>a {
    margin-right: 4px;
    padding: 0 10px 10px 10px;
    color: #919599;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700
}

.dropdown-toggle::after {
    display: none
}

.dropdown-menu {
    background: #97144d;
    margin-left: 0px;
    min-width: 15rem;
    position: absolute;
    margin-top: 0px;
    padding: 0 0 0 0;
    border-radius: 0px;
    width: 100%;
    min-width: 280px
}

.dropdown-menu>li {
    border-bottom: 1px solid #fff;
}

.dropdown-menu>li:last-child {
    border: none;
}

.dropdown-menu>li>a {
    color: #fff;
    line-height: 25px;
    display: block;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.dropdown-menu>li>a:hover {
    background: #cb437e;
    color: #fff;
    border-bottom: 0px;
}

.nav-item span {
    padding-right: 0px;
}

.navbar-toggle {
    background: #79227c;
}

@media only screen and (max-width:1279px) {}

@media only screen and (max-width:1151px) {
    .container,
    .navbar .container {
        width: 100%;
    }
    .navbar .nav>li>a {
        font: 14px/14px 'Poppins', sans-serif;
        line-height: 25px;
        font-weight: 500;
        padding: 6px 10px;
    }
    .dropdown-menu {
        min-width: 108px;
    }
}

@media (min-width:980px) {
    .nav-collapse.collapse {
        overflow: visible!important;
        height: auto!important;
        display: block
    }
    .nav>li>ul.dropdown-menu {
        text-align: left;
        padding: 0px;
    }
}

@media (max-width:979px) {
    .menu {
        background: #97144d!important;
        margin-top: 0px;
        padding-left: 0px;
        height: auto;
        width: 50px;
    }
    .navbar_align {
        text-align: left;
    }
    body {
        padding-top: 0
    }
    .navbar .navbar-inner {
        padding: 0px;
        width: 100%;
    }
    .navbar .brand {
        float: left
    }
    .nav-collapse {
        clear: both
    }
    .nav-collapse .nav {
        float: none;
        margin-top: 10px;
        width: 100%;
        padding: 1px 5px;
        background: #97144d;
    }
    .nav-collapse .nav>li {
        float: none;
        background: #97144d;
        margin: 2px 0px;
        border-bottom: 1px solid #fff;
        padding: 0px;
    }
    .nav-collapse .nav>li:last-child {
        border-bottom: 0px solid #fff;
    }
    .nav-collapse .nav>li>a {
        margin-bottom: 2px;
        padding: 9px 15px;
    }
    .dropdown-menu p {
        font-size: 1.2em;
        color: #a2c843;
        border-bottom: 1px solid #a2c843
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        color: #fff;
        display: block;
        font: 16px/17px 'Poppins', sans-serif;
        font-weight: 600
    }
    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 0px;
        line-height: 17px;
    }
    .navbar .nav>li>a:hover,
    .act1 {
        color: #fff !important;
        border-bottom: 0px;
    }
    .navbar .nav>li>a:focus,
    .navbar .nav>li>a:hover {
        color: #000 !important;
        border-bottom: 0px;
        background: #f9cf5f;
    }
    .nav-collapse .nav>li>a:hover,
    .nav-collapse .dropdown-menu a:hover {
        border-bottom: none !important;
        background: #f9cf5f;
    }
    .navbar .nav-collapse .nav>li>a,
    .navbar .nav-collapse .dropdown-menu a {}
    .navbar .nav li.dropdown.open>.dropdown-toggle {
        background-color: transparent;
    }
    .nav>li>ul.dropdown-menu {
        background-color: transparent;
        background: #8f6778;
    }
    .navbar .nav-collapse .nav>li>a:hover,
    .navbar .nav-collapse .dropdown-menu a:hover {
        color: #fff !important;
        border-bottom: none;
        background: #f389b7 !important;
    }
    .nav-collapse .dropdown-menu a {
        font-size: 0.8em
    }
    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        display: none;
        float: none;
        margin: 0 0px;
        padding: 0;
        max-width: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
    .show .show {
        display: block
    }
    /* .dropdown-menu>li {
        border-bottom: 1px dashed #fff;
    } */
    .dropdown-menu>li>a {
        padding: 10px 10px;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        position: absolute !important;
        z-index: 99999;
        width: 300px;
        right: 0;
        top: 0;
    }
    .navbar .btn-navbar {
        display: block;
        background: none;
        padding: 6px;
        margin: 0px;
        margin-left: 0px;
        float: right;
        margin-top: -66px;
        margin-right: 0px;
    }
    .nav_bg .col-md-7 {
        position: inherit
    }
    .navbar {
        padding: 0 0;
    }
}

@media only screen and (max-width:767px) {
    .menu {
        background: none;
        margin-top: 0px;
        padding-left: 0px;
        height: auto;
        width: auto
    }
    .navbar,
    #footer,
    #main-footer,
    .header-wrap {
        margin-right: 0px;
        margin-left: 0px
    }
    .container {
        width: auto
    }
    .navbar .container {
        padding: 0;
        width: auto
    }
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        width: 100%;
    }
    .navbar .btn-navbar {
        display: block;
        position: absolute;
        z-index: 9;
        top: -47px;
        right: 15px;
        padding: 6px;
        width: auto;
        margin: 0px;
    }
    .nav-collapse .nav {
        margin-top: 2px;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        top: -6px;
        width: 250px;
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        font: 16px/17px 'Poppins', sans-serif;
    }
    .nav-collapse .dropdown-menu a {
        font-size: 0.8em
    }
}

@media (max-width:479px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
    }
    .navbar .btn-navbar {
        display: block;
        position: absolute;
        z-index: 9;
        top: -47px;
        right: 15px;
        padding: 6px;
        width: auto;
        margin: 0px;
    }
    .nav-collapse .nav {
        margin-top: 0px;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        top: -6px;
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        font: 16px/17px 'Poppins', sans-serif;
    }
    .nav-collapse .dropdown-menu a {
        font-size: 0.8em
    }
}


/*----------navigation----------*/