
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@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
    
}
p, a, h1 span, h2 span, h3 span, h4 span, h5 span, h6, span{font-family: 'Roboto', sans-serif;}

/*! fancyBox v3.3.5 fancyapps.com */

body.compensate-for-scrollbar {
    
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

/* Owl Carousel v2.3.4 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    /* padding:0!important;*/
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(img/owl.video.play.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*/

/*Project Name : Volker [Created by WEBLINKINDIA.NET on Jan 30, 2020 :Sohan Lal]*/

.hand {
    cursor: pointer;
}

.oswald {
    font-family: 'Roboto', sans-serif;
}

.black,
.black a:link,
.black a:visited {
    color: #000;
}

.green,
.green a:link,
.green a:visited {
    color: #7bc211;
}

.ml5 {
    margin-left: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt13 {
    margin-top: 13px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb30 {
    margin-bottom: 20px;
}

.mr10 {
    margin-right: 10px;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.b {
    font-weight: bold;
}

.p10 {
    padding: 10px;
}

.p5 {
    padding: 5px;
}

.p15 {
    padding: 15px;
}

.pl15 {
    padding-left: 15px;
}

.lh24 {
    line-height: 24px;
}

.bg-gray {
    background: #f7f7f7;
}

.bg-black {
    background: #000;
}

.bg-red {
    background: #e60010 !important;
}

.border {
    border: 1px solid #ddd;
}

body {
    font: 16px/20px 'Roboto', sans-serif;
    color: #535353
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #e60010;
}

h1 {
    font: 30px/32px 'Roboto', sans-serif;
    color: #e60010;
}

h2 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
}

h3 {
    color: #81ab40;
    font-size: 26px;
    font-weight: 600;
}

h3 span {
    font: 800 30px/30px 'Roboto', sans-serif;
    color: #2b70a0;
}

figure {
    display: table-cell;
    vertical-align: middle;
}

figure img {
    display: block;
    margin: auto;
    border: 0
}

.minmax {
    min-width: 1200px;
    max-width: 100%;
}

.border {
    border: 1px solid #D7D7D7;
}

.container {
    width: 1250px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0 solid #fff;
    max-width: 1250px;
}

.row {
    padding: 0;
    margin: 0;
}

.row>.no_pad {
    padding: 0;
    margin: 0;
}

.md_no_pad {
    padding: 0;
}

.md_no_pad2 {
    padding: 0 15px;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.red {
    color: #e60010 !important;
}

a .red {
    color: #e60010 !important;
}

.bg-gray2 {
    background: #EAEAEA
}

.btn-success {
    color: #fff;
    background-color: #e60010;
    border-color: #e60010;
    padding: 7px 15px;
    font-weight: 300;
}

.btn-success:hover {
    background-color: #5b8d12;
    border-color: #5b8d12;
}

.btn-success2 {
    font-size: 15px;
    padding: .375rem 1.3rem;
    line-height: 2.3;
}

.btn-success3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: .375rem 2.6rem;
    line-height: 1.8;
}

.btn-success4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: .375rem 1rem;
    line-height: 1.7;
    background: #4d7216 !important;
    font-family: 'Roboto', sans-serif;
    border: 0 !important;
}

.mw_98 {
    max-width: 98%;
    height: auto;
}

.mw_96 {
    max-width: 90%;
    height: auto;
    margin: auto;
}

.w97 {
    width: 80%;
}

.w100 {
    width: 100%;
}

.call_sec {
    font: 18px 'Roboto', sans-serif;
    color: #000;
    padding: 9px 0;
    float: left;
    position: relative;
    font-weight: 300;
    width: 290px;
    line-height: 18px;
}

.call_sec:last-child {
    border-right: 0;
    padding-right: 0;
    padding-left: 20px;
}

.call_sec a {
    font-size: 15px;
    color: #e60010;
}

.call_sec a:hover,
.call_sec a:focus {
    color: #000
}

.call_sec .fa {
    font-size: 14px;
    margin-right: 5px;
}

.call_sec br {
    display: none;
}

.call_sec i {
    float: left;
    font-size: 22px;
    margin: 8px 12px 0 0;
    color: #000;
}

.call_sec .talk {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.call_sec span {
    float: left;
}

.top-social {
    float: right;
    margin: 10px 0 0 0;
}

.top-social a {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.top-social a i {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    background: #333;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    transition: .3s linear all;
}

.top-social a:hover i {
    color: #fff;
    background: #e60010;
}

.donate-now {
    width: 50%;
    margin: 15px auto 0;
}

.dn {
    display: none;
}

.form_box1 {
    border-radius: 5px;
}

.form_box2 {
    border-radius: 5px;
}

.form_box3 {
    border-radius: 5px;
}

.table td,
.table th {
    padding: .2rem .7rem;
}

.home {
    width: 100%;
}

.logo {
    margin: 10px 0 0 0;
}

.translate_pos {
    float: left;
    margin: 10px 25px 0 115px;
}

.translate_pos span {
    display: none !important;
}

.goog-te-gadget {
    line-height: 0;
    font-size: 1px !important;
    color: #fff !important
}

.call_sec_area {
    float: left;
    margin: 0 0 0 27%
}

.call_sec_mob {
    display: none;
}

.goog-te-combo {
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 4px;
}

.w48 {
    width: 48%;
}

.awarded {
    background: #333;
    padding: 25px 0;
}

.awd {
    font-size: 36px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 50px;
    font-weight: 700;
}

.donate {
    margin: 16px 0 0 0;
}

.tagline {
    background: rgb(139, 11, 11);
    background: linear-gradient(90deg, rgba(139, 11, 11, 1) 0%, rgba(200, 0, 0, 1) 100%);
    padding: 25px 0;
    text-align: center;
}

.tag {
    font-size: 26px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 36px;
    font-weight: 200;
}

.tag span {
    display: block;
}

.tag strong {
    display: block;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

.banner-area {
    width: 100%;
    height: auto;
    position: relative;
}

.bdr {
    border-right: 1px solid #eaeaea;
}

.serv-area {
    position: relative;
    background: #fff url(../images/bg1.png) no-repeat 0 100px;
    background-size: cover;
    margin-bottom: 0;
    display: inline-table;
    width: 100%;
    padding: 35px 0;
}

.serv-area h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

ul.float {
    margin: 0;
    padding: 0
}

ul.float li {
    width: 50%;
    float: left;
    position: relative;
    display: inline-block;
    list-style: none;
}

.feat-area {
    width: 98%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #f3f3f3;
    padding: 18px 10px;
    transition: all linear .7s
}

.feat-area:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.19)
}

.feat-left {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    transition: all linear .7s;
    overflow: hidden;
    margin: 0 auto
}

.feat-ico {
    width: 90px;
    height: 90px;
    margin: 5px auto;
    text-align: center
}

.feat-ico img {
    max-width: 100%
}

.feat-rgt {
    width: 100%;
    height: 110px;
    margin-top: 10px;
    float: right;
    overflow: hidden;
    line-height: 20px
}

.feat-rgt p:nth-child(1) {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #e60010;
    text-transform: capitalize
}

.feat-rgt p:nth-child(2) {
    text-align: center;
    font-size: 15px;
    color: #333;
    padding-top: 12px
}

.serv-inarea {
    position: relative;
    background: url(../images/our-services.jpg) no-repeat center top;
    background-size: cover;
    padding: 25px 0 50px;
}

.serv-inarea h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 12px 0 20px 0;
    color: #fff;
    text-align: center;
}

.serv-tex {
    text-align: center;
    line-height: 18px;
    color: #fff;
    margin: 0 0 20px 0;
}

.serv-inareab {
    width: 362px;
    height: 362px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.serv-inarea-box {
    width: 362px;
    height: 362px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.serv-inarea-box figure {
    width: 362px;
    height: 362px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.serv-inarea-box figure img {
    display: block;
    max-width: 100%;
    transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s
}

.serv-inarea-box figure img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.serv-inareab .title {
    width: 100%;
    height: 55px;
    position: absolute;
    z-index: 9999;
    bottom: 0;
}

.serv-inareab .title a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 55px;
    text-decoration: none;
}

.serv-inareab .inner {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 253, 0) 1%, rgba(3, 90, 102, 1) 99%, rgba(0, 88, 100, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 253, 0) 1%, rgb(68 68 68) 99%, rgb(76 76 76) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 253, 0) 1%, rgb(53 53 53) 99%, rgb(70 70 70) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e60010', GradientType=0);
    width: 100%;
    height: 121px;
    position: absolute;
    bottom: 0;
    transition: .3s linear all;
    z-index: 999;
}

.serv-inarea .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
}

.serv-inarea .owl-theme .owl-nav [class*=owl-]:hover {
    background: #ccc;
    color: #fff;
    text-decoration: none
}

.serv-inarea .owl-prev {
    left: -1%;
    top: 43%;
    background: url(../images/left-arrow.png) no-repeat !important;
    outline: none !important;
}

.serv-inarea .owl-next {
    right: -1%;
    top: 43%;
    background: url(../images/right-arrow.png) no-repeat !important;
    outline: none !important;
}

.serv-ina .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
}

.serv-ina .owl-theme .owl-nav [class*=owl-]:hover {
    background: #ccc;
    color: #fff;
    text-decoration: none
}

.serv-ina .owl-prev {
    left: -1%;
    top: 24%;
    background: url(../images/left-arrow.png) no-repeat !important;
    outline: none !important;
}

.serv-ina .owl-next {
    right: -1%;
    top: 24%;
    background: url(../images/right-arrow.png) no-repeat !important;
    outline: none !important;
}

.serv-ina p {
    margin: 0 10px;
}

.wel-area {
    background: #f0f0f0;
    padding: 50px 0;
}

.wel-area h1 {
    font: 600 36px/36px 'Roboto', sans-serif;
    color: #e60010;
    /* font-style: italic; */
    margin-bottom: 15px;
}

.wel-area h1 span {
    font: 700 36px/36px 'Roboto', sans-serif;
    color: #000;
}

.wel-area .img-fluid{border-radius: 10px;}

.bb {
    border-bottom: 5px solid #649a14;
    width: 66px;
    margin: 15px 0 20px 0;
}

.wel-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #555555;
}

.acr {
    margin-top: 20px;
}

::-webkit-input-placeholder {
    color: #7d7d7d !important;
}

:-moz-placeholder {
    color: #7d7d7d !important;
}

::-moz-placeholder {
    color: #7d7d7d !important;
}

:-ms-input-placeholder {
    color: #7d7d7d !important;
}

.serv-o-hid {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ser_area {
    width: 285px;
    height: 240px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.serv-box {
    width: 285px;
    height: 240px;
    border-radius: 5px;
    margin: 0 auto;
}

.serv-box figure {
    width: 285px;
    height: 240px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.serv-box figure img {
    display: block;
    max-width: 100%;
}

.title-bg {
    width: 100%;
    height: 47px;
    border: 1px solid #e9e9e9;
    border-radius: 0 0 5px 5px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99;
    bottom: 0;
}

.title-bg a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
}

.we {
    background: #fff;
    text-align: center;
    padding: 35px 0;
    min-height: auto;
    background-size: cover;
}

.we-text {
    width: 50%;
    margin: 0 auto;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 25px;
}

.we h3 {
    font: 700 30px/30px 'Roboto', sans-serif;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.we .bb {
    border-bottom: 5px solid #649a14;
    width: 66px;
    margin: 15px auto 7px auto;
    text-align: center;
}

.pro-block {
    box-shadow: 0 0 5px #ccc;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    min-height: 280px;
}

.ser_area {
    width: 190px;
    height: 190px;
    overflow: hidden;
    margin: 5px auto;
    position: relative;
    box-shadow: 0 0 5px #c1c1c1;
}

.serv-box {
    width: 190px;
    height: 190px;
    margin: 0 auto;
}

.serv-box figure {
    width: 190px;
    height: 190px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.serv-box figure img {
    display: block;
    max-width: 100%;
    transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s
}

.serv-box figure img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.title-bg {
    width: 100%;
    height: 47px;
    border: 0 solid #e9e9e9;
    border-radius: 0 0 5px 5px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99;
    bottom: 0;
}

.title-bg a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0;
}

.ser_area .inner {
    background: #000;
    background: rgba(0, 0, 0, .4);
    width: 190px;
    height: 190px;
    position: absolute;
    z-index: 99;
    top: -190px;
    transition: .3s linear all;
}

.ser_area .inner img {
    width: 55px !important;
    height: 55px !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.ser_area:hover .inner {
    top: 0;
}

.abo-number span {
    background: #e60010;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 8px 26px 0;
    float: left;
}

.we {
    position: relative !important;
}

.we .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
}

.we .owl-theme .owl-nav [class*=owl-]:hover {
    background: #ccc;
    color: #fff;
    text-decoration: none
}

.we .owl-prev {
    left: -1%;
    top: 35%;
    background: url(../images/left-arrow.png) no-repeat !important;
    outline: none !important;
}

.we .owl-next {
    right: -1%;
    top: 35%;
    background: url(../images/right-arrow.png) no-repeat !important;
    outline: none !important;
}

.cont-fonm {
    padding: 0 38px;
    margin-top: 39px;
}

.contact_form_cont {
    margin-top: 29px;
}

.cont-fonm h4 {
    font: 600 20px/24px 'Roboto', sans-serif;
    color: #649a14;
    margin: 0 0;
    text-transform: capitalize;
}

.contact_form input[type=text],
.contact_form select,
.contact_form textarea {
    width: 49.3%;
    padding: 9px 18px;
    border-radius: 5px;
    font: 400 14px/20px 'Roboto', sans-serif;
    margin: 0;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    display: inline;
}

.contact_form .large {
    width: 99.5% !important;
}

.contact_form ::-webkit-input-placeholder {
    color: #fff !important;
}

.contact_form :-moz-placeholder {
    color: #fff !important;
}

.contact_form ::-moz-placeholder {
    color: #fff !important;
}

.contact_form :-ms-input-placeholder {
    color: #fff !important;
}

ul.liststyle {
    margin: 0 0 0 22px;
}

ul.liststyle li {
    list-style: none;
    background: url(../images/arw.png) no-repeat 8px 5px;
    display: block;
}

ul.liststyle li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    color: #e60010;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

ul.liststyle li a {
    color: #000;
}

ul.gallery {
    margin: 0;
    padding: 0;
}

ul.gallery li {
    margin: 0 5px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.call {
    background: url(../images/call3.png) no-repeat left top;
    padding: 0 0 0 75px;
    min-height: 61px
}

.email {
    background: url(../images/email.png) no-repeat left top;
    padding: 5px 0 0 75px;
    min-height: 61px
}

.web {
    background: url(../images/web.png) no-repeat left top;
    padding: 5px 0 0 75px;
    min-height: 61px
}

/*form*/

/*Back to top button */

#back-top {
    position: fixed;
    bottom: -21px;
    right: 0;
    z-index: 999999999;
    width: 103px;
    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: 103px;
    display: block;
    height: 58px;
    overflow: hidden;
    text-decoration: none;
}

#back-top span {
    width: 103px;
    height: 50px;
    display: block;
    background: url(../images/top.png) no-repeat;
    opacity: 1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border-radius: 5px 0 0 5px
}

#back-top:hover {
    bottom: -10px
}



.breadcrumb_outer {
    background: #e60010;
    border-bottom: 3px solid #07013c;
}

.breadcrumb_outer .breadcrumb {
    margin: 0;
    font-size: 14px;
    color: #fff;
    background: none;
    padding: 6px 0
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb li.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/* TREE CLASSES */

/* CMS AREA */

.mid_area {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cms_area {
    font: 15px/25px 'Roboto', sans-serif;
    /*min-height:400px;*/
    margin-bottom: 20px;
    padding: 10px 0;
}

.cms_area ul,
.cms_area ol {
    font: 15px/25px 'Roboto', sans-serif;
}

.cms_pc {
    float: right;
    margin: 5px 0 10px 10px;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}

/* CMS AREA ENDS */

/* CONTACTS */

.form-group {
    margin-bottom: 11px;
}

.contact_box {}

.contact_form2 input[type=text],
.contact_form2 select,
.contact_form2 textarea {
    width: 49.3%;
    padding: 9px 18px;
    border-radius: 5px;
    font: 400 14px/20px 'Roboto', sans-serif;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px #eee inset;
    display: inline;
}

.contact_form2 .large {
    width: 99.5% !important;
}

.text {
    margin-left: 9px !important;
}

/* CONTACTS ENDS */

.sitemap {
    text-align: left;
    padding: 30px auto;
}

.sitemap a {
    display: inline-block;
    padding: 10px 32px;
    background: #fff url(../images/arl3.png) no-repeat 11px 15px;
    font: 400 13px/20px 'Roboto', sans-serif;
    border: 2px solid #f8f8f8;
    box-shadow: 1px 0 5px #eee;
    border-radius: 5px;
    margin: 10px 5px;
    color: #666;
    width: 32%;
    float: left;
    text-transform: uppercase;
}

.sitemap a:hover {
    border: 2px solid #ddd;
    text-decoration: none
}

.sitemap-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
}

/*==FOOTER==*/

.footer_bg {
    background: #171717;
    padding: 20px 0 0;
}

.footer_bg2 {
    background: #000;
    padding: 15px 0 15px;
    margin: 25px 0 0 0;
}

.copy {
    font-size: 12px;
    color: #5d5d5d;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
}

.copy span {
    display: block;
}

.copy a {
    color: #a2a2a2;
}

.copy a:hover {
    color: #7abfe8
}

.ft_heading {
    font: 600 18px/20px 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    display: block
}

.ft_heading:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    margin-top: 10px;
    background: #e60010
}

.ft_link {
    margin-top: 10px;
}

.ft_link a {
    font: 16px/30px 'Roboto', sans-serif;
    color: #fff;
    display: block;
}

.ft_link a:hover {
    color: #e60010;
}

.ft_link span>a {
    color: #fff;
}

.f_dd_box {
    margin: 20px 0 5px 0;
    padding: 0 0 0 0
}

.ft_link a i {
    width: 25px;
    text-align: center;
}

.ft_btm {
    border-top: 1px solid #14205a;
    width: 100%;
    padding: 20px 0
}

.enq_form {
    margin: 0;
    padding: 0
}

.enq_form .enq_group {
    margin-bottom: 10px;
}

.enq_form input[type=text],
.enq_form textarea {
    padding: 8px 10px;
    border-radius: 9px;
    border: 2px solid #3e3e3e;
    font-size: 17px;
    background: none;
    width: 100%;
    color: #fff;
}

.enq_form input[type=text]:focus,
.enq_form textarea:focus {
    border: 2px solid #fff;
    color: #fff
}

.enter_code input[type=text] {
    width: 124px
}

.enter_code .ml5 {
    margin-left: 7px;
}

.enq_form .btn-info {
    font: 600 20px/30px 'Roboto', sans-serif;
    display: block;
    padding: 7px 10px;
    background: #e60010;
    border-color: #e60010;
    width: 100%;
    border-radius: 10px;
    text-transform: uppercase;
}

.enq_info {
    float: right;
}

.enq_info a {
    font: 600 20px/30px 'Roboto', sans-serif;
    display: block;
    padding: 10px 15px;
    background: #e60010;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.loc_map {
    margin: 0 0 20px 0
}

.ft_adress {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
}

.ft_adress p {
    margin-bottom: 15px;
}

.ft_adress span {
    display: block;
    margin-bottom: 10px;
    margin-left: 34px;
    line-height: 22px;
}

.ft_adress a {
    color: #fff;
}

.ft_adress a b {
    color: #aeaeae;
}

.ft_adress b {
    width: 21px;
    height: 21px;
    float: left;
    font-size: 18px;
    margin-right: 10px;
}

.footer-social-icons {
    margin: 0rem 0 1.5rem;
    text-align: right;
    font-weight: 300;
    float: left;
}

.footer-social-icons .social-icons {
    margin-bottom: 0;
}

.footer-social-icons .social-icons>li {
    display: block;
    float: left;
    margin: 0 3px 3px;
}

.footer-social-icons .social-icons a {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
}

.footer-social-icons .social-icons a>i {
    color: #fff;
    font-size: 1rem;
    dtext-align: center;
}

.footer-social-icons .social-icons a:hover,
.footer-social-icons .social-icons a:focus {
    text-decoration: none;
    color: #fff;
}

.footer-social-icons .social-icons a:hover {
    background: #c60025;
}

.ft_right {
    text-align: left;
    float: left;
}

.ft_logo {
    padding: 0;
    float: right;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.copy {
    display: block;
    color: #fff;
    font-size: 14px;
}

.devlopedby {
    text-align: center
}

.devlopedby span {
    display: block;
    color: #5d5d5d;
    font-size: 13px;
}

.devlopedby span a {
    color: #5d5d5d;
}

/* footer */

@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;
}

/* ======================================================================================================
   MEDIA QUERIES
   =====================================================================================================*/

/* ================= Desktop/Laptop below 1280px  ================= */

@media only screen and (max-width:1280px) {
    .container {
        width: 100%;
    }
    .home {
        width: 100%;
        margin-top: -65px;
    }
    .marke {
        position: static;
    }
}

/* ================= Desktop/Laptop below 1152px  ================= */

@media only screen and (max-width:1151px) {
    .navbar .container {
        width: 100%;
    }
    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .enquiry_btn {
        padding: 10px 14px !important;
        margin-left: 0;
    }
    .navbar-nav>li>a {
        padding: 15px 13px;
        font-size: 14px;
        font-weight: 600;
    }
    .serv-area {
        margin: 0 0 0 0;
    }
    .we p {
        width: 90%;
    }
    .call_sec_area {
        margin: 0 0 0 0;
    }
    .marke-cont {
        text-align: center;
        padding: 0 0;
    }
    .text {
        margin-left: 8px !important;
    }
    .cont-fonm {
        padding: 0 20px;
    }
    .mb3 {
        margin-bottom: 3px !important;
    }
    /*FOOTER*/
    .enter_code input[type=text] {
        width: 105px
    }
    .enq_form input[type=text],
    .enq_form textarea {
        font-size: 14px;
        padding: 8px
    }
    .awd {
        font-size: 42px;
    }
    .donate-now {
        width: 62%;
    }
    .serv-area {
        background: #171717 url(../images/bg1.png) no-repeat 0 250px;
    }
}

/* ================= Tablet (Portrait) 768px - 959px ================= */

@media only screen and (max-width:991px) {
    h2 {
        font-size: 18px;
    }
    .call_sec br {
        display: block;
    }
    .call_sec .fa.fa-phone {
        margin-bottom: 40px;
        float: left;
    }
    .wel-area h1 {
        font: 600 24px/28px 'Roboto', sans-serif;
    }
    .home-cont h2 {
        font: bold 24px/28px 'Roboto', sans-serif;
    }
    .we h3 {
        font: bold 24px/28px 'Roboto', sans-serif;
    }
    .enq_info {
        float: none;
    }
    .enq_info a {
        display: inline-block;
    }
    .manu .col-lg-4 {
        width: 380px !important;
        margin: 0 auto 20px !important
    }
    .gal-cen {
        text-align: center
    }
    .serv-area h2 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }
    .serv-area .col-lg-4 {
        border-right: 0px #26717b solid;
        border-bottom: 1px #26717b solid;
    }
    .serv-area {
        margin: 0 0 0 0;
        padding: 0 0 15px;
    }
    .menu-bg {
        background: #fff;
    }
    .home {
        width: 100%;
        margin-top: 0;
        position: inherit !important;
        border-top: 0 solid #0044cd;
        margin-top: 0;
    }
    .top-menu {
        min-height: auto;
        padding: 2px 0 0 0;
    }
    .call_sec {
        padding-top: 0;
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .call_sec_mob {
        display: block;
        margin-top: 14px;
        color: #000;
        float: left;
        font-size: 14px;
        border: 1px #ccc solid;
        padding: 2px 5px;
        border-radius: 5px;
        cursor: pointer;
    }
    .top-menu .clearfix {
        display: none;
    }
    .menu {
        clear: inherit !important;
    }
    .call_sec_mob i {
        margin-left: 10px;
    }
    .call_sec_area {
        background: #fff;
        position: absolute;
        display: none;
        left: 0;
        right: 0;
        margin: auto;
        top: 59px;
        z-index: 99;
        width: 100% !important;
        padding: 10px 15px;
    }
    .top-social {
        margin: 10px 0 0 0;
    }
    .marke {
        padding: 10px 0;
        margin-top: 0;
    }
    .marke-cont {
        padding: 0 0;
    }
    .we p {
        width: 100%;
    }
    .cont-fonm {
        padding: 0 0;
    }
    .wel-area {
        padding: 40px 0;
        background: #eff3e9;
        text-align: center;
    }
    .bb {
        margin: 15px auto;
    }
    .contact_form select {
        width: 49%;
    }
    /*form*/
    .contact_form input[type=text] {
        width: 100% !important;
    }
    .cont-area {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    .email {
        margin-top: 20px;
    }
    .contact_form2 input[type=text],
    .contact_form2 select,
    .contact_form2 textarea {
        width: 99.3%;
    }
    .text {
        margin-left: 0 !important;
    }
    /*footer*/
    .sitemap a {
        width: 48%;
    }
    .md_no_pad {
        padding: 0;
    }
    .md_no_pad2 {
        padding: 0 0;
        margin-top: 20px;
    }
    /* FOOTER */
    footer .d-md-none {
        display: block !important
    }
    .ft_logo_sec {
        width: 45%;
        float: left;
    }
    .ft_call_sec {
        width: 50%;
        float: left;
        margin-left: 20px;
        margin-top: 0;
        font-size: 11px !important;
    }
    .footer_bg .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .ft_heading {
        margin: 0;
    }
    .ft_link {
        margin: 10px 0 0 0;
    }
    .f_dd_box {
        display: none;
        margin: 0;
    }
    .dd_next {
        margin: 10px 0 0 0;
        padding: 7px 0;
        background: url(../images/pls.png) no-repeat 100% center;
        cursor: pointer;
        border-bottom: 1px solid #232c44
    }
    .dd_next_act {
        background: url(../images/mns2.png) no-repeat 100% center;
    }
    .ft_right {
        text-align: center;
        margin-top: 10px;
    }
    .footer-social-icons {
        margin: 1rem 0
    }
    /* FOOTER */
    .translate_pos {
        margin: 10px 10px 0 20px !important;
    }
    .awarded {
        padding: 20px 0;
        text-align: center;
    }
    .awd {
        font-size: 32px;
        text-align: center;
        line-height: 40px;
    }
    .ft_right {
        text-align: center;
        margin-top: 10px;
        float: none;
        margin-bottom: 20px;
    }
    .ft_logo {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .donate-now {
        width: 82%;
    }
    .call_sec:last-child {
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .call_sec {
        width: 100%;
    }
}

/* ================= Mobile (Landscape) 480px - 767px ================= */

@media only screen and (max-width:767px) {
    .m0 {
        margin: 0 !important;
    }
    h1 {
        font: 24px/24px 'Roboto', sans-serif;
        color: #454545;
    }
    .wel-area h1 {
        font: 600 20px/26px 'Roboto', sans-serif;
    }
    .home-cont h2 {
        font: bold 20px/26px 'Roboto', sans-serif;
    }
    .we h3 {
        font: bold 20px/26px 'Roboto', sans-serif;
    }
    .serv-area h2 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }
    .banner-area {
        margin-top: 0;
    }
    .marke {
        position: static;
    }
    .serv-area {
        padding: 10px 0;
    }
    .top-menu {
        padding: 8px 0 0 0;
    }
    .contact_form .con_ml25 {
        margin-left: 0;
    }
    /*form*/
    /* CONTACTS */
    .contact_form2 input[type=text],
    .contact_form2 select,
    .contact_form2 textarea {
        width: 100%;
        margin: 0 0 5px 0;
    }
    /* CONTACTS ENDS */
    .sitemap a {
        width: 100%;
        float: none;
        text-transform: uppercase;
        margin: 5px 0;
    }
    .cont-fonm {
        padding: 0;
    }
    .cms_pc {
        float: none;
        margin: 10px auto;
        max-width: 100%;
        border: 1px solid #ddd;
        padding: 10px;
        display: block;
    }
    .donate-now {
        width: 100%;
    }
    .call_sec:last-child {
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .call_sec {
        width: 100%;
    }
    .call_sec_area {
        background: #fff;
        position: absolute;
        display: none;
        left: 0;
        right: 0;
        margin: auto;
        top: 109px;
        z-index: 99;
        width: 98% !important;
        padding: 10px 15px;
    }
    .translate_pos {
        margin: 10px 10px 0 0 !important;
    }
    .top-social {
        margin: 0px 0 0 0;
    }
}

/* ================= Mobile (Portrait) below 480px  ================= */

@media only screen and (max-width:479px) {
    h2 {
        font-size: 15px;
    }
    .call_sec_mob {
        margin-top: 12px !important;
    }
    .call_sec_area {
        width: 330px;
    }
    .sitemap a {
        width: 100%;
        float: none;
        text-transform: uppercase;
    }
    .wel-area h1 {
        font: 600 18px/22px 'Roboto', sans-serif;
    }
    .home-cont h2 {
        font: bold 18px/22px 'Roboto', sans-serif;
    }
    .we h3 {
        font: bold 18px/22px 'Roboto', sans-serif;
    }
    .serv-area h2 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .cont-area {
        width: 100%;
        height: auto;
    }
    /* footer */
    .ft_btm {
        padding: 5px 0
    }
    .footer-social-icons {
        float: none;
        text-align: center;
        margin: 10px 0
    }
    .footer-social-icons .social-icons>li {
        float: none;
        display: inline-block
    }
    .ft_logo {
        float: none;
        padding: 10px 0
    }
    .ft_right {
        float: none
    }
    .awd {
        font-size: 22px;
        line-height: 30px;
    }
    .enq_info a {
        font: 600 16px/16px 'Roboto', sans-serif;
    }
    ul.gallery li {
        display: block;
        width: 190px;
        margin: 10px auto;
    }
}

.enquiry_btn {
    background: #e60010;
    font-size: 16px !important;
    color: #fff !important;
    padding: 7px 22px !important;
    display: inline-block;
    border-radius: 3;
    font-weight: 600;
    text-transform: uppercase;
}

.enquiry_btn:hover {
    background: #000 !important;
    color: #fff !important;
    text-decoration: none;
}

.viewall_btn {
    border: 1px solid #e60010;
    border-radius: 0px;
    background: none;
    font-size: 14px !important;
    color: #e60010 !important;
    padding: 10px 30px !important;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s linear all;
    border-radius: 3px;
}

.viewall_btn:hover {
    background: #e60010 !important;
    color: #fff !important;
    text-decoration: none;
}

/* NAV */

.collapse {
    display: block;
}

.navbar-header {
    display: none;
}

.menu {
    width: 100%;
    position: relative;
    clear: both;
}

.navbar {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    overflow: visible;
    margin-bottom: 0;
    *position: relative;
    *z-index: 2;
    padding: 0rem 0rem;
}

.brand h1 {
    margin: 0;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
}

.navbar .brand img {
    max-width: 100%;
    height: auto
}

.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: #fff;
    background-repeat: repeat-x;
    *zoom: 1;
    width: 100%;
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-inner:after {
    clear: both;
}

.navbar .container {
    width: 1240px;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: right;
    margin: 0 15px 0 0;
    background: #e60010;
    transform: skew(-25deg);
}

.navbar .nav>li {
    float: left;
    padding: 0 10px;
    transition: .3s linear all;
    border-left: 1px #fff solid;
}

.navbar .nav>li:first-child {
    border-left: 0px #fff solid;
}

.navbar .nav>li>a {
    padding: 19px 6px;
    transition: .4s linear all;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    transform: skew(25deg);
}

/*.navbar .nav > li:last-child{background:#e60010;}
.navbar .nav > li:last-child a{margin-top:0;padding:16px 6px;color:#fff;}*/

.navbar .nav>li:hover {
    background: #333
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}

.navbar .nav>li>a:hover {
    color: #fff !important;
    text-decoration: none;
}

.navbar .nav>li>a:focus {
    color: #fff !important;
    text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333;
}

.navbar .btn-navbar {
    display: none;
    float: right;
    margin: 15px 5px;
    padding: 9px 10px;
    transform: skew(-25deg);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active {
    background-color: #b2d234;
    color: #fff;
    *background-color: #b2d234;
}

.navbar .btn-navbar:active {
    background-color: #f15922;
    color: #fff;
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
}

#hom .nav>li.hom,
#abo .nav>li.abo,
#pro .nav>li.pro,
#cert .nav>li.cert,
#con .nav>li.con,
#ser .nav>li.ser {
    background: #333;
    color: #000;
}

.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px;
}

.nav>li>ul.dropdown-menu {
    background-color: #E9E9E9;
    font-size: 12px;
}

.nav>li>ul.dropdown-menu li>a {
    font-weight: 500;
    color: #919599;
}

.nav>li>ul.dropdown-menu li>a:hover,
.nav>li>ul.dropdown-menu li>a:focus {
    background-color: #FF6B45;
    color: #fff;
    text-decoration: none;
}

.navbar .nav li.dropdown>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.navbar .nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar .nav>li>.dropdown-menu.pull-right:before {
    right: 12px;
    left: auto;
}

.navbar .nav>li>.dropdown-menu.pull-right:after {
    right: 13px;
    left: auto;
}

.navbar .brand,
.navbar .nav>li>a {
    color: #fff;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #b2d234 !important;
    color: #fff;
}

.navbar .nav li.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #919599;
    border-bottom-color: #919599;
}

.navbar .btn-navbar {
    background-color: #e60010;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active {
    background-color: #649a14;
    color: #fff;
    *background-color: #649a14;
}

.navbar .btn-navbar:active {
    background-color: #2F363D \9;
}

.nav-tabbed>li>a,
.etabs>li>a {
    margin-right: 4px;
    padding: 0 10px 10px 10px;
    color: #919599;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

.dropdown-menu {
    padding: 0rem 0;
    margin: 0rem 0 0;
    background: #e60010;
    border-radius: 0rem 0rem .25rem .25rem;
    transform: skew(25deg);
}

.dropdown-item {
    border-bottom: 1px solid #fff;
    color: #fff;
    transform: skew(0deg);
    padding: .25rem 1rem;
}

.dropdown-item:last-child {
    border-bottom: 0px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

/* NAV ENDS */

.navbar .nav>li.act {
    background: #333 !important;
    color: #fff;
}

@media (max-width:1151px) {
    .navbar .nav {
        margin: 0;
    }
    .navbar .nav>li {
        padding: 0 20.95px;
    }
    .enquiry_btn {
        margin-left: 10px;
    }
    .logo {
        text-align: center;
    }
    .translate_pos {
        margin: 10px 25px 0 0;
    }
    .navbar .nav {
        width: 100%;
    }
}

@media (max-width:979px) {
    .brand {
        background: url(../images/logo.png) no-repeat left center;
        background-size: cover;
        height: auto;
        margin-top: 10px;
    }
    .brand h1 {
        font: 24px/48px 'Roboto', sans-serif;
    }
    .navbar .navbar-inner {
        padding: 0 0;
    }
    .navbar .brand {
        float: left;
        margin-left: 0;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 10px 0;
        background: #fff;
    }
    .nav-collapse .nav>li {
        float: none;
    }
    .nav-collapse .nav>li>a {
        margin-bottom: 2px;
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 4px 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
    }
    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px;
    }
    .nav-collapse .nav>li>a:hover,
    .nav-collapse .dropdown-menu a:hover {
        background-color: #2e3031;
    }
    .navbar .nav-collapse .nav>li>a,
    .navbar .nav-collapse .dropdown-menu a {
        color: #000;
    }
    .navbar .nav li.dropdown.open>.dropdown-toggle {
        background-color: #333;
    }
    .nav>li>ul.dropdown-menu {
        background-color: #b2d234;
    }
    #hom .nav>li.hom a,
    #abo .nav>li.abo a,
    #pro .nav>li.pro a,
    #manu .nav>li.manu a,
    #con .nav>li.con a,
    #pho .nav>li.pho a {
        background: #333;
        color: #fff;
    }
    .navbar .nav-collapse .dropdown-menu a {
        color: #fff;
    }
    .collapse {
        display: none;
    }
    .navbar .nav-collapse .nav>li>a:hover,
    .navbar .nav-collapse .dropdown-menu a:hover {
        background-color: #4d7216;
        color: #fff;
        border-bottom: 1px solid #4d7216;
    }
    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        margin: 0 0;
        padding: 0;
        max-width: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: #800000;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        transform: skew(0deg);
    }
    .nav-collapse .open>.dropdown-menu {
        margin: 0 0;
    }
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none;
    }
    .nav-collapse .nav>li>.dropdown-menu:before,
    .nav-collapse .nav>li>.dropdown-menu:after {
        display: none;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        position: absolute;
        width: 100%;
        top: 50px;
        right: 0;
        z-index: 99;
    }
    .navbar {
        position: inherit !important;
        width: 100% !important;
    }
    .navbar .btn-navbar {
        display: block;
        margin: 18px 0 17px 0;
        transform: skew(0deg);
        margin: 11px 0 0px 20px;
        float: left;
    }
    .logo {
        margin: 3px auto;
        width: 180px;
    }
    .navbar .nav>li {
        padding: 0 0;
    }
    .menu {
        position: inherit !important;
    }
    #hom .nav>li>a.hom,
    #dis .nav>li>a.dis,
    #pro .nav>li>a.pro,
    #terms .nav>li>a.terms,
    #authors .nav>li>a.authors,
    #abo .nav>li>a.abo,
    #con .nav>li>a.con,
    #ser .nav>li>a.ser,
    #pro .nav>li>a.pro,
    #con .nav>li>a.con,
    #news .nav>li>a.news {
        background: #b2d234 !important;
        border: 0;
        border-bottom: 0 solid #b2d234;
        color: #fff;
    }
    .navbar .nav>li>a {
        float: none;
        padding: 7px 20px;
        margin: 0 0;
        border-bottom: 1px solid #ddd;
        display: block;
        border-radius: 0;
        font-size: 14px;
    }
    .dropdown-item {
        border-bottom: 1px solid #ddd;
        color: #fff;
        font-size: 15px;
    }
    .top-menu .col-md-9 {
        position: inherit !important;
    }
    .navbar .nav {
        transform: skew(0deg);
    }
    .navbar .nav>li>a {
        transform: skew(0deg);
    }
    .navbar .btn-navbar {
        position: absolute;
        z-index: 99;
        top: 5px;
        right: 30%;
    }
}

@media (min-width:980px) {
    .nav-collapse.collapse {
        overflow: visible !important;
        height: auto !important;
        display: block
    }
    .nav>li>ul.dropdown-menu {
        text-align: right;
    }
}

@media (max-width:480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0);
    }
    .brand {
        margin-top: 8px;
    }
    .translate_pos {
        margin: 10px 10px 0 0 !important;
    }
    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
        right: 10px;
        top: 68px;
    }
    .top-social {
        margin: 0 45px 0 0;
        float: right;
        text-align: center;
        display: block;
        padding: 7px 0 7px 0;
        width: 186px;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        top: 109px !important;
    }
}

@media (max-width:767px) {
    .navbar,
    #footer,
    #main-footer,
    .header-wrap {
        margin-right: 0;
        margin-left: 0;
    }
    .container {
        width: auto;
    }
    .navbar .container {
        padding: 0;
        width: auto;
    }
    .container {
        width: 100%;
    }
    .navbar .navbar-inner {
        padding: 0 0;
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .navbar .btn-navbar {
        position: absolute;
        z-index: 99;
        top: 60px;
        right: 35%;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        top: 99px;
    }
    .serv-inarea {
        padding: 10px 0 30px;
    }
    .call_sec_mob {
        margin-top: 6px;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .container,
    .navbar .container {
        width: 100%;
    }
}

@media (min-width:1200px) {}

/* Chrome only:*/

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    textarea {
        overflow: auto;
        margin-bottom: -5px !important;
        color: #000;
    }
}
.all_pro h1{padding: 20px 0;}
.all_pro .serv-inarea-box{border: 1px solid;}
.all_pro .serv-inareab{margin-bottom: 45px;}
.all_pro .serv-inareab .title a{background: #e60010;}
.dtl_page img{width: 100%; height: 350px; object-fit: cover;}
.dtl_page{padding: 20px 0 40px 0;}