html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

footer, header, nav, section {
    display: block
}

a {
    background-color: transparent
}

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

strong {
    font-weight: 700
}

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

img {
    border: 0
}

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

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer
}

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

input {
    line-height: normal
}

textarea {
    overflow: auto
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td {
    padding: 0
}

@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^="#"]:after {
        content: ""
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

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

    h2, h3 {
        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, textarea {
    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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

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

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

.h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

ol, 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
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@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-3, .col-lg-4, .col-lg-6, .col-md-12, .col-md-3, .col-md-4, .col-md-6, .col-sm-6, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    float: left;
    width: 100%
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .col-md-12, .col-md-3, .col-md-4, .col-md-6 {
        float: left
    }

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-12, .col-lg-3, .col-lg-4, .col-lg-6 {
        float: left
    }

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

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

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

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

table {
    background-color: transparent
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-group {
    margin-bottom: 15px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:focus, .btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active {
    background-image: none
}

.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
}

.dropdown {
    position: relative
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

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

.container-fluid:after, .clearfix:after, .container:after, .row:after{
    clear: both
}

.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
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem
    }
}

*, h1, h2, h3, p, ul, a {
    margin: 0;
    padding: 0
}

html {
    font-size: 100%
}

.item_icon {
    min-height: 192px
}

.icon_main_one {
    text-align: center
}

.icon_main_one .item_icon {
    width: 16.66%;
    padding: 0 22px
}

.icon_main_one .item_icon_img a img {
    width: 150px;
    height: 110px
}

.item_icon_img {
    min-height: 120px
}

.item_icon a {
    font-weight: 700
}

@media (max-width: 768px) {
    .htc__about__container .htc__about__inner td ul {
        margin-left: 0;
    }
    .htc__about__container .htc__about__inner td p,
    .htc__about__container .htc__about__inner td li {
        font-size: 14px;
        margin-right: 5px;
        margin-left: 5px;
        hyphens: auto;
    }

    .icon_main_one {
        flex-wrap: wrap
    }

    .icon_main_one .item_icon {
        flex: 1 0 50%
    }

    .icon_main_one2 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center !important
    }

    .item_icon a {
        font-weight: 700;
        font-size: 12px
    }
}

@media all and (max-width: 768px) {
    html {
        font-size: 87.5%
    }
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #777;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px
}

h1, h2, h3, .h3, .h4 {
    font-family: 'Roboto Slab', serif;
    color: #555;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0
}

h1 {
    font-size: 40px;
    font-weight: 700
}

h2 {
    font-size: 40px;
    font-weight: 700
}

h3, .h3 {
    font-size: 14px;
    font-weight: 400
}

.h4 {
    font-size: 14px;
    font-weight: 400
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 30px;
        font-weight: 400
    }

    h2 {
        font-size: 24px
    }

    h3, .h3 {
        font-size: 20px
    }

    .h4 {
        font-size: 16px
    }
}

ul, ol {
    list-style: none
}

ol {
    list-style-type: upper-roman;
    list-style-position: inside
}

strong {
    font-weight: 600
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none
}

a {
    color: #555
}

a:hover, a:focus, a:active {
    color: #408eda
}

p a:hover, p a:focus, p a:active {
    color: #408eda
}

body {
    overflow-x: hidden
}

a, .btn {
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

input, textarea {
    -webkit-transition: all .5s ease-out 0;
    -moz-transition: all .5s ease-out 0;
    -ms-transition: all .5s ease-out 0;
    -o-transition: all .5s ease-out 0;
    transition: all .5s ease-out 0
}

img {
    max-width: 100%;
    transition: all .3s ease-out 0
}

body {
    background: #fff
}

.bg__white {
    background: #fff
}

.bg__gray {
    background: #f7f7f7
}

.bg__dark {
    background: #222
}

.text--theme {
    color: #408eda
}

[data--black__overlay] {
    position: relative
}

[data--black__overlay]:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

[data--black__overlay="5"]:before {
    opacity: .5
}

input[type=text] {
    width: 100%
}

input:focus {
    background: transparent;
    border: 1px solid #49a010
}

textarea {
    resize: none;
    background: #49a010;
    border: 1px solid #49a010;
    padding: 10px;
    width: 100%;
    font-size: 14px
}

textarea:focus {
    background: transparent;
    border: 1px solid #49a010;
    outline: none
}

.mt--30 {
    margin-top: 30px
}

.pt--120 {
    padding-top: 120px
}

.ptb--30 {
    padding: 30px 0
}
.ptb--90 {
    padding: 90px 0
}

.ptb--120 {
    padding: 120px 0
}

::-moz-selection {
    background: #49a010;
    color: #fff;
    text-shadow: none;
    background: #49a010;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #49a010;
    color: #fff;
    text-shadow: none
}

input::-moz-placeholder {
    color: #333;
    font-size: 14px;
    color: #444 !important;
    opacity: 1
}

input::-webkit-input-placeholder {
/chrome/ opera /safari/ color: #444 !important;
    opacity: 1
}

input::-moz-placeholder {
/firefox19/ color: #444 !important;
    opacity: 1
}

input:-ms-input-placeholder {
/ie10/ color: #444 !important;
    opacity: 1
}

input:-moz-placeholder {
/firefox18-/ color: #444 !important;
    opacity: 1
}

.ht__single__comment .review-p {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

body:after {
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(plugins/images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-nav a {
    outline: none;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(plugins/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(plugins/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(plugins/images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.mean-container .mean-bar {
    background: center bottom rgba(0, 0, 0, 0);
    float: left;
    min-height: 42px;
    padding: 4px 0;
    position: relative;
    width: 100%;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    border: 2px solid #444;
    color: #444;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -33px;
    padding: 5px 6px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 22px
}

.mean-container a.meanmenu-reveal span {
    display: block;
    margin-top: 3px;
    width: 100%;
    height: 3px
}

.mean-container .mean-nav {
    background: #0c1923;
    float: left;
    margin-top: 10px;
    width: 100%
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: rgba(255, 255, 255, .1);
    border-color: -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, .2) rgba(255, 255, 255, .4) !important;
    border-image: none !important;
    border-style: none none solid solid !important;
    border-width: medium medium 1px 1px !important;
    font-weight: 700;
    height: 32px;
    margin-top: 1px;
    padding: 10px 12px 9px !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2
}

.mean-container .mean-push, .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

@media (max-width: 767px) {
    .mean-container a.meanmenu-reveal {
        border: 2px solid #fff;
        color: #fff;
        margin-right: 13px;
        margin-top: -57px
    }
}

.menu__text button {
    display: none
}

.menu__text a {
    display: none
}

.main__menu {
    display: flex;
    justify-content: center
}

.main__menu li:first-child a {
    padding-left: 0
}

.main__menu > li > a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 75px;
    line-height: 75px;
    padding: 0 24px;
    position: relative;
    text-transform: capitalize;
    color: #fff;
    transition: .4s;
    white-space: nowrap
}

.main__menu li {
    position: relative
}

.main__menu > li:hover > a {
    color: #408eda
}

.menumenu__container {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    padding: 0 68px
}

.sticky_av {
    display: none
}

.mainmenu__wrap.sticky__header {
    left: -20%;
    position: absolute;
    top: 131px;
    width: 150%;
    z-index: 99
}

@media (max-width: 768px) {
    .mainmenu__wrap.sticky__header {
        left: 0;
        width: 100%
    }
}

.htc-header {
    position: relative
}

.main__menu li {
    position: relative
}

.main__menu li::before {
    background: #636466 none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.main__menu li:first-child::before {
    display: none
}

.main__menu li:nth-child(2)::before {
    display: none
}

.main__menu li:first-child::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url(/images/line.png);
    background-origin: padding-box;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    bottom: 50%;
    content: "";
    height: 64%;
    position: absolute;
    right: 0;
    transform: translateY(50%);
    width: 1px
}

.htc__header__top {
    position: relative
}

.htc__header__top::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url(/images/4.png);
    background-origin: padding-box;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 49%;
    left: 0;
    position: absolute;
    width: 100%
}

.htc__contact {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: space-between
}

.htc__contact li a {
    align-items: center;
    display: flex;
    font-size: 14px
}

.main__menu li.drop {
    position: relative
}

.main__menu li.drop ul.dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 120%;
    transition: all .2s ease-in-out 0;
    visibility: hidden;
    width: 220px;
    z-index: 999
}

.main__menu li.drop:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.main__menu ul.dropdown li {
    border-bottom: 1px solid #f4f4f4;
    display: block
}

.main__menu ul.dropdown li a {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 14px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease 0
}

.main__menu li.drop ul.dropdown li:hover > a {
    background: #fafafa none repeat scroll 0 0;
    color: #222
}

.owl-carousel.home-slider {
    display: block
}

.home-slider {
    height: 400px
}

.slider__fixed--height {
    height: 400px
}

.slide {
    align-items: center;
    display: flex
}

.slider__inner {
    padding-top: 75px;
    position: relative;
    text-align: center;
    z-index: 2
}
.home-slider .home-slider-image{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-slider .home-slider-image picture{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.home-slider .home-slider-image picture img{
    height: 100%;
    width: auto;
    max-width: none;
}
.ft__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 36px;
    font-family: "Roboto Slab"
}

.ht__link li a {
    color: #aaa;
    font-size: 14px
}

.ht__link li + li {
    padding-top: 12px
}

.ht__link li a:hover {
    color: #fff
}

.ht__contact li a {
    color: #aaa;
    font-size: 14px;
    transition: all .3s ease 0
}

.ht__contact li a i {
    color: #49a010;
    font-size: 16px;
    padding-right: 14px
}

.ht__contact li + li {
    padding-top: 15px
}

.ht__contact li a:hover {
    color: #fff
}

.copyright__inner {
    align-items: center;
    border-top: 1px solid #555;
    display: flex;
    height: 70px;
    justify-content: center
}

.copyright__inner p {
    color: #fff;
    font-size: 16px
}

.copyright__inner p i {
    padding: 0 4px
}

.btn-call {
    background-color: #134f8c !important;
    padding: 3px 7px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border: 1px solid #134f8c !important;
    margin-left: 30px
}

#scrollUp {
    border-radius: 2px;
    bottom: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all .3s ease 0;
    width: 45px;
    z-index: 200;
    bottom: 15px
}

@-webkit-keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0
    }
    50% {
        opacity: 1;
        bottom: 50%
    }
    100% {
        opacity: 0;
        bottom: 75%
    }
}

@-moz-keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0
    }
    50% {
        opacity: 1;
        bottom: 50%
    }
    100% {
        opacity: 0;
        bottom: 75%
    }
}

@keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0
    }
    50% {
        opacity: 1;
        bottom: 50%
    }
    100% {
        opacity: 0;
        bottom: 75%
    }
}

#scrollUp:hover i {
    animation: 800ms linear 0 normal none infinite running scroll-ani-to-top;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
    bottom: 0
}

#scrollUp i {
    color: #fff
}

#scrollUp {
    background: #48A0D6 none repeat scroll 0 0
}

.title__line {
    line-height: 30px;
    padding-bottom: 43px;
    position: relative;
    z-index: 2;
    display: inline-block
}

.section__title p {
    color: #777;
    font-size: 18px;
    line-height: 30px;
    margin: auto;
    width: 69%
}

.title__line::before {
    background: rgba(0, 0, 0, 0) url(/images/title.svg) repeat scroll 0 0 / cover;
    bottom: 0;
    content: "";
    height: 110px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 113px;
    z-index: -1
}

.htc__about__inner h2 {
    color: #555;
    font-size: 30px;
    margin-bottom: 37px;
    padding-bottom: 31px;
    position: relative
}

.htc__about__inner h2::before {
    background: #48A0D6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 80px
}

.htc__about__container {
    align-items: center;
    display: flex
}

.service {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    margin-top: 40px
}

.service__details {
    padding: 27px 18px;
    text-align: center
}

.service__details > div {
    color: #555;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px
}

.service__details p {
    line-height: 24px
}

.gallery__thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover
}

.gallery__thumb a {
    display: block;
    position: relative;
    z-index: 2
}

.gallery__thumb a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: .5s
}

.gallery__hover {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
    opacity: 0;
    transition: .5s
}

.gallery {
    position: relative;
    margin-top: 30px;
    padding-bottom: 70%
}

.gallery:hover .gallery__hover {
    opacity: 1
}

.gallery:hover .gallery__thumb a::before {
    opacity: .7
}

.bl__comment {
    margin-top: 36px
}

.title__line--5 {
    color: #555;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 45px;
    padding-bottom: 25px;
    position: relative
}

.title__line--5::before {
    background: #48A0D6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px
}

.ht__single__comment {
    display: flex
}

.cmt__thumb {
    margin-right: 30px;
    min-width: 100px;
    width: 100px
}

.ht__comment__inner .list-view > div {
    margin-bottom: 20px
}

.cmt__details span {
    color: #3e3e3e;
    font-family: Roboto Slab;
    font-size: 12px
}

.cmt__details p {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
    width: 79%
}

@media (max-width: 768px) {
    .header_slogan_custom .language_switcher, .custom-logo-mobile .language_switcher {
        left: 90% !important;
        width: 45px
    }
}

@media (max-width: 768px) {
    .ht__single__comment {
        display: block
    }

    .ht__single__comment .cmt__thumb {
        float: left;
        min-width: 0;
        width: 55px;
        margin-right: 10px
    }

    .ht__single__comment .cmt__details > span {
        width: 75%;
        display: block;
        float: right
    }

    .ht__single__comment .cmt__details > div {
        width: 100%
    }
}

.header_slogan_custom {
    position: relative;
    margin-bottom: 5px
}

.header_slogan_custom .language_switcher, .custom-logo-mobile .language_switcher {
    position: absolute;
    right: 0;
    top: 0;
    left: 100%
}

.header_slogan_custom .language_switcher ul {
    list-style: none;
    display: inline-block
}

.header_slogan_custom .language_switcher ul li {
    list-style: none
}

.custom-logo-mobile .language_switcher ul li a, .header_slogan_custom .language_switcher ul li a {
    color: #134f8c;
    padding: 3px 7px;
    margin-left: 5px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #134f8c
}

.custom-logo-mobile .language_switcher ul li a {
    padding: 0 8px;
    text-transform: uppercase
}

.custom-logo-mobile {
    position: relative
}

.custom-logo-mobile img {
    height: 52px
}

@media only screen and (min-width: 769px) {
    .custom-logo-mobile .language_switcher {
        display: none
    }
}

.text-bold {
    font-weight: 700
}

.custom-logo-mobile .language_switcher ul li span, .header_slogan_custom .language_switcher ul li span {
    background-color: #134f8c;
    padding: 3px 7px;
    margin-left: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #134f8c
}

.custom-logo-mobile .language_switcher ul li span {
    padding: 0 8px;
    text-transform: uppercase
}

p.title__line--5 {
    font-family: Roboto Slab
}

.h2-alternate-our-works {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    color: #555
}

.header-btn-call-mobile {
    display: none
}

@media (min-width: 768px) {
    .language_switcher_container {
        display: flex
    }

    .language_switcher_container .language_switcher {
        position: static;
        display: block;
        width: 69%
    }

    .header_right_area {
        margin-top: -35px
    }
}

@media (max-width: 768px) {
    .header-btn-call-mobile {
        display: block
    }
}

.custom-modal .modal-content {
    border-radius: 0
}

.bottom-item-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.service__details .h2-alternate {
    height: 48px
}

.footer-rating i {
    color: #408eda;
    font-size: 18px
}

.footer-rating {
    position: relative;
    margin-left: 15px
}

.footer-rating-wrapper {
    color: #aaa
}

.footer-rating .full_rating {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex
}

.footer-rating-wrapper {
    flex-direction: row;
    margin-top: 15px;
    display: flex
}

@media (min-width: 1170px) and (max-width: 1500px) {
    .cd-headline {
        font-size: 3rem
    }
}

@media (min-width: 992px) and (max-width: 1169px) {
    .menumenu__container {
        padding: 0 25px
    }

    .main__menu > li > a {
        padding: 0 21px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .htc__about__container {
        display: block
    }

    .smt--40 {
        margin-top: 40px
    }

    .menumenu__container {
        padding: 0 25px
    }

    .title__line::before {
        height: 130%;
        width: 47%
    }

    .section__title p {
        width: 89%
    }

    .slider__fixed--height {
        height: 80vh
    }

    .home-slider, .slider__fixed--height {
        height: 80vh
    }

    .menu__text {
        align-items: center;
        display: flex;
        height: 74px
    }

    .menu__text a {
        color: #fff;
        font-family: Roboto Slab;
        font-size: 28px;
        padding-bottom: 4px
    }
}

.frm-order-service input::placeholder {
  color: #48A0D6;
}

.clear-both {
  clear: both;
}

@media (max-width: 767px) {
    /* .container {width: 90%} */

    .xsmt--40 {
        margin-top: 40px
    }

    .section__title p, .cmt__details p {
        width: 100%
    }

    .htc__about__container {
        display: block
    }

    .service__details p {
        font-size: 18px
    }

    .service__details {
        padding: 27px 15px
    }

    .title__line {
        font-size: 26px;
        padding-bottom: 24px
    }

    .home-slider {
        height: 244px
    }

    .slider__fixed--height {
        height: auto;
        padding: 72px 0
    }

    .menumenu__container {
        padding: 0 15px
    }

    .mainmenu__wrap.sticky__header {
        top: 112px
    }

    .htc__header__top::before {
        height: 20%
    }

    .section__title p {
        font-size: 15px;
        line-height: 24px
    }

    .menu__text {
        align-items: center;
        display: flex;
        height: 74px
    }

    .menu__text a {
        color: #fff;
        font-family: Roboto Slab;
        font-size: 28px;
        padding-bottom: 4px
    }

    .title__line::before {
        height: 139%;
        width: 58%
    }

    .htc__about__inner h2 {
        font-size: 26px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 90%
    }
}

.flex {
    display: flex
}

.cd-headline {
    font-size: 3rem;
    font-family: "Roboto Slab";
    font-weight: 600;
    color: #fff
}

.header__slogan {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #134f8c;
    font-family: "Roboto Slab";
    text-align: center
}

.header__container--logo {
    position: absolute
}

.header__container--data {
    padding-top: 10px;
    padding-left: 30px;
    width: 100%
}

.htc__contact {
    height: initial;
    align-items: center;
    margin-bottom: 15px
}

.htc__contact .addr {
    font-size: 20px
}

.htc__contact .addr span:first-child {
    margin-right: 20px
}

.htc__contact .phn a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #134f8c;
    font-family: "Roboto Slab"
}

.htc__contact li span {
    color: #000;
    float: left;
    padding-top: 3px
}

.htc__header__top::before {
    background-image: none;
    height: 10px;
    background: #9DC9F4
}

.menumenu__container {
    padding: 0 25px;
    margin-top: 30px
}

.main__menu > li > a {
    padding: 0 15px;
    color: #fff !important;
    font-size: 14px !important
}

.ht__contact li a i, .ht__contact li span i {
    color: #9DC9F4;
    padding-right: 14px;
    font-size: 16px
}

.ht__contact li span {
    color: #aaa
}

.img-bg {
    background-size: cover;
    background-position: center;
    padding-bottom: 70%
}

.service.foo {
    margin-top: 0
}

ol {
    list-style-type: decimal;
    font-size: 16px;
    color: #777;
    margin-left: 20px
}

.htc__about__inner ul, .htc__about__content ul {
    margin-left: 20px
}

.htc__about__inner ul li, .htc__about__content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #777
}

.htc__about__inner ul li:before, .htc__about__content ul li:before {
    content: '\efac';
    position: absolute;
    font-family: 'IcoFont';
    color: #48A0D6;
    display: block;
    font-weight: 600;
    font-size: 15px;
    left: 0
}

.flex {
    display: flex
}

.menu__text {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-family: "Roboto Slab"
}

.faq__container .answer {
    display: none
}

.faq__container .active + .answer {
    display: block;
    border-left: 1px solid #48A0D6;
    border-right: 1px solid #48A0D6;
    border-bottom: 1px solid #48A0D6;
    padding: 15px
}

.mart {
    margin-top: 20px
}

.faq__item {
    margin-bottom: 10px
}

.faq__item .question {
    background: #48A0D6;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.faq__item .question:before {
    content: '+';
    background: #134f8c;
    flex: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.faq__item .question.active:before {
    content: '-'
}

@media screen and (max-width: 992px) {
    .header__container--logo {
        width: 18%
    }

    .header__slogan {
        font-size: 18px
    }

    .htc__contact .addr {
        padding-left: 15px
    }

    .htc__contact .addr span:first-child {
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .cd-headline {
        font-size: 1.5rem
    }
    .htc__contact > .blank {
        width: 100%;
    }
    .htc__header__top .flex {
        flex-direction: column
    }

    .header__container--data {
        padding-left: 0
    }

    .header__container--logo {
        width: 100%
    }

    .header__slogan {
        display: none
    }

    .htc__header__top .container {
        width: 100%
    }

    .htc__contact {
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .htc__contact > .addr {
        width: 55%
    }

    .htc__contact > .phn {
        width: 45%;
        margin-top: 20px
    }
}

@media (max-width: 768px) {
    .htc__contact li span {
        font-size: 12px;
        white-space: nowrap
    }

    .mob {
        display: none
    }

    .header-btn-call-mobile {
        display: block
    }
}

.header-btn-call-mobile {
    display: block;
    margin-left: 0
}


.htc__contact li a {
    justify-content: center
}

.htc__contact li.phn a {
    justify-content: flex-end;
    margin-left: -10px
}

.mainmenu__wrap.sticky__header {
    top: initial
}

@media screen and (max-width: 552px) {
    .htc__contact .phn a, .htc__contact .addr {
        font-size: 20px
    }

    .ht__single__comment {
        display: block
    }

    .ht__single__comment .cmt__thumb {
        float: left;
        min-width: 0;
        width: 48px;
        margin-right: 10px
    }

    .ht__single__comment .cmt__details > span {
        width: 75%;
        display: block;
        float: right
    }

    .ht__single__comment .cmt__details > div {
        width: 100%
    }

    .ht__comment__inner > div {
        flex-direction: column
    }
}

.frm-order-service {
    width: 100%;
    display: block;
    background: #D6E6F6;
    padding: 15px;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    color: #48A0D6;
    font-family: 'Open Sans', sans-serif
}

.frm-order-service .h3 {
    font-size: 24px;
    color: #48A0D6;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif
}

.frm-order-service input {
    border: #48A0D6 solid 1px;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    color: #48A0D6;
    padding: 15px;
    height: auto;
    font-family: 'Open Sans', sans-serif
}

.frm-order-service button {
    background: #48A0D6;
    color: #fff;
    border: none;
    font-size: 22px;
    padding: 10px;
    margin: auto;
    font-family: 'Open Sans', sans-serif
}

.text-center {
    text-align: center
}

.catalog-item {
    margin-bottom: 30px
}

.scroll-header {
    position: fixed !important;
    top: -30px !important;
    bottom: auto !important
}

.sticky-mob-phones {
    margin-left: 15px
}

.sticky_av {
    display: none
}

.scroll-header .sticky_av {
    display: flex;
    margin-left: 50%;
    margin-top: 10px
}

.scroll-header .sticky_av button {
    display: block;
    background-color: #2d2d2d !important;
    border-color: #2d2d2d !important;
    margin-right: 10px
}

.scroll-header .sticky_av a {
    color: #efefef !important;
    font-size: 14px
}

.menu__text button, .menu__text .sticky-mob-phones {
    display: none
}

.scroll-header .menu-label {
    display: none
}

.scroll-header .menu__text button, .scroll-header .menu__text .sticky-mob-phones {
    display: block
}

.menu__text a {
    display: none
}

.scroll-header .menu__text a {
    display: block;
    color: #fff !important;
    clear: both;
    font-size: 14px;
    margin-left: 20px
}

.mainmenu__wrap.sticky__header {
    left: 0;
    position: absolute;
    top: 131px;
    width: 100%;
    z-index: 99
}

@media (max-width: 768px) {
    .mainmenu__wrap.sticky__header .container {
        width: 100% !important
    }

    .scroll-header {
        width: 100% !important
    }

    .mainmenu__wrap.sticky__header {
        left: 0;
        width: 100%
    }
}

.main__menu > li > a {
    padding: 0 15px;
    font-size: 14px !important
}

.htc__contact .phn a {
    color: #134f8c;
    font-size: 20px
}

.header__slogan {
    font-size: 20px
}

.main__menu > li > a {
    color: #fff !important
}


.h1-alternate {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    color: #555;
    line-height: 1.1
}

.h2-alternate {
    color: #555;
    font-family: Open Sans;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    font-variant-ligatures: common-ligatures;
    margin-top: 0
}

.h2-alternate-our-works {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    color: #555
}

.icon_main_one {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.icon_main_one2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.item_icon {
    min-height: 192px
}

.icon_main_one {
    text-align: center
}

.icon_main_one .item_icon {
    width: 16.66%;
}

.icon_main_one .item_icon_img a img {
    width: 150px;
    height: 110px
}

.item_icon_img {
    min-height: 120px
}

.item_icon a {
    font-weight: 700
}

.header-btn-call-mobile {
    display: none
}

@media (max-width: 768px) {
    .htc__contact li span {
        font-size: 12px;
        white-space: nowrap
    }

    .header-btn-call-mobile {
        display: block;
        margin-left: -10px
    }

    .mob {
        display: none
    }

    .menumenu__container {
        padding: 0 35px
    }

    .icon_main_one {
        flex-wrap: wrap
    }

    .icon_main_one2 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center !important
    }

    .item_icon a {
        font-weight: 700
    }

    .mean-container a.meanmenu-reveal span {
        background: #fff none repeat scroll 0 0
    }
}

.i-viber {
    width: 50px;
    margin: -5px 5px 20px -5px
}

@media (max-width: 768px) {
    .i-viber {
        width: 50px;
        margin: -10% 30% 0 -0
    }
}

.text-bold {
    font-weight: 700
}

.custom-logo-mobile .language_switcher ul li span, .header_slogan_custom .language_switcher ul li span {
    background-color: #134f8c;
    padding: 3px 7px;
    margin-left: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #134f8c
}

.custom-logo-mobile .language_switcher ul li span {
    padding: 0 8px;
    text-transform: uppercase
}

p.title__line--5 {
    font-family: Roboto Slab
}

.ht__single__comment .review-p {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

.footer-rating i {
    color: #408eda;
    font-size: 18px
}

.footer-rating {
    position: relative;
    margin-left: 15px
}

.footer-rating-wrapper {
    color: #aaa
}

.footer-rating .full_rating {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex
}

.footer-rating-wrapper {
    flex-direction: row;
    margin-top: 15px;
    display: flex
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}


.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 Material-Design-Iconic-Font;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}



.icofont {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icofont-copyright:before {
    content: "\efc8"
}

.icofont-location-pin:before {
    content: "\f051"
}

.icofont-phone:before {
    content: "\f09c"
}
.sweet-overlay {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}
.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
        border-top-color: gray;
        border-right-color: gray;
        border-bottom-color: gray;
        border-left-color: gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert fieldset {

    border: none;
    position: relative;

}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}
.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {

    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
.animateSuccessTip {

    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;

}
.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86;
}
.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}

.service__thumb {
    height: 252px;
}

.service__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 480px) {
    .owl-carousel.home-slider {
        height: 244px;
        overflow: hidden;
    }
}
.zmdi-pin:before {
    content: '\f1ab'
}
.zmdi-local-phone:before {
    content: '\f2be'
}


@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(../gfonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0ewJER.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;
    font-stretch: 100%;
    src: url(../gfonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQewJER.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;
    font-stretch: 100%;
    src: url(../gfonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewJER.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;
    font-stretch: 100%;
    src: url(../gfonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.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;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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: 800;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.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: 800;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.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: 800;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.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: 800;
    font-stretch: 100%;
    src: url(../gfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.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: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.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: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufN5qU.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: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.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: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.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: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufN5qU.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: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.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: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.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: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(../gfonts/BngMUXZYTXPIvIBgJJSb6ufN5qU.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: Material-Design-Iconic-Font;
    src: url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"), url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"), url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype")
}
