@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
}

html{
    overflow-x: 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: #002921 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #002921 !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: #002921;
    display: block;
    opacity: 1;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #333;
    opacity: 1;
}

#cat_scr.owl-theme .owl-nav button.owl-next {
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: url(../images/left_arrw.png) no-repeat !important;
    outline: none;
}

#cat_scr.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: url(../images/rgt_arrw.png) no-repeat !important;
    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: Wellness & SPA Solutions consultant [Created by WEBLINKINDIA.NET on 09/05/2023: Puneet Chauhan]*/

body {
    background: #fff;
    font: 14px/22px 'Montserrat', sans-serif;
    color: #6b6868;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 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;
}

.mon_fnt {
    font-family: 'Montserrat', 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;
}

/*::selection { }*/

::-webkit-input-placeholder {
    color: #a2a2a2;
}

:-moz-placeholder {
    color: #a2a2a2 !important;
}

::-moz-placeholder {
    color: #a2a2a2 !important;
}

:-ms-input-placeholder {
    color: #a2a2a2;
}

.container {
    width: 1300px;
    padding: 0px 15px;
    max-width: 1300px
}

.no_pad {
    padding: 0;
    margin: 0;
}

.t2_fixer {
    position: fixed;
    background: #333;
    z-index: 99;
    top: 0;
    width: 100%;
    transition: 0.7s all linear
}

.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;
    position: relative
}

.header {
    width: 100%;
    height: 130px;
    /*background:rgba(0,0,0,0.5);*/
    position: absolute;
    z-index: 99;
    top: 0;
}

.logo_area {
    width: 207px;
    height: 88px;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px
}

/* header section end */

/* 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;
}

.slide_dg {
    height: 780px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.slider_fix {
    position: relative
}

.sld-txt {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 99;
    bottom: 145px;
    margin: auto;
    left: 0;
    right: 0;
}

.bnr_txt1 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    overflow: hidden;
    padding: 7px 0;
    margin: 0 auto 0;
    background: rgba(0, 0, 0, 0.6);
    width: 35%;
    letter-spacing: 0.8px;
}

.bnr_txt2 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    overflow: hidden;
    padding: 7px 0px;
    margin: 3px auto 0;
    background: rgba(0, 0, 0, 0.6);
    width: 48%;
    letter-spacing: 0.8px;
}

/* banner area section end */

/* welcome section start */

.wel_sect_bg {
    width: 100%;
    height: auto;
    padding: 65px 0px;
    background: #FFFFFF;
}

.wel_area {
    width: 100%;
    height: auto;
    padding: 35px 0px;
}

.wel_area h1 {
    font-size: 44px;
    color: #535353;
    font-weight: 600;
    text-transform: uppercase;
}

.wel_txt {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    line-height: 25px;
    padding: 22px 70px 0 0;
    text-align: left
}

/* welcome section end */

/* our services section start */

.serv_sect_bg {
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background: #f0f0f0;
}

.serv_sect_bg h2 {
    color: #535353;
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px;
}

.sub-hed {
    color: #666666;
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 25px;
}

.s_ar {
    width: 415px;
    height: 403px;
    background: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.s_bx {
    width: 415px;
    height: 403px;
    background: #ccc;
    margin: 0 auto;
}

.s_txt_eft {
    width: 100%;
    height: 403px;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0);
    transition: all ease 0.7s;
}

.s_ar:hover .s_txt_eft {
    background: rgba(0, 0, 0, 0.7);
}

.s_txt_eft a {
    display: block;
    text-align: center;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    height: 57px;
    overflow: hidden;
    margin: 178px auto;
    opacity: 0;
    transition: all ease 0.7s;
    transform: scale(0)
}

.s_ar:hover .s_txt_eft a {
    opacity: 1;
    transform: scale(1.2)
}

.s_ar1 {
    width: 310px;
    height: 403px;
    background: none;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative
}

.s_bx1 {
    width: 310px;
    height: 403px;
    background: #ccc;
    margin: 0 auto;
}

.s_txt_eft1 {
    width: 100%;
    height: 403px;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0);
    transition: all ease 0.7s;
}

.s_ar1:hover .s_txt_eft1 {
    background: rgba(0, 0, 0, 0.7);
}

.s_txt_eft1 a {
    display: block;
    text-align: center;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    height: 57px;
    overflow: hidden;
    margin: 178px auto;
    opacity: 0;
    transition: all ease 0.7s;
    transform: scale(0)
}

.s_ar1:hover .s_txt_eft1 a {
    opacity: 1;
    transform: scale(1.2)
}

.s_ar2 {
    width: 630px;
    height: 403px;
    background: none;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative
}

.s_bx2 {
    width: 630px;
    height: 403px;
    background: #ccc;
    margin: 0 auto;
}

.s_txt_eft2 {
    width: 100%;
    height: 403px;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0);
    transition: all ease 0.7s;
}

.s_ar2:hover .s_txt_eft2 {
    background: rgba(0, 0, 0, 0.7);
}

.s_txt_eft2 a {
    display: block;
    text-align: center;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    height: 57px;
    overflow: hidden;
    margin: 178px auto;
    opacity: 0;
    transition: all ease 0.7s;
    transform: scale(0)
}

.s_ar2:hover .s_txt_eft2 a {
    opacity: 1;
    transform: scale(1.2)
}

/* our services section end */

/* project section start */

.pj_sct_bg {
    width: 100%;
    height: auto;
    padding: 80px 0px 65px;
    background: #fff;
}

.pj_sct_bg h2 {
    color: #535353;
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px;
}

.pr_ar {
    width: 415px;
    height: 300px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.pr_bx {
    width: 415px;
    height: 300px;
    margin: 0 auto;
    transition: all ease 0.7s;
    background: #FFFFFF
}

.pr_bx:hover {
    transform: rotate(5deg);
    opacity: 0.5
}

.pr_bx img {
    transition: all ease 0.7s;
    height: 100%;
}

.pr_bx img:hover {
    transform: scale(1.1)
}

.pr_ar1 {
    width: 415px;
    height: 201px;
    margin: 0 auto 20px;
    overflow: hidden;
    background: none;
}

.pr_bx1 {
    width: 415px;
    height: 201px;
    margin: 0 auto;
    transition: all ease 0.7s;
    background: #FFFFFF
}

.pr_bx1:hover {
    transform: rotate(5deg);
    opacity: 0.5
}

.pr_bx1 img {
    transition: all ease 0.7s;
}

.pr_bx1 img:hover {
    transform: scale(1.1)
}

.pr_ar2 {
    width: 415px;
    height: 500px;
    margin: 0 auto 20px;
    overflow: hidden;
    background: none;
}

.pr_bx2 {
    width: 415px;
    height: 500px;
    margin: 0 auto;
    transition: all ease 0.7s;
    background: #FFFFFF
}

.pr_bx2:hover {
    transform: rotate(5deg);
    opacity: 0.5
}

.pr_bx2 img {
    transition: all ease 0.7s;
}

.pr_bx2 img:hover {
    transform: scale(1.1)
}

/* project section end */

/* our client section start */

.our_clnt_sect {
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background: #f0f0f0;
}

.our_clnt_sect h2 {
    color: #535353;
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px;
}

.clnt_lst {
    width: 100%;
    height: auto;
    padding: 25px 0px 0px;
}

.clnt_lst ul {
    margin: 0;
    padding: 0
}

.clnt_lst ul li {
    width: 14.28571428571429%;
    float: left;
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 1px;
}

.clt_ar {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden
}

.clt_bx {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background: #000;
    overflow: hidden
}

.clt_bx img {
    transition: all ease 0.5s;
}

.clt_bx img:hover {
    transform: scale(1.1)
}

.cli_inn {
    width: 100%;
    height: auto;
}

.cli_inn ul {
    margin: 0 !important;
    padding: 0 !important;
}

.cli_inn ul li {
    width: 16.66666666666667%;
    float: left;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    list-style: none;
}

.clt_ar1 {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ccc;
}

.clt_bx1 {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background: #000;
    overflow: hidden
}

.clt_bx1 img {
    transition: all ease 0.5s;
}

.clt_bx1 img:hover {
    transform: scale(1.1)
}

.clint_but {
    width: auto;
    height: auto;
    text-align: center;
    margin-top: 25px;
}

.clint_but a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #6e9ae3;
    padding: 10px 18px;
}

.clint_but a:hover {
    background: #12356e;
}

/* our client section end */

/* service page section start */

.s_col1 {
    background: #fff url(../images/serv-page1.jpg) no-repeat -126px 0 fixed;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    height: 525px;
}

.Comm_int {
    background: #efefef url(../images/serv-page2.jpg) no-repeat -109px 0;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    height: 520px;
}

.resd_des {
    background: #fff url(../images/serv-page3.jpg) no-repeat -123px 0 fixed;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    height: 525px;
}

.rest-des {
    background: #efefef url(../images/serv-page4.jpg) no-repeat -115px 0;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    height: 525px;
}

.gen_trd {
    background: #fff url(../images/serv-page5.jpg) no-repeat -122px 0 fixed;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    height: 525px;
}

.farm-dry {
    background: #efefef url(../images/serv-page6.jpg) no-repeat -114px 0;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    height: 525px;
}

.ser_col_txt {
    width: 50%;
    width: 45%;
    height: auto;
    float: left;
    background: none;
    text-align: left;
    padding: 38px 44px 0px 0px;
}

.ser_col_txt p:nth-child(1) {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600
}

.ser_col_txt p:nth-child(1):after {
    content: '';
    width: 20%;
    height: 2px;
    background: #000;
    display: block;
    margin-top: 10px;
}

.ser_col_txt p:nth-child(2) {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    padding-top: 9px;
    height: 410px;
    overflow: hidden
}

.Comm_int_txt {
    width: 50%;
    height: auto;
    float: right;
    background: none;
    text-align: left;
    padding: 38px 0px 0px 40px;
}

.Comm_int_txt p:nth-child(1) {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600
}

.Comm_int_txt p:nth-child(1):after {
    content: '';
    width: 20%;
    height: 2px;
    background: #000;
    display: block;
    margin-top: 10px;
}

.Comm_int_txt p:nth-child(2) {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    padding-top: 9px;
    letter-spacing: 0.5px;
    height: 410px;
    overflow: hidden
}

.Comm_int_txt_list ul {
    margin: 0;
    padding: 0;
}

.Comm_int_txt_list ul li {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    padding-top: 9px;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-align: left;
}

.Comm_int_txt_list ul li i {
    margin: 0 10px 0 0;
}

.serv_text {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    padding-top: 0px;
    letter-spacing: 0.5px;
    overflow: hidden
}

/* service page section end */

/* thankyou page section start */

.th_img {
    width: auto;
    margin: 0 auto;
    height: auto;
    background: #fff;
    text-align: center;
}

.th_img img {
    max-width: 100%;
    border: 1px solid #c18110;
    padding: 10px;
}

.er_img {
    width: auto;
    margin: 0 auto;
    height: auto;
    background: #fff;
    text-align: center;
}

.er_img img {
    max-width: 100%;
    padding: 10px;
}

.th_msg {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #1b5a4b;
    font-weight: 600;
    padding: 25px 0px;
    line-height: 25px;
}

.th_butt {
    width: auto;
    height: auto;
    margin-top: 14px;
    text-align: center;
    display: block
}

.th_butt a {
    width: auto;
    height: auto;
    background: #1b5a4b;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 10px 32px;
    border-radius: 5px;
}

.th_butt a:hover {
    background: #e39911;
    text-decoration: none
}

/* thankyou page section end */

/* Sitemap */

.sitemap_cont {
    width: 100%;
}

.sitemap_cont h2 {
    font-size: 22px;
    color: #727272;
    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: 16px;
    color: #000;
    line-height: 22px;
    letter-spacing: 0.4px;
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 0px solid #ddd;
    padding: 15px 0px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.pnk-col {
    color: #e12454;
}

.abou_txt b {
    font-weight: 500;
    font-size: 23px;
    background: #000;
    color: #fff;
    padding: 8px 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.abo-miss-hed {
    text-align: left;
    font-size: 25px;
    color: #332f7f;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 0px 5px;
    margin-bottom: 0px;
    display: inline-block
}

.abu_list {
    width: 100%;
    height: auto;
}

.abu_list ul {
    margin: 0 !important;
    padding: 0 !important;
}

.abu_list ul li {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: #000;
    list-style: none;
    padding-left: 0px;
}

.abu_list ul li i {
    margin-right: 8px;
}

.about_box {
    border: #ddd 1px solid;
    border-radius: 20px;
    padding: 20px 40px;
    box-shadow: #eee 0 0 25px;
    margin-bottom: 25px;
}

.about_img {
    width: 100%;
    border-radius: 20px;
}

/* about page section end */

/* contact page section start */

.contact_top_sect {
    background: #fff;
    padding: 20px 0px 0px;
}

.contact_top_sect h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.get-txt {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
}

.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;
}

.contact_form_cont {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 35px 24px 35px;
    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;
    color: #999
}

.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: 3px;
    padding: 6px 30px;
    font-size: 17px;
    color: #FFFFFF;
    background: #0480c7;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer
}

.cont_sub:hover {
    background: #000;
}

.cont_sub1 {
    text-align: center;
    border-radius: 3px;
    padding: 6px 30px;
    font-size: 17px;
    color: #000;
    background: #ccc;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer
}

.cont_sub1:hover {
    background: #000;
    color: #fff;
}

.contact_all_dtls {
    text-align: left;
    background: #fff;
    padding: 3px 15px 1px;
    border-radius: 10px 0px 0px 10px;
    border: 0px solid #e5e5e5
}

.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: 0px 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #F3F3F3
}

.contacts_list ul li b {
    margin-right: 15px;
    margin-top: 0px;
    font-size: 20px;
    color: #4d71ad;
    display: inline-block;
    text-align: center;
}

.contacts_list .cont_info_dtl {
    width: calc(100% - 40px);
    font-size: 19px;
    color: #000;
    line-height: 26px;
    display: inline-block;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.contacts_list .cont_info_dtl span {
    display: block;
    font-size: 19px;
    color: #332f7f;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 3px;
}

.contacts_list .cont_info_dtl em {
    font-style: normal;
    color: #000
}

.contacts_list .cont_info_dtl a {
    display: inline-block;
    color: #000;
    text-decoration: none
}

.contacts_list .cont_info_dtl a:hover {
    color: #444;
    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 'Montserrat', 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 'Montserrat', 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 'Montserrat', sans-serif;
    height: 35px;
    padding: 0px 25px;
    cursor: pointer
}

.btn3:hover {
    background: #222;
    color: #fff;
}

/*Button-style*/

/*Footer*/

.footer_bg {
    background: #535353;
    padding: 3em 0 0;
    border-top: 1px solid #ddd;
}

.footer_bg h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.ft_link ul,
.ft_link2 ul {
    margin: 0;
    padding: 0
}

.ft_link ul li,
.ft_link2 ul li {
    list-style: none;
    display: block
}

.ft_link ul li>a,
.ft_link2 ul li>a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 23px;
}

.ft_link ul li>a:hover,
.ft_link2 ul li>a:hover {
    color: #9dcdff
}

.footer_btm {
    border-top: 1px solid #fff;
    margin-top: 2em;
    padding: 10px 0px;
}

.ft_logo {
    width: auto;
    float: left;
}

.copy_txt {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 7px;
    float: left;
    margin-left: 8px;
}

.f_dd_box {
    margin: 15px 0 0 0
}

.contact_addrs {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    width: 90%
}

.add_dtl {
    margin-bottom: 0.8em;
    text-align: left;
    padding-right: 10px;
    line-height: 25px;
}

.add_dtl:after {
    content: '';
    display: block;
    clear: both
}

.add_dtl span {
    display: block;
    margin-left: 35px;
    font-size: 15px;
    color: #fff;
    margin-top: 3px;
}

.add_dtl b {
    display: block;
    width: 30px;
    height: 22px;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
}

.add_dtl a {
    color: #fff;
    display: block;
    font-size: 15px;
}

.add_dtl a:hover {
    color: #9dcdff
}

.ft_frm {
    width: 100%;
    height: auto;
}

.frm_sec {
    width: 48%;
    float: left;
    margin-right: 10px;
}

.frm_sec input[type=text],
.frm_sec1 input[type=text] {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
    background: none;
    font-size: 16px;
    color: #fff;
}

.frm_sec1 {
    width: 100%;
    float: left;
}

.frm_sec2 {
    width: 100%;
    float: left;
}

.frm_sec2 textarea {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
    background: none;
    font-size: 16px;
    color: #fff;
}

.frm_sec2 input[type=checkbox] {
    width: 15px;
    height: 15px;
    color: #000;
}

.frm_sec2 span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-left: 8px;
    letter-spacing: 0.5px;
}

.frm_sub {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    text-align: center
}

.frm_sub input[type=submit] {
    width: auto;
    height: auto;
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 25px;
    background: none;
    cursor: pointer
}

/*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: 'Montserrat', sans-serif;
    font-weight: 600
}

/* TREE */

.breadcrumb_bg {
    background: #332f7f;
}

nav .breadcrumb {}

.breadcrumb {
    margin: 0;
    font-size: 16px;
    color: #fff;
    background: none;
    padding: 6px 0px;
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb li.active {
    color: #fff;
}

/* TREE CLASSES */

/* CMS AREA */

.mid_area {
    padding-top: 20px;
    min-height: 300px;
    padding-bottom: 45px;
}

.cms_area {
    font: 18px/28px 'Montserrat', sans-serif;
    color: #666;
    font-weight: 500
}

.cms_area h1 {
    color: #323746;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.sub_hed,
.sub_hed2 {
    font-family: 'Outfit', 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;
    }
}

/*animated*/

.animated {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.animated2 {
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.animated3 {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.animated4 {
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes fade_eff {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes fade_eff {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.fade_eff {
    animation-name: fade_eff;
    -webkit-animation-name: fade_eff;
}

@keyframes scale_eff {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes scale_eff {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.scale_eff {
    animation-name: scale_eff;
    -webkit-animation-name: scale_eff;
}

@keyframes drop_eff {
    0% {
        opacity: 0;
        transform: translateY(200px);
        -webkit-transform: translateY(200px);
    }

    80% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes drop_eff {
    0% {
        opacity: 0;
        transform: translateY(200px);
        -webkit-transform: translateY(200px);
    }

    80% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.drop_eff {
    animation-name: drop_eff;
    -webkit-animation-name: drop_eff;
    -moz-animation-name: drop_eff;
    -o-animation-name: drop_eff;
}

@keyframes drop_eff2 {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes drop_eff2 {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

.drop_eff2 {
    animation-name: drop_eff2;
    -webkit-animation-name: drop_eff2;
}

@keyframes drop_eff3 {
    0% {
        opacity: 0;
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes drop_eff3 {
    0% {
        opacity: 0;
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.drop_eff3 {
    animation-name: drop_eff3;
    -webkit-animation-name: drop_eff3;
    -moz-animation-name: drop_eff3;
    -o-animation-name: drop_eff3;
}

@keyframes drop_eff4 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes drop_eff4 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

.drop_eff4 {
    animation-name: drop_eff4;
    -webkit-animation-name: drop_eff4;
}

@keyframes drop_eff5 {
    0% {
        opacity: 0;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes drop_eff5 {
    0% {
        opacity: 0;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

.drop_eff5 {
    animation-name: drop_eff5;
    -webkit-animation-name: drop_eff5;
}

@-webkit-keyframes shake_eff {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
}

@keyframes shake_eff {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
}

.shake_eff {
    -webkit-animation-name: shake_eff;
    animation-name: shake_eff;
}

p.scroll_bar2:empty {
    height: 470px
}

.style2::-webkit-scrollbar-track {
    background-color: #ccd0d3
}

.style2::-webkit-scrollbar {
    width: 11px;
    background-color: #ccd0d3;
    padding: 2px
}

.style2::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #ccd0d3;
    border-radius: 10px
}

#style1::-webkit-scrollbar-track {
    background-color: #ccd0d3;
}

#style1::-webkit-scrollbar {
    width: 11px;
    background-color: #ccd0d3;
    padding: 2px;
}

#style1::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #ccd0d3;
    border-radius: 10px;
}

.scroll_bar {
    width: 100%;
    max-height: 398px;
    overflow-y: scroll;
    overflow: auto;
    margin: 9px 0 0 0;
}

/* ================= 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) {
    .inner_bnr {
        width: 100%;
        height: 100%;
    }

    /* header section end */
    /* banner section start */
    .slide_dg {
        height: 500px;
    }

    .sld-txt {
        bottom: 80px;
    }

    .bnr_txt1 {
        width: 42%;
        font-weight: 500;
        font-size: 16px;
    }

    .bnr_txt2 {
        width: 60%;
        font-weight: 500;
        font-size: 16px;
    }

    /* banner section end */
    /* welcome section start */
    .wel_sect_bg {
        padding: 35px 0px;
    }

    .wel_txt {
        padding: 17px 11px 0 0;
    }

    /* welcome section end */
    /* our services section start */
    .serv_sect_bg {
        padding: 50px 0px;
    }

    .sub-hed {
        padding-top: 10px;
    }

    .s_ar {
        width: 318px;
        height: 309px;
        margin: 0 auto 20px
    }

    .s_bx {
        width: 318px;
        height: 309px;
    }

    .s_txt_eft {
        width: 100%;
        height: 309px;
    }

    .s_txt_eft a {
        font-size: 19px;
        margin: 130px auto;
    }

    .s_ar1 {
        width: 233px;
        height: 303px;
        margin: 0 auto 20px
    }

    .s_bx1 {
        width: 233px;
        height: 303px;
    }

    .s_txt_eft1 {
        width: 100%;
        height: 303px;
    }

    .s_txt_eft1 a {
        font-size: 19px;
        margin: 130px auto;
    }

    .s_ar2 {
        width: 486px;
        height: 311px;
        margin: 0 auto 20px
    }

    .s_bx2 {
        width: 486px;
        height: 311px;
    }

    .s_txt_eft2 {
        width: 100%;
        height: 311px;
    }

    .s_txt_eft2 a {
        font-size: 19px;
        margin: 130px auto;
    }

    /* our services section end */
    /* project section start */
    .pj_sct_bg {
        padding: 40px 0px;
    }

    .pr_ar {
        width: 319px;
        height: 231px;
    }

    .pr_bx {
        width: 319px;
        height: 231px;
    }

    .pr_ar1 {
        width: 319px;
        height: 155px;
    }

    .pr_bx1 {
        width: 319px;
        height: 155px;
    }

    .pr_ar2 {
        width: 319px;
        height: 384px;
    }

    .pr_bx2 {
        width: 319px;
        height: 384px;
    }

    /* project section end */
    /* client section start */
    .clnt_lst ul li {
        width: 20%;
        margin-bottom: 15px;
    }

    /* client section end */
    /* our services page section start */
    .s_col1 {
        background: #f7f7f7 url(../images/serv-page1.jpg) no-repeat -306px 0 fixed;
    }

    .Comm_int {
        background: #1e2547 url(../images/serv-page2.jpg) no-repeat -301px 0;
    }

    .resd_des {
        background: #f7f7f7 url(../images/serv-page3.jpg) no-repeat -306px 0 fixed;
    }

    .rest-des {
        background: #1e2547 url(../images/serv-page4.jpg) no-repeat -301px 0;
        height: 460px
    }

    .gen_trd {
        background: #f7f7f7 url(../images/serv-page5.jpg) no-repeat -306px 0 fixed;
    }

    .farm-dry {
        background: #1e2547 url(../images/serv-page6.jpg) no-repeat -301px 0;
    }

    .ser_col_txt {
        padding: 38px 20px 0px 0px;
    }

    .Comm_int_txt {
        padding: 38px 0px 0px 20px;
    }

    .Comm_int_txt p:nth-child(1) {
        font-size: 32px;
    }

    .ser_col_txt p:nth-child(1) {
        line-height: 32px;
    }

    .Comm_int_txt p:nth-child(2) {
        line-height: 25px;
        height: 350px;
        padding-top: 5px;
    }

    .ser_col_txt p:nth-child(2) {
        line-height: 25px;
        height: 350px;
        padding-top: 5px;
    }

    /* our services page section end */
    /* Sitemap */
    .sitemap2 a {
        width: 31.8%;
    }

    .add_txt {
        line-height: 21px;
    }

    /*Footer*/
    .copy span {
        display: inline-block
    }

    .scroll_bar {
        width: 100%;
        max-height: 358px;
    }
}

/* ================= Tablet (Portrait) 768px - 959px ================= */

@media only screen and (max-width: 991px) {
    .header {
        height: auto;
        background: rgba(0, 0, 0, 1);
        position: static;
        padding: 6px 0px;
    }

    .logo_area {
        position: static;
        float: left
    }

    /* header section end */
    /* banner section start */
    .slide_dg {
        height: 350px;
    }

    .bnr_txt1 {
        width: 60%;
    }

    .bnr_txt2 {
        width: 80%;
    }

    /* banner section end */
    /* welcome section start */
    .wel_area {
        padding: 0 0 35px;
    }

    .wel_area h1 {
        text-align: center
    }

    .wel_txt {
        text-align: center;
        padding: 0px 0px 0 0
    }

    /* welcome section end */
    /* our services section start */
    .serv_sect_bg {
        padding: 40px 0px;
    }

    .serv_sect_bg h2 {
        font-size: 33px;
        line-height: 41px;
        text-align: center
    }

    .sub-hed {
        text-align: center;
        font-size: 20px;
        padding: 2px;
    }

    .s_ar {
        width: 360px;
        height: 350px;
        margin: 0 auto 20px
    }

    .s_bx {
        width: 360px;
        height: 350px;
    }

    .s_txt_eft {
        width: 100%;
        height: 350px;
    }

    .s_txt_eft a {
        font-size: 20px;
        margin: 130px auto;
    }

    .s_ar1 {
        width: 310px;
        height: 403px;
        margin: 0 auto 20px
    }

    .s_bx1 {
        width: 310px;
        height: 403px;
    }

    .s_txt_eft1 {
        width: 100%;
        height: 403px;
    }

    .s_txt_eft1 a {
        font-size: 19px;
        margin: 130px auto;
    }

    /* our services section end */
    /* project section start */
    .pj_sct_bg {
        padding: 40px 0px;
    }

    .pj_sct_bg h2 {
        font-size: 33px;
        text-align: center
    }

    .pr_ar {
        width: 366px;
        height: 265px;
    }

    .pr_bx {
        width: 366px;
        height: 265px;
    }

    .pr_ar1 {
        width: 350px;
        height: 170px;
    }

    .pr_bx1 {
        width: 350px;
        height: 170px;
    }

    .pr_ar2 {
        width: 350px;
        height: 422px;
    }

    .pr_bx2 {
        width: 350px;
        height: 422px;
    }

    /* project section end */
    /* client section start */
    .our_clnt_sect {
        padding: 40px 0px;
    }

    .clnt_lst ul li {
        width: 33.3333%;
    }

    .our_clnt_sect h2 {
        font-size: 33px;
        text-align: center;
    }

    .cli_inn ul li {
        width: 33.333%
    }

    /* client section end */
    /* our services page section start */
    .s_col1 {
        background: #fff;
        height: auto;
    }

    .Comm_int {
        background: #efefef;
        height: auto;
    }

    .resd_des {
        background: #fff;
        height: auto;
    }

    .rest-des {
        background: #efefef;
        height: auto;
    }

    .gen_trd {
        background: #fff;
        height: auto;
    }

    .farm-dry {
        background: #efefef;
        height: auto;
    }

    .pain-sect {
        padding: 20px 0px !important;
    }

    .farm-txt {
        padding: 20px 0px !important;
    }

    .ele-sect {
        padding: 20px 0px !important;
    }

    .ser_col_txt {
        width: 100%;
        float: none;
        text-align: center;
        padding: 40px 0px;
    }

    .Comm_int_txt {
        width: 100%;
        float: none;
        text-align: center;
        padding: 40px 0px;
    }

    .ser_col_txt p:nth-child(1):after {
        margin: 10px auto 0
    }

    .Comm_int_txt p:nth-child(1):after {
        margin: 10px auto 0
    }

    .ser_col_txt p:nth-child(1) {
        line-height: 35px;
    }

    .ser_col_txt p:nth-child(2) {
        height: auto
    }

    .Comm_int_txt p:nth-child(2) {
        height: auto
    }

    /* our services page section end */
    /* Sitemap */
    .sitemap2 a {
        width: 48%;
    }

    .sitemap a {
        width: 48%;
        float: left
    }

    /* Sitemap */
    /*FOOTER*/
    .contact_addrs {
        margin-bottom: 2em
    }

    .copy_txt {
        font-size: 1em
    }

    .spc {
        margin-top: 15px;
    }

    /*About*/
    .about_img {
        width: 300px;
        margin-bottom: 20px;
    }

    .scroll_bar {
        width: 100%;
        max-height: 100%;
    }
}

/* ================= Mobile (Landscape) 480px - 767px ================= */

@media only screen and (max-width:767px) {
    h1 {
        font-size: 1.5em;
        line-height: 1em
    }

    /* header section end */
    /* banner section start */
    .slide_dg {
        height: 280px;
    }

    .bnr_txt1 {
        width: 70%;
        font-weight: 500;
        font-size: 16px;
    }

    .bnr_txt2 {
        width: 85%;
        font-weight: 500;
        font-size: 16px;
    }

    /* banner section end */
    /* services section start */
    .s_ar {
        width: 309px;
        height: 300px;
        margin: 0 auto 20px
    }

    .s_bx {
        width: 309px;
        height: 300px;
    }

    .s_txt_eft {
        width: 100%;
        height: 300px;
    }

    .s_txt_eft a {
        font-size: 20px;
        margin: 130px auto;
    }

    .s_ar1 {
        margin: 0 auto 20px
    }

    .s_ar2 {
        margin: 0 auto 20px
    }

    /* services section end */
    /*Footer-start*/
    .footer_bg {
        padding: 1em 0 0;
    }

    .f_dd_box {
        display: none;
        margin: 15px 0 0 0
    }

    .dd_next {
        margin: 0px 0 3px 0;
        padding: 7px 0;
        background: url(../images/pls.png) no-repeat 100% center;
        cursor: pointer;
        border-bottom: 1px solid #fff;
    }

    .dd_next_act {
        background: url(../images/mns.png) no-repeat 100% center
    }

    .footer_bg h3 {
        margin-bottom: 0;
        font-size: 1.3em;
        color: #fff;
    }

    .copy_txt {
        text-align: center;
        float: none;
        margin-left: 0px;
    }

    .ft_logo {
        float: none;
        text-align: center
    }

    .ft_link ul li,
    .ft_link2 ul li {
        border-bottom: 1px dashed #adadad;
    }

    .ft_link ul li>a,
    .ft_link2 ul li>a {
        font-size: 1.2em;
        line-height: 25px;
    }

    /*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;
    }

    .frm_sec {
        width: 48%;
        margin-right: 5px;
    }
}

@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) {

    /* banner section start */
    .sld-txt {
        bottom: 29px;
    }

    .sld-txt {
        bottom: 29px;
    }

    .bnr_txt1 {
        width: 90%;
    }

    .bnr_txt2 {
        width: 90%;
    }

    /* banner section end */
    /* services section start */
    .s_ar2 {
        width: 330px;
        height: 211px;
        margin: 0 auto 10px
    }

    .s_bx2 {
        width: 330px;
        height: 211px;
    }

    .s_txt_eft1 a {
        font-size: 19px;
        margin: 155px auto;
    }

    .s_txt_eft2 {
        width: 100%;
        height: 211px;
    }

    .s_txt_eft2 a {
        font-size: 20px;
        margin: 90px auto;
    }

    /* services section end */
    /* project section start */
    .pr_ar {
        width: 325px;
        height: 235px;
    }

    .pr_bx {
        width: 325px;
        height: 235px;
    }

    .pr_ar1 {
        width: 325px;
        height: 157px;
    }

    .pr_bx1 {
        width: 325px;
        height: 157px;
    }

    .pr_ar2 {
        width: 325px;
        height: 292px;
    }

    .pr_bx2 {
        width: 325px;
        height: 292px;
    }

    /* project section end */
    /* client section start */
    .clnt_lst ul li {
        width: 50%;
        margin-bottom: 5px;
    }

    .clt_ar {
        width: 160px;
        height: 160px;
    }

    .clt_bx {
        width: 160px;
        height: 160px;
    }

    .cli_inn ul li {
        width: 50%
    }

    .clt_ar1 {
        width: 160px;
        height: 160px;
    }

    .clt_bx1 {
        width: 160px;
        height: 160px;
    }

    /* client section end */
    .th_msg {
        line-height: 35px;
    }

    /* Sitemap */
    .sitemap2 a {
        width: 100%;
        margin: 5px 0;
    }

    /*FOOTER*/
    .footer-social-icons {
        text-align: center;
    }

    .footer-social-icons .social-icons {
        display: block;
        width: 100%
    }

    .footer_btm .copy {
        text-align: center;
        padding: 10px 0;
        font-size: 13px;
    }

    .copy b {
        float: none;
        padding-left: 10px;
        margin-top: 0;
        display: block;
    }

    .add_dtl span {
        font-size: 16px;
    }

    .ft_link ul li a {
        font-size: 16px;
    }
}

/*----------navigation----------*/

.menu {
    width: 76%;
    height: auto;
    text-align: center;
    margin: 0 auto
}

.navbar_align {
    padding: 0px 0px;
    float: none;
    text-align: center;
    width: auto;
    margin: 0 auto
}

.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: none;
    text-align: center;
    margin: 0;
}

.navbar .nav>li {
    float: left;
    position: relative;
}

.navbar .nav>li>a {
    font: 15px/14px 'Montserrat', sans-serif;
    color: #fff;
    float: none;
    text-decoration: none;
    display: block;
    line-height: 27px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.5s linear;
    border-bottom: 2px solid transparent;
    text-align: center;
    padding: 35px 35px;
}

.navbar .nav>li>a i {
    color: #7cacdc
}

.navbar .nav>li>a:hover i {
    color: #fff
}

.navbar .nav>li>a .fa-home {
    padding-top: 21px;
}

.navbar .nav>li>a .fa-plus {
    padding-top: 21px;
}

.proj-spac {
    padding-left: 236px !important;
}

.navbar .nav>li>a:hover,
.act1 {
    color: #7cacdc !important;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    color: #7cacdc !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: 40px;
    height: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 5px;
    float: right;
    clear: both;
}

.navbar .btn-navbar .icon-bar2 {
    display: block;
    width: 25px;
    height: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 5px;
    float: right;
    clear: both;
}

.navbar .btn-navbar .icon-bar3 {
    display: block;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 5px;
    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,
.tabs>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: #fff;
    margin-left: 0px;
    min-width: 11rem;
    position: absolute;
    margin-top: 0px;
    padding: 0 0 0 0;
    width: 100%;
    min-width: 180px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: none;
}

.dropdown-menu>li {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-menu>li:last-child {
    border: none;
}

.dropdown-menu>li>a {
    color: #000;
    line-height: 25px;
    display: block;
    padding: 9px 10px;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.dropdown-menu>li>a:hover {
    background: #1c725e;
    color: #fff;
    border-bottom: 0px;
}

.nav-item span {
    padding-right: 0px;
}

.navbar-toggle {
    background: #79227c;
}

.dropdown-submenu {
    position: relative;
    display: block;
}

.dropdown-item {
    padding: 9px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    white-space: break-spaces;
}

.dropdown-submenu a i {
    transform: rotate(-90deg);
    float: right;
    margin-top: 6px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1b5a4b;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-right: 0;
}

.dropdown-submenu .dropdown-menu li {
    display: block;
}

#hom .nav>li>a.hom,
#abo .nav>li>a.abo,
#serv .nav>li>a.serv,
#proj .nav>li>a.proj,
#con .nav>li>a.con {
    color: #cae5ff;
}

#hom .nav>li>a.hom i,
#abo .nav>li>a.abo i,
#serv .nav>li>a.serv i,
#proj .nav>li>a.proj i,
#con .nav>li>a.con i {
    color: #cae5ff;
}

@media only screen and (max-width:1279px) {}

@media only screen and (max-width:1151px) {
    .menu {
        width: 100%;
    }

    .container,
    .navbar .container {
        width: 100%;
    }

    .navbar .nav>li>a {
        font: 17px/18px 'Montserrat', sans-serif;
        line-height: 25px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 35px 30px
    }

    .dropdown-menu {
        min-width: 13rem;
    }

    .proj-spac {
        padding-left: 256px !important;
    }
}

@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 {
        width: 100%;
    }

    .navbar .nav>li>a .fa-home {
        padding-top: 0px;
    }

    .navbar .nav>li>a .fa-plus {
        padding-top: 0px;
    }

    .proj-spac {
        padding-left: 0px !important;
    }

    .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: #3c4966;
    }

    .nav-collapse .nav>li {
        float: none;
        background: #3c4966;
        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;
        margin-right: 0px;
    }

    .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 'Montserrat', sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        border: 1px solid transparent
    }

    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 0px;
        line-height: 17px;
    }

    .navbar .nav>li>a:hover,
    .act1 {
        color: #fff !important;
        border: 0px;
        background: #313848;
    }

    .navbar .nav>li>a:focus,
    .navbar .nav>li>a:hover {
        color: #fff !important;
        border: 1px solid transparent
    }

    .nav-collapse .nav>li>a:hover,
    .nav-collapse .dropdown-menu a:hover {
        border: 1px solid #0d2748
    }

    .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: #399d85;
    }

    .navbar .nav-collapse .nav>li>a:hover,
    .navbar .nav-collapse .dropdown-menu a:hover {
        color: #fff !important;
        border: 1px solid #0d2748
    }

    .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: 200px;
        right: 13px;
        top: 58px;
    }

    .navbar .btn-navbar {
        display: block;
        background: none;
        padding: 6px;
        margin: 0px;
        margin-left: 0px;
        float: right;
        margin-top: 22px;
        margin-right: 0px;
        border-radius: 0px;
    }

    .nav_bg .col-md-7 {
        position: inherit
    }

    .navbar {
        padding: 0 0;
    }

    #hom .nav>li>a.hom,
    #abo .nav>li>a.abo,
    #serv .nav>li>a.serv,
    #proj .nav>li>a.proj,
    #con {
        color: #7cacdc;
    }
}

@media only screen and (max-width:767px) {

    .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: 33px;
        right: 17px;
        padding: 6px;
        width: auto;
        margin-right: 0px;
        margin-top: 0px;
    }

    .nav-collapse .nav {
        margin-top: 2px;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        top: 69px;
        right: 13px;
        width: 200px;
    }

    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        font: 16px/17px 'Montserrat', sans-serif;
    }

    .nav-collapse .dropdown-menu a {
        font-size: 1em
    }
}

@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: 33px;
        right: 17px;
        padding: 6px;
        width: auto;
        margin: 0px;
    }

    .nav-collapse .nav {
        margin-top: 0px;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        top: 69px;
        right: 13px;
    }

    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        font: 16px/17px 'Montserrat', sans-serif;
        text-transform: capitalize;
    }

    .nav-collapse .dropdown-menu a {
        font-size: 1em
    }
}

/*----------navigation----------*/

/* whatsap css */

#whatsapp {
    position: fixed;
    right: 40px;
    bottom: 10%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}

#whatsapp #whatsappMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0);
    width: 70px;
    height: 70px;
    color: #40c351;
    z-index: 9;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}

#whatsapp #whatsappMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: url('../images/whatsapp.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

/* whatsap css */

@media screen and (max-width:300px) {

    .cli_inn ul li,
    .clnt_lst ul li {
        width: 100%;
    }
}