
:root {
  --main-bg-color: #f8f9fa;
  --main-heading-color: #212129d6;
  --heading-color: #2c3038;
  --para-color: #555a64;
  --button-bg-color: #00eeff;
  --bg-color: #009de6; }

html {
  scroll-behavior: smooth; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

* {
  box-sizing: border-box; }

.wrapper {
  width: 75%;
  margin: 0 auto; }

.wrapper-full {
  width: 90%;
  margin: 0 auto; }

li {
  list-style-type: none; }

@media all and (max-width: 641px) {
  .wrapper {
    width: 90%; } }

@media all and (max-width: 441px) {
  .wrapper,
  .wrapper-full {
    width: 100%;
    padding: 0 16px; } }

.img-responsive {
  max-width: 100%; }

.d-grid {
  display: grid; }

.d-flex {
  display: flex;
  display: -webkit-flex; }

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

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

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

.clear {
  clear: both; }

button,
input,
select {
  -webkit-appearance: none;
  outline: none; }

button,
.btn,
select {
  cursor: pointer; }

a {
  text-decoration: none; }

iframe {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-sticky {
  position: -webkit-sticky;
  position: sticky; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color:#EDDC61;
  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); }

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  -webkit-filter: none;
          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; }

.w3l-hero-headers-11 {
  /* menu */
  /* menu-hny-toggle */
  /* //menu-hny-toggle */
  /*-- banner style --*/
  /*-- //banner style --*/
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-hero-headers-11 .d-grid {
    display: grid; }
  .w3l-hero-headers-11 .grid-columns-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-hero-headers-11 .grid-columns-auto {
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center; }
  .w3l-hero-headers-11 .grid-columns-auto-end {
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: end;
    min-height: 400px; }
  .w3l-hero-headers-11 .grid-columns-3 {
    grid-template-columns: 1fr auto 1fr; }
  .w3l-hero-headers-11 .align-right {
    text-align: right; }
  .w3l-hero-headers-11 .top-header {
    border-bottom: 1px solid rgba(130, 152, 171, 0.35);
    padding: 20px 0;
    box-sizing: border-box;
    background: #18272F;
    position: fixed;
    width: 100%;
    z-index: 10; }
  .w3l-hero-headers-11 .main-header {
    background-color:#1B2B38;
    padding: 25px 0;
    box-sizing: border-box;
    padding-top: 85px !important; }
  .w3l-hero-headers-11 .accounts ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    /*color: var(--para-color);*/
    color: #fff; }
  .w3l-hero-headers-11 .overlay-menuv-hny p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /*color: var(--para-color);*/
    color: #fff;
    display: inline-block; }
  .w3l-hero-headers-11 .overlay-menuv-hny p:hover {
    color: #00aeff; }
  .w3l-hero-headers-11 .accounts ul li {
    display: inline-block;
    margin-right: 20px; }
  .w3l-hero-headers-11 .accounts ul li:last-child {
    margin-right: 0px; }
  .w3l-hero-headers-11 a.actionbg {
    border: 1px solid #EDDC61;
    display: inline-block;
    font-size: 16px;
    color: #000;
    background: #EDDC61;
    padding: 12px 25px;
    text-align: center;
    border-radius: 4px !important; }
  .w3l-hero-headers-11 a.actionbg:hover {
    border: 1px solid #000;
    background: #000;color:#fff; }
  .w3l-hero-headers-11 .Brand-logo {
    display: grid;
    align-items: center; }
  .w3l-hero-headers-11 .quick-links ul li {
    display: inline-block;
    margin-right: 50px; }
  .w3l-hero-headers-11 .quick-links ul li a {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600; }
  .w3l-hero-headers-11 .quick-links ul li a span {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #999;
    display: block;
    margin-top: 0px;
    text-transform: capitalize; }
  .w3l-hero-headers-11 .right-grid {
    grid-auto-flow: column;
    align-items: center; }
  .w3l-hero-headers-11 .share a {
    font-size: 17px;
    line-height: 25px;
    text-align: right;
    color: #eee;
    font-weight: 600; }
  .w3l-hero-headers-11 .overlay-menuv-hny {
    position: relative; }
  .w3l-hero-headers-11 .menuopen {
    cursor: pointer; }
  .w3l-hero-headers-11 .side-menu-hny:hover {
    opacity: 0.9; }
  .w3l-hero-headers-11 .overlay-menuv-hny input {
    display: none; }
  .w3l-hero-headers-11 .side-menu-hny label.menuclose {
    text-transform: uppercase;
    text-align: center; }
  .w3l-hero-headers-11 .side-menu-hny label.menuclose:hover {
    cursor: pointer; }
  .w3l-hero-headers-11 .overlay-menuv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999; }
  .w3l-hero-headers-11 .overlay-menuv label.menuclose {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/hero-headers-11-images/cross.png) no-repeat;
    z-index: 100;
    cursor: pointer;
    z-index: 999; }
  .w3l-hero-headers-11 .overlay-menuv nav {
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 54px;
    transform: translateY(-50%); }
  .w3l-hero-headers-11 .overlay-menuv ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative; }
  .w3l-hero-headers-11 nav.menu-side-over-left {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 50px));
    justify-content: center; }
  .w3l-hero-headers-11 .overlay-menuv ul li {
    display: block;
    margin: 0;
    padding: 10px 0px;
    text-align: left; }
  .w3l-hero-headers-11 .overlay-menuv ul li.inner-pages {
    border-left: 1px solid #fff;
    padding: 5px 0px;
    padding-left: 15px; }
  .w3l-hero-headers-11 .overlay-menuv ul li a {
    display: block;
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    position: relative;
    transition: .3s ease-in;
    padding-right: 15px; }
  .w3l-hero-headers-11 .overlay-menuv ul li a:hover {
    left: 0;
    padding-left: 15px;
    padding-right: 0;
    transition: .3s ease-in; }
  .w3l-hero-headers-11 .overlay-menuv ul li:hover a:before {
    left: -7px;
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in; }
  .w3l-hero-headers-11 .overlay-menuv ul li a:before {
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: '\f101';
    font-family: fontawesome;
    font-size: inherit;
    line-height: inherit;
    color: #00aeff;
    opacity: 0;
    visibility: hidden; }
  .w3l-hero-headers-11 .overlay-menuv ul li a:hover {
    color: #00aeff; }
  .w3l-hero-headers-11 .side-menu-hny ~ .overlay-menuv-hugeinc {
    opacity: 0;
    visibility: hidden; }
  .w3l-hero-headers-11 #op:checked ~ .overlay-menuv-hugeinc {
    opacity: 1;
    visibility: visible; }
  .w3l-hero-headers-11 .overlay-menuv-hugeinc nav {
    -moz-perspective: 300px; }
  .w3l-hero-headers-11 .overlay-menuv-hugeinc nav ul {
    opacity: 0.4; }
  .w3l-hero-headers-11 #op:checked ~ .overlay-menuv-hugeinc nav ul {
    opacity: 1;
    transform: rotateX(0deg); }
  .w3l-hero-headers-11 #op:not(:checked) ~ .overlay-menuv-hugeinc nav ul {
    transform: translateY(25%) rotateX(-35deg); }
  .w3l-hero-headers-11 .slider-text-w3ls h4 {
    font-size: 40px;
    line-height: 45px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 500; }
  .w3l-hero-headers-11 .slider-text-w3ls span {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    padding: 5px 10px;
    margin-bottom: 30px;
    display: inline-block; }
  .w3l-hero-headers-11 .slider-text-w3ls p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #cccccc;
    max-width: 600px;
    margin-bottom: 25px; }
  .w3l-hero-headers-11 a.action {
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
    transition: .3s; }
  .w3l-hero-headers-11 a.action:hover {
    padding-left: 10px;
    transition: .3s; }
  .w3l-hero-headers-11 .action:hover,
  .w3l-hero-headers-11 .share a:hover {
    opacity: .8; }
  .w3l-hero-headers-11 .button {
    margin-left: 0px !important; }
  .w3l-hero-headers-11 .slider-num h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600; }
  .w3l-hero-headers-11 .slider-num h4 span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #eeeeee; }
  .w3l-hero-headers-11 .slider-num p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: right;
    color: #eeeeee; }
  @media (max-width: 1080px) {
    .w3l-hero-headers-11 .grid-columns-auto-end {
      min-height: 350px; }
    /*.w3l-hero-headers-11 .banner-w3ls-1,
    .w3l-hero-headers-11 .banner-w3ls-2,
    .w3l-hero-headers-11 .banner-w3ls-3,*/
    .w3l-hero-headers-11 [class^="banner-w3ls-"] {
      min-height: 500px; } }
  @media (max-width: 1024px) {
    .w3l-hero-headers-11 .quick-links ul li {
      display: inline-block;
      margin-right: 30px !important; } }
  @media (max-width: 992px) {
    .w3l-hero-headers-11 .quick-links ul li {
      margin-right: 40px; } }
  @media (max-width: 900px) {
    .w3l-hero-headers-11 .button {
      margin-left: 0px; }
    .w3l-hero-headers-11 .quick-links ul li {
      display: inline-block;
      margin-right: 20px !important; }
    .w3l-hero-headers-11 .quick-links ul li:last-child {
      display: none; } }
  @media (max-width: 768px) {
    .w3l-hero-headers-11 .slider-text-w3ls h4 {
      font-size: 36px; } }
  @media (max-width: 736px) {
    /*.w3l-hero-headers-11 .banner-w3ls-1,
    .w3l-hero-headers-11 .banner-w3ls-2,
    .w3l-hero-headers-11 .banner-w3ls-3,*/
    .w3l-hero-headers-11 [class^="banner-w3ls-"] {
      min-height: 450px;
      padding: 30px 0; }
    .w3l-hero-headers-11 .grid-columns-auto-end {
      min-height: 300px; } }
  @media (max-width: 668px) {
    .w3l-hero-headers-11 .quick-links {
      display: none; }
    .w3l-hero-headers-11 .main-header {
      padding: 15px 0;
      padding-top: 75px !important; } }
  @media (max-width: 568px) {
    .w3l-hero-headers-11 .slider-text-w3ls span {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .w3l-hero-headers-11 .slider-text-w3ls h4 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 10px; }
    .w3l-hero-headers-11 nav.menu-side-over-left {
      grid-template-columns: repeat(auto-fit, minmax(150px, 100px)); } }
  @media (max-width: 415px) {
    .w3l-hero-headers-11 .slider-text-w3ls h4 {
      font-size: 28px;
      line-height: 33px; }
    .w3l-hero-headers-11 .grid-columns-auto-end {
      min-height: 320px; }
    .w3l-hero-headers-11 .grid-columns-auto-end {
      grid-auto-flow: row; }
    .w3l-hero-headers-11 .share {
      display: none; }
    .w3l-hero-headers-11 nav.menu-side-over-left {
      grid-template-columns: 1fr; }
    .w3l-hero-headers-11 .overlay-menuv ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 0 25px;
      margin: 0; }
    .w3l-hero-headers-11 .slider-text-w3ls p {
      margin-bottom: 15px; }
    .w3l-hero-headers-11 .overlay-menuv ul li {
      padding: 5px 0px; }
    .w3l-hero-headers-11 .overlay-menuv ul li a {
      font-size: 16px; } }
  @media (max-width: 384px) {
    .w3l-hero-headers-11 .slider-text-w3ls h4 {
      font-size: 25px;
      line-height: 30px; }
    /*.w3l-hero-headers-11 .banner-w3ls-1,
    .w3l-hero-headers-11 .banner-w3ls-2,
    .w3l-hero-headers-11 .banner-w3ls-3,*/
    .w3l-hero-headers-11 [class^="banner-w3ls-"] {
      margin: 0 !important;
      padding: 20px 0; }
    /*.w3l-hero-headers-11 .banner-w3ls-1,
    .w3l-hero-headers-11 .banner-w3ls-2,
    .w3l-hero-headers-11 .banner-w3ls-3,*/
    .w3l-hero-headers-11 [class^="banner-w3ls-"] {
      min-height: 430px; }
    .w3l-hero-headers-11 .wrapper-full {
      max-width: inherit !important; } }
  @media (max-width: 375px) {
    .w3l-hero-headers-11 .overlay-menuv ul {
      padding: 0 20px; } }

.brand-logo {
  color: #00aeff;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase; }

.brand-logo span {
  text-transform: capitalize; }

@media (max-width: 900px) {
  .brand-logo {
    font-size: 27px; } }

@media (max-width: 415px) {
  .brand-logo {
    font-size: 25px; } }

/* banner */
/* banner slider */
.radio {
  display: none; }

.images {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }

.images-inner {
  width: 500%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.image-slide {
  width: 20%;
  float: left; }

.image-slide,
.fake-radio,
.radio-btn {
  transition: all 0.5s ease-out; }

.fake-radio {
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 1; }

/* Move slides overflowed container */
/*#slide1:checked ~ .images .images-inner {
  margin-left: 0; }

#slide2:checked ~ .images .images-inner {
  margin-left: -100%; }

#slide3:checked ~ .images .images-inner {
  margin-left: -200%; }*/

/* Color of bullets */
/*#slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
#slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
#slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  background: #00aeff; }*/

.radio-btn {
  width: 42px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  display: inline-block !important;
  margin: 0px;
  cursor: pointer; }

/* Color of bullets - END */
/* Text of slides */
/*#slide1:checked ~ .labels .label:nth-child(1),
#slide2:checked ~ .labels .label:nth-child(2),
#slide3:checked ~ .labels .label:nth-child(3) {
  opacity: 1; }*/

.label {
  opacity: 0;
  position: absolute; }

/* Text of slides - END */
/* Calculate AUTOPLAY for BULLETS */
/*@-webkit-keyframes bullet {
  0%,
  33.32333333333334% {
    background: #00aeff; }
  33.333333333333336%,
  100% {
    background: white; } }
@keyframes bullet {
  0%,
  33.32333333333334% {
    background: #00aeff; }
  33.333333333333336%,
  100% {
    background: white; } }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
  -webkit-animation: bullet 12300ms infinite -1000ms;
          animation: bullet 12300ms infinite -1000ms; }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
  -webkit-animation: bullet 12300ms infinite 3100ms;
          animation: bullet 12300ms infinite 3100ms; }

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  -webkit-animation: bullet 12300ms infinite 7200ms;
          animation: bullet 12300ms infinite 7200ms; }*/

/* Calculate AUTOPLAY for BULLETS - END */
/* Calculate AUTOPLAY for SLIDES */
/*@-webkit-keyframes slide {
  0%,
  25.203252032520325% {
    margin-left: 0; }
  33.333333333333336%,
  58.53658536585366% {
    margin-left: -100%; }
  66.66666666666667%,
  91.869918699187% {
    margin-left: -200%; } }
@keyframes slide {
  0%,
  25.203252032520325% {
    margin-left: 0; }
  33.333333333333336%,
  58.53658536585366% {
    margin-left: -100%; }
  66.66666666666667%,
  91.869918699187% {
    margin-left: -200%; } }

.st-slider > #play1:checked ~ .images .images-inner {
  -webkit-animation: slide 12300ms infinite;
          animation: slide 12300ms infinite; }*/

/* Calculate AUTOPLAY for SLIDES - END */
/* //banner slider */
/* background images for banner */
/*.banner-w3ls-1 {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 600px;
  padding: 40px 0;
  margin: 0 0px;
  position: relative;
  z-index: 1; }

.banner-w3ls-2 {
  background: url(../images/banner2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 600px;
  padding: 40px 0;
  margin: 0 0px;
  position: relative;
  z-index: 1; }

.banner-w3ls-3 {
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 600px;
  padding: 40px 0;
  margin: 0 0px;
  position: relative;
  z-index: 1; }*/
  
[class^="banner-w3ls-"] {
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  /*min-height: 640px;*/
  padding: 40px 0px;
  margin: 0 0px;
  position: relative;
  z-index: 1; }

/*.banner-w3ls-1:before, .banner-w3ls-2:before, .banner-w3ls-3, */
[class^="banner-w3ls-"]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  /*background: #000;*/
  z-index: -1; }

/* //background images for banner */
.st-slider {
  position: relative; }

/* //banner */
.w3l-call-to-action-20 {
	background-color:#18272F;
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-call-to-action-20 .d-grid {
    display: grid; }
  .w3l-call-to-action-20 .calltoaction-20 {
    padding: 60px 0px; }
  .w3l-call-to-action-20 .calltoaction-20 h3 {
    font-size: 40px;
    line-height: 45px;
    color: #EDDC61;
    margin-bottom: 20px;
    font-weight: 500; }
  .w3l-call-to-action-20 .calltoaction-20 h5 {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .w3l-call-to-action-20 .calltoaction-20-content p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 40px; }
  .w3l-call-to-action-20 a.actionbg {
    border: 1px solid #EDDC61;
    display: inline-block;
    font-size: 16px;
    color: #000;
    background: #EDDC61;
    padding: 12px 25px;
    text-align: center;
    border-radius: 4px; }
  .w3l-call-to-action-20 a.actionbg:hover {
  border: 1px solid #000;
    background: #000;color:#fff; }
  .w3l-call-to-action-20 .calltoaction-20-content {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px; }
  .w3l-call-to-action-20 .center-align-self {
    align-self: center;
    padding-left: 40px; }
  @media (max-width: 1280px) {
    .w3l-call-to-action-20 .calltoaction-20 h3 {
      font-size: 38px;
      line-height: 45px; } }
  @media (max-width: 1080px) {
    .w3l-call-to-action-20 .center-align-self {
      padding-left: 0px; }
    .w3l-call-to-action-20 .calltoaction-20 h3 {
      font-size: 32px;
      line-height: 40px; }
    .w3l-call-to-action-20 .calltoaction-20 h5 {
      margin-bottom: 10px; }
    .w3l-call-to-action-20 .calltoaction-20-content {
      grid-column-gap: 40px; } }
  @media (max-width: 1024px) {
    .w3l-call-to-action-20 .center-align-self {
      padding-left: 0px; }
    .w3l-call-to-action-20 .calltoaction-20 h3 {
      font-size: 31px;
      line-height: 38px; } }
  @media (max-width: 768px) {
    .w3l-call-to-action-20 .calltoaction-20-content {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr; }
    .w3l-call-to-action-20 .calltoaction-20 h3 {
      font-size: 28px;
      line-height: 33px; } }
  @media (max-width: 568px) {
    .w3l-call-to-action-20 .calltoaction-20-content {
      grid-column-gap: 20px; } }
  @media (max-width: 480px) {
    .w3l-call-to-action-20 .text-11-content p {
      margin-top: 15px; }
    .w3l-call-to-action-20 .text-11 {
      padding: 40px 0px; }
    .w3l-call-to-action-20 .calltoaction-20-content {
      grid-template-columns: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 30px; } }
  @media (max-width: 480px) {
    .w3l-call-to-action-20 .calltoaction-20 {
      padding: 40px 0px; } }

.w3l-services-1 {
	background-color:#F9F8F4;
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-services-1 .services1-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-services-1 .services1-content .column {
      background-color:#1B2B38;
  }
  .w3l-services-1 .services1 {
    padding: 70px 0;
    background: var(--main-bg-color); }
  .w3l-services-1 .services-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px; }
  .w3l-services-1 .services-title h3 {
    font-size: 45px;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: capitalize;
    font-weight: 500; }
  .w3l-services-1 .services-title p {
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px; }
  .w3l-services-1 .service-info {
    text-align: center;
    padding: 30px 20px 40px;
    border: 1px solid #1B2B38;
    border-width: 0px 1px 1px;
    box-sizing: border-box;
    background: #1B2B38; }
  .w3l-services-1 .service-info h4 {
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    transition: .3s; }
  .w3l-services-1 .service-info p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 10px; }
  .w3l-services-1 .services1-content .column:hover .service-info h4 {
    color: #EDDC61;
    transition: .3s; }
  @media (max-width: 1080px) {
    .w3l-services-1 .services1-content {
      grid-gap: 20px; } }
  @media (max-width: 800px) {
    .w3l-services-1 .services1-content {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 30px; }
    .w3l-services-1 .services-title h3 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 600px) {
    .w3l-services-1 .services-title h3 {
      font-size: 35px;
      line-height: 40px; }
    .w3l-services-1 .services1-content {
      grid-template-columns: 1fr; } }
  @media (max-width: 480px) {
    .w3l-services-1 .services1-content {
      grid-template-columns: 1fr; }
    .w3l-services-1 .services-title {
      margin: 0 auto 30px; } }
  @media (max-width: 415px) {
    .w3l-services-1 .service-info p {
      margin-top: 10px; }
    .w3l-services-1 .services1 {
      padding: 35px 0 45px; } }
  @media (max-width: 384px) {
    .w3l-services-1 .service-info h3 {
      font-size: 27px;
      line-height: 28px;
      margin-top: 25px; }
    .w3l-services-1 .service-info p, .w3l-services-1 .services-title p {
      font-size: 16px; } }
  @media (max-width: 375px) {
    .w3l-services-1 .service-info {
      padding: 25px 15px 35px; } }

.w3l-content-11 .w3l-content-11-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 70px; }

.w3l-content-11 {
  padding: 70px 0px; }

.w3l-content-11 .content-text h4 {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color);
  margin-bottom: 40px; }

.w3l-content-11 .services-title h3 {
  font-size: 45px;
  line-height: 50px;
  color: #304659;
  margin-bottom: 50px;
  text-align: center;
  text-transform: capitalize; }

.w3l-content-11 .content-text-left p, .w3l-content-11 .content-text-right p {
  font-size: 16px;
  line-height: 50px;
  color: var(--para-color); }

.w3l-content-11 span.number {
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 1px solid #3B5266;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #304659;
  margin-top: 5px; }

.w3l-content-11 .columns {
  display: inline-flex;
  grid-auto-flow: row;
  grid-column-gap: 20px;}

.w3l-content-11 .columns span {
  font-size: 20px;
  color: #00aeff;
  line-height: 50px;
  background: #00aeff17;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  margin-top: 5px;
  transition: .3s ease-in; }
.w3l-content-11 .columns span img{
      width:50px;
      height:50px;
  }
.w3l-content-11 .columns:hover span {
  background: #00aeff;
  color: #fff;
  transition: .3s ease-in; }
  
  .w3l-content-11 .columns:hover span img{
      width:52px;
      height:52px;
  }

.w3l-content-11 .content-text-left, .w3l-content-11 .content-text-right {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px; }

/*-- responsive design --*/
@media (max-width: 1080px) {
  .w3l-content-11 .w3l-content-11-content {
    grid-column-gap: 30px; } }

@media (max-width: 800px) {
  .w3l-content-11 .content-text h4 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px; }
  .w3l-content-11 .w3l-content-11-content {
    grid-column-gap: 20px; } }

@media (max-width: 668px) {
  .w3l-content-11 .w3l-content-11-content {
    grid-column-gap: 40px; } }

@media (max-width: 640px) {
  .w3l-content-11 .w3l-content-11-content {
    grid-template-columns: 1fr;
    grid-row-gap: 20px; }
  .w3l-content-11 .content-text-left, .w3l-content-11 .content-text-right {
    grid-gap: 20px; } }

@media (max-width: 480px) {
  .w3l-content-11 {
    padding: 40px 0px; }
  .content-text h4 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px; }
  .w3l-content-11 .content-text-left, .w3l-content-11 .content-text-right {
    grid-gap: 20px; } }

@media (max-width: 415px) {
  .w3l-content-11 span.number {
    width: 28px;
    height: 28px;
    line-height: 24px; }
  .w3l-content-11 .columns {
    grid-column-gap: 10px; } }

/*-- //responsive design --*/
.w3l-footers-1 {
	background-color:#18272F;
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-footers-1 .d-grid {
    display: grid; }
  .w3l-footers-1 .grid-columns-2 {
    grid-template-columns: 1fr auto;
    grid-column-gap: 20px; }
  .w3l-footers-1 .align-right {
    text-align: right; }
  .w3l-footers-1 .footer {
    background: #131313;
    padding: 30px 0;
    border-top: 1px solid #222; }
  .w3l-footers-1 .footer-left p {
    font-size: 16px;
    line-height: 25px;
    color: #828282; }
  .w3l-footers-1 .footer-left p a {
    font-size: 16px;
    line-height: 25px;
    color: #aaa; }
  .w3l-footers-1 .footer-left p a:hover {
    color: #fff; }
  .w3l-footers-1 ul.social li {
    display: inline-block;
    margin: 0;
    margin-left: 15px; }
  .w3l-footers-1 ul.social li img {
    width: 23px; }
  .w3l-footers-1 ul.social li span.fa-facebook {
    font-size: 18px;
    color: #3b5998;
    transition: 0.3s; }
  .w3l-footers-1 ul.social li span.fa-twitter {
    font-size: 18px;
    color: #1da1f2;
    transition: 0.3s; }
  .w3l-footers-1 ul.social li span.fa-google-plus {
    font-size: 18px;
    color: #dd4b39;
    transition: 0.3s; }
  .w3l-footers-1 ul.social li span.fa-linkedin {
    font-size: 18px;
    color: #0077b5;
    transition: 0.3s; }
  .w3l-footers-1 ul.social li span:hover {
    color: #ccc;
    transition: 0.3s; }
  @media (max-width: 640px) {
    .w3l-footers-1 .grid-columns-2 {
      grid-template-columns: 1fr; }
    .w3l-footers-1 .align-right {
      text-align: center;
      margin-top: 10px; }
    .w3l-footers-1 .footer-left {
      text-align: center; }
    .w3l-footers-1 .w3l-footers-1 ul.social li {
      margin-left: 10px; } }
  @media (max-width: 480px) {
    .w3l-footers-1 .footer-right {
      margin-top: 5px; }
    .w3l-footers-1 ul.social li {
      margin-left: 15px; } }
  @media (max-width: 415px) {
    .w3l-footers-1 .footer-left, .w3l-footers-1 .footer-right {
      text-align: center; }
    .w3l-footers-1 .grid-columns-2 {
      grid-template-columns: 1fr;
      grid-row-gap: 20px; } }

/*-- move top --*/
#movetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #EDDC61;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 0; }

#movetop:hover {
  opacity: 0.9; }

button span.fa-angle-up {
  line-height: 36px !important; }

/*-- /move top --*/
.w3l-footer-16 {
	background-color:#1B2B38;
  /*--/w3l-footer-16--*/
  /*--//w3l-footer-16--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-footer-16 .w3l-footer-16-main {
    background: #131313;
    padding: 4em 0; }
  .w3l-footer-16 .w3l-footer-16-main h3 {
    font-size: 20px;
    line-height: 25px;
    color: #eee;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: .5px; }
  .w3l-footer-16 .footer-gd-16 li {
    display: block;
    list-style: none;
    margin: 10px 0; }
  .w3l-footer-16 .footer-gd-16 li a {
    color: #828282;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    text-transform: capitalize; }
  .w3l-footer-16 .w3l-footer-16-main h3 a:hover, .w3l-footer-16 .footer-gd-16 li a:hover, .w3l-footer-16 .w3l-footer-16-main p a:hover {
    color: #aaa; }
  .w3l-footer-16 .w3l-footer-16-main p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #828282; }
  .w3l-footer-16 .w3l-footer-16-main p a {
    color: #828282; }
  .w3l-footer-16 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
    grid-gap: 20px; }
  .w3l-footer-16 form {
    display: flex;
    margin-bottom: 25px; }
  .w3l-footer-16 .subscribe input[type="email"] {
    background: #1d1d1d;
    border: none;
    padding: 12px 20px;
    font-size: 15px;
    outline: none;
    width: 85%;
    color: #aaa;
    font-family: inherit; }
  .w3l-footer-16 .subscribe button {
    text-align: center;
    background: #E1E9F0;
    border: none;
    outline: none;
    color: #00aeff;
    font-size: 18px;
    cursor: pointer;
    width: 15%; }
  .w3l-footer-16 .subscribe button:hover {
    background: #fff; }
  .w3l-footer-16 .subscribe button img {
    vertical-align: middle; }
  .w3l-footer-16 img.logo {
    margin-bottom: 20px; }
  @media screen and (max-width: 1190px) {
    .w3l-footer-16 .subscribe button {
      width: 30%; } }
  @media screen and (max-width: 992px) {
    .w3l-footer-16 .grid {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 20px; }
    .w3l-footer-16 .column4 {
      grid-column: span 2; }
    .w3l-footer-16 img.logo {
      margin-bottom: 12px; } }
  @media screen and (max-width: 801px) {
    .w3l-footer-16 .w3l-footer-16-main h3 {
      margin-bottom: 18px; } }
  @media screen and (max-width: 640px) {
    .w3l-footer-16 .w3l-footer-16-main {
      padding: 3em 0; }
    .w3l-footer-16 .footer-gd-16 li {
      margin: 5px 0; }
    .w3l-footer-16 img.logo {
      margin-bottom: 10px; }
    .w3l-footer-16 .column4 {
      grid-column: span 3; } }
  @media screen and (max-width: 568px) {
    .w3l-footer-16 .grid {
      grid-template-columns: 1fr 1fr 1fr; }
    .w3l-footer-16 .column4 {
      grid-column: span 2; } }
  @media screen and (max-width: 420px) {
    .w3l-footer-16 .w3l-footer-16-main {
      padding: 2em 0; }
    .w3l-footer-16 .grid {
      grid-template-columns: 1fr 1fr; }
    .w3l-footer-16 .subscribe button {
      width: 20%; } }
  @media screen and (max-width: 375px) {
    .w3l-footer-16 .grid {
      grid-gap: 20px; } }

.owl-prev span.fa, .owl-next span.fa {
  font-size: 30px;
  color: var(--para-color); }

.owl-prev span.fa:hover, .owl-next span.fa:hover {
  color: #00aeff; }

.companies-20 {
	background-color: #F9F8F4;
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .companies-20 .d-grid {
    display: grid; }
  .companies-20 .companies20 {
    padding: 70px 0;
    background: var(--main-bg-color); }
  .companies-20 .companies20-title h3 {
    font-size: 45px;
    line-height: 50px;
    color: #304659;
    margin-bottom: 50px;
    text-align: center;
    text-transform: capitalize; }
  .companies-20 .text {
    margin-top: 40px;
    text-align: center; }
  .companies-20 .text p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: var(--para-color); }
  .companies-20 .companies20-content {
    max-width: 85%;
    margin: auto; }
  .companies-20 a.action {
    font-weight: 600;
    color: var(--heading-color);
    text-decoration: none;
    margin-top: 35px;
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
    transition: .3s; }
  .companies-20 a.action:hover {
    /*padding-left: 10px;
    transition: .3s;*/ }
  .companies-20 a.action span {
    border: #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px 4px 4px 2px;
    margin: 1px 3px; }
 .companies-20 a.action {
    border: 1px solid #1B2B38;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #1B2B38;
    padding: 12px 25px;
    text-align: center;
    border-radius: 4px !important; }
  .companies-20 a.action:hover {
    border: 1px solid #EDDC61;
    background: #EDDC61;color:#000; }
  .companies-20 .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  @media (max-width: 1080px) {
    .companies-20 .companies20-content {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .companies-20 .companies20-content {
      max-width: 95%; } }
  @media (max-width: 667px) {
    .companies-20 .owl-carousel .owl-nav button.owl-prev {
      left: -10px; }
    .companies-20 .owl-carousel .owl-nav button.owl-next {
      right: -10px; } }
  @media (max-width: 568px) {
    .companies-20 .text p {
      font-size: 16px;
      line-height: 25px; } }
  @media (max-width: 480px) {
    .companies-20 .text {
      text-align: left;
      margin-top: 20px; }
    .companies-20 .item {
      padding: 0 10px; }
    .companies-20 a.action {
      margin-top: 20px; }
    .companies-20 .companies20 {
      padding: 40px 0; } }
  @media (max-width: 415px) {
    .companies-20 .item {
      padding: 0 15px; } }

.w3l-features-4 {
  /*-- features4 --*/ }
  .w3l-features-4 .features4-grids {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-features-4 #features4-block {
    padding: 4.5rem 0; }
  .w3l-features-4 .features4-grid span {
    font-size: 20px;
    color: #00aeff;
    line-height: 50px;
    background: #00aeff17;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    transition: .3s ease-in; }
  .w3l-features-4 .features4-grid {
    transition: .3s; }
  .w3l-features-4 .features4-grid:hover span {
    background: #EDDC61;
    color: #fff;
    transition: .3s ease-in; }
  .w3l-features-4 .features4-grid h5 {
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color);
    margin-top: 25px;
    display: block;
    font-weight: 600;
    text-transform: capitalize; }
  .w3l-features-4 .features4-grid p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 10px; }
  .w3l-features-4 a.gomore {
    font-size: 17px;
    line-height: 25px;
    color: #304659;
    transition: 0.5s ease-out;
    display: block; }
  .w3l-features-4 a.gomore:hover {
    color: #000;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: 0.3s ease-out;
    text-decoration: underline; }
  @media all and (max-width: 1080px) {
    .w3l-features-4 .features4-grids {
      grid-gap: 15px; } }
  @media all and (max-width: 991px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr 1fr;
      grid-gap: 50px; } }
  @media all and (max-width: 600px) {
    .w3l-features-4 #features4-block {
      padding: 3rem 0; }
    .w3l-features-4 .features4-grids {
      grid-gap: 30px; } }
  @media all and (max-width: 500px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr;
      grid-row-gap: 30px; }
    .w3l-features-4 .features4-grid h5 a {
      margin-top: 15px; }
    .w3l-features-4 .features4-grid p {
      margin-top: 5px;
      margin-bottom: 15px; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.item {
  text-align: center; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block; }

.owl.dots {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  color: #304659; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

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

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

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots {
  margin-top: 50px;
  display: none; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  opacity: .8;
  color: #000;
  text-decoration: none;
  outline: none;
  box-shadow: none; }

.owl-theme .owl-nav [class*=owl-]:focus, .owl-theme:focus, .owl-dots:focus, .owl-dot:focus {
  outline: none;
  box-shadow: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }

.owl-theme .owl-dots .owl-dot {
  /*display: inline-block;*/
  display:none;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 5px;
  background: #fff;
  display: block;
  border: 1px solid #304659;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative; }

button.owl-next, button.owl-prev {
  position: absolute;
  top: 30%; }

button.owl-prev {
  left: -40px; }

button.owl-next {
  right: -40px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #304659; }

@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px; } }

@media all and (max-width: 440px) {
  button.owl-next {
    right: -30px; }
  button.owl-prev {
    left: -30px; } }

@media all and (max-width: 414px) {
  button.owl-next {
    right: -20px; }
  button.owl-prev {
    left: -20px;
    left: -20px; } }

.w3l-text-11 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-text-11 .text11 {
    padding: 70px 0px; }
  .w3l-text-11 .text11-content {
    max-width: 700px;
    margin: auto; }
  .w3l-text-11 .text11-content h4 {
    font-size: 25px;
    line-height: 30px;
    color: var(--heading-color);
    font-weight: 600;
    margin-top: 30px; }
  .w3l-text-11 .text11-content p, .w3l-text-11 .text11-content ul.blog-list {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 15px; }
  .w3l-text-11 .text11-content ul.blog-list {
    padding-left: 15px; }
  .w3l-text-11 .text11-content a.tag {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #00bceff2;
    padding: 5px 15px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 3px; }
  .w3l-text-11 .text11-content h6 {
    display: inline-block;
    font-size: 17px;
    padding-left: 15px;
    color: #aaa;
    font-weight: 600; }
  .w3l-text-11 .text11-content .media-grid p {
    margin: 0px; }
  .w3l-text-11 .media a, .w3l-text-11 .media .media-body {
    float: left; }
  .w3l-text-11 .media a img {
    border-radius: 50%; }
  .w3l-text-11 .comments .media-grid {
    margin-bottom: 20px; }
  .w3l-text-11 .media-body.comments-grid-right {
    padding-left: 15px; }
  .w3l-text-11 h3.aside-title {
    font-size: 25px;
    line-height: 30px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 20px; }
  .w3l-text-11 .social-share-blog {
    padding: 30px;
    margin: 40px 0;
    background: #f8f9fa; }
  .w3l-text-11 .comments h5 {
    font-size: 18px;
    line-height: 23px;
    color: var(--heading-color);
    font-weight: 600;
    margin-top: 5px; }
  .w3l-text-11 .comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 16px;
    vertical-align: middle; }
  .w3l-text-11 .comments-grid-right ul li a {
    color: #00bcef; }
  .w3l-text-11 .text11-content h4.heading-no-margin {
    margin: 0; }
  .w3l-text-11 .text11-content .social {
    text-align: right;
    align-self: center; }
  .w3l-text-11 img.margin-top {
    margin-top: 30px; }
  .w3l-text-11 .social-share-blog {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 30px; }
  .w3l-text-11 .text11-content h5.quote {
    padding-left: 30px;
    border-left: 3px solid var(--heading-color);
    margin: 30px 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: var(--heading-color); }
  .w3l-text-11 .leave-comment-form input[type="text"], .w3l-text-11 .leave-comment-form input[type="email"], .w3l-text-11 .leave-comment-form textarea {
    outline: none;
    border: 1px solid #dedede;
    background: none;
    padding: 12px 15px;
    font-size: 16px;
    color: #777;
    letter-spacing: 0px;
    width: 100%; }
  .w3l-text-11 .comments {
    margin: 50px 0; }
  .w3l-text-11 textarea.form-control {
    height: 100px;
    margin-bottom: 20px;
    font-family: inherit; }
  .w3l-text-11 .submit a.actionbg {
    border: none;
    display: inline-block;
    font-size: 16px;
    color: #F5F9FC;
    background: #00aeff;
    padding: 12px 25px;
    text-align: center;
    border-radius: 4px; }
  .w3l-text-11 .submit a.actionbg:hover {
    background: #009de6; }
  .w3l-text-11 .input-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px; }
  .w3l-text-11 .features-2 .feature-main {
    padding-top: 40px;
    padding-bottom: 0px; }
  .w3l-text-11 .feature-main .img1 {
    padding: 20px 10px;
    border: 1px solid rgba(130, 152, 171, 0.2); }
  .w3l-text-11 .feature-main .img1:hover {
    background: #fff; }
  .w3l-text-11 .feature-main .img1 img {
    width: 35px; }
  .w3l-text-11 .features-2 .img1 h4 {
    margin-top: 10px; }
  .w3l-text-11 .social li {
    display: inline-block; }
  .w3l-text-11 ul.social li {
    display: inline-block;
    margin: 0;
    margin-left: 7px; }
  .w3l-text-11 ul.social li span.fa-facebook {
    background: #3b5998;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 2px; }
  .w3l-text-11 ul.social li span.fa-twitter {
    background: #1da1f2;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 2px; }
  .w3l-text-11 ul.social li span.fa-google-plus {
    background: #dd4b39;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 2px; }
  .w3l-text-11 ul.social li span.fa-linkedin {
    background: #0077b5;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 2px; }
  .w3l-text-11 ul.social li span.fa:hover {
    opacity: .9; }
  @media (max-width: 668px) {
    .w3l-text-11 .text11-content h5.quote {
      padding-left: 20px;
      font-size: 20px;
      line-height: 25px; } }
  @media (max-width: 480px) {
    .w3l-text-11 .text11-content p {
      margin-top: 15px; }
    .w3l-text-11 .text11 {
      padding: 40px 0px; }
    .w3l-text-11 .text11-content h4 {
      font-size: 22px;
      line-height: 25px; }
    .w3l-text-11 .input-grids {
      grid-template-columns: 1fr; }
    .w3l-text-11 .text11-content h6 {
      font-size: 15px; }
    .w3l-text-11 .comments {
      margin: 30px 0; } }
  @media (max-width: 415px) {
    .w3l-text-11 .social-share-blog {
      grid-auto-flow: row;
      grid-gap: 15px; }
    .w3l-text-11 .text11-content .social {
      text-align: left; } }

/*-- features15 block --*/
.w3l-features-15 #features15-block {
  padding: 4rem 0;
  background: #f8f9fa; }

.w3l-features-15 .d-grid {
  display: grid; }

.w3l-features-15 .columns-2 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }

.w3l-features-15 .features15-col-3 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-self: center; }

.w3l-features-15 .features15-col-text {
  grid-template-columns: auto 1fr;
  grid-gap: 20px; }

.w3l-features-15 .features15-para h5 {
  font-size: 13px;
  line-height: 20px;
  color: var(--para-color);
  text-transform: uppercase;
  margin-bottom: 10px; }

.w3l-features-15 .features15-para h4 a {
  font-size: 20px;
  line-height: 25px;
  color: var(--heading-color);
  font-weight: 600; }

.w3l-features-15 .features15-para p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-top: 10px; }

.w3l-features-15 .features15-info span {
  font-size: 20px;
  color: #00aeff;
  line-height: 50px;
  background: #00aeff17;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: .3s ease-in;
  text-align: center; }

.w3l-features-15 .features15-col-text:hover .features15-info span {
  background: #00aeff;
  color: #fff;
  transition: .3s ease-in; }

.w3l-features-15 .features15-para h4 a:hover {
  opacity: 0.85; }

@media all and (max-width: 1080px) {
  .w3l-features-15 .columns-2 {
    grid-template-columns: 1fr;
    grid-gap: 30px; } }

@media all and (max-width: 480px) {
  .w3l-features-15 .features15-col-3 {
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px; } }

@media all and (max-width: 440px) {
  .w3l-features-15 #features15-block {
    padding: 3rem 0; } }

@media all and (max-width: 414px) {
  .w3l-features-15 .features15-col-3 {
    grid-row-gap: 30px; }
  .w3l-features-15 .features15-col-text {
    grid-column-gap: 13px; } }

/*-- features15 block --*/
.w3l-content-5 {
  /*--//w3l-content-5--*/
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-content-5 .content {
    padding: 4rem 0; }
  .w3l-content-5 .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px; }
  .w3l-content-5 .content-left h3 {
    font-size: 40px;
    line-height: 48px;
    color: var(--heading-color);
    font-weight: 600;
    max-width: 500px; }
  .w3l-content-5 .content-right p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-content-5 p.para-content {
    margin-top: 30px; }
  @media (max-width: 800px) {
    .w3l-content-5 .d-grid {
      grid-template-columns: 1fr;
      grid-row-gap: 1.5rem; }
    .w3l-content-5 .content-left h3 {
      max-width: 100%; }
    .w3l-content-5 p.para-content {
      margin-top: 20px; } }
  @media (max-width: 580px) {
    .w3l-content-5 .content-left h3 {
      font-size: 35px;
      line-height: 40px; } }
  @media (max-width: 415px) {
    .w3l-content-5 .content-left h3 {
      font-size: 29px;
      line-height: 35px; }
    .w3l-content-5 p.para-content {
      margin-top: 15px; } }
  @media (max-width: 384px) {
    .w3l-content-5 .d-grid {
      grid-template-columns: 1fr; }
    .w3l-content-5 .content {
      padding: 2.8rem 0; } }

.w3l-content-with-photo-4 {
  /*-- content-with-photo4 block --*/ }
  .w3l-content-with-photo-4 #content-with-photo4-block {
    padding: 70px 0;
    background: var(--main-bg-color); }
  .w3l-content-with-photo-4 .cwp4-two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 3rem; }
  .w3l-content-with-photo-4 .cwp4-text {
    align-self: center; }
  .w3l-content-with-photo-4 .cwp4-text h4 {
    font-size: 30px;
    line-height: 35px;
    color: var(--heading-color);
    font-weight: 600; }
  .w3l-content-with-photo-4 .cwp4-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin: 20px 0 25px; }
  .w3l-content-with-photo-4 .cwp4-text ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin: 15px 0;
    margin-left: 18px;
    list-style-type: inherit; }
  @media all and (max-width: 800px) {
    .w3l-content-with-photo-4 .cwp4-image {
      order: 1; }
    .w3l-content-with-photo-4 .cwp4-text {
      order: 2; } }
  @media all and (max-width: 500px) {
    .w3l-content-with-photo-4 #content-with-photo4-block {
      padding: 3rem 0; }
    .w3l-content-with-photo-4 .cwp4-two {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      grid-gap: 2rem; }
    .w3l-content-with-photo-4 .cwp4-text h4 {
      font-size: 27px;
      line-height: 35px; }
    .w3l-content-with-photo-4 .cwp4-text ul li {
      margin: 8px 0;
      margin-left: 18px; }
    .w3l-content-with-photo-4 .cwp4-text p {
      margin: 10px 0 25px; } }
  @media all and (max-width: 384px) {
    .w3l-content-with-photo-4 .cwp4-text h4 {
      font-size: 25px;
      line-height: 35px; } }

.section-title h3 {
  font-size: 45px;
  line-height: 50px;
  color: var(--heading-color);
  text-transform: capitalize;
  margin-bottom: 50px;
  font-weight: 500; }

/* /w3l-team-7*/
.w3l-team-7 {
  /*--/grid-alignment--*/
  /*--//grid-alignment--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-team-7 .w3l-team-7_sur h4 a {
    text-decoration: none;
    font-size: 23px;
    line-height: 27px;
    color: var(--heading-color);
    margin-top: 20px;
    font-weight: 600;
    display: inline-block; }
  .w3l-team-7 .w3l-team-7_sur h4 a:hover {
    color: #222; }
  .w3l-team-7 .w3l-team-7_sur h6 {
    font-size: 17px;
    line-height: 25px;
    color: var(--para-color);
    font-weight: normal; }
  .w3l-team-7 .w3l-team-7_sur {
    padding: 70px 0; }
  .w3l-team-7 .w3l-team-7_sur-wrap img.img-responsive {
    width: 100%; }
  .w3l-team-7 .column:hover img.img-responsive {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.32s; }
  .w3l-team-7 .w3l-team-7_sur p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin: 10px 0 0; }
  .w3l-team-7 .w3l-team-7_bottom {
    padding: 0px 0 10px;
    border-bottom: 1px solid #ddd; }
  .w3l-team-7 ul.social_7 li a span.fa-facebook {
    background: #3b5998;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 2px; }
  .w3l-team-7 ul.social_7 li a span.fa-twitter {
    background: #1da1f2;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 2px; }
  .w3l-team-7 ul.social_7 li a span:hover {
    opacity: .9; }
  .w3l-team-7 .grid {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 60px; }
  .w3l-team-7 .grid-column-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-team-7 .grid-column-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-team-7 .grid-column-auto-3 {
    grid-template-columns: auto 1fr auto; }
  .w3l-team-7 ul.social_7 {
    float: right; }
  .w3l-team-7 ul.social_7 li {
    display: inline-block; }
  .w3l-team-7 ul.social_7 li:nth-child(2) {
    margin-left: 8px; }
  .w3l-team-7 .w3l-team-7_bottom-left {
    float: left; }
  @media (max-width: 1080px) {
    .w3l-team-7 .grid {
      grid-gap: 20px; } }
  @media (max-width: 900px) {
    .w3l-team-7 .w3l-team-7_sur {
      padding: 50px 0; } }
  @media (max-width: 800px) {
    .w3l-team-7 .grid-column-3 {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) {
    .w3l-team-7 .grid-column-3 {
      grid-template-columns: 1fr;
      grid-row-gap: 50px; } }
  @media (max-width: 440px) {
    .w3l-team-7 .w3l-team-7_sur h4 a {
      font-size: 22px;
      line-height: 27px;
      margin-top: 20px; } }
  @media (max-width: 415px) {
    .w3l-team-7 .w3l-team-7_sur-wrap {
      width: 100%; }
    .w3l-team-7 .w3l-team-7_sur {
      padding: 30px 0; } }
  @media (max-width: 320px) {
    .w3l-team-7 .w3l-team-7_sur h4 {
      font-size: 20px;
      line-height: 25px; } }

@media (max-width: 992px) {
  .section-title h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 45px; } }

@media (max-width: 736px) {
  .section-title h3 {
    font-size: 35px;
    line-height: 40px; } }

/* //w3l-team-7*/
/* w3l-customers-7 */
.w3l-customers-7 {
  /* responsive code */ }
  .w3l-customers-7 .customers_sur {
    padding: 70px 0;
    background: var(--main-bg-color); }
  .w3l-customers-7 .customers_sur h5 {
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color);
    font-weight: 600; }
  .w3l-customers-7 .customers_sur span {
    font-size: 16px;
    line-height: 20px;
    color: var(--para-color);
    margin-top: 3px;
    display: block; }
  .w3l-customers-7 .customers_sur p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-customers-7 .customers-top_sur {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-customers-7 .customers_grid {
    padding: 30px 30px;
    background: #fff;
    border: 1px solid rgba(130, 152, 171, 0.2); }
  .w3l-customers-7 .custo_grid {
    float: left;
    margin-left: 1.2em;
    margin-top: 5px; }
  .w3l-customers-7 .custo-img-res {
    float: left; }
  .w3l-customers-7 .custo-img-res img {
    width: 60px;
    border-radius: 50%; }
  .w3l-customers-7 .customers-bottom_sur {
    margin-top: 2em; }
  @media screen and (max-width: 1280px) {
    .w3l-customers-7 .customers_sur h5 {
      font-size: 18px; }
    .w3l-customers-7 .customers_sur span {
      font-size: 14px; } }
  @media screen and (max-width: 1190px) {
    .w3l-customers-7 .custo_grid {
      margin-left: 0.8em;
      margin-top: 3px; }
    .w3l-customers-7 .customers_sur span {
      font-size: 14px;
      margin-top: 0px; } }
  @media screen and (max-width: 900px) {
    .w3l-customers-7 .customers_sur {
      padding: 50px 0; }
    .w3l-customers-7 .customers_sur p {
      font-size: 17px;
      line-height: 26px; } }
  @media screen and (max-width: 800px) {
    .w3l-customers-7 .customers-left_sur {
      width: 100%; }
    .w3l-customers-7 .customers-right_sur {
      width: 100%; }
    .w3l-customers-7 .customers-top_sur {
      margin-top: 3em; }
    .w3l-customers-7 .customers_sur h3 {
      font-size: 38px;
      line-height: 40px; }
    .w3l-customers-7 .custo_grid {
      margin-top: 8px; }
    .w3l-customers-7 .customers-top_sur {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 600px) {
    .w3l-customers-7 .customers-top_sur {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 568px) {
    .w3l-customers-7 .custo-img-res {
      width: 18%; } }
  @media screen and (max-width: 480px) {
    .w3l-customers-7 .custo-img-res {
      width: 22%; } }
  @media screen and (max-width: 415px) {
    .w3l-customers-7 .customers_sur {
      padding: 30px 0; }
    .w3l-customers-7 .customers_sur h3 {
      font-size: 34px;
      line-height: 35px; }
    .w3l-customers-7 .customers-bottom_sur {
      margin-top: 2em; }
    .w3l-customers-7 .customers-top_sur {
      margin-top: 2.3em; } }
  @media screen and (max-width: 387px) {
    .w3l-customers-7 .custo-img-res {
      width: 25%; }
    .w3l-customers-7 .customers_sur p {
      font-size: 16px; }
    .w3l-customers-7 .custo_grid {
      margin-top: 7px; }
    .w3l-customers-7 .customers-top_sur {
      margin-top: 2em; } }
  @media screen and (max-width: 320px) {
    .w3l-customers-7 .customers_sur p {
      font-size: 15px; }
    .w3l-customers-7 .customers_sur h3 {
      font-size: 32px; }
    .w3l-customers-7 .customers_grid {
      padding: 25px 25px; }
    .w3l-customers-7 .custo_grid {
      width: 64%; }
    .w3l-customers-7 .custo-img-res {
      width: 28%; } }

/* //w3l-customers-7 */
.w3l-specifications-9 {
  /* flex properties */
  /* //flex properties */
  /* //Reset Code */
  /* specifications */
  /* //specifications */
  /* responsive */
  /* //responsive */ }
  .w3l-specifications-9 .d-flex {
    display: flex; }
  .w3l-specifications-9 .justify-content-between {
    justify-content: space-between; }
  .w3l-specifications-9 .align-items-center {
    align-items: center; }
  .w3l-specifications-9 .main-w3 {
    background: var(--bg-color);
    padding: 4rem 0; }
  .w3l-specifications-9 .grids-speci {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1em;
    text-align: center; }
  .w3l-specifications-9 .grids-speci {
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
  .w3l-specifications-9 .grids-speci:last-child {
    border-right: 1px solid transparent; }
  .w3l-specifications-9 h3.title-spe {
    color: #f9f0f0;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 15px;
    font-weight: normal; }
  .w3l-specifications-9 .grids-speci p {
    font-size: 18px;
    line-height: 25px;
    color: #eee; }
  @media (max-width: 1280px) {
    .w3l-specifications-9 h3.title-spe {
      font-size: 56px; } }
  @media (max-width: 1080px) {
    .w3l-specifications-9 h3.title-spe {
      font-size: 52px; }
    .w3l-specifications-9 .grids-speci p {
      font-size: 19px; }
    .w3l-specifications-9 .main-w3 {
      padding: 3rem 0; } }
  @media (max-width: 991px) {
    .w3l-specifications-9 h3.title-spe {
      font-size: 50px; } }
  @media (max-width: 800px) {
    .w3l-specifications-9 h3.title-spe {
      font-size: 46px;
      margin-bottom: 10px; }
    .w3l-specifications-9 .grids-speci p {
      font-size: 18px; } }
  @media (max-width: 736px) {
    .w3l-specifications-9 .main-w3 {
      padding: 2rem 0; }
    .w3l-specifications-9 h3.title-spe {
      font-size: 42px;
      line-height: 40px;
      margin-bottom: 8px; }
    .w3l-specifications-9 .grids-speci p {
      font-size: 16px; } }
  @media (max-width: 600px) {
    .w3l-specifications-9 h3.title-spe {
      font-size: 40px; } }
  @media (max-width: 480px) {
    .w3l-specifications-9 h3.title-spe {
      font-size: 35px; }
    .w3l-specifications-9 .grids-speci p {
      font-size: 15px; }
    .w3l-specifications-9 .d-flex {
      display: flex;
      display: grid;
      grid-template-columns: 1fr 1fr; }
    .w3l-specifications-9 .grids-speci {
      flex: 0 0 100%;
      max-width: 100%; }
    .w3l-specifications-9 .grids-speci {
      border-right: none; }
    .w3l-specifications-9 .grids-speci:nth-child(2n+1) {
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      padding: 1em 0; } }
  @media (max-width: 440px) {
    .w3l-specifications-9 h3.title-spe {
      font-size: 32px; }
    .w3l-specifications-9 .main-w3 {
      padding: 1.5rem 0; } }
  @media (max-width: 384px) {
    .w3l-specifications-9 .grids-speci {
      padding: .5em; }
    .w3l-specifications-9 h3.title-spe {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 375px) {
    .w3l-specifications-9 .grids-speci:nth-child(2n+1) {
      padding: 1em 0; }
    .w3l-specifications-9 .grids-speci {
      border-bottom: 1px solid rgba(130, 152, 171, 0.22);
      border-left: none;
      border-right: none; } }

.w3l-features-2 .grid {
  display: grid; }

.w3l-features-2 .grid-column-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  margin: auto; }

.w3l-features-2 .feature-text {
  font-size: 55px;
  line-height: 60px;
  color: #304659;
  font-weight: 500; }

.w3l-features-2 .feature-main {
  text-align: center;
  padding: 70px 0px; }

.w3l-features-2 .feature-img {
  margin: auto;
  margin-top: 50px;
  max-width: 808px; }

.w3l-features-2 .img1 h4 {
  font-size: 20px;
  line-height: 25px;
  color: var(--heading-color);
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px; }

.w3l-features-2 .img1 span {
  font-size: 20px;
  color: #00aeff;
  line-height: 50px;
  background: #00aeff17;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: .3s ease-in; }

.w3l-features-2 .img1:hover span {
  background: #00aeff;
  color: #fff;
  transition: .3s ease-in; }

.w3l-features-2 .para {
  margin: auto;
  margin-top: 10px;
  line-height: 25px;
  font-size: 17px;
  color: var(--para-color); }

@media (max-width: 992px) {
  .w3l-features-2 .grid-column-2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 30px; }
  .w3l-features-2 .feature p {
    width: 100%; } }

@media (max-width: 768px) {
  .w3l-features-2 .feature p {
    width: 100%; }
  .w3l-features-2 .feature-text h1 {
    font-size: 50px; } }

@media (max-width: 640px) {
  .w3l-features-2 .grid-column-2 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px; } }

@media (max-width: 580px) {
  .w3l-features-2 .feature p {
    width: 100%; }
  .w3l-features-2 .feature-text h1 {
    font-size: 39px; } }

@media (max-width: 484px) {
  .w3l-features-2 .feature-text h1 {
    font-size: 35px; } }

@media (max-width: 384px) {
  .w3l-features-2 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px; } }

.w3l-contact-hny-6 {
  /*--/footer--*/
  /*--//footer--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-contact-hny-6 .map-fo {
    position: relative; }
  .w3l-contact-hny-6 .map-fo iframe {
    min-height: 465px;
    border: none;
    background: #e8eaec;
    width: 100%; }
  .w3l-contact-hny-6 .contact-form {
    position: absolute;
    right: 16%;
    bottom: -100px;
    padding: 3em 3em;
    background: #fff;
    width: 399px;
    z-index: 9;
    border: 1px solid rgba(130, 152, 171, 0.2); }
  .w3l-contact-hny-6 .contact-form h5 {
    font-size: 35px;
    line-height: 40px;
    color: var(--heading-color);
    font-weight: 600;
    text-transform: capitalize; }
  .w3l-contact-hny-6 .contact-form input, .w3l-contact-hny-6 textarea {
    font-size: 15px;
    line-height: 25px;
    padding: 12px 15px;
    color: var(--para-color);
    box-sizing: border-box;
    outline: none;
    background: #fafafa;
    border: 2px solid #f3f3f3;
    display: block;
    width: 100%;
    margin-bottom: 18px;
    border-radius: 4px;
    font-family: inherit; }
  .w3l-contact-hny-6 .contact-form textarea {
    resize: none;
    min-height: 115px; }
  .w3l-contact-hny-6 .contact-form input:focus, .w3l-contact-hny-6 textarea:focus {
    background: #fff;
    border: 2px solid #f3f3f3; }
  .w3l-contact-hny-6 .adress-lavi-info p span.fa {
    width: 25px; }
  .w3l-contact-hny-6 .contact-form .btn {
    border: none;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    background: #1B2B38;
    padding: 12px 25px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    font-family: inherit; }
  .w3l-contact-hny-6 .contact-form .btn:hover {
    background: #000; }
  .w3l-contact-hny-6 .contact-info-ad {
    padding: 40px 0 70px; }
  .w3l-contact-hny-6 .adress-lavi-info h3 {
    font-size: 25px;
    line-height: 30px;
    color: var(--heading-color);
    margin-bottom: 15px;
    font-weight: 600; }
  .w3l-contact-hny-6 .contact-form p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    color: var(--para-color);
    margin-bottom: 20px; }
  .w3l-contact-hny-6 .adress-lavi-info p, .w3l-contact-hny-6 .adress-lavi-info a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    color: var(--para-color); }
  .w3l-contact-hny-6 .adress-lavi-info a:hover {
    color: #333; }
  .w3l-contact-hny-6 .grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 250px 1fr; }
  @media (max-width: 1080px) {
    .w3l-contact-hny-6 .contact-form {
      right: 10%;
      bottom: -100px; } }
  @media (max-width: 1080px) {
    .w3l-contact-hny-6 .contact-form {
      position: absolute;
      right: 5%;
      bottom: -100px;
      padding: 3em 3em; }
    .w3l-contact-hny-6 .grid {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: 200px 1fr; } }
  @media (max-width: 992px) {
    .w3l-contact-hny-6 .map-fo iframe {
      min-height: 365px; }
    .w3l-contact-hny-6 .contact-form {
      position: static;
      right: 0;
      bottom: 0;
      padding: 3em 3em;
      margin-top: 20px;
      width: 100%; }
    .w3l-contact-hny-6 .contact-info-ad {
      padding: 40px 0; }
    .w3l-contact-hny-6 .map-fo {
      margin-top: 2em; } }
  @media (max-width: 667px) {
    .w3l-contact-hny-6 .contact-form {
      padding: 2em 2em;
      margin-top: 20px; }
    .w3l-contact-hny-6 .map-fo iframe {
      min-height: 280px; }
    .w3l-contact-hny-6 .contact-form textarea {
      min-height: 75px; }
    .w3l-contact-hny-6 .grid {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) {
    .w3l-contact-hny-6 .contact-info-ad {
      padding: 30px 0; }
    .w3l-contact-hny-6 .contact-form {
      padding: 2em 1em; }
    .w3l-contact-hny-6 .contact-form h5 {
      font-size: 30px;
      line-height: 35px; }
    .w3l-contact-hny-6 .adress-lavi-info h3 {
      font-size: 23px; } }
  @media (max-width: 420px) {
    .w3l-contact-hny-6 .contact-form {
      padding: 2em 1em;
      margin-top: 20px; }
    .w3l-contact-hny-6 .contact-form textarea {
      min-height: 80px; }
    .w3l-contact-hny-6 .contact-form input, .w3l-contact-hny-6 textarea {
      margin-bottom: 15px; }
    .w3l-contact-hny-6 .grid {
      grid-template-columns: 1fr; } }

.w3l-form-36 {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-form-36 .form-36-mian {
    padding: 50px 0px;
    background: #fafafa; }
  .w3l-form-36 .form-inner-cont {
    max-width: 450px;
    margin: 0px auto;
    background: #fff;
    border: 1px solid rgba(130, 152, 171, 0.2);
    padding: 50px; }
  .w3l-form-36 .form-inner-cont h3 {
    font-size: 30px;
    line-height: 35px;
    color: var(--heading-color);
    font-weight: 500;
    text-transform: uppercase; }
  .w3l-form-36 .form-input input[type="text"],
  .w3l-form-36 .form-input input[type="email"],
  .w3l-form-36 .form-input input[type="password"] {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0px 12px 0px 0px;
    color: var(--para-color);
    height: 50px;
    -webkit-appearance: none;
    font-family: inherit; }
  .w3l-form-36 .form-input {
    margin-top: 30px;
    background: #fcfcfc;
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    border-radius: 4px;
    border: 1px solid #eaedf2; }
  .w3l-form-36 .checkbox {
    width: 16px;
    height: 16px;
    color: #F5F9FC;
    background: #00aeff;
    float: left; }
  .w3l-form-36 .container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-form-36 .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .w3l-form-36 .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #f3f3f3; }
  .w3l-form-36 .container:hover input ~ .checkmark {
    background-color: #E1E9F0; }
  .w3l-form-36 .container input:checked ~ .checkmark {
    background-color: #00aeff; }
  .w3l-form-36 .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .w3l-form-36 .container input:checked ~ .checkmark:after {
    display: block; }
  .w3l-form-36 .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
  .w3l-form-36 p.remember {
    font-size: 16px;
    line-height: 20px;
    color: var(--para-color); }
  .w3l-form-36 p.remember a {
    font-size: 16px;
    line-height: 20px;
    color: var(--para-color);
    text-transform: capitalize;
    font-weight: 600; }
  .w3l-form-36 p.remember a:hover {
    color: #555; }
  .w3l-form-36 .new-signup a {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 25px;
    display: block;
    text-transform: capitalize;
    color: var(--para-color);
    font-weight: 500; }
  .w3l-form-36 .new-signup a:hover {
    color: #222; }
  .w3l-form-36 .social-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: center;
    border-top: 2px solid #8298ab45;
    border-bottom: 2px solid #8298ab45;
    padding: 30px 0px;
    margin-top: 40px;
    position: relative; }
  .w3l-form-36 .continue {
    position: absolute;
    z-index: 9;
    top: -15%;
    left: 30%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    background: #fff;
    color: #aaa;
    width: 140px;
    height: 30px;
    text-align: center;
    margin: 0; }
  .w3l-form-36 button.btn {
    background: #00aeff;
    color: #fff;
    text-decoration: none;
    padding: 0px 30px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    width: 100%;
    border: none;
    cursor: pointer;
    height: 45px;
    margin: 0;
    border-radius: 4px;
    font-family: inherit; }
  .w3l-form-36 button.btn:hover {
    background: #009de6; }
  .w3l-form-36 .check-remember {
    margin: 25px 0px; }
  .w3l-form-36 .checkmark-gap {
    margin: 25px 0px; }
  .w3l-form-36 .checkmark-gap p.remember {
    padding-left: 35px; }
  .w3l-form-36 .twitter img,
  .w3l-form-36 .facebook img {
    vertical-align: text-top;
    margin-right: 5px; }
  .w3l-form-36 .facebook {
    font-size: 16px;
    line-height: 48px;
    color: var(--heading-color);
    background: none;
    height: 50px;
    font-weight: 600;
    display: block;
    text-align: center;
    border: 2px solid #3b5998;
    border-radius: 4px; }
  .w3l-form-36 .twitter {
    font-size: 16px;
    line-height: 48px;
    color: var(--heading-color);
    background: none;
    height: 50px;
    font-weight: 600;
    display: block;
    text-align: center;
    border: 2px solid #1da1f2;
    border-radius: 4px; }
  .w3l-form-36 .facebook {
    color: #3b5998; }
  .w3l-form-36 .facebook:hover {
    background: #3b5998;
    color: #fff; }
  .w3l-form-36 .twitter {
    color: #1da1f2; }
  .w3l-form-36 .twitter:hover {
    background: #1da1f2;
    color: #fff; }
  .w3l-form-36 p.signup {
    color: var(--para-color);
    font-size: 17px;
    line-height: 25px;
    display: block;
    margin-top: 25px; }
  .w3l-form-36 p.signup a {
    font-weight: 600;
    color: var(--heading-color); }
  .w3l-form-36 p.signup a:hover {
    opacity: .8; }
  .w3l-form-36 .form-input span.fa {
    color: #999; }
  @media (max-width: 1080px) {
    .w3l-form-36 .form-36-mian {
      padding: 40px 0px; } }
  @media (max-width: 415px) {
    .w3l-form-36 .form-inner-cont h3 {
      font-size: 27px; }
    .w3l-form-36 .form-input {
      margin-top: 20px; }
    .w3l-form-36 .social-icons {
      margin-top: 30px; }
    .w3l-form-36 .form-inner-cont {
      padding: 40px; } }
  @media (max-width: 384px) {
    .w3l-form-36 .form-inner-cont {
      padding: 40px 25px; }
    .w3l-form-36 .form-36-mian {
      padding: 15px 0px; } }

.w3l-portfolio-2 .grid {
  display: grid; }

.w3l-portfolio-2 .grid-column-2 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.w3l-portfolio-2 .grid-column-3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }

.w3l-portfolio-2 .portfolio-main {
  margin: 70px 0; }

.w3l-portfolio-2 .portfolio-main img.img-responsive {
  width: 100%; }

.w3l-portfolio-2 .port1 {
  margin-bottom: 30px;
  height: 49%; }

.w3l-portfolio-2 .portfolio-main a img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.32s; }

@media (max-width: 800px) {
  .w3l-portfolio-2 .grid-column-3 {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 580px) {
  .w3l-portfolio-2 .portfolio-main {
    margin: 40px 0; }
  .w3l-portfolio-2 .grid-column-3 {
    grid-gap: 10px; } }

@media (max-width: 415px) {
  .w3l-portfolio-2 .grid-column-3 {
    grid-template-columns: 1fr; } }

.w3l-content-with-photo-15 {
  /* content-with-photo15 */
  /* responsive code */ }
  .w3l-content-with-photo-15 .content-photo h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--main-heading-color);
    font-weight: 500;
    text-transform: capitalize; }
  .w3l-content-with-photo-15 .content-photo h4.heading {
    font-size: 30px;
    line-height: 35px;
    color: var(--heading-color);
    font-weight: 500; }
  .w3l-content-with-photo-15 .content-photo {
    background: #F9F9F9; }
  .w3l-content-with-photo-15 .content-photo {
    padding: 4em 0; }
  .w3l-content-with-photo-15 .description {
    margin-top: 40px; }
  .w3l-content-with-photo-15 .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px; }
  .w3l-content-with-photo-15 .content-left-sec img {
    max-width: 100%; }
  .w3l-content-with-photo-15 .content-photo-bot1 span {
    font-size: 20px;
    color: var(--para-color);
    vertical-align: middle;
    padding-right: 15px; }
  .w3l-content-with-photo-15 .content-photo-left p, .w3l-content-with-photo-15 .description p {
    margin-top: 20px;
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px; }
  .w3l-content-with-photo-15 .content-photo-grid {
    margin-top: 30px; }
  .w3l-content-with-photo-15 .content-photo-bot1 h5 {
    font-size: 17px;
    line-height: 25px;
    color: var(--para-color);
    font-weight: 500;
    margin-bottom: 10px; }
  .w3l-content-with-photo-15 .content-photo-left {
    align-self: center; }
  @media screen and (max-width: 1080px) {
    .w3l-content-with-photo-15 .d-grid {
      grid-column-gap: 30px; } }
  @media screen and (max-width: 992px) {
    .w3l-content-with-photo-15 .d-grid {
      grid-template-columns: 1fr;
      grid-gap: 30px; }
    .w3l-content-with-photo-15 .content-photo h4 {
      font-size: 30px;
      line-height: 35px; } }
  @media all and (max-width: 600px) {
    .w3l-content-with-photo-15 .content-photo-grid {
      margin-top: 30px; } }
  @media all and (max-width: 568px) {
    .w3l-content-with-photo-15 .content-photo-left p {
      width: 100%; }
    .w3l-content-with-photo-15 .content-photo-gap {
      margin: 20px 0; }
    .w3l-content-with-photo-15 .content-photo-grid {
      margin-top: 25px; }
    .w3l-content-with-photo-15 .description {
      margin-top: 30px; }
    .w3l-content-with-photo-15 .content-photo h4.heading {
      font-size: 25px;
      line-height: 30px; }
    .w3l-content-with-photo-15 .content-photo-bot1 h5 {
      margin-bottom: 8px; }
    .w3l-content-with-photo-15 .content-photo {
      padding: 3em 0; } }
  @media all and (max-width: 414px) {
    .w3l-content-with-photo-15 .content-photo h4 {
      font-size: 30px;
      line-height: 35px; }
    .w3l-content-with-photo-15 .content-photo-bot1 img {
      padding-right: 10px; }
    .w3l-content-with-photo-15 .content-photo-bot1 h5 {
      font-size: 15px;
      line-height: 23px;
      color: #3B5266; }
    .w3l-content-with-photo-15 section.content-photo {
      padding: 3em 0; }
    .w3l-content-with-photo-15 .content-photo-left p, .w3l-content-with-photo-15 .description p {
      margin-top: 10px; }
    .w3l-content-with-photo-15 .content-photo h4 {
      font-size: 25px;
      line-height: 30px; } }
  @media all and (max-width: 384px) {
    .w3l-content-with-photo-15 .content-photo-bot1 img {
      padding-right: 5px; } }
  @media all and (max-width: 375px) {
    .w3l-content-with-photo-15 .content-photo h4 {
      font-size: 28px;
      line-height: 34px; }
    .w3l-content-with-photo-15 .d-grid {
      grid-row-gap: 40px; }
    .w3l-content-with-photo-15 .content-photo h4 {
      font-size: 24px;
      line-height: 30px; } }
  @media all and (max-width: 320px) {
    .w3l-content-with-photo-15 .content-photo h4 {
      font-size: 24px;
      line-height: 30px; } }

/* //responsive code */
/* //w3l-content-with-photo-15 */
/*-- grids block 5 --*/
.w3l-grids-block-5 {
  /*--/*-- responsive design --*/
  /*-- grids block 5 --*/ }
  .w3l-grids-block-5 #grids5-block {
    padding: 70px 0; }
  .w3l-grids-block-5 .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 70px; }
  .w3l-grids-block-5 .grids5-info h4 a {
    font-size: 22px;
    line-height: 28px;
    color: var(--heading-color);
    margin-top: 10px;
    display: block;
    font-weight: 600; }
  .w3l-grids-block-5 .grids5-info h5 a:hover {
    color: #000000; }
  .w3l-grids-block-5 .grids5-info h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500; }
  .w3l-grids-block-5 .grids5-info img {
    width: 100%; }
  .w3l-grids-block-5 .grids5-info h4 a:hover {
    opacity: 0.9; }
  .w3l-grids-block-5 ul.blog-info li {
    display: inline-block;
    margin-right: 15px; }
  .w3l-grids-block-5 ul.blog-info li a span.fa {
    color: #999;
    margin-right: 5px; }
  .w3l-grids-block-5 ul.blog-info li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #999;
    margin-top: 10px;
    text-transform: capitalize; }
  .w3l-grids-block-5 ul.blog-info li a:hover {
    color: #555; }
  .w3l-grids-block-5 .pagination {
    margin-top: 70px;
    text-align: center; }
  .w3l-grids-block-5 .pagination ul li {
    display: inline-block;
    margin-right: 3px; }
  .w3l-grids-block-5 .pagination a {
    width: 40px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #00aeff;
    background: #00aeff17;
    transition: 0.3s ease-in; }
  .w3l-grids-block-5 .pagination a:hover, .w3l-grids-block-5 .pagination a.active {
    background: #00aeff;
    color: #fff;
    transition: 0.3s ease-in; }
  .w3l-grids-block-5 .pagination li.prev a, .w3l-grids-block-5 .pagination li.next a {
    color: #00aeff;
    background: #fff; }
  .w3l-grids-block-5 .pagination li.prev a:hover, .w3l-grids-block-5 .pagination li.next a:hover {
    color: #333; }
  @media all and (max-width: 1080px) {
    .w3l-grids-block-5 .d-grid {
      grid-column-gap: 15px; } }
  @media all and (max-width: 991px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr 1fr; } }
  @media all and (max-width: 800px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 50px; } }
  @media all and (max-width: 568px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr; }
    .w3l-grids-block-5 .d-grid {
      grid-row-gap: 45px; }
    .w3l-grids-block-5 .grids5-info h4 a {
      margin-top: 13px; }
    .w3l-grids-block-5 .grids5-info p {
      margin-top: 12px; }
    .w3l-grids-block-5 #grids5-block {
      padding: 40px 0; } }
  @media all and (max-width: 480px) {
    .w3l-grids-block-5 .grids5-info h4 a {
      font-size: 20px;
      line-height: 25px; } }
  @media all and (max-width: 414px) {
    .w3l-grids-block-5 .grids5-info h4 a {
      font-size: 23px; } }
  @media all and (max-width: 384px) {
    .w3l-grids-block-5 .grids5-info h4 a {
      font-size: 22px; }
    .w3l-grids-block-5 .pagination {
      margin-top: 40px; } }

/*--//*-- responsive design --*/
html,
body {
  margin: 0 auto !important;
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important; }

a {
  border-radius: 4px; }

.counter {
  background: #00aeff; }

.bg_white {
  background: #ffffff; }

.bg_light {
  background: #fafafa; }

.email-hny-section {
  padding: 3em 2em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  margin: 0; }

/*--logo--*/
.logo h1 {
  margin: 0; }

.logo h1 a {
  color: #00aeff;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase; }

.logo h1 a span {
  text-transform: capitalize; }

.links a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: right;
  color: var(--para-color);
  margin-left: 15px; }

/* banner */
.heading-section {
  max-width: 450px; }

.heading-section h4 {
  color: #222527;
  font-size: 36px;
  font-weight: 600;
  line-height: 1; }

/* layer */
tr.layer-eff {
  background: rgba(0, 0, 0, 0.48); }

.banner {
  position: relative;
  z-index: 1; }

.banner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #000;
  opacity: .3;
  z-index: -1; }

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

.grids-speci h3 {
  color: #fff;
  font-size: 30px;
  line-height: 35px; }

.grids-speci p {
  color: #eee;
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  margin-top: 10px; }

table.pro1-w3.scale img {
  border: 1px solid #eee; }

.team-email {
  padding: 0 10px; }

.team-name {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 8px;
  color: var(--heading-color);
  text-align: center; }

.team-designation {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  text-align: center; }

.team-email img {
  border: 2px solid #eee; }

@media screen and (max-width: 667px) {
  table.scale-90 {
    width: 620px;
    padding: 0 1em; }
  td.w3l-p {
    font-size: 15px !important; } }

@media screen and (max-width: 640px) {
  .heading-section h4 {
    font-size: 32px; }
  .banner-con {
    padding: 0 3em !important; }
  .banner {
    padding: 7em 2em 5em !important; }
  td.text-services {
    padding-left: 0 !important; }
  td.sub-gd {
    width: 100% !important;
    display: block; }
  sub-head .name {
    margin: 0;
    font-size: 0.9em; }
  table.scale-90 {
    width: 593px; }
  .heading-section h4 {
    font-size: 28px; } }

@media screen and (max-width: 600px) {
  td.logo.nav-top {
    width: 100%;
    float: left; }
  .text-services {
    padding-left: 0;
    text-align: left; }
  .banner-con {
    padding: 0 1em !important; }
  .w3_banner1_b1 {
    width: 550px; }
  .banner_bottom_b1 {
    height: 200px; }
  .w3_banner1 {
    width: 100%; }
  table.pro1-w3.scale {
    width: 250px !important; }
  table.scale-90 {
    width: 100%;
    padding: 0 .5em; }
  table.pro1-w3.scale img {
    height: auto !important;
    width: 100% !important; }
  td.produ {
    height: 0; }
  table.dairy {
    width: 550px; }
  td.sub-gd img {
    margin-top: 1em !important; }
  .stats-number {
    width: 137px !important; } }

@media screen and (max-width: 580px) {
  table {
    width: 100% !important; }
  .email-copyright {
    padding: 0 15px; }
  table.pro1-w3.scale {
    width: 230px !important; }
  .stats-number {
    width: 128px !important; }
  .w3_banner1_b1 {
    margin-left: 0;
    padding: 0 1em; }
  table.w3_banner2 {
    display: none; }
  .banner_bottom_b1 {
    height: 270px; }
  .text.banner-con h2 {
    font-size: 1.8em !important; } }

@media screen and (max-width: 568px) {
  .stats-number {
    width: 120px !important; }
  .logo h1 a {
    font-size: 26px; } }

@media screen and (max-width: 480px) {
  .w3_banner1_b1 {
    width: 100%; }
  .w3_banner2_height {
    height: 5px; }
  .logo {
    width: 55% !important; }
  table.pro1-w3.scale {
    width: 100% !important; }
  table.pro1-w3.scale img {
    margin-bottom: 15px; }
  .w3_banner1_text {
    font-size: 24px !important;
    line-height: 30px !important; }
  .stats-number {
    width: 50% !important; }
  .stats-number:nth-child(1), .stats-number:nth-child(2) {
    margin-bottom: 20px; }
  .logo h1 a {
    font-size: 28px; }
  .bg_white {
    padding: 1rem 1rem !important; }
  .heading-section h4 {
    font-size: 30px; }
  td.logo-2 h2 a {
    font-size: 1.2em !important; }
  .logo h1 a {
    font-size: 25px; } }

@media screen and (max-width: 384px) {
  .text.banner-con h2 {
    font-size: 1.7em !important; }
  .text.banner-con p {
    font-size: 13px; }
  .email-hny-section {
    padding: 3em 1em; }
  .banner {
    padding: 5em 1em 3em !important; }
  .team-email {
    padding: 0 5px; } }

@media screen and (max-width: 320px) {
  .logo h1 a {
    font-size: 25px; } }

.w3l-text-28-main {
  /* /text-styles-31*/
  /*--/faq--*/
  /*--//faq--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-text-28-main .text-28 {
    padding: 70px 0;
    background: #f7f9fc; }
  .w3l-text-28-main .text-styles-top-28 {
    margin: 0 auto;
    max-width: 700px; }
  .w3l-text-28-main .faq-drawer input[type="checkbox"] {
    display: none; }
  .w3l-text-28-main .faq-drawer__title {
    display: block;
    position: relative;
    margin-bottom: 0;
    color: #373737;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    cursor: pointer; }
  .w3l-text-28-main .faq-drawer__title:hover {
    color: #747474; }
  .w3l-text-28-main .faq-drawer__title::after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    right: 0px;
    float: right;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease-out;
    /* background-image: url(images/Border.png); */ }
  .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-180deg); }
  .w3l-text-28-main .faq-drawer__content-wrapper {
    overflow: hidden;
    max-height: 0px;
    font-size: 15px;
    line-height: 23px; }
  .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: 350px;
    border-left: 2px solid #e1e1e1;
    padding: 15px 0 15px 25px;
    margin-top: 10px; }
  .w3l-text-28-main .faq-drawer__trigger:checked + .faq-drawer__title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .w3l-text-28-main .faq-drawer__content-wrapper .faq-drawer__content {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .w3l-text-28-main .text-title {
    margin-bottom: 35px; }
  .w3l-text-28-main .faq-drawer {
    margin-bottom: 5px; }
  .w3l-text-28-main .faq-drawer {
    padding: 20px 20px;
    background: #fff;
    border-radius: 4px; }
  .w3l-text-28-main h6.title {
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    color: var(--heading-color);
    padding-right: 30px; }
  .w3l-text-28-main p.text-text {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    width: 95%; }
  @media (max-width: 800px) {
    .w3l-text-28-main .text-28 {
      padding: 50px 0; } }
  @media (max-width: 600px) {
    .w3l-text-28-main p.text-text {
      width: 90%; }
    .w3l-text-28-main .text-28 {
      padding: 40px 0; }
    .w3l-text-28-main .text-styles-top-28 h3 {
      font-size: 30px;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .w3l-text-28-main h6.title {
      font-size: 18px;
      line-height: 25px; } }
  @media (max-width: 320px) {
    .w3l-text-28-main .text-styles-top-28 h3 {
      font-size: 28px;
      margin-bottom: 15px; } }

.w3l-form-25 {
  background: url(../images/banner2.jpg) no-repeat 0px 0px;
  background-size: cover;
  /*--/w3l-form-25--*/
  /*-- //forms-25 --*/
  /*-- /responsive-start --*/
  /*-- //responsive-end --*/ }
  .w3l-form-25 .w3l-form-25-mian {
    padding: 7.5em 0;
    background: var(--bg-color);
    clip-path: polygon(0 0, 70% 0, calc(70% - 10vw) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 70% 0, calc(70% - 10vw) 100%, 0 100%);
    -o-clip-path: polygon(0 0, 70% 0, calc(70% - 10vw) 100%, 0 100%);
    -ms-clip-path: polygon(0 0, 70% 0, calc(70% - 10vw) 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 70% 0, calc(70% - 10vw) 100%, 0 100%); }
  .w3l-form-25 .forms-25-info h5 {
    font-size: 13px;
    line-height: 20px;
    color: #EEE;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .w3l-form-25 .form-right-inf .actionbg {
    border: none;
    display: inline-block;
    font-size: 16px;
    color: #F5F9FC;
    background: #00aeff;
    padding: 12px 25px;
    text-align: center;
    margin-top: 40px;
    margin-right: 10px;
    font-family: inherit; }
  .w3l-form-25 .form-right-inf .actionbg1 {
    border: none;
    display: inline-block;
    font-size: 16px;
    color: #F5F9FC;
    background: #444;
    padding: 12px 25px;
    text-align: center;
    margin-top: 40px;
    margin-right: 10px; }
  .w3l-form-25 .forms-25-info h2 {
    font-size: 80px;
    line-height: 85px;
    color: #fff; }
  .w3l-form-25 .forms-25-info h3 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600; }
  .w3l-form-25 .form-inner-cont p {
    color: #EEE;
    margin: 10px 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px; }
  .w3l-form-25 .forms-gds {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 30px; }
  .w3l-form-25 .form-right-inf input[type="email"], .w3l-form-25 .form-right-inf input[type="text"] {
    background: #fff;
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 0px 15px;
    margin-bottom: 14px;
    color: var(--para-color);
    height: 50px;
    text-align: left;
    -webkit-appearance: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: inherit; }
  .w3l-form-25 button.btn {
    background: #333;
    color: #ccc;
    text-decoration: none;
    padding: 0px 30px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    border: none;
    cursor: pointer;
    height: 50px;
    margin-bottom: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: inherit; }
  .w3l-form-25 button.btn:hover {
    background: #222; }
  .w3l-form-25 .form-inner-cont {
    max-width: 500px; }
  .w3l-form-25 .form-right-inf .social {
    margin-top: 20px; }
  .w3l-form-25 .social li {
    display: inline-block;
    margin-right: 10px; }
  .w3l-form-25 .social li a span.fa-facebook {
    color: #eee;
    font-size: 16px;
    background: #3b5998;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px; }
  .w3l-form-25 .social li a span.fa-linkedin {
    color: #eee;
    font-size: 16px;
    background: #0077b5;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px; }
  .w3l-form-25 .social li a span.fa-google-plus {
    color: #eee;
    font-size: 16px;
    background: #dd4b39;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px; }
  .w3l-form-25 .social li a span.fa-pinterest {
    color: #eee;
    font-size: 16px;
    background: #bd081c;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px; }
  .w3l-form-25 .social li a:hover {
    opacity: .8; }
  @media all and (max-width: 1440px) {
    .w3l-form-25 .form-inner-cont {
      width: 65%; } }
  @media all and (max-width: 1366px) {
    .w3l-form-25 .form-inner-cont {
      width: 73%; } }
  @media all and (max-width: 1280px) {
    .w3l-form-25 .form-inner-cont {
      width: 75%; } }
  @media all and (max-width: 1080px) {
    .w3l-form-25 .form-inner-cont {
      width: 90%; }
    .w3l-form-25 .w3l-form-25-mian {
      padding: 4em 0; } }
  @media all and (max-width: 992px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 43px; }
    .w3l-form-25 .form-inner-cont {
      width: 65%; } }
  @media all and (max-width: 800px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 40px;
      line-height: 45px; } }
  @media all and (max-width: 769px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 38px;
      line-height: 45px; }
    .w3l-form-25 .w3l-form-25-mian {
      padding: 3em 0; } }
  @media all and (max-width: 690px) {
    .w3l-form-25 .w3l-form-25-mian {
      -webkit-clip-path: polygon(0 0, 90% 0, calc(80% - 10vw) 100%, 0 100%);
              clip-path: polygon(0 0, 90% 0, calc(80% - 10vw) 100%, 0 100%); }
    .w3l-form-25 .form-inner-cont {
      width: 75%; } }
  @media all and (max-width: 668px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 40px;
      line-height: 45px; } }
  @media all and (max-width: 650px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 35px;
      line-height: 40px; }
    .w3l-form-25 .form-inner-cont p {
      padding: 0 0em; }
    .w3l-form-25 .forms-25-info h5 {
      margin-bottom: 15px; } }
  @media all and (max-width: 600px) {
    .w3l-form-25 .forms-gds {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 5px;
      margin-top: 25px; }
    .w3l-form-25 .w3l-form-25-mian {
      padding: 2.5em 0; }
    .w3l-form-25 p.action-link {
      margin-bottom: 10px; }
    .w3l-form-25 .form-right-inf input[type="email"], .w3l-form-25 .form-right-inf input[type="text"], .w3l-form-25 button.btn {
      border-radius: 4px; } }
  @media all and (max-width: 600px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 30px;
      line-height: 35px; } }
  @media all and (max-width: 420px) {
    .w3l-form-25 .forms-25-info h3 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 20px; }
    .w3l-form-25 .w3l-form-25-mian {
      -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0vw) 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, calc(100% - 0vw) 100%, 0 100%); }
    .w3l-form-25 .form-inner-cont {
      width: 100%; }
    .w3l-form-25 .form-right-inf input[type="email"], .w3l-form-25 .form-right-inf input[type="text"], .w3l-form-25 button.btn {
      height: 45px;
      margin-bottom: 10px; } }

/*--/form-25--*/
.w3l-error {
  padding: 70px 0;
  background: #fafafa; }

.w3l-error .actionbg {
  border: none;
  display: inline-block;
  font-size: 16px;
  color: #F5F9FC;
  background: #00aeff;
  padding: 12px 25px;
  text-align: center;
  margin-top: 40px;
  margin-right: 10px;
  border-radius: 4px; }

.w3l-error .actionbg:hover {
  background: #009de6; }

.w3l-error-content {
  text-align: center;
  max-width: 600px;
  margin: auto; }

.w3l-error .actionbg1 {
  border: none;
  display: inline-block;
  font-size: 16px;
  color: #F5F9FC;
  background: #333;
  padding: 12px 25px;
  text-align: center;
  margin-top: 40px;
  margin-right: 10px;
  border-radius: 4px; }

.w3l-error .actionbg1:hover {
  background: #222; }

.w3l-error h2 {
  font-size: 150px;
  color: #333; }

.w3l-error h3 {
  font-size: 45px;
  line-height: 50px;
  color: #333;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-weight: 500; }

.w3l-error p {
  color: #999;
  margin: 10px 0 0;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px; }

/*-- //forms-25 --*/
/*-- responsive design --*/
@media (max-width: 768px) {
  .w3l-error h2 {
    font-size: 100px; }
  .w3l-error h3 {
    font-size: 40px;
    line-height: 45px; }
  .w3l-error {
    padding: 40px 0; } }

@media (max-width: 480px) {
  .w3l-error h3 {
    font-size: 35px;
    line-height: 40px; }
  .w3l-error {
    padding: 20px 0; } }

.w3l-title-11-about {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-title-11-about .title11 {
    background: url(/images/banner-1-1600x800.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    min-height: 250px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1; }
  .w3l-title-11-about .title11::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: -1; }
  .w3l-title-11-about .title11 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    max-width: 700px;
    text-align: center;
    margin: auto;
    font-weight: 100;
    text-transform: capitalize; }
  @media (max-width: 768px) {
    .w3l-title-11-about .title11 {
      padding: 40px 0;
      min-height: 200px; }
    .w3l-title-11-about .title11 h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 736px) {
    .w3l-title-11-about .title11 {
      padding: 30px 0;
      min-height: 150px; } }
  @media (max-width: 480px) {
    .w3l-title-11-about .title11 h2 {
      font-size: 35px;
      line-height: 40px; } }

.w3l-title-11-faq {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-title-11-faq .title11 {
    background: url(/images/banner-1-1600x800.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    min-height: 250px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1; }
  .w3l-title-11-faq .title11::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: -1; }
  .w3l-title-11-faq .title11 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: auto;
    font-weight: 100;
    text-transform: capitalize; }
  .w3l-title-11-faq .title11 p {
    font-size: 16px;
    line-height: 25px;
    color: #ccc;
    max-width: 700px;
    text-align: center;
    margin: auto; }
  @media (max-width: 768px) {
    .w3l-title-11-faq .title11 {
      padding: 40px 0;
      min-height: 200px; }
    .w3l-title-11-faq .title11 h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 736px) {
    .w3l-title-11-faq .title11 {
      padding: 30px 0;
      min-height: 150px; } }
  @media (max-width: 480px) {
    .w3l-title-11-faq .title11 h2 {
      font-size: 35px;
      line-height: 40px; } }

.w3l-title-11-team {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-title-11-team .title11 {
    background: url(/images/banner-1-1600x800.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    min-height: 250px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1; }
  .w3l-title-11-team .title11::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: -1; }
  .w3l-title-11-team .title11 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: auto;
    font-weight: 100;
    text-transform: capitalize; }
  .w3l-title-11-team .title11 p {
    font-size: 16px;
    line-height: 25px;
    color: #ccc;
    max-width: 700px;
    text-align: center;
    margin: auto; }
  @media (max-width: 768px) {
    .w3l-title-11-team .title11 {
      padding: 40px 0;
      min-height: 200px; }
    .w3l-title-11-team .title11 h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 736px) {
    .w3l-title-11-team .title11 {
      padding: 30px 0;
      min-height: 150px; } }
  @media (max-width: 480px) {
    .w3l-title-11-team .title11 h2 {
      font-size: 35px;
      line-height: 40px; } }

.w3l-title-11-service {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-title-11-service .title11 {
    background: url(/images/banner-1-1600x800.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    min-height: 250px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1; }
  .w3l-title-11-service .title11::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: -1; }
  .w3l-title-11-service .title11 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    max-width: 700px;
    text-align: center;
    margin: auto;
    font-weight: 100;
    text-transform: capitalize; }
  @media (max-width: 768px) {
    .w3l-title-11-service .title11 {
      padding: 40px 0;
      min-height: 200px; }
    .w3l-title-11-service .title11 h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 736px) {
    .w3l-title-11-service .title11 {
      padding: 30px 0;
      min-height: 150px; } }
  @media (max-width: 480px) {
    .w3l-title-11-service .title11 h2 {
      font-size: 35px;
      line-height: 40px; } }

.w3l-title-11-portfolio {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-title-11-portfolio .title11 {
    background: url(/images/banner-1-1600x800.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    min-height: 250px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1; }
  .w3l-title-11-portfolio .title11::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: -1; }
  .w3l-title-11-portfolio .title11 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    max-width: 700px;
    text-align: center;
    margin: auto;
    font-weight: 100;
    text-transform: capitalize; }
  @media (max-width: 768px) {
    .w3l-title-11-portfolio .title11 {
      padding: 40px 0;
      min-height: 200px; }
    .w3l-title-11-portfolio .title11 h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 736px) {
    .w3l-title-11-portfolio .title11 {
      padding: 30px 0;
      min-height: 150px; } }
  @media (max-width: 480px) {
    .w3l-title-11-portfolio .title11 h2 {
      font-size: 35px;
      line-height: 40px; } }

.w3l-title-11-blog {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-title-11-blog .title11 {
    background: url(/images/banner-1-1600x800.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    min-height: 250px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1; }
  .w3l-title-11-blog .title11::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: -1; }
  .w3l-title-11-blog .title11 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    max-width: 700px;
    text-align: center;
    margin: auto;
    font-weight: 100;
    text-transform: capitalize; }
  @media (max-width: 768px) {
    .w3l-title-11-blog .title11 {
      padding: 40px 0;
      min-height: 200px; }
    .w3l-title-11-blog .title11 h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 736px) {
    .w3l-title-11-blog .title11 {
      padding: 30px 0;
      min-height: 150px; } }
  @media (max-width: 480px) {
    .w3l-title-11-blog .title11 h2 {
      font-size: 35px;
      line-height: 40px; } }

.w3l-title-11-timeline {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-title-11-timeline .title11 {
    background: url(/images/banner-1-1600x800.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    min-height: 250px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1; }
  .w3l-title-11-timeline .title11::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: -1; }
  .w3l-title-11-timeline .title11 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: auto;
    font-weight: 100;
    text-transform: capitalize; }
  .w3l-title-11-timeline .title11 p {
    font-size: 16px;
    line-height: 25px;
    color: #ccc;
    max-width: 700px;
    text-align: center;
    margin: auto; }
  @media (max-width: 768px) {
    .w3l-title-11-timeline .title11 {
      padding: 40px 0;
      min-height: 200px; }
    .w3l-title-11-timeline .title11 h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 736px) {
    .w3l-title-11-timeline .title11 {
      padding: 30px 0;
      min-height: 150px; } }
  @media (max-width: 480px) {
    .w3l-title-11-timeline .title11 h2 {
      font-size: 35px;
      line-height: 40px; } }

.w3l-products-1 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-products-1 .form-input  select{
    background: transparent;
    border: 1px solid #ccc;
    outline: none;
    width: auto;
    font-size: 15px;
    padding: 10px 10px;
    color: var(--para-color);
    height: 50px;
    -webkit-appearance: none;
    font-family: inherit;
  }
  .w3l-products-1 .form-input button.btn {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 0px 30px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    width: auto;
    border: 1px solid #000;
    cursor: pointer;
    height: 45px;
    margin: 0;
    border-radius: 4px;
    font-family: inherit;
}
  .w3l-products-1 .products1-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    grid-column-gap: 20px;
    grid-row-gap: 60px; }
  .w3l-products-1 .products1 {
    padding: 70px 0;
    background: #fafafa; }
  .w3l-products-1 .products1-content a img {
    background: #fff; }
  .w3l-products-1 .products1-content .column {
    border: 1px solid rgba(130, 152, 171, 0.2);
    padding: 20px;
    background: #fff;
    text-align: center; }
  .w3l-products-1 .products1-content .column:hover {
    border: 2px solid rgba(130, 152, 171, 0.2); }
  .w3l-products-1 .products1 h4 a {
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color);
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize; }
  .w3l-products-1 .products1-content a.actionbg {
    border: 1px solid #000;
    display: inline-block;
    font-size: 16px;
    color: #000;
    /*background: #00aeff;*/
    padding: 12px 25px;
    text-align: center;
    border-radius: 4px;
    margin-top: 15px; }
  .w3l-products-1 .products1-content a.actionbg:hover {
    background: #000;color:#fff; }
  .w3l-products-1 .products1 p {
    font-size: 16px;
    line-height: 20px;
    color: var(--para-color);
    margin-top: 5px; }
  .w3l-products-1 ul.star {
    margin-top: 12px; }
  .w3l-products-1 ul.star li {
    display: inline-block; }
  .w3l-products-1 ul.star span {
    color: #8298AB;
    font-size: 13px;
    line-height: 20px;
    margin-left: 10px;
    vertical-align: text-top; }
  .w3l-products-1 .pagination {
    margin-top: 70px;
    text-align: center; }
  .w3l-products-1 .pagination ul li {
    display: inline-block;
    margin-right: 3px; }
  .w3l-products-1 .pagination a {
    width: 40px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: #555a64;
    transition: 0.3s ease-in; }
  .w3l-products-1 .pagination a:hover, .w3l-products-1 .pagination a.active {
    background: #18272F;
    color: #fff;
    transition: 0.3s ease-in; }
  .w3l-products-1 .pagination li.prev a, .w3l-products-1 .pagination li.next a {
    color: #00aeff;
    background: #fff; }
  .w3l-products-1 .pagination li.prev a:hover, .w3l-products-1 .pagination li.next a:hover {
    color: #333; }
  @media (max-width: 1280px) {
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (max-width: 1080px) {
    .w3l-products-1 .products1 h4 a {
      font-size: 19px; }
    .w3l-products-1 .products1-content {
      grid-column-gap: 10px; }
    .w3l-products-1 .products1-content .column {
      padding: 15px; } }
  @media (max-width: 992px) {
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr 1fr 1fr; }
    .w3l-products-1 .products1-content {
      grid-column-gap: 20px; } }
  @media (max-width: 800px) {
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr 1fr 1fr;
      grid-row-gap: 50px;
      grid-column-gap: 10px; } }
  @media (max-width: 668px) {
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px; } }
  @media (max-width: 480px) {
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 415px) {
    .w3l-products-1 .products1-content {
      grid-column-gap: 10px;
      grid-row-gap: 30px; }
    .w3l-products-1 .grids p {
      margin-top: 10px; }
    .w3l-products-1 .products1 {
      padding: 35px 0 45px; }
    .w3l-products-1 ul.star span {
      margin-left: 0px; }
    .w3l-products-1 .products1-content a.actionbg {
      font-size: 15px;
      padding: 12px 20px; } }
  @media (max-width: 384px) {
    .w3l-products-1 .products1 h3 {
      font-size: 27px;
      line-height: 28px;
      margin-top: 25px; }
    .w3l-products-1 .products1 p {
      font-size: 16px; } }
  @media (max-width: 375px) {
    .w3l-products-1 .pagination {
      margin-top: 40px; } }

/*-- checkout --*/
.w3l-cart-page-1 {
  padding: 70px 0; }

.checkout-right h4 {
  font-size: 27px;
  margin-bottom: 30px; }

table.timetable_sub {
  width: 100%;
  margin: 0 auto; }

.timetable_sub th {
  color: var(--heading-color);
  font-weight: no600rmal;
  font-size: 17px;
  padding: 10px;
  letter-spacing: 0px;
  text-align: left; }

.timetable_sub td {
  padding: 10px;
  font-size: 14px;
  color: var(--heading-color); }

td.product-name {
  color: var(--heading-color); }

.section-title-cart h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px; }

td.product-name a {
  font-size: 18px;
  max-width: 350px;
  font-weight: 600;
  color: var(--heading-color); }

td.product-name span {
  color: var(--heading-color);
  font-size: 15px;
  display: block;
  font-weight: normal; }

td.product-name li {
  list-style-type: none;
  font-weight: normal;
  color: var(--para-color);
  margin-top: 5px;
  font-size: 16px; }

td.product-name li a {
  font-weight: 600;
  font-size: 16px; }

td.product-name li a:hover {
  color: #222; }

.rem1, .rem2, .rem3 {
  background: #fbfbfb; }

td.price {
  color: #00aeff;
  font-size: 16px;
  font-weight: 600; }

.rem {
  position: relative; }

.close1, .close2, .close3 {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  transition: color 0.2s ease-in-out; }

/*-- quantity-starts --*/
.value-minus,
.value-plus {
  height: 40px;
  line-height: 24px;
  width: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  border: none;
  vertical-align: bottom; }

.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #777;
  left: 40%;
  top: 50%;
  position: absolute; }

.table-responsive {
  overflow-x: inherit; }

.quantity-select .entry.value-plus:after {
  content: "";
  height: 10px;
  width: 2px;
  background: #777;
  left: 50%;
  top: 40%;
  position: absolute; }

.value {
  cursor: default;
  width: 40px;
  height: 40px;
  padding: 8px 0px;
  color: #333;
  line-height: 24px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 3px; }

h5.quantity {
  margin-top: 5px !important; }

.quantity-select .entry.value-minus {
  margin-left: 0; }

/*-- //quantity-end --*/
/*-- payment button --*/
.address_form_agile {
  text-align: right; }

.w3l-cart-page-1 h5 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--para-color); }

.checkout-right-basket {
  margin-top: 20px; }

.checkout-right-basket a.shop {
  font-size: 16px;
  background: #333;
  color: #fff;
  border: 2px solid #333;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  outline: none;
  border-radius: 0px;
  cursor: pointer;
  border-radius: 4px; }

.checkout-right-basket a.shop:hover {
  background: #222; }

.checkout-right-basket a.proceed:hover {
  background: #009de6; }

.checkout-right-basket a.proceed {
  border: 2px solid #00aeff;
  background: #00aeff;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 0px;
  cursor: pointer;
  margin-left: 5px;
  border-radius: 4px; }

.checkout-right-basket a span {
  margin-left: 7px;
  color: #1accfd;
  font-size: 20px; }

/*-- //payment button --*/
/*--/responsive-code--*/
@media (max-width: 800px) {
  td.product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px; } }

@media (max-width: 668px) {
  .checkout-right tr {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
    display: grid;
    grid-template-columns: 30% auto; }
  .timetable_sub td {
    padding: 5px 15px;
    display: block; }
  .timetable_sub td.invert {
    display: inline-block;
    padding: 5px 25px;
    align-self: center; }
  .close1, .close2, .close3 {
    text-align: center; }
  td.product-name {
    max-width: 400px; }
  .checkout-left {
    margin-top: 0px; }
  .timetable_sub th {
    font-size: 16px; }
  td.product-name {
    max-width: 430px; }
  thead {
    display: none; }
  .checkout-right h4 {
    font-size: 23px; }
  .w3l-cart-page-1 {
    padding: 40px 0; } }

@media (max-width: 480px) {
  .timetable_sub td.invert-image {
    padding: 5px 0px; }
  .timetable_sub td.invert {
    padding: 5px 5px; }
  .quantity-select .entry.value-minus::before, .quantity-select .entry.value-plus::before {
    left: 39%; } }

@media (max-width: 415px) {
  .w3l-cart-page-1 h5 {
    font-size: 15px; } }

@media (max-width: 384px) {
  .quantity-select .entry.value-minus::before, .quantity-select .entry.value-plus::before {
    left: 37%; } }

.w3l-features-photo-7 {
  /* titels-7 */
  /*-- single-page --*/
  /*-- Ratings --*/
  /*-- //Ratings --*/
  /*-- //single-page --*/
  /*******************KEYFRAMES*******************/
  /******************MEDIA QUERYS******************/
  /* responsive code */ }
  .w3l-features-photo-7 .w3l-features-photo-7_sur {
    padding: 70px 0; }
  .w3l-features-photo-7 .w3l-features-photo-7_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; }
  .w3l-features-photo-7 .feat_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 40px; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
    margin-bottom: 24px;
    font-size: 35px;
    line-height: 40px;
    color: var(--heading-color); }
  .w3l-features-photo-7 .w3l-features-photo-7_top h5 {
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color);
    margin: 12px 0;
    font-weight: 600; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h5 a {
    color: var(--heading-color);
    text-decoration: none; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h5 a:hover {
    opacity: 0.8; }
  .w3l-features-photo-7 .w3l-features-photo-7_top p {
    font-size: 17px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-features-photo-7 .gallery-7_sur {
    padding: 70px 0;
    background: #F5F9FC; }
  .w3l-features-photo-7 .galleryContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    position: relative; }
  .w3l-features-photo-7 .gallery {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    border: 2px solid #ededed;
    padding: 30px; }
  .w3l-features-photo-7 .gallery input {
    display: none; }
  .w3l-features-photo-7 .galleryImage {
    transition: opacity 0.25s ease-out;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .w3l-features-photo-7 .gallery > img:first-of-type {
    position: relative !important;
    display: flex !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1; }
  .w3l-features-photo-7 .arrowsContainer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    z-index: 20;
    overflow: hidden; }
  .w3l-features-photo-7 .arrowsContainer img {
    width: 100px;
    background: white;
    opacity: 0.4;
    padding-bottom: 20px;
    transition: 0.1s ease; }
  .w3l-features-photo-7 .leftArrow {
    border-top-right-radius: 10px;
    position: absolute;
    bottom: -20px;
    left: -30px;
    padding-left: 40px;
    padding-right: 15px; }
  .w3l-features-photo-7 .rightArrow {
    border-top-left-radius: 10px;
    position: absolute;
    bottom: -20px;
    right: -30px;
    padding-right: 40px;
    padding-left: 15px; }
  .w3l-features-photo-7 .leftArrow:active,
  .w3l-features-photo-7 .rightArrow:active {
    transform: scale(0.95, 0.95); }
  .w3l-features-photo-7 .thumbnails {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 5%;
    z-index: 1;
    margin-top: 10px;
    /*border-left: 6px solid black;*/
    scroll-snap-type: mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; }
  .w3l-features-photo-7 .thumbnailImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .w3l-features-photo-7 .thumbnailImage {
    margin: 0 5px;
    -moz-scroll-snap-align: start;
    -ms-scroll-snap-align: start;
    scroll-snap-align: start; }
  .w3l-features-photo-7 .thumbnailImage:first-child {
    margin-left: 0px; }
  .w3l-features-photo-7 .thumbnailImage:last-child {
    margin-right: 0px; }
  .w3l-features-photo-7 #c1:checked + #i1 {
    opacity: 1; }
  .w3l-features-photo-7 #c2:checked + #i2 {
    opacity: 1; }
  .w3l-features-photo-7 #c3:checked + #i3 {
    opacity: 1; }
  .w3l-features-photo-7 #c4:checked + #i4 {
    opacity: 1; }
  .w3l-features-photo-7 #c5:checked + #i5 {
    opacity: 1; }
  .w3l-features-photo-7 #c6:checked + #i6 {
    opacity: 1; }
  .w3l-features-photo-7 #c7:checked + #i7 {
    opacity: 1; }
  .w3l-features-photo-7 #c8:checked + #i8 {
    opacity: 1; }
  .w3l-features-photo-7 #c9:checked + #i9 {
    opacity: 1; }
  .w3l-features-photo-7 #c10:checked + #i10 {
    opacity: 1; }
  .w3l-features-photo-7 #c11:checked + #i11 {
    opacity: 1; }
  .w3l-features-photo-7 #c12:checked + #i12 {
    opacity: 1; }
  .w3l-features-photo-7 #c13:checked + #i13 {
    opacity: 1; }
  .w3l-features-photo-7 #c1:checked + #i1 + #arrows1 {
    display: flex; }
  .w3l-features-photo-7 #c2:checked + #i2 + #arrows2 {
    display: flex; }
  .w3l-features-photo-7 #c3:checked + #i3 + #arrows3 {
    display: flex; }
  .w3l-features-photo-7 #c4:checked + #i4 + #arrows4 {
    display: flex; }
  .w3l-features-photo-7 #c5:checked + #i5 + #arrows5 {
    display: flex; }
  .w3l-features-photo-7 #c6:checked + #i6 + #arrows6 {
    display: flex; }
  .w3l-features-photo-7 .thumbnails label,
  .w3l-features-photo-7 .arrowsContainer label {
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #ededed; }
  .w3l-features-photo-7 .thumbnails label img {
    transition: 0.3s ease; }
  .w3l-features-photo-7 .thumbnails label img:hover {
    transform: scale(1.2, 1.2); }
  .w3l-features-photo-7 label:focus {
    box-shadow: 0px 0px 7px 1px white; }
  .w3l-features-photo-7 .single-right-left h3 {
    font-size: 25px;
    margin-bottom: 5px;
    max-width: 500px;
    color: var(--heading-color);
    line-height: 30px;
    font-weight: 600; }
  .w3l-features-photo-7 .single-right-left p {
    margin: 10px 0 15px; }
  .w3l-features-photo-7 .single-right-left p label {
    color: #000;
    text-transform: capitalize; }
  .w3l-features-photo-7 .single-right-left del {
    margin: 0 10px 0 4px;
    font-size: 14px;
    color: #999; }
  .w3l-features-photo-7 .rating1 {
    direction: ltr; }
  .w3l-features-photo-7 .rating {
    margin-bottom: 20px; }
  .w3l-features-photo-7 .starRating:not(old) {
    display: inline-block;
    height: 18px;
    width: 100px;
    overflow: hidden; }
  .w3l-features-photo-7 .starRating:not(old) > input {
    margin-right: -26%;
    opacity: 0; }
  .w3l-features-photo-7 .starRating:not(old) > label {
    float: right;
    background: url(../images/star1.png);
    background-size: contain;
    margin-right: 2px; }
  .w3l-features-photo-7 .starRating:not(old) > label:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/star22.png);
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s linear; }
  .w3l-features-photo-7 .starRating:not(old) > label:hover:before,
  .w3l-features-photo-7 .starRating:not(old) > label:hover ~ label:before,
  .w3l-features-photo-7 .starRating:not(:hover) > :checked ~ label:before {
    opacity: 1; }
  .w3l-features-photo-7 .single-infoagile ul li {
    display: block;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
    color: #707579; }
  .w3l-features-photo-7 .single-infoagile ul li a {
    color: #333;
    font-weight: 600; }
  .w3l-features-photo-7 .single-infoagile ul li a:hover {
    color: #00aeff; }
  .w3l-features-photo-7 .single-infoagile ul li.offers a {
    font-weight: normal; }
  .w3l-features-photo-7 .product-single-w3l {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 25px; }
  .w3l-features-photo-7 .product-single-w3l p span {
    color: #00aeff;
    margin-right: 6px; }
  .w3l-features-photo-7 .product-single-w3l p {
    color: var(-para-color);
    margin: 15px 0;
    font-size: 16px;
    line-height: 25px;
    color: #555A64; }
  .w3l-features-photo-7 .product-single-w3l p a {
    color: var(--para-color);
    text-transform: capitalize;
    font-size: 16px; }
  .w3l-features-photo-7 .product-single-w3l p a:hover {
    color: #00aeff; }
  .w3l-features-photo-7 span.item_price {
    font-size: 20px;
    color: #00aeff; }
  .w3l-features-photo-7 ul.rating li {
    list-style-type: none;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--para-color); }
  .w3l-features-photo-7 ul.rating li span.fa {
    font-size: 14px;
    color: #00bcdf; }
  .w3l-features-photo-7 .product-single-w3l ul li {
    list-style: inside;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 25px;
    color: #555A64;
    letter-spacing: 0px; }
  .w3l-features-photo-7 .occasion-cart .snipcart-details {
    margin-top: 30px; }
  .w3l-features-photo-7 a.actionbg {
    border: none;
    display: inline-block;
    font-size: 16px;
    color: #F5F9FC;
    background: #00aeff;
    padding: 12px 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px; }
  .w3l-features-photo-7 a.actionbg:hover {
    background: #009de6; }
  .w3l-features-photo-7 a.actionbg1 {
    border: none;
    display: inline-block;
    font-size: 16px;
    color: #F5F9FC;
    background: #333;
    padding: 12px 25px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 4px; }
  .w3l-features-photo-7 a.actionbg1:hover {
    background: #222; }
  @media screen and (max-width: 992px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px; } }
  @media screen and (max-width: 568px) {
    .w3l-features-photo-7 .feat_top {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 480px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      margin-bottom: 16px;
      font-size: 30px;
      line-height: 36px; }
    .w3l-features-photo-7 .single-right-left h3 {
      font-size: 22px;
      line-height: 27px; } }
  @media screen and (max-width: 415px) {
    .w3l-features-photo-7 .w3l-features-photo-7_sur {
      padding: 30px 0; } }
  @media screen and (max-width: 320px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      font-size: 28px;
      line-height: 32px; } }

/* //titels-7 */
.w3l-call-to-action-12 .grid {
  display: grid; }

.w3l-call-to-action-12 .grid-column-2 {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px; }

.w3l-call-to-action-12 .callaction {
  padding: 70px 0px; }

.w3l-call-to-action-12 .call-head {
  color: var(--heading-color);
  line-height: 45px;
  font-size: 40px; }

.w3l-call-to-action-12 .column {
  align-self: center; }

.w3l-call-to-action-12 h5.designation {
  color: var(--heading-color);
  line-height: 30px;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 5px; }

.w3l-call-to-action-12 .column1:nth-child(2) {
  align-self: center; }

.w3l-call-to-action-12 .call-para {
  margin-top: 20px;
  color: var(--para-color);
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal; }

.w3l-call-to-action-12 .team-info a {
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 600;
  margin-right: 25px; }

.w3l-call-to-action-12 .team-info a:nth-child(even) {
  margin-right: 0px; }

.w3l-call-to-action-12 .team-info a:hover {
  color: #00aeff; }

.w3l-call-to-action-12 .team-info {
  margin-top: 20px; }

.w3l-call-to-action-12 ul.social {
  margin-top: 15px; }

.w3l-call-to-action-12 ul.social li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top; }

.w3l-call-to-action-12 ul.social li a span.fa-facebook {
  background: #3b5998;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  border-radius: 2px; }

.w3l-call-to-action-12 ul.social li a span.fa-twitter {
  background: #1da1f2;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  border-radius: 2px; }

.w3l-call-to-action-12 ul.social li a span:hover {
  opacity: .9; }

.w3l-call-to-action-12 ul.social li p {
  color: #413b3b;
  font-weight: 600; }

@media (max-width: 1200px) {
  .w3l-call-to-action-12 .grid-column-2 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px; }
  .w3l-call-to-action-12 .call-head {
    font-size: 45px; }
  .w3l-call-to-action-12 .contact-input1 {
    margin-right: 20px; } }

@media (max-width: 992px) {
  .w3l-call-to-action-12 .call-head {
    font-size: 35px;
    line-height: 40px; }
  .w3l-call-to-action-12 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px; } }

@media (max-width: 768px) {
  .w3l-call-to-action-12 .column1 {
    order: 1; }
  .w3l-call-to-action-12 .column2 {
    order: 2; }
  .w3l-call-to-action-12 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px; } }

@media (max-width: 568px) {
  .w3l-call-to-action-12 .grid-column-2 {
    grid-row-gap: 20px; }
  .w3l-call-to-action-12 .call-head {
    font-size: 30px;
    line-height: 35px; }
  .w3l-call-to-action-12 h5.designation {
    font-size: 20px; }
  .w3l-call-to-action-12 ul.social {
    margin-top: 10px; }
  .w3l-call-to-action-12 .team-info a {
    font-size: 17px;
    margin-right: 20px; }
  .w3l-call-to-action-12 .callaction {
    padding: 40px 0px; } }

.w3l-logo-header {
  text-align: center;
  padding: 30px 0px; }

.brand-logo {
  color: #00aeff;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase; }

.brand-logo span {
  text-transform: capitalize; }

@media (max-width: 900px) {
  .brand-logo {
    font-size: 27px; } }

@media (max-width: 415px) {
  .brand-logo {
    font-size: 25px; } }

.w3l-timeline-1 {
  padding: 70px 0; }

.w3l-timeline-1 p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-top: 10px; }

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
    

    /*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative; }
  .timeline-item:last-child {
    padding-bottom: 0; }

/*----- TIMELINE INFO -----*/
.timeline-title {
  font-size: 20px;
  line-height: 25px;
  color: var(--heading-color); }

.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 .5em 0;
  line-height: 25px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #aaa; }

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px; }
  .timeline-marker:before {
    background: #00aeff;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out,
 border 0.3s ease-in-out; }
  .timeline-marker:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 28px;
    bottom: 0;
    left: 9px; }
  .timeline-item:last-child .timeline-marker:after {
    content: none; }

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #00aeff; }

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px; }
  .timeline-content p:last-child {
    margin-bottom: 0; }

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0; }
  .period .timeline-info {
    display: none; }
  .period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 20px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    border-bottom: 3px solid #CCD5DB; }
  .period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto; }
  .period .timeline-content {
    padding: 40px 0 70px; }
  .period .timeline-title {
    margin: 0; }

/*----------------------------------------------
        MOD: TIMELINE SPLIT
    ----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table; }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0; }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top; }
  
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker {
    position: relative; }
  
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content {
    padding-left: 30px; }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px; }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px; } }

/*----------------------------------------------
        MOD: TIMELINE CENTERED
    ----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0; }
  .timeline-centered .timeline-item {
    padding-bottom: 50px;
    overflow: hidden; }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px; }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%; }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px; }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px; }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px; }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px; }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center; }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px; }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto; }
  .timeline-centered .period .timeline-title {
    left: auto; } }

/*----------------------------------------------
        MOD: MARKER OUTLINE
    ----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #00aeff; }

.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #00aeff; }

/*-- search results -- */
.search-results-top {
  background: #fafafa;
  padding: 50px 0; }

.search-results-bottom {
  padding: 60px 0; }

.search-results-form form {
  position: relative;
  max-width: 600px;
  margin: auto; }

.search-results-form, .search-grids {
  max-width: 800px;
  margin: auto; }

.search-results-form input[type="text"] {
  border: none;
  color: var(--para-color);
  padding: 15px 20px;
  border-radius: 0px;
  width: 100%;
  font-size: 16px;
  outline: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(130, 152, 171, 0.2);
  font-family: inherit; }

.search-results-form button.btn {
  background: #333;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  letter-spacing: 0px;
  font-size: 16px;
  border-radius: 0px;
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: inherit;
  margin: 0;
  border-radius: 4px;
  border: 1px solid rgba(130, 152, 171, 0.2);
  font-family: inherit; }

.search-results-form button.btn:hover {
  background: #222; }

.search-content-1 a {
  font-size: 19px;
  display: inline-block;
  font-weight: 600;
  color: var(--heading-color);
  letter-spacing: 0px; }

.search-content-1 a:hover {
  color: #00aeff; }

.search-content-1 h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px; }

.search-results-content select.form-control {
  padding: 0;
  margin-left: auto;
  height: 29px !important; }

.border-bottom p {
  float: left; }

.select-right {
  float: right;
  margin-left: 10px; }

.search-results-bottom h5 {
  color: var(--para-color);
  font-weight: 600;
  margin-top: 10px;
  font-size: 17px;
  line-height: 25px; }

span.horizontal-line {
  width: 100%;
  height: 1px;
  background: #eee;
  display: block;
  margin: 5px 0; }

.search-grid-1 {
  margin-top: 40px; }

.search-grid-1 h4 {
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 30px; }

.search-grid-1 a {
  color: var(--bg-color);
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
  display: inline-block; }

.search-grid-1 a:hover {
  color: #0084c1; }

.search-grid-1 p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color); }

/*-- search results -- */
/*-- /responsive design --*/
@media all and (max-width: 600px) {
  .search-results-form button.btn {
    width: 25%; }
  .search-results-bottom {
    padding: 40px 0 60px; } }

@media all and (max-width: 480px) {
  .search-grid-1 h4 {
    font-size: 20px;
    line-height: 26px; }
  .search-grid-1 a {
    font-size: 15px; }
  .search-results-form button.btn {
    width: 30%; }
  .search-results-form input[type="text"], .search-results-form button.btn {
    padding: 13px 20px;
    font-size: 16px; } }

@media all and (max-width: 414px) {
  .search-results-1 .section-title h3 {
    margin-bottom: 25px;
    font-size: 30px; }
  .search-results-top {
    padding: 40px 0; } }

/*-- /responsive design --*/

/*# sourceMappingURL=style-freedom.css.map */

.white-color{
	color:#fff;
}

#cat-link {
    position: fixed;
    top:250px;
    right: 0px;
    width: 186px;
    z-index: 1000;
    max-width: 186px;
    background-color: rgba(192,192,199,0.7);
    text-align:center;
    border-top-left-radius:28px;
    border-bottom-left-radius:28px;
}

#cat-link  ul{
    list-style: none;
    margin-bottom:0px;
}

#cat-link  li{
    padding:15px 10px;
}

#cat-link  li:not(:last-child){
    border-bottom: 1px dotted #fff;
}

#cat-link  a{
    color:#fff;
}

#cat-link  i{
    font-size:18px;
}

#cat-link span{
	font-size:18px;
}

#mobile-cat-link {
        display: none;
        background-color: rgba(107,167,40,0.7);
        width: 100%;
        position: fixed;
        bottom: 0px;
        color: #ffffff;
        z-index:99999;
        /*padding-bottom:15px;*/
}
#mobile-cat-link li:not(:last-child) {
    border-right: 1px dotted #fff;
}
#mobile-cat-link ul{
	width: 100%;
    margin-bottom: 0px;
    height: 60px;
    padding-left: 0px;
    text-align:center;
}
#mobile-cat-link ul li{
	padding: 20px 5px 15px 5px;
    display: inline-block;
    text-align: center;
    /*width: 23.4666%;*/
    font-size: 24px;
    line-height: 18px;
}
#mobile-cat-link ul li a{
	color:#ffffff;
}
#mobile-cat-link ul li a span{
    font-size: 24px;
}

@media only screen and (max-width: 480px) {
    #mobile-cat-link {
        display:block;
    }
    #cat-link {
        display:none;
    }

}
