/*UNIVERMAK*/
/* ===================================
    Google font
====================================== */


@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,500,700&amp;subset=latin-ext');
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,600&display=swap');*/


.main-font {
    font-family: 'Ubuntu', sans-serif;
}

.alt-font {
    font-family: 'Ubuntu', sans-serif;
}

.breadcrumbs-full, .breadcrumbs {
    display: none
}


/* about progressbar skills */
.split-container-setting {
    max-width: 460px;
    margin-left: auto;
    margin-right: 96px;
}

    .split-container-setting .main-title h2 {
        max-width: 100%;
        font-size:50px;
        text-transform: initial;
    }

    .split-container-setting .main-title p {
        max-width: 100%;
        margin: 0;
        color:#fff;
    }

.progress {
    height: 0.5rem;
    background-color: #739281;
    margin-top: 7px;
}

.custom-progress {
    text-transform: capitalize;
    color: #1f1f1f;
    margin-bottom: 22px;
}

.custom-progress h6 {
 font-size:22px;
 font-weight:300;
}

.bg-change .split-container-setting .main-title h5, .bg-change .split-container-setting .main-title h2, .bg-change .split-container-setting h6 {
    color: #ffffff;
}

.bg-change.bg-blue .progress {
    background: #329ad7;
}

.progress-bar {
    border-radius: 50px;
}

.split-container-setting.style-two {
    max-width: 460px;
    margin-left: 100px;
    margin-right: auto;
}

..split-container-setting h2{font-size:35px;}

.split-container-setting.style-three {
    max-width: 600px;
    margin: 0 auto;
}

/* ===================================
    General
====================================== */
body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    overflow-x: hidden
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}

.h1, h1 {
    font-size: 3rem;
}

a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section, .section-padding {
    position: relative;
    overflow: hidden;
}

.section-top-margin {
    margin-top: 2.5rem;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.fa, .far, .fas {
    display: inline;
}

a:active, a:hover {
    color: #548dd4;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

    blockquote > cite {
        font-weight: 400;
        font-size: 14px;
        display: block;
    }

.hidden {
    display: none;
}
/*section{padding-bottom: 50px}*/
.widget-margin {
    margin: 30px 0
}
/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
}

.bg-flex {
    height: 100%;
    overflow: hidden;
}
/*
.video-box_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/

/* Transitons */

@-webkit-keyframes it-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes it-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes strokeanim {
    0% {
        stroke-dasharray: 1, 300;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -58.548324585;
    }

    100% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -175.6449737549;
    }
}

@keyframes strokeanim {
    0% {
        stroke-dasharray: 1, 300;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -58.548324585;
    }

    100% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -175.6449737549;
    }
}

@-webkit-keyframes contanim {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes contanim {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.v-align-middle {
    display: table-cell;
    vertical-align: middle;
}

/*.center-layout {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}
*/
.bg-flex-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-flex-holder {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.play-button {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    line-height: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0px 0px 100px 10px #226e8e;
    -webkit-box-shadow: 0px 0px 100px 10px #226e8e;
}
    .play-button:hover {
        -webkit-transform: translateX(-50%) translateY(-50%)scale(1.1);
        transform: translateX(-50%) translateY(-50%)scale(1.1);
    }
    .play-button i {
        line-height: inherit;
        display: block;
        text-align: center;
        color: #679fbd;
        font-size: 35px;
        padding: 4px 0px 0 10px;
    }

    .play-button:before {
        content: '';
        border: 2px solid;
        border-color: #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        -webkit-animation: 1s it-zoom linear infinite;
        animation: 1.3s it-zoom linear infinite;
    }

    .play-button:before {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .play-button:after {
        content: '';
        border: 2px solid;
        border-color: #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        -webkit-animation: 1s it-zoom linear infinite;
        animation: 1.3s it-zoom linear infinite;
    }

/**, *::before, *::after {
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}*/

.bg-green {
    background-color: #8da699;
}

.services-about {
    height: 410px;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    padding-top: 30px;
    background-image: url(/content/images/square-dot.png);
    background-position: 0 0px !important;
    background-repeat: repeat !important;
    right: 0;
    z-index: -1;
    background-size: cover;
}

/*    .services-about.left img{position:fixed;left:-30px;}
*//*
    .services-about.right img {
        position: fixed;
        right: -30px;
    }*/

    /* overlay */
    .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    padding: 8px 28px;
    font-size: 15px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
    border-radius: 100px;
}
    /* button size */
    .btn.btn-small {
        font-size: 12px;
        padding: 4px 1.8em;
    }

    .btn.btn-medium {
        font-size: 12px;
        padding: 6px 1.8em;
    }

    .btn.btn-large {
        font-size: 18px;
        padding: 6px 35px;
        line-height: 1.8em;
    }

    .btn.btn-rounded {
        border-radius: 50px;
    }

    /* button background */
    .btn.btn-white {
        background: #ffffff;
        border-color: #ffffff;
        color: #585858
    }

        .btn.btn-white:hover, .btn.btn-white:focus {
            background: transparent !important;
            border-color: #ffffff;
            color: #ffffff !important
        }

    .btn.btn-transparent-white {
        background: transparent;
        border-color: #ffffff;
        color: #ffffff
    }

        .btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
            background: #ffffff !important;
            color: #585858 !important
        }

    .btn.btn-transparent-black {
        background: transparent;
        border-color: #2b2b2b;
        color: #2b2b2b
    }

        .btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {
            background: #2b2b2b !important;
            color: #ffffff !important
        }

    .btn.btn-transparent-purple {
        background: transparent;
        border-color: #598158;
        color: #598158
    }

        .btn.btn-transparent-purple:hover, .btn.btn-transparent-purple:focus {
            background: #598158 !important;
            color: #ffffff !important
        }

    .btn.btn-black {
        background: #2b2b2b;
        border-color: #2b2b2b;
        color: #ffffff
    }

        .btn.btn-black:hover, .btn.btn-black:focus {
            background: transparent !important;
            border-color: #2b2b2b;
            color: #2b2b2b !important
        }

    .btn.btn-purple {
        background: #69a72a;
        border-color: #69a72a;
        color: #ffffff
    }

        .btn.btn-purple:hover, .btn.btn-purple:focus {
            background: transparent !important;
            border-color: #69a72a;
            color: #69a72a !important
        }

    .btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {
        background: #ffffff !important;
        border-color: #ffffff;
        color: #585858 !important
    }

/*Slightly desaturated orange btn*/
.white-tran-blue-btn {
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px 30px;
    color: #ffffff !important;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #ffffff !important;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

    .white-tran-blue-btn:hover {
        color: #ffffff;
        background-color: #598158 !important;
        border: 1px solid transparent !important;
    }

.white-tran-black-btn {
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px 30px;
    color: #ffffff !important;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #ffffff !important;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

    .white-tran-black-btn:hover {
        color: #000000 !important;
        background-color: #ffffff !important;
        border: 1px solid transparent !important;
    }

.white-blue-btn {
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px 25px;
    color: #2b2b2b;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

    .white-blue-btn:hover {
        color: #ffffff;
        background-color: #598158 !important;
        border: 1px solid transparent;
    }

.blue-white-btn {
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px 25px;
    color: #ffffff;
    font-weight: 600;
    background-color: #598158;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

    .blue-white-btn:hover {
        color: #ffffff !important;
        background-color: #2b2b2b !important;
        border: 1px solid transparent;
    }


/* background color */
.bg-main {
    background: #598158;
}

.bg-black {
    background: #000000;
}

.bg-black-light {
    background: #2b2b2b;
}

.bg-dark {
    background-color: #1d1d21 !important;
}

.bg-blue {
    background-color: #598158;
}

.bg-pink {
    background-color: #f033b5;
}

.bg-purple {
    background-color: #9556f5;
}

/* text-color */
.main-color {
    color: #598158;
}

/*Max Width*/
.mx-570 {
    max-width: 570px;
    display: inline-block;
}

/* ===================================
   Social Icon Bg
====================================== */

.social-icon-bg a i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg a i.fa-twitter {
    background-color: #598158;
}

.social-icon-bg a i.fa-google-plus {
    background-color: #DD4B39;
}

.social-icon-bg a i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg a i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg a i.fa-youtube {
    background-color: #dd4b39;
}

.social-icon-bg a i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg a i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg a i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg a i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg a i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg a i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg a i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg a i.fa-behance {
    background-color: #131418;
}

.social-icon-bg a i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg a i.fa-google-plus {
    background-color: #dd4b39;
}

.social-icon-bg a i.fa-xing {
    background-color: #026466;
}

.social-icon-bg a i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg a i.fa-vine {
    background-color: #00b489;
}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg-hvr a:hover i.fa-twitter {
    background-color: #598158;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #DD4B39;
}

.social-icon-bg-hvr a:hover i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg-hvr a:hover i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg-hvr a:hover i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg-hvr a:hover i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg-hvr a:hover i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg-hvr a:hover i.fa-behance {
    background-color: #131418;
}

.social-icon-bg-hvr a:hover i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-xing {
    background-color: #026466;
}

.social-icon-bg-hvr a:hover i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg-hvr a:hover i.fa-vine {
    background-color: #00b489;
}

/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook-f {
    color: #3B5998;
}

.social-icon-clr a i.fa-twitter {
    color: #0976B4;
}

.social-icon-clr a i.fa-google-plus {
    color: #DD4B39;
}

.social-icon-clr a i.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr a i.fa-instagram {
    color: #c13584;
}

.social-icon-clr a i.fa-youtube {
    color: #dd4b39;
}

.social-icon-clr a i.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr a i.fa-instagram {
    color: #e8715c;
}

.social-icon-clr a i.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr a i.fa-vk {
    color: #4c75a3;
}

.social-icon-clr a i.fa-youtube {
    color: #cd201f;
}

.social-icon-clr a i.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr a i.fa-tumblr {
    color: #34465d;
}

.social-icon-clr a i.fa-behance {
    color: #131418;
}

.social-icon-clr a i.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr a i.fa-google-plus {
    color: #dd4b39;
}

.social-icon-clr a i.fa-xing {
    color: #026466;
}

.social-icon-clr a i.fa-yelp {
    color: #af0606;
}

.social-icon-clr a i.fa-vine {
    color: #00b489;
}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook-f {
    color: #3B5998;
}

.social-icon-clr-hvr a i:hover.fa-twitter {
    color: #0976B4;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #DD4B39;
}

.social-icon-clr-hvr a i:hover.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #c13584;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #e8715c;
}

.social-icon-clr-hvr a i:hover.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr-hvr a i:hover.fa-vk {
    color: #4c75a3;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #cd201f;
}

.social-icon-clr-hvr a i:hover.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr-hvr a i:hover.fa-tumblr {
    color: #34465d;
}

.social-icon-clr-hvr a i:hover.fa-behance {
    color: #131418;
}

.social-icon-clr-hvr a i:hover.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-xing {
    color: #026466;
}

.social-icon-clr-hvr a i:hover.fa-yelp {
    color: #af0606;
}

.social-icon-clr-hvr a i:hover.fa-vine {
    color: #00b489;
}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo img {
    max-width: 200px;
    vertical-align: sub;
}


.navbar-top-default {
    /*   overflow: hidden;*/
    height: 82px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: #fff;
    border-bottom: 1px solid #ddd;
}


.transparent .navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
}
.other-page .navbar-top-default {
    background-color: #598158;
}

.transform {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

.transtation {
    -webkit-transition: color .5s ease,background-color .5s ease,border .5s ease,opacity .5s ease-in-out;
    -moz-transition: color .5s ease,background-color .5s ease,border .5s ease,opacity .5s ease-in-out;
    -ms-transition: color .5s ease,background-color .5s ease,border .5s ease,opacity .5s ease-in-out;
    -o-transition: color .5s ease,background-color .5s ease,border .5s ease,opacity .5s ease-in-out;
    transition: color .5s ease,background-color .5s ease,border .5s ease,opacity .5s ease-in-out;
}

.header-appear .navbar-top-default {
    height: 80px;
    position: fixed;
    z-index: 99;
    background: #fff /*22a6d9*/;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    /*        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);*/
}


.header-appear .navbar ul li a, .transparent.navbar ul li a {
    color: #000 !important;
    /*  background: #598158;*/
}

.scroller {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 18px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    z-index: 5;
}

.wheel {
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
}

.wheel {
    height: 8px;
    width: 3px;
    display: block;
    margin: 5px auto;
    background: #fff;
    position: relative;
}

.mouse {
    height: 40px;
    width: 25px;
    border-radius: 12px;
    transform: none;
    border: 2px solid white;
    top: 170px;
    /* background: #fff; */
}


@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    50% {
        top: 2px;
    }

    100% {
        top: 3px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.border-bottom {
    position: absolute;
    top: -40px;
    width: 100%;
    border: none !important;
}


.border-top {
    position: absolute;
    bottom: -40px;
    width: 100%;
    border: none !important;
}

.header-appear .cd-primary-nav > .has-children > a::before, .header-appear .cd-primary-nav > .has-children > a::after, .header-appear .cd-primary-nav > .has-children > a::before, .header-appear .cd-primary-nav > .has-children > a::after {
    background: #598158;
}

/*.transparent .cd-primary-nav > .has-children > a::before, .transparent .cd-primary-nav > .has-children > a::after {
    background: #fff;
}
*/

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #ffffff;
}


dl, ol, ul {
    list-style: none;
}

.navbar-top-default #univermak {
    margin-right: 100px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0.4rem 1.5rem;
}

.nav-box-round .navbar-nav .nav-link {
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
    background-color: #598158;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
    color: #598158;
}

/*nav line*/

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
}

/* ===================================
    Side Menu
====================================== */

.side-menu .side_lang_area {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 25px 0 !important;
    width: 300px;
}

    .side-menu .side_lang_area a {
        display: block;
        font-size: 14px;
        border: none !important;
        padding: 0px !important;
        margin-bottom: 15px;
        color: #000;
        border-left: 8px solid transparent !important;
        padding-left: 10px !important;
        opacity:.7;
    }

        .side-menu .side_lang_area a.active {
            opacity: 1;
            border-color: #22a6d9 !important;
        }


        .side-menu .side_lang_area a:hover {
            color: #22a6d9
        }


.side-menu {
    width: 410px;
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

    .side-menu.left {
        left: 0;
        right: auto;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .side-menu.before-side {
        width: 280px;
    }

    .side-menu.side-menu-active,
    .side-menu.before-side {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(69 168 228) -10%, rgb(19 83 146) 70%);
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.8;
}


/*-------------------------------*/
/* Circle Progress*/
/*-------------------------------*/

.circular-wrap canvas {
    /*  border: 20px solid #fff;
    border-radius: 100%;*/
}

.circular-wrap p {
    padding: 0 35px;
}

.count-sec {
    min-height: 200px;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

    .count-sec .count-overlay {
      
        opacity: .4;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .count-sec .count-content .count-li {
        cursor: pointer;
    }

    .count-sec .num {
        color: #8da699;
        font-size: 70px;
        font-weight: 600;
        -webkit-transition: .8s ease;
        -o-transition: .8s ease;
        transition: .8s ease;
    }

    .count-sec .heading {
        color: #000;
        font-size: 18px;
        font-weight: 500;
    }

    .count-sec .text-des {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 300;
    }
/*.stats-sec {
    padding-bottom: 120px;
    padding-top: 120px;
}*/

/*.stats-sec .stats-heading-area .sub-heading {
    font-size: 18px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 20px;
}

.stats-sec .stats-heading-area .heading {
    margin-bottom: 60px;
}

.stats-sec .stats-heading-area .text {
    color: #202020;
    width: 53%;
    margin: 0 auto;
}


.stats-sec .circular-wrap {
    padding-top: 60px;
}*/

    /*.stats-sec .circular-wrap .circle {
        position: relative;*/
        /*  max-width: 210px;*/
        /*display: inline-block;
    }

        .stats-sec .circular-wrap .circle .counter-num {
            position: absolute;
            top: 65%;
            left: 50%;
            line-height: normal;
            font-weight: normal;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .stats-sec .circular-wrap .circle .counter-num {*/
            /* color: #202020;*/
            /*font-size: 1.875rem;
            font-weight: bold;
        }

    .stats-sec .circular-wrap h4.darkcolor {
        max-width: 184px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 500;
        color: #202020;
        font-size: 20px;
        opacity: .7;
        margin-top: 30px;
    }*/


/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
    z-index: 5;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #2b2b2b;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: inline-block;
}

.header-appear .sidemenu_btn span {
    background: #fff;
}



.transparent .sidemenu_btn span {
    background: #fff;
}

.header-appear .sidemenu_btn span {
    background: #000;
}

/*.transparent .header-appear .sidemenu_btn span {
    background: #bbb;
}
*/
#uni_logo {
    position: fixed;
    bottom: 0px;
    left: 30%;
    width: 1620px;
    opacity: 0.2;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
}

    .sidemenu_btn span:nth-child(2) {
        margin: 4px 0;
    }

.side-menu .inner-wrapper {
    padding: 0 4rem 0 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
    z-index: 5;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

    .side-nav .navbar-nav .nav-item:first-child {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(7) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(8) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(9) {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s;
    }

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #2b2b2b;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

    .side-nav .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        background: #22a6d9;
        display: inline-block;
        width: 0;
        height: 1px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    }

    .side-nav .navbar-nav .nav-link:hover::after,
    .side-nav .navbar-nav .nav-link:focus::after,
    .side-nav .navbar-nav .nav-link.active::after {
        width: 100%;
    }

    .side-nav .navbar-nav .nav-link.active {
        background: transparent;
    }

.side-menu p {
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: 0px;
    padding: 0;
}

    .social-icons-simple li {
        display: inline-block;
        margin-right: 8px;
    }

.side-footer p {
    color: #2b2b2b;
    font-size: 12px;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.card-body .header {
    padding: 0 40px;
    color: #000;
}

.card-body .header-small {
    padding: 0 40px;
    font-size: 18px;
    font-weight: 700 !important;
    color: #000;
}

.card-body p {
    font-size: 13px;
    line-height: 20px;
    padding: 0 15px;
}

.features-bgcolor-White {
    background: #fff;
}

.features-bgcolor-Green {
    background: #97b396;
}

.features-bgcolor-Gray {
    background: #eee;
}

.features-color-White {
    color: #fff;
}

.color-White {
    color: #fff;
}

.features-color-Black {
    color: #000;
}

.features, .product-section {
    padding: 100px 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.m0 {
    margin: 0px !important;
}

.p0 {
    padding: 0px !important;
}

.ml0 {
    margin-left: 0px !important
}

.t-center {
    text-align: center;
}

.dn{display:none;}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}


.mt-50 {
    margin-top: 50px !important;
}


.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.m-auto {
    margin: 0 auto;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(25 40 74 / 50%);
    z-index: 2;
}

.relative{position:relative;}

.absolute {
    position: absolute;
}

.border-none {
    border: none
}

/*.scroller{display:none;}*/



.greenfactory .owl-carousel .owl-item img {
    display: block;
    width: 180px;
    margin:0 auto;
}

.social-icons-simple li a {
    display: block;
    color: #9a9a9a;
    font-size: 24px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ddd;
    text-align: center;
    width: 52px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

    .social-icons-simple li a:hover {
        background: #22a6d9;
        color: #fff;
        border-color: #22a6d9;
    }

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/* ===================================
        Slider
   ====================================== */

.slider-section {
    overflow-x: hidden;
}

    .slider-section .slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.40);
    }

.whitecolor {
    color: #ffffff;
}

.defaultcolor-slider {
    color: #ffffff;
}

.heading-title-small {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase !important;
}

.heading-title-large {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase !important;
}

#svg-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}



/* ===================================
    BACKGROUND SVG
 =====================================*/

.bacKground-svg {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23067ac0' stroke-width='0.8' stroke-opacity='0.02'%3E%3Crect x='-40' y='40' width='75' height='75'/%3E%3Crect x='-35' y='45' width='65' height='65'/%3E%3Crect x='-30' y='50' width='55' height='55'/%3E%3Crect x='-25' y='55' width='45' height='45'/%3E%3Crect x='-20' y='60' width='35' height='35'/%3E%3Crect x='-15' y='65' width='25' height='25'/%3E%3Crect x='-10' y='70' width='15' height='15'/%3E%3Crect x='-5' y='75' width='5' height='5'/%3E%3Crect width='35' height='35'/%3E%3Crect x='5' y='5' width='25' height='25'/%3E%3Crect x='10' y='10' width='15' height='15'/%3E%3Crect x='15' y='15' width='5' height='5'/%3E%3Crect x='40' width='75' height='75'/%3E%3Crect x='45' y='5' width='65' height='65'/%3E%3Crect x='50' y='10' width='55' height='55'/%3E%3Crect x='55' y='15' width='45' height='45'/%3E%3Crect x='60' y='20' width='35' height='35'/%3E%3Crect x='65' y='25' width='25' height='25'/%3E%3Crect x='70' y='30' width='15' height='15'/%3E%3Crect x='75' y='35' width='5' height='5'/%3E%3Crect x='40' y='80' width='35' height='35'/%3E%3Crect x='45' y='85' width='25' height='25'/%3E%3Crect x='50' y='90' width='15' height='15'/%3E%3Crect x='55' y='95' width='5' height='5'/%3E%3Crect x='120' y='-40' width='75' height='75'/%3E%3Crect x='125' y='-35' width='65' height='65'/%3E%3Crect x='130' y='-30' width='55' height='55'/%3E%3Crect x='135' y='-25' width='45' height='45'/%3E%3Crect x='140' y='-20' width='35' height='35'/%3E%3Crect x='145' y='-15' width='25' height='25'/%3E%3Crect x='150' y='-10' width='15' height='15'/%3E%3Crect x='155' y='-5' width='5' height='5'/%3E%3Crect x='120' y='40' width='35' height='35'/%3E%3Crect x='125' y='45' width='25' height='25'/%3E%3Crect x='130' y='50' width='15' height='15'/%3E%3Crect x='135' y='55' width='5' height='5'/%3E%3Crect y='120' width='75' height='75'/%3E%3Crect x='5' y='125' width='65' height='65'/%3E%3Crect x='10' y='130' width='55' height='55'/%3E%3Crect x='15' y='135' width='45' height='45'/%3E%3Crect x='20' y='140' width='35' height='35'/%3E%3Crect x='25' y='145' width='25' height='25'/%3E%3Crect x='30' y='150' width='15' height='15'/%3E%3Crect x='35' y='155' width='5' height='5'/%3E%3Crect x='200' y='120' width='75' height='75'/%3E%3Crect x='40' y='200' width='75' height='75'/%3E%3Crect x='80' y='80' width='75' height='75'/%3E%3Crect x='85' y='85' width='65' height='65'/%3E%3Crect x='90' y='90' width='55' height='55'/%3E%3Crect x='95' y='95' width='45' height='45'/%3E%3Crect x='100' y='100' width='35' height='35'/%3E%3Crect x='105' y='105' width='25' height='25'/%3E%3Crect x='110' y='110' width='15' height='15'/%3E%3Crect x='115' y='115' width='5' height='5'/%3E%3Crect x='80' y='160' width='35' height='35'/%3E%3Crect x='85' y='165' width='25' height='25'/%3E%3Crect x='90' y='170' width='15' height='15'/%3E%3Crect x='95' y='175' width='5' height='5'/%3E%3Crect x='120' y='160' width='75' height='75'/%3E%3Crect x='125' y='165' width='65' height='65'/%3E%3Crect x='130' y='170' width='55' height='55'/%3E%3Crect x='135' y='175' width='45' height='45'/%3E%3Crect x='140' y='180' width='35' height='35'/%3E%3Crect x='145' y='185' width='25' height='25'/%3E%3Crect x='150' y='190' width='15' height='15'/%3E%3Crect x='155' y='195' width='5' height='5'/%3E%3Crect x='160' y='40' width='75' height='75'/%3E%3Crect x='165' y='45' width='65' height='65'/%3E%3Crect x='170' y='50' width='55' height='55'/%3E%3Crect x='175' y='55' width='45' height='45'/%3E%3Crect x='180' y='60' width='35' height='35'/%3E%3Crect x='185' y='65' width='25' height='25'/%3E%3Crect x='190' y='70' width='15' height='15'/%3E%3Crect x='195' y='75' width='5' height='5'/%3E%3Crect x='160' y='120' width='35' height='35'/%3E%3Crect x='165' y='125' width='25' height='25'/%3E%3Crect x='170' y='130' width='15' height='15'/%3E%3Crect x='175' y='135' width='5' height='5'/%3E%3Crect x='200' y='200' width='35' height='35'/%3E%3Crect x='200' width='35' height='35'/%3E%3Crect y='200' width='35' height='35'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
}

.manage-spacing {
    padding-top: 120px;
}

/* ===================================
  About Us
==================================== */

.heading-area .title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: #000;
}

.heading-area .title-small {
    font-size: 2rem;
}

.heading-area .sub-title {
    margin-bottom: 15px;
    font-weight: 400;
}

.about-list {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    list-style: none;
}


    .about-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

        .about-list li .a-icon {
            font-size: 25px;
            margin-right: 15px;
            color: #598158;
        }

.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871;
    z-index: -1;
    opacity: .1;
}

.ocean1 {
    height: 4%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871;
    z-index: -1;
    opacity: .1;
}

.wave {
    background: url('/content/images/wave-background.svg') repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

    .wave:nth-of-type(2) {
        top: -175px;
        animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
        opacity: 1;
    }

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-25px,0);
    }

    50% {
        transform: translate3d(0,5px,0);
    }
}


/* ===================================
   ADVERTIMENT
====================================== */
.advertisement-sec {
    padding: 0;
}

    .advertisement-sec .video-box {
        position: relative;
    }

        .advertisement-sec .video-box:hover i {
            opacity: 1;
        }

        .advertisement-sec .video-box i {
            position: absolute;
            font-size: 40px;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            color: #ffffff;
            cursor: pointer;
            opacity: 0;
            transition: .8s ease;
        }

.content-text-area {
    /* background-image: url(/files/back.svg);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.con-fuild {
    padding: 0px;
}
.services-about.right img {
    /* position: fixed;
    right: -5px;*/
    margin-left: 45px;
    margin-top: 10px;
}

.services-about.left img {
    /*  position: fixed;
    left: -5px;*/
    margin-left: -42px;
    margin-top: 10px;
}

features .heading-area {
    margin-bottom: 0px;
}

.advertisement-sec .video-box img {
    width: 100%
}

/* ===================================
  START FEATURES
====================================== */

.features .heading-area {
    margin-bottom: 20px;
}

.app-feature {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 13px;
    line-height: 18px;
}

    .app-feature img.icon {
        width: 160px;
    }

.circular-wrap img.icon {
    width: 85px;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0 auto;
    top: 22%;
    bottom: 50%;
}

}

.app-feature:hover i {
    transform: translateY(-5px);
}

.app-feature:last-child {
    margin-bottom: 0;
}

.app-feature i {
    font-size: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #598158; /* fallback for old browsers */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-feature h4 {
    margin-top: 10px;
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

    .app-image img {
        /*max-width: 280px;*/
        /*margin: 0 auto;*/
        /*display: inline-block;*/
        width: 100%;
    }

#app-slider {
    position: absolute;
    width: 235px;
    height: 420px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* ===================================
  END FEATURES
====================================== */




/* ===================================
   Parallax
====================================== */

.parallax {
    /*padding:12.5rem 0;*/
    background-position: center -230px !important;
}

.parallax-box {
    padding: 3rem 0;
    text-align: center;
}

.heading-box h1 {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 70px;
    bottom: -15px;
    /* z-index: 10; */
    line-height: 77px;
}

.parallax-box i {
    font-size: 2.5rem;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.parallax-box:hover i {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.parallax-box h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.parallax-box h5 {
    font-weight: 400;
    font-size: 1.1rem;
}

.parallax .heading-box {
    color: #ffffff;
    padding: 12.5rem 0;
}

    .parallax .heading-box p {
        margin-top: 10px;
    }


/* ===================================
   Team
====================================== */
.team-section {
    padding-bottom: 0;
}

    .team-section .heading-area {
        margin-bottom: 50px;
    }

/*.card-wrapper{
    padding: 25px;

}*/

.card-wrapper .card {
    border: none;
}

.team-ul {
    margin: 0;
    margin-top: 20px;
}

    .team-ul li a {
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border-radius: 50px;
        font-size: 17px;
        border: 1px solid transparent;
        -webkit-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .team-ul li a:hover {
            background-color: #598158;
            color: #ffffff !important;
        }


/* ===================================
    Cube Portfolio
====================================== */

.portfolio-sec {
    padding-top: 120px;
    padding-bottom: 0;
}

    .portfolio-sec .heading-area {
        margin-bottom: 50px;
    }

        .portfolio-sec .heading-area .paragraph {
            width: 65%;
        }

    .portfolio-sec .portfolio-items .item .portfolio-overlay {
        position: absolute;
        background-color: rgba(131,182,156, 0.5);
        top: 0;
        left: 0;
        right: 0;
        bottom: 100%;
        transition: .5s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Ubuntu',sans-serif;
        text-transform: capitalize;
        letter-spacing: 1.5px;
    }

    .portfolio-sec .portfolio-items .item:hover .portfolio-overlay {
        bottom: 0;
    }

    .portfolio-sec .portfolio-items .item .portfolio-overlay span {
        color: #FFFFFF;
        display: block;
        font-size: 18px;
    }

    .portfolio-sec .portfolio-items .item .portfolio-overlay .overlay-inner-content {
        opacity: 0;
    }

    .portfolio-sec .portfolio-items .item .portfolio-overlay i {
        color: #FFFFFF;
        font-size: 40px;
        margin-bottom: 10px;
        display: block;
        transition: .8s ease;
    }

    .portfolio-sec .portfolio-items .item:hover .portfolio-overlay .overlay-inner-content {
        opacity: 1;
    }


/* ===================================
     Testimonial
====================================== */

.testimonial-sec .heading-area {
    margin-bottom: 50px;
}

.testimonial {
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    /*   background: #f9f9f9;*/
    position: relative;
    margin-bottom: 0px;
}

    .testimonial .pic {
        width: 120px;
        height: 120px;
        border: 5px double #598158;
        margin: 0 auto;
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .description {
        font-size: 15px;
        color: #757575;
        line-height: 27px;
        margin-bottom: 20px;
        position: relative;
    }

        .testimonial .description:before {
            content: "\E989";
            font-family: "LineIcons";
            font-size: 32px;
            color: #598158;
            position: absolute;
            top: -15px;
            left: -35px;
        }

    .testimonial .testimonial-profile {
        position: relative;
        margin: 20px 0 10px 0;
    }

        .testimonial .testimonial-profile:after {
            content: "";
            width: 50px;
            height: 2px;
            background: #598158;
            margin: 0 auto;
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
        }

    .testimonial .title {
        display: inline-block;
        font-size: 18px;
        color: #000000;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0;
    }

    .testimonial .post {
        display: inline-block;
        font-size: 15px;
        color: #2b2b2b;
        text-transform: capitalize;
    }


.testimonial-sec .owl-carousel .owl-dots {
    justify-content: center;
    display: flex;
    margin-bottom: 50px;
}

    .testimonial-sec .owl-carousel .owl-dots .owl-dot {
        background: rgba(43, 43, 43, 0.81);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-left: 10px;
    }

        .testimonial-sec .owl-carousel .owl-dots .owl-dot.active {
            width: 25px;
            height: 12px;
            border-radius: 25%;
            background: #598158;
        }

        .testimonial-sec .owl-carousel .owl-dots .owl-dot:hover {
            background: #598158;
        }

/*.testimonial-sec .owl-carousel .owl-dots .owl-dot{*/
/*    background: #2b2b2b;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 50%;*/
/*    margin-left: 10px;*/
/*}*/


/* ===================================
   Latest Blog
====================================== */

.news-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .news-item img {
        width: 100%;
    }

    .news-item:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .news-item .news-text-box {
        padding: 30px;
        background-color: #fff;
    }

    .news-item .date {
        font-weight: 400;
    }

    .news-item .news-title {
        margin: 10px 0;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .news-item .news-title:hover {
            color: #598158;
        }

    .news-item .author {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        margin-bottom: 10px;
    }


        .news-item .author > img {
            max-width: 50px;
            border-radius: 50px;
            overflow: hidden;
            margin-right: 15px;
        }

        .news-item .author .author-name {
            font-size: 15px;
            margin: 0;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .news-item .author .author-name:hover {
                color: #598158;
            }

.font-bold {
    font-weight: bold;
}

.font-bold-color {
    font-weight: bold;
    color: #598158;
}

/* ===================================
       Contact Us
====================================== */
.contact-sec .contact-details {
    /*    padding-top: 50px;*/
    padding-bottom: 50px;
}

.contact-sec .contact-form-box {
    box-shadow: 1px 1px 15px #ddd;
    border-radius: 10px;
    padding: 30px;
    margin-top: 5px;
    margin-bottom: 100px;
}

.contact-sec .contact-details .contact-heading {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-sec .contact-details .contact-address {
    font-size: 14px;
    color: #000000;
    opacity: .8;
    font-weight: 300;
    margin-bottom: 10px;
}

.contact-sec .contact-details .contact-list {
    padding-left: 0;
}

    .contact-sec .contact-details .contact-list li {
        font-weight: 300;
        list-style: none;
        color: #000000;
        font-size: 14px;
        opacity: .8;
        margin-bottom: 10px
    }

        .contact-sec .contact-details .contact-list li:nth-child(even) {
            margin-bottom: 10px;
        }

        .contact-sec .contact-details .contact-list li:last-child {
            margin-bottom: 20px;
        }

.contact-sec .contact-details .contact-s-media {
    padding-left: 0;
    margin-bottom: 0;
    right: auto;
    left: -10px;
}

    .contact-sec .contact-details .contact-s-media li {
        list-style: none;
        margin-right: 10px;
        display: inline-block;
    }

        .contact-sec .contact-details .contact-s-media li:last-child {
            margin-right: 0;
        }

        .contact-sec .contact-details .contact-s-media li a {
            height: 30px;
            width: 30px;
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            padding-top: 2px;
            transition: .8s ease;
        }

        .contact-sec .contact-details .contact-s-media li:hover a {
            border-radius: 50%;
            color: #FFFFFF;
            background-color: #FFBF00;
        }

        .contact-sec .contact-details .contact-s-media li a i {
            font-size: 18px;
            color: #000000;
        }

        .contact-sec .contact-details .contact-s-media li:hover a i {
            color: #000000;
        }

.contact-sec .contact-details .page-footer {
    left: calc(50% - 125px);
}


.contact-form {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

    .contact-form .form-control {
        border: none;
        border-bottom: 1px solid #e2e2e2;
        padding: 12px 0;
        background: #fff;
        letter-spacing: .7px;
        font-weight: 300;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 44px;
        color: #000;
        font-size: 16px;
        position: relative;
        -webkit-transition: border .9s ease;
        -o-transition: border .9s ease;
        transition: border .9s ease;
    }

    .contact-form textarea {
        min-height: 125px;
        resize: none;
    }

    .contact-form .form-group {
        margin-bottom: 1.5rem;
    }


#client-nav button:hover > span {
    color: #fff;
}


/* ===================================
   Partner
====================================== */

.navbar a.logo {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 20px 15px;
    font-size: 20px;
    margin:0 auto;
}

a.logo {
    font-size: 0px;
    text-indent: -9999px;
    width: 130px;
    height: 70px;
    padding: 0px !important;
}

.transparent a.logo, .header-appear a.logo, a.logo {
    background: url("/Content/images/mbh-logo.png") no-repeat center center;
    background-size:130px;
}

/*a.logo {
    background: url("/Content/images/univermak-logo-blue.svg") no-repeat 0 0;
}*/

/*.header-appear a.logo {
    background: url("/Content/images/univermak-logo-blue.svg") no-repeat 0 0
}*/

.partners-slider {
    margin: 4rem 0 1rem;
}

    .partners-slider .logo-item {
        text-align: center;
    }

        .partners-slider .logo-item img, .references img {
/*            max-width: 170px;
*/            /* opacity: .5; */
            display: inline-block;
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 10px;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            margin-bottom:20px;
        }

.owl-carousel.owl-drag .owl-item hr{display:none;}

/* ===================================
   Footer
====================================== */
footer {
    /*    padding-top: 35px;
*/ border-top: 1px solid #ddd;
    color: #000;
    background: #22a6d9;
    margin-top: 70px;
}

.quality-standart {
    text-align: center;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
}

.footer-middle {
    /*   margin-top: 34px;*/
    background: #769685;
    /*    padding: 85px 0 0 0;
    background: url(/Content/images/footer.svg) no-repeat 0 0;*/
    background-position: center top;
    background-size: 100%;
}


.footer-social {
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
    color: #fff;
}

.footer-style-1 {
    padding: 5rem 0;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 10px 5px;
}

.footer-social a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100px;
    font-size: 25px;
    margin: 0 10px 0 0;
   background: rgba(255,255,255,.19);
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
    margin-right: 0;
}

.footer-social li a:hover {
    background-color: #fff;
    color: #22a6d9;
    border-color: #fff;
}

.company-about {
    font-size: 14px;
}


.footer-bottom {
    background: #f1f1f3;
    font-size: 13px;
    /*  padding: 15px;*/
    color: #000;
    /*    border-top: 1px solid rgba(255, 255, 255, 0.2);
*/
}


.footer-wrapper {
    display: block;
    overflow: hidden;
    line-height: 28px;
}


    .footer-wrapper ul {
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

        .footer-wrapper ul li {
            display: inline-block;
            margin: 0 20px;
        }

            .footer-wrapper ul li a {
                font-size: 14px;
                color: #000;
            }

                .footer-wrapper ul li a:hover {
                    color: #2e4939;
                }


/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #8da699;
    background-color: #eee;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 75px;
    right: 30px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border:1px solid #bbb;
    
}

    .scroll-top-arrow:hover {
        background-color: #8da699;color:#fff;
    }



/* ===================================
    Background images
====================================== */

.bg-img1 {
    background-image: url("../img/cover-background.jpg");
}

.bg-img2 {
    /*background-image: url("../img/testimionial.jpg");*/
}

[class*=bg-img] {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}



/**/
/*STAND ALONE PAGE*/


.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    color: #598158;
    margin-bottom: 10px;
}

.standalone-area .sub-heading {
    color: #598158;
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 56px;
    color: #2b2b2b;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}

.standalone-detail .para_text {
    color: rgba(43, 43, 43, 0.81);
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    line-height: 2.1;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .gradient-text1 {
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 45px;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Ubuntu', sans-serif;
    color: rgba(43, 43, 43, 0.82);
}




/* ===================================
   Other Page
====================================== */

.page-title {
    position: relative;
    text-align: center;
    margin-top: 90px;
    padding: 125px 0px 125px;
    background: url("../img/standalone.jpg");
    background-size: cover;
    background-position: top center;
}

    .page-title .auto-container {
        position: relative;
    }

    .page-title h2 {
        position: relative;
        color: #ffffff;
        font-weight: 600;
        line-height: 1.2em;
        margin-bottom: 10px;
        font-size: 3.5rem;
        text-transform: capitalize;
    }

.page-breadcrumb {
    position: relative;
}

    .page-breadcrumb li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        padding-right: 15px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
    }

        .page-breadcrumb li:after {
            position: absolute;
            content: "\f101";
            right: -5px;
            top: 1px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
        }

        .page-breadcrumb li:last-child::after {
            display: none;
        }

        .page-breadcrumb li:last-child {
            padding-right: 0px;
            margin-right: 0px;
        }

        .page-breadcrumb li a {
            color: #fff;
            font-weight: 400;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .page-breadcrumb li a .icon {
                margin-right: 4px;
                color: #598158;
            }

            .page-breadcrumb li a:hover {
                color: #ffffff;
            }


/*PRE LOADER*/

/* ===================================
        Preloader
   ====================================== */

/*************************************/
/************** LOADER CSS ***********/
/*************************************/

.loader-spinner {
    position: absolute;
    height: 100px;
    width: 100px;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    /* background: rgba(255,255,255,0.2); */
}

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.loader-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 3px solid transparent;
    border-top-color: #bcc530;
    border-left-color: #bcc530;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}
/*
.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff;
    overflow-y: hidden;
}

.inner-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.circle-loader{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:150px;
    height:150px;
    background:#ccc;
    border:2px solid #fff;
    box-shadow:0 0 0 5px #598158;
    border-radius:50%;
    overflow:hidden;
}

.image-holder-loader{
    width: 80px;
    position: absolute;
    height: 80px;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: mymove 1s infinite ease alternate-reverse;
    margin-left: 4px;
    margin-top: 2px;
}

@keyframes mymove {
    from {

    }
    to {
        margin-left: -4px;
        margin-top: -2px;
    }
}


.image-holder-loader img{
    width: 100%;
}

.wave-loader{
    position:relative;
    width:100%;
    height:100%;
    background:#598158;
    border-radius:50%;
    box-shadow:inset 0 0 50px rgba(0,0,0,.5);
}
.wave-loader:before,.wave-loader:after{
    content:'';
    position:absolute;
    width:200%;
    height:200%;
    top:0;
    left:50%;
    transform:translate(-50%,-75%);
    background:#000;
}
.wave-loader:before{
    border-radius:45%;
    background:rgba(255,255,255,1);
    animation:animate 5s linear infinite;
}
.wave-loader:after{
    border-radius:40%;
    background:rgba(255,255,255,.5);
    animation:animate 10s linear infinite;
}
@keyframes animate{
    0%{
        transform:translate(-50%,-75%) rotate(0deg);
    }
    100%{
        transform:translate(-50%,-75%) rotate(360deg);
    }
}
*/



.st0 {
    clip-path: url(#SVGID_2_);
}

.st1 {
    fill: #A4B28B;
}

.st2 {
    fill: #598158;
}

.st3 {
    fill: #3C5B41;
}

.st4 {
    fill: #284422;
}

.st5 {
    clip-path: url(#SVGID_2_);
    fill: #284422;
}



/* ===================================
    Media Queries
   ====================================== */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    /*Portfolio*/
    .cube-portfolio1 {
        padding-top: 72px;
    }

    /* FOOTER */
    .footer-social a {
        margin: 0px 7px 0 0;
    }
    /*STIKCY NAV BAR HEIGHT 90*/
    .header-appear .navbar-top-default {
        height: 90px;
    }
    /*ABOUT US SECTION*/
    .about-image {
        margin-bottom: 30px;
    }

    .about-list {
        text-align: left;
    }
    /*SHOWCAES*/
    .portfolio-sec .heading-area .paragraph {
        width: 100%;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 768px) {
    /*STIKCY NAV BAR HEIGHT 90*/
    .header-appear .navbar-top-default {
        height: 90px;
    }
    /*ABOUT US SECTION*/
    .about-image {
        margin-bottom: 30px;
    }

    .about-list {
        text-align: left;
    }
    /*SHOWCAES*/
    .portfolio-sec .heading-area .paragraph {
        width: 100%;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 991px) and (max-width: 1069px) {
    .sidemenu_btn {
        display: none;
    }
}


@media screen and (max-width:767px) {

    /*    section{
        padding: 1.5rem 0;
    }*/
    .home-banner {
        padding: 7rem 0 4.5rem;
    }

    .sidemenu_btn {
        position: relative;
        right: 0;
        margin: 0;
    }

    .parallax-box {
        padding: 1.5rem 0;
    }

        .parallax-box i {
            font-size: 2.2rem;
        }

        .parallax-box h2 {
            font-size: 2.2rem;
        }

        .parallax-box h5 {
            font-size: 1rem;
        }

    .partners-slider {
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 5rem;
    }

    .heading-box h2 {
        font-size: 2.3rem;
        line-height: 1.1;
    }

    .heading-area {
        margin-bottom: 3rem;
    }

        .heading-area .title {
            font-size: 2rem;
        }



    #blog .heading-area {
        margin: 0;
        padding: 4.5rem 0;
    }

    .address-item {
        margin: 3rem 0;
    }

    .footer-social {
        margin-bottom: 1rem;
    }

    .side-menu {
        width: 380px;
    }

    .portfolio-details.heading-area {
        margin-bottom: 2.3rem;
    }

    .cube-portfolio1 #js-filters-mosaic-flat {
        padding: 0 20px;
    }

    .cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {
        margin: 10px 7px 6px 4px;
        padding: 0 0;
    }
}

@media screen and (max-width:991px) {

    .footer-wrapper ul li {
        margin: 0 0 8px 0 !important;
        width: 100%;
    }

    .threesixty-image-rotate {
        margin-top: 50px !important;
        height: auto !important;
        position: relative !important;
    }

    .load-360 {
        display: none;
    }

    body {
        text-align: center;
    }

    .home-banner {
        padding: 10rem 0 7.5rem;
    }

    .sidemenu_btn {
        position: relative;
        right: 0;
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 6rem;
    }

    .heading-box h2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .heading-area {
        margin-bottom: 3rem;
    }

        .heading-area .title {
            font-size: 2.5rem;
        }

    .services-skill {
        margin-bottom: 2rem;
    }

    .team-item {
        margin-top: 4rem;
    }

    .about-list li {
        display: inline-block;
    }

    .testimonial-post {
        display: inline-block;
    }

        .testimonial-post .post {
            display: inline-block;
        }

    #blog .col-lg-4:not(:nth-last-child(1)) .news-item {
        margin-bottom: 3rem;
    }

    #blog .heading-area {
        margin: 0;
        padding: 7.5rem 0;
    }

    .address-item {
        margin: 3rem 0;
    }

    .footer-social {
        margin-bottom: 1rem;
    }

    .blog-comment {
        margin-bottom: 4rem;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }

    .blog-post-navigation {
        padding: 4rem 0;
    }

    /* STANDALONE */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}


















