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

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

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

.clear {
  clear: both; }

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

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;
  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-header-19 {
  /* //Reset Code */
  /* Hero Header 19 */
  /* Hero Header 19 */
  /*-- header --*/
  /*-- header --*/
  /* navbar-start */
  /* navigation */
  /* CSS Document */
  /* Giving a background-color to the nav container. */
  /* Since we'll have the "ul li" "float:left"
    * we need to add a clear after the container. */
  /* Removing padding, margin and "list-style" from the "ul",
    * and adding "position:reltive" */
  /* Positioning the navigation items inline */
  /* Styling the links */
  /* Background color change on Hover */
  /* Hide Dropdowns by Default
    * and giving it a position of absolute */
  /* Display Dropdowns on Hover */
  /* Fisrt Tier Dropdown */
  /* Second, Third and more Tiers	
    * We move the 2nd and 3rd etc tier dropdowns to the left
    * by the amount of the width of the first tier.
    */
  /* Change ' +' in order to change the Dropdown symbol */
  /* Media Queries
    --------------------------------------------- */
  /* //navigation */
  /* navbar-end */
  /*-- header --*/
  /* banner */
  /* banner */
  /* //banner */
  /* responsive */
  /* //responsive */ }
  .w3l-hero-header-19 .d-grid {
    display: grid; }
  .w3l-hero-header-19 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-hero-header-19 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-hero-header-19 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-hero-header-19 .align-items-center {
    align-items: center; }
  .w3l-hero-header-19 a.action {
    border: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-hero-header-19 a.action img {
    margin-left: 4px; }
  .w3l-hero-header-19 .actionbg {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    background: #2568EF;
    width: 103px;
    border-radius: 4px;
    height: 40px;
    text-align: center;
    cursor: pointer; }
  .w3l-hero-header-19 .align-center {
    text-align: center; }
  .w3l-hero-header-19 p.text-tag {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-hero-header-19 p.sub-paragraph {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-hero-header-19 .hh4-menu {
    justify-self: right; }
  .w3l-hero-header-19 .align-items-hh4 {
    align-items: center;
    grid-template-columns: auto 1fr;
    justify-content: space-between; }
  .w3l-hero-header-19 a.brand-logo {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px; }
  .w3l-hero-header-19 a.brand-logo-img {
    display: none; }
  .w3l-hero-header-19 .hh4-menu ul li {
    display: inline-block;
    margin: 0 15px; }
  .w3l-hero-header-19 .hh4-menu ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff; }
  .w3l-hero-header-19 .hh4-menu ul li a:hover {
    opacity: 0.85; }
  .w3l-hero-header-19 header {
    background: transparent; }
  .w3l-hero-header-19 .logo {
    float: left; }
  .w3l-hero-header-19 .navigation {
    float: right; }
  .w3l-hero-header-19 .clear {
    clear: both; }
  .w3l-hero-header-19 .header.hh4-header {
    padding: 25px 0; }
  .w3l-hero-header-19 .toggle-2,
  .w3l-hero-header-19 .toggle,
  .w3l-hero-header-19 [id^=drop] {
    display: none; }
  .w3l-hero-header-19 nav {
    margin: 0;
    padding: 0;
    margin-top: 5px; }
  .w3l-hero-header-19 #logo a {
    float: left; }
  .w3l-hero-header-19 #logo a img {
    height: 30px; }
  .w3l-hero-header-19 nav:after {
    content: "";
    display: table;
    clear: both; }
  .w3l-hero-header-19 nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
  .w3l-hero-header-19 nav ul li {
    display: inline-block;
    margin: 0px  12px;
position:relative;	}
  .w3l-hero-header-19 nav ul li:last-child {
    margin-right: 0; }
  .w3l-hero-header-19 nav a {
    display: inline-block;
    transition: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff; }
  .w3l-hero-header-19 .angle-dropdown {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: .16em;
    content: "";
    border-top: 0.3em solid #ffffff;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent; }
  .w3l-hero-header-19 nav a:hover {
    color: #f5104e; }
  .w3l-hero-header-19 nav ul ul {
    display: none;
    position: absolute;
    top: 24px;
	left: 0;
    background: #222;
    padding: 5px 10px;
    z-index: 999;
    border: 1px solid #6a6969;
    /* has to be the same number as the "line-height" of "nav a" */ }
  .w3l-hero-header-19 nav ul li:hover > ul {
    display: inherit; }
  .w3l-hero-header-19 nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    margin: 0; }
  .w3l-hero-header-19 nav ul ul li a {
    display: block;
    margin: 10px 0; }
  .w3l-hero-header-19 nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px; }
  .w3l-hero-header-19 li > a:only-child:after {
    content: ''; }
  @media all and (max-width: 992px) {
    .w3l-hero-header-19 {
      /* Hide the navigation menu by default */
      /* Also hide the  */
      /* Stylinf the toggle lable */
      /* Display Dropdown when clicked on Parent Lable */
      /* Change menu item's width to 100% */
      /* Hide Dropdowns by Default */
      /* Hide menus on hover */
      /* Fisrt Tier Dropdown */ }
      .w3l-hero-header-19 .navigation {
        float: none; }
      .w3l-hero-header-19 nav a.border-left {
        border-left: none !important; }
      .w3l-hero-header-19 .toggle + a,
      .w3l-hero-header-19 .menu {
        display: none; }
      .w3l-hero-header-19 .toggle {
        display: block;
        text-decoration: none;
        border: none;
        float: right;
        margin-bottom: 0;
        cursor: pointer; }
      .w3l-hero-header-19 .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        padding: 5px 0;
        font-weight: normal;
        font-size: 15px;
        background: transparent;
        color: #111; }
      .w3l-hero-header-19 .toggle:hover {
        opacity: .8;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all; }
      .w3l-hero-header-19 [id^=drop]:checked + ul {
        display: block;
        padding: 10px 15px;
        width: 100%;
        background: #222222; }
      .w3l-hero-header-19 nav ul {
        float: right; }
      .w3l-hero-header-19 nav {
        margin: 0; }
      .w3l-hero-header-19 nav ul li {
        display: block;
        width: 100%;
        margin: 0; }
      .w3l-hero-header-19 nav a:hover,
      .w3l-hero-header-19 nav ul ul ul a {
        background-color: transparent; }
      .w3l-hero-header-19 nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */ }
      .w3l-hero-header-19 nav ul ul li:hover > ul,
      .w3l-hero-header-19 nav ul li:hover > ul {
        display: none; }
      .w3l-hero-header-19 nav ul ul li {
        display: block;
        width: 100%;
        padding: 0; }
      .w3l-hero-header-19 nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */ }
      .w3l-hero-header-19 .navigation nav a {
        margin: 8px 0; }
      .w3l-hero-header-19 label.toggle.toogle-2 {
        display: inline-block;
        transition: none;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        color: #ffffff; }
      .w3l-hero-header-19 .logo {
        padding-top: 6px; } }
  .w3l-hero-header-19 .badge-notify {
    background: red;
    position: relative;
    top: -20px;
    right: 10px; }
  .w3l-hero-header-19 .my-cart-icon-affix {
    position: fixed;
    z-index: 999; }
  .w3l-hero-header-19 .inner-banner, .w3l-hero-header-19 .inner-layer {
    background: url(../images/inner_ban.jpg) no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 250px; }
  .w3l-hero-header-19 .inner-layer {
    background: linear-gradient(45deg, #f3f3f300, #0000009c); }
  .w3l-hero-header-19 .hero-19 {
    background: url(../images/banner-3.jpg) no-repeat;
    -ms-background-size: cover;
    background-size: cover; }
  .w3l-hero-header-19 .header-19-layer {
    background: linear-gradient(45deg, #00000075, #f3f3f300); }
  .w3l-hero-header-19 .header-hero-19 {
    max-width: 720px;
    padding: 7em 0 11em; }
  .w3l-hero-header-19 .mai-hero-19 {
    grid-gap: 30px; }
  .w3l-hero-header-19 h1.title-hero-19 {
    font-size: 60px;
    line-height: 65px;
    color: #ffffff;
    margin: 40px 0 70px; }
  .w3l-hero-header-19 .right-cont-19 h5 a {
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 5px; }
  .w3l-hero-header-19 .grid-double-19 {
    grid-gap: 20px;
    align-items: center; }
  .w3l-hero-header-19 .grid-hero-19 {
    display: grid;
    align-items: center;
    grid-template-columns: .6fr 1fr; }
  .w3l-hero-header-19 .grid-hero-19 span.fa {
    color: #2231f6;
    background: #fff;
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%; }
  .w3l-hero-header-19 .bottom-hero {
    background: #F5F9FC;
    padding: 40px 60px;
    margin-left: 12.5em; }
  .w3l-hero-header-19 .bottom-header-19 {
    grid-gap: 60px; }
  .w3l-hero-header-19 .btm-cont-19 p.text-tag,
  .w3l-hero-header-19 .header-hero-19 p.text-tag {
    color: #ffffff; }
  .w3l-hero-header-19 .btm-cont-19 p.text-tag {
    font-weight: bold; }
  .w3l-hero-header-19 p.top-para {
    margin-top: 20px; }
  .w3l-hero-header-19 a.action.right-side-19 {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase; }
  @media (max-width: 1440px) {
    .w3l-hero-header-19 .bottom-hero {
      margin-left: 11em; }
    .w3l-hero-header-19 .right-img-9 {
      margin-right: 5.5em; } }
  @media (max-width: 1080px) {
    .w3l-hero-header-19 h1.title-hero-19 {
      font-size: 60px;
      line-height: 65px;
      margin: 30px 0 60px; }
    .w3l-hero-header-19 .right-cont-19 h5 a {
      font-size: 22px;
      margin-top: 3px; }
    .w3l-hero-header-19 .header-hero-19 {
      padding: 5em 0 8em; }
    .w3l-hero-header-19 .bottom-hero {
      margin-left: 5em; }
    .w3l-hero-header-19 .bottom-header-19 {
      grid-gap: 20px;
      grid-template-columns: 1fr 1fr .2fr; } }
  @media (max-width: 1050px) {
    .w3l-hero-header-19 .bottom-hero {
      padding: 30px 40px; } }
  @media (max-width: 1024px) {
    .w3l-hero-header-19 h1.title-hero-19 {
      font-size: 55px;
      line-height: 60px; } }
  @media (max-width: 991px) {
    .w3l-hero-header-19 ul.nav-links li a.link-nav {
      font-size: 16px; }
    .w3l-hero-header-19 p.top-para {
      font-size: 16px; }
    .w3l-hero-header-19 .inner-banner, .w3l-hero-header-19 .inner-layer {
      min-height: 220px; } }
  @media (max-width: 900px) {
    .w3l-hero-header-19 p.top-para {
      margin-top: 5px; }
    .w3l-hero-header-19 .bottom-header-19 {
      grid-gap: 9px; }
    .w3l-hero-header-19 a.action.right-side-19 {
      font-size: 13px; }
    .w3l-hero-header-19 .header-hero-19 {
      padding: 4em 0 6em; }
    .w3l-hero-header-19 .bottom-hero {
      margin-left: 4em; } }
  @media (max-width: 800px) {
    .w3l-hero-header-19 .bottom-hero {
      margin-left: 2em; }
    .w3l-hero-header-19 .inner-banner, .w3l-hero-header-19 .inner-layer {
      min-height: 200px; } }
  @media (max-width: 736px) {
    .w3l-hero-header-19 ul.nav-links li a.link-nav {
      display: block; }
    .w3l-hero-header-19 ul.nav-links li {
      display: block;
      text-align: left;
      margin: 0;
      padding: .5em 0em; }
    .w3l-hero-header-19 h1.title-hero-19 {
      font-size: 50px;
      line-height: 55px; }
    .w3l-hero-header-19 .right-cont-19 h5 a {
      font-size: 20px;
      margin-top: 0; }
    .w3l-hero-header-19 .right-cont-19 p.sub-paragraph {
      font-size: 16px; }
    .w3l-hero-header-19 .bottom-header-19 {
      grid-gap: 30px;
      grid-template-columns: 1fr; }
    .w3l-hero-header-19 .mai-hero-19 {
      grid-gap: 0px; } }
  @media (max-width: 667px) {
    .w3l-hero-header-19 .mai-hero-19 {
      grid-gap: 10px; } }
  @media (max-width: 600px) {
    .w3l-hero-header-19 .grid-hero-19 {
      grid-template-columns: .8fr 1fr; }
    .w3l-hero-header-19 h1.title-hero-19 {
      font-size: 45px;
      line-height: 50px; }
    .w3l-hero-header-19 .bottom-menu-content label,
    .w3l-hero-header-19 .bottom-menu-content input:before {
      right: 30px; } }
  @media (max-width: 480px) {
    .w3l-hero-header-19 h1.title-hero-19 {
      margin: 30px 0 40px;
      font-size: 40px;
      line-height: 45px; }
    .w3l-hero-header-19 .mai-hero-19 {
      grid-gap: 20px;
      grid-template-columns: 1fr; }
    .w3l-hero-header-19 .grid-hero-19 {
      grid-template-columns: .3fr 1fr; }
    .w3l-hero-header-19 .header-hero-19 {
      padding: 3em 0 5em; }
    .w3l-hero-header-19 .bottom-menu-content label,
    .w3l-hero-header-19 .bottom-menu-content input:before {
      right: 22px; }
    .w3l-hero-header-19 .hero-19 {
      background: url(../images/banner-3.jpg) no-repeat -920px 0px; } }
  @media (max-width: 440px) {
    .w3l-hero-header-19 h1.title-hero-19 {
      font-size: 34px;
      line-height: 40px; } }
  @media (max-width: 414px) {
    .w3l-hero-header-19 h1.title-hero-19 {
      font-size: 40px;
      line-height: 45px; }
    .w3l-hero-header-19 .bottom-hero {
      padding: 30px 30px; }
    .w3l-hero-header-19 .bottom-hero {
      margin-left: 1.5em; }
    .w3l-hero-header-19 .bottom-hero {
      padding: 30px 30px; }
    .w3l-hero-header-19 .bottom-menu-content label,
    .w3l-hero-header-19 .bottom-menu-content input:before {
      right: 20px; }
    .w3l-hero-header-19 .bottom-menu-content label:before {
      width: 32px;
      height: 3px;
      left: 8px; }
    .w3l-hero-header-19 .bottom-menu-content label:after {
      width: 32px;
      height: 3px;
      top: 18px;
      left: 8px; }
    .w3l-hero-header-19 .bottom-menu-content input:before {
      width: 32px;
      height: 3px;
      top: 29px; } }
  @media (max-width: 384px) {
    .w3l-hero-header-19 .bottom-menu-content label,
    .w3l-hero-header-19 .bottom-menu-content input:before {
      right: 18px; }
    .w3l-hero-header-19 .bottom-hero {
      padding: 20px 20px; }
    .w3l-hero-header-19 .header.hh4-header {
      padding: 20px 0 0; }
    .w3l-hero-header-19 h1.title-hero-19 {
      font-size: 30px;
      line-height: 36px; }
    .w3l-hero-header-19 .grid-hero-19 {
      grid-template-columns: .3fr 1fr;
      grid-gap: 10px; }
    .w3l-hero-header-19 .hero-19 {
      background: url(../images/banner-3.jpg) no-repeat -1000px 0px; }
    .w3l-hero-header-19 .inner-banner, .w3l-hero-header-19 .inner-layer {
      min-height: 150px; } }
  @media (max-width: 320px) {
    .w3l-hero-header-19 h1.title-hero-19 {
      font-size: 25px;
      line-height: 30px; }
    .w3l-hero-header-19 .logo {
      padding-top: 3px; } }

:root {
  --main-bg-color: #F5F9FC; }

.w3l-companies-4 {
  /*-- companies4-block --*/ }
  .w3l-companies-4 #companies4-block {
    padding: 80px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #ebeaea; }
  .w3l-companies-4 ul.brand-logos li {
    list-style-type: none;
    text-align: center; }
  .w3l-companies-4 ul.brand-logos li a {
    display: block;
    transition: 0.3s ease-in-out; }
  .w3l-companies-4 ul.brand-logos li a:hover {
    opacity: 0.65;
    transition: 0.3s ease-in-out; }
  .w3l-companies-4 ul.brand-logos {
    webkit-columns: 6;
    -moz-columns: 6;
    -webkit-columns: 6;
            columns: 6;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px; }
  @media all and (max-width: 1080px) {
    .w3l-companies-4 ul.brand-logos {
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; } }
  @media all and (max-width: 800px) {
    .w3l-companies-4 #companies4-block {
      padding: 60px 0; }
    .w3l-companies-4 ul.brand-logos {
      webkit-columns: 3;
      -moz-columns: 3;
      -webkit-columns: 3;
              columns: 3;
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; }
    .w3l-companies-4 ul.brand-logos li {
      margin-top: 2rem; }
    .w3l-companies-4 ul.brand-logos li:first-child {
      margin-top: 0; } }
  @media all and (max-width: 500px) {
    .w3l-companies-4 #companies4-block {
      padding: 50px 0; }
    .w3l-companies-4 ul.brand-logos {
      webkit-columns: 2;
      -moz-columns: 2;
      -webkit-columns: 2;
              columns: 2; }
    .w3l-companies-4 ul.brand-logos li {
      margin-top: 3rem; } }
  @media all and (max-width: 375px) {
    .w3l-companies-4 #companies4-block {
      padding: 40px 0; } }

._w3l-content-with-photo-3 {
  /*--responsive--*/ }
  ._w3l-content-with-photo-3 .top-bottom {
    background: #ffffff;
    padding: 80px 0px; }
  ._w3l-content-with-photo-3 .left-side h3 {
    font-size: 35px;
    line-height: 40px;
    color: #000000; }
  ._w3l-content-with-photo-3 .left-side p {
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    margin: 20px 0px 45px; }
  ._w3l-content-with-photo-3 .list-list ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    margin: 0px;
    padding-left: 8px; }
  ._w3l-content-with-photo-3 .list-list ul li span img {
    vertical-align: middle; }
  ._w3l-content-with-photo-3 .list-list ul li {
    display: grid;
    grid-template-columns: 5% 95%;
    margin-bottom: 10px;
    align-items: center; }
  ._w3l-content-with-photo-3 .list-list ul li span.fa {
    color: #2231f6; }
  ._w3l-content-with-photo-3 .tabs-grided {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 20px;
    align-items: center; }
  @media (max-width: 1080px) {
    ._w3l-content-with-photo-3 .left-side h3 {
      font-size: 33px; } }
  @media (max-width: 991px) {
    ._w3l-content-with-photo-3 .left-side p {
      margin: 20px 0px 35px; }
    ._w3l-content-with-photo-3 .list-list ul li {
      margin-bottom: 17px; } }
  @media (max-width: 800px) {
    ._w3l-content-with-photo-3 .tabs-grided {
      grid-template-columns: 1fr; }
    ._w3l-content-with-photo-3 .right-side {
      order: 1; }
    ._w3l-content-with-photo-3 .left-side {
      order: 2; }
    ._w3l-content-with-photo-3 .top-bottom {
      padding: 60px 0px 0; } }
  @media (max-width: 568px) {
    ._w3l-content-with-photo-3 .list-list ul li {
      margin-bottom: 13px; }
    ._w3l-content-with-photo-3 .left-side h3 {
      font-size: 31px;
      line-height: 36px; }
    ._w3l-content-with-photo-3 .left-side p {
      margin: 15px 0px 30px; } }
  @media (max-width: 375px) {
    ._w3l-content-with-photo-3 .top-bottom {
      padding: 40px 0px; } }

/*-- content-with-photo17 --*/
.w3l-content-with-photo-17 #content-with-photo17_sur {
  padding: 0 0 80px;
  background-color: #ffffff; }

.w3l-content-with-photo-17 .cwp17-two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 3rem;
  align-items: center; }

.w3l-content-with-photo-17 .cwp17-text h3 {
  font-size: 35px;
  line-height: 40px;
  color: #000000; }

.w3l-content-with-photo-17 .cwp17-text p {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin: 25px 0; }

.w3l-content-with-photo-17 .cwp17-text a {
  font-size: 17px;
  line-height: 25px;
  color: #494747;
  text-decoration: none;
  font-weight: 700;
  display: inline-block; }

.w3l-content-with-photo-17 .cwp17-text a:hover {
  color: #f5104e; }

@media all and (max-width: 1440px) {
  .w3l-content-with-photo-17 .cwp17-text {
    padding: 5em 0em 5em 1em; } }

@media all and (max-width: 1280px) {
  .w3l-content-with-photo-17 .cwp17-text {
    padding: 4em 0em 4em 0em; } }

@media all and (max-width: 1080px) {
  .w3l-content-with-photo-17 .cwp17-text h3 {
    font-size: 33px; }
  .w3l-content-with-photo-17 .cwp17-text {
    padding: 2em 0em 2em 0em; } }

@media all and (max-width: 1024px) {
  .w3l-content-with-photo-17 .cwp17-text {
    padding: 4em 0em 3em 0em; } }

@media all and (max-width: 992px) {
  .w3l-content-with-photo-17 .cwp17-two {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } }

@media all and (max-width: 900px) {
  .w3l-content-with-photo-17 .cwp17-text {
    padding: 2em 0em 1em 0em; }
  .w3l-content-with-photo-17 #content-with-photo17_sur {
    padding: 0 0 50px; } }

@media all and (max-width: 800px) {
  .w3l-content-with-photo-17 .cwp17-image {
    order: 1; }
  .w3l-content-with-photo-17 .cwp17-text {
    order: 2; }
  .w3l-content-with-photo-17 .cwp17-text {
    padding: 0em 0em 1em 0em; } }

@media all and (max-width: 568px) {
  .w3l-content-with-photo-17 .cwp17-text h3 {
    font-size: 31px;
    line-height: 36px; } }

@media all and (max-width: 500px) {
  .w3l-content-with-photo-17 #content-with-photo7_sur {
    padding: 3rem 0; }
  .w3l-content-with-photo-17 .cwp17-two {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 2rem; } }

@media all and (max-width: 75px) {
  .w3l-content-with-photo-17 #content-with-photo17_sur {
    padding: 0 0 40px; } }

/*-- \\content-with-photo17 --*/
.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: #20267c;
    padding: 4rem 0; }
  .w3l-specifications-9 .wrapper {
    max-width: 1200px;
    margin: 0 auto; }
  .w3l-specifications-9 .grids-speci {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 1em;
    text-align: center; }
  .w3l-specifications-9 .grids-speci.midd-eff-spe {
    border-left: 1px solid rgba(64, 94, 153, 0.54);
    border-right: 1px solid rgba(64, 94, 153, 0.54); }
  .w3l-specifications-9 h3.title-spe {
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    display: inline-block; }
  .w3l-specifications-9 .grids-speci p {
    font-size: 20px;
    line-height: 25px;
    color: #ffffff; }
  @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; } }
  @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 {
      flex: 0 0 100%;
      max-width: 100%; }
    .w3l-specifications-9 .main-cont-wthree-fea {
      display: block; }
    .w3l-specifications-9 .grids-speci.midd-eff-spe {
      border-top: 1px solid rgba(130, 152, 171, 0.22);
      border-bottom: 1px solid rgba(130, 152, 171, 0.22);
      border-left: none;
      border-right: none;
      margin: 1em auto;
      padding: 1em 0; }
    .w3l-specifications-9 .grids-speci {
      width: 200px;
      margin: 0 auto; } }

.w3l-services-1 {
  /*-- responsive design --*/ }
  .w3l-services-1 .services1-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-services-1 .services1 {
    padding: 60px 0 80px; }
  .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: #000000; }
  .w3l-services-1 .services-title p {
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px; }
  .w3l-services-1 .service-info {
    text-align: center;
    padding: 30px 20px 40px;
    border: 1px solid rgba(130, 152, 171, 0.35);
    border-width: 0px 1px 1px;
    box-sizing: border-box; }
  .w3l-services-1 .service-info h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000000; }
  .w3l-services-1 .service-info p {
    font-size: 16px;
    line-height: 22px;
    color: #777777;
    max-width: 255px;
    margin: auto;
    margin-top: 10px; }
  @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; }
    .w3l-services-1 .services1 {
      padding: 60px 0 60px; } }
  @media (max-width: 600px) {
    .w3l-services-1 .services-title h3 {
      font-size: 35px;
      line-height: 40px; }
    .w3l-services-1 .services1 {
      padding: 50px 0 50px; } }
  @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 {
      /*-- //responsive design --*/ }
      .w3l-services-1 .services1 {
        padding: 40px 0 40px; } }

:root {
  --main-bg-color: #F5F9FC; }

.w3l-content-4 {
  /*-- content4 block --*/ }
  .w3l-content-4 #content4-block {
    background: url(../images/content_4.jpg) center no-repeat;
    -ms-background-size: cover;
    background-size: cover; }
  .w3l-content-4 .content-overlay {
    padding: 5rem 0;
    background: rgba(0, 0, 0, 0.68);
    -ms-background-size: cover;
    background-size: cover; }
  .w3l-content-4 .cnt4-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .w3l-content-4 .cnt4-text-colone {
    flex-basis: 25%; }
  .w3l-content-4 .cnt4-text-coltwo {
    align-self: center;
    flex-basis: 60%; }
  .w3l-content-4 .cnt4-text-colone h6 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 30px; }
  .w3l-content-4 .cnt4-text-colone p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff; }
  .w3l-content-4 .cnt4-text-coltwo h4 {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 30px; }
  .w3l-content-4 .cnt4-text-coltwo a {
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    transition: 0.3s ease-out; }
  .w3l-content-4 .cnt4-text-coltwo a:hover {
    color: #f5104e;
    transition: 0.3s ease-out; }
  @media all and (max-width: 1100px) {
    .w3l-content-4 .cnt4-text-colone {
      flex-basis: 30%; } }
  @media all and (max-width: 1000px) {
    .w3l-content-4 .content-overlay {
      padding: 4rem 0; }
    .w3l-content-4 .wrapper {
      width: 85%; } }
  @media all and (max-width: 890px) {
    .w3l-content-4 .cnt4-text-colone {
      flex-basis: 40%; }
    .w3l-content-4 .cnt4-text-coltwo {
      flex-basis: 50%; } }
  @media all and (max-width: 736px) {
    .w3l-content-4 .cnt4-text-colone {
      flex-basis: 100%; }
    .w3l-content-4 .cnt4-text-coltwo {
      flex-basis: 100%;
      margin-top: 3rem; }
    .w3l-content-4 .cnt4-text-colone h6 {
      margin-bottom: 20px; } }
  @media all and (max-width: 680px) {
    .w3l-content-4 .cnt4-text-coltwo h4 {
      font-size: 30px;
      line-height: 36px; } }
  @media all and (max-width: 500px) {
    .w3l-content-4 .content-overlay {
      padding: 3rem 0; }
    .w3l-content-4 .wrapper {
      width: 90%; } }
  @media all and (max-width: 440px) {
    .w3l-content-4 .wrapper {
      width: 100%;
      padding: 0 15px; } }

.w3l-customers-11 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-customers-11 .customers11-content {
    max-width: 800px; }
  .w3l-customers-11 .customers11 {
    background: url(../images/customer_bg.jpg) center no-repeat;
    -ms-background-size: cover;
    background-size: cover; }
  .w3l-customers-11 .customers11-overlay {
    background: linear-gradient(45deg, #1625ef, #f3f3f300);
    padding: 80px 0; }
  .w3l-customers-11 .customers11 h3 {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 50px; }
  .w3l-customers-11 .customers11 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px; }
  .w3l-customers-11 .d-grid {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 10% auto; }
  .w3l-customers-11 .display-columns {
    align-self: center; }
  .w3l-customers-11 .display-columns img {
    border-radius: 50%;
    width: 70px; }
  @media (max-width: 992px) {
    .w3l-customers-11 .customers11 h3 {
      font-size: 40px;
      line-height: 47px; }
    .w3l-customers-11 .customers11 p {
      font-size: 23px;
      line-height: 30px; } }
  @media (max-width: 768px) {
    .w3l-customers-11 .customers11 h3 {
      font-size: 34px;
      line-height: 42px; }
    .w3l-customers-11 .customers11 p {
      font-size: 20px;
      line-height: 25px; }
    .w3l-customers-11 .customers11 h3 {
      margin-bottom: 30px; } }
  @media (max-width: 667px) {
    .w3l-customers-11 .d-grid {
      grid-template-columns: 12% auto; } }
  @media (max-width: 568px) {
    .w3l-customers-11 .customers11 h3 {
      font-size: 30px;
      line-height: 35px; } }
  @media (max-width: 480px) {
    .w3l-customers-11 .customers11 p {
      font-size: 18px;
      line-height: 24px; }
    .w3l-customers-11 .d-grid {
      grid-column-gap: 10px; }
    .w3l-customers-11 .customers11-overlay {
      padding: 40px 0; }
    .w3l-customers-11 .d-grid {
      grid-template-columns: 17% auto; }
    .w3l-customers-11 .customers11-content a img {
      margin-top: 10px; } }
  @media (max-width: 415px) {
    .w3l-customers-11 .customers11 h3 {
      font-size: 26px;
      line-height: 32px; } }
  @media (max-width: 384px) {
    .w3l-customers-11 .customers11 h3 {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 20px; } }

.w3l-forms-28 {
  /* form 28 */
  /* //form 28 */
  /* wrapper responsive */
  /* //wrapper responsive */
  /* responsive */
  /* //responsive */ }
  .w3l-forms-28 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-forms-28 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-forms-28 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-forms-28 .align-items-center {
    align-items: center; }
  .w3l-forms-28 a.action {
    border: none;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-forms-28 p.sub {
    font-size: 13px;
    line-height: 20px;
    color: #8298AB;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .w3l-forms-28 a.action img {
    margin-left: 4px; }
  .w3l-forms-28 .actionbg {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    line-height: 45px;
    color: #F5F9FC;
    background: #2231f6;
    width: 103px;
    height: 45px;
    text-align: center;
    cursor: pointer; }
  .w3l-forms-28 .actionbg:hover {
    background: #f5104e; }
  .w3l-forms-28 .align-center {
    text-align: center; }
  .w3l-forms-28 p.text-tag {
    color: #8298AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-forms-28 p.sub-paragraph {
    color: #777777;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-forms-28 .form-28 {
    background: #ffffff;
    padding: 80px 0; }
  .w3l-forms-28 h4.title-cont-foem28 {
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    width: 40%;
    margin: 0 auto 40px auto; }
  .w3l-forms-28 form.w3l-forms-28-form input {
    background: #E1E9F0;
    border: none;
    padding: 14px;
    font-size: 15px;
    color: #8298AB;
    width: 100%; }
  .w3l-forms-28 button.actionbg {
    width: 100%; }
  .w3l-forms-28 form.w3l-forms-28-form {
    margin: 25px auto 15px;
    max-width: 450px;
    grid-template-columns: 2fr 1fr; }
  .w3l-forms-28 p.small-para-28form {
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    max-width: 35%;
    margin: 0 auto; }
  @media (max-width: 1280px) {
    .w3l-forms-28 h4.title-cont-foem28 {
      width: 50%; }
    .w3l-forms-28 p.small-para-28form {
      max-width: 50%; } }
  @media (max-width: 800px) {
    .w3l-forms-28 .form-28 {
      padding: 60px 0; }
    .w3l-forms-28 h4.title-cont-foem28 {
      width: 70%; }
    .w3l-forms-28 p.small-para-28form {
      max-width: 70%; } }
  @media (max-width: 667px) {
    .w3l-forms-28 h4.title-cont-foem28 {
      width: 100%; }
    .w3l-forms-28 p.small-para-28form {
      max-width: 100%; } }
  @media (max-width: 568px) {
    .w3l-forms-28 .form-28 {
      padding: 50px 0; } }
  @media (max-width: 375px) {
    .w3l-forms-28 .form-28 {
      padding: 40px 0; } }

.w3l-footer-16 {
  /*--/w3l-footer-16--*/
  /*--//w3l-footer-16--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-footer-16 .w3l-footer-16-main {
    background: #000000;
    padding: 4em 0; }
  .w3l-footer-16 .w3l-footer-16-main h3 {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px; }
  .w3l-footer-16 .w3l-footer-16-main h4 a {
    font-size: 26px;
    line-height: 31px;
    color: #ffffff; }
  .w3l-footer-16 .footer-gd-16 li {
    display: block;
    list-style: none;
    margin: 10px 0; }
  .w3l-footer-16 .footer-gd-16 li a {
    color: #b0adad;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    padding: 0; }
  .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: #f5104e; }
  .w3l-footer-16 .w3l-footer-16-main p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #b0adad;
    margin-top: 20px; }
  .w3l-footer-16 .w3l-footer-16-main p a {
    color: #f5104e; }
  .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: #ffffff;
    border: none;
    padding: 12px 20px;
    font-size: 15px;
    outline: none;
    width: 80%; }
  .w3l-footer-16 .subscribe button {
    text-align: center;
    width: 103px;
    background: #2231f6;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 12px 20px;
    cursor: pointer;
    width: 20%; }
  .w3l-footer-16 .subscribe button:hover {
    background: #f5104e; }
  .w3l-footer-16 .subscribe button span.fa {
    color: #ffffff; }
  .w3l-footer-16 img.logo {
    margin-bottom: 20px; }
  .w3l-footer-16 .foot-icon li {
    display: inline-block;
    margin-right: 10px; }
  .w3l-footer-16 .foot-icon li a:hover {
    opacity: 0.8; }
  .w3l-footer-16 .foot-icon {
    margin-top: 20px; }
  .w3l-footer-16 .foot-icon span.fa {
    font-size: 20px; }
  .w3l-footer-16 .foot-icon span.fa.fa-facebook {
    color: #3b5998; }
  .w3l-footer-16 .foot-icon span.fa.fa-twitter {
    color: #00acee; }
  .w3l-footer-16 .foot-icon span.fa.fa-instagram {
    color: #3f729b; }
  .w3l-footer-16 #movetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    color: white;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    outline: none;
    background: #f5104e;
    padding: 0px;
    border-radius: 4px;
    transition: all 0.5s ease-out 0s; }
  @media screen and (max-width: 1190px) {
    .w3l-footer-16 .w3l-footer-16-main h3 {
      font-size: 18px; }
    .w3l-footer-16 .subscribe button {
      width: 30%; } }
  @media screen and (max-width: 992px) {
    .w3l-footer-16 .grid {
      display: grid;
      grid-template-columns: 2fr 2fr;
      grid-gap: 40px; }
    .w3l-footer-16 .column:nth-child(1) {
      order: 5; }
    .w3l-footer-16 .grid {
      grid-gap: 20px; }
    .w3l-footer-16 .column3 {
      grid-column: span 2; }
    .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 .subscribe button {
      padding: 12px 10px; }
    .w3l-footer-16 img.logo {
      margin-bottom: 10px; } }
  @media screen and (max-width: 420px) {
    .w3l-footer-16 .w3l-footer-16-main {
      padding: 2em 0; }
    .w3l-footer-16 .grid {
      grid-gap: 15px; }
    .w3l-footer-16 .subscribe button {
      width: 20%; } }
  @media screen and (max-width: 375px) {
    .w3l-footer-16 .grid {
      grid-gap: 20px; } }

.w3l-text-1 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-text-1 .text1 {
    background: #2231f6;
    padding: 16px 0; }
  .w3l-text-1 ol.breadcrumb {
    margin: 0;
    padding: 0; }
  .w3l-text-1 ol.breadcrumb li a, .w3l-text-1 ol.breadcrumb li {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none; }
  .w3l-text-1 ol.breadcrumb li {
    color: #aec2eb;
    font-size: 16px;
    line-height: 20px; }
  .w3l-text-1 ol.breadcrumb span {
    border: solid #8298AB;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2px 4px 4px 2px;
    margin: 1px 10px; }
  .w3l-text-1 .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .w3l-text-1 .text1-content ol.breadcrumb li {
    display: inline-block; }
  @media (max-width: 568px) {
    .w3l-text-1 .wrapper {
      max-width: 85%; } }
  @media (max-width: 480px) {
    .w3l-text-1 ol.breadcrumb span {
      margin: 1px 6px; }
    .w3l-text-1 .wrapper {
      max-width: 90%; } }

.w3l-content-18 {
  /*-- responsive design --*/ }
  .w3l-content-18 .content-main {
    padding-top: 80px; }
  .w3l-content-18 .content-info {
    text-align: center; }
  .w3l-content-18 h3.content-title {
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 20px; }
  .w3l-content-18 p.content-text {
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    width: 50%;
    margin: 0 auto; }
  @media (max-width: 991px) {
    .w3l-content-18 p.content-text {
      width: 100%; } }
  @media (max-width: 800px) {
    .w3l-content-18 .content-main {
      padding-top: 60px; } }
  @media (max-width: 768px) {
    .w3l-content-18 p.content-text {
      font-size: 16px; } }
  @media (max-width: 568px) {
    .w3l-content-18 h3.content-title {
      font-size: 34px;
      line-height: 35px;
      margin-bottom: 15px; }
    .w3l-content-18 Button.btn {
      margin-top: 30px; }
    .w3l-content-18 .content-main {
      padding-top: 40px; } }
  @media (max-width: 414px) {
    .w3l-content-18 h3.content-title {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 15px; } }
  @media (max-width: 375px) {
    .w3l-content-18 .content-main {
      padding-top: 50px; } }

._w3l-text-22 {
  /* //Reset Code */
  /*--text--*/
  /*-- //text --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  ._w3l-text-22 .text {
    padding: 60px 0px 80px; }
  ._w3l-text-22 .text-txt {
    text-align: center;
    max-width: 550px;
    margin: 0 auto; }
  ._w3l-text-22 .right-column h3 {
    color: #000000;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px; }
  ._w3l-text-22 .text-txt p {
    color: #777777;
    font-size: 16px;
    line-height: 24px; }
  ._w3l-text-22 .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  ._w3l-text-22 .right-column p {
    margin-top: 15px;
    color: #777777;
    font-size: 16px;
    line-height: 24px; }
  @media (max-width: 992px) {
    ._w3l-text-22 .two-columns {
      grid-template-columns: 1fr; } }
  @media (max-width: 800px) {
    ._w3l-text-22 .text {
      padding: 50px 0px 60px; } }
  @media (max-width: 600px) {
    ._w3l-text-22 .right-column h3 {
      font-size: 26px;
      line-height: 32px; }
    ._w3l-text-22 .text {
      padding: 50px 0px 50px; } }
  @media (max-width: 375px) {
    ._w3l-text-22 .text {
      padding: 40px 0px 40px; } }

._w3l-cover-3 {
  /*--responsive--*/
  /*--//responsive--*/ }
  ._w3l-cover-3 .top-bottom {
    background: url(../images/banner-4.jpg) center no-repeat;
    -ms-background-size: cover;
    background-size: cover; }
  ._w3l-cover-3 .cover-overlay {
    background: rgba(0, 0, 0, 0.45);
    padding: 80px 0; }
  ._w3l-cover-3 .link-list-menu {
    max-width: 556px;
    margin: 0px auto; }
  ._w3l-cover-3 .middle-section h5 {
    font-size: 13px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 15px; }
  ._w3l-cover-3 .middle-section h2 {
    font-size: 55px;
    color: #ffffff;
    vertical-align: top;
    line-height: 60px; }
  ._w3l-cover-3 .link-list-menu p {
    font-size: 25px;
    color: #ffffff;
    line-height: 35px;
    font-weight: 500;
    padding-top: 25px; }
  ._w3l-cover-3 .middle-section a {
    cursor: pointer;
    background: #2231f6;
    font-size: 16px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    outline: none;
    border-radius: 0px;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 50px; }
  ._w3l-cover-3 .middle-section a:hover {
    background: #f5104e; }
  @media (max-width: 1080px) {
    ._w3l-cover-3 .link-list-menu p {
      font-size: 23px;
      line-height: 32px; } }
  @media (max-width: 800px) {
    ._w3l-cover-3 .middle-section h2 {
      font-size: 50px; }
    ._w3l-cover-3 .middle-section a {
      margin-top: 40px; }
    ._w3l-cover-3 .cover-overlay {
      padding: 60px 0; } }
  @media (max-width: 736px) {
    ._w3l-cover-3 .middle-section h2 {
      font-size: 43px; } }
  @media (max-width: 667px) {
    ._w3l-cover-3 .link-list-menu {
      max-width: 523px; }
    ._w3l-cover-3 .link-list-menu p {
      padding-top: 19px; }
    ._w3l-cover-3 .middle-section a {
      margin-top: 30px; }
    ._w3l-cover-3 .middle-section h5 {
      padding-bottom: 10px; } }
  @media (max-width: 640px) {
    ._w3l-cover-3 .link-list-menu p {
      font-size: 23px; } }
  @media (max-width: 600px) {
    ._w3l-cover-3 .middle-section h2 {
      font-size: 38px; }
    ._w3l-cover-3 .link-list-menu p {
      padding-top: 13px; }
    ._w3l-cover-3 .middle-section h5 {
      padding-bottom: 8px; } }
  @media (max-width: 568px) {
    ._w3l-cover-3 .cover-overlay {
      padding: 50px 0; } }
  @media (max-width: 480px) {
    ._w3l-cover-3 .middle-section h2 {
      font-size: 34px;
      line-height: 42px; }
    ._w3l-cover-3 .link-list-menu p {
      font-size: 19px;
      line-height: 25px; } }
  @media (max-width: 440px) {
    ._w3l-cover-3 .middle-section h2 {
      font-size: 29px; } }
  @media (max-width: 384px) {
    ._w3l-cover-3 .link-list-menu p {
      font-size: 18px; }
    ._w3l-cover-3 .middle-section a {
      margin-top: 25px; } }
  @media (max-width: 375px) {
    ._w3l-cover-3 .cover-overlay {
      padding: 40px 0; } }
  @media (max-width: 320px) {
    ._w3l-cover-3 .link-list-menu {
      width: 281px; }
    ._w3l-cover-3 .link-list-menu p {
      font-size: 20px; }
    ._w3l-cover-3 .middle-section h2 {
      font-size: 33px; } }

.w3l-teams-32-main {
  /* //Reset Code */
  /* teams 32 */
  /* //teams 32 */
  /* responsive */
  /* //responsive */ }
  .w3l-teams-32-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-teams-32-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-teams-32-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-teams-32-main .align-items-center {
    align-items: center; }
  .w3l-teams-32-main a.action {
    border: none;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-teams-32-main a.action img {
    margin-left: 4px; }
  .w3l-teams-32-main .actionbg {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    line-height: 45px;
    color: #F5F9FC;
    background: #000000;
    width: 103px;
    height: 45px;
    text-align: center;
    cursor: pointer; }
  .w3l-teams-32-main .align-center {
    text-align: center; }
  .w3l-teams-32-main p.text-tag {
    color: #8328AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-teams-32-main p.sub-paragraph {
    color: #777777;
    font-size: 16px;
    line-height: 24px; }
  .w3l-teams-32-main .teams-32 {
    padding: 60px 0 80px; }
  .w3l-teams-32-main h6 a.title-team-32 {
    color: #000000;
    font-size: 20px;
    line-height: 25px; }
  .w3l-teams-32-main h6 a.title-team-32:hover {
    color: #f5104e; }
  .w3l-teams-32-main p.sm-text-32 {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #2231f6;
    margin-top: 5px; }
  .w3l-teams-32-main .midd-para-team {
    margin: 10px 0 20px; }
  .w3l-teams-32-main .right-team-9 {
    margin-top: 20px; }
  .w3l-teams-32-main .buttons-teams a:nth-child(2) {
    margin-left: 12px; }
  .w3l-teams-32-main .buttons-teams a:nth-child(3) {
    margin-left: 12px; }
  .w3l-teams-32-main .main-contteam-32 {
    grid-gap: 40px; }
  .w3l-teams-32-main .buttons-teams span.fa {
    font-size: 20px; }
  .w3l-teams-32-main .buttons-teams span.fa:hover {
    opacity: 0.8; }
  .w3l-teams-32-main span.fa.fa-facebook {
    color: #3b5998; }
  .w3l-teams-32-main span.fa.fa-twitter {
    color: #00acee; }
  .w3l-teams-32-main span.fa.fa-instagram {
    color: #3f729b; }
  @media (max-width: 1024px) {
    .w3l-teams-32-main .main-contteam-32 {
      grid-gap: 30px; } }
  @media (max-width: 991px) {
    .w3l-teams-32-main p.sub-paragraph.midd-para-team {
      font-size: 16px; } }
  @media (max-width: 900px) {
    .w3l-teams-32-main .main-contteam-32 {
      grid-gap: 40px;
      grid-template-columns: 1fr 1fr; }
    .w3l-teams-32-main .teams-32 {
      padding: 60px 0 60px; } }
  @media (max-width: 568px) {
    .w3l-teams-32-main .teams-32 {
      padding: 50px 0 50px; } }
  @media (max-width: 480px) {
    .w3l-teams-32-main .main-contteam-32 {
      grid-gap: 30px; } }
  @media (max-width: 440px) {
    .w3l-teams-32-main .main-contteam-32 {
      grid-template-columns: 1fr; } }
  @media (max-width: 375px) {
    .w3l-teams-32-main .teams-32 {
      padding: 50px 0 50px; } }

/*team-15 */
.w3l-teams-15 .grid {
  display: grid; }

.w3l-teams-15 .grid-column-2 {
  grid-template-columns: 1fr auto;
  grid-gap: 40px;
  width: 83%;
  margin: 0 auto; }

.w3l-teams-15 .teams15 {
  padding: 60px 0 80px; }

.w3l-teams-15 span.tem {
  width: 200px;
  display: inline-block;
  color: #000000;
  line-height: 25px;
  font-size: 17px;
  font-weight: normal;
  font-style: normal; }

.w3l-teams-15 .team-head {
  color: #000000;
  line-height: 50px;
  font-size: 45px;
  margin-bottom: 25px; }

.w3l-teams-15 .text {
  color: #000000;
  line-height: 35px;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  margin-right: auto;
  max-width: 580px;
  margin-bottom: 60px; }

.w3l-teams-15 .team-para {
  margin-bottom: 25px;
  color: #777777;
  line-height: 25px;
  font-size: 17px;
  font-weight: 600; }

.w3l-teams-15 .column2 {
  align-self: center; }

.w3l-teams-15 .inner-teams li {
  display: inline-block;
  margin-right: 14px; }

.w3l-teams-15 .inner-teams {
  margin-top: 20px;
  text-align: center; }

.w3l-teams-15 .inner-teams span.fa {
  font-size: 20px; }

.w3l-teams-15 span.fa.fa-facebook {
  color: #3b5998; }

.w3l-teams-15 span.fa.fa-twitter {
  color: #00acee; }

.w3l-teams-15 span.fa.fa-instagram {
  color: #3f729b; }

@media (max-width: 1280px) {
  .w3l-teams-15 .grid-column-2 {
    width: 100%; } }

@media (max-width: 1200px) {
  .w3l-teams-15 .grid-column-2 {
    grid-column-gap: 30px; } }

@media (max-width: 992px) {
  .w3l-teams-15 .grid-column-2 {
    grid-template-columns: 1fr auto;
    grid-row-gap: 40px; }
  .w3l-teams-15 .text {
    margin-bottom: 50px; } }

@media (max-width: 800px) {
  .w3l-teams-15 .grid-column-2 {
    grid-template-columns: 1fr; }
  .w3l-teams-15 .column2 {
    order: 2; }
  .w3l-teams-15 .column1 {
    order: 1;
    text-align: center; }
  .w3l-teams-15 .team-head {
    text-align: center; }
  .w3l-teams-15 .text {
    text-align: center; }
  .w3l-teams-15 .teams15 {
    padding: 50px 0 60px; } }

@media (max-width: 484px) {
  .w3l-teams-15 span.tem {
    width: 112px;
    font-size: 14px; } }

@media (max-width: 568px) {
  .w3l-teams-15 .text {
    margin-bottom: 40px; }
  .w3l-teams-15 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px; }
  .w3l-teams-15 .text {
    margin-bottom: 30px; }
  .w3l-teams-15 .teams15 {
    padding: 50px 0 50px; } }

@media (max-width: 480px) {
  .w3l-teams-15 .wrapper {
    width: 90%; } }

@media (max-width: 440px) {
  .w3l-teams-15 .wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 414px) {
  .w3l-teams-15 .team-head {
    line-height: 41px;
    font-size: 36px;
    margin-bottom: 20px; }
  .w3l-teams-15 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 20px; }
  .w3l-teams-15 .text {
    margin-bottom: 40px; }
  .w3l-teams-15 .text {
    line-height: 33px;
    font-size: 21px; } }

@media (max-width: 384px) {
  .w3l-teams-15 .text {
    margin-bottom: 30px; } }

@media (max-width: 375px) {
  .w3l-teams-15 .team-head {
    font-size: 32px;
    margin-bottom: 10px;
    margin-right: auto;
    line-height: 38px; }
  .w3l-teams-15 .text {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px; }
  .w3l-teams-15 .grid-column-2 {
    grid-row-gap: 20px; }
  .w3l-teams-15 .team-para {
    margin-bottom: 12px;
    font-size: 16px; }
  .w3l-teams-15 .teams15 {
    padding: 40px 0 40px; } }

/*team-15 */
:root {
  --main-bg-color: #F5F9FC; }

.w3l-features-4 {
  /*-- features4 --*/ }
  .w3l-features-4 #features4-block {
    padding: 4em 0 4.5rem; }
  .w3l-features-4 .features4-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px; }
  .w3l-features-4 .features4-grid h5 a {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-top: 25px;
    display: block; }
  .w3l-features-4 .features4-grid h5 a:hover {
    color: #f5104e; }
  .w3l-features-4 .features4-grid span.fa {
    color: #2231f6;
    font-size: 42px; }
  .w3l-features-4 .features4-grid p {
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    margin-top: 10px;
    margin-bottom: 20px; }
  .w3l-features-4 .features4-grid {
    box-shadow: 1px 0px 4px 0px #0000001f;
    padding: 40px 20px; }
  .w3l-features-4 h3.title-head {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px; }
  .w3l-features-4 a.gomore {
    font-size: 16px;
    line-height: 25px;
    color: #2231f6;
    font-weight: 400;
    display: block; }
  .w3l-features-4 a.gomore:hover, .w3l-features-4 a.gomore span:hover {
    color: #f5104e; }
  .w3l-features-4 a.gomore span.fa {
    font-size: 14px; }
  @media all and (max-width: 991px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 60px; } }
  @media all and (max-width: 600px) {
    .w3l-features-4 #features4-block {
      padding: 3rem 0 1rem; } }
  @media all and (max-width: 500px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr;
      grid-row-gap: 20px; }
    .w3l-features-4 .features4-grid h5 a {
      margin-top: 15px; }
    .w3l-features-4 .features4-grid p {
      margin-top: 5px;
      margin-bottom: 15px; } }

._w3l-feature-13 {
  /*-- //Reset-Code --*/
  /*--inputs--*/
  /* features */
  /*--responsive--*/
  /*--//responsive--*/ }
  ._w3l-feature-13 .header-main {
    padding: 60px 0px 80px; }
  ._w3l-feature-13 h3.title-head {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px; }
  ._w3l-feature-13 .content-13-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  ._w3l-feature-13 .content-text h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 30px; }
  ._w3l-feature-13 .content-text-left p,
  ._w3l-feature-13 .content-text-right p {
    font-size: 17px;
    line-height: 25px;
    color: #777777; }
  ._w3l-feature-13 .columns {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 15px; }
  ._w3l-feature-13 .content-text-left,
  ._w3l-feature-13 .content-text-right {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px; }
  ._w3l-feature-13 .column.content-text {
    padding: 70px 95px;
    box-shadow: 1px 0px 4px 0px #0000001f; }
  ._w3l-feature-13 span.fa.corre {
    font-size: 20px;
    padding-top: 4px;
    color: #008000; }
  ._w3l-feature-13 span.fa.wron {
    font-size: 20px;
    padding-top: 4px;
    color: #ff0000; }
  @media (max-width: 1440px) {
    ._w3l-feature-13 .column.content-text {
      padding: 60px 85px; } }
  @media (max-width: 1280px) {
    ._w3l-feature-13 .column.content-text {
      padding: 50px 75px; }
    ._w3l-feature-13 h3.title-head {
      font-size: 43px;
      margin-bottom: 40px; }
    ._w3l-feature-13 .header-main {
      padding: 40px 0px; } }
  @media (max-width: 1080px) {
    ._w3l-feature-13 .column.content-text {
      padding: 40px 65px; } }
  @media (max-width: 992px) {
    ._w3l-feature-13 .content-text-left p,
    ._w3l-feature-13 .content-text-right p {
      font-size: 16px; }
    ._w3l-feature-13 h3.title-head {
      font-size: 40px;
      margin-bottom: 30px; } }
  @media (max-width: 800px) {
    ._w3l-feature-13 .column.content-text {
      padding: 30px 55px; } }
  @media (max-width: 736px) {
    ._w3l-feature-13 .column.content-text {
      padding: 30px 45px; } }
  @media (max-width: 667px) {
    ._w3l-feature-13 .content-13-content {
      grid-template-columns: 1fr; } }
  @media (max-width: 480px) {
    ._w3l-feature-13 h3.title-head {
      font-size: 35px;
      margin-bottom: 20px; } }
  @media (max-width: 440px) {
    ._w3l-feature-13 .column.content-text {
      padding: 30px 20px; } }

.w3l-feature-with-photo-1 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-feature-with-photo-1 .feature-with-photo {
    padding: 60px 0; }
  .w3l-feature-with-photo-1 .feature-with-photo p {
    font-size: 16px;
    line-height: 25px;
    color: #777777;
    max-width: 556px;
    margin: 20px auto 40px; }
  .w3l-feature-with-photo-1 .feature-with-photo h4 {
    color: #000000;
    font-size: 20px;
    line-height: 25px; }
  .w3l-feature-with-photo-1 .feature-with-photo span.fa {
    font-size: 40px;
    color: #2231f6;
    margin: 0; }
  .w3l-feature-with-photo-1 .feature-with-photo .grid p {
    margin: 0;
    margin-top: 5px;
    max-width: 250px; }
  .w3l-feature-with-photo-1 .grid {
    text-align: left;
    grid-auto-flow: column;
    display: grid; }
  .w3l-feature-with-photo-1 .three-grids {
    margin-top: 42px; }
  .w3l-feature-with-photo-1 .d-grid {
    display: grid; }
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px; }
  .w3l-feature-with-photo-1 .two-columns-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    margin-top: 30px; }
  @media (max-width: 1367px) {
    .w3l-feature-with-photo-1 .grid {
      grid-gap: 10px; } }
  @media (max-width: 1280px) {
    .w3l-feature-with-photo-1 .grid-columns-3 {
      grid-column-gap: 30px; } }
  @media (max-width: 1080px) {
    .w3l-feature-with-photo-1 .grid-columns-3 {
      grid-column-gap: 15px; }
    .w3l-feature-with-photo-1 .grid {
      grid-gap: 15px; } }
  @media (max-width: 992px) {
    .w3l-feature-with-photo-1 .feature-with-photo h3 {
      font-size: 40px;
      line-height: 40px; } }
  @media (max-width: 800px) {
    .w3l-feature-with-photo-1 .grid-columns-3 {
      grid-template-columns: 1fr 1fr; }
    .w3l-feature-with-photo-1 .grid-columns-3 {
      grid-column-gap: 20px;
      grid-row-gap: 20px; } }
  @media (max-width: 768px) {
    .w3l-feature-with-photo-1 .feature-with-photo h3 {
      font-size: 34px;
      line-height: 35px; } }
  @media (max-width: 668px) {
    .w3l-feature-with-photo-1 .feature-with-photo h3 {
      font-size: 32px; }
    .w3l-feature-with-photo-1 .feature-with-photo .grid p {
      max-width: 100%; } }
  @media (max-width: 568px) {
    .w3l-feature-with-photo-1 .feature-with-photo h3 {
      font-size: 30px;
      line-height: 35px; }
    .w3l-feature-with-photo-1 .grid-columns-3 {
      grid-row-gap: 20px;
      grid-column-gap: 15px; } }
  @media (max-width: 480px) {
    .w3l-feature-with-photo-1 .feature-with-photo h3 {
      font-size: 28px; }
    .w3l-feature-with-photo-1 .feature-with-photo {
      padding: 40px 0; } }
  @media (max-width: 440px) {
    .w3l-feature-with-photo-1 .two-columns-1 {
      grid-template-columns: 1fr;
      grid-column-gap: 30px;
      margin-top: 0px; }
    .w3l-feature-with-photo-1 .grid-columns-3 {
      grid-template-columns: 1fr; } }
  @media (max-width: 384px) {
    .w3l-feature-with-photo-1 .feature-with-photo p {
      font-size: 16px;
      margin: 10px auto 30px; }
    .w3l-feature-with-photo-1 .icon {
      width: 35px; }
    .w3l-feature-with-photo-1 .feature-with-photo .grid p {
      line-height: 23px; }
    .w3l-feature-with-photo-1 .feature-with-photo h4 {
      font-size: 18px; }
    .w3l-feature-with-photo-1 .feature-with-photo {
      padding: 50px 0 50px; }
    .w3l-feature-with-photo-1 .three-grids {
      margin-top: 30px; } }

.w3l-blog-1 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-blog-1 .blog1-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-blog-1 .blog1 {
    padding: 60px 0 80px; }
  .w3l-blog-1 .blog-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px; }
  .w3l-blog-1 .blog-title h3 {
    font-size: 45px;
    line-height: 50px;
    color: #000000; }
  .w3l-blog-1 .blog-title p {
    color: #777777;
    font-size: 17px;
    line-height: 25px;
    margin-top: 20px; }
  .w3l-blog-1 .blog-info {
    text-align: left;
    padding: 30px 20px 0px;
    border: 1px solid rgba(130, 152, 171, 0.35);
    border-width: 0px 1px 1px;
    box-sizing: border-box; }
  .w3l-blog-1 .blog-info h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000000; }
  .w3l-blog-1 .blog-info h4 a {
    color: #000000; }
  .w3l-blog-1 .blog-info h4 a:hover {
    color: #f5104e; }
  .w3l-blog-1 a.read {
    font-size: 16px;
    font-weight: 400;
    color: #2231f6; }
  .w3l-blog-1 a.read:hover {
    color: #f5104e; }
  .w3l-blog-1 .blog-info p {
    font-size: 16px;
    line-height: 22px;
    color: #777777;
    max-width: 250px;
    margin: 10px 0; }
  .w3l-blog-1 .blog-info-1 {
    border-top: 1px solid #dfdfdf;
    margin-top: 24px;
    padding: 16px 0;
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .w3l-blog-1 .blog-info-1 p {
    margin: 0; }
  .w3l-blog-1 .blog-info-1 p a {
    color: #777777;
    font-weight: 400; }
  .w3l-blog-1 span.blg {
    display: block;
    text-align: right;
    font-size: 15px;
    color: #777777; }
  .w3l-blog-1 ul.pagination.float-left li {
    display: inline-block;
    float: left; }
  .w3l-blog-1 .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2231f6;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin: 0 6px; }
  .w3l-blog-1 .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .w3l-blog-1 .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .w3l-blog-1 .page-link:hover {
    color: #2231f6;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .w3l-blog-1 ul.pagination.float-left {
    margin-top: 3em; }
  @media (max-width: 800px) {
    .w3l-blog-1 .blog1-content {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 30px; }
    .w3l-blog-1 .blog-title h3 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 768px) {
    .w3l-blog-1 .blog-info {
      padding: 20px 20px 0px; } }
  @media (max-width: 600px) {
    .w3l-blog-1 .blog-title h3 {
      font-size: 35px;
      line-height: 40px; } }
  @media (max-width: 480px) {
    .w3l-blog-1 .blog1-content {
      grid-template-columns: 1fr; }
    .w3l-blog-1 .blog-title {
      margin: 0 auto 30px; } }
  @media (max-width: 415px) {
    .w3l-blog-1 .blog-info p {
      margin-top: 10px; }
    .w3l-blog-1 .blog1 {
      padding: 35px 0 45px; }
    .w3l-blog-1 .blog-info-1 p {
      margin-top: 0; } }
  @media (max-width: 387px) {
    .w3l-blog-1 .blog-info h3 {
      font-size: 27px;
      line-height: 28px;
      margin-top: 25px; }
    .w3l-blog-1 .blog-info p, .w3l-blog-1 .blog-title p {
      font-size: 16px; }
    .w3l-blog-1 .page-link {
      padding: 0.5rem 0.5rem; }
    .w3l-blog-1 ul.pagination.float-left {
      margin-top: 2em; } }
  @media (max-width: 320px) {
    .w3l-blog-1 .page-link {
      margin: 0 3px;
      padding: 0.5rem 0.5rem; } }

.w3l-text-9 {
  /* //Reset Code */
  /* text */
  /* left side content */
  /* //left side content */
  /* right side content */
  /* //right side content */
  /* //text */
  /* responsive */
  /* //responsive */ }
  .w3l-text-9 .d-grid {
    display: grid; }
  .w3l-text-9 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-text-9 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-text-9 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-text-9 a.action {
    border: none;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-text-9 a.action img {
    margin-left: 4px; }
  .w3l-text-9 .align-center {
    text-align: center; }
  .w3l-text-9 .text-element-9 {
    padding: 60px 0 80px; }
  .w3l-text-9 .grid-w3l-text-9 {
    grid-gap: 50px;
    grid-template-columns: 3fr 1fr; }
  .w3l-text-9 h6.text-left-inner-9 a {
    font-size: 15px;
    line-height: 20px;
    color: #000000; }
  .w3l-text-9 h6.text-left-inner-9 a:hover {
    color: #f5104e; }
  .w3l-text-9 span.sub-inner-w3l-text-9 {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #8298AB;
    margin-top: 6px;
    display: inline-block; }
  .w3l-text-9 hr {
    opacity: 0.25;
    border: 1px solid #8298AB;
    margin: 20px 0 14px; }
  .w3l-text-9 .tags ul li {
    display: inline-block; }
  .w3l-text-9 .tags {
    margin: 30px 0 20px; }
  .w3l-text-9 .tags ul li a.text-dark {
    padding: 5px 10px;
    margin: 0 5px 10px 0;
    display: block;
    color: #000000;
    font-size: 15px;
    border: 1px solid #a0a6a9; }
  .w3l-text-9 .tags ul li a.text-dark:hover {
    background: #f5104e;
    border: 1px solid #f5104e;
    color: #fff !important; }
  .w3l-text-9 .tags ul, .w3l-text-9 .categories ul, .w3l-text-9 aside.asid {
    margin-top: 20px; }
  .w3l-text-9 .categories ul li {
    display: block; }
  .w3l-text-9 .categories ul li a {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px; }
  .w3l-text-9 .categories ul li a:hover {
    color: #f5104e; }
  .w3l-text-9 .comments-grid-right h4 {
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 10px; }
  .w3l-text-9 .comments-grid-right ul li {
    display: inline-block;
    color: #8298AB;
    font-size: 16px; }
  .w3l-text-9 .comments-grid-right ul li a {
    color: #2231f6;
    font-weight: 400; }
  .w3l-text-9 .comments-grid-right p {
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 4px; }
  .w3l-text-9 .media {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto 1fr;
    margin-top: 30px; }
  .w3l-text-9 .media-top img {
    border-radius: 50%;
    width: 60px; }
  .w3l-text-9 .comments-grids {
    margin: 30px 0; }
  .w3l-text-9 .leave-coment {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px; }
  .w3l-text-9 .leave-coment-form input[type="text"], .w3l-text-9 .leave-coment-form input[type="email"], .w3l-text-9 .leave-coment-form textarea {
    outline: none;
    border: 1px solid #dedede;
    background: none;
    padding: 12px;
    font-size: 16px;
    color: #212121;
    width: 100%;
    -webkit-appearance: none; }
  .w3l-text-9 .leave-coment-form button[type="submit"] {
    outline: none;
    border: none;
    background: #2231f6;
    padding: 10px 36px;
    font-size: 16px;
    color: #fff;
    cursor: pointer; }
  .w3l-text-9 .leave-coment-form button[type="submit"]:hover {
    background: #f5104e; }
  .w3l-text-9 .leave-coment-form textarea {
    min-height: 150px; }
  .w3l-text-9 .leave-coment-btm {
    margin: 20px 0; }
  .w3l-text-9 h4.text-head-w3l-text-9 {
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin: 16px 0 0px;
    display: inline-block; }
  .w3l-text-9 h5.sub-head-w3l-text-9 {
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 40px; }
  .w3l-text-9 p.text-tag {
    color: #8298AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-text-9 p.sub-para {
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 20px; }
  .w3l-text-9 h6.heading-small-w3l-text-9 {
    font-size: 24px;
    line-height: 30px;
    color: #000000; }
  @media (max-width: 1080px) {
    .w3l-text-9 h4.text-head-w3l-text-9 a {
      font-size: 42px;
      line-height: 46px; }
    .w3l-text-9 h5.sub-head-w3l-text-9 {
      font-size: 23px; } }
  @media (max-width: 991px) {
    .w3l-text-9 h4.text-head-w3l-text-9 a {
      font-size: 40px; } }
  @media (max-width: 900px) {
    .w3l-text-9 .grid-w3l-text-9 {
      grid-gap: 30px;
      grid-template-columns: 1fr; }
    .w3l-text-9 h5.sub-head-w3l-text-9 {
      font-size: 21px; } }
  @media (max-width: 768px) {
    .w3l-text-9 h4.text-head-w3l-text-9 a {
      font-size: 32px;
      line-height: 35px;
      margin: 20px 0 30px; }
    .w3l-text-9 h5.sub-head-w3l-text-9 {
      font-size: 19px;
      line-height: 28px; }
    .w3l-text-9 h6.heading-small-w3l-text-9 {
      font-size: 18px; }
    .w3l-text-9 p.sub-para {
      margin-top: 15px; } }
  @media (max-width: 600px) {
    .w3l-text-9 h4.text-head-w3l-text-9 a {
      margin: 10px 0 20px; }
    .w3l-text-9 p.sub-para {
      font-size: 16px; }
    .w3l-text-9 h5.sub-head-w3l-text-9 {
      font-size: 18px;
      margin-bottom: 30px; } }
  @media (max-width: 568px) {
    .w3l-text-9 span.sub-inner-w3l-text-9 {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .w3l-text-9 h4.text-head-w3l-text-9 {
      font-size: 26px;
      line-height: 32px; }
    .w3l-text-9 .text-element-9 {
      padding: 30px 0 40px; } }

:root {
  --main-bg-color: #F5F9FC; }

.w3l-portfolios-4 {
  /*-- Portfolios4-block --*/
  /*-- popup --*/
  /*-- //popup --*/ }
  .w3l-portfolios-4 #portfolios4-block {
    padding: 4rem 0;
    position: relative; }
  .w3l-portfolios-4 .d-grid {
    display: grid; }
  .w3l-portfolios-4 .align-portfolio-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-portfolios-4 .two-image-column {
    align-content: space-between; }
  .w3l-portfolios-4 #portfolio {
    position: relative; }
  .w3l-portfolios-4 .pop-overlay {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    height: 100%; }
  .w3l-portfolios-4 .pop-overlay:target {
    visibility: visible;
    opacity: 1; }
  .w3l-portfolios-4 .popup {
    background: #fff;
    border-radius: 0;
    max-width: 450px;
    position: relative;
    margin: 4rem auto;
    padding: 2rem 1rem; }
  .w3l-portfolios-4 .popup h4 {
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 15px; }
  .w3l-portfolios-4 .popup p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #777777;
    margin-top: 15px;
    margin-bottom: 25px; }
  .w3l-portfolios-4 a.action {
    font-size: 17px;
    line-height: 25px;
    color: #2231f6;
    font-weight: 400; }
  .w3l-portfolios-4 a.action:hover {
    color: #f5104e; }
  .w3l-portfolios-4 .popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    opacity: 0.6; }
  .w3l-portfolios-4 .popup .close:hover {
    opacity: 1; }
  @media all and (max-width: 991px) {
    .w3l-portfolios-4 .align-portfolio-items {
      grid-column-gap: 15px; } }
  @media all and (max-width: 568px) {
    .w3l-portfolios-4 .align-portfolio-items {
      grid-template-columns: 1fr 1fr; }
    .w3l-portfolios-4 .popup {
      margin: 2rem 15px; } }
  @media all and (max-width: 440px) {
    .w3l-portfolios-4 #portfolios4-block {
      padding: 3rem 0; } }

.w3l-portfolios-1 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-portfolios-1 .portfolio1 {
    padding: 60px 0 80px; }
  .w3l-portfolios-1 .portfolio1-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-portfolios-1 .portfolio1-content1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 21px; }
  .w3l-portfolios-1 .portfolio1 img {
    width: 100%;
    opacity: 1; }
  .w3l-portfolios-1 .portfolio1 img:hover {
    width: 100%;
    opacity: 0.8; }
  @media (max-width: 800px) {
    .w3l-portfolios-1 .portfolio1 {
      padding: 50px 0 60px; }
    .w3l-portfolios-1 .portfolio1-content {
      grid-template-columns: 1fr;
      grid-gap: 10px; }
    .w3l-portfolios-1 .portfolio1-content1 {
      grid-column-gap: 15px;
      grid-row-gap: 10px; } }
  @media (max-width: 600px) {
    .w3l-portfolios-1 .portfolio1 {
      padding: 50px 0 50px; } }
  @media (max-width: 375px) {
    .w3l-portfolios-1 .portfolio1 {
      padding: 40px 0 40px; } }

._w3l-content-3 {
  /*-- //Reset-Code --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  ._w3l-content-3 .top-bottom {
    padding-top: 60px;
    padding-bottom: 80px; }
  ._w3l-content-3 .middle-section h2 {
    font-size: 45px;
    color: #000000;
    line-height: 50px; }
  ._w3l-content-3 .middle-section {
    margin-top: 30px; }
  ._w3l-content-3 .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  ._w3l-content-3 .three-grids-columns p {
    font-size: 20px;
    line-height: 30px;
    color: #777777;
    padding-top: 40px; }
  @media (max-width: 1280px) {
    ._w3l-content-3 .top-bottom {
      padding-top: 40px;
      padding-bottom: 50px; }
    ._w3l-content-3 .middle-section h2 {
      font-size: 42px; }
    ._w3l-content-3 .three-grids-columns p {
      padding-top: 30px; } }
  @media (max-width: 900px) {
    ._w3l-content-3 .middle-section h2 {
      font-size: 38px; }
    ._w3l-content-3 .three-grids-columns p {
      padding-top: 21px; } }
  @media (max-width: 768px) {
    ._w3l-content-3 .top-bottom {
      padding-top: 30px;
      padding-bottom: 40px; }
    ._w3l-content-3 .three-grids-columns p {
      font-size: 18px;
      line-height: 26px;
      padding-top: 16px; } }
  @media (max-width: 480px) {
    ._w3l-content-3 .middle-section h2 {
      font-size: 35px;
      line-height: 34px; }
    ._w3l-content-3 .two-columns {
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    ._w3l-content-3 p.spacing-none {
      padding: 0px; } }
  @media (max-width: 414px) {
    ._w3l-content-3 .middle-section h2 {
      font-size: 32px; } }

.w3l-pricing-11 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-pricing-11 .pricing11-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px; }
  .w3l-pricing-11 .pricing11 {
    padding: 60px 0px 80px; }
  .w3l-pricing-11 .text-center {
    text-align: center; }
  .w3l-pricing-11 .pricing-grid {
    border: 1px solid rgba(130, 152, 171, 0.35);
    padding: 30px 30px 30px;
    transition: 0.3s;
    position: relative; }
  .w3l-pricing-11 .pos {
    position: absolute;
    bottom: -5%;
    left: 0;
    right: 0; }
  .w3l-pricing-11 .price-icon {
    margin-top: 60px; }
  .w3l-pricing-11 .pricing-grid:hover {
    border: 1px solid #8298ab;
    transition: 0.3s; }
  .w3l-pricing-11 .pricing-grid h6 {
    font-size: 17px;
    line-height: 25px;
    color: #2231f6;
    text-align: center;
    font-weight: 700; }
  .w3l-pricing-11 .pricing-grid p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #777777;
    margin-top: 15px;
    margin-bottom: 35px; }
  .w3l-pricing-11 .rate h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000000; }
  .w3l-pricing-11 .rate h5 {
    font-size: 25px;
    line-height: 30px;
    color: #f5104e; }
  .w3l-pricing-11 .rate h5 span {
    font-size: 15px;
    line-height: 20px;
    color: #8298ab;
    font-weight: normal; }
  .w3l-pricing-11 .rate h5 span.top-align {
    display: block; }
  .w3l-pricing-11 a.action {
    text-align: center;
    background: #2231f6;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
    font-size: 16px;
    padding: 12px 30px;
    cursor: pointer;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block; }
  .w3l-pricing-11 a.action:hover {
    background: #f5104e; }
  .w3l-pricing-11 .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .w3l-pricing-11 .rate {
    display: grid;
    grid-auto-flow: column;
    margin-top: 60px;
    align-items: end;
    justify-content: space-between; }
  .w3l-pricing-11 ul.points {
    margin-top: 40px; }
  .w3l-pricing-11 ul.points li {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
    display: grid;
    align-items: center;
    grid-template-columns: 10% auto; }
  .w3l-pricing-11 ul.points li img {
    padding-top: 3px;
    vertical-align: middle; }
  .w3l-pricing-11 .rate {
    display: grid;
    grid-auto-flow: column;
    margin-top: 50px; }
  .w3l-pricing-11 .price-icon span.fa {
    font-size: 60px;
    color: #535353; }
  @media (max-width: 1280px) {
    .w3l-pricing-11 .rate {
      margin-top: 40px; }
    .w3l-pricing-11 .price-icon {
      margin-top: 40px; }
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 30px 40px; } }
  @media (max-width: 1080px) {
    .w3l-pricing-11 .pricing11-content {
      grid-column-gap: 10px; }
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 20px 40px; } }
  @media (max-width: 992px) {
    .w3l-pricing-11 .pricing11-content {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 16px; } }
  @media (max-width: 800px) {
    .w3l-pricing-11 .pricing11 {
      padding: 50px 0px 60px; } }
  @media (max-width: 568px) {
    .w3l-pricing-11 .pricing11-content {
      grid-template-columns: 1fr; }
    .w3l-pricing-11 .pricing11-content {
      grid-column-gap: 15px; }
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 20px 40px; }
    .w3l-pricing-11 .pricing11 {
      padding: 50px 0px 50px; } }
  @media (max-width: 480px) {
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 20px 40px; }
    .w3l-pricing-11 ul.points {
      margin-top: 30px; } }
  @media (max-width: 375px) {
    .w3l-pricing-11 .pricing11 {
      padding: 40px 0px 40px; } }

/*-- timeline  --*/
.w3l-timeline-1 {
  /*-- Responsive design --*/ }
  .w3l-timeline-1 .timeline {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 40px 0 20px; }
  .w3l-timeline-1 .timeline:before {
    position: absolute;
    left: 50%;
    top: 9%;
    bottom: 13%;
    content: ' ';
    display: block;
    width: 4px;
    margin-left: -3px;
    background: #eee;
    z-index: 5; }
  .w3l-timeline-1 .dir-l, .w3l-timeline-1 .dir-r {
    position: relative;
    width: 45%;
    background: #f3f3f3;
    margin-top: 0;
    margin-bottom: 1.5em;
    padding: 1em;
    border-radius: 4px; }
  .w3l-timeline-1 .timeline h1 {
    font-size: 1.4em;
    width: 100%;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    background: #222;
    padding: 0.8em;
    text-align: center;
    color: #fff; }
  .w3l-timeline-1 .timeline p {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 0.5em; }
  .w3l-timeline-1 .timeline-icon {
    position: absolute;
    top: 1em;
    width: 2.5em;
    height: 2.5em;
    right: 0;
    border-radius: 50%;
    z-index: 10; }
  .w3l-timeline-1 .timeline a {
    color: #38666a;
    margin-left: .3em; }
  .w3l-timeline-1 .dir-l {
    float: left; }
  .w3l-timeline-1 .dir-r {
    float: right; }
  .w3l-timeline-1 .dir-r:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    position: absolute;
    left: -.81em;
    top: 1em;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #f3f3f3; }
  .w3l-timeline-1 .dir-l:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    position: absolute;
    right: -.8em;
    top: 1em;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #f3f3f3; }
  .w3l-timeline-1 .timeline-icon {
    position: absolute;
    top: 0.8em;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -16px;
    background: #2231f6;
    line-height: 60px;
    text-align: center;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0), 0 0 0 5px rgba(0, 0, 0, 0.15); }
  .w3l-timeline-1 .timeline-icon span.fa {
    font-size: 25px;
    line-height: 60px;
    color: #222; }
  .w3l-timeline-1 .timeline-item {
    display: block;
    height: auto;
    padding: 1em 0;
    position: relative;
    overflow: hidden; }
  .w3l-timeline-1 .timeline_video iframe {
    min-height: 266px;
    width: 100%;
    border: 0; }
  .w3l-timeline-1 .timeline a {
    color: #38666a;
    margin-left: .3em; }
  .w3l-timeline-1 .timeline-item .date-l, .w3l-timeline-1 .timeline-item .date-r {
    position: absolute;
    top: 2em;
    right: 55%;
    font-size: 1em;
    padding: 12px 25px;
    background: #f5104e;
    color: #fff;
    border-radius: 4px;
    text-align: center; }
  .w3l-timeline-1 .timeline-item .date-r {
    left: 55%;
    right: auto; }
  .w3l-timeline-1 .timeline-item a:hover {
    color: #4B878D; }
  @media screen and (max-width: 1080px) {
    .w3l-timeline-1 .timeline:before {
      top: 10%;
      z-index: -1; } }
  @media screen and (max-width: 768px) {
    .w3l-timeline-1 .timeline-item .date-l, .w3l-timeline-1 .timeline-item .date-r {
      top: 0em;
      right: 0%;
      left: 0%;
      width: 50%;
      margin: auto;
      z-index: 9;
      text-align: center; }
    .w3l-timeline-1 .dir-l, .w3l-timeline-1 .dir-r {
      padding: 1em;
      margin-top: 10em;
      width: 100%;
      margin-bottom: 0em; }
    .w3l-timeline-1 .timeline-icon {
      top: 4.5em; }
    .w3l-timeline-1 .timeline:before {
      top: 5%;
      bottom: 7%;
      margin-left: -1px; }
    .w3l-timeline-1 .timeline-item .date-r {
      left: 0%;
      right: 0%;
      width: 50%;
      margin: auto;
      text-align: center; }
    .w3l-timeline-1 .dir-r:before {
      left: 1.2em;
      top: 2.5em; }
    .w3l-timeline-1 .dir-l:before {
      right: 1.2em;
      top: 2.5em; }
    .w3l-timeline-1 .dir-r:before, .w3l-timeline-1 .dir-l:before {
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -1.7em;
      border-top: 13px solid transparent;
      border-bottom: 16px solid #f3f3f3;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent; } }
  @media screen and (max-width: 480px) {
    .w3l-timeline-1 .timeline-item .date-l, .w3l-timeline-1 .timeline-item .date-r {
      width: 60%; }
    .w3l-timeline-1 .timeline:before {
      top: 6%;
      bottom: 10%; } }
  @media screen and (max-width: 415px) {
    .w3l-timeline-1 .timeline-item .date-l, .w3l-timeline-1 .timeline-item .date-r {
      width: 80%; }
    .w3l-timeline-1 .timeline h1 {
      font-size: 1.2em; }
    .w3l-timeline-1 .timeline p {
      font-size: 15px;
      margin-top: .6em; }
    .w3l-timeline-1 .dir-l, .w3l-timeline-1 .dir-r {
      padding: 1.5em 1.5em; } }
  @media screen and (max-width: 384px) {
    .w3l-timeline-1 .timeline-icon span.fa {
      font-size: 20px;
      line-height: 50px; }
    .w3l-timeline-1 .dir-r:before, .w3l-timeline-1 .dir-l:before {
      top: -1.8em; } }
  @media (max-width: 320px) {
    .w3l-timeline-1 .dir-r:before, .w3l-timeline-1 .dir-l:before {
      top: -1.9em; } }

/* //responsive */
/*-- //timeline  --*/
/*-- w3l-forms-17 --*/
.w3l-forms-17 #w3l-forms-17_sur {
  padding: 60px 0 80px; }

.w3l-forms-17 .w3l-forms-17-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 3rem;
  align-items: center; }

.w3l-forms-17 .w3l-forms-17-text h5 {
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.w3l-forms-17 .form-17-tp h6 {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 20px; }

.w3l-forms-17 .w3l-forms-17-text h4 {
  font-size: 35px;
  line-height: 40px;
  color: #000000; }

.w3l-forms-17 .w3l-forms-17-text p {
  font-size: 17px;
  line-height: 25px;
  color: #777777;
  margin: 25px 0; }

.w3l-forms-17 .form-17-tp p {
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  margin: 14px 0 0; }

.w3l-forms-17 .form-17-tp a {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  text-decoration: none; }

.w3l-forms-17 .w3l-forms-17-form input[type="email"], .w3l-forms-17 .w3l-forms-17-form input[type="name"], .w3l-forms-17 .w3l-forms-17-form input[type="password"] {
  background: none;
  border: 1px solid #d7d7d7;
  outline: none;
  width: 100%;
  font-size: 15px;
  padding: 10px 15px;
  margin-bottom: 14px;
  color: #000000;
  -webkit-appearance: none; }

.w3l-forms-17 button.btn {
  background: #2231f6;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  text-align: center;
  font-size: 17px;
  display: inline-block;
  width: 100%;
  border: none;
  cursor: pointer;
  -webkit-appearance: none; }

.w3l-forms-17 button.btn:hover {
  background: #f5104e; }

.w3l-forms-17 .form-17-tp {
  background: #fff;
  padding: 2em; }

.w3l-forms-17 .w3l-forms-17-form {
  padding-left: 10em; }

.w3l-forms-17 .w3l-forms-17-text {
  padding-right: 4em; }

@media all and (max-width: 1440px) {
  .w3l-forms-17 .w3l-forms-17-text {
    padding-right: 2em; } }

@media all and (max-width: 1366px) {
  .w3l-forms-17 .w3l-forms-17-text {
    padding-right: 0em; } }

@media all and (max-width: 1280px) {
  .w3l-forms-17 .w3l-forms-17-form {
    padding-left: 5em; } }

@media all and (max-width: 1080px) {
  .w3l-forms-17 .w3l-forms-17-form {
    padding-left: 1em; } }

@media all and (max-width: 992px) {
  .w3l-forms-17 .w3l-forms-17-top {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); } }

@media all and (max-width: 900px) {
  .w3l-forms-17 #w3l-forms-17_sur {
    padding: 50px 0; } }

@media all and (max-width: 800px) {
  .w3l-forms-17 .w3l-forms-17-form {
    padding-left: 0em;
    order: 1; }
  .w3l-forms-17 .w3l-forms-17-text {
    padding-right: 0em;
    order: 2; }
  .w3l-forms-17 .form-17-tp {
    padding: 0em; }
  .w3l-forms-17 .w3l-forms-17-top {
    grid-gap: 2rem; } }

@media all and (max-width: 500px) {
  .w3l-forms-17 .w3l-forms-17-top {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 2rem; } }

@media all and (max-width: 415px) {
  .w3l-forms-17 #w3l-forms-17_sur {
    padding: 30px 0; }
  .w3l-forms-17 .w3l-forms-17-text h4 {
    font-size: 30px;
    line-height: 35px; } }

@media all and (max-width: 320px) {
  .w3l-forms-17 .w3l-forms-17-text h4 {
    font-size: 26px;
    line-height: 31px; }
  .w3l-forms-17 .form-17-tp {
    padding: 0em; }
  .w3l-forms-17 .w3l-forms-17-top {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); } }

/*-- \\w3l-forms-17 --*/
/* /w3l-text-styles-31*/
.w3l-text-styles-31 {
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-text-styles-31 .text-styles-top-31 {
    margin: 0 auto; }
  .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
    font-size: 34px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 1em; }
  .w3l-text-styles-31 .w3l-text-styles-31_sur h5 {
    font-size: 25px;
    line-height: 30px;
    color: #000000; }
  .w3l-text-styles-31 .w3l-text-styles-31_sur h5 a {
    color: #000000;
    text-decoration: none; }
  .w3l-text-styles-31 .w3l-text-styles-31_sur h5 a:hover {
    opacity: 0.8; }
  .w3l-text-styles-31 .w3l-text-styles-31_sur {
    padding: 80px 0; }
  .w3l-text-styles-31 .w3l-text-styles-31_sur p {
    font-size: 17px;
    line-height: 25px;
    color: #777777;
    margin: 16px 0; }
  .w3l-text-styles-31 .w3l-text-styles-31_sur span {
    font-size: 15px;
    line-height: 20px;
    color: #8298AB; }
  .w3l-text-styles-31 .w3l-text-styles-31-top_sur {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 35px;
    border-top: 1px solid lightgray;
    padding-top: 1.5em;
    margin-top: 1.5em; }
  @media (max-width: 900px) {
    .w3l-text-styles-31 .w3l-text-styles-31_sur {
      padding: 50px 0; }
    .w3l-text-styles-31 .w3l-text-styles-31_sur h5 {
      font-size: 20px;
      line-height: 25px; }
    .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
      font-size: 36px;
      line-height: 41px; } }
  @media (max-width: 667px) {
    .w3l-text-styles-31 .w3l-text-styles-31_sur {
      padding: 50px 0px; } }
  @media (max-width: 480px) {
    .w3l-text-styles-31 .w3l-text-styles-31-top_sur {
      grid-gap: 20px; } }
  @media (max-width: 440px) {
    .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
      font-size: 32px;
      line-height: 37px; } }
  @media (max-width: 415px) {
    .w3l-text-styles-31 .w3l-text-styles-31_sur {
      padding: 30px 0; }
    .w3l-text-styles-31 .w3l-text-styles-31-top_sur {
      grid-template-columns: 1fr; }
    .w3l-text-styles-31 .w3l-text-styles-31-left_sur img {
      width: 100%; } }
  @media (max-width: 320px) {
    .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
      font-size: 28px;
      line-height: 33px; } }

/* //w3l-text-styles-31*/
.w3l-forms-11 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-forms-11 .d-grid {
    display: grid; }
  .w3l-forms-11 .form-11-content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px; }
  .w3l-forms-11 .form-11 {
    background: #2231f6;
    padding: 20px 20px;
    margin-top: 40px; }
  .w3l-forms-11 .form-11-content h5 {
    font-size: 25px;
    line-height: 30px;
    color: #ffffff; }
  .w3l-forms-11 .column {
    align-self: center;
    overflow: hidden; }
  .w3l-forms-11 .email-input input[type="email"] {
    background: #ffffff;
    border: none;
    color: #8298AB;
    padding: 12px 16px;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    line-height: 20px;
    width: 100%; }
  .w3l-forms-11 .email-input {
    position: relative; }
  .w3l-forms-11 .email-input button {
    position: absolute;
    right: 0%;
    top: 3px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    display: block;
    padding: 10px 15px; }
  .w3l-forms-11 .email-input button span.fa {
    font-size: 20px; }
  .w3l-forms-11 a.action {
    display: block;
    text-decoration: none;
    color: #000000;
    line-height: 25px;
    font-size: 17px;
    font-weight: 600; }
  .w3l-forms-11 a.action span {
    border: solid #000000;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2px 4px 4px 2px;
    margin: 1px 3px; }
  .w3l-forms-11 .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .w3l-forms-11 .align-right {
    text-align: right; }
  .w3l-forms-11 .inner-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 15px;
    justify-items: right; }
  .w3l-forms-11 .inner-grid img {
    align-self: center; }
  @media (max-width: 1367px) {
    .w3l-forms-11 .form-11-content h5 {
      font-size: 23px; } }
  @media (max-width: 1080px) {
    .w3l-forms-11 .form-11-content {
      grid-gap: 30px; } }
  @media (max-width: 800px) {
    .w3l-forms-11 .form-11-content {
      grid-gap: 20px; } }
  @media (max-width: 668px) {
    .w3l-forms-11 .inner-grid {
      grid-column-gap: 5px; } }
  @media (max-width: 600px) {
    .w3l-forms-11 .form-11-content {
      grid-gap: 15px;
      grid-template-columns: auto; }
    .w3l-forms-11 .inner-grid {
      grid-template-columns: 5% auto;
      justify-items: left; } }
  @media (max-width: 415px) {
    .w3l-forms-11 .form-11-content h5 {
      font-size: 20px; } }
  @media (max-width: 384px) {
    .w3l-forms-11 .form-11-content h5 {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 320px) {
    .w3l-forms-11 .form-11-content h5 {
      font-size: 15px;
      line-height: 20px; } }

.w3l-text-27 .text-main {
  padding: 60px 0 80px; }

.w3l-text-27 input[type="checkbox"] {
  display: none; }

.w3l-text-27 .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-27 .faq-drawer__title:hover {
  color: #747474; }

.w3l-text-27 .faq-drawer__title::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  right: 25px;
  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-27 .faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-180deg); }

.w3l-text-27 .faq-drawer__content-wrapper {
  overflow: hidden;
  max-height: 0px;
  font-size: 15px;
  line-height: 23px; }

.w3l-text-27 .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 350px; }

.w3l-text-27 .faq-drawer__trigger:checked + .faq-drawer__title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.w3l-text-27 .faq-drawer__content-wrapper .faq-drawer__content {
  padding: 10px 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.w3l-text-27 .text-title {
  margin-bottom: 35px; }

.w3l-text-27 h6.peragraph {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: #000000;
  padding: 0 24px; }

.w3l-text-27 .faq-drawer {
  border-bottom: 1px solid #ffffff;
  background: #eeeeee; }

.w3l-text-27 .faq-drawer {
  padding: 20px 0; }

.w3l-text-27 p.text-text {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  width: 80%;
  padding: 10px 24px; }

.w3l-text-27 h1.user {
  font-size: 35px;
  line-height: 40px;
  color: #000000; }

@media (max-width: 992px) {
  .w3l-text-27 p.text-text {
    width: 100%; } }

@media (max-width: 800px) {
  .w3l-text-27 .form-28 {
    padding: 60px 0; }
  .w3l-text-27 .text-main {
    padding: 50px 0 60px; } }

@media (max-width: 568px) {
  .w3l-text-27 .form-28 {
    padding: 50px 0; }
  .w3l-text-27 h1.user {
    font-size: 30px;
    line-height: 35px; }
  .w3l-text-27 .text-main {
    padding: 50px 0 50px; } }

@media (max-width: 440px) {
  .w3l-text-27 .w3l-forms-28 h4.title-cont-foem28 {
    font-size: 30px;
    line-height: 35px; }
  .w3l-text-27 h1.user {
    font-size: 26px;
    line-height: 32px; } }

@media (max-width: 375px) {
  .w3l-text-27 .form-28 {
    padding: 40px 0; }
  .w3l-text-27 .text-main {
    padding: 40px 0 40px; } }

/*-- content-with-photo5 --*/
.w3l-content-with-photo-5 #content-with-photo5_sur {
  padding: 80px 0;
  background-color: #ffffff; }

.w3l-content-with-photo-5 .cwp5-two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 3rem; }

.w3l-content-with-photo-5 .cwp5-text h3 {
  font-size: 100px;
  line-height: 105px;
  color: #f5104e; }

.w3l-content-with-photo-5 .cwp5-text p {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin: 25px 0; }

.w3l-content-with-photo-5 .cwp5-text a {
  font-size: 17px;
  line-height: 25px;
  color: #2231f6;
  text-decoration: none;
  font-weight: 700;
  display: inline-block; }

.w3l-content-with-photo-5 .cwp5-text a:hover {
  color: #f5104e; }

.w3l-content-with-photo-5 .cwp5-text {
  padding: 6em 0em 5em 4em; }

@media all and (max-width: 1440px) {
  .w3l-content-with-photo-5 .cwp5-text {
    padding: 5em 0em 5em 1em; } }

@media all and (max-width: 1280px) {
  .w3l-content-with-photo-5 .cwp5-text {
    padding: 4em 0em 4em 0em; } }

@media all and (max-width: 1080px) {
  .w3l-content-with-photo-5 .cwp5-text {
    padding: 2em 0em 2em 0em; } }

@media all and (max-width: 1024px) {
  .w3l-content-with-photo-5 .cwp5-text {
    padding: 0em 0em 0em 0em; } }

@media all and (max-width: 992px) {
  .w3l-content-with-photo-5 .cwp5-two {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); }
  .w3l-content-with-photo-5 .cwp5-text {
    padding: 2em 0em 1em 0em; }
  .w3l-content-with-photo-5 #content-with-photo5_sur {
    padding: 50px 0; } }

@media all and (max-width: 900px) {
  .w3l-content-with-photo-5 .cwp5-two {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }

@media all and (max-width: 800px) {
  .w3l-content-with-photo-5 .cwp5-image {
    order: 1; }
  .w3l-content-with-photo-5 .cwp5-text {
    order: 2; }
  .w3l-content-with-photo-5 .cwp5-text {
    padding: 0em 0em 1em 0em; } }

@media all and (max-width: 500px) {
  .w3l-content-with-photo-5 #content-with-photo5_sur {
    padding: 3rem 0; }
  .w3l-content-with-photo-5 .cwp5-two {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 2rem; } }

@media all and (max-width: 415px) {
  .w3l-content-with-photo-5 #content-with-photo5_sur {
    padding: 30px 0; } }

/*-- \\content-with-photo17 --*/
.w3l-forms-28_1 {
  /* //Reset Code */
  /* form 28 */
  /* //form 28 */
  /* responsive */
  /* //responsive */ }
  .w3l-forms-28_1 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-forms-28_1 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-forms-28_1 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-forms-28_1 .align-items-center {
    align-items: center; }
  .w3l-forms-28_1 .coming-soon1-content h4 {
    font-size: 70px;
    line-height: 75px;
    color: #f5104e; }
  .w3l-forms-28_1 .coming-soon1-content h4 span {
    color: #2231f6;
    font-size: 16px;
    line-height: 25px;
    vertical-align: top; }
  .w3l-forms-28_1 .d-grid {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-forms-28_1 .display-columns {
    text-align: center;
    padding: 59px 0px;
    box-shadow: 3px 1px 5px 2px rgba(0, 0, 0, 0.12); }
  .w3l-forms-28_1 a.action {
    border: none;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-forms-28_1 a.action img {
    margin-left: 4px; }
  .w3l-forms-28_1 .actionbg {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    line-height: 45px;
    color: #F5F9FC;
    background: #2231f6;
    width: 103px;
    height: 45px;
    text-align: center;
    cursor: pointer; }
  .w3l-forms-28_1 .actionbg :hover {
    background: #f5104e; }
  .w3l-forms-28_1 .align-center {
    text-align: center; }
  .w3l-forms-28_1 p.text-tag {
    color: #8298AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-forms-28_1 p.sub-paragraph {
    color: #777777;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-forms-28_1 .form-28_1 {
    background: #ffffff;
    padding: 80px 0; }
  .w3l-forms-28_1 .form-main-cont-28_1 {
    margin: 0 auto; }
  .w3l-forms-28_1 .coming-soon1-content {
    margin: 80px 0 40px; }
  .w3l-forms-28_1 h4.title-cont-foem28_1 {
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    text-transform: capitalize; }
  .w3l-forms-28_1 p.small-para-28form {
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    max-width: 500px;
    margin: 0 auto; }
  .w3l-forms-28_1 form.w3l-forms-28_1-form input {
    background: #E1E9F0;
    border: none;
    padding: 14px;
    font-size: 15px;
    color: #8298AB;
    width: 100%; }
  .w3l-forms-28_1 button.actionbg {
    width: 100%; }
  .w3l-forms-28_1 form.w3l-forms-28_1-form {
    margin: 25px auto 15px;
    max-width: 450px;
    grid-template-columns: 2fr 1fr; }
  .w3l-forms-28_1 p.small-para-28_1form {
    font-size: 15px;
    line-height: 20px;
    color: #8298AB;
    max-width: 500px;
    margin: 0 auto; }
  @media (max-width: 736px) {
    .w3l-forms-28_1 .coming-soon1-content h4 {
      font-size: 50px;
      line-height: 55px; }
    .w3l-forms-28_1 .display-columns {
      padding: 40px 0px; }
    .w3l-forms-28_1 .form-28_1 {
      background: #f5f9fc;
      padding: 60px 0; } }
  @media (max-width: 568px) {
    .w3l-forms-28_1 .form-28_1 {
      padding: 50px 0; }
    .w3l-forms-28_1 .coming-soon1-content {
      margin: 50px 0 40px; } }
  @media (max-width: 500px) {
    .w3l-forms-28_1 .coming-soon1-content h4 span {
      display: block; }
    .w3l-forms-28_1 .display-columns {
      padding: 20px 0px; } }
  @media (max-width: 375px) {
    .w3l-forms-28_1 .form-28_1 {
      padding: 40px 0; } }
  @media (max-width: 320px) {
    .w3l-forms-28_1 h4.title-cont-foem28_1 {
      font-size: 28px;
      line-height: 34px; }
    .w3l-forms-28_1 .coming-soon1-content h4 {
      font-size: 40px;
      line-height: 46px; }
    .w3l-forms-28_1 .display-columns {
      padding: 14px 0px; } }

html {
  width: 100%; }

table {
  font-size: 14px;
  border: 0; }

table.map tr td iframe {
  width: 100%;
  height: 200px; }

img.img-email {
  border-radius: 50%; }

/* ----------- responsive ----------- */
@media only screen and (max-width: 801px) {
  .header-email {
    width: 720px; }
  .container-middle {
    width: 685px; } }

@media only screen and (max-width: 736px) {
  .header-email {
    width: 700px; }
  .container-middle {
    width: 635px; } }

@media only screen and (max-width: 668px) {
  .container-middle {
    width: 550px; }
  table.dairy {
    width: 500px; }
  table.logo {
    width: 350px; }
  td.w3l_space1 {
    height: 45px; }
  .w3ls_banner {
    height: 310px; }
  .agile_banner_bottom_left {
    width: 249px; }
  .agile_banner_bottom1_left_sub {
    width: 290px; }
  .w3_banner1_b1 {
    width: 242px; }
  .w3_banner2 {
    width: 10px; }
  .w3_banner1_text {
    font-size: 1.8em !important; }
  .w3_banner1 {
    width: 163px; }
  .w3_banner1_space {
    width: 5px; }
  .w3agile_banner1 {
    width: 235px; }
  img.figure_one {
    width: 230px;
    height: auto; }
  .header-email {
    width: 600px; }
  .agileits_main_space {
    height: 50px; } }

@media only screen and (max-width: 640px) {
  table.dairy {
    width: 500px; }
  table.logo {
    width: 340px; } }

@media only screen and (max-width: 600px) {
  .container-middle {
    width: 500px; }
  .header-email {
    width: 570px; }
  table.dairy {
    width: 440px; }
  table.logo {
    width: 290px; }
  .agile_banner_bottom_left {
    width: 218px; }
  .agile_banner_bottom_left_text {
    font-size: 1.3em !important; }
  .w3_services_top_space {
    height: 30px; }
  .agile_banner_bottom1_left {
    width: 240px; }
  .agile_banner_bottom1_left_text {
    font-size: 1.37em !important; }
  .agile_banner_bottom1_left_copy {
    width: 145px !important; }
  .agile_banner_bottom1_left_sub {
    width: 262px; }
  .w3_banner1_b1 {
    width: 215px; }
  .w3_banner1_text {
    font-size: 1.6em !important; }
  .banner_bottom_b1 {
    height: 200px; }
  .w3_banner1 {
    width: 100%; }
  .w3agile_banner1 {
    width: 205px; }
  img.figure_one {
    width: 200px; } }

@media only screen and (max-width: 568px) {
  .container {
    width: 525px !important; }
  .header-email {
    width: 545px; }
  .agileits_main_space {
    height: 30px; } }

@media only screen and (max-width: 480px) {
  .container {
    width: 200px !important; }
  .container-middle {
    width: 400px; }
  table.dairy {
    width: 345px; }
  .header-email {
    width: 310px; }
  img.agileinfo_logo_figure {
    width: 80px;
    height: auto; }
  table.logo {
    width: 200px; }
  .w3ls_modi {
    font-size: 1.6em !important;
    letter-spacing: 0px !important; }
  .w3ls_banner {
    height: 285px;
    background-position: -180px 0px !important; }
  .w3_services_top_space1 {
    height: 40px; }
  .agile_banner_bottom_left {
    width: 100%; }
  .agile_banner_bottom1_left {
    width: 100%; }
  .w3agile_delectus {
    height: 10px; }
  .agile_banner_bottom1_left_fig {
    width: 100%; }
  .agile_banner_bottom1_left_space {
    height: 25px; }
  .agile_banner_bottom1_left_text {
    text-align: center; }
  .agile_amet {
    text-align: center; }
  .agile_banner_bottom1_left_copy {
    width: 100% !important; }
  .agile_banner_bottom1_left_sub {
    width: 100%; }
  .agile_non_left_space_sub {
    height: 0px; }
  .duasd {
    height: 35px; }
  .w3_banner1_b1 {
    width: 100%; }
  .w3_banner2_height {
    height: 5px; }
  .banner_bottom_b1 {
    height: 250px; }
  img.figure_one {
    width: 235px; }
  .w3agile_banner1 {
    width: 100%; }
  .w3agile_banner1_space_height {
    height: 30px; }
  .likes_agileits {
    height: 30px; } }

@media only screen and (max-width: 414px) {
  table {
    width: 100% !important; }
  .agileits_main_space {
    height: 10px; }
  .container {
    width: 380px !important; }
  .w3l_logo_left {
    width: 20px !important; }
  table.logo {
    width: 190px !important;
    text-align: center; }
  .w3l_logo_right {
    width: 80px !important; }
  table.dairy {
    width: 345px !important; }
  .wthree_dot {
    width: 8px !important; }
  .wthree_dot1 {
    width: 5px !important; }
  .w3_number {
    width: 25px !important; }
  .agileits_line {
    width: 25px !important; }
  .w3agile_social_icons {
    width: 130px !important; }
  img.figure_one {
    width: 280px; } }

@media only screen and (max-width: 384px) {
  .container-middle {
    width: 350px !important; }
  table.dairy {
    width: 330px !important; }
  .container {
    width: 330px !important; }
  table.logo {
    width: 175px !important; }
  .agileinfo_copyright {
    text-align: center; } }

@media only screen and (max-width: 375px) {
  .container-middle {
    width: 340px !important; }
  table.dairy {
    width: 310px !important; }
  .w3l_logo_right {
    width: 70px !important; }
  table.logo {
    width: 165px !important; } }

@media only screen and (max-width: 320px) {
  .container-middle {
    width: 280px !important; }
  .container {
    width: 280px !important; }
  table.dairy {
    width: 250px !important; }
  .agileits_main_space {
    height: 13px; }
  img.agileinfo_logo_figure {
    width: 70px; }
  .w3l_space {
    height: 10px; }
  a.web_uioue {
    font-size: 13px !important; }
  table.logo {
    width: 110px !important; }
  .w3l_space_banner_top {
    height: 7px; }
  .w3ls_modi {
    font-size: 1.3em !important; }
  td.w3l_space1 {
    height: 20px; }
  .w3ls_banner {
    height: 250px;
    background-position: -260px 0px !important; }
  .w3_services_top_space1 {
    height: 30px; }
  .ljkh_space {
    height: 25px; }
  .lkjservice {
    font-size: 1.8em !important; }
  .w3agile_delectus {
    height: 0; }
  .w3_banner1_text {
    font-size: 1.4em !important; }
  .w3_banner1 {
    width: 271px !important;
    text-align: center; }
  img.figure_one {
    width: 240px; } }

.w3l-products-1 {
  /*Cart*/
  /*//Cart*/
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-products-1 .products1-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-products-1 .products1 {
    padding: 60px 0 80px; }
  .w3l-products-1 .products1 h4 a {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block; }
  .w3l-products-1 .products1 h4 a:hover {
    color: #f5104e; }
  .w3l-products-1 .products1 p {
    font-size: 15px;
    line-height: 20px;
    color: #8298ab;
    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.fa {
    color: #52575b;
    font-size: 13px; }
  .w3l-products-1 ul.star span.fa:hover {
    color: #000000; }
  .w3l-products-1 .column.ecom {
    border: 1px solid #dfdfdf;
    padding: 1em; }
  .w3l-products-1 .prod-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 50px; }
  .w3l-products-1 .car-t h4 {
    padding: 18px 0; }
  .w3l-products-1 button.btn.btn-primary, .w3l-products-1 .sc-add-to-cart {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: #F5F9FC;
    background: #2231f6;
    padding: 8px 22px;
    text-align: center;
    cursor: pointer;
    margin-top: 14px; }
  .w3l-products-1 button.btn.btn-primary:hover, .w3l-products-1 .sc-add-to-cart:hover {
    background: #f5104e; }
  .w3l-products-1 div#cart {
    border: 1px solid #d3d0d0;
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .w3l-products-1 .cart-heading {
    display: flex;
    background: #f5104e !important;
    color: #fff !important;
    padding: 12px; }
  .w3l-products-1 .cart-body {
    text-align: center; }
  .w3l-products-1 .cart-summary-container {
    width: 27rem;
    border-top: 1px solid rgba(150, 150, 150, 0.16); }
  .w3l-products-1 .cart-total-amount {
    font-weight: 700;
    padding: 2rem;
    font-size: 1.3rem;
    display: flex;
    border-top: 1px solid rgba(150, 150, 150, 0.16);
    border-bottom: 1px solid rgba(150, 150, 150, 0.16); }
  .w3l-products-1 .cart-checkout {
    cursor: pointer;
    height: 6rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .w3l-products-1 .spacer {
    flex-grow: 1;
    visibility: hidden; }
  .w3l-products-1 .quantityContainer {
    display: flex;
    align-items: center; }
  .w3l-products-1 .quantity {
    width: 5rem;
    height: 2rem;
    margin: 0 .5rem;
    text-align: center;
    padding: 0;
    font-weight: bold;
    -webkit-appearance: none; }
  .w3l-products-1 input.quantity.form-control.item-count {
    -webkit-appearance: none; }
  .w3l-products-1 .quantity-am {
    display: flex;
    align-items: center;
    padding: 1rem; }
  .w3l-products-1 .name {
    width: 80%;
    display: flex;
    align-items: center;
    padding: 1rem; }
  .w3l-products-1 .cart-each-product {
    display: flex;
    color: #2d2d2d;
    justify-content: space-between;
    margin: 1rem 0 0 0; }
  .w3l-products-1 .car-t {
    position: relative; }
  @media (max-width: 1280px) {
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 1080px) {
    .w3l-products-1 .prod-top {
      grid-template-columns: 1fr;
      grid-gap: 30px; }
    .w3l-products-1 .products1 h4 {
      font-size: 19px; }
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 800px) {
    .w3l-products-1 .products1 {
      padding: 50px 0 60px; } }
  @media (max-width: 600px) {
    .w3l-products-1 .products1 {
      padding: 50px 0 50px; } }
  @media (max-width: 480px) {
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr 1fr; }
    .w3l-products-1 .cart-summary-container {
      width: 24rem; } }
  @media (max-width: 415px) {
    .w3l-products-1 .products1 h4 {
      margin-top: 15px; }
    .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 {
      grid-row-gap: 40px; }
    .w3l-products-1 .cart-summary-container {
      width: 22rem; } }
  @media (max-width: 387px) {
    .w3l-products-1 .products1 h3 {
      font-size: 27px;
      line-height: 28px;
      margin-top: 25px; }
    .w3l-products-1 .products1 p {
      font-size: 16px; }
    .w3l-products-1 .cart-summary-container {
      width: 21rem; } }
  @media (max-width: 376px) {
    .w3l-products-1 .cart-summary-container {
      width: 19rem; } }
  @media (max-width: 320px) {
    .w3l-products-1 .cart-summary-container {
      width: 17rem; }
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr;
      grid-row-gap: 20px; }
    .w3l-products-1 .products1 {
      padding: 40px 0 40px; } }

.w3l-features-photo-7 {
  /* titels-7 */
  /*******************KEYFRAMES*******************/
  /******************MEDIA QUERYS******************/
  /* responsive code */ }
  .w3l-features-photo-7 .w3l-features-photo-7_sur {
    padding: 60px 0 80px; }
  .w3l-features-photo-7 .w3l-features-photo-7_top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 80px;
    align-items: center; }
  .w3l-features-photo-7 a.actionbg {
    border: 2px solid #2231f6;
    background: #2231f6;
    color: #fff;
    text-decoration: none;
    width: 170px;
    display: inline-block;
    height: 45px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    font-size: 16px; }
  .w3l-features-photo-7 a.actionbg:hover {
    border: 2px solid #f5104e;
    background: #f5104e; }
  .w3l-features-photo-7 a.actionbg1 {
    border: 2px solid #777777;
    background: none;
    color: #777777;
    text-decoration: none;
    width: 170px;
    display: inline-block;
    height: 45px;
    line-height: 38px;
    text-align: center;
    font-size: 16px; }
  .w3l-features-photo-7 a.actionbg1:hover {
    border: 2px solid #f5104e;
    background: #f5104e;
    color: #ffffff; }
  .w3l-features-photo-7 .buttons {
    margin-bottom: 20px; }
  .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-left li {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #000000; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h3 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    color: #000000; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h5 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 28px;
    color: #f5104e; }
  .w3l-features-photo-7 label.tp-1 {
    font-size: 18px;
    color: #b4b4b4;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through; }
  .w3l-features-photo-7 .w3l-features-photo-7_top-left li span {
    font-weight: 700; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
    margin-bottom: 16px;
    font-size: 24px;
    margin-top: 28px;
    line-height: 29px;
    color: #000000; }
  .w3l-features-photo-7 select#country1 {
    padding: 10px 30px;
    -webkit-appearance: none; }
  .w3l-features-photo-7 .w3l-features-photo-7_top p {
    font-size: 16px;
    line-height: 25px;
    color: #777777; }
  .w3l-features-photo-7 .color-quality-right {
    margin-bottom: 20px; }
  .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; }
  .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: 10; }
  .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: 30;
    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; }
  .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; }
  @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; } }
  @media screen and (max-width: 415px) {
    .w3l-features-photo-7 .w3l-features-photo-7_sur {
      padding: 30px 0; } }
  @media screen and (max-width: 387px) {
    .w3l-features-photo-7 a.actionbg, .w3l-features-photo-7 a.actionbg1 {
      width: 130px; }
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (max-width: 320px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      font-size: 24px;
      line-height: 30px; }
    .w3l-features-photo-7 a.actionbg, .w3l-features-photo-7 a.actionbg1 {
      width: 124px; } }

/* //titels-7 */
.w3l-products-17 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-products-17 .products17-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-products-17 .column.pro {
    border: 1px solid #dfdfdf;
    padding: 1em;
    text-align: center; }
  .w3l-products-17 .products17 {
    padding: 0px 0 80px; }
  .w3l-products-17 .products17 h4 a {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block; }
  .w3l-products-17 .products17 h4 a:hover {
    color: #f5104e; }
  .w3l-products-17 .products17 p {
    font-size: 15px;
    line-height: 20px;
    color: #8298ab;
    margin-top: 5px; }
  .w3l-products-17 ul.star {
    margin-top: 12px; }
  .w3l-products-17 ul.star li {
    display: inline-block; }
  .w3l-products-17 ul.star span {
    color: #8298AB;
    font-size: 13px;
    line-height: 20px;
    margin-left: 10px;
    vertical-align: text-top; }
  @media (max-width: 1080px) {
    .w3l-products-17 .products1 h4 {
      font-size: 19px; } }
  @media (max-width: 800px) {
    .w3l-products-17 .products17-content {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 20px; } }
  @media (max-width: 480px) {
    .w3l-products-17 .products17-content {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 415px) {
    .w3l-products-17 .products17 h4 {
      margin-top: 15px; }
    .w3l-products-17 .grids p {
      margin-top: 10px; }
    .w3l-products-17 .products17 {
      padding: 35px 0 45px; }
    .w3l-products-17 ul.star span {
      margin-left: 0px; } }
  @media (max-width: 384px) {
    .w3l-products-17 .products17 h3 {
      font-size: 27px;
      line-height: 28px;
      margin-top: 25px; }
    .w3l-products-17 .products17 p {
      font-size: 16px; } }
  @media (max-width: 320px) {
    .w3l-products-17 .products17-content {
      grid-template-columns: 1fr; } }

.w3l-contact-hny-6 {
  /*--/footer--*/
  /*--//footer--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-contact-hny-6 .contact-section {
    padding: 60px 0 80px; }
  .w3l-contact-hny-6 .map-fo {
    background: #F5F9FC;
    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: 4em 3em;
    background: #fff;
    width: 399px;
    z-index: 9; }
  .w3l-contact-hny-6 .contact-form h5 {
    font-size: 20px;
    line-height: 25px;
    color: #000000; }
  .w3l-contact-hny-6 .contact-form input, .w3l-contact-hny-6 textarea {
    font-size: 14px;
    padding: 12px 15px;
    color: #666;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #dddddd;
    display: block;
    width: 100%;
    margin-bottom: 18px;
    font-family: Arial; }
  .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: 1px solid #E1E9F0; }
  .w3l-contact-hny-6 .contact-form .btn {
    background: #2231f6;
    border: 2px solid #2231f6;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    font-size: 15px;
    border-radius: 0px;
    font-weight: 500;
    cursor: pointer; }
  .w3l-contact-hny-6 .contact-form .btn:hover {
    background: #f5104e;
    border: 2px solid #f5104e; }
  .w3l-contact-hny-6 .contact-info-ad {
    background: #222980;
    padding: 70px 0; }
  .w3l-contact-hny-6 .adress-lavi-info h3 {
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 15px; }
  .w3l-contact-hny-6 .contact-form p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    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: 28px;
    color: #ffffff; }
  .w3l-contact-hny-6 .adress-lavi-info a:hover {
    color: #f5104e; }
  .w3l-contact-hny-6 .grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 270px 1fr; }
  @media (max-width: 1080px) {
    .w3l-contact-hny-6 .contact-form {
      right: 10%;
      bottom: -100px;
      padding: 4em 3em; } }
  @media (max-width: 1080px) {
    .w3l-contact-hny-6 .contact-form {
      position: absolute;
      right: 5%;
      bottom: -100px;
      padding: 3em 3em; }
    .w3l-contact-hny-6 .adress-lavi-info h3 {
      font-size: 20px;
      line-height: 15px;
      margin-bottom: 12px; }
    .w3l-contact-hny-6 .adress-lavi-info p, .w3l-contact-hny-6 .adress-lavi-info a {
      font-size: 15px;
      line-height: 30px; }
    .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 .adress-lavi-info h3 {
      font-size: 18px; }
    .w3l-contact-hny-6 .map-fo {
      margin-top: 2em; } }
  @media (max-width: 800px) {
    .w3l-contact-hny-6 .contact-section {
      padding: 60px 0 60px; } }
  @media (max-width: 667px) {
    .w3l-contact-hny-6 .contact-form {
      padding: 2em 2em;
      margin-top: 20px; }
    .w3l-contact-hny-6 .adress-lavi-info:nth-child(1) {
      margin-bottom: 20px; }
    .w3l-contact-hny-6 .map-fo iframe {
      min-height: 250px; }
    .w3l-contact-hny-6 .contact-form textarea {
      min-height: 75px; }
    .w3l-contact-hny-6 .grid {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: 138px 1fr; } }
  @media (max-width: 568px) {
    .w3l-contact-hny-6 .contact-section {
      padding: 50px 0 50px; } }
  @media (max-width: 480px) {
    .w3l-contact-hny-6 .map-fo iframe {
      min-height: 200px; }
    .w3l-contact-hny-6 .contact-info-ad {
      padding: 30px 0; }
    .w3l-contact-hny-6 .adress-lavi-info h3 {
      font-size: 16px; }
    .w3l-contact-hny-6 .contact-form p {
      font-size: 15px; }
    .w3l-contact-hny-6 .contact-form {
      padding: 2em 1em; } }
  @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: 55px; }
    .w3l-contact-hny-6 .contact-form input, .w3l-contact-hny-6 textarea {
      margin-bottom: 15px; } }
  @media (max-width: 384px) {
    .w3l-contact-hny-6 .map-fo iframe {
      min-height: 150px; }
    .w3l-contact-hny-6 .grid {
      display: grid;
      grid-gap: 15px;
      grid-template-columns: 97px 1fr; }
    .w3l-contact-hny-6 .adress-lavi-info p, .w3l-contact-hny-6 .adress-lavi-info a {
      font-size: 14px;
      line-height: 30px; } }
  @media (max-width: 375px) {
    .w3l-contact-hny-6 .contact-section {
      padding: 40px 0 40px; } }

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