@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: -12px;
    top: -44px
}

.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,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+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(img/owl.video.play.html) 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
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    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
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #999;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #C65D4E
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 28px
}

/*Project Name :HR Consulting [Created by WEBLINKINDIA.NET on January 29,2021 :Gurpreet Singh]*/
body {
    background: #fff;
    font: 14px 'Play', Arial, Helvetica, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Play', sans-serif;
    margin: 0;
    padding: 0
}

h1 {
    font: 1.8em/1.1em 'Play', Arial, Helvetica, sans-serif;
    color: #454545
}

.container {
    max-width: 1310px;
    margin: auto;
    padding: 0
}

.row {
    padding: 0;
    margin: 0
}

.row>.no_pad {
    padding: 0;
    margin: 0
}

.mw_98 {
    max-width: 98%;
    height: auto
}

.mw_96 {
    max-width: 90%;
    height: auto;
    margin: auto
}

.cms-img {
    float: right;
    margin: 0 0 0 10px;
    background: #fff;
    padding: 10px;
    border: 1px #dadada solid
}

.cms {
    overflow-x: auto;
    min-height: 450px;
    padding: 20px 0 40px 0;
    line-height: 24px
}

ul,
ol {
    margin: 15px 0 0 10px;
    padding: 0 0 0 15px
}

label {
    font-weight: normal
}

p {
    margin: 0
}

.img_fix img {
    max-height: 100%;
    max-width: 100%
}

a {
    color: #3f3f3f
}

a:hover {
    color: #3f3f3f;
    text-decoration: none
}

/*color properties*/
.black,
.black a:link,
.black a:visited {
    color: #000;
    text-decoration: none
}

.black a:hover,
.black a:active {
    color: #9b0000
}

.white,
.white a:link,
.white a:visited {
    color: #fff;
    text-decoration: none
}

.white a:hover,
.white a:active {
    color: #ffd4cf
}

.grey,
.grey a:link,
.grey a:visited {
    color: #d7d7d7;
    text-decoration: none
}

.grey a:hover,
.grey a:active {
    color: #fff
}

.orange,
.orange a:link,
.orange a:visited {
    color: #C65D4E;
    text-decoration: none
}

.orange a:hover,
.orange a:active {
    color: #000
}

.green,
.green a:link,
.green a:visited {
    color: #31257E;
    text-decoration: none
}

.green a:hover,
.green a:active {
    color: #000
}

/*font properties*/
.play {
    font-family: 'Play', sans-serif
}

/*font size*/
.fs13 {
    font-size: 0.9em
}

.fs15 {
    font-size: 1.1em
}

.fs16 {
    font-size: 1.2em
}

.fs17 {
    font-size: 1.3em
}

.fs18 {
    font-size: 1.4em
}

.fs19 {
    font-size: 1.5em
}

.fs20 {
    font-size: 1.6em
}

/*font Weight*/
.weight300 {
    font-weight: 300
}

.weight400 {
    font-weight: 400
}

.weight700 {
    font-weight: 700
}

/* BORDER */
.bb {
    border-bottom: 1px solid #383e4e
}

.bt {
    border-top: 1px solid #eee
}

.bl {
    border-left: 1px solid #eee
}

.br {
    border-right: 1px solid #dadada
}

.border1 {
    border: 1px solid #ddd
}

/* BORDER Radius */
.radius-5 {
    border-radius: 5px
}

.radius-10 {
    border-radius: 10px
}

.radius-15 {
    border-radius: 15px
}

.radius-20 {
    border-radius: 20px
}

/* BACKGROUND */
.bgBk {
    background: #000
}

.bgW {
    background: #fff
}

.bgGrey {
    background: #f2f2f2
}

/* Button */
.btn {
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 5px
}

.btn:hover {
    background: #999;
    color: #fff
}

.btn-blue {
    background: #00a2cd;
    color: #fff
}

.btn-blue:hover {
    background: #000;
    color: #fff
}

/* FORM css*/
input[type=text] {
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px
}

input[type=password] {
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px
}

input[type=file] {
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px
}

textarea,
select {
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: none
}

input,
textarea,
select {
    font-family: 'Play', sans-serif;
    color: #555;
    border-radius: 2px;
    border: 1px solid #ccc
}

input.check {
    border: 1px solid #666;
    font-size: 13px;
    width: 15px;
    height: 15px;
    margin: 2px 2px 2px 0px;
    outline: none;
    background: #fff
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    color: #333;
    background: #fff
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

/* breadcrumb */
.breadcrumb_outer {
    background: #f7f5f5;
    border-top: #ddd 1px solid
}

.breadcrumb_outer .breadcrumb {
    margin: 0;
    font-size: 0.9em;
    background: none;
    padding: 4px 0
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
    color: #053d6b
}

.breadcrumb li.active {
    color: #666
}

/* Header
header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    border-top: #83c1c4 1px solid;
    box-shadow: #999 0 0 10px;
    padding: 16px 0 0 0
} */

.topfix {
    height: 137px
}

.logo {
    padding: 0
}

.whatsapp_top {
    display: inline-block;
    vertical-align: top;
    margin: 15px 6px 0 0
}

.whatsapp_top a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.5em;
    text-align: center;
    border-radius: 100%;
    background: #31257E;
    color: #fff;
    transition: all 0.3s linear
}

.whatsapp_top a:hover {
    background: #C65D4E;
    color: #fff
}

.download_pdf {
    display: inline-block;
    width: 154px;
    margin-top: 10px
}

.download_pdf a {
    display: block;
    background: #31257E;
    color: #fff;
    border-bottom: #C65D4E 5px solid;
    border-radius: 5px;
    padding: 8px 10px 5px 10px;
    text-transform: uppercase;
    font-size: .8em;
    transition: all 0.3s linear
}

.download_pdf a:hover {
    background: #C65D4E;
    color: #fff;
    border-bottom: #31257E 5px solid
}

.download_pdf b {
    font-size: 1.35em;
    display: block
}

.download_pdf svg {
    float: left;
    margin: 2px 8px 0 3px;
    width: 23px;
    height: 26px
}

.menu {
    float: left;
    margin: 12px 10px 0 0
}

.navbar {
    padding: 0
}

.navbar-light .navbar-nav .nav-link {
    color: #555;
    padding: 9px 10px;
    margin: 0 1px;
    border-radius: 5px;
    font-size: 1.15em
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #C65D4E
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #C65D4E
}

.dropdown-item {
    padding: 5px 15px;
    font-size: .85em
}

.top_links {
    border-top: #31257E 1px solid;
    margin-top: 17px;
    padding: 12px 0
}

.top_links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.top_links ul li {
    float: left;
    border-right: #C65D4E 1px solid
}

.top_links ul li:last-child {
    border: 0
}

.top_links ul li a {
    color: #C65D4E;
    font-size: 1.4em;
    font-weight: 700;
    display: inline-block;
    padding: 0 37px;
    line-height: 0
}

/* Search */
.banner_slide {
    background: #000
}

.banner_slide img {
    opacity: 0.6
}

.search_area {
    position: absolute;
    width: 100%;
    left: 0;
    top: 22%
}

.srch_txt1 {
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: #333 0 0 15px
}

.srch_txt2 {
    text-align: center;
    font-size: 1.43em;
    color: #fff;
    text-shadow: #333 0 0 15px;
    margin-top: 3px
}

.srch_form {
    width: 84%;
    margin: auto;
    margin-top: 25px
}

.srch_form input[type=text] {
    background: #fff;
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    border: 0;
    font-size: 1.15em
}

.srch_form select {
    background: #fff url(../images/select-arr.png) 96% no-repeat;
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    border: 0;
    font-size: 1.15em;
    -webkit-appearance: none
}

.srch_form button {
    display: inline-block;
    background: #31257E;
    color: #fff;
    border-bottom: #C65D4E 5px solid;
    border-radius: 5px;
    padding: 12px 20px 10px 20px;
    font-size: 1.25em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s linear
}

.srch_form button:hover {
    background: #C65D4E;
    color: #fff;
    border-bottom: #31257E 5px solid
}

.srch_form button i {
    font-size: .9em;
    margin-right: 2px
}

.srch1 {
    float: left;
    width: 29%;
    padding: 5px
}

.srch2 {
    float: left;
    width: 19.5%;
    padding: 5px
}

.srch3 {
    float: left;
    padding: 5px
}

.banner_scroll {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 2em
}

.banner_scroll a {
    color: #fff
}

.banner_logo {
    position: absolute;
    left: 20px;
    bottom: 20px
}

/* Find job by category */
.find_cate_area {
    background: #f7f7f7;
    padding: 40px 0
}

.heading {
    font-size: 2.2em;
    font-weight: 700
}

.find_cate_txt {
    font-size: 1.15em
}

.cate_box {
    width: 86%;
    margin: 20px auto;
    background: #f3f3f3;
    border: #e7e7e7 1px solid;
    padding: 28px 10px;
    text-align: center;
    border-radius: 5px;
    transition: all .3s linear
}

.cate_box:hover {
    background: #fff;
    box-shadow: #ccc 0 0 20px
}

.cate_pic {
    width: 65px;
    height: 65px;
    text-align: center;
    overflow: hidden;
    margin: auto
}

.cate_pic span {
    width: 65px;
    height: 65px;
    vertical-align: middle;
    display: table-cell
}

.cate_title {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 700;
    margin: 15px 0 5px 0;
    overflow: hidden;
    height: 38px
}

.viewall_btn {
    display: inline-block;
    background: #8c436c;
    color: #fff;
    border-bottom: #C65D4E 5px solid;
    border-radius: 5px;
    padding: 14px 25px 12px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: all 0.3s linear
}
@media only screen and (max-width:1279px) {
.viewall_btn {
    padding: 14px 10px 12px 10px;
}
}
.viewall_btn:hover {
    background: #666;
    color: #fff;
    border-bottom: #333 5px solid
}

/* Some of Our Clients */
.clients_area {
    background: url(../images/clients-img.jpg) center top no-repeat;
    min-height: 364px;
    padding: 40px 0
}

.client_txt {
    font-size: 1.3em;
    margin-top: 10px
}

.client_pic {
    width: 195px;
    height: 95px;
    margin: 10px auto;
    text-align: center;
    background: #fff
}

.client_pic span {
    width: 195px;
    height: 95px;
    vertical-align: middle;
    display: table-cell
}

.bg-ornage {
    background: #f78320;
    display: inline-block;
    padding: 5px 10px;
    color: #fff
}

.bg-ornagea {
    background: #f78320;
    display: block;
    padding: 5px 10px;
    color: #fff;
    border-bottom: 1px #fff solid
}

.bg-ornagea a {
    color: #fff
}

/* Hot Jobs */
.hot_jobs_area {
    padding: 35px 0
}

.job_list {
    background: #fff;
    border: #e7e7e7 1px solid;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 15px;
    transition: all .3s linear
}

.job_list:hover {
    background: #fff;
    box-shadow: #ccc 0 0 20px
}

.job_date {
    background: #ceebdd;
    color: #000;
    font-size: .8em;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 8px
}

.job_name {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 700;
    margin: 5px 0 0 0;
    overflow: hidden;
    height: 38px
}

.job_cate {
    margin: 7px 0 0 0;
    color: #666
}

.job_loc {
    margin: 5px 0 0 0;
    color: #666
}

.job_loc i {
    float: left;
    margin: 3px 5px 25px 0;
    color: #999
}

.job_salary {
    color: #C65D4E;
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 5px
}

.applyjob {
    color: #31257E;
    border: #31257E 2px solid;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 22px;
    font-weight: 700
}

/* Who We Are */
.whoweare_area {
    background: url(../images/whoweare-bg.jpg) center top no-repeat;
    background-size: cover;
    min-height: 490px;
    padding: 90px 0;
    margin-top: 20px
}

.whoweare_title {
    font-size: 1.6em;
    line-height: 1em;
    margin-top: 10px
}

.whoweare_txt {
    margin-top: 25px;
    font-size: 1.15em;
    line-height: 1.5em
}

.whoweare_txt2 {
    margin-top: 25px;
    font-size: 1.15em;
    line-height: 1.5em;
    /*height:100px;*/
    overflow: hidden
}

.who_box1 {
    background: #C65D4E;
    border: #e7e7e7 1px solid;
    border-radius: 3px;
    text-align: center;
    padding: 25px 10px 0 10px;
    min-height: 200px;
    color: #fff;
    font-size: 1.65em;
    line-height: 1.1em;
    transition: all .3s linear
}

.who_box1:hover {
    box-shadow: #999 0 0 10px;
    transform: scale(1.05, 1.05)
}

.who_box1 b {
    font-size: 1.5em
}

.who_box1 svg {
    margin-bottom: 10px
}

.who_box2 {
    background: #333;
    border: #e7e7e7 1px solid;
    border-radius: 3px;
    text-align: center;
    padding: 30px 10px;
    color: #fff;
    font-size: 1.65em;
    line-height: 1.1em;
    margin-top: 60px;
    transition: all .3s linear
}

.who_box2:hover {
    box-shadow: #999 0 0 10px;
    transform: scale(1.05, 1.05)
}

.who_box2 b {
    font-size: 1.5em
}

.who_box2 svg {
    margin-bottom: 10px
}

/* Our Services */
.service_area {
    background: url(../images/services-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 45px 0
}

.serv_box {
    background: #fff;
    border-radius: 5px;
    margin: 15px;
    overflow: hidden
}

.serv_pic {
    width: 48%;
    position: relative;
    text-align: center
}

.serv_title {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 25px 30px 0 30px;
    font-size: 2em
}

.serv_arr {
    position: absolute;
    left: 0;
    top: 42%
}

.serv_desc {
    padding: 48px 30px 0 30px;
    font-size: 1.2em;
    overflow: hidden;
    height: 130px
}

.serv_readmore {
    padding: 10px 0 0 30px
}

.spn span {
    background: #def1e8;
    display: inline-block;
    padding: 3px 6px;
    margin: 3px 5px
}

/* What our customers say */
.testi_area {
    background: url(../images/testi-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 45px 0;
    min-height: 480px
}

.testi_cont {
    width: 60%;
    margin: auto;
    text-align: center;
    padding: 0 70px;
    position: relative
}

.testi_ico {
    border: #4f5552 2px solid;
    color: #4f5552;
    width: 85px;
    height: 85px;
    line-height: 81px;
    text-align: center;
    margin: auto;
    border-radius: 100%;
    margin-top: 30px;
    font-size: 2.7em
}

.testi_txt {
    font-size: 1.6em;
    color: #fff;
    margin-top: 15px
}

.testi_name {
    color: #C65D4E;
    font-size: 1.15em;
    margin: 25px 0;
    text-transform: uppercase;
    font-weight: 700
}

.quote_lft {
    position: absolute;
    left: 0;
    top: 33%;
    color: #fff;
    opacity: .1;
    font-size: 3.1em
}

.quote_rgt {
    position: absolute;
    right: 0;
    top: 48%;
    color: #fff;
    opacity: .1;
    font-size: 3.1em
}

#owl-testi.owl-theme .owl-nav [class*=owl-] {
    padding: 0px 10px;
    height: 60px;
    width: 32px
}

#owl-testi.owl-theme .owl-nav [class*=owl-]:hover {
    outline: none
}

#owl-testi.owl-theme .owl-nav button.owl-prev {
    background: url(../images/left-arrow.png) no-repeat !important;
    position: absolute;
    top: 35%;
    left: 0;
    transition: all 0.3s linear
}

#owl-testi.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav button.owl-next {
    background: url(../images/right-arrow.png) no-repeat !important;
    position: absolute;
    top: 35%;
    right: 0;
    transition: all 0.3s linear
}

#owl-testi.owl-theme .owl-nav,
.owl-nav {
    margin-top: 10px
}

#owl-testi.owl-theme .owl-nav span,
.owl-theme .owl-nav span {
    display: none
}

#owl-testi .owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center
}

/* Browse Jobs by Location */
.job_loc_area {
    padding: 45px 0;
    background: #f7f7f7
}

.job_loc_links {
    margin-top: 6px
}

.job_loc_links a {
    display: inline-block;
    padding: 7px 0;
    font-size: 1.1em;
    color: #555
}

/*==OUR TEAM==*/
.team_box {
    display: inline-block;
    margin: 12px 0
}

.team {
    float: left;
    width: 174px;
    height: 174px;
    background: #ffffff;
    padding: 6px;
    border: 1px #e6e6e6 solid
}

.team figure {
    width: 160px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.team figure img {
    max-width: 100%;
    margin: 0 auto
}

.team_right {
    width: 70%;
    float: right;
    background: #f2f2f2;
    padding: 10px;
    box-shadow: 0 0 5px #ccc
}

.team_right .sec_1 {
    background: #00b3d4;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    height: 34px
}

.team_right .sec_1s {
    background: #2f3e51;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    height: 34px
}

.team_right .sec_2 {
    font-size: 20px;
    color: #000;
    margin: 10px
}

.team_text {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 5px #ccc;
    overflow: hidden;
    height: 76px
}

/* Subscribe Newsletter */
.subs_area {
    background: #31257E;
    color: #fff;
    padding: 25px 0
}

.subs_title {
    font-size: 2.1em;
    text-transform: uppercase;
    font-weight: 700
}

.subs_txt {
    font-size: 1.25em
}

.subs_form {
    margin-top: 13px
}

.subs_form input[type=text] {
    background: #ebebeb;
    width: 27%;
    padding: 15px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 1.1em
}

.subs_form button {
    background: #fff;
    color: #31257E;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 0;
    display: block;
    border-radius: 100%;
    float: right;
    cursor: pointer;
    padding-top: 6px
}

.subs_form .subs_code {
    width: 110px !important
}

/* Footer*/
.foot1 {
    background: #141414;
    padding: 60px 0
}

.foot2 {
    background: #141414;
    border-top: #2c2c2c 1px solid;
    padding: 17px 0
}

.bot_heading {
    font-size: .9em;
    font-weight: 700;
    color: #999;
    text-transform: uppercase
}

.bot_cont {
    margin-top: 10px
}

.bot_ico {
    float: left;
    font-size: 1.1em;
    height: 20px;
    margin: 0 5px 5px 0;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    color: #fff
}

.botlink {
    margin-top: 23px
}

.botlink a {
    display: inline-block;
    font-size: 1.05em;
    color: #fff;
    margin-bottom: 11px
}

.botlink a:hover {
    color: #fff
}

.bot_social {
    margin-top: 15px
}

.bot_social a {
    background: #fff;
    color: #31257E;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 1px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    transition: all 0.3s linear
}

.bot_social a:hover {
    color: #000
}

.whatsapp_no {
    color: #fff;
    font-size: 1.1em;
    margin-top: 20px
}

.whatsapp_no i {
    background: #31257E;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    margin-right: 3px;
    font-size: 1.2em
}

.developed {
    background: url(../images/weblink.jpg) right top no-repeat;
    padding: 3px 50px 5px 0;
    line-height: 1.3em;
    text-align: center;
    color: #909090
}

.developed a {
    text-decoration: underline;
    color: #fff
}

.foot_logo {
    width: 100%
}

.footlink {
    color: #909090;
    margin-top: 13px
}

.footlink a {
    color: #909090;
    display: inline-block;
    padding: 0 8px
}

.footlink a:hover {
    color: #ddd
}

/* Contact Us */
.contact_map {
    width: 100%;
    margin: 0;
    line-height: 0
}

.contact_map iframe {
    width: 100%;
    height: 400px
}

.contact_list {
    color: #000
}

.contact_list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact_list ul li {
    padding: 25px 10px;
    transition: all 0.3s linear;
    border-bottom: 1px #ccc dotted
}

.contact_list ul li:hover {
    background: rgba(255, 255, 255, 1)
}

.contact_list ul li .circle_sec {
    float: left;
    width: 60px;
    height: 60px;
    min-height: 60px;
    text-align: center;
    margin: auto;
    border: 1px solid #666;
    border-radius: 100%;
    font-size: 2em;
    transition: all linear .2s
}

.contact_list ul li .circle_sec span {
    display: table-cell;
    width: 60px;
    height: 60px;
    margin: auto;
    vertical-align: middle;
    text-align: center
}

.cnt_heading {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 5px 0
}

.contact_form_cont {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    border: #ccc 1px solid;
    padding: 15px;
    margin: 0;
    box-shadow: #ddd 2px 2px 5px;
    font-size: 1.1em
}

.contact_form_cont input[type=text],
.contact_form_cont textarea,
.contact_form_cont select {
    border: #ddd 1px solid;
    padding: 6px 10px;
    width: 100%;
    font-size: .9em
}

.contact_desc {
    float: right;
    width: 87%
}

.other-contacts .contact_desc {
    float: right;
    width: 81%
}

.other-contacts .contact_list ul li {
    padding: 10px 0;
    border-bottom: 1px #ccc dotted
}

.other-contacts .cnt_heading {
    margin: 0 0 5px 0
}

.other-contacts .contact_list {
    padding: 10px;
    background: #fff
}

/* FAQ */
.card {
    margin: 5px 0
}

.card-link {
    font-weight: bold
}

.card-header {
    background: #fff
}

/*Testimoanial*/
.testi_lft {
    width: 75%
}

.testi_rgt {
    width: 23%
}

.t_monial {
    border-top: #eee 1px solid;
    padding: 15px 10px;
    font-size: 1em;
    line-height: 1.3em;
    transition: all 0.3s linear;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 55%, rgba(247, 247, 247, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 55%, rgba(247, 247, 247, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 55%, rgba(247, 247, 247, 1) 100%);
    /* W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    /* IE6-9 */
}

.t_monial:hover {
    background: #fff;
    box-shadow: #ddd 0 0 25px inset;
    border-radius: 5px
}

.rm_link {
    background: url(../images/rm.png) no-repeat;
    width: 80px;
    height: 15px;
    display: inline-block;
    margin: 6px 0 0 0;
    text-decoration: none !important
}

.rm_link_x {
    background: url(../images/rl.png) no-repeat
}

.t_text_12 {
    height: 125px;
    overflow: hidden;
    display: block;
    font-size: 1em
}

.t_text_1_auto {
    height: auto
}

.testi_thmb {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    border: #f4f4f4 5px solid;
    border-radius: 100%;
    margin-right: 15px
}

.testi_thmb span {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    display: table-cell
}

/* Listing */
.list_filt {
    padding: 0 15px 0 0
}

.filter_box {
    margin-top: 5px
}

.mylinks {
    margin-top: 10px;
    border-bottom: #ddd 1px solid;
    padding-bottom: 10px
}

.mylinks b {
    display: block;
    font-weight: 600;
    color: #2f2f2f
}

.mylinks p a {
    background: none;
    padding: 2px 0;
    font-size: 0.9em !important;
    margin: 2px 0 0 0px;
    color: #2f2f2f;
    display: block
}

.mylinks p a:hover {
    color: #000;
    text-decoration: underline
}

.mylinks p a.act {
    color: #0c558d !important;
    font-weight: bold
}

.tree {
    margin-top: 10px;
    font-size: 0.9em
}

.tree ul {
    margin: 0;
    padding: 0
}

.tree li ul>li {
    display: none;
    padding: 2px 15px
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 5px 5px 5px 0;
    position: relative
}

.tree li::before,
.tree li::after {
    content: '';
    left: 5px;
    position: absolute;
    right: auto
}

.tree li::before {
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree li::after {
    height: 20px;
    top: 25px;
    width: 25px
}

.tree li span {
    display: inline-block;
    text-decoration: none
}

.tree li.parent_li>span {
    cursor: pointer
}

.tree>ul>li::before,
.tree>ul>li::after {
    border: 0
}

.tree li:last-child::before {
    height: 30px
}

.tree li.parent_li>span:hover,
.tree li.parent_li>span:hover+ul li span {
    color: #000
}

.filt_opt {
    border-top: #ccc 1px solid;
    padding: 20px 0;
    margin-top: 10px
}

.filt_title {
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/mns2.html) no-repeat 100% center;
    cursor: pointer;
    color: #31257E
}

.filt_title_act {
    background: url(../images/pls.png) no-repeat 100% center
}

.filt_heading {
    font-size: 1.4em;
    border-bottom: #ddd 1px solid;
    color: #10bccd;
    padding: 10px 0;
    text-transform: uppercase
}

.filt_list {
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: 400;
    overflow: auto;
    height: 140px
}

.filt_list checkbox {
    margin-top: 2px
}

.filt_list p {
    line-height: 12px
}

.size_pro {
    width: 25px;
    height: 17px;
    display: block;
    margin-top: -2px
}

#style-10::-webkit-scrollbar-track {
    background-color: #F5F5F5
}

#style-10::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5
}

#style-10::-webkit-scrollbar-thumb {
    background-color: #ddd
}

.scrollbar {
    width: 100%;
    max-height: 140px;
    overflow-y: scroll;
    margin-top: 10px;
    overflow: auto;
    line-height: 12px;
    font-size: 0.9em
}

.cust_check {
    display: block;
    position: relative;
    padding-left: 21px;
    margin-bottom: 10px;
    padding-top: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cust_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: #ccc 1px solid
}
}

.cust_check:hover input~.checkmark {
    background-color: #fff;
    border: #ccc 1px solid
}

.cust_check input:checked~.checkmark {
    background-color: #fff;
    border: #ccc 1px solid
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.cust_check input:checked~.checkmark:after {
    display: block
}

.cust_check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #10bccd;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sort_opt {
    margin-top: 15px;
    padding: 12px;
    background: #fff;
    box-shadow: #999 1px 1px 2px;
    text-align: right
}

.sort_opt select {
    padding: 4px;
    border: #ddd 0px solid;
    width: 170px;
    height: 30px
}

.sort_opt select option {
    padding: 36px !important;
    line-height: 50px !important
}

.sort_opt {
    margin: 10px 16px 0 0;
    text-align: right;
    float: right;
    background: #eee;
    padding: 5px 10px;
    border-radius: 5px
}

.sort_opt select {
    padding: 3px;
    width: 120px
}

.other-contacts .contact_list ul li:last-child {
    border-bottom: 0
}

/*gallery*/
.gallery_sc {
    background: #fff;
    padding: 50px 0
}

.gallery_ar {
    width: 288px;
    margin: 0 auto 0px auto;
    position: relative;
    border: 1px solid #ddd
}

.gallery_img {
    width: 286px;
    height: 286px;
    margin: auto;
    text-align: center;
    overflow: hidden
}

.gallery_img figure {
    width: 286px;
    height: 286px;
    vertical-align: middle;
    display: table-cell
}

.gallery_img figure img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: all linear .6s
}

.gallery_ar:hover .gallery_img figure img {
    transform: rotate(-2deg) scale(1.2)
}

.gal_pos {
    width: 100%;
    background: rgba(40, 130, 206, .55);
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0px;
    transition: all .3s linear;
    opacity: 0;
    margin: 0 auto 15px 0;
    height: 286px;
    text-align: center;
    /*padding:122px 0*/
}

.gal_pos a {
    height: 100%;
    width: 100%;
    display: block
}

.gallery_ar:hover .gal_pos {
    opacity: 9;
    position: absolute;
    top: -0;
    left: 0
}

.gal_pos i {
    background: #fff;
    width: 43px;
    height: 43px;
    text-align: center;
    color: #000;
    font-size: 1.3em;
    line-height: 2.1em;
    margin-top: 45%
}

.gallery_list {
    margin: 0;
    padding: 0;
    text-align: center
}

.gallery_list ul {
    margin: 0;
    padding: 0
}

.gallery_list ul li {
    margin: 0px 0px 20px 0px;
    padding: 0;
    list-style: none;
    width: 24%;
    display: inline-block;
    vertical-align: top
}

.gallery_title_pos {
    width: 100%;
    position: relative;
    z-index: 9;
    top: 0;
    left: 0px;
    transition: all .3s linear;
    margin: 0 auto 0px 0;
    padding: 10px 5px;
    text-align: center
}


/*.gallery_ar:hover .gallery_title_pos{opacity:9;position:absolute;top:0;left:0;right:0;width:100%}*/
.gallery_title {
    font-size: 18px;
    line-height: 1.3em;
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align: center;
    height: 26px;
    overflow: hidden;
    text-decoration: none
}

.gallery_title a {
    display: block;
    color: #000
}

.gall_desc {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    height: 42px;
    overflow: hidden
}


.group_pic {
    float: left;
    width: 245px;
    height: 120px;
    background: #ffffff;
    padding: 0px;
    border: 1px #e6e6e6 solid
}

.group_pic figure {
    width: 245px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.group_pic figure img {
    max-width: 100%;
    margin: 0 auto
}

.group_right {
    width: 55%;
    float: left;
    padding: 0px 0px 0px 20px
}

.group_name {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 700;
    margin: 0px 0 10px 0;
    overflow: hidden;
    height: 21px;
    color: #000
}

.group_loc {
    margin: 0px 0 3px 0;
    color: #666;
    line-height: 20px
}

.group_loc i {
    float: left;
    margin: 4px 5px 5px 0;
    color: #000;
    text-align: center;
    width: 18px;
    border: 0px solid #000
}

.group_loc a {
    color: #666;
}

.group_loc a:hover {
    color: #007bff;
}



/* blog section start */
.h-tag {
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
}

.blg-ar {
    width: 390px;
    height: 340px;
    margin: 12px auto;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.blg-bx {
    width: 390px;
    height: 223px;
    margin: 0 auto;
    overflow: hidden
}

.blg-bx figure {
    width: 390px;
    height: 223px;
    vertical-align: middle;
    display: table-cell;
    text-align: center
}

.blg-bx figure img {
    display: block;
    max-width: 100%;
    margin: auto;
    transition: all ease-in-out 0.5s;
}

.blg-bx figure img:hover {
    transform: scale(1.1)
}

.blg-cnt {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    text-align: left;
}

.blg-sh {
    width: 100%;
    height: auto;
    display: block
}

.blg-sh p:nth-child(1) {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    float: left
}

.blg-sh p:nth-child(2) {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    float: right
}

.blg-sh img {
    margin-top: -6px;
}

.blg-hd {
    font-size: 20px;
    font-weight: 600;
    height: 52px;
    overflow: hidden;
    margin-top: 14px;
    line-height: 25px;
    width: 100%;
}

.blg-hd a {
    color: #000000;
}

.blg-hd a:hover {
    color: #C65D4E;
}

.vew-but {
    text-align: center;
    margin-bottom: 25px;
}

.vew-but a {
    font-size: 15px;
    color: #fff;
    background: #000000;
    border-radius: 35px;
    padding: 14px 32px;
    text-transform: uppercase;
    font-weight: 600
}

.vew-but a:hover {
    background: #bb5342;
}

ul.float_1 {
    margin: 0 !important;
    padding: 0 !important;
}

ul.float_1 li {
    width: 33.333%;
    float: left;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    list-style: none
}

.blg-det-ar {
    width: 500px;
    height: 294px;
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin: 0 auto;
}

.blg-det-bx {
    width: 480px;
    height: 275px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden
}

.blg-det-bx figure {
    width: 480px;
    height: 275px;
    vertical-align: middle;
    display: table-cell;
    text-align: center
}

.blg-det-bx figure img {
    display: block;
    max-width: 100%;
    margin: auto;
    transition: all ease-in-out 0.5s;
}

.blg-det-bx figure img:hover {
    transform: scale(1.1);
}

.blg-det img {
    margin-right: 8px;
}

.blg-det-cnt {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
    line-height: 25px;
}

/* blog section end */

/* customized whatsapp plugin */
.wa__widget_container {
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

.wa__btn_popup {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wa__btn_popup_txt {
    background-color: #C65D4E;
    color: #fff;
    padding: 8px 10px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 13px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.wa__btn_popup_icon {
    background: #C65D4E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-hadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    height: 56px;
    width: 56px;
    position: relative
}

.wa__btn_popup_icon .openr {
    width: 50px;
    height: 50px;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) 50% no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
}

.wa__btn_popup_icon .openr,
.wa__btn_popup_icon .closer {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    -webkit-transition: all 4s ease;
    -moz-transition: all .4s ease;
    width: 100%
}

.wa__btn_popup_icon .closer {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTguNjU5IDYuOTk4IDUtNWExLjE3NyAxLjE3NyAwIDAgMCAwLTEuNjU3IDEuMTc3IDEuMTc3IDAgMCAwLTEuNjU3IDBsLTUgNS01LTVBMS4xNzIgMS4xNzIgMCAwIDAgLjM0NSAxLjk5OGw1IDUtNSA1YTEuMTcyIDEuMTcyIDAgMCAwIDAgMS42NTcgMS4xNzcgMS4xNzcgMCAwIDAgMS42NTcgMGw1LTUgNSA1YTEuMTc3IDEuMTc3IDAgMCAwIDEuNjU3IDAgMS4xNzcgMS4xNzcgMCAwIDAgMC0xLjY1N2wtNS01WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) 50% no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    display: none;
    z-index: 2
}

.wa__popup_chat_box {
    display: none;
    position: absolute;
    bottom: 72px;
    right: 0;
    width: 280px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.wa__popup_chat_box {
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    bottom: 102px;
    box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    font-family: Arial, Helvetica, sans-serif;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 340px;
    will-change: transform, visibility, opacity;
    z-index: 999999998;
}

.wa__popup_chat_box.fadeInUp {
    display: block !important;
    opacity: 1;
    transform: translateY(0)
}

.wa__popup_chat_box.fadeOutDown {
    opacity: 0;
    transform: translateY(100px)
}

.wa__popup_chat_box {
    opacity: 0;
    transform: translateY(100px)
}

.wa__popup_heading {
    background: #C65D4E;
    color: #fff;
    padding: 15px 43px 17px 74px;
    position: relative
}

.wa__popup_heading:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) top no-repeat;
    background-size: 33px;
    content: "";
    display: block;
    height: 33px;
    left: 12px;
    position: absolute;
    top: 20px;
    width: 55px
}

.wa__popup_title {
    font-size: 16px;
    font-weight: bold
}

.wa__popup_intro {
    font-size: 12px;
    color: #e0f0d6
}

.wa__popup_content {
    padding: 10px
}

.wa__popup_notice {
    font-size: 11px;
    margin-bottom: 8px;
    color: #777
}

.wa__popup_content_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.wa__popup_avatar img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 10px
}

.wa__popup_txt .wa__member_name {
    font-size: 14px;
    font-weight: bold
}

.wa__popup_txt .wa__member_duty {
    font-size: 11px;
    color: #888
}

.wa__popup_content_item {
    background: #f5f7f9;
    border-left: 2px solid #C65D4E;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
    display: table;
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.wa__popup_avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    overflow: hidden;
    position: absolute;
    top: 12px;
}

.wa__popup_txt {
    display: table-cell;
    height: 48px;
    min-height: 48px;
    vertical-align: middle;
}

.wa__popup_txt:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjMkRCNzQyIi8+PC9zdmc+) 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    content: "";
    height: 20px;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px
}

/*conditional start css*/
/* ================= Desktop/Laptop below 1280px  ================= */
@media only screen and (max-width:1279px) {
    .container {
        max-width: 98% !important
    }

    /* Header */
    .navbar-light .navbar-nav .nav-link {
        padding: 9px 6px
    }

    .top_links ul li a {
        padding: 0 43px
    }

    /* Search */
    .srch_form {
        width: 100%
    }

    /* Our Services */
    .serv_title {
        font-size: 1.6em;
        padding: 15px 20px 0 20px
    }

    .serv_desc {
        padding: 20px 25px 0 25px;
        height: 120px
    }

    /* What our customers say */
    .testi_cont {
        width: 80%
    }
}

/* ================= Desktop/Laptop below 1152px  ================= */
@media only screen and (max-width:1151px) {

    /* Header */
    .logo img {
        width: 250px
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1em
    }

    .download_pdf {
        width: 145px
    }

    .download_pdf a {
        padding: 8px 7px 4px 7px
    }

    .top_links ul li a {
        font-size: 1.2em;
        padding: 0 38px
    }

    .topfix {
        height: 131px
    }

    .other-contacts .contact_list {
        margin-bottom: 25px
    }

    /* Search */
    .srch_txt1 {
        font-size: 2em
    }

    .srch_txt2 {
        font-size: 1.1em
    }

    .srch_form {
        margin-top: 15px
    }

    .srch_form input[type=text] {
        font-size: 1em
    }

    .srch_form select {
        font-size: 1em
    }

    .srch_form button {
        padding: 12px 20px 10px 20px;
        font-size: 1.1em
    }

    .srch1 {
        width: 28%
    }

    .team_right {
        width: 60%
    }

    /* Our Services */
    .serv_title {
        font-size: 1.3em;
        padding: 10px 15px 0 15px
    }

    .serv_desc {
        padding: 20px 25px 0 25px;
        font-size: 1.1em;
        height: 105px
    }

    /* What our customers say */
    .testi_cont {
        width: 90%
    }

    /* Footer */
    .subs_title {
        font-size: 1.7em
    }

    .subs_form input[type=text] {
        width: 25%
    }

    /* Contact Us */
    .contact_desc {
        width: 80%
    }

    .whoweare_txt2 {
        height: 125px;
        overflow: hidden
    }

    .gallery_list ul li {
        width: 33%
    }

    .group_right {
        width: 60%
    }

    .group_pic {
        width: 168px;
        height: 83px
    }

    .group_pic figure {
        width: 166px;
        height: 80px
    }

    /* blog section start */
    .blg-ar {
        width: 305px;
        height: 295px;
    }

    .blg-bx {
        width: 305px;
        height: 174px;
    }

    .blg-bx figure {
        width: 305px;
        height: 174px;
    }

    .blg-det-ar {
        width: 371px;
        height: 222px;
    }

    .blg-det-bx {
        width: 350px;
        height: 201px;
    }

    .blg-det-bx figure {
        width: 350px;
        height: 201px;
    }

    /* blog section end */

}

/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (max-width:991px) {
    .container {
        max-width: 96% !important
    }

    .tab_hid {
        display: none
    }

    .team_right {
        width: 73.5%
    }

    ul.float_1 li {
        width: 50%;
    }


    /* Header */
    header {
        padding: 3px 0 0 0
    }

    .navbar-light .navbar-toggler {
        border: 1;
        padding: 0;
        margin-right: 2px
    }

    .navbar-toggler-icon {
        color: #fff;
        border: #fff;
        border-radius: 3px
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        background: #eee;
        border: #333 1px solid;
        right: 0;
        width: 170px;
        z-index: 9999;
        border-radius: 3px;
        padding: 3px
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        padding: 5px 8px
    }

    .navbar-collapse {
        top: 30px
    }

    .navbar-nav {
        margin: 0;
        padding: 0
    }

    .dropdown-menu {
        min-width: 100px;
        left: inherit;
        right: 0
    }

    .nav-item {
        margin: 1px 0
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0
    }

    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em
    }

    .dropdown-item {
        text-align: center
    }

    .whatsapp_top {
        margin: 5px 5px 0 0
    }

    .download_pdf {
        margin-top: 3px
    }

    .top_links {
        margin-top: 4px;
        padding: 5px 0
    }

    .top_links ul li a {
        font-size: 1em;
        padding: 0 22px
    }

    .topfix {
        height: 86px
    }

    /* Search */
    .search_area {
        background: #333;
        position: inherit;
        top: inherit;
        padding: 25px 0
    }

    .srch_txt1 {
        font-size: 1.8em
    }

    .srch_txt2 {
        font-size: 1em
    }

    .srch_form input[type=text] {
        padding: 10px
    }

    .srch_form select {
        padding: 10px
    }

    .srch1 {
        width: 50%
    }

    .srch2 {
        width: 50%
    }

    .srch3 {
        float: none;
        text-align: center
    }

    /* Find job by category */
    .heading {
        font-size: 1.5em
    }

    .find_cate_txt {
        font-size: 1em
    }

    .cate_box {
        width: 94%;
        padding: 20px 10px
    }

    .cate_title {
        font-size: 1.1em
    }

    /* Who We Are */
    .whoweare_area {
        min-height: inherit;
        padding: 40px 0;
        text-align: center
    }

    .whoweare_title {
        font-size: 1.3em
    }

    .whoweare_txt {
        margin-top: 10px;
        font-size: 1em;
        line-height: 1.3em
    }

    .who_box1 {
        padding: 15px 5px 0 5px;
        min-height: 150px;
        font-size: 1.2em
    }

    .who_box1 b {
        font-size: 1.2em
    }

    .who_box1 svg {
        margin-bottom: 5px
    }

    .who_box2 {
        padding: 15px 5px 0 5px;
        min-height: 150px;
        font-size: 1em;
        line-height: 1.2em;
        margin-top: 20px
    }

    .who_box2 b {
        font-size: 1.2em
    }

    .who_box2 svg {
        margin-bottom: 5px
    }

    /* Our Services */
    .serv_pic {
        width: 100%
    }

    .serv_title {
        position: absolute;
        width: 100%;
        text-align: center;
        padding: 25px 30px 0 30px;
        font-size: 2em
    }

    .serv_arr {
        display: none
    }

    .serv_desc {
        padding: 15px;
        font-size: 1em;
        overflow: hidden;
        height: 65px
    }

    .serv_readmore {
        padding: 10px 0 10px 15px
    }

    /* What our customers say */
    .testi_area {
        min-height: inherit
    }

    .testi_cont {
        width: 100%;
        padding: 0 60px
    }

    .testi_txt {
        font-size: 1.2em;
        margin-top: 10px
    }

    /* Footer */
    .dd_next {
        margin: 0;
        padding: 8px 0;
        background: url(../images/pls.png) no-repeat 98% 8px;
        cursor: pointer
    }

    .dd_next_act {
        background: url(../images/mns.png) no-repeat 98% 8px
    }

    .bot_cont {
        display: none;
        margin: 0
    }

    .bot_heading {
        font-size: 1.2em
    }

    .foot1 {
        padding: 20px 0
    }

    .botlink {
        margin-top: 5px
    }

    .foot_logo {
        width: 200px
    }

    /* Contact Us */
    .contact_desc {
        width: 85%
    }

    /*Testimoanial*/
    .testi_lft {
        width: 70%
    }

    .testi_rgt {
        width: 29%
    }

    .whoweare_txt2 {
        height: 52px;
        overflow: hidden
    }

    .job_list {
        margin: 0px 0 15px 0
    }

    .gallery_list ul li {
        width: 49%
    }


    .group_pic {
        width: 245px;
        height: 120px;
    }

    .group_pic figure {
        width: 245px;
        height: 120px;
    }

    .blg-det-ar {
        width: 500px;
        height: 294px;
    }

    .blg-det-bx {
        width: 480px;
        height: 275px;
    }

    .blg-det-bx figure {
        width: 480px;
        height: 275px;
    }

}

/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (max-width:767px) {
    .mob_hid {
        display: none
    }

    .cms-img {
        float: none;
        margin: 10px 0;
        width: 100%
    }

    .breadcrumb {
        display: none
    }

    .mob_hid {
        display: none
    }

    .team_right {
        width: 72%
    }



    /* Header */
    header {
        border: 0
    }

    .logo img {
        width: 200px
    }

    .menu {
        margin: 7px 8px 0 0
    }

    .whatsapp_top a {
        width: 33px;
        height: 33px;
        line-height: 33px
    }

    .download_pdf {
        width: auto;
        margin-top: 4px
    }

    .download_pdf a {
        font-size: .65em;
        padding: 3px 4px
    }

    .download_pdf b {
        font-size: 1.1em
    }

    .download_pdf svg {
        margin: 2px 4px 0 3px;
        width: 16px;
        height: 18px;
        float: none
    }

    .top_links {
        border-top: #ddd 1px solid
    }

    .top_links ul {
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff
    }

    .top_links ul li {
        width: 50%;
        border: 0;
        border-bottom: #C65D4E 1px solid;
        padding: 5px 9px
    }

    .top_links ul li a {
        font-size: .9em;
        padding: 15px 0
    }

    .topfix {
        height: 75px
    }

    /* Search */
    .srch_txt1 {
        font-size: 1.1em
    }

    .srch_txt2 {
        font-size: .8em
    }

    .srch1 {
        width: 100%;
        padding: 2px
    }

    .srch2 {
        width: 100%;
        padding: 2px
    }

    .srch3 {
        width: 100%;
        padding: 2px
    }

    .srch_form button {
        width: 100%;
        padding: 7px;
        font-size: 1.1em;
        margin-top: 3px
    }

    /* Hot Jobs */
    .job_list {
        padding: 10px;
        margin: 10px 0 0 0
    }

    .job_name {
        font-size: 1.1em;
        height: 32px
    }

    .job_cate {
        margin: 4px 0 0 0
    }

    .job_loc {
        font-size: .9em
    }

    .job_salary {
        font-size: 1.1em
    }

    .applyjob {
        padding: 3px 15px
    }

    /* Who We Are */
    .who_box2 {
        margin-top: 0
    }

    /* Our Services */
    .serv_title {
        font-size: 1.2em;
        padding: 8px 10px
    }

    .serv_desc {
        padding: 8px;
        height: 58px
    }

    .serv_readmore {
        padding: 8px
    }

    /* What our customers say */
    .testi_cont {
        padding: 0
    }

    .testi_txt {
        font-size: 1.1em
    }

    #owl-testi.owl-theme .owl-nav button.owl-prev {
        top: 12%
    }

    #owl-testi.owl-theme .owl-nav button.owl-next,
    .owl-theme .owl-nav button.owl-next {
        top: 12%
    }

    /* Browse Jobs by Location */
    .job_loc_links a {
        padding: 5px 0;
        font-size: 1em
    }

    .foot2 {
        padding: 0
    }

    .footlink {
        text-align: center
    }

    .foot_logo {
        margin-top: 25px
    }

    .footlink a {
        padding: 0 3px
    }

    .developed {
        background: url(../images/weblink.jpg) center top no-repeat;
        padding: 40px 0 15px 0;
        text-align: center;
        margin-top: 25px
    }

    /* Subscribe Newsletter */
    .subs_title {
        font-size: 1.4em
    }

    .subs_txt {
        font-size: .9em;
        margin-top: 5px
    }

    .subs_form input[type=text] {
        width: 48%;
        padding: 10px;
        margin: 0 3px 3px 0;
        font-size: 1em
    }

    .subs_form button {
        width: 40px;
        height: 40px;
        padding-top: 4px
    }

    /* Contact Us */
    .contact_list ul li .circle_sec {
        float: none
    }

    .contact_desc {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .contact_form_cont {
        padding: 15px
    }

    .other-contacts .contact_list ul li .circle_sec {
        float: left
    }

    .other-contacts .contact_desc {
        float: left;
        width: 82%;
        text-align: left;
        margin-top: 0;
        margin-left: 15px
    }

    /*Testimoanial*/
    .testi_lft {
        width: 100%
    }

    .testi_rgt {
        width: 100%
    }

    .whoweare_txt2 {
        height: 76px;
        overflow: hidden
    }

    .group_right {
        width: 59%
    }
}

@media only screen and (max-width:667px) {
    .team_right {
        width: 68%
    }
}

/* ================= Mobile (Portrait) below 480px  ================= */
@media only screen and (max-width:479px) {

    /* Some of Our Clients */
    .client_txt {
        font-size: 1em;
        margin-top: 5px
    }

    .client_pic {
        width: 150px;
        height: 73px
    }

    .client_pic span {
        width: 150px;
        height: 73px
    }

    .other-contacts .contact_desc {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .other-contacts .contact_list ul li .circle_sec {
        float: none;
        margin: 0 auto 10px
    }

    .other-contacts .contact_list {
        padding: 10px
    }

    .other-contacts .col-md-6 {
        padding: 0 !important
    }

    .other-contacts {
        text-align: center
    }

    .whoweare_txt2 {
        height: 100px;
        overflow: hidden
    }

    .team_right {
        width: 100%
    }

    .team_text {
        height: auto
    }

    .team {
        float: none;
        margin: 0 auto 10px
    }

    .team_box {
        display: inline-block;
        clear: both;
        text-align: center;
        margin: 10px 0
    }

    .gallery_list ul li {
        width: 100%;
        display: block
    }

    .wa__widget_container {
        right: 10px;
        bottom: 10px
    }

    .group_pic {
        width: 168px;
        height: 83px;
        float: none;
        margin: auto
    }

    .group_pic figure {
        width: 166px;
        height: 80px
    }

    .group_right {
        width: 100%;
        float: none;
        padding: 0;
        margin: 15px 0 0 0;
        text-align: center
    }

    .group_loc i {
        float: none
    }

    ul.float_1 li {
        width: 100%
    }

    .blg-det-ar {
        width: 313px;
        height: 187px
    }

    .blg-det-bx {
        width: 293px;
        height: 168px;
    }

    .blg-det-bx figure {
        width: 293px;
        height: 168px;
    }
}

@media print {

    header,
    footer,
    input[type=button],
    input[type=submit],
    .noprint {
        display: none !important;
        visibility: hidden
    }

    a[href]:after {
        content: none !important
    }
}