/* Slider */

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fa/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fa/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fa/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fa/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fa/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fa/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    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%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.anni{
	position: fixed;
    text-decoration: none;
    top: 2%;
    right: 80px;
	z-index:999;
}
.tod_links {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ededef;
    border-radius: 15px;
    height: 41px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 75px;
    width: 135px;
    z-index: 1000;
}

.tod_head {
    background: #ededef url(http://hamptons.om/assets/frontend/images/Whatsapp-1.png) no-repeat scroll right;
    margin: 0;
    padding: 0;
    height: 42px;
}

.tod_head h5 {
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 12px 30px 12px 0;
    text-align: right;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    background: 0;
    font-size: 34px
}

.slick-prev {
    left: 10px
}

.slick-next {
    right: 10px
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    float: none;
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: #fff;
    text-indent: -20000px;
    display: block;
    height: 10px;
    width: 10px;
    outline: 0;
    cursor: pointer;
    border-radius: 50%
}

.slick-dots li.slick-active button {
    background: #713232
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translatey(0);
    -ms-transform: scale(1) translatey(0);
    transform: scale(1) translatey(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translatey(-21px);
    -ms-transform: scale(0.75) translatey(-21px);
    transform: scale(0.75) translatey(-21px);
    -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

body:before {
    position: fixed;
    left: 0;
    top: 0;
    color: red;
    font-size: 10px;
    z-index: 99999999;
    display: none
}

@media only screen and (min-width: 200px) and (max-width:767px) {
    body:before {
        content: "mobile"
    }
    #bigScreen,
    #desktop,
    #ipad {
        display: none
    }
    #mobile {
        display: block
    }
}

@media only screen and (min-width: 768px) and (max-width:1070px) {
    body:before {
        content: "tablet"
    }
    #bigScreen,
    #desktop,
    #mobile {
        display: none
    }
    #ipad {
        display: block
    }
}

@media only screen and (min-width: 1071px) and (max-width:1499px) {
    body:before {
        content: "desktop"
    }
    #bigScreen,
    #mobile,
    #ipad {
        display: none
    }
    #desktop {
        display: block
    }
}

@media only screen and (min-width: 1500px) {
    body:before {
        content: "bigScreen"
    }
    #ipad,
    #desktop,
    #mobile {
        display: none
    }
    #bigScreen {
        display: block
    }
}

@media only screen and (min-width: 200px) and (max-width:767px) {
    .mobile {
        display: block
    }
    .desktop {
        display: none
    }
}

@media only screen and (min-width: 1071px) and (max-width:1499px) {
    .mobile {
        display: none
    }
    .desktop {
        display: block
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clr {
    clear: both
}

a {
    text-decoration: none;
    color: inherit;
    text-align: left;
    outline: 0
}

table,
tr,
td {
    margin: 0;
    padding: 0;
    border-collapse: collapse
}

p,
h1,
h2,
h3,
h4,
ul,
li,
img,
input {
    text-align: left;
    float: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

b,
strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-weight: 400
}

input,
textarea {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 9px 6px;
    font-size: 13px
}

button {
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 400
}

button::-moz-focus-inner,
input::-moz-focus-inner,
a::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer
}

ul,
li {
    list-style: none
}

header,
footer {
    float: left;
    width: 100%
}

body {
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-size: 14px;
    background: #fff;
    color: #0bbbef;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.block_scroll {
    overflow-y: hidden!important
}

.slick-prev,
.slick-next {
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
}

#main {
    width: 100%;
    text-align: center;
    position: relative;
    overflow-x: hidden
}

.container {
    display: inline-block;
    position: relative;
    vertical-align: top;
    max-width: 95%
}

@media only screen and (min-width: 200px) and (max-width:767px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 30px
    }
}

@media only screen and (min-width: 768px) and (max-width:1070px) {
    .container {
        width: 750px
    }
}

@media only screen and (min-width: 1071px) and (max-width:1499px) {
    .container {
        width: 1170px
    }
}

@media only screen and (min-width: 1500px) {
    .container {
        width: 1170px
    }
}

.front_hide {
    visibility: hidden;
    position: fixed;
    width: 1px;
    height: 1px;
    opacity: 0;
    left: -500px;
    top: -500px
}

.page_header {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    text-align: center;
    height: 100px
}

.page_header:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    content: "";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2
}

.page_header:after {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .8);
    content: "";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    z-index: 2
}

.page_header .container {
    z-index: 4
}

.page_header .header_top_corner {
    position: absolute;
    z-index: 3;
    width: 100px;
    right: -8px;
    top: 50px
}

.page_header .header_top_corner svg {
    width: 100%;
    fill: white
}

.page_header .logo {
    width: 100px;
    height: 90px;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px 0px;
    float: left;
    margin-left: -30px
}

.page_header .header_right {
    float: right;
    width: 92%
}

.page_header .header_top {
    width: 100%;
    float: left;
    margin: 36px 0 0 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.page_header .header_bottom {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 15px
}

.page_header .header_bottom .bot_nav {
    float: left
}

.page_header .header_bottom .bot_nav a {
    float: left;
    color: #fff;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-left: 31px
}

.page_header .header_bottom .bot_nav a:hover {
    color: #0bbbef
}

.page_header .header_bottom .bot_nav ul li:first-child a {
    margin-left: 0
}

.page_header .top_nav {
    float: left;
    margin-left: 10px
}

.page_header .top_nav li {
    position: relative;
    padding-bottom: 36px;
    margin: 7px 0 0 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 4px solid transparent
}

.page_header .top_nav li .drop_down {
    position: absolute;
    left: 0;
    top: 26px;
    width: 465px;
    padding-top: 31px;
    display: none
}

.page_header .top_nav li .drop_down.products_dropdown {
    width: 590px
}

.page_header .top_nav li .drop_down.products_dropdown .dropdown_links {
    width: 50%!important
}

.page_header .top_nav li .drop_down .drop_down_content_wrap {
    float: left;
    width: 100%;
    background: #fff;
    border-top: 1px solid #0bbbef;
    padding: 5px;
    position: relative
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .image_section {
    width: 190px;
    height: 200px;
    float: left;
    background: #0bbbef;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .image_section:before {
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .7) 100%);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    opacity: .5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .image_section img {
    position: relative;
    float: left;
    width: auto;
    height: 100%;
    z-index: 1
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .image_section p {
    color: #fff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 3
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .image_section a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .dropdown_content_wrap {
    float: left;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-left: 190px;
    padding-top: 15px
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .dropdown_content_wrap .dropdown_links {
    float: left;
    width: 100%;
    padding-left: 20px
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .dropdown_content_wrap .dropdown_links.right {
    border-left: 1px solid #0bbbef
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .dropdown_content_wrap .dropdown_links h3 {
    width: 100%;
    float: left;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .dropdown_content_wrap .dropdown_links a {
    width: 100%;
    float: left;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
    float: left
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .dropdown_content_wrap .dropdown_links a.parent {
    font-family: 'Raleway', sans-serif;
    font-weight: 700
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .dropdown_content_wrap .dropdown_links a.sub {
    padding-left: 10px
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .dropdown_content_wrap .dropdown_links a:last-child {
    margin-bottom: 0
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .dropdown_content_wrap .dropdown_links a.active {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #0bbbef
}

.page_header .top_nav li .drop_down .drop_down_content_wrap .dropdown_content_wrap .dropdown_links a:hover {
    color: #0bbbef
}

.page_header .top_nav li:hover,
.page_header .top_nav li.active {
    border-bottom: 4px solid #0bbbef
}

.page_header .top_nav li:hover a,
.page_header .top_nav li.active a {
    color: #0bbbef
}

.page_header .top_nav li:hover .drop_down {
    display: block
}

.page_header .top_nav li.active a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700
}

.page_header .top_nav li:first-child {
    margin-left: 0
}

.page_header .top_nav a {
    float: left;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #242424;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 17px;
    letter-spacing: .3px
}

.page_header .top_nav a:hover {
    color: #0bbbef
}

.page_header .top_right {
    float: left;
	margin-left:25px;
}

.page_header .top_right .search {
    float: right;
    width: 21px;
    margin: 5px 0 0 25px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer
}

.page_header .top_right .search:hover svg path {
    fill: #242424
}

.page_header .top_right .search svg path {
    fill: #0bbbef
}

.page_header .top_right .login {
    float: right;
    width: 21px;
    margin: 5px 0 0 25px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer
}

.page_header .top_right .login:hover svg path {
    fill: #242424
}

.page_header .top_right .login svg path {
    fill: #0bbbef
}
.page_header .top_right .buybtn {
    float: right;
    background: #fff;
    color: #0bbbef;
	border:1px solid  #0bbbef;
    font-size: 14px;
    font-weight: 600;
    padding:7px 10px 7px 10px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	margin-right:5px;
}
.page_header .top_right .buybtn:hover {
	background: #242424;
color:#fff;}
.page_header .top_right .help_desk {
    float: right;
    background: #0bbbef;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding:7px 10px 7px 30px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
	background-image:url(https://micsaog.com/wp-content/uploads/2024/12/call-icon.png); 
	background-repeat: no-repeat;
   background-position: 5px center;
}

.page_header .top_right .help_desk:hover {
    background: #242424;
	background-image:url(https://micsaog.com/wp-content/uploads/2024/12/call-icon.png); 
	background-repeat: no-repeat;
	background-position: 5px center;
}

.page_header svg {
    width: 100%
}

.page_header.sticky .header_bottom {
    visibility: visible;
    opacity: 1
}

.page_header.sticky:before {
    height: 50px
}

.page_header.sticky:after {
    opacity: 1
}

.page_header.sticky .header_top {
    margin-top: 11px
}

.page_header.sticky .top_nav li .drop_down {
    top: 1px
}

.page_header.sticky .top_nav {
    float: left
}

.page_header.sticky .top_nav li {
    margin-top: 7px;
    padding-bottom: 11px
}

.menu_btn {
    float: right;
    width: 22px;
    margin: 5px 30px 0 20px
}

.mobile_menu {
    position: fixed;
    right: -1200px;
    top: 0;
    height: 100%;
    width: 100%;
    padding-left: 127px;
    display: none;
    z-index: 999
}

.mobile_menu .mobile_menu_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.mobile_menu .menu_content {
    width: 100%;
    position: relative;
    height: 100%;
    background: #0bbbef;
    z-index: 2
}

.mobile_menu .close {
    width: 20px;
    float: right;
    margin: 27px 30px 0 0
}

.mobile_menu ul {
    width: 100%;
    margin: 35px 0 0 0;
    padding-left: 23px
}

.mobile_menu ul li {
    width: 100%;
    margin-bottom: 30px;
    position: relative
}

.mobile_menu ul li .mobile_submenu_trigger {
    position: absolute;
    right: 0;
    z-index: 2;
    color: #fff;
    top: -3px;
    font-size: 24px;
    padding: 0 20px
}

.mobile_menu ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%
}

.mobile_menu ul li ul {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: -20px;
    display: none
}

.mobile_menu ul li ul li {
    margin-bottom: 20px
}

.mobile_menu ul li ul li a span {
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600
}

.home_carousel_wrap {
    float: left;
    width: 100%;
    position: relative;
    height: 100vh;
    overflow-x: hidden;
    padding-top: 100px
}

.home_carousel_wrap .home_carousel {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 2
}

.home_carousel_wrap .home_carousel .slide {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 100px)
}

.home_carousel_wrap .home_carousel .slide .slide_top {
    position: absolute;
    right: 15%;
    top: 0;
    height: 100%;
    opacity: .25;
    z-index: 2
}

.home_carousel_wrap .home_carousel .slide .slide_top svg {
    height: 110%;
    float: left;
    margin-top: -10%
}

.home_carousel_wrap .home_carousel .slide .slide_top_corner {
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 3;
    width: 400px
}

.home_carousel_wrap .home_carousel .slide .slide_top_corner svg {
    width: 100%;
    fill: white
}

.home_carousel_wrap .home_carousel .slide .slide_text_wrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
    text-align: center
}

.home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text {
    float: right;
    width: 30%;
	z-index: 999;
	
}
.home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text a{

    background: #0bbbef;
    color: #fff;
    font-size: 21px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
	padding:10px;
	border-radius:15px;
}
.home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-weight: 900;
    width: 100%;
    position: relative;
    position: relative;
    text-transform: uppercase
}

.home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text h2:after {
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: none
}

.home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text p {
    font-size: 18px;
    color: #fff;
    line-height: 26px
}

.home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text .buttons {
    float: left;
    clear: left;
    display: none
}

.home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text .buttons a {
    padding: 15px 35px;
    float: left;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #0bbbef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 30px 20px 0 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text .buttons a:hover {
    background: #242424
}

.home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text .buttons a.btn2 {
    background: #fff;
    color: #0bbbef
}

.home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text .buttons a.btn2:hover {
    background: #242424;
    color: #fff
}

.home_carousel_wrap .home_carousel .slide .mobile_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    display: none
}

.home_carousel_wrap .home_carousel .slick-dots {
    left: 50%;
    width: 15px;
    bottom: 90px;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 999999999;
    opacity: 1;
    transform: rotate(90deg);
}

.home_carousel_wrap .home_carousel .slick-dots li {
    float: left;
    margin: 7px 0;
    width: 13px;
    height: 13px
}

.home_carousel_wrap .home_carousel .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 2px solid white
}

.home_carousel_wrap .home_carousel .slick-dots li.slick-active button {
    background: #0bbbef
}

.home_carousel_wrap .home_icon_menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    background: #242424;
    text-align: center
}

.home_carousel_wrap .home_icon_menu .slide_bottom_corner {
    position: absolute;
    left: -50px;
    bottom: 100px;
    z-index: 3;
    width: 10px;
    height: 10px
}

.home_carousel_wrap .home_icon_menu .slide_bottom_corner svg {
    fill: #242424;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0;
    bottom: 0
}

.home_carousel_wrap .home_icon_menu ul {
    width: 100%;
    text-align: center;
    margin-top: 12px
}

.home_carousel_wrap .home_icon_menu ul li {
    float: none;
    display: inline-block;
    margin: 0 22px;
    position: relative
}

.home_carousel_wrap .home_icon_menu ul li .full-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.home_carousel_wrap .home_icon_menu ul li:first-child {
    margin-left: 0
}

.home_carousel_wrap .home_icon_menu ul li:last-child {
    margin-right: 0
}

.home_carousel_wrap .home_icon_menu ul li .icon {
    width: 100%;
    float: left;
    height: 50px;
    position: relative
}

.home_carousel_wrap .home_icon_menu ul li .icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home_carousel_wrap .home_icon_menu ul li p {
    width: 100%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 14px
}

.company_overview_row {
    float: left;
    width: 100%;
    margin: 60px 0;
    text-align: center
}

.company_overview_row .overview_wrap {
    float: left;
    width: 100%;
    background: #F2F2F2
}

.company_overview_row .overview_wrap .text {
    width: 50%;
    float: left;
    padding: 60px 80px
}

.company_overview_row .overview_wrap .text h3 {
    color: #242424;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative
}

.company_overview_row .overview_wrap .text h3:after {
    width: 68px;
    height: 1px;
    background: #0bbbef;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""
}

.company_overview_row .overview_wrap .text p {
    font-size: 15px;
    color: #242424;
    line-height: 20px;
    width: 100%
}

.company_overview_row .overview_wrap img {
    float: right;
    width: 50%
}

.products_row {
    text-align: center;
    width: 100%;
    float: left
}

.products_row h3 {
    text-transform: uppercase;
    width: 100%;
    color: #242424;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 25px
}

.products_row .products_tabs {
    float: left;
    width: 100%
}

.products_row .products_tabs a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(36, 36, 36, .15);
    width: 49.8%;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

.products_row .products_tabs a.active {
    background: #0bbbef
}

.products_row .products_tabs a:last-child {
    float: right
}

.products_row .products_content_wrap {
    float: left;
    margin: 40px 0 0 0;
    position: relative;
    height: 300px;
    width: 100%
}

.products_row .products_content {
    float: left;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0
}

.products_row .products_content .product_block {
    float: left;
    width: 50%;
    background: #F2F2F2;
    position: relative
}

.products_row .products_content .product_block .full_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.products_row .products_content .product_block img {
    float: left;
    width: 50%
}

.products_row .products_content .product_block .text {
    float: left;
    width: 50%;
    padding: 0 40px;
    height: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    right: 0;
    top: 0
}

.products_row .products_content .product_block .text h4 {
    position: relative;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #242424;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-bottom: 15px;
    margin-top: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 28px
}

.products_row .products_content .product_block .text h4:after {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    content: ""
}

.products_row .products_content .product_block .text h4:before {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 6px;
    height: 9px;
    background: url(../images/arrow.png);
    position: absolute;
    content: "";
    bottom: -4px;
    right: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0
}

.products_row .products_content .product_block .text p {
    font-size: 14px;
    color: #242424;
    line-height: 20px;
    width: 100%
}

.products_row .products_content .product_block:hover .text {
    background: #0bbbef
}

.products_row .products_content .product_block:hover .text h4 {
    margin-top: 0;
    color: #fff
}

.products_row .products_content .product_block:hover .text h4:after {
    width: 100%
}

.products_row .products_content .product_block:hover .text h4:before {
    right: 100%;
    opacity: 1
}

.about_wrapper {
    width: 100%;
    background: url(../images/about_bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    float: left;
    margin: 50px 0 0 0;
    text-align: center;
    position: relative;
    overflow-y: hidden
}

.about_wrapper:before {
    width: 55%;
    background: rgba(11, 187, 239, .75);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: ""
}

.about_wrapper:after {
    width: 45%;
    background: url(../images/about_tint.png) no-repeat left top;
    position: absolute;
    right: 0;
    top: 0;
    height: 101%;
    content: "";
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain
}

.about_wrapper .text {
    float: left;
    width: 50%;
    padding: 70px 0
}

.about_wrapper .text h3 {
    color: #fff;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative
}

.about_wrapper .text h3:after {
    width: 68px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""
}

.about_wrapper .text p {
    font-size: 15px;
    color: #fff;
    line-height: 20px
}

.about_wrapper .text .btn {
    float: left;
    margin: 30px 0 0 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #0bbbef;
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center
}

.contact_row {
    float: left;
    margin: 50px 0 0 0;
    text-align: center;
    width: 100%
}

.contact_row .map_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow-x: hidden
}

.contact_row .map_wrapper #map {
    position: relative;
    margin-left: -50%;
    width: 150%;
    height: 100%;
    float: left
}

.contact_row .form_wrapper {
    float: right;
    width: 50%;
    background: rgba(255, 255, 255, .8);
    padding: 55px 70px;
    position: relative;
    z-index: 10
}

.contact_row .form_wrapper h3 {
    color: #242424;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase
}

.contact_row .form_wrapper h3:after {
    width: 68px;
    height: 1px;
    background: #0bbbef;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""
}

.contact_row .form_wrapper .nice-select {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background: 0;
    padding-left: 0;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 38px;
    margin-bottom: 10px
}

.contact_row .form_wrapper .nice-select .list {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    height: 200px;
    overflow-y: scroll
}

.contact_row .form_wrapper .nice-select .list li {
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 35px;
    line-height: 35px
}

.contact_row .form_wrapper .nice-select .list .selected {
    font-family: 'Raleway', sans-serif;
    font-weight: 600
}

.contact_row .form_wrapper .nice-select.purpose_drop_down {
    margin-top: 10px
}

.contact_row .form_wrapper .form_block {
    width: 49%;
    float: left;
    margin: 8px 0 0 0;
    position: relative
}

.contact_row .form_wrapper .form_block.right {
    float: right
}

.contact_row .form_wrapper .form_block.full {
    width: 100%
}

.contact_row .form_wrapper .form_block input {
    float: left;
    width: 100%;
    height: 45px;
    background: #F5F5F5;
    color: #242424;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 9px 13px
}

.contact_row .form_wrapper .form_block textarea {
    float: left;
    width: 100%;
    height: 130px;
    background: #F5F5F5;
    color: #242424;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 9px 13px
}

.contact_row .form_wrapper .reset {
    float: left;
    margin: 30px 0 0 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    font-size: 16px
}

.contact_row .form_wrapper button {
    float: right;
    width: 177px;
    height: 41px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0bbbef;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin: 20px 0 0 0
}

.contact_row .form_wrapper button:hover {
    background: #242424
}

.form h3 {
    color: #242424;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase
}

.form h3:after {
    width: 68px;
    height: 1px;
    background: #0bbbef;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""
}

.form .nice-select {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background: 0;
    padding-left: 0;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 38px;
    margin-bottom: 10px
}

.form .nice-select .list {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0
}

.form .nice-select .list li {
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 35px;
    line-height: 35px
}

.form .nice-select .list .selected {
    font-family: 'Raleway', sans-serif;
    font-weight: 600
}

.form .nice-select.purpose_drop_down {
    margin-top: 10px
}

.form .form_block {
    width: 49%;
    float: left;
    margin: 8px 0 0 0;
    position: relative
}

.form .form_block.right {
    float: right
}

.form .form_block.full {
    width: 100%
}

.form .form_block input {
    float: left;
    width: 100%;
    height: 45px;
    background: #F5F5F5;
    color: #242424;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 9px 13px
}

.form .form_block textarea {
    float: left;
    width: 100%;
    height: 130px;
    background: #F5F5F5;
    color: #242424;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 9px 13px;
    resize: none
}

.nice-select {
    font-size: 14px
}

.page_footer {
    float: left;
    width: 100%;
    background: #0bbbef;
    padding: 50px 0;
    text-align: center;
    margin: 80px 0 0 0
}

.page_footer .logo_col {
    float: left;
    width: 170px;
    padding: 0 0 0 30px
}

.page_footer .logo_col .logo {
    width: 110px;
    float: left
}

.page_footer .logo_col .logo svg {
    width: 100%
}

.page_footer .logo_col p {
    margin: 14px 0 0 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 20px
}

.page_footer .address_col {
    float: left;
    width: 225px;
    margin-left: 70px;
    margin-right: 30px
}

.page_footer .address_col h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    width: 100%
}

.page_footer .address_col p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    margin: 20px 0;
    color: #fff;
    line-height: 20px
}

.page_footer .sitemap_col,
.page_footer .links_col {
    float: left;
    width: 175px;
    margin-left: 40px
}

.page_footer .sitemap_col h4,
.page_footer .links_col h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    width: 100%;
    margin: 0 0 20px
}

.page_footer .sitemap_col ul,
.page_footer .links_col ul {
    float: left;
    width: 100%
}

.page_footer .sitemap_col ul li,
.page_footer .links_col ul li {
    float: left;
    width: 100%
}

.page_footer .sitemap_col ul li.sub,
.page_footer .links_col ul li.sub {
    padding-left: 10px
}

.page_footer .sitemap_col ul li.sub_sub,
.page_footer .links_col ul li.sub_sub {
    padding-left: 20px
}

.page_footer .sitemap_col ul li a,
.page_footer .links_col ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    color: #fff;
    line-height: 20px;
    float: left
}

.page_footer .social_col {
    float: right;
    width: 185px
}

.page_footer .social_col h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    width: 100%;
    margin: 0 0 20px
}

.page_footer .social_col .socials {
    float: left;
    width: 100%
}

.page_footer .social_col .socials a {
    font-size: 20px;
    color: #fff;
    margin: 0 25px 0 0;
    float: left
}

.page_footer .social_col .btn {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #0bbbef;
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.page_footer .social_col .btn:hover {
    background: #242424
}

.page_banner {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 100px;
    height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    overflow-x: hidden
}

.page_banner .banner_content {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    float: left;
    width: 100%;
    text-align: center;
    z-index: 3
}

.page_banner .mobile_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    display: none
}

.page_banner .container {
    position: relative;
    z-index: 10
}

.page_banner .container h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-weight: 900;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    width: 530px;
    line-height: 1em;
    text-transform: uppercase
}

.page_banner .container h1:after {
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""
}

.page_banner .container p {
    clear: left;
    width: 100%;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px
}

.page_banner .container p a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500
}

.page_banner .slide_top_corner {
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 3;
    width: 200px
}

.page_banner .slide_top_corner svg {
    width: 100%;
    fill: white
}

.page_banner .slide_bottom_corner {
    position: absolute;
    left: -50px;
    bottom: 0;
    z-index: 3;
    width: 10px;
    height: 10px
}

.page_banner .slide_bottom_corner svg {
    fill: white;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0
}

.page_heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 26px;
    width: 100%;
    color: #242424;
    margin-bottom: 25px;
    text-transform: uppercase
}

.page_heading.mt {
    margin-top: 50px
}

.page_heading.with_border {
    padding-bottom: 25px;
    position: relative
}

.page_heading.with_border:after {
    width: 68px;
    height: 1px;
    background: #0bbbef;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""
}

.product_heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 26px;
    width: 100%;
    color: #242424;
    margin-bottom: 25px;
    text-transform: uppercase
}

.product_text {
    float: left;
    width: 100%;
    padding: 20px 35px;
    background: rgba(11, 187, 239, .7);
    margin-bottom: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.product_text p {
    width: 100%;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px
}

.products {
    float: left;
    width: 100%;
    text-align: center;
    margin: 70px 0
}

.products .product_row {
    float: left;
    width: 100%;
    background: #F2F2F2;
    position: relative
}

.products .product_row .product_img {
    position: absolute;
    width: 50%;
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.products .product_row .text {
    float: right;
    padding: 50px 60px;
    width: 50%
}

.products .product_row .text h4 {
    font-size: 20px;
    margin-bottom: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #0bbbef
}

.products .product_row .text h3 {
    color: #242424;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative
}

.products .product_row .text h3:after {
    width: 68px;
    height: 1px;
    background: #0bbbef;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""
}

.products .product_row .text p {
    font-size: 14px;
    color: #242424;
    line-height: 20px;
    width: 100%
}

.products .product_row .text ul li {
    font-size: 14px;
    color: #242424;
    line-height: 20px;
    width: 100%;
    margin-bottom: 3px;
    position: relative
}

.products .product_row .text ul li:before {
    float: left;
    position: relative;
    content: "";
    background: url(../images/bullet.png);
    width: 6px;
    height: 10px;
    margin: 4px 5px 0 0
}

.products .product_row .text ul li ul,
.products .product_row .text ul li ol {
    float: left;
    padding-left: 30px
}

.products .product_row .text ul li ul li,
.products .product_row .text ul li ol li {
    list-style-type: lower-alpha
}

.products .product_row .text ul li ul li:before,
.products .product_row .text ul li ol li:before {
    display: none
}

.products .product_row .request_btn {
    position: absolute;
    bottom: 30px;
    padding: 12px 30px;
    background: #fff;
    color: #0bbbef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 30%;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    cursor: pointer
}

.products .product_row:nth-child(2n+1) img {
    float: right
}

.products .product_row:nth-child(2n+1) .product_img {
    right: 0;
    left: auto
}

.products .product_row:nth-child(2n+1) .text {
    float: left
}

.products .product_row:nth-child(2n+1) .request_btn {
    left: 53%
}

.products_page {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 70px
}

.products_page .product_block {
    float: left;
    width: 50%;
    background: #F2F2F2;
    position: relative
}

.products_page .product_block a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.products_page .product_block img {
    width: 50%;
    float: left
}

.products_page .product_block .text_block {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    float: right;
    width: 50%;
    padding: 0 40px;
    height: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.products_page .product_block .text_block h2 {
    position: relative;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #242424;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-bottom: 15px;
    margin-top: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 28px
}

.products_page .product_block .text_block h2:after {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    content: ""
}

.products_page .product_block .text_block h2:before {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 6px;
    height: 9px;
    background: url(../images/arrow.png);
    position: absolute;
    content: "";
    bottom: -4px;
    right: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0
}

.products_page .product_block:hover .text_block {
    background: #0bbbef
}

.products_page .product_block:hover .text_block h2 {
    margin-top: 0;
    color: #fff
}

.products_page .product_block:hover .text_block h2:after {
    width: 100%
}

.products_page .product_block:hover .text_block h2:before {
    right: 100%;
    opacity: 1
}

.products_page .product_block.reverse img {
    float: right
}

.products_page .product_block.reverse .text_block {
    right: auto;
    left: 0;
    float: left
}

.products_page .product_block.reverse .text_block h2 {
    text-align: left
}

.products_page .product_block.reverse .text_block h2:after {
    left: 0;
    right: auto
}

.products_page .product_block.reverse .text_block h2:before {
    left: 0;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.products_page .product_block.reverse:hover .text_block h2:before {
    left: 100%;
    right: auto
}

.rq_popup_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: rgba(0, 0, 0, .8);
    display: none;
    overflow-y: auto
}

.rq_popup_wrap .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.rq_popup_wrap .close {
    width: 20px;
    position: absolute;
    right: 0;
    top: 7px
}

.rq_popup_wrap .close svg {
    width: 100%
}

.rq_popup_wrap .rq_form {
    position: relative
}

.rq_popup_wrap .rq_popup {
    position: absolute;
    width: 660px;
    max-width: 95%;
    background: #fff;
    padding: 30px 40px;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rq_popup_wrap .rq_popup h3 {
    color: #000;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 100%;
    margin-bottom: 20px
}

.rq_popup_wrap .rq_popup p {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px
}

.rq_popup_wrap .rq_popup .radio_btns {
    float: left;
    width: 100%;
    margin-bottom: 32px
}

.rq_popup_wrap .rq_popup .radio_btns .radio_btn {
    float: left;
    width: 49%;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #E7E7E7;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer
}

.rq_popup_wrap .rq_popup .radio_btns .radio_btn input {
    opacity: 0
}

.rq_popup_wrap .rq_popup .radio_btns .radio_btn .check {
    margin-right: 10px;
    display: none
}

.rq_popup_wrap .rq_popup .radio_btns .radio_btn.active {
    background: #0bbbef
}

.rq_popup_wrap .rq_popup .radio_btns .radio_btn.active .check {
    display: inline-block
}

.rq_popup_wrap .rq_popup .radio_btns .radio_btn.right {
    float: right
}

.rq_popup_wrap .rq_popup .nice-select {
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 12px;
    position: relative
}

.rq_popup_wrap .rq_popup .nice-select .current {
    color: #0bbbef;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 15px;
    vertical-align: baseline;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    white-space: normal
}

.rq_popup_wrap .rq_popup .nice-select .list {
    height: 200px;
    overflow-y: scroll
}

.rq_popup_wrap .rq_popup .nice-select .list li {
    font-size: 12px
}

.rq_popup_wrap .rq_popup .upload_btn_wrap input {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999
}

.rq_popup_wrap .rq_popup .upload_btn_wrap .upload_btn {
    width: 100%;
    height: 45px;
    background: rgba(11, 187, 239, .7);
    position: relative
}

.rq_popup_wrap .rq_popup .upload_btn_wrap .upload_btn:hover {
    background: #0bbbef
}

.rq_popup_wrap .rq_popup .upload_btn_wrap .upload_btn svg {
    width: 18px;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.rq_popup_wrap .rq_popup .upload_btn_wrap .upload_btn p {
    float: left;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 45px;
    margin-left: 13px;
    margin-bottom: 0
}

.rq_popup_wrap .rq_popup .captcha {
    float: left;
    width: 100%
}

.rq_popup_wrap .rq_popup .captcha .g-recaptcha {
    float: left;
    width: 100%;
    transform: scale(0.95);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.rq_popup_wrap .rq_popup .submit_btn {
    float: left;
    width: 100%;
    background: #0bbbef;
    height: 72px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px
}

.claims_wrap {
    float: left;
    width: 100%;
    margin: 70px 0 0;
    text-align: center
}

.claims_wrap .claims_content {
    float: left;
    width: 100%
}

.claims_wrap .claims_content img {
    float: left;
    width: 46%
}

.claims_wrap .claims_content .claims_form_wrap {
    float: right;
    width: 50%
}

.claims_wrap .claims_content p {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px
}

.claims_wrap .claims_content .radio_btns {
    float: left;
    width: 100%;
    margin-bottom: 32px
}

.claims_wrap .claims_content .radio_btns .radio_btn {
    float: left;
    width: 49%;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #E7E7E7;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer
}

.claims_wrap .claims_content .radio_btns .radio_btn input {
    opacity: 0;
    position: absolute
}

.claims_wrap .claims_content .radio_btns .radio_btn .check {
    margin-right: 10px;
    display: none
}

.claims_wrap .claims_content .radio_btns .radio_btn.active {
    background: #0bbbef
}

.claims_wrap .claims_content .radio_btns .radio_btn.active .check {
    display: inline-block
}

.claims_wrap .claims_content .radio_btns .radio_btn.right {
    float: right
}

.claims_wrap .claims_content .nice-select {
    margin-bottom: 0;
    margin-top: 7px
}

.claims_wrap .claims_content .upload_btn_wrap input {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999
}

.claims_wrap .claims_content .upload_btn_wrap .upload_btn {
    width: 100%;
    height: 45px;
    background: rgba(11, 187, 239, .7);
    position: relative
}

.claims_wrap .claims_content .upload_btn_wrap .upload_btn:hover {
    background: #0bbbef
}

.claims_wrap .claims_content .upload_btn_wrap .upload_btn svg {
    width: 18px;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.claims_wrap .claims_content .upload_btn_wrap .upload_btn p {
    float: left;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 45px;
    margin-left: 13px;
    margin-bottom: 0
}

.claims_wrap .claims_content .captcha {
    float: left;
    width: 100%
}

.claims_wrap .claims_content .captcha .g-recaptcha {
    float: left;
    width: 100%;
    transform: scale(0.95);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.claims_wrap .claims_content .submit_btn {
    float: left;
    width: 100%;
    background: #0bbbef;
    height: 72px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px
}

.faqs_wrap {
    float: left;
    width: 100%;
    margin: 70px 0;
    text-align: center
}

.faqs_wrap .faqs_content {
    float: left;
    position: relative;
    width: 100%
}

.faqs_wrap .faq_container {
    float: left;
    width: 100%
}

.faqs_wrap .faq_container .question {
    float: left;
    width: 100%;
    padding: 30px 45px;
    background: #F6F6F6;
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.faqs_wrap .faq_container .question i {
    color: #fff;
    font-size: 45px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-text-stroke: 1.5px #0bbbef;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0
}

.faqs_wrap .faq_container .question h3 {
    color: #242424;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    width: 90%
}

.faqs_wrap .faq_container .question.active {
    background: #0bbbef!important;
    margin-bottom: 0
}

.faqs_wrap .faq_container .question.active h3 {
    color: #fff
}

.faqs_wrap .faq_container .question.active i {
    opacity: 1
}

.faqs_wrap .faq_container:nth-child(2n) .question {
    background: #E7E7E7
}

.faqs_wrap .faq_container .answer {
    display: none;
    float: left;
    width: 100%;
    background: rgba(11, 187, 239, .7);
    padding: 30px 45px 10px
}

.faqs_wrap .faq_container .answer .ans_block {
    width: 48%;
    float: left
}

.faqs_wrap .faq_container .answer .ans_block.right {
    float: right
}

.faqs_wrap .faq_container .answer .ans_block.full {
    width: 100%!important
}

.faqs_wrap .faq_container .answer .ans_block p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    margin-bottom: 20px
}

.faqs_wrap .faq_container .answer .ans_block ul {
    width: 100%;
    margin-bottom: 20px
}

.faqs_wrap .faq_container .answer .ans_block ul li {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    clear: left;
    margin-left: 13px;
    list-style-type: disc
}

.about_text_wrap {
    float: left;
    width: 100%;
    padding: 70px 0 50px;
    text-align: center
}

.about_text_wrap h2 {
    color: #242424;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase
}

.about_text_wrap h2:after {
    width: 68px;
    height: 1px;
    background: #0bbbef;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""
}

.about_text_wrap .text {
    float: left;
    width: 48%
}

.about_text_wrap .text p {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #242424
}

.about_text_wrap .text.right {
    float: right
}

.about_icons {
    float: left;
    width: 100%;
    background: url(../images/about_icons_bg.jpg) no-repeat center center;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    padding: 100px 0;
    position: relative
}

.about_icons:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    content: "";
    z-index: 1
}

.about_icons .about_block {
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: top;
    text-align: center
}

.about_icons .about_block .icon {
    display: inline-block;
    vertical-align: top;
    height: 60px
}

.about_icons .about_block .icon img {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.about_icons .about_block p {
    width: 100%;
    clear: left;
    text-align: center;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
    min-width: 140px
}

.news_posts_wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0
}

.news_posts_wrap .news_posts {
    display: flex;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em;
    width: 100%;
    display: flex;
    float: left
}

.news_posts_wrap .news_block {
    width: 33.333333333333336%;
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: top;
    column-break-inside: avoid
}

.news_posts_wrap .news_block.middle {
    margin-right: 20px;
    margin-left: 20px
}

.news_posts_wrap .news_block .news_text {
    float: left;
    width: 100%;
    padding: 20px;
    background: #f2f2f2
}

.news_posts_wrap .news_block .news_text h2 {
    color: #242424;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    margin-bottom: 15px;
    line-height: 20px
}

.news_posts_wrap .news_block .news_text p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    width: 100%;
    line-height: 20px
}

.news_posts_wrap .news_block .news_meta {
    float: left;
    width: 100%;
    background: #fff;
    padding: 13px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.news_posts_wrap .news_block .news_meta .date {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    float: left;
    margin-left: 15px
}

.news_posts_wrap .news_block .news_meta .shares {
    float: right
}

.news_posts_wrap .news_block .news_meta .shares a {
    float: left;
    font-size: 16px;
    margin-right: 15px;
    color: rgba(0, 0, 0, .3);
    position: relative
}

.news_posts_wrap .news_block .news_meta .shares a:hover {
    color: #0bbbef
}

.news_posts_wrap .news_block .news_meta .shares a .share_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.gallery_wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0
}

.gallery_wrap .gallery_row {
    float: left;
    width: 100%;
    margin-bottom: 1%
}

.gallery_wrap .gallery_row a {
    float: left;
    width: 24%;
    margin-right: 1%;
    height: 170px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position: center center
}

.directors_wrap {
    width: 100%;
    text-align: center;
    float: left;
    margin: 70px 0 0 0
}

.directors_wrap .directors {
    float: left;
    width: 100%
}

.directors_wrap .directors .director {
    width: 32.33%;
    float: left;
    margin: 0 0.2% 5px
}

.directors_wrap .directors .director .photo {
    width: 100%;
    height: 220px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: none
}

.directors_wrap .directors .director .text {
    width: 100%;
    height: 115px;
    background: url(background-islamic.jpg) no-repeat center 0;
    background-size: cover;
    /*#0bbbef*/
    float: left;
    padding: 15px 20px
}


.directors_wrap .directors .director .text h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff
}

.directors_wrap .directors .director .text p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    color: #fff;
    margin: 5px 0 0 0
}

.directors_wrap .directors .director:first-child {
    /* margin-left: 0*/
}

.managers_wrap {
    width: 100%;
    text-align: center;
    float: left;
    margin: 70px 0 0 0
}

.managers_wrap .managers {
    float: left;
    width: 100%
}

.managers_wrap .managers .manager {
    width: 32.33%;
    float: left;
    margin: 0 0.2% 5px;
    background: #F2F2F2;
}

.managers_wrap .managers .manager .photo {
    width: 180px;
    height: 180px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    display: none
}

.managers_wrap .managers .manager .text {
   width: 100%;
    height: 115px;
    background: url(background-islamic.jpg) no-repeat center 0;
    background-size: cover;
    float: left;
    padding: 15px 20px;
}

.managers_wrap .managers .manager .text .links {
    position: absolute;
    left: 10px;
    bottom: 14px
}

.managers_wrap .managers .manager .text .links a {
    color: #fff;
    font-size: 16px;
    margin-left: 12px
}

.managers_wrap .managers .manager .text .see_bio {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #fff
}

.managers_wrap .managers .manager .text h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff
}

.managers_wrap .managers .manager .text p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    color: #fff;
    margin: 5px 0 0 0
}

.managers_wrap .managers .manager .copy {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    padding-left: 333px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    min-height: 150px
}

.managers_wrap .managers .manager .copy p {
    font-size: 13px;
    line-height: 20px;
    color: #242424;
    font-family: 'Raleway', sans-serif;
    font-weight: 400
}

.managers_wrap .managers .manager:first-child {
    margin-left: 0
}

.csr_content_wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0
}

.csr_content_wrap .csr_block {
    float: left;
    width: 100%;
    padding: 30px 50px;
    background: #f2f2f2
}

.csr_content_wrap .csr_block img {
    float: left;
    width: 44%;
    margin-top: 4px
}

.csr_content_wrap .csr_block .text {
    float: right;
    width: 48%
}

.csr_content_wrap .csr_block .text p {
    color: rgba(0, 0, 0, .5);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%
}

.csr_content_wrap .csr_block .text p a {
    color: #0bbbef
}

.csr_content_wrap .csr_block .text p a:hover {
    text-decoration: underline
}

.csr_content_wrap .csr_text {
    float: left;
    width: 100%;
    margin: 70px 0 0 0
}

.csr_content_wrap .csr_text .text {
    float: left;
    width: 48%
}

.csr_content_wrap .csr_text .text h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 10px
}

.csr_content_wrap .csr_text .text p {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #242424;
    line-height: 21px
}

.csr_content_wrap .csr_text img {
    float: right;
    width: 48%
}

.ir_wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0
}

.ir_wrap .ir_documents {
    float: left;
    width: 100%
}

.ir_wrap .ir_documents .ir_doc {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 1%
}

.ir_wrap .ir_documents .ir_doc.mid {
    margin-left: .8%;
    margin-right: .8%
}

.ir_wrap .ir_documents .ir_doc h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    width: 100%;
    min-height: 80px
}

.ir_wrap .ir_documents .ir_doc h3 a {
    text-decoration: underline
}

.ir_wrap .ir_documents .ir_doc h3 a:hover {
    color: #0bbbef
}

.ir_wrap .ir_documents .ir_doc a.btn {
    width: 100%;
    background: #fff;
    color: #0bbbef;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 13px 0;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.ir_wrap .ir_documents .ir_doc a.btn:hover {
    background: #0bbbef;
    color: #fff
}

.contact_wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0
}

.contact_wrap .left {
    width: 48%;
    float: left
}

.contact_wrap .left .reset {
    float: left;
    margin: 30px 0 0 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    font-size: 16px
}

.contact_wrap .left button {
    float: right;
    width: 177px;
    height: 41px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0bbbef;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin: 20px 0 0 0
}

.contact_wrap .left button:hover {
    background: #242424
}

.contact_wrap .left .nice-select .list {
    height: 200px;
    overflow-y: scroll
}

.contact_wrap .right {
    float: right;
    width: 48%
}

.contact_wrap .right .nice-select {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background: 0;
    padding-left: 0;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 38px;
    margin-bottom: 10px
}

.contact_wrap .right .nice-select .list {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0
}

.contact_wrap .right .nice-select .list li {
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 35px;
    line-height: 35px
}

.contact_wrap .right .nice-select .list .selected {
    font-family: 'Raleway', sans-serif;
    font-weight: 600
}

.contact_wrap .right .nice-select.purpose_drop_down {
    margin-top: 10px
}

.contact_wrap .right .map_wrapper {
    float: left;
    width: 100%;
    height: 295px;
    position: relative;
    margin-top: 8px;
    border-bottom: 5px solid #0bbbef
}

.contact_wrap .right .map_wrapper #map {
    float: left;
    width: 100%;
    height: 100%;
    position: relative
}

.contact_wrap .right .address {
    float: left;
    margin: 20px 0 0 30px;
    width: 60%
}

.contact_wrap .right .address h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #0bbbef;
    margin-bottom: 5px;
    width: 100%;
    float: left
}

.contact_wrap .right .address p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #242424;
    float: left
}

.contact_wrap .right .btns {
    float: right;
    margin: 20px 20px 0 0
}

.contact_wrap .right .btns a {
    float: left;
    margin-left: 30px
}

.contact_wrap .right .btns a:last-child {
    margin-top: 3px
}

.form_success {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #0bbbef;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: none;
    text-align: left
}

.form_success a:hover {
    text-docoration: underline
}

.privacy_wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0
}

.privacy_wrap .left {
    width: 48%;
    float: left
}

.privacy_wrap .left img {
    width: 100%
}

.privacy_wrap .right {
    float: right;
    width: 48%;
    margin-bottom: 70px
}

.privacy_wrap p {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    color: #242424;
    margin-bottom: 20px
}

.privacy_wrap p a {
    color: #0bbbef
}

.privacy_wrap p a:hover {
    text-decoration: underline
}

.privacy_wrap h4 {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    width: 100%
}

@media only screen and (min-width: 200px) and (max-width:767px) {
    .only_desktop {
        display: none
    }
    .only_tablet {
        display: none
    }
    .desktop_and_tablet {
        display: none
    }
    .not_in_mobile {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width:1070px) {
    .only_desktop {
        display: none
    }
    .only_mobile {
        display: none
    }
}

@media only screen and (min-width: 1071px) and (max-width:1499px) {
    .only_tablet {
        display: none
    }
    .only_mobile {
        display: none
    }
    .mobile_and_tablet {
        display: none
    }
}

@media only screen and (min-width: 1500px) {
    .only_tablet {
        display: none
    }
    .only_mobile {
        display: none
    }
    .mobile_and_tablet {
        display: none
    }
}

@media only screen and (min-width: 200px) and (max-width:767px) {
    .page_header .header_bottom {
        display: none
    }
    .page_header .top_nav {
        display: none
    }
    .page_header .top_right .help_desk {
        display: none
    }
    .page_header .header_right {
        width: 40%
    }
    .page_header {
        height: 70px;
        background: #fff
    }
    .page_header .container {
        padding: 0
    }
    .page_header .logo {
        width: 130px;
        height: 70px;
        padding: 11px 30px;
        margin-left: 0
    }
    .page_header .header_top {
        margin: 24px 0 0 0
    }
    .page_header::after {
        display: none
    }
    .page_header.sticky .header_top {
        margin-top: 24px
    }
    .page_header::before {
        height: 70px
    }
    .page_header .header_top_corner {
        display: none
    }
    .home_carousel_wrap .home_carousel .slide .slide_top_corner {
        width: 150px
    }
    .home_carousel_wrap {
        padding-top: 70px
    }
    .home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text {
        width: 100%
    }
    .home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text h2 {
        font-size: 38px;
        line-height: 38px
    }
    .home_carousel_wrap .home_carousel .slide {
        background-position: 60% top
    }
    .home_carousel_wrap .home_carousel .slide .slide_text_wrap {
        top: auto;
        bottom: 22%;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .home_carousel_wrap .home_carousel .slide .slide_top {
        position: absolute;
        right: -5%;
        top: 24%;
        height: 38%;
        opacity: .25;
        z-index: 2
    }
    .home_carousel_wrap .home_icon_menu .slide_bottom_corner svg {
        width: 150px;
        height: 150px
    }
    .home_carousel_wrap .home_icon_menu .container {
        width: 100%;
        padding: 0
    }
    .home_carousel_wrap .home_icon_menu ul {
        margin-bottom: 0
    }
    .home_carousel_wrap .home_icon_menu ul li {
        float: left;
        margin: 0;
        width: 25%
    }
    .home_carousel_wrap .home_icon_menu ul li p {
        font-size: 12px
    }
    .home_carousel_wrap .home_icon_menu ul li .icon svg {
        -webkit-transform: translatex(-50%) translatey(-50%) scale(0.9);
        -moz-transform: translatex(-50%) translatey(-50%) scale(0.9);
        -o-transform: translatex(-50%) translatey(-50%) scale(0.9);
        -ms-transform: translatex(-50%) translatey(-50%) scale(0.9);
        transform: translatex(-50%) translatey(-50%) scale(0.9)
    }
    .company_overview_row {
        background: #F2F2F2;
        margin: 0 0 50px
    }
    .company_overview_row .overview_wrap .text {
        width: 100%;
        padding: 50px 0 40px
    }
    .company_overview_row .overview_wrap img {
        display: none
    }
    .company_overview_row img {
        width: 100%
    }
    .products_row .products_content .product_block {
        width: 100%
    }
    .products_row .products_content .product_block .text {
        padding: 0 20px
    }
    .products_row .products_content .product_block .text h4 {
        font-size: 16px;
        line-height: 20px
    }
    .about_wrapper::before {
        width: 100%
    }
    .about_wrapper::after {
        display: none
    }
    .about_wrapper .text {
        width: 100%;
        padding: 50px 0
    }
    .contact_row {
        margin: 0;
        overflow-x: hidden
    }
    .contact_row .form_wrapper {
        width: 100%;
        padding: 40px 0
    }
    .contact_row .map_wrapper {
        position: relative;
        left: -50%;
        width: 200%;
        height: 200px;
        overflow-x: hidden;
        float: left
    }
    .contact_row .map_wrapper #map {
        margin-left: 0;
        width: 100%
    }
    .page_footer {
        margin: 0
    }
    .page_footer .logo_col,
    .page_footer .sitemap_col,
    .page_footer .links_col {
        display: none
    }
    .page_footer .address_col {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .page_footer .social_col {
        width: 100%
    }
    .page_footer .social_col h4,
    .page_footer .social_col .social {
        width: 40%;
        clear: left
    }
    .page_footer .social_col .btn {
        float: right;
        width: 55%;
        margin: -37px 0 0 0
    }
    .page_footer .logo_col.only_mobile {
        display: block;
        padding: 30px 0 0 0;
        width: 100%
    }
    .page_footer .logo_col.only_mobile .text {
        float: right;
        width: 55%
    }
    .page_footer .logo_col p {
        margin: 7px 0 0 0;
        font-size: 12px;
        line-height: 18px
    }
    .contact_row .form_wrapper .form_block {
        width: 100%
    }
    .products_row .products_content .product_block.mobile_reverse img {
        float: right
    }
    .products_row .products_content .product_block.mobile_reverse .text {
        float: left;
        left: 0;
        right: auto
    }
    .products_row .products_content .product_block.mobile_reverse .text h4 {
        text-align: left
    }
    .products_row .products_content .product_block.mobile_reverse .text h4:after {
        left: 0;
        right: auto
    }
    .products_row .products_content .product_block.mobile_reverse .text h4:before {
        left: 0;
        -webkit-transform: scale(-1);
        -moz-transform: scale(-1);
        -o-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1)
    }
    .products_row .products_content .product_block.mobile_reverse:hover .text h4:before {
        left: 100%;
        right: auto
    }
    .page_banner {
        margin-top: 70px;
        height: 370px
    }
    .page_banner .slide_bottom_corner svg {
        width: 150px;
        height: 150px
    }
    .page_banner .slide_top_corner {
        width: 150px
    }
    .page_banner .banner_content {
        top: auto;
        bottom: 8%;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: absolute
    }
    .page_banner .container p {
        display: none
    }
    .page_banner .container h1 {
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 40px;
        width: 100%
    }
    .page_banner .container h1:after {
        display: none
    }
    .products {
        margin: 0
    }
    .products .main_container {
        width: 100%;
        max-width: 100%;
        padding: 0
    }
    .products .product_row {
        background: 0
    }
    .products .product_row h3 {
        color: #242424;
        font-size: 26px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        width: 100%;
        position: relative;
        padding: 30px 30px 10px
    }
    .products .product_row h4 {
        color: #0bbbef;
        font-size: 20px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        width: 100%;
        position: relative;
        padding: 30px 30px 0;
        margin-bottom: -27px
    }
    .products .product_row img {
        width: 100%
    }
    .products .product_row .text {
        background: #F2F2F2;
        width: 100%;
        padding: 30px 30px 100px 30px
    }
    .products .product_row .text h3,
    .products .product_row .text h4 {
        display: none
    }
    .products .product_row .text.brands_blocks_text {
        padding: 30px 30px 30px 30px
    }
    .products .product_row .request_btn {
        left: 30px!important;
        width: calc(100% - 60px);
        text-align: center
    }
    .claims_wrap {
        margin: 40px 0 20px
    }
    .claims_wrap .page_heading {
        display: none
    }
    .claims_wrap .claims_content img {
        display: none
    }
    .claims_wrap .claims_content .claims_form_wrap {
        width: 100%
    }
    .form .form_block {
        width: 100%
    }
    .claims_wrap .claims_content .captcha {
        text-align: center
    }
    .claims_wrap .claims_content .captcha .g-recaptcha {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        float: left;
        width: 304px;
        display: inline-block;
        vertical-align: top
    }
    .faqs_wrap {
        margin: 50px 0 0 0
    }
    .faqs_wrap .container {
        padding: 0
    }
    .faqs_wrap .page_heading {
        padding-left: 30px
    }
    .faqs_wrap .faq_container .question {
        padding: 30px
    }
    .faqs_wrap .faq_container .answer {
        padding: 30px 30px 10px
    }
    .about_text_wrap {
        padding: 50px 0 0
    }
    .about_text_wrap .text {
        width: 100%
    }
    .about_icons {
        padding: 30px 0
    }
    .about_icons .about_block {
        margin: 20px 0
    }
    .ir_wrap {
        margin-top: 30px
    }
    .ir_wrap .ir_documents .ir_doc {
        width: 100%;
        margin-bottom: 5px;
        float: left;
        min-height: auto;
        margin-bottom: 20px
    }
    .news_posts_wrap {
        margin: 30px 0 0 0
    }
    .news_posts_wrap .container {
        padding: 0
    }
    .news_posts_wrap .news_posts {
        display: block;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .news_posts_wrap .news_block.middle {
        margin-right: 0;
        margin-left: 0
    }
    .news_posts_wrap .news_block {
        width: 100%;
        margin-bottom: 0
    }
    .news_posts_wrap .news_block .news_text {
        padding: 20px 30px
    }
    .news_posts_wrap .news_block .news_text {
        padding: 20px 30px
    }
    .news_posts_wrap .news_block .news_meta .date {
        margin-left: 30px
    }
    .news_posts_wrap .news_block .news_meta .shares {
        margin-right: 15px
    }
    .csr_content_wrap {
        margin: 30px 0 0 0
    }
    .csr_content_wrap .container {
        padding: 0
    }
    .csr_content_wrap .csr_block {
        padding: 30px
    }
    .csr_content_wrap .csr_block .text,
    .csr_content_wrap .csr_text .text,
    .csr_content_wrap .csr_text img {
        margin-bottom: 20px
    }
    .csr_content_wrap .csr_block .text,
    .csr_content_wrap .csr_block img,
    .csr_content_wrap .csr_text .text,
    .csr_content_wrap .csr_text img {
        width: 100%
    }
    .csr_content_wrap .csr_text {
        margin-top: 30px;
        padding: 0 30px
    }
    .contact_wrap {
        margin: 30px 0 0 0
    }
    .contact_wrap .left,
    .contact_wrap .right {
        width: 100%;
        margin-bottom: 30px
    }
    .contact_wrap .right .map_wrapper {
        height: 195px
    }
    .contact_wrap .right .address {
        margin: 20px 0 0 0;
        width: 100%
    }
    .contact_wrap .right .btns {
        margin: 20px 0 0 0;
        float: left
    }
    .contact_wrap .right .btns a {
        margin-left: 0;
        margin-right: 30px
    }
    .privacy_wrap {
        margin: 30px 0 0 0
    }
    .privacy_wrap .left {
        width: 100%
    }
    .privacy_wrap .right {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .products_page {
        margin-top: 30px
    }
    .products_page .container {
        padding: 0
    }
    .products_page .product_block {
        width: 100%;
        height: auto
    }
    .products_page .product_block.reverse.mobile_reverse img {
        float: left
    }
    .products_page .product_block.reverse.mobile_reverse .text_block {
        float: right;
        right: 0;
        left: auto
    }
    .products_page .product_block.reverse.mobile_reverse .text_block h2 {
        text-align: right
    }
    .products_page .product_block.reverse.mobile_reverse .text_block h2:after {
        right: 0;
        left: auto
    }
    .products_page .product_block.reverse.mobile_reverse .text_block h2:before {
        right: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .products_page .product_block.reverse.mobile_reverse:hover .text_block h2:before {
        right: 100%;
        left: auto
    }
    .products_page .product_block.mobile_reverse img {
        float: right
    }
    .products_page .product_block.mobile_reverse .text_block {
        float: left;
        left: 0;
        right: auto
    }
    .products_page .product_block.mobile_reverse .text_block h2 {
        text-align: left
    }
    .products_page .product_block.mobile_reverse .text_block h2:after {
        left: 0;
        right: auto
    }
    .products_page .product_block.mobile_reverse .text_block h2:before {
        left: 0;
        -webkit-transform: scale(-1);
        -moz-transform: scale(-1);
        -o-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1)
    }
    .products_page .product_block.mobile_reverse:hover .text_block h2:before {
        left: 100%;
        right: auto
    }
    .products_page .product_block .text_block {
        padding: 0 20px;
        position: absolute;
        right: 0
    }
    .products_page .product_block.reverse .text_block {
        left: 0;
        right: auto
    }
    .products_page .product_block .text_block h2 {
        font-size: 16px;
        line-height: 20px
    }
    .products_page .page_heading {
        padding-left: 30px
    }
    .products .product_heading {
        display: none
    }
    .directors_wrap .directors .director {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px
    }
    .directors_wrap .directors .director .text {
        height: auto
    }
	.managers_wrap .managers .manager {
	width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}
	.managers_wrap .managers .manager  .text {
        height: auto
    }
    .managers_wrap .managers .manager {
        height: auto;
        margin-bottom: 5px
    }
    .managers_wrap .managers .manager .text .links {
        display: none
    }
    .managers_wrap .managers .manager .text {
        width: 100%;
        height: auto;
        padding-right: 120px;
        position: relative
    }
    .managers_wrap .managers .manager .text .see_bio {
        display: block
    }
    .managers_wrap .managers .manager .copy {
        position: relative;
        width: 100%;
        padding: 20px;
        float: left;
        display: none
    }
    .managers_wrap,
    .directors_wrap {
        margin-top: 30px
    }
    .mobile_menu {
        display: block
    }
    .rq_popup_wrap .rq_popup {
        top: 10px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .claims_wrap .claims_content .radio_btns .radio_btn.active .check {
        display: none
    }
    .page_footer {
        padding: 30px 0
    }
    .home_carousel_wrap .home_carousel .slide .mobile_banner,
    .page_banner .mobile_banner {
        display: block
    }
    .product_text {
        margin-top: 30px;
        margin-bottom: 0;
        border-left: 30px solid white;
        border-right: 30px solid white;
        position: relative
    }
    .product_text p {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (min-width: 768px) and (max-width:1070px) {
    .page_header .header_bottom {
        display: none
    }
    .page_header .top_nav {
        display: none
    }
    .page_header .top_right .help_desk {
        display: none
    }
    .page_header .header_right {
        width: 40%
    }
    .page_header {
        height: 70px;
        background: #fff
    }
    .page_header .container {
        padding: 0
    }
    .page_header .logo {
        width: 130px;
        height: 70px;
        padding: 11px 30px;
        margin-left: 0
    }
    .page_header .header_top {
        margin: 24px 0 0 0
    }
    .page_header::after {
        display: none
    }
    .page_header.sticky .header_top {
        margin-top: 24px
    }
    .page_header::before {
        height: 70px
    }
    .page_header .header_top_corner {
        display: none
    }
    .home_carousel_wrap {
        padding-top: 70px
    }
    .home_carousel_wrap .home_carousel .slide .slide_top_corner {
        width: 150px
    }
    .home_carousel_wrap .home_icon_menu .slide_bottom_corner svg {
        width: 150px;
        height: 150px
    }
    .page_banner {
        margin-top: 70px
    }
    .page_banner .slide_bottom_corner svg {
        width: 150px;
        height: 150px
    }
    .page_banner .slide_top_corner {
        width: 150px
    }
    .home_carousel_wrap .home_carousel .slide .slide_text_wrap .slide_text h2 {
        font-size: 40px;
        line-height: 40px
    }
    .home_carousel_wrap .home_icon_menu ul li {
        margin: 0 8px
    }
    .home_carousel_wrap .home_icon_menu ul li p {
        font-size: 12px
    }
    .mobile_menu {
        display: block;
        padding-left: 50%
    }
    .company_overview_row .overview_wrap .text {
        padding: 30px 30px
    }
    .page_footer .sitemap_col,
    .page_footer .links_col {
        display: none
    }
    .contact_row .form_wrapper {
        padding: 35px 30px
    }
    .page_header .logo {
        width: 70px;
        padding: 11px 0
    }
    .menu_btn {
        margin: 5px 0 0 20px
    }
    .home_icon_menu .container {
        width: 100%;
        max-width: 100%
    }
    .about_wrapper {
        overflow-x: hidden
    }
    .about_wrapper::after {
        width: 51%;
        right: -6%
    }
    .products .product_row .request_btn {
        left: 22%
    }
    .products .product_row .text {
        padding: 30px 45px
    }
    .about_icons .about_block {
        width: 24%
    }
    .products_row .products_content .product_block .text h4 {
        font-size: 18px;
        line-height: 18px
    }
    .products_page .product_block .text_block h2 {
        font-size: 18px;
        line-height: 22px
    }
    .products_page .product_block .text_block {
        padding: 0 20px
    }
    .directors_wrap .directors .director .text {
        padding: 10px 10px
    }
    .directors_wrap .directors .director .text h3 {
        font-size: 13px
    }
    .directors_wrap .directors .director .text p {
        font-size: 12px
    }
    .form .form_block {
        width: 100%
    }
    .claims_wrap .claims_content .captcha .g-recaptcha {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .claims_wrap .claims_content .radio_btns .radio_btn {
        font-size: 13px
    }
    .claims_wrap .claims_content .radio_btns .radio_btn .check {
        display: none!important
    }
}

@media only screen and (max-width: 1155px) {
    .page_header .header_bottom .bot_nav a {
        margin-left: 20px
    }
}

@media only screen and (max-width: 1180px) {
    .page_footer .links_col {
        display: none
    }
}

/* The Modal (background) */
.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 19999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.reportbg{
	background-color:#0bbbef;
	color: #fff;
	font-weight:bold;
	 font-size: 16px;
}
.tbsm{background: #fff;
    font-size: 16px;
    color: black;}
.reportbg td{border: 1px solid #fff;
	padding: 25px 10px;}

.tbsm td{border: 1px solid #e1e1e1;
	padding: 15px 10px;}
.tbsm td a{
	color:#0bbbef;
}
