/*--
Author: W3layouts
Author URL: http://w3layouts.com
--*/
:root {
  --main-bg-color: #f8f9fa;
  --main-heading-color: #212129d6;
  --heading-color: #2c3038;
  --para-color: #555a64;
  --theme-color: #3369e7;
  --theme-hover-color: #013ca6; }
.bg-color{
	background: #e7eaee;
}
html {
  scroll-behavior: smooth; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

* {
  box-sizing: border-box; }

.wrapper {
  width: 75%;
  margin: 0 auto; }

.wrapper-full {
  width: 90%;
  margin: 0 auto; }

li {
  list-style-type: none; }

@media all and (max-width: 641px) {
  .wrapper,.w3l-covers-4 .slider-info {
    width: 90%; } }

@media all and (max-width: 441px) {
  .wrapper, .wrapper-full,.w3l-covers-4 .slider-info {
    width: 100%;
    padding: 0 16px; } }

.img-responsive {
  max-width: 100%; }

.d-grid {
  display: grid; }

.d-flex {
  display: flex;
  display: -webkit-flex; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.clear {
  clear: both; }

button,
input,
select {
  -webkit-appearance: none;
  outline: none; }

button,
.btn,
select {
  cursor: pointer; }

a {
  text-decoration: none; }

iframe {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-sticky {
  position: -webkit-sticky;
  position: sticky; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  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-top-menu-4 #headers4-block {
  padding: 1.5rem 0; }

.w3l-top-menu-4 ul.top-menu-right li {
  display: inline-block;
  color: #888;
  font-size: 16px; }

.w3l-top-menu-4 ul.top-menu-right li a, .w3l-top-menu-4 ul.top-menu-right li p {
  color: var(--heading-color);
  display: block;
  font-size: 16px; }

.w3l-top-menu-4 ul.top-menu-right li span.fa {
  color: var(--heading-color);
  font-size: 15px;
  width: 20px; }

.w3l-top-menu-4 ul.top-menu-right li a span {
  color: #304659;
  font-size: 17px; }

.w3l-top-menu-4 ul.top-menu-right li:last-child {
  margin-right: 0; }

.w3l-top-menu-4 .d-grid {
  display: grid; }

.w3l-top-menu-4 .d-flex {
  display: flex; }

.w3l-top-menu-4 .align-topmenu4 {
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 1fr auto; }

.w3l-top-menu-4 .align-items-menu4 {
  align-items: center;
  grid-template-columns: auto 1fr; }

.w3l-top-menu-4 .top-menu4 {
  width: 100%;
  z-index: 3;
  padding: 1rem 0;
  border-bottom: 1px solid #eee; }

.w3l-top-menu-4 ul.top-menu-right {
  align-items: center;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 50px; }

.w3l-top-menu-4 ul.social-icons {
  margin-top: 3px;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.w3l-top-menu-4 ul.social-icons li a {
  display: block;
  text-decoration: none; }

.w3l-top-menu-4 ul.social-icons li {
  display: inline-block;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  transition: .3s; }

.w3l-top-menu-4 ul.social-icons li a span {
  font-size: 13px;
  color: #fff;
  line-height: 30px; }

.w3l-top-menu-4 ul.social-icons li.facebook {
  background: #3a5998;
  transition: .3s; }

.w3l-top-menu-4 ul.social-icons li.twitter {
  background: #55acee;
  transition: .3s; }

.w3l-top-menu-4 ul.social-icons li.instagram {
  background: #c13584;
  transition: .3s; }

.w3l-top-menu-4 ul.social-icons li.linkedin {
  background: #0077b5;
  transition: .3s; }

.w3l-top-menu-4 ul.social-icons li.google-plus {
  background: #dc4e41;
  transition: .3s; }

.w3l-top-menu-4 ul.social-icons li:first-child {
  margin-left: 0px; }

.w3l-top-menu-4 .fullwidth-overlay-menu {
  position: relative; }

.w3l-top-menu-4 .topmenu4-expand {
  cursor: pointer; }

.w3l-top-menu-4 .top-menu4-icon:hover {
  opacity: 0.9; }

.w3l-top-menu-4 .fullwidth-overlay-menu input {
  display: none; }

.w3l-top-menu-4 .top-menu4-icon label.close {
  text-transform: uppercase;
  text-align: center; }

.w3l-top-menu-4 .top-menu4-icon label.close:hover {
  cursor: pointer; }

.w3l-top-menu-4 .expanded-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999; }

.w3l-top-menu-4 .expanded-menu label.close {
  width: 4%;
  position: absolute;
  left: 48%;
  top: 11px;
  cursor: pointer;
  z-index: 999;
  color: #fff;
  font-size: 30px;
  text-align: center; }

.w3l-top-menu-4 .expanded-menu nav {
  text-align: center;
  position: relative;
  top: 50%;
  font-size: 54px;
  transform: translateY(-50%); }

.w3l-top-menu-4 .expanded-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative; }

.w3l-top-menu-4 .expanded-menu ul li {
  margin: 20px 0;
  float: left;
  width: 33.333%; }

.w3l-top-menu-4 .expanded-menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 20px; }

.w3l-top-menu-4 .expanded-menu ul li a:hover,
.w3l-top-menu-4 .expanded-menu ul li a:focus {
  opacity: 0.8; }

.w3l-top-menu-4 .top-menu4-icon ~ .expanded-menu-effect {
  opacity: 0;
  visibility: hidden; }

.w3l-top-menu-4 #view:checked ~ .expanded-menu-effect {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s; }

.w3l-top-menu-4 .expanded-menu-effect nav {
  -moz-perspective: 300px; }

.w3l-top-menu-4 .expanded-menu-effect nav ul {
  opacity: 0.4;
  transform: translateX(-25%) rotateY(85deg);
  transition: transform 0.5s, opacity 0.5s; }

.w3l-top-menu-4 #view:checked ~ .expanded-menu-effect nav ul {
  opacity: 1;
  transform: rotateY(0deg); }

.w3l-top-menu-4 #view:not(:checked) ~ .expanded-menu-effect nav ul {
  transform: translateX(25%) rotateY(-85deg); }

.w3l-top-menu-4 .popup form input[type="search"] {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  border: none;
  height: 50px;
  background: #fff;
  padding-left: 15px;
  width: 100%; }

.w3l-top-menu-4 .popup form button {
  border: none;
  min-width: 113px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #F5F9FC;
  background: #0845a2;
  width: 90px;
  line-height: 35px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.5s ease-out; }

.w3l-top-menu-4 .popup form button:hover {
  background: #6b7fff;
  transform: translate3d(-5px, 0px, 0);
  -webkit-transform: translate3d(-5px, 0px, 0);
  transition: 0.5s ease-out; }

.w3l-top-menu-4 .popup form input:focus {
  outline: none;
  border: none; }

.w3l-top-menu-4 .pop-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.97);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.85);
  height: 100vh; }

.w3l-top-menu-4 .pop-overlay:target {
  visibility: visible;
  opacity: 1; }

.w3l-top-menu-4 .popup {
  background: #fff;
  margin: 0rem auto;
  padding: 6px 15px;
  max-width: 700px;
  border-radius: 3px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.w3l-top-menu-4 .close {
  position: absolute;
  top: 15px;
  right: 100px;
  transition: all 200ms;
  font-size: 40px;
  text-decoration: none;
  color: #fff;
  opacity: 1; }

.w3l-top-menu-4 .close:hover {
  opacity: 0.8; }

@media (max-width: 1080px) {
  .w3l-top-menu-4 ul.top-menu-right {
    grid-gap: 30px; } }

@media (max-width: 1024px) {
  .w3l-top-menu-4 .close {
    right: 60px; } }

@media (max-width: 900px) {
  .w3l-top-menu-4 .close {
    right: 55px; }
  .w3l-top-menu-4 ul.social-icons li {
    margin: 0 2px; }
  .w3l-top-menu-4 ul.top-menu-right {
    grid-gap: 20px; } }

@media (max-width: 800px) {
  .w3l-top-menu-4 ul.social-icons {
    display: none; } }

@media (max-width: 700px) {
  .w3l-top-menu-4 .popup {
    margin: 0 15px; } }

@media (max-width: 550px) {
  .w3l-top-menu-4 ul.social-icons li {
    margin: 0 5px; }
  .w3l-top-menu-4 .close {
    right: 45px; } }

@media (max-width: 480px) {
  .w3l-top-menu-4 .align-items-menu4 {
    grid-template-columns: 1fr; }
  .w3l-top-menu-4 .align-topmenu4 {
    grid-template-columns: 1fr;
    text-align: center; }
  .w3l-top-menu-4 ul.social-icons {
    margin-top: 0;
    margin-bottom: 10px; }
  .w3l-top-menu-4 ul.top-menu-right li {
    vertical-align: middle;
    margin: 0 0px; }
  .w3l-top-menu-4 ul.top-menu-right li a {
    color: #34334e;
    display: inline-block; }
  .w3l-top-menu-4 ul.top-menu-right li:last-child {
    display: none; }
  .top-menu-right li span {
    display: inherit; } }

@media (max-width: 440px) {
  .w3l-top-menu-4 ul.top-menu-right li:last-child {
    position: absolute;
    top: 14px;
    right: 16px; }
  .w3l-top-menu-4 ul.top-menu-right {
    grid-template-columns: auto auto; }
  .w3l-top-menu-4 ul.top-menu-right {
    justify-content: space-between; }
  .w3l-top-menu-4 .top-menu4 {
    padding: 0.8rem 0; }
  .w3l-top-menu-4 .close {
    right: 16px; } }

.w3l-header-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  background: #fff;
  z-index: 99; }

.w3l-header-4 {
  /*-- Headers-4 block --*/
  /*-- /Headers-4 block --*/
  /* 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 */
  /*-- responsive design --*/
  /*-- /responsive design --*/ }

.w3l-header-4 #headers4-block {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid #eee;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  margin: 0px auto;
  padding: 15px 0; }

.w3l-header-4 .header-align {
  grid-template-columns: 1fr auto;
  align-items: center; }

.w3l-header-4 a.brand-logo {
  color: #0845a2;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px; }

.w3l-header-4 input#nav {
  display: none; }

.w3l-header-4 label.nav {
  display: none; }

.w3l-header-4 ul.nav-links li {
  display: inline-block;
  font-weight: 400; }

.w3l-header-4 ul.nav-links li:last-child {
  margin-left: auto; }

.w3l-header-4 ul.nav-links li a {
  font-size: 15px;
  color: #3b5266;
  text-decoration: none;
  padding: 0px 17px;
  display: block; }

.w3l-header-4 ul.nav-links li a:hover {
  color: #000000; }

.w3l-header-4 a.actionbg {
  font-size: 16px;
  text-align: center;
  color: #F5F9FC;
  background: #0845a2;
  width: 90px;
  height: 37px;
  line-height: 35px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.5s ease-out; }

.w3l-header-4 a.actionbg:hover {
  background: #6b7fff;
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.5s ease-out; }

.w3l-header-4 .toggle-2,
.w3l-header-4 .toggle,
.w3l-header-4 [id^=drop] {
  display: none; }

.w3l-header-4 nav {
  margin: 0;
  padding: 0;
  margin-top: 5px; }

.w3l-header-4 #logo a {
  float: left; }

.w3l-header-4 #logo a img {
  height: 30px; }

.w3l-header-4 nav:after {
  content: "";
  display: table;
  clear: both; }

.w3l-header-4 nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }

.w3l-header-4 nav ul li {
  display: inline-block;
  margin: 0px 10px;
  position: relative; }

.w3l-header-4 nav a {
  font-weight: 400;
  display: inline-block;
  transition: none;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  text-transform: capitalize; }

.w3l-header-4 .angle-dropdown {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1em;
  vertical-align: .16em;
  content: "";
  border-top: 0.3em solid #797979;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent; }

.w3l-header-4 .angle-dropdown-sub {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1em;
  vertical-align: .16em;
  content: "";
  border-top: 0.3em solid #797979;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
  transform: rotate(-90deg); }

.w3l-header-4 nav a:hover {
  color: #000;
  opacity: .8; }

.w3l-header-4 nav ul ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 160px;
  background: #fff;
  z-index: 999;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1); }

.w3l-header-4 nav ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 160px;
  width: 160px;
  background: #fff;
  z-index: 999;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
  border-left: 0px solid #0845a2;
  border-radius: 3px; }

.w3l-header-4 nav ul li:hover > ul {
  display: inherit; }

.w3l-header-4 nav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
  margin: 2px 0; }

.w3l-header-4 nav ul ul li a {
  display: block;
  padding: 5px 12px; }

.w3l-header-4 nav a {
  padding: 5px 0;
  position: relative; }

.w3l-header-4 nav ul ul li a:hover {
  background: #faf9fe;
  transition: 0.3s ease; }

.w3l-header-4 nav ul ul ul li {
  position: relative;
  top: 0;
  left: 0px;
  /* has to be the same number as the "width" of "nav ul ul li" */ }

.w3l-header-4 li > a:only-child:after {
  content: ''; }

@media all and (max-width: 992px) {
  .w3l-header-4 {
    /* Hide the navigation menu by default */
    /* Also hide the  */
    /* Stylinf the toggle lable */
    /* Display Dropdown when clicked on Parent Lable */
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    /* Change menu item's width to 100% */
    /* Hide Dropdowns by Default */
    /* Hide menus on hover */
    /* Fisrt Tier Dropdown */ }
  .w3l-header-4 .navigation {
    float: none; }
  .w3l-header-4 a.actionbg {
    display: none; }
  .w3l-header-4 .logo {
    float: left; }
  .w3l-header-4 .nav-mobile-block {
    display: block !important; }
  .w3l-header-4 nav a.border-left {
    border-left: none !important; }
  .w3l-header-4 .toggle + a,
  .w3l-header-4 .menu {
    display: none; }
  .w3l-header-4 .toggle {
    display: block;
    text-decoration: none;
    border: none;
    float: right;
    margin-bottom: 0;
    cursor: pointer;
    color: #0845a2;
    background: #fff;
    padding: 6px 15px;
    border-radius: 0px;
    border: 2px solid #0845a2; }
  .w3l-header-4 .toggle:hover {
    background: #0845a2;
    color: #fff; }
  .w3l-header-4 .menu .toggle {
    float: none;
    margin: auto;
    padding: 5px 0;
    font-weight: normal;
    font-size: 15px;
    background: transparent;
    color: #666 !important;
    border: none; }
  .w3l-header-4 .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-header-4 [id^=drop]:checked + ul {
    display: block;
    padding: 10px 15px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    max-height: 400px; }
  .w3l-header-4 nav ul ul::-webkit-scrollbar, .w3l-header-4 ul.menu::-webkit-scrollbar {
    width: 4px; }
  .w3l-header-4 nav ul ul::-webkit-scrollbar-track, .w3l-header-4 ul.menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff; }
  .w3l-header-4 nav ul ul::-webkit-scrollbar-thumb, .w3l-header-4 ul.menu::-webkit-scrollbar-thumb {
    background: rgba(82, 82, 82, 0.4); }
  .w3l-header-4 nav ul {
    float: right; }
  .w3l-header-4 nav {
    margin: 0 0 0 0px;
    order: 3; }
  .w3l-header-4 nav ul li {
    display: block;
    width: 100%;
    margin: 0; }
  .w3l-header-4 nav a:hover,
  .w3l-header-4 nav ul ul ul a {
    background-color: transparent; }
  .w3l-header-4 nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */ }
  .w3l-header-4 nav ul ul li:hover > ul,
  .w3l-header-4 nav ul li:hover > ul {
    display: none; }
  .w3l-header-4 nav ul ul li {
    display: block;
    width: 100%;
    padding: 0; }
  .w3l-header-4 nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */ }
  .w3l-header-4 .navigation nav a {
    margin: 8px 0; }
  .w3l-header-4 label.toggle.toogle-2,
  .w3l-header-4 label.toggle.toogle-3,
  .w3l-header-4 label.toggle.toogle-4,
  .w3l-header-4 label.toggle.toogle-5,
  .w3l-header-4 label.toggle.toogle-6 {
    display: inline-block;
    transition: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #0845a2;
    text-transform: capitalize; }
  .w3l-header-4 nav ul ul {
    border-left: 2px solid #0845a2;
    border-top: none; }
  .w3l-header-4 nav ul ul ul {
    border-left: 2px solid #0845a2;
    border-top: none;
    position: static; }
  .w3l-header-4 nav ul ul li a {
    padding: 5px 0px; }
  .w3l-header-4 .angle-dropdown-sub {
    transform: rotate(0deg); } }

@media (max-width: 800px) {
  .w3l-header-4 .logo,
  .w3l-header-4 .button {
    z-index: 9; }
  .w3l-header-4 a.actionbg {
    width: 90px;
    height: 35px;
    line-height: 35px; } }

@media (max-width: 480px) {
  .w3l-header-4 a.brand-logo {
    font-size: 30px;
    line-height: 35px; } }

@media (max-width: 440px) {
  .w3l-header-4 #headers4-block {
    padding: 8px 0; }
  .w3l-header-4 [id^=drop]:checked + ul {
    max-height: 300px; } }

.w3l-covers-4 {
  /*-- covers4 block --*/
  /* main slider */
  /*-- main-slider responsive --*/
  /*-- main-slider responsive --*/
  /*-- /main-slider --*/
  /* responsive */
  /* //responsive */ }

.w3l-covers-4 .slide-right-img img {
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite; }

.w3l-covers-4 .slide-two-col {
  max-width: 650px; }

.w3l-covers-4 .csslider > ul > li {
  padding: 0px 0;
  min-height: 650px;
  overflow-y: auto; }

.w3l-covers-4 .csslider > ul > li:nth-child(2) {
  background-size: cover; }

.w3l-covers-4 .csslider > ul > li:nth-child(3) {
  background-size: cover; }

.w3l-covers-4 .csslider > ul > li:last-child {
  background-size: cover; }

.w3l-covers-4 .slider-info {
  width: 75%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.w3l-covers-4 .slider-info h3 {
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize; }

.w3l-covers-4 .slider-info h3 span {
  font-weight: 300;
  text-transform: lowercase; }

.w3l-covers-4 .slider-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #ddd;
  margin-top: 25px;
  margin-bottom: 30px; }

.w3l-covers-4 .button-style {
  transition: 0.5s ease-out;
  font-size: 16px;
  text-align: center;
  color: #F5F9FC;
  background: #0845a2;
  border: 2px solid #0845a2;
  line-height: 25px;
  padding: 10px 30px;
  display: inline-block;
  margin-right: 5px; }

.w3l-covers-4 .button-style:hover {
  background: var(--theme-hover-color);
  border: 2px solid var(--theme-hover-color); }

.w3l-covers-4 .button-style1 {
  transition: 0.5s ease-out;
  font-size: 16px;
  text-align: center;
  color: #F5F9FC;
  background: transparent;
  line-height: 25px;
  padding: 10px 30px;
  border: 2px solid #fff;
  display: inline-block; }

.w3l-covers-4 .btn.button-style1:hover {
  background: #fff;
  color: #0845a2; }

@media (max-width: 1440px) { }

@media (max-width: 950px) {
  .w3l-covers-4 .slider-info {
    position: static;
    top: 50%;
    left: 50%;
    transform: translate(0%, 0%);
    padding: 6rem 0; }
  .w3l-covers-4 .slider-info h3 {
    font-size: 45px;
    line-height: 50px; }
  .w3l-covers-4 .slide-two-col {
    grid-template-columns: 1fr; }
  .w3l-covers-4 .slide-right-img {
    position: absolute;
    opacity: 0.2;
    margin-left: 40%; }
  .w3l-covers-4 .csslider > ul > li {
    padding: 0px 0;
    overflow-y: hidden;
    min-height: 410px; } }

@media (max-width: 600px) {
  .slider-info h3 {
    font-size: 40px;
    line-height: 45px; }
  .w3l-covers-4 .slider-info {
    padding: 4rem 0; } }

@media all and (max-width: 641px) {
  .w3l-covers-4 .slider-info {
    width: 90%; } }

@media all and (max-width: 441px) {
  .w3l-covers-4 .slider-info {
    width: 100%;
    padding: 0 16px; } }
@media (max-width: 530px) {
  .w3l-covers-4 .slider-info h3 {
    font-size: 38px;
    line-height: 42px; }
  .w3l-covers-4 .slide-right-img {
    opacity: 0.3;
    margin-left: 20%; }
  .w3l-covers-4 .slider-info {
    padding: 2.5rem 0 4.5rem; } }

@media (max-width: 440px) {
  .w3l-covers-4 .slider-info {
    padding: 4rem 016px 4.5rem; }
  .w3l-covers-4 .slider-info p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 25px; }
  .w3l-covers-4 .slider-info h3 {
    font-size: 34px;
    line-height: 38px; } }

@media (max-width: 384px) {
  .w3l-covers-4 .slider-info h3 {
    font-size: 30px;
    line-height: 35px; } }

.w3l-covers-4 .csslider > input {
  display: none; }

.w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%; }

.w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%; }

.w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%; }

.w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%; }

.w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%; }

.w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%; }

.w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%; }

.w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%; }

.w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%; }

.w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%; }

.w3l-covers-4 .csslider > ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box; }

.w3l-covers-4 .slider-bg-1 {
  background: url("../images/bg1.jpg") no-repeat 0px 0px;
  background-size: auto;
  background-size: cover;
  position: relative;
  z-index: 1; }

.w3l-covers-4 .slider-bg-2 {
  background: url("../images/bg3.jpg") no-repeat 0px 0px;
  background-size: auto;
  background-size: cover;
  position: relative;
  z-index: 1; }

.w3l-covers-4 .slider-bg-3 {
  background: url("../images/bg2.jpg") no-repeat center;
  background-size: auto;
  background-size: cover;
  position: relative;
  z-index: 1; }

.w3l-covers-4 .slider-bg-1:before,
.w3l-covers-4 .slider-bg-2:before,
.w3l-covers-4 .slider-bg-3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background: #000;
  z-index: -1; }

.w3l-covers-4 .csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: initial;
  line-height: normal;
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal; }

.w3l-covers-4 .csslider > ul > li.scrollable {
  overflow-y: scroll; }

.w3l-covers-4 .csslider > .navigation {
  position: absolute;
  bottom: 5%;
  left: 34%;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 32%; }

.w3l-covers-4 .csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px;
  padding: 4px;
  background: #0845a2; }

.w3l-covers-4 .csslider > .navigation label:hover:after {
  opacity: 1; }

.w3l-covers-4 .csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  opacity: 0;
  border: 1px solid #6d7d8b; }

.main-slider {
  position: relative; }

.w3l-covers-4 .csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w3l-covers-4 .csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px; }

.w3l-covers-4 .csslider.inside .navigation label {
  border: 1px solid #7e7e7e; }

.w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1; }

.w3l-covers-4 .csslider > .arrows {
  position: absolute;
  bottom: 50%;
  width: 100%;
  height: 26px;
  z-index: 1;
  box-sizing: content-box; }

.w3l-covers-4 .csslider > .arrows label {
  display: none;
  position: absolute;
  padding: 9px;
  box-shadow: inset 2px -2px 0 1px #fff;
  cursor: pointer;
  transition: box-shadow 0.15s, margin 0.15s; }

.w3l-covers-4 .csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #fff;
  margin: 0 0px; }

.w3l-covers-4 .csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%; }

.w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 5%;
  top: 4px;
  right: auto;
  transform: rotate(45deg); }

.w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 5%;
  top: 4px;
  left: auto;
  transform: rotate(225deg); }

.w3l-covers-4 #slider1 > input:nth-of-type(1):checked ~ ul #bg,
.w3l-covers-4 #slider1 > input:nth-of-type(2):checked ~ ul #bg1,
.w3l-covers-4 #slider1 > input:nth-of-type(3):checked ~ ul #bg2,
.w3l-covers-4 #slider1 > input:nth-of-type(4):checked ~ ul #bg3 {
  width: 100%;
  transition: 0.5s 0.5s;
  text-align: center;
  padding: 0;
  height: 100%; }

.w3l-covers-4 #slider1 > input:nth-of-type(1):checked ~ ul #bg div,
.w3l-covers-4 #slider1 > input:nth-of-type(2):checked ~ ul #bg1 div,
.w3l-covers-4 #slider1 > input:nth-of-type(3):checked ~ ul #bg2 div,
.w3l-covers-4 #slider1 > input:nth-of-type(4):checked ~ ul #bg3 div {
  transform: translate(0);
  transition: 0.5s 0.9s; }

@media screen and (max-width: 1280px) {
  .w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 3%; }
  .w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    left: 3%; } }

@media screen and (max-width: 900px) {
  .w3l-covers-4 .csslider > .navigation {
    bottom: 8%; } }

@media screen and (max-width: 800px) {
  .w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 5%; }
  .w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    left: 5%; } }

@media screen and (max-width: 500px) {
  .w3l-covers-4 .csslider > .arrows {
    bottom: 7%; }
  .w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 7%; }
  .w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    left: 7%; } }

@media screen and (max-width: 384px) {
  .w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 8%; }
  .w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    left: 8%; } }

@media screen and (max-width: 320px) {
  .w3l-covers-4 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    right: 10%; }
  .w3l-covers-4 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-covers-4 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-covers-4 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-covers-4 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .w3l-covers-4 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .w3l-covers-4 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .w3l-covers-4 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .w3l-covers-4 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .w3l-covers-4 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .w3l-covers-4 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .w3l-covers-4 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .w3l-covers-4 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    left: 10%; } }

.w3l-grids-4 {
  /*-- grids block 4 --*/ }
  .w3l-grids-4 #grids4-block {
    padding: 70px 0;
    background-color: #f8f9fa; }
  .w3l-grids-4 .parent-flex {
    flex-wrap: wrap;
    justify-content: space-between; }
  .w3l-grids-4 .info-bg {
    background: #fff;
    padding: 25px 20px; }
  .w3l-grids-4 .grids4-info h5 a {
    font-size: 22px;
    line-height: 25px;
    color: var(--heading-color);
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px; }
  .w3l-grids-4 .grids4-info h5 a:hover {
    color: #000000; }
  .w3l-grids-4 .grids4-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 10px;
    margin-bottom: 20px; }
  .w3l-grids-4 .grids4-info span.price {
    color: #0845a2;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px; }
  .w3l-grids-4 .grids4-info ul li {
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #777; }
  .w3l-grids-4 .grids-4 .grids4-info ul li span.fa {
    color: var(--para-color); }
  @media all and (max-width: 1080px) {
    .w3l-grids-4 .grids4-info h5 a {
      font-size: 20px; } }
  @media all and (max-width: 568px) {
    .w3l-grids-4 button.owl-prev {
      left: 0px;
      color: #fff !important; }
    .w3l-grids-4 button.owl-next {
      right: 0px;
      color: #fff !important; }
    .w3l-grids-4 #grids4-block {
      padding: 50px 0; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots {
  margin-top: 30px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-size: 40px !important; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  opacity: .8;
  color: #000;
  text-decoration: none;
  outline: none;
  box-shadow: none; }

.owl-theme .owl-nav [class*=owl-]:focus, .owl-theme:focus, .owl-dots:focus, .owl-dot:focus {
  outline: none;
  box-shadow: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 6px;
  background: #fff;
  display: block;
  border: 1px solid #0845a2;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative; }

button.owl-next, button.owl-prev {
  position: absolute;
  top: 30%; }

button.owl-prev {
  left: -40px; }

button.owl-next {
  right: -40px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0845a2; }

@media all and (max-width: 568px) {
  .owl-dots {
    margin-top: 30px; } }

@media all and (max-width: 440px) {
  button.owl-next {
    right: -30px; }
  button.owl-prev {
    left: -30px; } }

h3.heading-title {
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  color: var(--heading-color);
  margin-bottom: 50px;
  font-weight: 600;
  text-transform: capitalize; }

.w3l-products-4 {
  /*-- Products4-block --*/ }
  .w3l-products-4 #products4-block {
    padding: 70px 0;
    background-color: #ffffff; }
  .w3l-products-4 .d-grid {
    display: grid; }
  .w3l-products-4 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-products-4 .product a {
    display: block; }
  .w3l-products-4 .product {
    position: relative; }
  .w3l-products-4 .product-details {
    position: absolute;
    bottom: 30px;
    width: 100%; }
  .w3l-products-4 .product-details a {
    font-size: 20px;
    line-height: 25px;
    color: #304659;
    margin-bottom: 10px;
    font-weight: bold; }
  .w3l-products-4 .product-details a:hover {
    opacity: 0.8; }
  .w3l-products-4 span.price {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #3B5266; }
  .w3l-products-4 section.tab-content {
    display: none;
    padding: 38px 0 0; }
  .w3l-products-4 input {
    display: none; }
  .w3l-products-4 label.tabtle {
    display: inline-block;
    text-align: center;
    color: var(--heading-color);
    margin: 0 10px;
    font-size: 16px;
    line-height: 25px;
    background: #ededed;
    padding: 6px 20px;
    font-weight: 600; }
  .w3l-products-4 label.tabtle:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px; }
  .w3l-products-4 label.tabtle:hover {
    color: #304659;
    cursor: pointer; }
  .w3l-products-4 input:checked + label.tabtle {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    background: #0845a2;
    padding: 6px 20px;
    font-weight: 600; }
  .w3l-products-4 #tab1:checked ~ #content1,
  .w3l-products-4 #tab2:checked ~ #content2,
  .w3l-products-4 #tab3:checked ~ #content3,
  .w3l-products-4 #tab4:checked ~ #content4 {
    display: block; }
  .w3l-products-4 .info-bg {
    background: #fff;
    padding: 25px 20px;
    box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09); }
  .w3l-products-4 .info-bg h5 a {
    font-size: 22px;
    line-height: 25px;
    color: var(--heading-color);
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px; }
  .w3l-products-4 .info-bg h5 a:hover {
    color: #000000; }
  .w3l-products-4 .info-bg p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 10px;
    margin-bottom: 20px; }
  .w3l-products-4 .info-bg span.price {
    color: #0845a2;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px; }
  .w3l-products-4 .info-bg ul li {
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #777; }
  .w3l-products-4 .info-bg ul li span.fa {
    color: var(--para-color); }
  @media all and (max-width: 1080px) {
    .w3l-products-4 .grid-col-3 {
      grid-gap: 15px; }
    .w3l-products-4 .info-bg h5 a {
      font-size: 20px; } }
  @media all and (max-width: 1024px) {
    .w3l-products-4 h3.heading-title {
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 46px; } }
  @media screen and (max-width: 900px) {
    .w3l-products-4 .grid-col-3 {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 800px) {
    .w3l-products-4 label.tabtle:before {
      margin: 0;
      font-size: 18px; }
    .w3l-products-4 .grid-col-4 {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 30px; }
    .w3l-products-4 h3.heading-title {
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 40px; }
    .w3l-products-4 #products4-block {
      padding: 60px 0; } }
  @media screen and (max-width: 600px) {
    .w3l-products-4 h3.heading-title {
      font-size: 38px;
      line-height: 42px;
      margin-bottom: 30px; }
    .w3l-products-4 label.tabtle {
      margin: 0 5px; }
    .w3l-products-4 .grid-col-3 {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 480px) {
    .w3l-products-4 #products4-block {
      padding: 50px 0; } }
  @media screen and (max-width: 440px) {
    .w3l-products-4 h3.heading-title {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 25px; }
    .w3l-products-4 label.tabtle, .w3l-products-4 input:checked + label.tabtle {
      font-size: 15px;
      margin: 0 0px; }
    .w3l-products-4 section.tab-content {
      padding: 28px 0 0; } }
  @media screen and (max-width: 414px) {
    .w3l-products-4 label.tabtle, .w3l-products-4 input:checked + label.tabtle {
      padding: 6px 15px; } }
  @media screen and (max-width: 384px) {
    .w3l-products-4 label.tabtle, .w3l-products-4 input:checked + label.tabtle {
      padding: 6px 10px; } }

@media screen and (max-width: 800px) {
  h3.heading-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px; } }

@media screen and (max-width: 480px) {
  h3.heading-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px; } }

@media screen and (max-width: 384px) {
  h3.heading-title {
    font-size: 30px;
    line-height: 35px; } }


/* Responsive */ 
@media only screen and (max-width:620px) {

/* Tables -->
parameters: width, alignment, padding */ 	
table[class=scale] { width: 100%!important; }

/* Td -->
parameters: width, alignment, padding */ 	
td[class=scale-center-both] { width: 100%!important; text-align: center!important; padding-left: 20px!important; padding-right: 20px!important; }
td[class=scale-center-both-bottom] { width: 100%!important; text-align: center!important; padding-left: 20px!important; padding-right: 20px!important; padding-bottom: 20px!important; }
td[class=scale-center-all] { width: 100%!important; text-align: center!important; padding-left: 20px!important; padding-right: 20px!important; padding-bottom: 24px!important; padding-top: 24px!important; }
td[class=scale-center-both-top] { width: 100%!important; text-align: center!important; padding-left: 20px!important; padding-right: 20px!important; padding-top: 20px!important; }
td[class=scale-center-both-top68] { width: 100%!important; text-align: center!important; padding-left: 20px!important; padding-right: 20px!important; padding-top: 68px!important; }
td[class=noshow] { display: none!important; }

/* Img */ 	
img[class=reset] { display: block!important; }
img[class=softreset] { display: inline!important; width: auto!important; }
img[class=reset100] { display: inline!important; width: 100%!important; }

}
@media only screen and (max-width:480px) {
img {width: 100%;}img.icon { width: auto;display: inline !important;}}

.w3l-footer-29-main {
  /* //Reset Code */
  /* footer-29 */
  /* //footer-29 */
  /* responsive */
  /* //responsive */ }
  .w3l-footer-29-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-footer-29-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-footer-29-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-footer-29-main .align-items-center {
    align-items: center; }
  .w3l-footer-29-main a.action img {
    margin-left: 4px; }
  .w3l-footer-29-main .align-center {
    text-align: center; }
  .w3l-footer-29-main .footer-29 {
    background: #171717;
    padding: 60px 0; }
  .w3l-footer-29-main .footer-top-29 {
    grid-gap: 40px;
    grid-template-columns: 2fr 1fr 2fr 1fr; }
  .w3l-footer-29-main .footer-list-29 .properties a {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
    margin-bottom: 10px; }
  .w3l-footer-29-main .footer-list-29 .properties a p:hover {
    color: #fff; }
  .w3l-footer-29-main .footer-list-29 a p span {
    display: block;
    color: #fff;
    font-weight: bold; }
  .w3l-footer-29-main .footer-list-29 a p {
    color: #aaa;
    font-size: 16px;
    line-height: 25px; }
  .w3l-footer-29-main h6.footer-title-29 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 600; }
  .w3l-footer-29-main .footer-list-29 ul li,
  .w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
    list-style: none;
    margin-bottom: 10px; }
  .w3l-footer-29-main .footer-list-29 ul li:last-child {
    margin-bottom: 0px; }
  .w3l-footer-29-main .footer-list-29 ul li a, .w3l-footer-29-main .footer-list-29 ul li p {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #aaa; }
  .w3l-footer-29-main .footer-list-29 ul li a:hover {
    color: #eee; }
  .w3l-footer-29-main .main-social-footer-29 a {
    margin-right: 10px;
    color: #777;
    background: #252525;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    transition: 0.3s; }
  .w3l-footer-29-main .main-social-footer-29 a:hover {
    transition: 0.3s; }
  .w3l-footer-29-main .main-social-footer-29 a.facebook:hover {
    background: #3b5998;
    color: #fff; }
  .w3l-footer-29-main .main-social-footer-29 a.twitter:hover {
    background: #1da1f2;
    color: #fff; }
  .w3l-footer-29-main .main-social-footer-29 a.instagram:hover {
    background: #c13584;
    color: #fff; }
  .w3l-footer-29-main .main-social-footer-29 a.linkedin:hover {
    background: #0077b5;
    color: #fff; }
  .w3l-footer-29-main .main-social-footer-29 a.google-plus:hover {
    background: #dd4b39;
    color: #fff; }
  .w3l-footer-29-main .footer-list-29 ul li span.fa {
    width: 20px; }
  .w3l-footer-29-main .main-social-footer-29 a:last-child {
    margin-right: 0; }
  .w3l-footer-29-main .copy-footer-29, .w3l-footer-29-main p.sub-paragraph {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #aaa; }
  .w3l-footer-29-main .copy-footer-29 a {
    color: #ccc; }
  .w3l-footer-29-main .copy-footer-29 a:hover {
    color: #fff; }
  .w3l-footer-29-main ul.list-btm-29,
  .w3l-footer-29-main p.right-side-con {
    text-align: right; }
  .w3l-footer-29-main .list-btm-29 li {
    list-style-type: none;
    display: inline-block; }
  .w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
    margin: 0 15px; }
  .w3l-footer-29-main .list-btm-29 li a,
  .w3l-footer-29-main .list-btm-29 li select {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #aaa; }
  .w3l-footer-29-main .list-btm-29 li a:hover,
  .w3l-footer-29-main .list-btm-29 li select:hover {
    color: #fff; }
  .w3l-footer-29-main .list-btm-29 li select {
    border: none;
    cursor: pointer;
    background: transparent; }
  .w3l-footer-29-main .bottom-source {
    grid-template-columns: .33fr 1fr 1fr .5fr;
    grid-gap: 100px;
    margin-top: 60px; }
  .w3l-footer-29-main .main-social-footer-29 {
    margin-top: 20px; }
  .w3l-footer-29-main .bottom-copies {
    border-top: 1px solid #454545;
    padding-top: 2em;
    margin-top: 2em; }
  @media (max-width: 1366px) {
    .w3l-footer-29-main .bottom-source {
      grid-template-columns: .4fr 1.5fr 1.5fr .5fr; } }
  @media (max-width: 1080px) {
    .w3l-footer-29-main .footer-29 {
      padding: 50px 0 70px; }
    .w3l-footer-29-main .footer-top-29 {
      grid-gap: 10px; } }
  @media (max-width: 1080px) {
    .w3l-footer-29-main .midd-footer-29 {
      margin-top: 6em; }
    .w3l-footer-29-main .bottom-source {
      grid-template-columns: .6fr 1.5fr 2fr .5fr;
      grid-gap: 60px; } }
  @media (max-width: 1024px) {
    .w3l-footer-29-main .grid-col-2 {
      grid-template-columns: 1fr; }
    .w3l-footer-29-main .copy-footer-29 {
      text-align: center; }
    .w3l-footer-29-main ul.list-btm-29 {
      text-align: center;
      margin-top: 10px; } }
  @media (max-width: 900px) {
    .w3l-footer-29-main .footer-top-29 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px; } }
  @media (max-width: 667px) {
    .w3l-footer-29-main .footer-29 {
      padding: 40px 0 50px; }
    .w3l-footer-29-main .main-social-footer-29 a {
      margin-right: 5px; }
    .w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
      margin: 0 18px; }
    .w3l-footer-29-main .midd-footer-29 {
      margin-top: 5em;
      padding-bottom: 1.5em;
      margin-bottom: 1.5em; }
    .w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
      margin: 0 12px; } }
  @media (max-width: 600px) {
    .w3l-footer-29-main .footer-top-29 {
      grid-template-columns: 1fr 1fr; }
    .w3l-footer-29-main .midd-footer-29,
    .w3l-footer-29-main ul.list-btm-29 {
      grid-template-columns: 1fr;
      text-align: center;
      grid-gap: 20px; } }
  @media (max-width: 480px) {
    .w3l-footer-29-main .grid-1-footer:nth-child(1) {
      grid-column-start: span 2; }
    .w3l-footer-29-main .footer-1 {
      grid-column: span 2; }
    .w3l-footer-29-main .footer-3 {
      grid-column: span 2;
      order: 2; } }
  @media (max-width: 440px) {
    .w3l-footer-29-main .footer-top-29 {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 384px) {
    .w3l-footer-29-main .footer-top-29 {
      grid-gap: 40px;
      grid-template-columns: 1fr 1fr; }
    .w3l-footer-29-main .midd-footer-29 {
      margin-top: 4em; }
    .w3l-footer-29-main .bottom-source {
      margin-top: 40px; } }

/*-- move top --*/
#movetop {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #0845a2;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 0; }

#movetop:hover {
  opacity: 0.9; }

button span.fa-angle-up {
  line-height: 36px !important; }

/*-- /move top --*/
.w3l-feature-8 {
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-feature-8 .features-main {
    padding: 70px 0px; }
  .w3l-feature-8 .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px; }
  .w3l-feature-8 .feature-body {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px; }
  .w3l-feature-8 .feature-info {
    padding: 0 20px; }
  .w3l-feature-8 h3.feature-titel {
    font-size: 25px;
    line-height: 30px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block; }
  .w3l-feature-8 .feature-images span.fa {
    font-size: 30px;
    color: #0845a2; }
  .w3l-feature-8 p.feature-text {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-feature-8 h3.feature-titel:hover {
    color: #222; }
  .w3l-feature-8 .arrow-1 {
    margin-left: 10px; }
  .w3l-feature-8 a.feature-link {
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
    margin-top: 20px;
    color: #304659;
    font-weight: 500; }
  @media (max-width: 1280px) {
    .w3l-feature-8 .feature-info {
      padding: 0 10px; }
    .w3l-feature-8 .features {
      grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
      grid-gap: 30px; } }
  @media (max-width: 1024px) {
    .w3l-feature-8 .feature-info {
      padding: 0 0px; } }
  @media (max-width: 767px) {
    .w3l-feature-8 .features-main {
      padding: 50px 0px; } }
  @media (max-width: 568px) {
    .w3l-feature-8 .features {
      grid-template-columns: repeat(auto-fill, minmax(267px, 1fr)); }
    .w3l-feature-8 h3.feature-titel {
      font-size: 22px; }
    .w3l-feature-8 .feature-body {
      grid-gap: 20px; }
    .w3l-feature-8 .feature-images span.fa {
      font-size: 25px; } }
  @media (max-width: 480px) {
    .w3l-feature-8 h3.feature-titel {
      margin-bottom: 10px; } }

.w3l-grids-9 {
  /* //Reset Code */
  /* grid */
  /* //grid */
  /* responsive */
  /* //responsive */ }
  .w3l-grids-9 .d-grid {
    display: grid; }
  .w3l-grids-9 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-grids-9 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-grids-9 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-grids-9 a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-grids-9 a.action img {
    margin-left: 4px; }
  .w3l-grids-9 .align-center {
    text-align: center; }
  .w3l-grids-9 .grid-top-9 {
    padding: 60px 0; }
  .w3l-grids-9 .grid-element-9 {
    grid-gap: 20px;
    align-items: center; }
  .w3l-grids-9 h4.text-grid-9 a {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 600; }
  .w3l-grids-9 p.sub-para {
    color: #eee;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-grids-9 .grid-bg1 {
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1; }
  .w3l-grids-9 .grid-bg2 {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1; }
  .w3l-grids-9 .grid-bg3 {
    background: url(../images/banner5.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1; }
  .w3l-grids-9 .grid-bg4 {
    background: url(../images/banner6.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1; }
  .w3l-grids-9 .grid-bg5 {
    background: url(../images/banner7.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1; }
  .w3l-grids-9 .margin-top {
    margin-top: 20px; }
  .w3l-grids-9 .sub-wid-grid-9 span {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 25px;
    display: inline-block;
    margin-top: 10px;
    text-transform: capitalize; }
  .w3l-grids-9 .left-grid-ele-9:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: #000;
    z-index: -1; }
  .w3l-grids-9 .sub-wid-grid-9 {
    text-align: center; }
  @media (max-width: 1080px) {
    .w3l-grids-9 .left-grid-ele-9 {
      padding: 90px 40px 85px; } }
  @media (max-width: 900px) {
    .w3l-grids-9 .grid-col-3 {
      grid-template-columns: 1fr 1fr; }
    .w3l-grids-9 .grid-col-2 {
      grid-template-columns: 1fr; } }
  @media (max-width: 800px) {
    .w3l-grids-9 .left-grid-ele-9 {
      padding: 80px 40px 75px; }
    .w3l-grids-9 h4.text-grid-9 a {
      font-size: 33px; } }
  @media (max-width: 667px) {
    .w3l-grids-9 .left-grid-ele-9 {
      padding: 65px 20px 65px; }
    .w3l-grids-9 h4.text-grid-9 a {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .w3l-grids-9 .grid-element-9 {
      grid-template-columns: 1fr; } }

.w3l-companies-hny-6 {
  /*--//grids--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-companies-hny-6 .companies-layout {
    padding: 70px 0; }
  .w3l-companies-hny-6 .companies-layout h2 {
    font-size: 45px;
    line-height: 50px;
    color: var(--heading-color);
    margin-bottom: 20px; }
  .w3l-companies-hny-6 .company-gd:hover img {
    opacity: 0.8; }
  .w3l-companies-hny-6 .column.product-list .product-gd {
    width: 50%; }
  .w3l-companies-hny-6 .grid {
    display: grid; }
  .w3l-companies-hny-6 .grid-column-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px; }
  .w3l-companies-hny-6 .column {
    border: none; }
  .w3l-companies-hny-6 .column:nth-child(1), .w3l-companies-hny-6 .column:nth-child(6) {
    border: none; }
  @media (max-width: 1080px) {
    .w3l-companies-hny-6 .companies-layout h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 992px) {
    .w3l-companies-hny-6 .grid-column-5 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 20px; } }
  @media (max-width: 667px) {
    .w3l-companies-hny-6 .grid-column-5 {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 480px) {
    .w3l-companies-hny-6 .companies-layout h2 {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 20px; }
    .w3l-companies-hny-6 .companies-layout {
      padding: 50px 0; } }
  @media (max-width: 400px) {
    .w3l-companies-hny-6 .grid-column-5 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px; } }

.w3l-subscribe-1 {
  padding: 70px 0;
  text-align: center;
  background: #0845a2; }
  .w3l-subscribe-1 h3.heading-title {
    color: #fff; }
  .w3l-subscribe-1 h4 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize; }
  .w3l-subscribe-1 .subscribe-form {
    display: flex;
    max-width: 600px;
    margin: auto; }
  .w3l-subscribe-1 .subscribe-form input {
    webkit-appearence: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 15px 20px;
    text-transform: capitalize;
    background: transparent;
    border: 1px solid #fff;
    border-right: none; }
  .w3l-subscribe-1 button.btn {
    border: none;
    outline: none;
    background: #fff;
    padding: 15px 30px;
    font-size: 16px;
    color: #0845a2;
    border: 1px solid #fff; }
  .w3l-subscribe-1 button.btn:hover {
    background: #222;
    border: 1px solid #222;
    color: #fff;
    transition: .3s; }
  .w3l-subscribe-1 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #eee; }
  .w3l-subscribe-1 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #eee; }
  .w3l-subscribe-1 :-ms-input-placeholder {
    /* IE 10+ */
    color: #eee; }
  .w3l-subscribe-1 :-moz-placeholder {
    /* Firefox 18- */
    color: #eee; }

@media (max-width: 450px) {
  .subscribe-1 {
    padding: 50px 0; } }

.w3l-breadcrumns {
  background: #fff;
  padding: 15px 0; }

.w3l-breadcrumns li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  font-weight: 600; }

.w3l-breadcrumns li span.fa {
  margin: 0px 5px; }

.w3l-breadcrumns li a {
  color: #0845a2; }

.w3l-content-23 {
  /*-- Content-23-block --*/ }
  .w3l-content-23 #content23-block {
    padding: 70px 0;
    background: #f8f9fa; }
  .w3l-content-23 .text-center {
    text-align: center; }
  .w3l-content-23 .content23-head {
    max-width: 750px;
    margin: 0 auto 50px; }
  .w3l-content-23 .content23-head h3 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: var(--heading-color);
    max-width: 600px;
    margin: 0 auto;
    text-transform: capitalize; }
  .w3l-content-23 .content23-head p {
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: var(--para-color); }
  .w3l-content-23 .d-grid {
    display: grid; }
  .w3l-content-23 .content23-col-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-content-23 .content23-grid {
    padding: 50px 30px; }
  .w3l-content-23 .content23-grid {
    background: url("../images/bg1.jpg") no-repeat center;
    background-size: cover;
    min-height: 300px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1; }
  .w3l-content-23 .content23-grid1 {
    background: url("../images/bg3.jpg") no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    display: grid;
    align-content: center;
    position: relative;
    z-index: 1; }
  .w3l-content-23 .content23-grid:before, .w3l-content-23 .content23-grid1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: #000;
    z-index: -1; }
  .w3l-content-23 .content23-grid h4 a, .w3l-content-23 .content23-grid1 h4 a {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600; }
  .w3l-content-23 .content23-grid h4 a:hover, .w3l-content-23 .content23-grid1 h4 a:hover {
    opacity: 0.8; }
  .w3l-content-23 .content23-grid p, .w3l-content-23 .content23-grid1 p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #eee;
    max-width: 351px;
    margin: 0 auto; }
  @media all and (max-width: 800px) {
    .w3l-content-23 .content23-col-2 {
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  @media all and (max-width: 768px) {
    .w3l-content-23 .content23-grid {
      padding: 60px 20px; } }
  @media all and (max-width: 667px) {
    .w3l-content-23 .content23-head h3 {
      font-size: 30px;
      line-height: 35px; } }
  @media all and (max-width: 568px) {
    .w3l-content-23 .content23-grid, .w3l-content-23 .content23-grd1 {
      min-height: 250px; }
    .w3l-content-23 #content23-block {
      padding: 50px 0; } }
  @media all and (max-width: 500px) {
    .w3l-content-23 .content23-head p, .w3l-content-23 .content23-head1 p {
      margin-top: 20px; }
    .w3l-content-23 .content23-head {
      margin: 0 auto 30px; }
    .w3l-content-23 .content23-head h3 {
      font-size: 25px;
      line-height: 30px; } }
  @media all and (max-width: 320px) {
    .w3l-content-23 .content23-head h3 {
      font-size: 30px;
      line-height: 35px; } }

.w3l-customers-8 {
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-customers-8 .customers-main {
    padding: 70px 0;
    background: #f8f9fa; }
  .w3l-customers-8 img.card-img-top {
    cursor: pointer;
    border-radius: 50%;
    width: 100px; }
  .w3l-customers-8 .customer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px; }
  .w3l-customers-8 .card {
    border: 2px solid #eee;
    padding: 30px;
    background: #fff; }
  .w3l-customers-8 h3.card-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: var(--heading-color);
    margin-top: 25px;
    margin-bottom: 5px; }
  .w3l-customers-8 p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-customers-8 p.card-text {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 15px; }
  @media (max-width: 1366px) {
    .w3l-customers-8 .customer {
      grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); } }
  @media (max-width: 1024px) {
    .w3l-customers-8 h3.card-title {
      font-size: 24px;
      line-height: 28px; }
    .w3l-customers-8 p.card-text {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .w3l-customers-8 h3.card-title {
      font-size: 23px;
      line-height: 27px; }
    .w3l-customers-8 .customers-main {
      padding: 25px 0px; }
    .w3l-customers-8 p.card-text {
      margin-top: 20px; }
    .w3l-customers-8 h3.card-title {
      margin-top: 10px; }
    .w3l-customers-8 .customer {
      grid-template-columns: 1fr; } }
  @media (max-width: 568px) {
    .w3l-customers-8 h3.card-title {
      font-size: 22px;
      line-height: 26px; }
    .w3l-customers-8 p.card-text {
      margin-top: 15px; } }
  @media (max-width: 480px) {
    .w3l-customers-8 .card {
      padding: 20px; } }

.w3l-content-18 {
  /*-- responsive design --*/ }
  .w3l-content-18 .content-main {
    padding: 60px 0; }
  .w3l-content-18 .content-info {
    text-align: center; }
  .w3l-content-18 h3.content-title {
    font-size: 35px;
    line-height: 40px;
    color: var(--heading-color);
    font-weight: 600; }
  .w3l-content-18 a.contact {
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #0845a2;
    padding: 12px 30px;
    margin-top: 30px;
    display: inline-block;
    margin-right: 5px; }
  .w3l-content-18 a.contact:hover {
    background: var(--theme-hover-color);
    transition: .3s; }
  .w3l-content-18 a.read {
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #222;
    padding: 12px 30px;
    margin-top: 30px;
    display: inline-block; }
  .w3l-content-18 a.read:hover {
    background: #333;
    transition: .3s; }
  @media (max-width: 1024px) {
    .w3l-content-18 .content-main {
      padding: 40px 0; } }
  @media (max-width: 568px) {
    .w3l-content-18 h3.content-title {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 15px; } }
  @media (max-width: 414px) {
    .w3l-content-18 h3.content-title {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 15px;
      margin-bottom: 10px; }
    .w3l-content-18 a.contact, .w3l-content-18 a.read {
      margin-top: 15px; } }

.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: url(../images/bg3.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    position: relative;
    z-index: 1; }
  .w3l-specifications-9 .main-w3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: -1; }
  .w3l-specifications-9 .grids-speci {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1em;
    text-align: center; }
  .w3l-specifications-9 h3.title-spe {
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block; }
  .w3l-specifications-9 .grids-speci p {
    font-size: 17px;
    line-height: 25px;
    color: #eee; }
  @media (max-width: 1280px) {
    .w3l-specifications-9 h3.title-spe {
      font-size: 56px; } }
  @media (max-width: 1080px) {
    .w3l-specifications-9 h3.title-spe {
      font-size: 52px; } }
  @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; } }
  @media (max-width: 736px) {
    .w3l-specifications-9 .main-w3 {
      padding: 60px 0; }
    .w3l-specifications-9 h3.title-spe {
      font-size: 42px;
      line-height: 40px;
      margin-bottom: 8px; } }
  @media (max-width: 667px) {
    .w3l-specifications-9 .grids-speci {
      padding: .5em; } }
  @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 .main-w3 {
      padding: 50px 0; }
    .w3l-specifications-9 .grids-speci {
      flex: 0 0 100%;
      max-width: 100%; }
    .w3l-specifications-9 .d-flex {
      display: grid;
      grid-template-columns: 1fr 1fr;
      text-align: center; } }
  @media (max-width: 440px) {
    .w3l-specifications-9 h3.title-spe {
      font-size: 32px; } }
  @media (max-width: 384px) {
    .w3l-specifications-9 .grids-speci:nth-child(1), .w3l-specifications-9 .grids-speci:nth-child(2) {
      margin-bottom: 1em; }
    .w3l-specifications-9 h3.title-spe {
      font-size: 30px;
      line-height: 30px; } }

/* content-photo-7 */
.w3l-content-photo-7 {
  /* responsive code */ }
  .w3l-content-photo-7 .content-photo_sur {
    padding: 70px 0; }
  .w3l-content-photo-7 .content-photo_sur h4 {
    font-size: 30px;
    line-height: 35px;
    color: var(--heading-color);
    font-weight: 600;
    margin-top: 20px;
    text-transform: capitalize; }
  .w3l-content-photo-7 .content-photo_sur span.price {
    color: #0845a2;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px; }
  .w3l-content-photo-7 .content-photo_sur p {
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px; }
  .w3l-content-photo-7 .content-photo-1 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; }
  .w3l-content-photo-7 .content-photo-right_sur img {
    width: 100%; }
  .w3l-content-photo-7 .content-photo-left_sur a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: #0845a2;
    padding: 12px 25px;
    margin-top: 30px;
    display: inline-block; }
  .w3l-content-photo-7 .content-photo-left_sur a:hover {
    background: var(--theme-hover-color);
    transition: 0.3s; }
  .w3l-content-photo-7 .content-photo-left_sur {
    align-self: center; }
  @media (max-width: 1190px) {
    .w3l-content-photo-7 .content-photo_sur h4 {
      font-size: 32px; } }
  @media screen and (max-width: 1080px) {
    .w3l-content-photo-7 .content-photo_sur h4 {
      font-size: 25px; } }
  @media screen and (max-width: 1024px) {
    .w3l-content-photo-7 .content-photo_sur h4 {
      line-height: 32px;
      font-size: 28px; } }
  @media screen and (max-width: 991px) {
    .w3l-content-photo-7 .content-photo-1 {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 900px) {
    .w3l-content-photo-7 .content-photo_sur {
      padding: 50px 0; } }
  @media screen and (max-width: 800px) {
    .w3l-content-photo-7 .content-photo-right_sur {
      width: 100%; }
    .w3l-content-photo-7 .content-photo-left_sur {
      padding: 0;
      width: 100%; }
    .w3l-content-photo-7 ul.banner_slide_bg img {
      width: 100%; } }
  @media screen and (max-width: 440px) {
    .w3l-content-photo-7 .content-photo_sur h4 {
      line-height: 30px;
      font-size: 25px; } }
  @media screen and (max-width: 480px) {
    .w3l-content-photo-7 .content-photo_sur {
      padding: 50px 0; } }
  @media screen and (max-width: 387px) {
    .w3l-content-photo-7 .content-photo_sur h4 {
      font-size: 22px;
      margin: 0; } }
  @media screen and (max-width: 320px) {
    .w3l-content-photo-7 .content-photo_sur h4 {
      line-height: 24px;
      font-size: 20px; } }

/* //content-photo-7 */
.w3l-content-photo-7 {
  /* responsive */
  /* //responsive */ }
  .w3l-content-photo-7 .csslider {
    text-align: left;
    position: relative;
    margin-bottom: 0px; }
  .w3l-content-photo-7 .csslider > input {
    display: none; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
    margin-left: -900%; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
    margin-left: -800%; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
    margin-left: -700%; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
    margin-left: -600%; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
    margin-left: -500%; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
    margin-left: -400%; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0%; }
  .w3l-content-photo-7 .csslider > ul {
    position: relative;
    /* height: 760px; */
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box; }
  .w3l-content-photo-7 .csslider > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal; }
  .w3l-content-photo-7 .csslider > ul > li.scrollable {
    overflow-y: scroll; }
  .w3l-content-photo-7 .csslider > .navigation {
    position: absolute;
    bottom: 10%;
    left: 49%;
    z-index: 10;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-content-photo-7 .csslider > .navigation > div {
    margin-left: -100%; }
  .w3l-content-photo-7 .csslider > .navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 4px;
    padding: 5px;
    background: #0845a2;
    opacity: 1; }
  .w3l-content-photo-7 .csslider > .navigation label:hover:after {
    opacity: 1; }
  .w3l-content-photo-7 .csslider > .navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
    opacity: 0; }
  .w3l-content-photo-7 .csslider > .arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-content-photo-7 .csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px; }
  .w3l-content-photo-7 .csslider.inside .navigation label {
    border: 1px solid #7e7e7e; }
  .w3l-content-photo-7 .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
  .w3l-content-photo-7 .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
  .w3l-content-photo-7 .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
  .w3l-content-photo-7 .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
  .w3l-content-photo-7 .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
  .w3l-content-photo-7 .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
  .w3l-content-photo-7 .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
  .w3l-content-photo-7 .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
  .w3l-content-photo-7 .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
  .w3l-content-photo-7 .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
  .w3l-content-photo-7 .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
    opacity: 1; }
  .w3l-content-photo-7 .csslider > .arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 26px;
    z-index: 1;
    box-sizing: content-box; }
  .w3l-content-photo-7 .csslider > .arrows label {
    display: none;
    position: absolute;
    top: -50%;
    width: 40px;
    height: 40px;
    cursor: pointer; }
  .w3l-content-photo-7 .csslider > .arrows label:hover {
    margin: 0 0px; }
  .w3l-content-photo-7 .csslider > .arrows label:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%; }
  .w3l-content-photo-7 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-content-photo-7 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-content-photo-7 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-content-photo-7 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .w3l-content-photo-7 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .w3l-content-photo-7 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .w3l-content-photo-7 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .w3l-content-photo-7 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .w3l-content-photo-7 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .w3l-content-photo-7 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .w3l-content-photo-7 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .w3l-content-photo-7 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: 5%;
    right: auto;
    background: url(../images/left.png) no-repeat center; }
  .w3l-content-photo-7 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-content-photo-7 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-content-photo-7 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-content-photo-7 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-content-photo-7 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-content-photo-7 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-content-photo-7 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-content-photo-7 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-content-photo-7 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-content-photo-7 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-content-photo-7 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-content-photo-7 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    right: 5%;
    left: auto;
    background: url(../images/right.png) no-repeat center; }
  .w3l-content-photo-7 #slider1 > input:nth-of-type(1):checked ~ ul #bg,
  .w3l-content-photo-7 #slider1 > input:nth-of-type(2):checked ~ ul #bg1,
  .w3l-content-photo-7 #slider1 > input:nth-of-type(3):checked ~ ul #bg2,
  .w3l-content-photo-7 #slider1 > input:nth-of-type(4):checked ~ ul #bg3 {
    width: 100%;
    transition: 0.5s 0.5s;
    text-align: center;
    padding: 0;
    height: 100%; }
  .w3l-content-photo-7 #slider1 > input:nth-of-type(1):checked ~ ul #bg div,
  .w3l-content-photo-7 #slider1 > input:nth-of-type(2):checked ~ ul #bg1 div,
  .w3l-content-photo-7 #slider1 > input:nth-of-type(3):checked ~ ul #bg2 div,
  .w3l-content-photo-7 #slider1 > input:nth-of-type(4):checked ~ ul #bg3 div {
    transform: translate(0);
    transition: 0.5s 0.9s; }
  @media screen and (max-width: 1280px) {
    .w3l-content-photo-7 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-content-photo-7 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-content-photo-7 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-content-photo-7 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-content-photo-7 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-content-photo-7 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-content-photo-7 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-content-photo-7 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-content-photo-7 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-content-photo-7 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-content-photo-7 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-content-photo-7 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
      right: 3%; }
    .w3l-content-photo-7 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-content-photo-7 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-content-photo-7 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-content-photo-7 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-content-photo-7 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-content-photo-7 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-content-photo-7 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-content-photo-7 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-content-photo-7 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-content-photo-7 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-content-photo-7 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-content-photo-7 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
      left: 3%; } }
  @media screen and (max-width: 900px) {
    .w3l-content-photo-7 .csslider > .navigation {
      bottom: 10%; } }
  @media screen and (max-width: 800px) {
    .w3l-content-photo-7 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-content-photo-7 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-content-photo-7 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-content-photo-7 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-content-photo-7 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-content-photo-7 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-content-photo-7 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-content-photo-7 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-content-photo-7 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-content-photo-7 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-content-photo-7 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-content-photo-7 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
      right: 5%; }
    .w3l-content-photo-7 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-content-photo-7 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-content-photo-7 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-content-photo-7 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-content-photo-7 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-content-photo-7 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-content-photo-7 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-content-photo-7 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-content-photo-7 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-content-photo-7 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-content-photo-7 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-content-photo-7 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
      left: 5%; } }
  @media screen and (max-width: 480px) {
    .w3l-content-photo-7 .csslider > .arrows label {
      padding: 6px; } }
  @media screen and (max-width: 384px) {
    .w3l-content-photo-7 .csslider > .arrows label {
      padding: 5px; }
    .w3l-content-photo-7 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-content-photo-7 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-content-photo-7 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-content-photo-7 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-content-photo-7 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-content-photo-7 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-content-photo-7 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-content-photo-7 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-content-photo-7 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-content-photo-7 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-content-photo-7 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-content-photo-7 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
      right: 6%; }
    .w3l-content-photo-7 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-content-photo-7 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-content-photo-7 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-content-photo-7 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-content-photo-7 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-content-photo-7 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-content-photo-7 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-content-photo-7 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-content-photo-7 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-content-photo-7 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-content-photo-7 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-content-photo-7 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
      left: 6%; } }

.w3l-features-12 {
  padding: 70px 0px;
  background: #f8f9fa; }
  .w3l-features-12 .feature-heading {
    color: var(--heading-color);
    line-height: 30px;
    font-size: 25px;
    margin-bottom: 15px; }
  .w3l-features-12 .feature-para {
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    margin-top: 10px; }
  .w3l-features-12 .feature12 span.fa {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
    color: #0845a2; }
  .w3l-features-12 .feature12 {
    display: grid;
    text-align: left;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    text-align: center; }
  .w3l-features-12 .column {
    background: #fff;
    padding: 60px;
    border: 2px solid #f0f0f0; }
  .w3l-features-12 .text-center {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px; }
  @media all and (max-width: 1024px) {
    .w3l-features-12 .column {
      padding: 30px; } }
  @media screen and (max-width: 992px) {
    .w3l-features-12 .column {
      padding: 30px; } }
  @media screen and (max-width: 800px) {
    .w3l-features-12 .feature-heading {
      line-height: 25px;
      font-size: 20px; }
    .w3l-features-12 .feature12 {
      grid-gap: 15px; }
    .w3l-features-12 .column {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .w3l-features-12 .feature12 {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 684px) {
    .w3l-features-12 .feature12 {
      grid-template-columns: 1fr; }
    .w3l-features-12 .column {
      padding: 30px; } }

@media screen and (max-width: 480px) {
  .features-12 {
    padding: 50px 0px; }
  .column {
    padding: 20px; } }

.w3l-features-with-photo-8 {
  /*--/responsive-code--*/ }
  .w3l-features-with-photo-8 .features-with-photo h6 {
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color);
    margin-top: 20px; }
  .w3l-features-with-photo-8 .features-with-left1 span.fa {
    color: #0845a2;
    font-size: 25px;
    line-height: 30px; }
  .w3l-features-with-photo-8 .features-with-photo {
    padding: 70px 0; }
  .w3l-features-with-photo-8 .features-with-photo p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 10px; }
  .w3l-features-with-photo-8 .features-with-photo h6:hover {
    color: #000; }
  .w3l-features-with-photo-8 .features-with-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px; }
  .w3l-features-with-photo-8 .features-with-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; }
  .w3l-features-with-photo-8 .features-with-leftr {
    display: grid;
    align-items: center;
    justify-content: center; }
  @media (max-width: 1024px) {
    .w3l-features-with-photo-8 .features-with-top {
      grid-template-columns: 1fr; }
    .w3l-features-with-photo-8 .features-with-photo h6 {
      margin-top: 10px; } }
  @media (max-width: 992px) {
    .w3l-features-with-photo-8 .features-with-left {
      margin-bottom: 2em; }
    .w3l-features-with-photo-8 .features-with-left1 {
      margin-right: 20px; } }
  @media (max-width: 480px) {
    .w3l-features-with-photo-8 .features-with-photo h2 {
      font-size: 48px;
      line-height: 53px; }
    .w3l-features-with-photo-8 .features-with-photo p {
      margin: 10px 0 0; }
    .w3l-features-with-photo-8 .features-with-left {
      margin-bottom: 2em; }
    .w3l-features-with-photo-8 .features-with-photo {
      padding: 50px 0; } }
  @media (max-width: 440px) {
    .w3l-features-with-photo-8 .features-with-photo h2 {
      font-size: 40px;
      line-height: 46px; } }
  @media (max-width: 415px) {
    .w3l-features-with-photo-8 section.features-with-photo {
      padding: 30px 0; }
    .w3l-features-with-photo-8 .features-with-right {
      grid-gap: 20px; } }
  @media (max-width: 384px) {
    .w3l-features-with-photo-8 .features-with-right {
      grid-template-columns: 1fr;
      grid-gap: 30px; } }
  @media (max-width: 320px) {
    .w3l-features-with-photo-8 .features-with-photo h2 {
      font-size: 32px;
      line-height: 38px; }
    .w3l-features-with-photo-8 .features-with-photo h5 {
      font-size: 23px;
      line-height: 28px; } }

/*--//responsive-code--*/
.w3l-teams-28-main {
  /* wrapper responsive */
  /* //wrapper responsive */
  /* //Reset Code */
  /* teams 28 */
  /* //teams 28 */
  /* responsive */
  /* //responsive */ }
  .w3l-teams-28-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-teams-28-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-teams-28-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-teams-28-main .align-items-center {
    align-items: center; }
  .w3l-teams-28-main a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-teams-28-main a.action img {
    margin-left: 4px; }
  .w3l-teams-28-main .actionbg {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    line-height: 45px;
    color: #F5F9FC;
    background: #304659;
    width: 103px;
    height: 45px;
    text-align: center;
    cursor: pointer; }
  .w3l-teams-28-main .align-center {
    text-align: center; }
  .w3l-teams-28-main p.text-tag {
    color: #8288AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-teams-28-main p.sub-paragraph {
    color: var(--para-color);
    font-size: 17px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-teams-28-main .teams-28 {
    padding: 70px 0;
    background: #f8f9fa; }
  .w3l-teams-28-main h6 a.title-team-28 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 25px; }
  .w3l-teams-28-main p.sm-text-28 {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-teams-28-main .midd-para-team {
    margin: 10px 0 20px; }
  .w3l-teams-28-main .team-main-19 {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 30px;
    align-items: center;
    background: #fff; }
  .w3l-teams-28-main .buttons-teams a:first-child {
    margin-right: 5px; }
  .w3l-teams-28-main .sec-tit28 {
    margin-top: 30px; }
  .w3l-teams-28-main .main-contteam-28 {
    grid-gap: 30px; }
  .w3l-teams-28-main .title-teams-28 h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--heading-color);
    margin-bottom: 20px; }
  .w3l-teams-28-main .title-teams-28 {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px; }
  .w3l-teams-28-main .team-details {
    margin: 20px 0 30px; }
  .w3l-teams-28-main .team-details li {
    margin-bottom: 5px; }
  .w3l-teams-28-main .team-details li a {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-teams-28-main .team-details li a:hover {
    color: #333; }
  .w3l-teams-28-main .team-details li span.fa {
    color: var(--heading-color);
    width: 20px; }
  .w3l-teams-28-main .social-teams a {
    font-size: 14px;
    margin-right: 5px;
    display: inline-block; }
  .w3l-teams-28-main .social-teams a.facebook {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #3b5998; }
  .w3l-teams-28-main .social-teams a.twitter {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #1da1f2; }
  .w3l-teams-28-main .social-teams a.pinterest {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #bd081c; }
  .w3l-teams-28-main .column-19 a {
    display: block; }
  @media (max-width: 1280px) {
    .w3l-teams-28-main .sec-tit28 {
      margin-top: 40px; }
    .w3l-teams-28-main .teams-28 {
      padding: 60px 0; } }
  @media (max-width: 1050px) {
    .w3l-teams-28-main .team-main-19 {
      grid-gap: 20px; }
    .w3l-teams-28-main .main-contteam-28 {
      grid-gap: 20px; } }
  @media (max-width: 992px) {
    .w3l-teams-28-main .main-contteam-28 {
      grid-gap: 20px; }
    .w3l-teams-28-main p.sub-paragraph.midd-para-team {
      font-size: 16px; }
    .w3l-teams-28-main .grid-col-2 {
      grid-template-columns: 1fr; }
    .w3l-teams-28-main .right-team-9 {
      padding: 20px; } }
  @media (max-width: 900px) {
    .w3l-teams-28-main .title-teams-28 h4 {
      margin-bottom: 10px; } }
  @media (max-width: 736px) {
    .w3l-teams-28-main .main-contteam-28 {
      grid-template-columns: 1fr; }
    .w3l-teams-28-main .teams-28 {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .w3l-teams-28-main .team-main-19 {
      grid-template-columns: 1fr 1fr; }
    .w3l-teams-28-main .title-teams-28 {
      margin-bottom: 35px; }
    .w3l-teams-28-main .title-teams-28 h4 {
      font-size: 32px; }
    .w3l-teams-28-main .teams-28 {
      padding: 50px 0; } }
  @media (max-width: 420px) {
    .w3l-teams-28-main .team-main-19 {
      grid-template-columns: 1fr;
      grid-gap: 0px; } }

.w3l-text-22 {
  /* //Reset Code */
  /*--text--*/
  /*-- //text --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-text-22 .text {
    padding: 70px 0px;
    background: #f8f9fa; }
  .w3l-text-22 .text-txt {
    max-width: 700px;
    margin: 0px auto;
    padding: 30px;
    background: #fff; }
  .w3l-text-22 .text-txt h3 {
    color: var(--heading-color);
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px; }
  .w3l-text-22 .text-txt p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 15px; }
  .w3l-text-22 .text-txt p.sm-text-28, .w3l-text-22 p.address {
    margin: 0; }
  .w3l-text-22 .details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 30px;
    border: 2px solid #eee;
    padding: 30px; }
  .w3l-text-22 .details-grid h4 {
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color);
    font-weight: 600; }
  .w3l-text-22 .details-grid h4 span.fa {
    font-size: 17px;
    color: #0845a2;
    width: 20px; }
  .w3l-text-22 h3.no-margin {
    margin: 0 !important; }
  .w3l-text-22 .details-grid p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin: 0; }
  .w3l-text-22 .main-input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }
  .w3l-text-22 .contact-input {
    width: 100%;
    color: #666;
    background: #fff;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #ddd; }
  .w3l-text-22 .contact-textarea {
    width: 100%;
    color: #666;
    background: #fff;
    border: none;
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #ddd;
    font-family: inherit;
    min-height: 120px; }
  .w3l-text-22 a.btn {
    background: #0845a2;
    color: #fff;
    padding: 12px 35px;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    transition: .3s; }
  .w3l-text-22 a.btn:hover {
    background: var(--theme-hover-color);
    transition: .3s; }
  .w3l-text-22 .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 20px; }
  .w3l-text-22 .team-single-details {
    margin-top: 40px; }
  .w3l-text-22 h6 a.title-team-28 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 25px; }
  .w3l-text-22 .team-details {
    margin: 25px 0 35px; }
  .w3l-text-22 .team-details li {
    margin-bottom: 8px; }
  .w3l-text-22 .team-details li a {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-text-22 .team-details li a:hover {
    color: #333; }
  .w3l-text-22 .team-details li span.fa {
    color: var(--heading-color);
    width: 25px; }
  .w3l-text-22 .social-teams a {
    font-size: 14px;
    margin-right: 5px;
    display: inline-block; }
  .w3l-text-22 .social-teams a.facebook {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #3b5998; }
  .w3l-text-22 .social-teams a.twitter {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #1da1f2; }
  .w3l-text-22 .social-teams a.pinterest {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #bd081c; }
  @media (max-width: 1080px) {
    .w3l-text-22 .text {
      padding: 40px 0px; }
    .w3l-text-22 .two-columns {
      grid-gap: 20px;
      margin-top: 40px; } }
  @media (max-width: 736px) {
    .w3l-text-22 .details-grid {
      grid-gap: 20px;
      padding: 20px; } }
  @media (max-width: 667px) {
    .w3l-text-22 .details-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 640px) {
    .w3l-text-22 .two-columns {
      grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .w3l-text-22 .text-txt h3 {
      font-size: 24px;
      margin-bottom: 15px; }
    .w3l-text-22 .two-columns {
      margin-top: 30px; } }
  @media (max-width: 480px) {
    .w3l-text-22 .details-grid {
      grid-template-columns: 1fr;
      grid-gap: 20px;
      margin-top: 30px;
      padding: 20px; } }
  @media (max-width: 480px) {
    .w3l-text-22 .main-input {
      grid-template-columns: 1fr;
      grid-gap: 10px; } }

.w3l-grids-9 {
  /* //Reset Code */
  /* grid */
  /* //grid */
  /* responsive */
  /* //responsive */ }
  .w3l-grids-9 .d-grid {
    display: grid; }
  .w3l-grids-9 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-grids-9 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-grids-9 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-grids-9 a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-grids-9 a.action img {
    margin-left: 4px; }
  .w3l-grids-9 .align-center {
    text-align: center; }
  .w3l-grids-9 .grid-top-9 {
    padding: 60px 0; }
  .w3l-grids-9 .grid-element-9 {
    grid-gap: 20px;
    align-items: center; }
  .w3l-grids-9 h4.text-grid-9 a {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 600; }
  .w3l-grids-9 p.sub-para {
    color: #eee;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-grids-9 .grid-bg1 {
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1; }
  .w3l-grids-9 .grid-bg2 {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1; }
  .w3l-grids-9 .grid-bg3 {
    background: url(../images/banner5.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1; }
  .w3l-grids-9 .grid-bg4 {
    background: url(../images/banner6.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1; }
  .w3l-grids-9 .grid-bg5 {
    background: url(../images/banner7.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 50px 30px;
    min-height: 300px;
    display: grid;
    align-content: end;
    position: relative;
    z-index: 1; }
  .w3l-grids-9 .margin-top {
    margin-top: 20px; }
  .w3l-grids-9 .sub-wid-grid-9 span {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 25px;
    display: inline-block;
    margin-top: 10px;
    text-transform: capitalize; }
  .w3l-grids-9 .left-grid-ele-9:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: #000;
    z-index: -1; }
  .w3l-grids-9 .sub-wid-grid-9 {
    text-align: center; }
  @media (max-width: 1080px) {
    .w3l-grids-9 .left-grid-ele-9 {
      padding: 90px 40px 85px; } }
  @media (max-width: 900px) {
    .w3l-grids-9 .grid-col-3 {
      grid-template-columns: 1fr 1fr; }
    .w3l-grids-9 .grid-col-2 {
      grid-template-columns: 1fr; } }
  @media (max-width: 800px) {
    .w3l-grids-9 .left-grid-ele-9 {
      padding: 80px 40px 75px; }
    .w3l-grids-9 h4.text-grid-9 a {
      font-size: 33px; } }
  @media (max-width: 667px) {
    .w3l-grids-9 .left-grid-ele-9 {
      padding: 65px 20px 65px; }
    .w3l-grids-9 h4.text-grid-9 a {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .w3l-grids-9 .grid-element-9 {
      grid-template-columns: 1fr; } }

.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 {
    background: #f8f9fa;
    padding: 60px 0px; }
  .w3l-pricing-11 .text-center {
    text-align: center; }
  .w3l-pricing-11 .pricing-grid {
    border: 1px solid #ddd;
    padding: 60px 30px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 40px;
    background: #fff; }
  .w3l-pricing-11 .price-icon {
    margin-bottom: 30px; }
  .w3l-pricing-11 .price-icon span.fa {
    color: #ccc;
    font-size: 30px;
    transition: 0.3s; }
  .w3l-pricing-11 .pos {
    position: absolute;
    bottom: -5%;
    left: 0;
    right: 0; }
  .w3l-pricing-11 .pricing-grid:hover {
    border: 1px solid #0845a2;
    transition: 0.3s; }
  .w3l-pricing-11 .pricing-grid:hover .price-icon span.fa {
    color: #0845a2;
    transition: 0.3s; }
  .w3l-pricing-11 .pricing-grid p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 15px;
    margin-bottom: 35px; }
  .w3l-pricing-11 .pricing-grid button {
    text-align: center;
    background: #0845a2;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
    font-size: 16px;
    padding: 12px 30px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block; }
  .w3l-pricing-11 .rate h4 {
    font-size: 25px;
    line-height: 30px;
    color: var(--heading-color);
    font-weight: 600; }
  .w3l-pricing-11 .rate h5 {
    font-size: 25px;
    line-height: 30px;
    color: var(--heading-color); }
  .w3l-pricing-11 .rate h5 span {
    font-size: 15px;
    line-height: 20px;
    color: #999;
    font-weight: normal; }
  .w3l-pricing-11 .rate h5 span.top-align {
    display: block; }
  .w3l-pricing-11 a.action {
    text-decoration: none;
    color: var(--heading-color);
    line-height: 25px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block; }
  .w3l-pricing-11 a.action:hover {
    color: #0845a2; }
  .w3l-pricing-11 .rate {
    display: grid;
    grid-auto-flow: column;
    align-items: end;
    justify-content: space-between; }
  .w3l-pricing-11 ul.points {
    margin-top: 40px; }
  .w3l-pricing-11 .points li span.fa {
    font-size: 12px;
    align-self: center;
    color: #0845a2; }
  .w3l-pricing-11 ul.points li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-bottom: 10px;
    display: grid;
    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; }
  @media (max-width: 1280px) {
    .w3l-pricing-11 .rate {
      margin-top: 40px; }
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 30px 40px; } }
  @media (max-width: 1080px) {
    .w3l-pricing-11 .pricing11-content {
      grid-column-gap: 20px; }
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 15px 40px; } }
  @media (max-width: 992px) {
    .w3l-pricing-11 .pricing11-content {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 40px; } }
  @media (max-width: 568px) {
    .w3l-pricing-11 .pricing11-content {
      grid-template-columns: 1fr;
      grid-row-gap: 40px; }
    .w3l-pricing-11 .pricing11-content {
      grid-column-gap: 15px; }
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 20px 40px; } }
  @media (max-width: 480px) {
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 20px 40px; }
    .w3l-pricing-11 ul.points {
      margin-top: 30px; } }

.w3l-blog-single {
  /*-- pagination --*/
  /*-- //pagination --*/
  /* tags */
  /* //tags */
  /* comments */
  /*-- comments --*/
  /*-- //Comment --*/ }
  .w3l-blog-single .single {
    padding: 70px 0;
    background: #fcfcfc; }
  .w3l-blog-single .grid-colunm-2 {
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px; }
  .w3l-blog-single .w3-blog-info {
    padding: 25px 20px;
    border: 2px solid #eee;
    border-top: none; }
  .w3l-blog-single .w3-blog-info h4 {
    font-size: 22px; }
  .w3l-blog-single .w3-blog-info a.btn {
    background: none;
    color: #0845a2;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0px;
    font-size: 15px;
    margin-top: 15px; }
  .w3l-blog-single .blog-grid iframe {
    width: 100%;
    height: 200px; }
  .w3l-blog-single .blog .img-thumbnail {
    border: none;
    height: auto; }
  .w3l-blog-single .pagination {
    display: inline-block; }
  .w3l-blog-single .pagination a {
    color: #333;
    float: left;
    padding: 8px 16px;
    text-decoration: none; }
  .w3l-blog-single .pagination a.number {
    color: #fff;
    margin: 0 2px;
    background: #0845a2; }
  .w3l-blog-single .pagination a.number:hover {
    background: #333; }
  .w3l-blog-single .pagination a.number.active {
    background: #333; }
  .w3l-blog-single .single-left {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09); }
  .w3l-blog-single .blog aside {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09);
    margin-bottom: 20px; }
  .w3l-blog-single h3.aside-title {
    font-size: 22px;
    color: var(--heading-color);
    line-height: 25px;
    margin-bottom: 20px; }
  .w3l-blog-single .subscribe-form button.btn {
    background: #0845a2;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    letter-spacing: 0px;
    width: 100%;
    line-height: 25px;
    border: none;
    transition: .3s; }
  .w3l-blog-single .subscribe-form button.btn:hover {
    background: var(--theme-hover-color);
    transition: .3s; }
  .w3l-blog-single .media img {
    border-radius: 50%;
    width: 100px; }
  .w3l-blog-single .media {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 30px;
    margin-bottom: 20px; }
  .w3l-blog-single .posts-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    margin-bottom: 5px; }
  .w3l-blog-single .grid-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-blog-single .posts-grid a {
    display: block; }
  .w3l-blog-single .social-share {
    margin: 40px 0; }
  .w3l-blog-single .comments-grid-right p {
    margin-top: 15px; }
  .w3l-blog-single .comments {
    margin-bottom: 30px; }
  .w3l-blog-single .blog input.form-control {
    width: 100%;
    color: #666;
    background: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border: 2px solid #eee;
    margin-bottom: 10px; }
  .w3l-blog-single .single-left p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-bottom: 15px; }
  .w3l-blog-single p.subscribe-text {
    font-size: 16px;
    margin-top: 10px;
    color: var(--para-color);
    line-height: 25px; }
  .w3l-blog-single p.subscribe-text a {
    color: #333;
    font-weight: 600;
    font-size: 14px; }
  .w3l-blog-single .posts-grid-right h4 {
    line-height: 20px; }
  .w3l-blog-single .posts-grid-right h4 a {
    font-size: 17px;
    color: #444; }
  .w3l-blog-single .wthree_courses_events_list li {
    display: inline-block;
    font-size: 14px;
    color: #888; }
  .w3l-blog-single ul.wthree_courses_events_list li span {
    color: #a0a0a0; }
  .w3l-blog-single .posts-grid-right h4 a:hover {
    color: #222; }
  .w3l-blog-single .tags ul li {
    display: inline-block; }
  .w3l-blog-single .tags ul li a.text-bl {
    padding: 9px 10px;
    margin: 0 5px 10px 0;
    display: block;
    text-transform: capitalize;
    color: #777;
    font-size: 16px;
    background: #eee; }
  .w3l-blog-single .tags ul li a.text-bl:hover {
    background: #eaeaea;
    color: #999; }
  .w3l-blog-single .wthree_courses_events_list li a {
    color: #777; }
  .w3l-blog-single .comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 14px; }
  .w3l-blog-single .comments-grid-right ul li a {
    color: var(--heading-color);
    font-weight: 600; }
  .w3l-blog-single .comments-grid-right ul li a:hover {
    color: #333; }
  .w3l-blog-single .social-share a, .w3l-blog-single .social-icons-section a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    transition: 0.3s; }
  .w3l-blog-single a.facebook {
    background: #3b5998; }
  .w3l-blog-single a.instagram {
    background: #c13584; }
  .w3l-blog-single a.pinterest {
    background: #bd081c; }
  .w3l-blog-single a.twitter {
    background: #1da1f2; }
  .w3l-blog-single .leave-coment-form input[type="text"],
  .w3l-blog-single .leave-coment-form input[type="email"],
  .w3l-blog-single .leave-coment-form textarea {
    width: 100%;
    color: #666;
    background: #fff;
    padding: 12px 20px;
    outline: none;
    font-size: 16px;
    border: 2px solid #eee;
    margin-bottom: 20px;
    font-family: inherit; }
  .w3l-blog-single .leave-coment-form textarea {
    min-height: 150px;
    resize: none;
    width: 100%; }
  .w3l-blog-single .mm_single_submit {
    text-align: left; }
  .w3l-blog-single .leave-coment-form button {
    outline: none;
    border: none;
    background: #0845a2;
    padding: 12px 35px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s; }
  .w3l-blog-single .leave-coment-form button:hover {
    background: var(--theme-hover-color);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s; }
  .w3l-blog-single h5.card-title {
    font-size: 25px;
    margin-top: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--heading-color);
    text-transform: capitalize; }
  .w3l-blog-single .single-left1 p a {
    color: var(--heading-color);
    font-weight: bold; }
  .w3l-blog-single .comments-grid-right h4 {
    font-size: 20px;
    color: var(--heading-color); }
  .w3l-blog-single .no-margin {
    margin: 0 !important; }
  .w3l-blog-single p.address {
    margin-top: 5px;
    margin-bottom: 25px; }
  .w3l-blog-single .single-left1 iframe {
    width: 100%;
    height: 350px; }
  .w3l-blog-single .details-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 40px; }
  .w3l-blog-single .details-list li strong {
    color: var(--heading-color);
    font-weight: 600; }
  .w3l-blog-single .details-list li {
    color: var(--para-color); }
  .w3l-blog-single .posts-grid-right span {
    color: var(--para-color);
    margin-top: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px; }
  .w3l-blog-single .listings-list li {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 7px; }
  .w3l-blog-single .listings-list li a {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  @media all and (max-width: 992px) {
    .w3l-blog-single .grid-colunm-2 {
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    .w3l-blog-single .right-side-bar {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px; } }
  @media all and (max-width: 768px) {
    .w3l-blog-single .right-side-bar {
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    .w3l-blog-single .single {
      padding: 60px 0; }
    .w3l-blog-single .details-list {
      grid-template-columns: 1fr 1fr; }
    .w3l-blog-single .blog aside {
      margin-bottom: 0px; } }
  @media all and (max-width: 568px) {
    .w3l-blog-single .single {
      padding: 50px 0; }
    .w3l-blog-single .single-left {
      padding: 15px; }
    .w3l-blog-single .comments-grid-right h4 {
      font-size: 18px; }
    .w3l-blog-single h5.card-title {
      font-size: 20px;
      margin-top: 25px;
      line-height: 25px;
      margin-bottom: 10px; }
    .w3l-blog-single .single-left1 iframe {
      height: 250px; } }
  @media all and (max-width: 415px) {
    .w3l-blog-single .media {
      grid-gap: 15px; }
    .w3l-blog-single .grid-col-2 {
      grid-template-columns: 1fr;
      grid-gap: 0px; }
    .w3l-blog-single .leave-coment-form input[type="text"], .w3l-blog-single .leave-coment-form input[type="email"], .w3l-blog-single .leave-coment-form textarea {
      margin-bottom: 15px; }
    .w3l-blog-single h3.aside-title {
      font-size: 20px;
      color: var(--heading-color);
      line-height: 25px;
      margin-bottom: 20px; }
    .w3l-blog-single .details-list {
      grid-template-columns: 1fr; }
    .w3l-blog-single .blog aside {
      padding: 20px; } }
  @media all and (max-width: 384px) {
    .w3l-blog-single h5.card-title {
      font-size: 18px; } }

/*-- grids block 5 --*/
.w3l-grids-block-5 {
  /*--/*-- responsive design --*/
  /*-- grids block 5 --*/ }
  .w3l-grids-block-5 #grids5-block {
    padding: 70px 0;
    background: #f8f9fa; }
  .w3l-grids-block-5 .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-grids-block-5 .grids5-info h4 a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: var(--heading-color);
    display: block; }
  .w3l-grids-block-5 .blog-info a.blog {
    color: #0845a2;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px; }
  .w3l-grids-block-5 .blog-info {
    background: #fff;
    padding: 25px 20px;
    box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09); }
  .w3l-grids-block-5 .grids5-info p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 15px; }
  .w3l-grids-block-5 .grids5-info h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 5px; }
  .w3l-grids-block-5 .grids5-info img {
    width: 100%; }
  .w3l-grids-block-5 .pagination {
    margin-top: 50px; }
  .w3l-grids-block-5 .pagination ul li {
    display: inline-block;
    margin-right: 3px; }
  .w3l-grids-block-5 .pagination ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 40px;
    color: #0845a2;
    font-size: 16px; }
  .w3l-grids-block-5 .pagination ul li a.active {
    background: #0845a2;
    color: #fff; }
  @media all and (max-width: 800px) {
    .w3l-grids-block-5 .d-grid {
      grid-gap: 20px; } }
  @media all and (max-width: 800px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr 1fr; } }
  @media all and (max-width: 568px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr; }
    .w3l-grids-block-5 .d-grid {
      grid-row-gap: 45px; }
    .w3l-grids-block-5 .grids5-info p {
      margin-top: 12px; }
    .w3l-grids-block-5 #grids5-block {
      padding: 50px 0; } }
  @media all and (max-width: 414px) {
    .w3l-grids-block-5 .grids5-info h4 a {
      font-size: 23px; } }
  @media all and (max-width: 384px) {
    .w3l-grids-block-5 .grids5-info h4 a {
      font-size: 22px; } }

/*--//*-- responsive design --*/
.w3l-form-2 {
  height: 100vh;
  /*-- checkmark --*/
  /*-- //checkmark --*/ }
  .w3l-form-2 .text-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
    grid-gap: 40px; }
  .w3l-form-2 a.brand-logo {
    color: #0845a2;
    font-weight: 600;
    font-size: 40px; }
  .w3l-form-2 .main1 {
    align-self: center; }
  .w3l-form-2 .main2 {
    background: #fff; }
  .w3l-form-2 .logo {
    float: left; }
  .w3l-form-2 .form-tagline {
    color: #0845a2;
    letter-spacing: 0px;
    text-transform: capitalize;
    line-height: 25px;
    font-size: 19px;
    font-weight: 600; }
  .w3l-form-2 .head-form {
    color: var(--heading-color);
    font-size: 50px;
    line-height: 55px;
    margin-top: 15px;
    font-weight: 600; }
  .w3l-form-2 .form-para1 {
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    margin-top: 30px; }
  .w3l-form-2 .button-form {
    background: #0845a2;
    color: #F5F9FC;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    margin-top: 60px;
    border: none;
    cursor: pointer;
    padding: 10px 30px; }
  .w3l-form-2 p.account {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 10px; }
  .w3l-form-2 p.account a {
    color: var(--heading-color); }
  .w3l-form-2 p.account a:hover {
    color: #0845a2; }
  .w3l-form-2 a.signin {
    text-align: right;
    color: var(--para-color);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    align-self: center;
    line-height: 25px; }
  .w3l-form-2 a.signin:hover {
    color: #0845a2; }
  .w3l-form-2 .header {
    padding: 20px 50px;
    width: 100%;
    background: #f8f9fa;
    display: grid;
    grid-auto-flow: column; }
  .w3l-form-2 .signup {
    color: var(--heading-color);
    line-height: 30px;
    font-size: 25px;
    font-weight: bold; }
  .w3l-form-2 .create {
    margin-top: 5px;
    margin-bottom: 20px;
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px; }
  .w3l-form-2 .sign-main {
    padding: 50px 70px; }
  .w3l-form-2 .name {
    margin-top: 45px;
    color: var(--para-color);
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal; }
  .w3l-form-2 .email {
    margin-top: 20px;
    color: var(--para-color);
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal; }
  .w3l-form-2 .pwd {
    margin-top: 30px;
    color: var(--para-color);
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal; }
  .w3l-form-2 .form-type {
    width: 100%;
    color: #666;
    background: #fff;
    border: none;
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #eee; }
  .w3l-form-2 .create-account {
    background: #0845a2;
    width: 100%;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    transition: .3s; }
  .w3l-form-2 .create-account:hover {
    background: var(--theme-hover-color);
    transition: .3s; }
  .w3l-form-2 .form-check {
    float: left;
    width: 20px;
    height: 20px;
    background: #eee;
    margin-right: 10px;
    margin-top: 5px; }
  .w3l-form-2 .privacy-policy {
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    margin-top: 25px; }
  .w3l-form-2 .checkbox {
    width: 16px;
    height: 16px;
    color: #F5F9FC;
    background: #0845a2;
    float: left; }
  .w3l-form-2 .container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-form-2 .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .w3l-form-2 .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #f3f3f3; }
  .w3l-form-2 .container:hover input ~ .checkmark {
    background-color: #E1E9F0; }
  .w3l-form-2 .container input:checked ~ .checkmark {
    background-color: #0845a2; }
  .w3l-form-2 .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .w3l-form-2 .container input:checked ~ .checkmark:after {
    display: block; }
  .w3l-form-2 .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
  @media (max-width: 1200px) {
    .w3l-form-2 .head-form {
      font-size: 45px;
      line-height: 50px; }
    .w3l-form-2 .form-para1 {
      max-width: 100%; }
    .w3l-form-2 .form-type, .w3l-form-2 .form-made, .w3l-form-2 .privacy-policy, .w3l-form-2 .create-account {
      width: 100%; } }
  @media (max-width: 1080px) {
    .w3l-form-2 .sign-main {
      padding: 50px 30px; } }
  @media (max-width: 992px) {
    .w3l-form-2 .main1, .w3l-form-2 .main2 {
      width: 100%; } }
  @media (max-width: 800px) {
    .w3l-form-2 .text-main {
      grid-template-columns: 1fr;
      padding-top: 0px;
      grid-gap: 60px; }
    .w3l-form-2 .main1 {
      order: 2;
      margin-bottom: 50px; }
    .w3l-form-2 .sign-main {
      padding: 0px 0px; }
    .w3l-form-2 .signup {
      margin-top: 150px; }
    .w3l-form-2 .head-form {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 580px) {
    .w3l-form-2 .head-form {
      font-size: 30px;
      line-height: 35px; }
    .w3l-form-2 a.brand-logo {
      font-size: 35px;
      line-height: 40px; } }
  @media (max-width: 480px) {
    .w3l-form-2 .header {
      padding: 20px 30px; }
    .w3l-form-2 .signup {
      margin-top: 130px; } }
  @media (max-width: 414px) {
    .w3l-form-2 a.brand-logo {
      font-size: 30px;
      line-height: 35px; }
    .w3l-form-2 .signup {
      margin-top: 120px; } }

.w3l-timeline-page {
  background: #f8f9fa;
  padding: 90px 0;
  /* Styling */ }
  .w3l-timeline-page .timeline {
    margin: 0em auto;
    position: relative;
    max-width: 45em; }
  .w3l-timeline-page .timeline:before {
    background-color: #ddd;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%; }
  .w3l-timeline-page .timeline-event {
    position: relative;
    margin-bottom: 20px; }
  .w3l-timeline-page .timeline-event:hover .timeline-event-icon {
    transform: rotate(-45deg);
    background-color: #0845a2; }
  .w3l-timeline-page .timeline-event:hover .timeline-event-thumbnail {
    box-shadow: inset 40em 0 0 0 #333; }
  .w3l-timeline-page .timeline-event-copy {
    padding: 2em;
    position: relative;
    top: -1.875em;
    left: 4em;
    width: 90%;
    background: #fff;
    border: 2px solid #f8f9fa; }
  .w3l-timeline-page .timeline-event-copy h3 {
    font-size: 25px;
    line-height: 30px;
    color: var(--heading-color);
    font-weight: 600; }
  .w3l-timeline-page .timeline-event-copy h4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    color: var(--para-color); }
  .w3l-timeline-page .timeline-event-copy strong {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 10px;
    display: inline-block; }
  .w3l-timeline-page .timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-timeline-page .timeline-event-icon {
    transition: transform 0.2s ease-in;
    transform: rotate(45deg);
    background-color: #333;
    outline: 10px solid white;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em; }
  .w3l-timeline-page .timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.1s;
    -o-transition: box-shadow 0.5s ease-in 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    transition: box-shadow 0.5s ease-in 0.1s;
    color: white;
    font-size: 0.75em;
    background-color: #0845a2;
    box-shadow: inset 0 0 0 0em #0845a2;
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 1em; }

@media (max-width: 568px) {
  .timeline-page {
    padding: 70px 0; } }

@media (max-width: 667px) {
  .timeline-event-copy {
    width: 90%; } }

@media (max-width: 480px) {
  .timeline-event-copy {
    width: 80%;
    left: 3.5em; }
  .timeline-event-copy {
    padding: 1.5em; } }

.w3l-faq-page {
  padding: 70px 0;
  background: #f8f9fa; }
  .w3l-faq-page h2 {
    margin: 20px auto 80px;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.5; }
  .w3l-faq-page details {
    width: 75%;
    min-height: 5px;
    max-width: 700px;
    padding: 17px 30px;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s; }
  .w3l-faq-page summary span.fa {
    font-size: 15px;
    color: #777; }
  .w3l-faq-page details + details {
    margin-top: 20px; }
  .w3l-faq-page details[open] {
    min-height: 50px;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1); }
  .w3l-faq-page details p {
    color: var(--para-color);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-faq-page summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    color: var(--heading-color); }
  .w3l-faq-page summary:focus {
    outline: none; }
  .w3l-faq-page summary::-webkit-details-marker {
    display: none; }
  .w3l-faq-page .control-icon {
    fill: rebeccapurple;
    transition: .3s ease;
    pointer-events: none; }
  .w3l-faq-page .control-icon-close {
    display: none; }
  .w3l-faq-page details[open] .control-icon-close {
    display: initial;
    transition: .3s ease; }
  .w3l-faq-page details[open] .control-icon-expand {
    display: none; }
  .w3l-faq-page details[open] summary:hover::after {
    -webkit-animation: pulse 1s ease;
    animation: pulse 1s ease; }

@-webkit-keyframes pulse {
  25% {
    transform: scale(1.1); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes pulse {
  25% {
    transform: scale(1.1); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@media (max-width: 736px) {
  .faq-page {
    padding: 60px 0; }
  .faq-page summary {
    font-size: 18px; }
  .faq-page details {
    width: inherit;
    max-width: 700px;
    margin: 0 1em; } }

@media (max-width: 568px) {
  .faq-page {
    padding: 50px 0; } }

.w3l-error-block {
  padding: 60px 0; }
  .w3l-error-block .error-page {
    padding: 10vh 0; }
  .w3l-error-block .grids-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px; }
  .w3l-error-block h2 {
    font-size: 120px;
    color: #0845a2; }
  .w3l-error-block .right-grid {
    text-align: center;
    padding: 0 40px; }
  .w3l-error-block h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: var(--heading-color); }
  .w3l-error-block p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 10px;
    margin-bottom: 40px; }
  .w3l-error-block .left-grid {
    align-self: center; }
  .w3l-error-block a.home {
    font-size: 16px;
    background: #0845a2;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    margin-right: 5px;
    transition: .3s; }
  .w3l-error-block a.home:hover {
    background: var(--theme-hover-color);
    transition: .3s; }
  .w3l-error-block a.contact {
    font-size: 16px;
    background: var(--heading-color);
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    margin-right: 10px;
    transition: .3s; }
  .w3l-error-block a.contact:hover {
    background: #222;
    transition: .3s; }
  .w3l-error-block p.copy-footer-29 {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin: 0;
    margin-top: 30px; }
  .w3l-error-block p.copy-footer-29 a {
    color: var(--heading-color); }
  @media (max-width: 1080px) {
    .w3l-error-block .right-grid {
      padding: 0 0px; } }
  @media (max-width: 768px) {
    .w3l-error-block .grids-2 {
      grid-template-columns: 1fr; }
    .w3l-error-block .left-grid {
      order: 2; }
    .w3l-error-block .error-page {
      padding: 5vh 0; } }
  @media (max-width: 480px) {
    .w3l-error-block h2 {
      font-size: 80px; }
    .w3l-error-block h3 {
      font-size: 25px; }
    .w3l-error-block p {
      margin-bottom: 20px; }
    .w3l-error-block .error-page {
      padding: 0vh 0; } }

.w3l-w3l-coming-soon-block {
  /* responsive */ }

.w3l-coming-soon-block .coming-soon {
  background-image: url("../images/bg3.jpg");
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 650px;
  z-index: 1; }

.w3l-coming-soon-block .coming-soon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
  z-index: -1; }

.w3l-coming-soon-block h4 {
  color: #eee;
  font-size: 20px;
  line-height: 25px; }

.w3l-coming-soon-block .coming-soon h1 {
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff; }

.w3l-coming-soon-block input {
  border: none;
  background: #fff;
  padding: 15px 20px;
  font-size: 16px;
  color: #666;
  width: 100%;
  margin-bottom: 15px; }

.w3l-coming-soon-block button.btn {
  border: none;
  background: #0845a2;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 10px;
  transition: .3s; }

.w3l-coming-soon-block button.btn:hover {
  background: var(--theme-hover-color);
  transition: .3s; }

.comingsoon-form {
  max-width: 400px;
  margin: 20px auto 0; }

.w3l-coming-soon-block p#demo {
  padding: 20px;
  word-spacing: 20px;
  font-size: 50px;
  color: #fff; }

.w3l-coming-soon-block .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.w3l-coming-soon-block small {
  font-size: 50%;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #eee; }

@media (max-width: 1280px) {
  .w3l-coming-soon-block .middle {
    width: 75%; } }

@media (max-width: 1080px) {
  .w3l-coming-soon-block p#demo {
    word-spacing: 5px; } }

@media (max-width: 960px) {
  .w3l-coming-soon-block .middle {
    width: 85%; } }

@media (max-width: 768px) {
  .w3l-coming-soon-block .coming-soon h1 {
    font-size: 55px;
    line-height: 60px; } }

@media (max-width: 641px) {
  .w3l-coming-soon-block .middle {
    width: 90%; } }

@media (max-width: 568px) {
  .w3l-coming-soon-block p#demo {
    word-spacing: 30px; } }

@media (max-width: 480px) {
  .w3l-coming-soon-block .coming-soon {
    height: 65vh; }
  .w3l-coming-soon-block .coming-soon h1 {
    font-size: 45px;
    line-height: 50px; }
  .w3l-coming-soon-block p#demo {
    padding: 20px 10px;
    font-size: 35px;
    word-spacing: 5px; } }

.w3l-text-25-main {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-text-25-main .search-form-grid {
    background: #fff;
    padding: 50px; }
  .w3l-text-25-main .grid-columns {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 20px; }
  .w3l-text-25-main .inner-grid-columns {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 20px; }
  .w3l-text-25-main .text-25 {
    padding: 70px 0;
    background: #f8f9fa; }
  .w3l-text-25-main .box13 h3 a {
    font-size: 25px;
    line-height: 30px;
    color: var(--heading-color);
    font-weight: 600; }
  .w3l-text-25-main span.price {
    color: #0845a2;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px; }
  .w3l-text-25-main .box13 ul li {
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #777; }
  .w3l-text-25-main .box13 ul li span.fa {
    color: var(--para-color); }
  .w3l-text-25-main .box13 p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin: 10px 0; }
  .w3l-text-25-main .enquire {
    font-size: 16px;
    color: #0845a2;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600; }
  .w3l-text-25-main .enquire:hover {
    color: var(--heading-color); }
  .w3l-text-25-main .border-search {
    padding: 15px;
    border: 2px solid #eee;
    background: #fff; }
  .w3l-text-25-main .form-type {
    background: #0845a2;
    border: none;
    outline: none;
    color: #fff;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    text-transform: capitalize;
    padding-left: 50px;
    border-radius: 50px; }
  .w3l-text-25-main .search-form {
    position: relative;
    max-width: 600px;
    margin: auto; }
  .w3l-text-25-main .search-btn {
    color: #fff;
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 20px; }
  .w3l-text-25-main .search-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #eee; }
  .w3l-text-25-main .search-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #eee; }
  .w3l-text-25-main .search-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #eee; }
  .w3l-text-25-main .search-form :-moz-placeholder {
    /* Firefox 18- */
    color: #eee; }
  @media (max-width: 1080px) {
    .w3l-text-25-main .box13 h3 a {
      font-size: 23px; }
    .w3l-text-25-main .grid-columns {
      grid-template-columns: 1fr; } }
  @media (max-width: 900px) {
    .w3l-text-25-main .box13 p {
      margin: 10px 0 20px 0; } }
  @media (max-width: 600px) {
    .w3l-text-25-main .box13 h3 a {
      font-size: 22px; }
    .w3l-text-25-main .grid-columns {
      grid-gap: 20px; } }
  @media (max-width: 480px) {
    .w3l-text-25-main .inner-grid-columns {
      grid-template-columns: 1fr; }
    .w3l-text-25-main .column {
      padding: 0; }
    .w3l-text-25-main .text-25 {
      padding: 50px 0; }
    .w3l-text-25-main .search-form-grid {
      padding: 30px 10px; } }

.w3l-contacts-2 {
  padding: 70px 0;
  background: #f8f9fa; }
  .w3l-contacts-2 a {
    display: inline-block; }
  .w3l-contacts-2 .grid {
    display: grid; }
  .w3l-contacts-2 .grid-column-2 {
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 40px; }
  .w3l-contacts-2 .header {
    color: var(--heading-color);
    line-height: 30px;
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600; }
  .w3l-contacts-2 .head-main {
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal; }
  .w3l-contacts-2 .column2 a {
    text-decoration: none;
    color: var(--para-color);
    line-height: 25px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal; }
  .w3l-contacts-2 .contact-para, .w3l-contacts-2 .contact-main p {
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px; }
  .w3l-contacts-2 .contact-main p {
    margin-bottom: 10px; }
  .w3l-contacts-2 p span.fa {
    width: 25px;
    color: #0845a2; }
  .w3l-contacts-2 .column3 img {
    margin-right: 20px; }
  .w3l-contacts-2 .column3 a {
    color: #fff;
    background: #333;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    transition: 0.3s; }
  .w3l-contacts-2 .column3 a.facebook {
    background: #3b5998; }
  .w3l-contacts-2 .column3 a.twitter {
    background: #1da1f2; }
  .w3l-contacts-2 .column3 a.linkedin {
    background: #0077b5; }
  .w3l-contacts-2 .column3 a.instagram {
    background: #c13584; }
  @media (max-width: 1024px) {
    .w3l-contacts-2 .grid-column-2 {
      grid-gap: 20px; } }
  @media (max-width: 992px) {
    .w3l-contacts-2 .grid-column-2 {
      grid-template-columns: 1fr; }
    .w3l-contacts-2 .head-main {
      max-width: 100%; } }

@media screen and (max-width: 768px) {
  .w3l-contacts-2 {
    padding: 60px 0; } }

@media screen and (max-width: 480px) {
  .w3l-contacts-2 {
    padding: 50px 0; }
  .column {
    padding: 0; } }

.w3l-contacts-12 {
  padding: 70px 0; }
  .w3l-contacts-12 .main-images a {
    display: inline-block; }
  .w3l-contacts-12 .contacts12-main {
    text-align: center; }
  .w3l-contacts-12 .contact-head {
    color: var(--heading-color);
    line-height: 35px;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600; }
  .w3l-contacts-12 .contact-para {
    margin: auto;
    max-width: 700px;
    margin-top: 25px;
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal; }
  .w3l-contacts-12 .contact-input {
    width: 100%;
    color: #666;
    background: #fff;
    border: none;
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #eee; }
  .w3l-contacts-12 .main-input {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px; }
  .w3l-contacts-12 .contact-textarea {
    width: 100%;
    color: #666;
    background: #fff;
    border: none;
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #eee;
    font-family: inherit;
    min-height: 150px; }
  .w3l-contacts-12 .line {
    box-sizing: border-box;
    border: 1px solid #8298AB;
    opacity: 0.35; }
  .w3l-contacts-12 .contact {
    text-align: center; }
  .w3l-contacts-12 .contact-mail {
    color: #3B5266;
    line-height: 25px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    margin-top: 59px; }
  .w3l-contacts-12 .contact-phone {
    margin-top: 10px;
    color: #3B5266;
    line-height: 25px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal; }
  .w3l-contacts-12 .contact-para2 {
    margin-top: 20px;
    color: #3B5266;
    line-height: 25px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal; }
  .w3l-contacts-12 .contact-para3 {
    color: #3B5266;
    line-height: 25px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal; }
  .w3l-contacts-12 .main-images {
    margin-top: 50px; }
  .w3l-contacts-12 .img-contact {
    margin-right: 25px; }
  .w3l-contacts-12 button.btn {
    background: #0845a2;
    color: #fff;
    padding: 12px 35px;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    border: none;
    transition: .3s; }
  .w3l-contacts-12 button.btn:hover {
    background: var(--theme-hover-color);
    transition: .3s; }
  @media all and (max-width: 1400px) {
    .w3l-contacts-12 .contacts12-main {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .w3l-contacts-12 .contact-input1 {
      margin-right: 0px;
      margin-bottom: 30px;
      width: 100%; }
    .w3l-contacts-12 .contact-input2,
    .w3l-contacts-12 .contact-textarea {
      width: 100%; }
    .w3l-contacts-12 .contact-para {
      max-width: 100%; } }
  @media screen and (max-width: 480px) {
    .w3l-contacts-12 .main-input {
      grid-template-columns: 1fr;
      grid-gap: 0px; }
    .w3l-contacts-12 .contacts-12 .contact-input {
      margin-top: 15px; } }

@media screen and (max-width: 768px) {
  .w3l-contacts-12 {
    padding: 60px 0; } }

@media screen and (max-width: 480px) {
  .w3l-contacts-12 {
    padding: 40px 0; } }

.image-layer:after {
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
/*# sourceMappingURL=style-freedom.css.map */