.main_slider_1{
    background-image: url('/views/grn/theme/images/general/bg_1_xlarge.jpg')
}
.main_slider_2{
    background-image: url('/views/grn/theme/images/general/bg_2_xlarge.jpg')
}

@media(max-width:480px) {
    .main_slider_1{
        background-image: url('/views/grn/theme/images/general/bg_1_small.jpg')
    }.main_slider_2{
        background-image: url('/views/grn/theme/images/general/bg_2_small.jpg')
    }
}@media(max-width:640px) {
    .main_slider_1{
        background-image: url('/views/grn/theme/images/general/bg_1_medium.jpg')
    }.main_slider_2{
        background-image: url('/views/grn/theme/images/general/bg_2_medium.jpg')
    }
}@media(max-width:1024px) {
    .main_slider_1{
        background-image: url('/views/grn/theme/images/general/bg_1_large.jpg')
    }.main_slider_2{
        background-image: url('/views/grn/theme/images/general/bg_2_large.jpg')
    }
}


h1.header-text1 {
    font-size: 24px;
}
.swiper-container {
    margin: 0 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;
}
.main-whatsapp {    
    position: fixed;
    bottom: 5px;
    width: 60px;
    height: 60px;
    border-radius: 90px;
    background-color: #00c7d4;
    color: #fff;
    font-size: 33px;
    left: calc(50% - 25px);
    z-index: 999;
    padding-left: 14px;
}
.main-whatsapp:hover{    
    color: #fff;
}
@media(min-width:768px) {
    .main-whatsapp { 
        display: none;
    }
}

.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: .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: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .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: .2;
}
button.swiper-pagination-bullet {
    border: 0;
    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, .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, .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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(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: .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-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(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, .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);
    }
}.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}
.select2-container--bootstrap .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--bootstrap .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--bootstrap.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection--single, .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 999999;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection--single, .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--bootstrap .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #999;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--bootstrap .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0, #eee 50%);
    background-image: -o-linear-gradient(top, white 0, #eee 50%);
    background-image: linear-gradient(to bottom, white 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: 0;
}
.select2-container--classic .select2-dropdown--below {
    border-top: 0;
}
.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
html, body {
    height: 100%}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('/views/grn/theme/fonts/OpenSans-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans'), local('OpenSans'), url('/views/grn/theme/fonts/OpenSans-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('/views/grn/theme/fonts/OpenSans-Semibold.woff2') format('woff2');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/views/grn/theme/fonts/OpenSans-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('/views/grn/theme/fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans'), local('OpenSans'), url('/views/grn/theme/fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('/views/grn/theme/fonts/OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/views/grn/theme/fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('/views/grn/theme/fonts/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('/views/grn/theme/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('/views/grn/theme/fonts/RobotoCondensed-Bold.ttf') format('truetype');
}
body {
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}
.text-muted {
    color: #777;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 100!important;
}
.text-muted a {
    color: #777;
    background: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.text-muted a:hover {
    color: #32c5d2;
    text-decoration: none;
}
.text-muted-sm {
    color: #777;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 100!important;
}
.text-blog {
    color: #777;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 100!important;
}
.text-blog a {
    background-image: linear-gradient(to top, transparent, transparent 0, #5d7385 0, #5d7385 1px, transparent 1px);
    color: #2cafaf;
    background: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.text-blog a:hover {
    color: #32c5d2;
    text-decoration: none;
}
.text-primary {
    color: #a8c0ca;
}
p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}
a {
    color: #1b8881;
}
a:hover, a:focus, a:active, a.active {
    color: #1b8881;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    color: #333;
}

.padding-20{
    padding: 20px;
}
.padding-15{
    padding: 15px;
}

.btn-gd-grn {
  flex: 1 1 auto;
  margin: 10px;
  padding: 15px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  background-image: linear-gradient(to right, #32c5d2 0%, #1be8d7  51%, #8fd3f4 100%);
}
.btn-gd-grn:hover {
  background-position: right center; /* change the direction of the change here */
}
.img-centered {
    margin: 0 auto;
}
.bg-light-gray {
    background-color: #eee;
}
.bg-darkest-gray {
    background-color: #222;
}
.btn-primary {
    color: white;
    background-color: #54b999;
    border-color: #54b999;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #6ad6b4;
    border-color: #6ad6b4;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #a8c0ca;
    border-color: #a8c0ca;
}
.btn-primary .badge {
    color: #a8c0ca;
    background-color: white;
}
.btn-xl {
    color: white;
    background-color: #3eb7b7;
    border-color: #3eb7b7;
    font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 1px;
    font-size: 18px;
    padding: 20px 40px;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #51cccc;
    border-color: #51cccc;
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
    background-color: #a8c0ca;
    border-color: #a8c0ca;
}
.btn-xl .badge {
    color: #a8c0ca;
    background-color: white;
}
.navbar-custom {
    background-color: white;
    border-color: transparent;
    -webkit-box-shadow: 0 -1px 11px -2px rgba(0, 0, 0, 0.83);
}
.navbar-custom img {
    height: 55px;
    float: left;
    margin-top: -4px;
}
@media(max-width:768px) {
    .navbar-custom img {
        height: 45px;
        float: left;
        margin-top: 4px;
        margin-left: 25px;
    }
}

.navbar-custom .navbar-brand {
    color: #a8c0ca;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
    float: right;
    margin-right: 3px;
}
.navbar-custom .navbar-toggle {
    background-color: #3eb7b7;
    border-color: #3eb7b7;
    font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 12px;
}
.navbar-custom .navbar-toggle:focus {
    background-color: #3eb7b7;
    border-color: #3eb7b7;
}
.navbar-custom .navbar-toggle:hover {
    background-color: #4bd2d2;
    border-color: #4bd2d2;
}
.navbar-custom .nav li a {
    font-family: 'Open Sans', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-weight: 600;
    letter-spacing: 1px;
    color: black;
    text-align: right;
}
.navbar-custom .nav li a:hover {
    color: #3eb7b7;
    outline: 0;
    text-align: right;
}
.navbar-custom .navbar-nav>.active>a {
    background: 0;
    color: #3eb7b7;
}
.navbar-custom .navbar-nav>.active>a:hover {
    background: 0;
    color: #3eb7b7;
}
.navbar-custom .navbar-nav>.active>a:focus {
    background: 0;
    color: #3eb7b7;
}
@media(min-width:768px) {
    .navbar-custom {
        background-color: white;
        padding: 10px 0;
        -webkit-box-shadow: 0 -1px 11px -2px rgba(0, 0, 0, 0.83);
        -moz-box-shadow: 0 -1px 11px -2px rgba(0, 0, 0, 0.83);
        box-shadow: 0 -1px 11px -2px rgba(0, 0, 0, 0.83);
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-custom.affix {
        background-color: white;
        padding: 10px 0;
        -webkit-box-shadow: 0 -1px 11px -2px rgba(0, 0, 0, 0.83);
        -moz-box-shadow: 0 -1px 11px -2px rgba(0, 0, 0, 0.83);
        box-shadow: 0 -1px 11px -2px rgba(0, 0, 0, 0.83);
    }
    .navbar-custom.affix img {
        height: 55px;
        float: left;
        margin-top: -6px;
        margin-bottom: -20px;
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
}
header {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: white;
}
header .intro-text .intro-heading {
    font-family: 'Open Sans', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 25px;
    text-shadow: 0 0 1px black;
    color: #fff;
}
header .intro-text .intro-message {
    font-family: 'Open Sans', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 20px;
    text-shadow: 0 0 2px black;
    color: #fff;
}
header .intro-text .intro-lead-in {
    font-family: 'Open Sans', "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
}
header .intro-text .intro-heading {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 50px;
    text-shadow: 0 0 1px black;
}
section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
}
section h3.section-subheading {
    font-size: 16px;
    font-family: "Open Sans", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 75px;
    line-height: normal;
}
.service-heading {
    margin: 15px 0;
    text-transform: none;
}
@media(max-width:995px) {
    
    .container {
        width: 98% !important;
    }
    
}   

/* CHANGING BREAKPOINT OF BOOTSTRAP 3 NAVIGATION BAR*/
@media (max-width: 970px) {
        .navbar-header {
                float: none;
        }
        .navbar-toggle {
                display: block;
        }
        .navbar-collapse {
                border-top: 1px solid transparent;
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
                display: none!important;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .navbar-nav {
                float: none!important;
                margin: 7.5px -15px;
        }
        .navbar-nav>li {
                float: none;
        }
        .navbar-nav>li>a {
                padding-top: 10px;
                padding-bottom: 10px;
        }
    .navbar-form {
        padding: 10px 15px;
        margin-top: 8px;
        margin-right: -15px;
        margin-bottom: 8px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        width:auto;
        float:none!important;
    }
}

    
@media(max-width:767px) {
    .intro-heading {
        font-weight: 200!important;
        font-size: 30px!important;
        margin-bottom: 0!important;
    }
    .intro-message {
        font-weight: 100!important;
        font-size: 15px!important;
        margin-bottom: 0!important;
    }
}#small-box-cont .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
#small-box-cont .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    width: auto;
    height: 170px;
    margin: 0 auto;
}
#small-box-cont .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(84, 185, 153, 0.8);
    position: absolute;
    width: 100%;
    height: 170px;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}
#small-box-cont .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
#small-box-cont .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}
#small-box-cont .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#small-box-cont .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #small-box-cont .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#small-box-cont .portfolio-item .portfolio-caption {
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 25px;
}
#small-box-cont .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
}
#small-box-cont .portfolio-item .portfolio-caption p {
    font-family: "Open Sans", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
}
#small-box-cont * {
    z-index: 2;
}
@media(min-width:767px) {
    #small-box-cont .portfolio-item {
        margin: 0 0 30px;
    }
}.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}
.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}
.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #a8c0ca;
    color: white;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
    margin-bottom: 0;
}
@media(min-width:768px) {
    .timeline:before {
        left: 50%; }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px;
    }
}@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}.team-member {
    text-align: center;
    margin-bottom: 50px;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid white;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
}
aside.clients img {
    margin: 50px auto;
}
footer {
    padding: 25px 0;
    text-align: center;
}
footer span.copyright {
    line-height: 40px;
    font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
    background-color: #3eb7b7;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
    outline: 0;
}
.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
    font-weight: 300;
    text-align: justify;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Open Sans", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}
::-moz-selection {
    text-shadow: none;
    background: #a8c0ca;
}
::selection {
    text-shadow: none;
    background: #2eb9ae;
    color: #fff;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    webkit-tap-highlight-color: #a8c0ca;

}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}
.modal {
    margin: 0!important;
    left: calc(50% - 250px);
    left: -webkit-calc(50% - 250px);
    left: -moz-calc(50% - 250px);
    top: 100px;
    bottom: auto;
    right: auto;
    padding: 0;
    width: 500px!important;
    margin-left: -250px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}
@media(max-width:500px) {
    .modal {
        left: 0;
        width: 100%!important;
        margin-left: 0;
        top: 0;
        height: 100%!important;
    }
}
.modal.container {
    max-width: none;
}
.modal-header .close {
    margin-top: 0;
    margin-bottom: -20px;
    text-shadow: none;
    font-size: 27px;
    font-weight: lighter;
}
.modal-lg {
    margin: 0!important;
    left: 5%;
    top: 100px;
    bottom: auto;
    right: auto;
    padding: 0;
    width: 90%!important;
    margin-left: -250px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}
.select2-container .select2-search--dropdown .select2-search__field, .select2-container .select2-selection, .select2-container .select2-container--focus .select2-selection, .select2-container .select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 3px;
}
.select2-container .select2-results__group {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.select2-dropdown {
    z-index: 10060;
}
.select2-close-mask {
    z-index: 10055;
}
.modal-open .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: auto!important;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.select2-container .select2-selection--single {
    height: 35px;
    border: 1px solid #ccc;
}
.select2-container {
    display: block;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__clear {
    font-weight: lighter;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
}
.input-modal {
    height: 35px!important;
}
@keyframes change-color-red-green {
    0%, 100% {
        color: #3eb7b7;
    }
    50% {
        color: #ef6b8d;
    }
}@-moz-keyframes change-color-red-green {
    0%, 100% {
        color: #3eb7b7;
    }
    50% {
        color: #ef6b8d;
    }
}@-webkit-keyframes change-color-red-green {
    0%, 100% {
        color: #3eb7b7;
    }
    50% {
        color: #ef6b8d;
    }
}@-o-keyframes change-color-red-green {
    0%, 100% {
        color: #3eb7b7;
    }
    50% {
        color: #ef6b8d;
    }
}.rotate-hover {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 15px;
    padding: 5px 6px 5px 6px;
    border: solid 1px;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
    cursor: pointer;
    animation: change-color-red-green 3s linear infinite;
    -moz-animation: change-color-red-green 3s linear infinite;
    -webkit-animation: change-color-red-green 3s linear infinite;
    -o-animation: change-color-red-green 3s linear infinite;
}
.rotate-hover:hover, .rotate-hover:focus {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    text-decoration: none;
}
.center {
    text-align: center;
}
.btn-outline-green {
    border-color: #32c5d2;
    color: #32c5d2!important;
    background: 0;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-outline-green:hover {
    border-color: #32c5d2;
    color: #fff!important;
    background-color: #32c5d2!important;
}

.btn-outline-green-u {
    border-color: #32c5d2;
    color: #1d8790!important;
    background: 0;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: 10px;
}
.btn-outline-green-u:hover {
    border-color: #32c5d2;
    color: #fff!important;
    background-color: #32c5d2!important;
}

.btn-outline-green-s {
    border-color: #d9534f;
    color: #d9534f!important;
    background: 0;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: 10px;
}
.btn-outline-green-s:hover {
    border-color: #ea1616;
    color: #fff!important;
    background-color: #ea1616!important;
}

.img-features {
    box-shadow: 0px 0px 10px 0px #d0d0d0;
    margin-top: 5px;
    max-width: 97%
}

.btn-outline-grey {
    border-color: #ccc;
    color: #888!important;
    background: 0;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-outline-grey:hover {
    border-color: #b7b7b7;
    color: #636365!important;
    background-color: #ccc;
}
.floatLeft{
    float: left;
}
.color-gg-red{
    color: #d9534f!important;
}

.floatRight{
    float: right;
}
.btn-green {
    border-color: #32c5d2;
    color: #fff!important;
    background: #32c5d2;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-green:hover {
    border-color: #1be8d7;
    color: #fff!important;
    background-color: #1be8d7;
}
.btn-header-flash {
    color: #fff!important;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-size: 16px;
    font-weight: 200;
    padding: 13px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-header-flash:hover {
    color: #fff!important;
    background-color: #ea1616;
    border-color: #d43f3a;
}
.btn-white-green {
    color: #4f5a67!important;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-white-green:hover {
    color: #32c5d2!important;
}
.width-100 {
    width: 100px;
}
.width-140 {
    width: 140px;
}
.pricing {
    text-align: center;
    padding: 40px 30px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 10px;
}
.price {
    font-weight: 800;
    font-size: 50px;
}
.panel-bottom-2 {
    background-color: #778390;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}
.panel-bottom p {
    line-height: 1.5;
    font-weight: 100;
}   

.panel-bottom {
    background-color: #4f5a67;
    color: #fff;
    padding-top: 50px;
}
.panel-bottom h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}
.panel-bottom a, .panel-bottom a:hover {
    font-weight: 100;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.panel-heading {
    background-color: #f4f7f7!important;
}
.mobility-container-2 {
    background-image: url(/views/v2/theme/images/bg/7.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 400px;
}
.mobility-container-1 {
    background-image: url(/views/v2/theme/images/bg/8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 1%;
    text-align: center;
    background-attachment: fixed;
}
.screen-mac {
    height: auto;
    width: 693px;
}
@media(max-width:690px) {
    .screen-mac {
        width: 95%}
}.min-height-490 {
    margin-top: 0;
}
.min-height-600 {
    min-height: 600px;
}
.container-full-grey {
    width: 100%;
    background-color: #f4f7f7;
    padding: 60px;
    text-align: center;
}

.background-grey {
    background-color: #f4f7f7;
}

@media(max-width:760px) {
    .container-full-grey {
        padding: 30px 20px 30px 20px;
    }
}.color-gg {
    color: #3eb7b7;
}
.header-group {
    width: 100%;
    position: absolute;
    top: -webkit-calc(100%/2 - 120px);
    top: -moz-calc(100%/2 - 120px);
    top: calc(100%/2 - 120px);
}
.edit-textbox {
    border-radius: 4px;
}
.header-scroll {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 35px);
}
.header_contact {
    background: url('/views/v2/theme/images/bg/bg7.jpg');
    background-position: center top;
    background-size: cover;
    position: relative;
    min-height: 900px;
    height: 100%}
.form-group {
    margin-bottom: 25px;
}
.form-group input, .form-group textarea {
    height: 50px;
}
.green-header-logo {
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 80px;
    height: 12vh;
    width: 24vh;
}
.small-box {
    margin: auto;
    display: block;
    max-width: 300px;
    max-height: 200px;
    margin-top: 50px;
    background-position: center center;
}
.header-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 50px;
    text-shadow: 0 0 1px black;
    color: #fff;
}
.header-text2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 40px;
    margin-bottom: 50px;
    text-shadow: 0 0 1px black;
    color: #fff;
}
.header-text3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 40px;
    color: #333;
}
.header-text4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 35px;
    color: #fff;
}
.header-text5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 30px;
    color: #333;
    margin-top: -5px;
}
.header-text5 a {
    color: #777;
    background: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.header-text5 a:hover {
    color: #32c5d2;
    text-decoration: none;
}
.header-text6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #4f5a67;
    margin: 0;
}
.header-text6 a, .header-text6 a:focus, .header-text6 a:hover {
    color: #333;
    text-shadow: none;
    text-decoration: none;
}
.header-text-blog {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 23px;
    color: #333;
    margin-top: -5px;
}
.header-text-blog a {
    color: #333;
    background: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.header-text-blog a:hover {
    color: #32c5d2;
    text-decoration: none;
}
.header-modal {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #333;
    margin: 0;
}
.modal-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #333;
}
.text-justify {
    text-align: justify;
}
.font-14 {
    font-size: 14px;
}
.block-dot {
    font-size: 4px;
    padding: 10px;
    vertical-align: middle;
}
.header-bulutklinik {
    cursor: pointer;
    background-image: url(/views/v2/theme/images/bg/bg6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    height: 40%;
    min-height: 350px;
    padding: 0;
}
.cursor-pointer {
    cursor: pointer;
}
.header-otomasyon {
    cursor: pointer;
    background-image: url(/views/v2/theme/images/bg/bg5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    height: 40%;
    min-height: 350px;
    padding: 0;
}
.header-yazilim {
    cursor: pointer;
    background-image: url(/views/v2/theme/images/bg/bg8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    height: 40%;
    min-height: 350px;
    padding: 0;
}
.header-sistem {
    cursor: pointer;
    background-image: url(/views/v2/theme/images/bg/bg10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    height: 40%;
    min-height: 350px;
    padding: 0;
}
.header-mobil {
    cursor: pointer;
    background-image: url(/views/v2/theme/images/bg/bg12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    height: 40%;
    min-height: 350px;
    padding: 0;
}
.header-stk {
    cursor: pointer;
    background-image: url(/views/v2/theme/images/bg/bg11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    height: 40%;
    min-height: 350px;
    padding: 0;
}
.move-down {
    width: 70px;
    height: 70px;
    font-size: 55px;
    line-height: 70px;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 50%;
    text-align: center;
}
.padding-left-right-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.padding-left-right-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padding-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.padding-left-right-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-top-bottom-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-top-bottom-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-top-bottom-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-top-bottom-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.padding-top-bottom-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-top-bottom-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.padding-0 {
    padding: 0;
}
.margin-0 {
    margin: 0;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-80 {
    padding-top: 80px;
}
.margin-top-90 {
    margin-top: 90px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-100 {
    padding-top: 100px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.height-full {
    height: 100%!important;
}
.height-full-250 {
    height: calc(100% - 250px)!important;
}
.height-fifty {
    height: 50%!important;
}
.hakkimizda {
    border-radius: 8px;
}
.crop {
    width: 360px;
    height: 360px;
    overflow: hidden;
}
.crop img {
    width: 360px;
    height: 260px;
}
.footer-address {
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-Regular.otf);
}
.cover {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%}
.buton {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    background: #3498db;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
.pattern {
    background-image: url('/views/grn/theme/images/general/pattern.png');
    width: 100%;
    height: 100%;
    position: absolute;
}
.modal h4 {
    font-weight: 300;
    font-size: 24px;
}
.modal p {
    font-weight: 300;
}
.modal img {
    margin: auto;
    margin-bottom: 60px;
    width: 80%;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.10);
}
.pattern-colored {
    background-image: url('/views/v2/theme/images/theme/pattern_g.png');
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: justify;
    padding: 100px 30px 30px 30px;
}
.gg_hidden {
    display: none!important;
}
.faq-index {
    width: 30px;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #333;
}
.swiper-container2 {
    width: 100%;
    height: 450px;
    margin-top: 70px;
    overflow: hidden;
}

.swiper-container3 {
    width: 100%;
    overflow: hidden;
}

.img-mobile {
    border: 1px solid #ccc;
    margin: 5px;
    height: 100%;
    width: 162px;
}
.swiper-slide2 {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    height: 250px;
    opacity: .3;
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

.swiper-slide-features {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    height: 99%;
    text-align: center;
    font-size: 18px;
    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;
}


.swiper-container2 .swiper-wrapper .swiper-slide-active {
    z-index: 5;
    opacity: 1;
    height: 300px;
}
.img-mobile-phone {
    position: absolute;
    z-index: 9;
    width: 210px;
    left: calc(50% - 105px);
}
.sp2 {
    padding-top: 40px;
}
.swiper-container {
    width: 100%;
    height: 100%}
.swiper-slide {
    text-align: center;
    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;
}
.swiper-pagination-bullet-active {
    background: #3eb7b7;
}
.slide {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: white;
    height: 70%;
    min-height: 340px;}
.social-blog {
    text-align: right;
    -webkit-box-sizing: border-box;
    border: 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1em;
    outline: 0;
    padding: 4px 7px 0 0;
    text-decoration: none;
    width: 30px;
    height: 30px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.social-blog:hover, .social-blog:active, .social-blog:focus {
    color: #fff;
    background-color: #32c5d2;
}
.social-blog-faccebook {
    border: 1px solid #3b5998;
    color: #3b5998;
    padding-right: 10px;
    border-radius: 5px;
}
.social-blog-twitter {
    border: 1px solid #83c3f3;
    color: #83c3f3;
    border-radius: 5px;
}
.social-blog-linkedin {
    border: 1px solid #0077b5;
    color: #0077b5;
    border-radius: 5px;
}
.social-blog-whatsup {
    border: 1px solid #43c353;
    color: #43c353;
    border-radius: 5px;
}
.social-blog-mail {
    border: 1px solid #ed4926;
    color: #ed4926;
    border-radius: 5px;
}
.modal-mail-gg {
    max-height: calc(100vh - 50px)!important;
    overflow-y: auto!important;
    top: 50%;
    transform: translateY(-50%);
}
.select-product {
    padding: 10px;
    width: 90%}
.selected-product {
    border: 1px solid #32c5d2;
    background-color: #32c5d2;
    color: #fff!important;
    width: 100%!important;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog-top-container {
    padding-bottom: 0;
    border-bottom: 2px solid #3db4b5;
}
.blog-bottom-container {
    padding-bottom: 0;
    border-bottom: 1px solid #3db4b5;
    text-align: center;
}
.blog-top-bottom {
    text-align: left;
}
.blog-top-right {
    text-align: right;
    margin-top: -10px;
}
.blog-bottom-center {
    text-align: center;
    margin-top: -15px;
}
.blog-top-center {
    text-align: center;
    background-color: #3db4b5;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 4px;
    color: #fff;
    margin: 0 0 -2px 0;
}
.block-bottom-background-white-margin {
    display: inline-block;
    background: white;
    height: 45px;
    margin-bottom: -30px;
    padding-top: 22px;
}
.img-avatar {
    height: 50px;
    width: 50px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -moz-border-radius: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
}
.align-right {
    float: right;
}
.inline-block {
    display: inline-block;
}
.blog-title-a {
    color: #fff;
}
.blog-title-a:hover, .blog-title-a:active, .blog-title-a:focus {
    color: #fff;
}
.home-blog-list {
    display: block;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-counter {
    width: 50%;
    margin-bottom: 25px;
    display: inline-block;
    float: left;
}
.main-counter-border {
    border-right: 1px solid #dfe6e6;
}
.features-block-main{
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    height: 110px;
}

@media(max-width:768px) {
    .mobile-show {
        margin-bottom: 10px;
        display: block;
    }
    .vidrow{
        padding-top: 30px !important;
    }

}@media(min-width:768px) {
    .mobile-show {
        margin-bottom: 0;
        display: none;
    }

    .vidrow{
        padding-top: 30px !important;
    }

    .main-counter{
        width:150px;
        margin:5px;
        border-right:1px solid #dfe6e6;
        display: inline-block;
        float: unset;
    }

    .main-counter:nth-last-child(1){
        border-right: none;
    }

}.api-cln-style-dec {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #333;
}
.api-cln-ta {
    width: 600px;
    padding: 20px;
    position: relative;
    margin: auto;
}
.api-cln-cont {
    position: relative;
    margin: auto;
    padding-bottom: 80px;
    width: 100%}
.cln-data-table {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
}
.calander-button-height {
    line-height: 1!important;
}
@media screen and (max-width:600px) {
    .api-cln-ta {
        width: auto!important;
        padding: 20px;
        position: relative;
        margin: auto;
    }
    .api-cln-cont {
        position: relative;
        margin: auto;
        padding-bottom: 80px;
        width: 100%}
}
.calendar-button-height {
    line-height: 0!important;
}








.application_market {
    padding-bottom: 30px;
    text-align: left;
}
.application_contact {
    padding-bottom: 30px;
    text-align: center;
}
.footer_phone {
    color: #fff;
    font-size: 21px!important;
    padding-top: 5px;
    /*float: left !important;*/
}
.footer_dot {
    color: #87939e!important;
    font-size: 25px!important;
    /*float: left !important;*/
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 4px;
}
@media screen and (max-width:798px) {
    
    .application_market {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }
    .application_contact {
        text-align: center;
    }
    .footer_phone {
        float: none !important;
        display: block;
    }
    .footer_dot {
        display: none;
    }

}




.height-30 {
    height: 30px!important;
}
.left {
    text-align: left!important;
}



.counter{
    color: #4f5a67 !important;
    font-size:35px !important;
}

.main-count-icon{
    display:block;
    font-size:25px;
    line-height: 30px;
}

.main-cont-icon-stet{
    font-size:29px !important;
}

.counter-text{
    font-size:25px !important;
}

.video-image{
    width: 100%; height: 312px; background-image: url('/views/grn/theme/images/general/main_video_full.jpg'); background-size: cover; background-position:center; 

}

.video-image-after{
    background-image:none; 
    background-color:#4f5a67;
}

.main-youtube-video{
    width:555px;
    height:312px;
    min-width:555px;
    min-height:312px;
    margin-top:-60px;
}

.cookie-warning{
    position:fixed; 
    bottom:0; 
    z-index:10;
    background-color: #d0d0d0d4;
    width: 100%;
    padding: 25px;
    text-align: center;
}

.cookie-warning-close{
    font-size:24px;
    display: inline-block;
    margin-left: 30px;
}

.cookie-warning-text{
    display: inline-block;
}



