/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@font-face {
    font-family: "Roboto-Medium";
    src: url("../font/Roboto-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto-Bold";
    src: url("../font/Roboto-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto-Regular";
    src: url("../font/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../font/Roboto-Light.ttf") format("truetype");
}
@font-face {
    font-family: "RobotoCondensed-Bold";
    src: url("../font/RobotoCondensed-Bold.ttf") format("truetype");
}
body {
    color: #5a5a5a;
    font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", sans-serif;
}
.parallax-section {
    background-attachment: fixed !important;
}
.btn-capsul {
    border-radius: 30px;
}
.btn-aqua {
    background: #4fa211;
    color: #fff;
}
.btn-aqua:hover {
    background: #10629b;
    color: #fff;
}
.btn-dark-blue {
    background: #0c242e;
    color: #fff;
}
.btn-dark-blue:hover {
    background: #063d28;
    color: #fff;
}
.btn-transparent-white {
    border: 2px solid #fff;
    color: #fff;
}
.btn-transparent-white:hover,
.btn-transparent-white:focus {
    background: #fff;
    color: #4fa211;
}
.relative-box {
    position: relative;
}
section {
    float: left;
    width: 100%;
    padding: 80px 0;
}

/* TOP HEADER
-------------------------------------------------- */

.navbar.top-bar {
    border-radius: 0;
    padding: 0px 0;
    z-index: 16;
    margin-top: 0;
}
.navbar-toggler {
    border: 1px solid #039372;
    color: #1b1b1b;
    position: absolute;
    right: 21px;
}
.sps {
    padding: 1em 0.5em;
    position: fixed;
    top: 6%;
    left: 0;
    transition: all 0.25s ease;
    width: 100%;
}
.sps--abv {
    background-color: #fff;
    color: #000;
}
.sps--blw {
    background-color: #fff;
    color: #fff;
    top: 0;
}
.top-bar a.navbar-brand {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    padding: 0 0 0 0px;
    text-transform: uppercase;
}
.sps--blw.top-bar a.navbar-brand {
    color: #000;
}
.sps--blw.top-bar a.navbar-brand .seconds {
    display: inherit;
}
.sps--blw.top-bar a.navbar-brand .firsts {
    display: none;
}

.seconds {
    display: none;
}
.firsts {
    display: inherit;
}
.top-bar a.navbar-brand span {
    color: #4fa211;
}
.top-bar .nav-link {
    color: #004031;
    font-size: 14px;

    padding: 12px 18px !important;
    text-transform: uppercase;
    font-family: "RobotoCondensed-Bold";
    font-weight: normal;
}
.sps--blw.top-bar .nav-link {
    color: #004031;
}
.top-bar .navbar-nav .nav-item {
    margin: 0;
}
.top-bar .nav-link:hover,
.top-bar .nav-item.active a {
    color: #c1392b;
    border-bottom: 2px solid #c1392b;
    border-radius: 0;
}
.sps--blw.top-bar .nav-link:hover,
.sps--blw.top-bar .nav-item.active a {
    color: #4fa211;
    border-bottom: none;
    border-radius: 0;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/*Swiper*/
.swiper-container {
    width: 100%;
    height: 100vh;
}

#myCarousel2 {
    width: 100%;
    height: auto !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.main-slider .slider-bg-position {
    background-size: cover !important;
    background-position: center center !important;
}
.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    background-image: none !important;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.main-slider h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    padding: 0 8%;
    text-transform: uppercase;
    text-align: left;
}
.main-slider .caption {
    margin-top: 23%;
    width: 54%;
    margin-left: 10%;
    position: absolute;
    z-index: 10;
    bottom: 38%;
}
.main-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.9);
}
.main-slider .swiper-pagination-bullet-active {
    background: #4fa211;
}
/* SERVICE SECTION
-------------------------------------------------- */

.service-sec .heading {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}
.service-sec h2 {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #4fa211;
    font-size: 32px;
}
.service-sec h2 small {
    color: #222;
    display: block;
    font-size: 22px;
    margin-bottom: 18px;
}
.service-sec i {
    border: 1px solid #4fa211;
    border-radius: 2px;
    font-size: 25px;
    padding: 12px 0;
    width: 52px;
    color: #4fa211;
    margin-bottom: 20px;
}
.service-sec h3 {
    font-size: 23px;
    font-weight: 600;
}
.service-sec p {
    line-height: 22px;
    margin-top: 13px;
    padding: 0 21px;
}
.service-sec .service-block {
    margin-top: 30px;
}

/* ABOUT SECTION
-------------------------------------------------- */
.about-sec {
    background: url("../img/project.jpg") no-repeat;
    background-size: 100%;
    color: #fff;
    position: relative;
    padding: 57px 0;
}

.about-sec h2 {
    font-size: 55px;
    font-weight: 800;
    margin-top: -17%;
}
.about-sec h2 small {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.about-sec p {
    font-size: 16px;
}

.action-sec {
    width: 100%;
    background: #1f2619;
    padding: 4em 0;
}
.action-box {
    width: 100%;
    text-align: center;
}
.action-box h2 {
    color: #fff;
    font-size: 20px;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
    position: relative;
}
.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl
    .swiper-pagination-progress
    .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
    .swiper-pagination-progressbar {
    background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
    .swiper-pagination-progressbar {
    background: #000;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -moz-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -moz-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -moz-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}
.overlayz {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: linear-gradient(to bottom right, black, #8a8a8a);
    opacity: 0.7;
}
.overcontainer {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0;
}
h2 {
    font-family: "RobotoCondensed-Bold";
    font-size: 38px;
    text-transform: uppercase;
    font-weight: normal;
}
#about h2 {
    color: #fff;
}
#about {
    padding: 4em 0;
    max-height: 537px;
}
#about p {
    font-size: 18px;
    color: #d1ffee;
    line-height: 30px;
    font-family: "Roboto-Light";
    font-weight: normal;
}
#newsevents h4 {
    color: #000000;
    font-size: 19px;
    margin-top: 20px;
}
#newsevents p {
    font-size: 13px;
    line-height: 18px;
}
h5 {
    font-family: "Roboto-Light";
    text-transform: uppercase;
    letter-spacing: 3px;
}
.textbt {
    background: none;
    border: none;
    font-size: 13px;
    color: #15855f;
    padding: 0;
}
.gr {
    background-image: linear-gradient(#585757, #000);
    width: 100%;
}

.flag {
    width: 110px;
    height: 56px;
    padding-top: 15px;
    position: relative;
    background: red;
    color: white;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}
.flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid #eee;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
}
.pos {
    position: relative;
    width: 100%;
    height: auto;
}
#myCarousel2 swiper-slide {
    height: auto;
}
.poscontent {
    position: absolute;
    right: 6%;
    top: 45px;
    z-index: 10;
    width: 38%;
    padding: 11px;
}

.poscontent h3 {
    font-family: "Roboto-Bold";
    color: #61a9bb;
    text-align: left;
    font-size: 37px;
    text-transform: uppercase;
}
.poscontent p {
    color: #464e50 !important;
    font-size: 15px !important;
    line-height: 26px !important;
    margin-top: 24px;
}
#top {
    background: #039372;
    padding: 10px;
    width: 100%;
    color: #fff;
}
#top p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}
#top .fa {
    margin-right: 5px;
}
#project h3 {
    font-family: "Roboto-Bold";
    font-size: 81px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 38px;
}
#project h2 {
    font-family: "Roboto-Medium";
    font-size: 24px;
    text-align: center;
    color: #fff;
    color: #a9aaaa;
    font-weight: normal;
    text-transform: capitalize;
}
#project p {
    color: #575757;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
}
.fadeclr {
    color: #a7a7a7 !important;
}
.mt-6 {
    margin-top: 14em;
}

#demo .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0%;
    left: 14%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

#demo .carousel-caption h2 {
    font-family: "Roboto-Regular";
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    text-transform: none;
}
.brdht {
    width: 1px;
    height: 93px;
    float: left;
    background: #fff;
    margin-top: 22px;
}
.btn {
    background-image: linear-gradient(to right, #8de80d, #77c709);
    color: #fff;
    padding: 9px 25px;
    border: none;
}
.menufooter ul li a {
    width: auto;
    float: left;
    color: #e4e4e4;
    font-family: "Roboto-Regular";
    text-decoration: none;
}
.menufooter ul li a:hover {
    opacity: 0.6;
}
.menufooter ul {
    margin-bottom: 0;
}
#top {
    text-align: right;
}
.gr:hover {
}
#pentagon {
    width: 150px;
    height: 150px;
    margin: 100px auto;
    z-index: 11111;
    overflow: hidden;
    -webkit-transform: rotate(-36deg) skewX(18deg) scaleY(0.95106);
    transform: rotate(-36deg) skewX(18deg) scaleY(0.95106);
}
#pentagon .inner {
    width: inherit;
    height: inherit;
    overflow: hidden;
    -webkit-transform: scaleY(1.05146) skewX(-18deg) rotate(36deg)
        translateY(-36.33%) rotate(18deg) skewY(54deg) scaleX(0.58779);
    transform: scaleY(1.05146) skewX(-18deg) rotate(36deg) translateY(-36.33%)
        rotate(18deg) skewY(54deg) scaleX(0.58779);
}
#pentagon .inner:before {
    width: inherit;
    height: inherit;
    display: block;
    content: "";
    background: #f00;
    -webkit-transform: scaleX(1.7013) skewY(-54deg) rotate(-18deg)
        translateY(-13.67%);
    transform: scaleX(1.7013) skewY(-54deg) rotate(-18deg) translateY(-13.67%);
}

.shape {
    width: 100%;
    height: 255px;
    background: #1e90ff;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 59% 0%, 80% 50%, 59% 100%, 0% 161%);
    overflow: hidden;
    transform: rotate(90deg);
}
.shape img {
    transform: rotate(-90deg);
    margin-left: -13%;
}
.mg {
    margin-left: 5px;
    margin-right: 5px;
}

.news-events {
    background: #e5eae0;
    float: none;
}
.news-events {
    margin: 0;
    padding: 5% 0;
    float: none;
}
.news-box {
    width: 100%;
    min-height: 295px;
    float: left;
    overflow: hidden;
    margin: 0 0 25px 0;
    padding: 10%;
    background: #fcfcfc;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 17px 14px 20px -20px #a8a8a8;
    -webkit-box-shadow: 17px 14px 20px -20px #a8a8a8;
    -moz-box-shadow: 17px 14px 20px -20px #a8a8a8;
}
.news-events h2 {
    text-align: left;
    margin: 0 0 15px 0;
}
.news-box h3 {
    font-size: 20px;
}
.card {
    background: inherit;
}
.btn-search {
    background: #fd3a13;
    border-color: #fd3a13;
    color: #fff;
    padding: 7px 10px;
}
.btn-search:hover {
    background: #ca1b1b;
    border-color: #ca1b1b;
}
section {
    padding: 30px 0;
    float: left;
    width: 100%;
}
.card {
    float: left;
    width: 100%;
}
.navbar {
    border: medium none;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    height: 10%;
    border-radius: 0;
}
.title-large {
    font-size: 20px;
    margin: 10px 0 5px;
    line-height: 27px;
    color: #141517;
}
.title-small {
    color: #141517;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin: 6px 0 0;
}
.title-x-small {
    font-size: 18px;
    margin: 0px;
}
.title-large a,
.title-small a,
.title-x-small a {
    color: inherit;
}
.banner-sec {
    float: left;
    width: 100%;
    background: #ebebeb;
}
.card-block {
    padding: 0 10px 10px;
}
.card-text {
    margin: 0;
}
.text-time {
    color: #ff0000;
    font-weight: 600;
}
.banner-sec .card-img-overlay {
    padding: 0;
    top: 3px;
    left: 7px;
    height: 20%;
}

header {
    float: left;
    width: 100%;
}
.small-top {
    border-bottom: 1px solid #2b2b2b;
    float: left;
    width: 100%;
    background: #000;
}
.small-top .social-icon {
    float: right;
}
.small-top .social-icon a {
    border-left: 1px solid #2b2b2b;
    color: #ca1b1b;
    float: left;
    padding: 6px 13px;
}
.small-top .social-icon a:last-child {
    border-right: 1px solid #2b2b2b;
}
.small-top .social-icon a:hover {
    color: #fd3a13;
    text-decoration: none;
}
.small-top .date-sec {
    font-size: 13px;
    font-weight: 600;
    float: left;
    margin-top: 4px;
    color: #898989;
}
.top-head {
    background: #141517;
    width: 100%;
    float: left;
    height: 100px;
}
.top-head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin: 18px 0 0;
}
.top-head small {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #c0c0c0;
    margin-top: 5px;
    margin-left: 5px;
}
.top-head .admin-bar {
    text-align: right;
    margin-top: 22px;
}
.top-head .admin-bar a {
    color: #fff;
    line-height: 49px;
    position: relative;
    padding: 0 7px;
}
.top-head .admin-bar a:hover {
    color: #ff0000;
}
.top-head .admin-bar a i {
    margin-right: 6px;
}
.top-head .admin-bar .ping {
    background: #ff0000;
    border: 3px solid #141517;
    border-radius: 50%;
    height: 14px;
    position: absolute;
    right: 3px;
    top: 13px;
    width: 14px;
    z-index: 1;
}
.top-head .admin-bar img {
    float: right;
    height: 50px;
    width: 50px;
    margin-left: 18px;
}
.top-nav {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #dbdbdb;
}
.top-nav .nav-link {
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
}
.top-nav .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
}
.top-nav li a {
    color: #141517;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    border-bottom: 2px solid #fff;
}
.top-nav li a:hover,
.top-nav li a:focus,
.top-nav li.active a {
    color: #141517;
    border-bottom: 2px solid #fd3a13;
}
.top-nav .form-control {
    border-color: #fff;
}
.navbar-toggle {
    background: #fff;
}
.navbar-toggle .icon-bar {
    background: #0a2e61;
}

.top-slider .carousel-indicators {
    bottom: 0;
}
.top-slider .carousel-indicators li {
    border: 1px solid #000;
}
.top-slider .carousel-indicators .active {
    background: #000;
}

.side-bar .nav-tabs {
    border-bottom: none;
}
.side-bar .nav-tabs .nav-link {
    color: #aeaeae;
    text-transform: uppercase;
    border: none;
}
.side-bar .nav-tabs .nav-link.active,
.side-bar .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #4fa600;
    text-transform: uppercase;
    color: #222;
}
.sidebar-tabing .media {
    margin-top: 20px;
    background: #fff;
}
.sidebar-tabing img {
    width: 120px;
    height: 100px;
}
.sidebar-tabing .title-small {
    line-height: 23px;
    margin-top: 5px;
    font-size: 18px;
}

#search {
    float: right;
    margin-top: 9px;
    width: 250px;
}
.search {
    padding: 5px 0;
    width: 230px;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
}
.search input {
    background: #d0d0d0;
    border: medium none;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 36px;
    line-height: 18px;
    margin-left: 210px;
    padding: 0 9px;
    position: absolute;
    top: -3px;
    width: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.search:hover input,
.search input:focus {
    width: 200px;
    margin-left: 0px;
    background: #d0d0d0;
}
.top-nav .btn {
    position: absolute;
    right: 0;
    top: -3px;
    border-radius: 3px;
}

.banner-sec {
    float: left;
    width: 100%;
}
.banner-sec .news-block {
    margin-bottom: 20px;
}
.banner-sec .news-block:last-child {
    margin-bottom: 0px;
}
.banner-sec .news-des {
    margin-bottom: 5px;
}
.banner-sec .title-large {
    margin: 18px 0 0;
}
.banner-sec .time {
    margin-top: 0px;
    font-size: 13px;
}
.banner-sec .carousel-control.left,
.banner-sec .carousel-control.right {
    background: none;
}
.banner-sec .card {
    margin-bottom: 20px;
}

.section-01 {
    float: left;
    width: 100%;
    background: url(../img/bg.jpg) #eaeaea;
    padding: 4em 0;
}
.section-01 .heading-large {
    border-bottom: 2px solid #222;
    color: #222;
    float: left;
    width: 100%;
    padding: 0 0 6px;
    margin: 0 0 18px;
    text-align: left;
}
.section-01 .heading-large::before,
.section-01 .heading-large::after {
    background: transparent;
}
.section-01 .heading-small {
    border-bottom: 2px solid #222;
    color: #222;
    float: left;
    margin: 7px 0 0;
    width: 100%;
    padding-bottom: 10px;
    font-size: 18px;
}
.section-01 .title-small {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
}
.section-01 .news-block {
    border-bottom: 1px dashed #000;
    padding-bottom: 30px;
    border: none;
}
.section-01 aside > .news-block {
    border-bottom: 1px dashed #000;
    padding-bottom: 19px;
}
.section-01 aside > .news-block:last-child {
    border-bottom: none;
    margin-bottom: 20px;
}
.section-01 .card {
    border: none;
}
.section-01 .card-block {
    padding: 10px 0;
}
.section-01 .video-sec {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.section-01 .video-block {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.action-sec {
    width: 100%;
    float: left;
    background: #222;
}
.action-box {
    float: left;
    width: 100%;
    text-align: center;
}
.action-box h2 {
    color: #fff;
    font-size: 20px;
}

.padleft {
    padding-left: -15px !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    float: left;
    & > [class^="col-"],
    & > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}
.section-01 .card {
    margin-bottom: 22px;
    width: 94%;
    background: #fff;
}
.section-01 .col-lg-6 {
    float: left;
}
.media-body {
    padding: 12px;
}
.card-body .news-title h2 {
    font-size: 21px !important;
    line-height: 25px;
}
a:hover {
    text-decoration: none;
}
.card-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.side-bar {
    margin-top: 8%;
}
#newsevents {
    padding: 6em 0 4em 0;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
}
#quote-carousel img {
    width: 250px;
    height: 100px;
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: "Fontawesome";
    float: left;
    margin-right: 10px;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.india .card {
    margin: 0 auto;
}
.india .card .carousel-item {
    height: 200px;
}
.india .card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
}
.india .card .carousel-caption h3 {
    color: #3d3d3d;
}
.india .card .carousel-caption p {
    line-height: 30px;
}
.india .card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}
.india .card .carousel-caption .col-sm-9 {
    text-align: left;
}
.india .navi a {
    text-decoration: none;
}
.india a > .ico {
    background-color: grey;
    padding: 10px;
}
.india a:hover > .ico {
    background-color: #666;
}
.india {
    padding: 8em 0 3em 0;
    background: url(../img/bg2.jpg) left center;
    background-size: cover;
}
.india .card {
    border: none;
}
.fb-page {
    margin-top: -121px;
}

.india p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-family: "Roboto-Light";
    font-weight: normal;
}

.container2 {
    background: #ffffff;
    width: 100%;
    max-width: 1170px;
    height: 650px;
    margin: 5% auto;
    position: relative;
}
.container2 .map {
    width: 45%;
    float: left;
}
.container2 .contact-form {
    width: 53%;
    margin-left: 2%;
    float: left;
}
.container2 .contact-form .title {
    font-size: 2.5em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #242424;
    margin: 5% 8%;
    margin-top: 0px;
    margin-bottom: 0;
}
.container2 .contact-form .subtitle {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 4% 5% 8%;
}
.container2 .contact-form input,
.container2 .contact-form textarea {
    width: 536px;
    padding: 2% 3%;
    margin: 2% 8%;
    color: #242424;
    border: 1px solid #b7b7b7;
}
.container2 .contact-form input::placeholder,
.container2 .contact-form textarea::placeholder {
    color: #242424;
}
.container2 .contact-form .btn-send {
    background: #a383c9;
    width: 180px;
    height: 60px;
    color: #ffffff;
    font-weight: 700;
    margin: 2% 8%;
    border: none;
}
.tz-gallery {
    padding-top: 7em;
    background-image: linear-gradient(#eaeaea, #fff);
}
.aboutz {
    background: url(../img/aboutbanner.jpg) no-repeat;
    overflow: hidden;
    width: 100%;
    background-size: 100%;
    padding: 9em 0;
}
.aboutz .position-absolute {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 25%;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
video {
    width: 100%;
    height: auto;
}
.sze {
    font-size: 14px !important;
}

.row-section {
    float: left;
    width: 100%;
    background: #e2e2e2;
    padding: 4em 0; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to bottom,
        #f7f7f7,
        #e2e2e2
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to bottom,
        #f7f7f7,
        #e2e2e2
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.row-section .row-block {
    margin-bottom: 50px;
}
.row-section .row-block ul {
    margin: 0;
    padding: 0;
}
.row-section .row-block ul li {
    list-style: none;
    margin-bottom: 20px;
}
.row-section .row-block ul li:last-child {
    margin-bottom: 0;
}

.row-section .row-block .media {
    padding: 2em 22px;
    border-radius: 5px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding-bottom: 1em;
    margin-bottom: 20px;
}
.row-section .media .media-left img {
    width: 157px;
}
.row-section .media .media-body p {
    padding: 0 15px;
    font-size: 14px;
}
.media h4 {
    color: #605f71;
    margin-bottom: 10px;
    padding-left: 0px;
    margin-top: 0px;
    font-family: "Roboto-Regular";
    font-size: 16px;
}
.btn-default {
    background: #6b456a;
    color: #fff;
    border-radius: 30px;
    border: none;
    font-size: 16px;
}
.media h3 {
    font-family: "RobotoCondensed-Bold";
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 0px;
}
#newsevents .textbt:hover {
    cursor: pointer;
}
.tz-gallery .card-body {
    margin-bottom: 30px;
}
.menuActive {
    border-bottom: 2px solid #fff !important;
    border-radius: 0;
}
.activeNav {
    border-bottom: 2px solid #f74545 !important;
    border-radius: 0;
    background-color: #f4ecec;
}
.media p {
    font-size: 12px;
}
.main-slider p {
    padding: 0 8%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
}

.overlay-a {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 27%,
        rgba(0, 0, 0, 0.65) 90%
    );
}
.overlay-b {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgb(2, 66, 53) 0%,
        rgba(0, 3, 2, 0.54) 90%
    );
}
#about h5 {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 7px;
}
#carouselExampleControls3 h3 {
    font-family: "Roboto-Medium";
    color: #111;
}
.bgallwhte {
    background: #fff;
    padding: 30px;
}
.bylaw {
    background: url("../img/bannerbylaw.jpg") no-repeat #eae7d5;
    padding-top: 10em;
}
.bylaw2 {
    background: url("../img/admin.jpg") no-repeat #e2e2e2;
    padding-top: 10em;
}
.bylaw .card {
    background: #fff;
    padding: 37px;
    margin-bottom: 14px;
}
.bylaw .card p {
    margin-bottom: 0;
}
.bylaw h2 {
    color: #fff;
    text-shadow: 10px 5px 16px #3c3c3c;
}
.bylaw .card ul {
    margin: 0;
    padding: 0px 20px;
}
.bylaw .row-section {
    background: none;
    padding-top: 2px;
}
.bylaw .row-section .row-block ul {
    margin: 0px -15px;
}
.bylaw .media h3 {
    font-family: "RobotoCondensed-Bold";
    text-transform: none;
    font-size: 19px;
    margin-bottom: 0px;
}
.panel-body {
    text-align: left;
    font-size: 12px;
}
.bylaw .media h4 {
    text-align: left;
}
.bylaw .panel-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 13px;
}
.bylaw .panel-heading {
    text-align: center;
}
.panel-body {
    font-family: "Roboto-Regular";
    margin-top: 8px;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.navbar-toggler span {
    display: block;
    background-color: #000000;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}
.navbar {
    margin-top: 23%;
    position: absolute;
    z-index: 1000;
}
.navbar-toggler {
    top: 30px;
}
.newmar {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 5px -4px 78px #00000075;
    bottom: 0%;
    /* left: 15px; */
    /* right: 15px; */
    margin: 0 auto;
    width: 100%;
    padding: 0px;
    z-index: 100;
    /* max-width: 1138px; */
}
.badges {
    background: #039372;
    width: 200px;
    color: #fff;
    min-height: 53px;
    float: left;
    padding-left: 36px;
    padding-top: 13px;
    font-size: 17px;
}
marquee {
    float: left;
}
.newmar p {
    color: #181716;
    margin-bottom: 0;
    padding-top: 8px;
}
a {
    color: #ca2600;
}
.quote-badge {
    background-color: rgba(0, 0, 0, 0.2);
}

.quote-box {
    overflow: hidden;
    padding: 43px;
    border-radius: 17px;
    background-color: #0756a4;
    margin-top: 25px;
    color: white;
    box-shadow: 2px 2px 2px 2px #e0e0e0;
    padding-bottom: 9px;
    width: 100%;
    min-height: 333px;
}

.quotation-mark {
    font-weight: bold;
    font-size: 29px;
    color: #ffffff69;
    line-height: 12px;
    text-transform: uppercase;
}

.quote-text {
    line-height: 22px;
    font-size: 19px;
}
.quote-box small {
    font-size: 14px;
    line-height: 4px !important;
    color: #a3d0fe;
}

.quote-box .badge {
    display: inline-block;
    padding: 7px;
    font-size: 75%;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.sl {
    background-color: #192874 !important;
}
.sl .quote-box small {
    color: #c3cdff;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d1d3d4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 27px;
    text-indent: 3.25em;
    margin-top: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 2.5em;
    background: #d1d3d4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: "\2714";
    text-indent: 0.9em;
    color: #c2c2c2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: "\2714";
    text-indent: 0.9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

#oldhis {
    background: url(../img/journalbackground.png) no-repeat #ddd;
    background-position: top right;
    width: 100%;
    padding-top: 6em;
    background-size: 100%;
    padding-bottom: 5em;
}
.submr {
    margin-top: 20em;
}
#journal {
    background: url(../img/journalright.png) no-repeat #ddd;
    background-position: top right;
    width: 100%;
    /* padding-top: 14em; */
    background-size: 100%;
    background-position-y: 22%;
    background-position-x: 81%;
    overflow-x: hidden;
}
