.widget-video-full {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 500px;
}

.text-content ul,
.text-content li {
    list-style: disc;
    ;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important
}

::-webkit-input-placeholder {
    / Chrome/Opera/Safari / color: #000 !important
}

::-moz-placeholder {
    / Firefox 19+/ color: #000 !important
}

::-ms-input-placeholder {
    / IE 10+/ color: #000 !important
}

::-moz-placeholder {
    / Firefox 18- / color: #000 !important
}

.rev_slider_wrapper .slide-content-box .button a {
    text-align: center;
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: all 500ms ease !important;
    font-family: 'Poppins', sans-serif;
    display: inline-block !important;
    border-radius: 30px;
    padding: 14px 40px 14px
}

.main-slider .slider__link a.contact,
.rev_slider_wrapper .slide-content-box .button a.contact {
    background: #fff;
    border-color: #fff;
    color: #2acb35
}

.rev_slider_wrapper .slide-content-box .button a.contact:hover {
    background: transparent
}

.rev_slider_wrapper .slide-content-box.middle-slide .button a {
    display: inline-block !important;
    margin: 0 10px !important
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
nav,
section {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

button,
input {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    a[href^="javascript:"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

h1,
h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
h2 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

p {
    margin: 0 0 10px
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}




.main-slider {
    height: 40vw;
    position: relative;
}



.main-slider .owl-stage,
.main-slider .owl-item,
.main-slider .owl-stage-outer{
    height: 100%;
}
.lowVisionModal{
    display: none;
    position: fixed;
    z-index: 1243564747;
    padding-top: 50vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.lowVisionModal__content{
    background: green;
    position: fixed;
    top: 25%;
    left: 25%;
    padding: 150px 20px 150px 20px;
    width: 700px;
}
.lowVisionModal__text{
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Rubik', sans-serif;
}
.closeModal{
    position: absolute;
    top: -4%;
    right: -2%;
    font-size: 60px;
    color: #333;
    background-color: #fff;
    height: 10%;
}
.lowVision__button{
    position: fixed;
    top: 35%;
    left: 89%;
    z-index: 99999999;
    display: flex;
    color: #fff;
    padding: 15px;
    background: green;
    transform: rotate(90deg);
    border-radius: 0px 0px 25px 25px;
    width: 220px;
    justify-content: space-between;
    align-items: center;
    display: none;
}
.lowVision__button-txt{
    text-transform: uppercase;
    max-width: 120px;
    font-family: 'Rubik', sans-serif;
}
.lowVision__button-img i{
    font-size: 48px;
}
@media (min-width: 3300px){
    .lowVisionModal__content{
        left: 40%;
    }
}
@media (min-width: 2300px){
    .lowVisionModal__content{
        left: 35%;
    }
}

@media (min-width: 1600px)  {
    .lowVision__button{
        left: 94%;
    }
    .lowVisionModal__content{
        left: 30%;
    }
}
@media (max-width: 1024px)  {
    .lowVision__button{
        left: 84%;
    }
}
@media (max-width: 768px)  {
    .lowVision__button{
        left: 78%;
    }
    .lowVisionModal__content{
        left: 5%;
    }
}
@media (max-width: 500px)  {
    .lowVision__button{
        left: 63%;
    }
    .lowVisionModal__content{
        padding: 100px 60px 100px 60px;
        width: 450px;
    }
    .lowVisionModal__text{
        font-size: 24px;
    }
}
@media (max-width: 420px)  {
    .lowVisionModal__content{
        padding: 60px;
        width: 380px;
    }
}
@media (max-width: 375px)  {
    .lowVision__button{
        left: 59%;
    }
    .lowVisionModal__content{
        padding: 60px;
        width: 320px;
    }
}
@media (max-width: 320px) {
    .lowVision__button {
        left: 54%;
    }
    .lowVisionModal__content{
        padding: 50px;
        width: 280px;
    }
}

.home-slider-image-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider__wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}


.slider__content {
    position: relative;
    z-index: 2;
    max-width: 70%;
}

.slider__wrapper:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #0005;
    z-index: 1;
}

.slider__link {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slider__link a + a{
    margin-left: 30px;
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-12,
.col-sm-6,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

@media(min-width:768px) {

    .col-sm-12,
    .col-sm-6 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-6 {
        width: 50%
    }
}

@media(min-width:992px) {

    .col-md-12,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }
}

@media(min-width:1200px) {

    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}
.hide {
    display: none !important
}

.show {
    display: block !important
}

.dropdown {
    position: relative
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.navbar-collapse:after,
.navbar-header:after,
.row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

@-ms-viewport {
    width: device-width
}

.visible-sm,
.visible-xs {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */


[class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 0
}

.flaticon-left:before {
    content: "\f121"
}

.flaticon-flower:before {
    content: "\f122"
}

.flaticon-nature:before {
    content: "\f123"
}

.flaticon-light:before {
    content: "\f124"
}

.flaticon-shape:before {
    content: "\f129"
}

.flaticon-location:before {
    content: "\f12a"
}

.flaticon-note:before {
    content: "\f12b"
}

.flaticon-technology:before {
    content: "\f12c"
}

/*! nouislider - 8.0.2 - 2015-07-06 13:22:09 */
@font-face {
    font-display: swap;
    font-family: 'flexslider-icon';
    src: url('../fonts/webfont/flexslider-icon.eot');
    src: url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/flexslider-icon.woff') format('woff'), url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'), url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal
}

#ptTimeSelectCntr {
    display: none;
    font-size: 12px;
    margin-left: 0;
    position: absolute;
    width: 270px !important;
    z-index: 10
}

#ptTimeSelectCntr .ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding: 5px
}

#ptTimeSelectCntr .ui-widget.ui-widget-content {
    border: 1px solid #ddd !important
}

#ptTimeSelectCntr .ui-widget-header {
    background: #2acb35 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    padding: 5px
}

#ptTimeSelectCntr #ptTimeSelectUserTime {
    font-size: larger;
    line-height: 26px;
    padding: 0 10px;
    text-align: center
}

#ptTimeSelectCntr .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png") !importent
}

#ptTimeSelectCntr #ptTimeSelectCloseCntr {
    display: block;
    padding: 0
}

#ptTimeSelectCntr .ui-widget.ui-widget-content {
    margin-top: 0
}

#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {
    border-top: 0;
    border-bottom: 0;
    border-left: none;
    border-right-width: 2px
}

#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
    border: 0
}

#ptTimeSelectCntr .ptTimeSelectHrCntr a,
#ptTimeSelectCntr .ptTimeSelectMinCntr a {
    display: block;
    float: left;
    line-height: 32px;
    margin: 2px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 500ms ease
}

#ptTimeSelectCntr .ptTimeSelectHrCntr a:hover,
#ptTimeSelectCntr .ptTimeSelectMinCntr a:hover {
    background: #2acb35 !important;
    border-color: #2acb35 !important
}

#ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
    color: #252525;
    font-size: 13px;
    font-weight: 700
}

#ptTimeSelectCntr #ptTimeSelectCloseCntr a {
    border-radius: 30%;
    display: block;
    height: 25px !important;
    line-height: 24px;
    margin: 0 !important;
    opacity: 1;
    padding: 0 !important;
    text-align: center;
    width: 25px !important;
    padding: 3px 4px !important
}

#ptTimeSelectCntr .ui-state-default {
    background: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 0;
    color: #252525 !important;
    font-size: 12px;
    font-weight: normal;
    height: 34px;
    margin-bottom: 5px;
    outline: medium none;
    text-align: center;
    width: 34px !important;
    line-height: 33px;
    margin: 2px;
    transition: all 500ms ease
}

#ptTimeSelectCntr .ui-state-default:hover {
    background: #43c3ea !important;
    border-color: #43c3ea !important
}

#ptTimeSelectCntr #ptTimeSelectSetButton {
    padding: 0 15px 5px 0
}

#ptTimeSelectCntr #ptTimeSelectSetButton a {
    display: block;
    text-align: center;
    float: right;
    background: #252525 !important;
    border: 2px solid #252525 !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: normal;
    height: 35px;
    width: 70px !important;
    padding: 0;
    margin: 0;
    line-height: 32px;
    text-transform: uppercase;
    transition: all 500ms ease
}

#ptTimeSelectCntr #ptTimeSelectSetButton a:hover {
    background: #2acb35 !important
}

/*! jQuery UI - v1.11.4 - 2016-04-01
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png")
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-corner-all {
    border-top-left-radius: 4px
}

.ui-corner-all {
    border-top-right-radius: 4px
}

.ui-corner-all {
    border-bottom-left-radius: 4px
}

.ui-corner-all {
    border-bottom-right-radius: 4px
}

@font-face {
    font-display: swap;
    font-family: 'revicons';
    src: url('../assets/revolution/fonts/revicons/revicons.eot?5510888');
    src: url('../assets/revolution/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'), url('../assets/revolution/fonts/revicons/revicons.woff?5510888') format('woff'), url('../assets/revolution/fonts/revicons/revicons.ttf?5510888') format('truetype'), url('../assets/revolution/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal
}

.rev_slider_wrapper {
    position: relative;
    z-index: 0
}

.rev_slider {
    position: relative;
    overflow: visible
}

.rev_slider>ul,
.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0
}

.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
    visibility: hidden
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important
}

.rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0
}

.tp-caption {
    z-index: 1
}

.tp-caption {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    position: absolute;
    -webkit-font-smoothing: antialiased !important
}

.rev_slider_wrapper {
    width: 100%
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background: url(../assets/revolution/assets/loader.gif) no-repeat center center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-bannertimer {
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    height: 5px
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows:hover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

/*!
 * Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.foot_h_3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.p_3_h {
    margin: 15px 0 0;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: 'Rubik' !important;
    color: #404040 !important;
    text-align: center;
    display: block
}

.p_3_h_hov {
    margin: 15px 0 0;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: 'Rubik' !important;
    color: #2acb35 !important;
    text-align: center;
    display: block
}

.p_3_h_hov a {
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: 'Rubik' !important;
    color: #2acb35 !important
}

.p_3_h a {
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: 'Rubik' !important;
    color: #404040 !important
}

.container p a {
    color: #0c0cbf
}

.foot_h_5 {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    margin: 0
}

.slider__title,
.slide_h_1 {
    color: white;
    text-align: center;
    text-transform: none;
    font-family: 'Rubik' !Important;
    font-size: 36px ;
    font-weight: bold !important
}

.text_h_1 {
    color: #404040 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    text-transform: uppercase !important;
    margin: 0 0 9px !important;
    font-family: 'Rubik', sans-serif
}

.h_3_vabri {
    margin: 0 0 16px !important;
    transition: all .7s !important;
    font-size: 18px !important;
    font-family: 'Rubik' !important;
    font-weight: 600 !important;
    color: #404040 !important
}

.review_h_3 {
    color: #2acb35 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: 'Lobster', cursive !important;
    text-transform: none !important;
    margin: 0 0 12px !important
}

p.blog-title {
    color: #404040 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    padding: 10px 0 10px !important;
    display: block !important;
    transition: all 500ms ease !important
}

.h_3_price_box {
    color: #2acb35 !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    display: block !important;
    padding: 10px 0 !important;
    font-family: 'Rubik' !important
}

.review_email_h_3 {
    padding-top: 19px !important;
    font-size: 18px !important;
    color: #303030 !important;
    font-weight: 600 !important;
    font-family: 'Rubik', sans-serif !important
}

.slider__alt,
.h_2_slide {
    text-align: center !important;
    color: #2acb35 !important;
    font-family: 'Lobster' !important;
    font-style: cursive !important;
    font-size: 30px
}

.price_h_1 {
    float: left;
    width: 50%;
    margin-top: -15px;
    color: #0f2010 !important;
    font-size: 50px !important;
    line-height: 80px !important;
    font-weight: 400 !important;
    font-family: 'Rubik' !important;
    position: relative !important;
    transition: all 500ms ease
}

.price_h_1 b {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 45px !important
}

.booking_h_1 {
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 42px !important;
    margin: 0 0 13px !important;
    font-family: 'Rubik' !important
}

button:focus {
    outline: 0
}

h1,
h2 {
    font-family: 'Rubik', sans-serif;
    color: #404040;
    margin: 0
}

a,
a:hover,
a:active,
a:focus {
    transition: all .5s ease 0s;
    text-decoration: none;
    outline: 0;
    color: #fff
}

img {
    max-width: 100%;
    height: auto
}

.copyright-text img {
    width: 90px;
}

i {
    font-style: normal
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

.sec-padding {
    padding: 80px 0
}

button {
    border: 0;
    background: transparent
}

.thm-btn {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    display: block;
    border-radius: 30px;
    padding: 12px 30px 12px;
    transition: all 500ms ease
}

.bgclr-1 {
    background: #2acb35;
    border: 2px solid #2acb35;
    color: #fff
}

.thm-btn:hover {
    background: transparent;
    color: #222
}

.sec-title {
    margin-top: -6px;
    padding-bottom: 36px;
    position: relative
}

.sec-title .border.mar0auto {
    margin: 0 auto
}

.sec-title h1 {
    color: #404040;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 9px
}

.sec-title .border {
    width: 152px;
    height: 30px;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center
}

.sec-title .border span:before {
    color: #2acb35;
    font-size: 30px;
    line-height: 30px
}

.sec-title .border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #2acb35;
    content: "";
    margin: 14px 0
}

.sec-title .border:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background: #2acb35;
    content: "";
    margin: 14px 0
}

.sec-title p {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 26px
}

.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-color: rgba(255, 255, 255, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/images/icon/preloader.gif)
}

.scroll-to-top {
    background: transparent;
    border: 2px solid #2acb35;
    bottom: 25px;
    color: #2acb35;
    cursor: pointer;
    display: none;
    font-weight: normal;
    height: 45px;
    line-height: 38px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 50px;
    font-size: 30px;
    z-index: 99999;
    -webkit-box-shadow: 0 8px 23px -6px rgba(27, 27, 27, 1);
    -moz-box-shadow: 0 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0 8px 23px -6px rgba(27, 27, 27, 1)
}

.scroll-to-top:hover {
    background: #2acb35;
    color: #fff
}

input:focus {
    border-color: #43c3ea;
    outline: 0
}

.overlay-style-one {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(44, 203, 56, .8);
    color: #fff;
    transition: all 500ms ease;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.top-bar-area {
    position: relative;
    background: #222426 !important;
    padding: 10px 0 10px
}

.top-bar-area .top-left {
    overflow: hidden
}

.top-bar-area .top-left ul li {
    display: inline-block;
    float: left;
    border-right: 1px solid #353637;
    padding-right: 15px;
    color: #888;
    font-size: 14px;
    font-weight: 400
}

.top-bar-area .top-left ul li:last-child {
    border-left: 1px solid #161a1e;
    padding-left: 15px;
    border-right: 0 solid
}

.top-bar-area .top-left ul li span:before {
    color: #2acb35;
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 8px
}

.top-bar-area .top-right {
    float: right;
    margin: 2px 0 0
}

.mainmenu-area {
    position: relative;
    z-index: 999999;
    background: #fff
}

.mainmenu-area .logo {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: auto;
    text-align: center
}

.mainmenu-area .arrow {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    bottom: -39px
}

.mainmenu-area .logo a {
    display: inline-block
}

.mainmenu-area .logo .logo-image {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 250px;
    height: auto;
    z-index: 5
}

.main-menu .nav-container {
    position: relative;
    float: left;
    width: 50%
}

.main-menu .nav-container.nav-left {
    padding-right: 150px
}

.main-menu .nav-container.nav-right {
    padding-left: 180px
}

.main-menu .nav-container>ul {
    position: relative;
    width: 100%;
    display: flex;
}

.main-menu {
    position: relative
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
    z-index: 2
}

.main-menu .navigation li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px
}

.main-menu .navigation li:last-child {
    margin-right: 0
}

.main-menu .navigation li a {
    color: #303030;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    opacity: 1;
    padding: 35px 8px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: 'Rubik', sans-serif
}

.main-menu .navigation li:first-child a {
    padding-left: 0
}

.main-menu .navigation>li:hover>a {
    color: #2acb35
}

.main-menu .navigation li a:after {
    font-family: "Flaticon";
    position: absolute;
    right: 0;
    top: 16px;
    width: 100%;
    height: 25px;
    font-size: 25px;
    color: #2acb35;
    line-height: 25px;
    opacity: 0;
    font-weight: 400;
    text-align: right;
    transition: all 500ms ease
}

.main-menu .navigation>li:hover a:after {
    width: 100%;
    opacity: 1
}

.main-menu .navigation>li>ul {
    border-top: 2px solid #2acb35;
    position: absolute;
    left: 0;
    top: 130%;
    width: 250px;
    padding: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    transition: all 500ms ease
}

.main-menu .navigation>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.main-menu .navigation>li>ul>li {
    border-bottom: 1px solid #f4f4f4;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li>a {
    width: 100%;
    display: block;
    background: 0;
    padding: 16px 0 14px 20px;
    color: #303030;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: block;
    float: none;
    text-transform: capitalize;
    position: relative;
    transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
    z-index: 1
}

.main-menu .navigation>li>ul>li>a:first-child {
    padding-left: 20px
}

.main-menu .navigation>li>ul>li>a:after {
    display: none
}

.main-menu .navigation>li>ul>li>a:before {
    font-family: FontAwesome;
    content: '\f0da';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
    text-align: left;
    transition: all 500ms ease;
    transform: translate3d(-2px, 0px, 0px);
    opacity: 0;
    z-index: -1
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    background-color: #2acb35
}

.main-menu .navigation>li>ul>li:hover>a:before {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1
}

.main-menu .nav-container>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 2px solid #fff;
    background: url(/images/icon/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.slider__title,
.slider__caption,
.rev_slider_wrapper .slide-content-box p {
    font-size: 18px;
    color: #f4f4f4;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Rubik', sans-serif
}

.rev_slider_wrapper .slide-content-box.middle-slide p {
    text-align: center
}

.slider__caption,
.slider__title {
    margin-top: 20px;
    line-height: 1.2;
}

.slider__title {
    font-size: 30px;
}

.main-slider.owl-theme .owl-controls .owl-prev,
.main-slider.owl-theme .owl-controls .owl-next {
    background: #000 !important;
    border: 2px solid #f4f4f4;
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all .3s;
    opacity: 0;
}

.main-slider.owl-theme:hover .owl-controls .owl-prev,
.main-slider.owl-theme:hover .owl-controls .owl-next {
    opacity: 1;
}


.main-slider.owl-theme .owl-controls .owl-prev:hover,
.main-slider.owl-theme .owl-controls .owl-next:hover {
    background: #2acb35 !important;
}

.main-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
}

.main-slider .owl-prev:before {
    content: '\e824';
    font-family: "revicons";
}

.main-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
}

.main-slider .owl-next:before {
    content: '\e825';
    font-family: "revicons";
}

.slider__alt {
    line-height: 1.2;
}

.tparrows {
    background: #000;
    border: 2px solid #f4f4f4;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 4px
}

.tparrows:before {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 46px;
    text-align: center;
    transition: all 500ms ease
}

.tparrows:hover {
    background: #2acb35;
    border-color: #2acb35
}

.tparrows:hover:before {
    color: #333
}

.rev_slider_wrapper .slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9
}

.welcome-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.welcome-area .text-holder .bottom {
    margin: 30px 0 0;
    position: relative
}

.welcome-area .text-holder .bottom .read-more-button {
    width: 180px
}

.welcome-area .text-holder .bottom .read-more-button a {
    padding: 12px 40px 12px
}

.welcome-area .text-holder .bottom .read-more-button,
.welcome-area .text-holder .bottom .title {
    display: table-cell;
    vertical-align: middle
}

.welcome-area .text-holder .bottom .title {
    padding-left: 30px
}

.welcome-area .text-holder .bottom .title h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px
}

.welcome-area .text-holder .bottom .title h2 span {
    color: #2acb35
}

.welcome-area .img-holder {
    margin-top: -75px
}

.welcome-area .img-holder img {
    width: 100%
}

.procedures-area {
    background: #f2fff3;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative
}

.procedures-area .arrow {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    top: 0
}

.procedures-area .iconbox-left-top {
    position: absolute;
    top: 50px;
    left: 70px
}

.procedures-area .iconbox-left-top span:before {
    font-size: 200px;
    line-height: 200px;
    color: rgba(0, 0, 0, .03)
}

.procedures-area .iconbox-left-bottom {
    position: absolute;
    bottom: 40px;
    left: 30px
}

.procedures-area .iconbox-left-bottom span:before {
    font-size: 200px;
    line-height: 200px;
    color: rgba(0, 0, 0, .03)
}

.procedures-area .iconbox-right-top {
    position: absolute;
    top: 20px;
    right: 40px
}

.procedures-area .iconbox-right-top span:before {
    font-size: 200px;
    line-height: 200px;
    color: rgba(0, 0, 0, .03)
}

.procedures-area .iconbox-right-bottom {
    position: absolute;
    bottom: 50px;
    right: 50px
}

.procedures-area .iconbox-right-bottom span:before {
    font-size: 200px;
    line-height: 200px;
    color: rgba(0, 0, 0, .03)
}

.procedures-area .single-item {
    margin-bottom: 30px
}

.procedures-area .single-item .img-holder {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 50%
}

.procedures-area .single-item .img-holder img {
    width: 100%
}

.procedures-area .single-item .img-holder .overlay-style-one {
    border-radius: 50%
}

.procedures-area .single-item .img-holder .overlay-style-one .icon-holder span:before {
    width: 75px;
    height: 75px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    color: #2acb35;
    font-size: 40px;
    line-height: 40px;
    padding: 17px 0
}

.procedures-area .single-item:hover .img-holder .overlay-style-one {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.procedures-area .single-item .text-holder {
    position: relative
}

.procedures-area .single-item .text-holder .show-content {
    padding: 23px 0 7px;
    background: transparent;
    transition: all 500ms ease;
    transition-delay: .10s
}

.procedures-area .single-item:hover .text-holder .show-content {
    transform: scale(0)
}

.procedures-area .single-item .text-holder .hover-content {
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 500ms ease .5s
}

.procedures-area .single-item:hover .text-holder .hover-content {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.procedures-area .single-item .text-holder .hover-content .border {
    width: 50px;
    height: 1px;
    background: #2acb35;
    display: block;
    margin: 0 auto
}

.procedures-area .single-item .text-holder .hover-content p {
    margin: 14px 0 0
}

.slogan-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 75px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.slogan-area p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    font-family: 'Lobster', cursive
}

.slogan-area a {
    width: 230px;
    margin: 33px auto 0;
    padding: 12px 0
}

.choosing-area {
    padding-top: 80px;
    padding-bottom: 10px
}

.choosing-area ul {
    display: block;
    overflow: hidden
}

.choosing-area .single-item {
    position: relative;
    overflow: hidden;
    display: block;
    width: 360px;
    float: left;
    margin-right: 20px;
    padding-right: 25px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    padding-left: 90px
}

.choosing-area li:after {
    position: absolute;
    bottom: 30px;
    top: 0;
    right: 0;
    width: 1px;
    height: initial;
    border: 1px dashed #e9e9e9;
    content: ""
}

.choosing-area li:last-child:after {
    display: none
}

.choosing-area .single-item.bdr-btm:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
    height: 1px;
    border: 1px dashed #e9e9e9;
    content: ""
}

.choosing-area .single-item .iocn-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background: #2acb35;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 5px
}

.choosing-area .single-item .iocn-holder:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #2acb35;
    font-size: 25px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 900ms ease
}

.choosing-area .single-item:hover .iocn-holder:before {
    transform: translate3d(0px, -10px, 0px);
    opacity: 0
}

.choosing-area .single-item .iocn-holder:after {
    content: "\f0da";
    font-family: FontAwesome;
    height: 20px;
    color: #2acb35;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    text-align: center;
    margin-top: -10px;
    opacity: 0;
    transition: all .5s
}

.choosing-area .single-item:hover .iocn-holder:after {
    right: -8px;
    opacity: 1
}

.choosing-area .single-item .iocn-holder .inner-border {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border: 2px dashed #fff;
    border-radius: 50%
}

.choosing-area .single-item .iocn-holder span:before {
    font-size: 35px;
    color: #fff;
    line-height: 30px;
    display: block;
    padding: 23px 0
}

.choosing-area .single-item .text-holder {
    padding-left: 20px
}

.choosing-area .single-item .text-holder p {
    margin: 0
}

.testimonial-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.testimonial-area .mar-top {
    margin-top: 40px
}

.testimonial-area .more-button {
    margin-top: 6px
}

.testimonial-area .more-button a {
    border: 2px solid #2acb35;
    height: 50px;
    width: 170px;
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #2acb35;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease
}

.testimonial-area .more-button a:hover {
    background: #2acb35;
    color: #fff
}

.single-testimonial-item {
    position: initial;
    overflow: hidden;
    background: transparent;
    margin-bottom: 50px;
    display: block;
    padding: 0
}

.single-testimonial-item .img-holder {
    background: #f2fff3;
    border: 5px solid #f2fff3;
    border-radius: 50%;
    display: block;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    width: 85px;
    z-index: 1;
    position: relative;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0
}

.single-testimonial-item:hover .img-holder {
    background: #2acb35;
    border-color: #2acb35
}

.single-testimonial-item .text-holder {
    padding-top: 65px;
    transition: all .7s ease;
    background: #fff;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px
}

.single-testimonial-item:hover .text-holder {
    border-color: #e7e3e3
}

.single-testimonial-item .text-holder p {
    margin: 0 0 23px
}

.single-testimonial-item .border {
    width: 190px;
    height: 1px;
    background: #f5f4f4;
    display: block;
    margin: 0 auto
}

.pricing-plan-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.pricing-plan-area .single-price-box {
    background: #fff;
    display: block;
    margin-bottom: 40px;
    padding: 0 0 40px;
    position: relative;
    transition: all 500ms ease;
    z-index: 1
}

.pricing-plan-area .single-price-box:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.pricing-plan-area .single-price-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0aab15;
    content: "";
    z-index: -1;
    transition: all 500ms ease;
    transition-delay: .15s
}

.pricing-plan-area .single-price-box:hover::before {
    height: 100%;
    opacity: 1
}

.pricing-plan-area .single-price-box .table-header {
    background: #2acb35;
    display: block;
    position: relative;
    overflow: hidden;
    height: 250px;
}

.pricing-plan-area .single-price-box .table-header .package {
    display: block;
    padding: 32px 0 50px
}

.pricing-plan-area .single-price-box .pack-name {
    position: absolute;
    top: 228px;
    left: 0;
    background: #fff;
    width: 310px;
    border: 1px solid #f4f4f4;
    height: 45px;
    border-radius: 30px;
    right: 0;
    margin: 0 auto
}

.pricing-plan-area .single-price-box .price-list {
    display: block
}

.pricing-plan-area .single-price-box .price-list ul {
    display: block;
    padding-top: 46px
}

.pricing-plan-area .single-price-box .price-list ul li {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 13px;
    padding-bottom: 13px;
    font-family: 'Open Sans', sans-serif;
    transition: all 500ms ease
}

.pricing-plan-area .single-price-box .price-list ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.pricing-plan-area .single-price-box:hover .price-list ul li {
    color: #fff
}

.pricing-plan-area .single-price-box .table-footer {
    margin: 33px 0 0;
    height: 40px;
}

.latest-blog-area {
    position: relative;
    overflow: hidden
}

.latest-blog-area .readmore-blog {
    margin-top: 5px
}

.latest-blog-area .readmore-blog a {
    padding: 11px 40px 11px
}

.single-blog-item {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 457px;
    border-bottom: 1px solid #f4f4f4;
    background: #ddd
}

.single-blog-item .img-holder {
    overflow: hidden;
    position: relative;
    display: block
}

.single-blog-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all .5s ease 0s;
    width: 100%;
    height: 300px
}

.single-blog-item:hover .img-holder .overlay-style-one {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.single-blog-item:hover .img-holder img {
    transform: scale(1, 1)
}

.single-blog-item .text-holder {
    border: 1px solid #f4f4f4;
    border-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
    text-align: center;
    transition: all 500ms ease;
    bottom: -89px;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    transition: all 500ms ease;
    height: 120px
}

.single-blog-item:hover .text-holder {
    bottom: 0;
    border-bottom: 0
}

.single-blog-item .text-holder .blog-title {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 0 10px;
    display: block;
    transition: all 500ms ease
}

.single-blog-item .text-holder .blog-title:hover {
    color: #2acb35
}

.single-blog-item .text-holder .text p {
    margin: 0
}

.footer-area {
    background: #151515;
    padding-top: 80px;
    padding-bottom: 70px;
    position: relative
}

.footer-area .arrow {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    top: 0
}

.footer-area .footer-image-box {
    position: absolute;
    left: 15px;
    bottom: -30px;
    opacity: .05
}

.single-footer-widget {
    position: relative;
    overflow: hidden
}

.single-footer-widget .title {
    padding-bottom: 40px;
    margin-top: -2px
}

.single-footer-widget .our-info {
    overflow: hidden;
    margin-top: -9px
}

.single-footer-widget .our-info p {
    color: #888;
    font-size: 14px;
    margin: 0
}

.single-footer-widget .footer-contact-info {
    overflow: hidden;
    display: block;
    margin: 25px 0 0
}

.single-footer-widget .footer-contact-info li {
    padding-left: 40px;
    position: relative;
    border-bottom: 1px solid #212121;
    padding-bottom: 17px;
    margin-bottom: 17px
}

.single-footer-widget .footer-contact-info li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 4px;
    left: 0
}

.single-footer-widget .footer-contact-info li .icon-holder span:before {
    color: #2acb35;
    font-size: 20px;
    line-height: 20px
}

.single-footer-widget .footer-contact-info li .icon-holder span.flaticon-location:before {
    position: relative;
    top: 3px
}

.single-footer-widget .usefull-links {
    overflow: hidden;
    margin-top: -5px
}

.single-footer-widget .usefull-links li {
    margin-bottom: 20px;
    line-height: 14px
}

.single-footer-widget .usefull-links li:last-child {
    margin-bottom: 0
}

.single-footer-widget .usefull-links li a {
    position: relative;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    transition: all 500ms ease
}

.single-footer-widget .usefull-links li a:hover {
    color: #2acb35;
    padding-left: 5px;
    text-decoration: underline
}

.single-footer-widget .newsletter-box {
    margin-top: -9px;
    margin-bottom: 40px
}

.single-footer-widget .newsletter-box p {
    margin: 0
}

.single-footer-widget .newsletter-box .newsletter-form {
    position: relative;
    overflow: hidden;
    display: block
}

.single-footer-widget .newsletter-box form.newsletter-form {
    position: relative;
    margin-top: 10px
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="email"] {
    background: #151515;
    border: 1px solid #212121;
    color: #7d7a7a;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%
}

.single-footer-widget .newsletter-box form.newsletter-form button {
    background: #2acb35 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 45px;
    padding: 9px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 45px
}

.single-footer-widget .newsletter-box form.newsletter-form button i {
    font-size: 14px
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="email"]:focus {
    border: 1px solid #424141;
    background: #fff;
    color: #000
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="email"]:focus+button,
.single-footer-widget .newsletter-box form.newsletter-form button:hover {
    background: #424141 none repeat scroll 0 0;
    color: #fff
}

.single-footer-widget .newsletter-box form.newsletter-form .envelope {
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
    height: 20px;
    display: block;
    text-align: center;
    border-right: 1px solid #1b1c1e
}

.single-footer-widget .newsletter-box form.newsletter-form .envelope i {
    color: #48494c;
    font-size: 14px;
    display: block;
    line-height: 18px
}

.footer-bottom-area {
    background: #0f0f0f;
    padding: 20px 0 20px
}

.copyright-text {
    padding: 7px 0
}

.copyright-text p {
    margin: 0;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    line-height: 26px
}

.copyright-text p a {
    font-weight: 500;
    color: #2acb35;
    transition: all 500ms ease
}

.copyright-text p a:hover {
    color: #888
}

p.slide_h_1,
p.h_2_slide {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    line-height: 36px !important
}

@media(max-width:800px) {
    p.slide_h_1 {
        font-size: 24px !important;
        line-height: 26px !important
    }

    p.h_2_slide {
        font-size: 18px !important;
        line-height: 20px !important
    }
}

@media(max-width:600px) {
    .slide-content-box p {
        padding-top: 60px !important
    }

    p.slide_h_1 {
        font-size: 20px !important;
        margin-top: -10px !important;
        padding-top: 40px !important;
        line-height: 20px !important
    }

    p.h_2_slide {
        font-size: 14px !important;
        margin-top: -40px !important;
        padding-top: 50px !important;
        line-height: 15px !important
    }
}

.choosing-area .single-item.bdr-btm:before {
    border: 0
}

@media(max-width:600px) {
    .middle-slide .button {
        margin-top: 30px !important
    }
}

.b-icon {
    width: 75px;
    height: 75px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 40px;
    line-height: 40px;
    padding: 17px 0
}

.single-item .text-holder {
    min-height: 120px
}

.single-blog-item .text-holder {
    bottom: -40px
}

.single-blog-item {
    min-height: 307px
}

.mainmenu-area {
    z-index: 999
}

#b-languages a.active {
    color: #888;
    pointer-events: none;
}

.pricing-plan-area .single-price-box .table-footer a.thm-btn {
    FLOAT: left;
    padding: 10px 0 10px;
    width: 170px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #2acb35;
    color: #2acb35
}

.text-center {
    text-align: center;
}

.procedures-area a.thm-btn {
    max-width: 230px;
    margin: auto;
    display: inline-block;
}

#b-languages li {
    display: inline-block
}

#b-languages li:after {
    display: inline-block;
    content: '|'
}

#b-languages li:last-child:after {
    content: ''
}

#b-languages {
    text-align: center
}

.single-blog-item {
    min-height: auto
}

@media only screen and (min-width:1200px) {
    .container {
        padding: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .mainmenu-area .logo a {
        display: inline-block;
        line-height: 60px
    }

    .mainmenu-area .logo .logo-image {
        max-width: 200px
    }

    .main-menu .nav-container.nav-left {
        padding-right: 105px
    }

    .main-menu .navigation li {
        margin-right: 0
    }

    .main-menu .navigation li a {
        padding: 35px 7px
    }

    .main-menu .navigation li a:after {
        display: none
    }

    .main-menu .nav-container.nav-right {
        padding-left: 130px
    }

    .welcome-area .img-holder {
        margin-top: -50px
    }

    .choosing-area .single-item {
        width: 290px;
        float: left;
        margin-right: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        margin-bottom: 35px
    }

    .single-blog-item .text-holder .blog-title {
        font-size: 16px
    }

    .single-footer-widget.pd-bottom50 {
        padding-bottom: 50px;
        min-height: 360px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .top-bar-area .top-left {
        overflow: hidden;
        width: 450px;
        margin: 0 auto
    }

    .top-bar-area .top-right {
        float: none;
        width: 460px;
        margin: 7px auto 0
    }

    .mainmenu-area {
        background: #fff
    }

    .mainmenu-area .arrow {
        display: none
    }

    .mainmenu-area .logo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center
    }

    .main-menu .nav-container.nav-left {
        padding-right: 0
    }

    .main-menu .nav-container.nav-right {
        padding-left: 0
    }

    .main-menu .navigation li a {
        padding: 35px 5px
    }

    .main-menu .navigation li a:after {
        display: none
    }

    .mainmenu-area .logo a {
        display: inline-block;
        line-height: 64px
    }

    .welcome-area .img-holder {
        margin-top: 40px
    }

    .choosing-area ul {
        max-width: 500px;
        margin: 0 auto
    }

    .choosing-area .single-item {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 35px
    }

    .choosing-area li:after {
        border: 0
    }

    .choosing-area .single-item.bdr-btm:before {
        border: 0
    }

    .testimonial-area {
        padding-bottom: 0
    }

    .testimonial-area .single-testimonial-item {
        margin-bottom: 80px
    }

    .latest-blog-area {
        padding-bottom: 40px
    }

    .single-blog-item {
        max-width: 550px;
        margin: 0 auto 40px
    }

    .single-footer-widget.pd-bottom50 {
        padding-bottom: 50px;
        min-height: 390px
    }

    .footer-bottom-area {
        padding-top: 12px;
        padding-bottom: 25px
    }

    .copyright-text p {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .top-bar-area .top-left {
        width: 300px;
        margin: 0 auto;
        text-align: center
    }

    .top-bar-area .top-left ul li {
        display: inline-block;
        float: none;
        border-right: 0;
        padding-right: 0;
        text-align: center;
        margin-bottom: 5px
    }

    .top-bar-area .top-left ul li:last-child {
        border-left: none;
        padding-left: 0;
        border-right: 0 solid
    }

    .top-bar-area .top-right {
        float: none;
        width: 300px;
        margin: 5px auto 0;
        text-align: center
    }

    .mainmenu-area {
        background: #fff;
        padding-bottom: 15px;
        padding-top: 10px
    }

    .mainmenu-area .logo {
        left: 0;
        top: 0;
        text-align: center;
        z-index: 9999;
        position: relative
    }

    .mainmenu-area .logo .logo-image {
        position: relative;
        display: inline-block;
        width: auto;
        max-width: 220px;
        height: auto;
        z-index: 5
    }

    .main-menu {
        display: block;
        float: none !important;
        padding-bottom: 0;
        padding-top: 0;
        z-index: 9999;
        width: 100%
    }

    .main-menu .collapse {
        max-height: 320px;
        overflow: auto
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        top: 0;
        right: 0;
        width: auto;
        z-index: 3;
        left: 0
    }

    .main-menu .navbar-header .navbar-toggle {
        float: left;
        display: block;
        z-index: 7;
        border: 1px solid #efeded;
        background: #fff;
        margin: 0;
        border-radius: 0
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #222
    }

    .main-menu .nav-container {
        position: relative;
        padding: 0 !important;
        width: 100% !important;
        margin: 0 !important
    }

    .main-menu .nav-container>ul {
        display: block;
        border: 0
    }

    .main-menu .nav-container>ul>li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left
    }

    .main-menu .nav-container>ul li.dropdown .dropdown-btn {
        display: block
    }

    .main-menu .nav-container>ul>li>a,
    .main-menu .nav-container>ul>li>ul>li>a {
        padding: 8px 20px !important;
        text-align: left
    }

    .main-menu .nav-container>ul>li>a:after {
        display: none
    }

    .main-menu .nav-container>ul>li>ul {
        position: relative;
        border: 0;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        margin: 0 !important;
        width: 100%;
        background: #f254b1;
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important
    }

    .main-menu .nav-container>ul>li>ul:before,
    .main-menu .nav-container>ul>li>ul:after {
        display: none
    }

    .main-menu .nav-container>ul>li>ul {
        border-top: 1px solid rgba(255, 255, 255, 1) !important
    }

    .main-menu .nav-container>ul>li,
    .main-menu .nav-container>ul>li>ul>li {
        border-bottom: 1px solid rgba(255, 255, 255, 1) !important
    }

    .main-menu .nav-container>ul>li>a,
    .main-menu .nav-container>ul>li>ul>li>a {
        padding: 10px 15px !important;
        line-height: 22px;
        color: #fff;
        background: #2acb35
    }

    .main-menu .nav-container>ul>li>a:hover,
    .main-menu .nav-container>ul>li>a:active,
    .main-menu .nav-container>ul>li>a:focus,
    .main-menu .nav-container>ul>li:hover>a {
        background: #08a513;
        color: #fff
    }

    .main-menu .nav-container>ul li.dropdown:after,
    .main-menu .nav-container>ul>li.dropdown>a:after {
        display: none !important
    }

    .main-menu .navigation>li>ul>li>a:before {
        display: none
    }

    .rev_slider_wrapper {
        margin-top: 0
    }

    .tparrows {
        display: none
    }

    .welcome-area .img-holder {
        margin-top: 40px
    }

    .welcome-area .text-holder .bottom .read-more-button,
    .welcome-area .text-holder .bottom .title {
        display: block
    }

    .welcome-area .text-holder .bottom .title {
        padding-left: 0;
        margin-top: 15px
    }

    .procedures-area .single-item .text-holder .show-content {
        padding: 15px 0 7px
    }

    .choosing-area ul {
        max-width: 300px;
        margin: 0 auto
    }

    .choosing-area .single-item {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 35px
    }

    .choosing-area li:after {
        border: 0
    }

    .choosing-area .single-item.bdr-btm:before {
        border: 0
    }

    .testimonial-area {
        padding-bottom: 0
    }

    .testimonial-area .sec-title {
        float: none !important;
        padding-bottom: 20px
    }

    .testimonial-area .more-button {
        margin-top: 0;
        margin-bottom: 30px;
        float: none !important;
        overflow: hidden
    }

    .testimonial-area .single-testimonial-item {
        margin-bottom: 80px
    }

    .latest-blog-area {
        padding-bottom: 40px
    }

    .single-blog-item {
        max-width: 300px;
        margin: 0 auto 40px
    }

    .single-blog-item .text-holder .blog-title {
        font-size: 16px
    }

    .latest-blog-area .sec-title {
        float: none !important;
        padding-bottom: 25px
    }

    .latest-blog-area .readmore-blog {
        margin-top: 5px;
        float: none !important;
        width: 200px;
        margin-bottom: 20px
    }

    .single-footer-widget.pd-bottom50 {
        padding-bottom: 50px;
        overflow: hidden
    }

    .single-footer-widget.mar-bottom {
        margin-bottom: 50px;
        overflow: hidden
    }

    .footer-bottom-area {
        padding: 16px 0 30px
    }

    .copyright-text p {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-blog-item {
        max-width: 430px;
        width: 430px;
        margin: 0 auto 40px
    }

    .single-blog-item .text-holder .blog-title {
        font-size: 18px
    }
}

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -150px
    }

    50% {
        margin-top: -130px
    }

    100% {
        margin-top: 0
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -150px
    }

    50% {
        margin-top: -130px
    }

    100% {
        margin-top: 0
    }
}

.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #f7f7f7;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: .60s;
    animation-duration: .60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.mainmenu-area.stricky-fixed .arrow {
    display: none
}

.need-advice-p {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'Rubik', sans-serif;
    color: #404040;
    margin: 0;
}

.need-advice-p-tel {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'Rubik', sans-serif;
    color: #404040;
    margin: 0;
}

.welcome-area .text-holder .bottom .title p span a,
.welcome-area .text-holder .bottom .title p span {
    color: #2acb35;
}

.stricky_phones_mob {
    display: none;
}

.soc-footer img {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

#map {
    display: block;
}

@media(max-width:767px) {
    .single-blog-item .text-holder {
        bottom: -20px;
    }

    .stricky-fixed .logo {
        float: left;
        width: 40%;
    }

    .stricky-fixed .stricky_phones_mob {
        display: block;
        float: left;
        /*width: 40%;*/
        color: #000;
        margin-right: 50px;
    }

    .stricky-fixed .stricky_phones_mob a {
        color: #000;
    }

    .stricky-fixed .main-menu {
        clear: both;
    }

    .main-menu .navbar-header button.navbar-toggle {
        float: right;
        margin-top: -41px;
    }

    .stricky-fixed.top-bar-area .top-left ul>li:nth-child(2),
    .stricky-fixed.top-bar-area>.container>.row>div:nth-child(2),
    .stricky-fixed.mainmenu-area .logo {
        display: none;
    }

    .stricky-fixed.main-menu .navbar-header button.navbar-toggle {
        margin-top: -45px;
    }
}



.pd-top60 {
    padding-top: 60px;
}

@media(max-width:767px) {

    .price_h_1 {
        width: 40%;
        font-size: 40px !important;
    }

    .pd-top60 {
        padding-top: 5px;
    }

    .pd-mob-50 {
        padding-top: 50px
    }
}

span.top-phone {
    white-space: nowrap;
}

span.top-phone a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 15px;
}

span.top-phone span.flaticon-technology:before {
    color: #2acb35;
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 5px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: #2acb35 !important;
    border: 2px solid #2acb35;
}

a.messengers {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    display: inline-block;
    margin: 0 5px;
    height: 18px;
    width: 18px;
}

a.telegram {
    background-image: url(/images/telegram.png);
}

a.viber {
    background-image: url(/images/viber.png);
}

a.whatsapp {
    background-image: url(/images/whatsapp.png);
}

span.top-phone a {
    padding-right: 10px;
}

.messengers-block-mobile {
    float: right;
    margin-top: 18px;
}

@media only screen and (max-width:1199px) {
    .container.main-page img {
        height: auto !important;
        width: auto !important;
    }

    .slider__title {
        font-size: 24px;
    }
}

@media only screen and (max-width:991px) {
    .main-slider {
        height: 50vw;
    }

    .slider__link {
        flex-wrap: wrap;
    }

    .slider__link a {
        margin: 10px;
    }

    .slider__link a + a{
        margin: 10px;
    }
    .home-slider-image-wrapper picture{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .owl-carousel .owl-item .home-slider-image-wrapper picture img{
        height: 100%;
        width: auto;
        max-width: none;

    }
}

@media only screen and (max-width:767px) {
    .navbar-collapse {
        max-height: calc(100vh - 300px);
        overflow-y: auto;
    }

    .main-slider {
        height: 70vw;
    }

    .slider__alt,
    .slider__title {
        font-size: 20px;
        line-height: 1.1;
    }

    .breadcrumbs .bread-h1,
    .breadcrumbs h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .slider__content {
        max-width: 95%;
    }

}

@media only screen and (max-width:560px) {
    .main-slider {
        height: 80vh;
    }
}

@media only screen and (min-width:768px) {
    .main-menu .nav-container.nav-left {
        padding-right: 108px;
        padding-left: 88px;
    }

    .main-menu .nav-container.nav-right {
        padding-left: 108px;
    }

    .main-menu .navigation li a[href="/booking/"],
    .main-menu .navigation li a[href="/en/booking/"],
    .main-menu .navigation li a[href="/ru/booking/"] {
        padding: 12px 40px 12px;
        margin-top: 18px;
        background: #2acb35;
        border: 2px solid #2acb35;
        color: #fff;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        display: block;
        border-radius: 30px;
        transition: all 500ms ease;
    }

    .main-menu .navigation li a[href="/booking/"]:hover {
        background: transparent;
        color: #222;
    }

    .main-menu .navigation>li>ul {
        columns: 5;
    }

    .main-menu .navigation>li.dropdown>ul {
        column-count: 3;
        column-gap: 10px;
        width: auto;
    }

    .main-menu .navigation>li.dropdown {
        position: initial;
    }

    .main-menu .navigation>li.dropdown>ul a,
    .main-menu .navigation>li.dropdown>ul li {
        display: block;
    }

    .main-menu .navigation>li.dropdown>ul a {
        min-width: 320px;
    }

    .main-menu .nav-right .navigation>li.dropdown>ul {
        left: initial;
        right: 0;
    }
}

.rev_slider_wrapper .slide-content-box .button a {
    font-size: 14px !important;
    line-height: 24px !important;
}

.mainmenu-area .col-lg-12,
.main-menu .navigation {
    float: none;
}

.mainmenu-area .arrow {
    position: relative;
    height: 0;
    bottom: 0;
}


.footer-rating i{
    color: #FFB300;
    vertical-align: 0;
}
.footer-rating{
    position: relative;
    margin-right: 5px;
    /*width: 93px;*/
}
.footer-rating-wrapper{
    color: #888;
    font-size: 15px;
    margin-top: 30px;
}
.footer-rating .full_rating{
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 0px;
    display: flex;
}
.footer-rating-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.faq-section{
    padding: 30px 0;
}
.faq-section .card{
    background: #f2fff3;
}
.faq-section .card-header button:active,
.faq-section .card-header button:focus{
    outline: none;
}
.faq-section .card-header button,
.faq-section .card-header button:hover{
    text-decoration: none;
}
.faq-section .card-header button:not(.collapsed){
    border-bottom: 1px dashed #404040;
}
.faq-section .card-header button{
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    color: #404040;
    padding: 15px 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.faq-section .card-body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #333333;
    padding: 15px 10px;

}
.faq-section .card-body p{
    margin-bottom: 0;
}
.faq-section .card:not(:last-of-type){
    margin-bottom: 15px;
}
.faq-section .card-header button:not(.collapsed):after{
    content: "\f077";
    display: block;
    color: #404040;
    font-family: FontAwesome;
}
.faq-section .card-header button:after{
    content: "\f078";
    display: block;
    color: #404040;
    font-family: FontAwesome;
}

.footer-rating {
    display: flex;
    align-items: center;
}
.footer-rating .empty_rating {
    display: flex;
    flex-wrap: nowrap;
}
.footer-rating .full_rating {
    top: unset;
}
@media(min-width:768px){
    .main-menu .nav-right .navigation > li:last-of-type a{
        padding: 10px 9px 10px;
        background: #2acb35;
        border: 2px solid #2acb35;
        color: #fff;
        border-radius: 30px;
        margin-top: 22px;
    }
    .main-menu .nav-right .navigation > li:last-of-type a:hover{
        background: transparent;
        color: #222;
    }
}


@media(max-width: 767px){
    .modals.promotion {
        align-items: flex-start;
    }
    .modals.promotion .modal__window {
        top: 260px;
    }
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
    z-index: 0; }
.owl-carousel .owl-animated-out {
    z-index: 1; }
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; }

    100% {
        opacity: 0; } }

@keyframes fadeOut {
    0% {
        opacity: 1; }

    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    display: none; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
.owl-carousel .owl-item img {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../img/owl/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* Magnific Popup CSS */
.popup-youtube{
    display: block;width: 100%;
    height: 500px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'), local('Rubik-Regular'), url(../gfonts/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'), local('Rubik-Regular'), url(../gfonts/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'), local('Rubik-Regular'), url(../gfonts/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../gfonts/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../gfonts/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../gfonts/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../gfonts/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../gfonts/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../gfonts/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../gfonts/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../gfonts/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../gfonts/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../gfonts/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../gfonts/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../gfonts/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../gfonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../gfonts/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../gfonts/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../gfonts/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../gfonts/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../gfonts/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../gfonts/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../gfonts/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../gfonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: local('Lobster Regular'), local('Lobster-Regular'), url(../gfonts/neILzCirqoswsqX9zo-mM5Ez.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: local('Lobster Regular'), local('Lobster-Regular'), url(../gfonts/neILzCirqoswsqX9zoamM5Ez.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: local('Lobster Regular'), local('Lobster-Regular'), url(../gfonts/neILzCirqoswsqX9zoymM5Ez.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

.top-bar-area .top-left ul li.soc-header {
    border-right: none;
    border-left: none;
    padding-right: 0px;
}

.top-bar-area .top-left ul li.soc-header img {
    width: 24px;
}

@font-face {
    font-display: swap;
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: local('Lobster Regular'), local('Lobster-Regular'), url(../gfonts/neILzCirqoswsqX9zoKmMw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face{font-display:swap;font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pull-right{float:right}.pull-left{float:left}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-eye:before{content:"\f06e"}.fa-envelope:before{content:"\f0e0"}.fa-angle-up:before{content:"\f106"}.fa-paper-plane:before{content:"\f1d8"}
@font-face {
    font-display: swap;
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.eot");
    src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.woff") format("woff"), url("../fonts/flaticon/Flaticon.ttf") format("truetype"), url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-display: swap;
        font-family: "Flaticon";
        src: url("./Flaticon.svg#Flaticon") format("svg")
    }
}