/*--
Author: W3layouts
Author URL: http://w3layouts.com
--*/
:root {
  --main-bg-color: #f8f9fa;
  --main-heading-color: #212129d6;
  --heading-color: #2c3038;
  --para-color: #555a64;
  --theme-color: #ff4848;
  --theme-hover-color: #f83333; }

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; }

a, a:hover, button {
  transition: .3s;
  font-family: inherit; }

@media all and (max-width: 641px) {
  .wrapper {
    width: 90%; } }

@media all and (max-width: 441px) {
  .wrapper, .wrapper-full {
    width: 100%;
    padding: 0 5px; } }

.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,
.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; }

.bg-white {
  background: #fff !important; }

h5.heading {
  font-size: 30px;
  line-height: 35px;
  color: var(--theme-color);
  text-align: center;
  font-style: italic;
  font-family: initial; }

h3.heading {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color);
  text-align: center;
  margin-bottom: 50px;
  position: relative; }

h3.heading::after {
  content: '';
  width: 10%;
  height: 2px;
  background: var(--theme-color);
  display: block;
  left: 45%;
  position: absolute;
  bottom: -25%; }

@media all and (max-width: 768px) {
  h3.heading {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px; }
  h5.heading {
    font-size: 25px;
    line-height: 30px; }
  h3.heading::after {
    width: 20%;
    left: 40%; } }

@media all and (max-width: 568px) {
  h3.heading {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 35px; }
  h5.heading {
    font-size: 20px;
    line-height: 25px; } }

@media all and (max-width: 414px) {
  h3.heading::after {
    width: 30%;
    left: 35%; } }

/*!
 *  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-headers-9 {
  /* //Reset Code */
  /* header */
  /* menu */
  /* CSS Document */
  /* Hide Dropdowns by Default
 * and giving it a position of absolute */
  /* Display Dropdowns on Hover */
  /* Media Queries
--------------------------------------------- */
  /* navigation */
  /* responsive for header */
  /* //responsive for header */
  /* //header */ }

.w3l-headers-9 .d-grid {
  display: grid; }

.w3l-headers-9 .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.w3l-headers-9 .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.w3l-headers-9 .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-headers-9 a.action {
  border: none;
  color: #000000;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  display: inline-block; }

.w3l-headers-9 .actionbg {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 17px;
  color: #F5F9FC;
  background: #212121;
  text-align: center;
  padding: 8px 13px 10px; }

.w3l-headers-9 a.action img {
  margin-left: 4px; }

.w3l-headers-9 .align-center {
  text-align: center; }

.w3l-headers-9 header {
  position: absolute;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(249, 249, 249, 0.1);
  padding: 10px 0;
  background: rgba(17, 17, 17, 0.2); }

.w3l-headers-9 .header {
  display: flex;
  align-items: center; }

.w3l-headers-9 .bottom-menu-content {
  margin-left: auto; }

.w3l-headers-9 .logo {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  text-transform: capitalize; }

.w3l-headers-9 .logo span {
  text-transform: capitalize; }

.w3l-headers-9 .toggle-2,
.w3l-headers-9 .toggle,
.w3l-headers-9 [id^=drop] {
  display: none; }

.w3l-headers-9 #logo a img {
  height: 42px; }

.w3l-headers-9 nav ul {
  position: relative; }

.w3l-headers-9 nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  vertical-align: middle; }

.w3l-headers-9 nav ul li ul li {
  display: inherit;
  padding: 0; }

.w3l-headers-9 input#nav {
  display: none; }

.w3l-headers-9 ul.menu a.link-nav {
  color: #ddd;
  font-weight: normal;
  font-size: 16px;
  line-height: 70px; }

.w3l-headers-9 ul.menu a.jobs {
  background: var(--theme-color);
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 25px;
  border-radius: 4px; }

.w3l-headers-9 ul.menu a.jobs:hover {
  background: var(--theme-hover-color); }

.w3l-headers-9 ul.menu a.link-nav span.fa {
  font-size: 13px; }

.w3l-headers-9 ul.menu a.link-nav:hover {
  color: #fff; }

.w3l-headers-9 ul.menu ul:after {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 3px 0 0 0;
  transform: rotate(45deg);
  border-top: 1px solid #EAEDF2;
  border-left: 1px solid #EAEDF2; }

.w3l-headers-9 nav ul ul {
  display: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #EAEDF2;
  padding: 1rem;
  min-width: 190px;
  position: absolute;
  top: 60px;
  left: 0;
  box-shadow: 0 0 1px #eee, 0 6px 18px rgba(0, 0, 0, 0.15);
  transform: translateX(-60px);
  z-index: 9; }

.w3l-headers-9 ul.first-dropdwon {
  min-width: 530px;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  transform: translateX(-230px); }

.w3l-headers-9 ul.menu ul li a {
  color: #666;
  font-size: 16px;
  padding: 6px;
  display: block; }

.w3l-headers-9 ul.menu ul li a:hover {
  color: var(--heading-color);
  padding-left: 10px; }

.w3l-headers-9 nav ul li:hover > ul {
  display: inherit; }

.w3l-headers-9 .nav_w3ls nav ul ul li {
  width: 170px;
  float: none;
  display: block;
  position: relative;
  margin: 0; }

.w3l-headers-9 .nav_w3ls nav ul ul li a {
  display: block;
  color: #333;
  padding: 4px 8px;
  font-size: 16px; }

.w3l-headers-9 .nav_w3ls nav ul ul li a:hover {
  color: #000;
  background: #eee;
  opacity: 1; }

.w3l-headers-9 nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px; }

@media all and (max-width: 1080px) {
  .w3l-headers-9 nav ul li {
    padding: 0 7px; } }

@media all and (max-width: 991px) {
  .w3l-headers-9 {
    /* Hide the navigation menu by default */
    /* Also hide the  */
    /* Stylinf the toggle lable */
    /* Display Dropdown when clicked on Parent Lable */
    /* Hide Dropdowns by Default */
    /* Hide menus on hover */
    /* Fisrt Tier Dropdown */
    /* navigation scroll */
    /* //navigation scroll */
    /* //navigation */
    /* responsive design for nav */
    /* //responsive design for nav */ }
  .w3l-headers-9 header {
    padding: 10px 0; }
  .w3l-headers-9 .toggle + a {
    display: none; }
  .w3l-headers-9 .toggle {
    display: block;
    padding: 7px 12px;
    font-size: 15px;
    text-decoration: none;
    border: none;
    float: right;
    background-color: #eee;
    color: #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 0;
    cursor: pointer; }
  .w3l-headers-9 .menu .toggle {
    float: none;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    background: transparent;
    color: #666; }
  .w3l-headers-9 .toggle:hover {
    opacity: .8; }
  .w3l-headers-9 .menu .toggle.active {
    font-weight: bold; }
  .w3l-headers-9 [id^=drop]:checked + ul {
    display: block;
    padding: 15px 20px;
    /* text-align: center; */
    width: 100%;
    z-index: 99; }
  .w3l-headers-9 nav ul li {
    display: block;
    width: 100%; }
  .w3l-headers-9 .nav_w3ls nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
    padding: 10px !important; }
  .w3l-headers-9 nav ul ul li:hover > ul,
  .w3l-headers-9 nav ul li:hover > ul {
    display: none; }
  .w3l-headers-9 nav ul ul li {
    display: block;
    width: 100%;
    padding: 0; }
  .w3l-headers-9 nav ul ul ul li {
    position: static; }
  .w3l-headers-9 .nav_w3ls nav ul ul li {
    width: 100%;
    padding: 0;
    margin: 0; }
  .w3l-headers-9 ul.menu a.link-nav {
    line-height: 20px;
    display: block; }
  .w3l-headers-9 a.link-nav.dropdown-toggle {
    display: none !important; }
  .w3l-headers-9 ul.menu {
    height: 100%;
    padding-bottom: 16px;
    overflow-y: auto;
    max-width: 75%;
    margin: 0 auto; }
  .w3l-headers-9 ul.menu::-webkit-scrollbar {
    width: 3px; }
  .w3l-headers-9 ul.menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
  .w3l-headers-9 ul.menu::-webkit-scrollbar-thumb {
    background-color: #d4d4d4; }
  .w3l-headers-9 .bottom-menu-content label.menu-bar {
    width: 40px;
    position: absolute;
    top: 20px;
    right: 123px;
    cursor: pointer;
    z-index: 99;
    height: 40px; }
  .w3l-headers-9 .bottom-menu-content label.menu-bar:before {
    content: '';
    background: #fff;
    width: 40px;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    transition: all 0.5s; }
  .w3l-headers-9 .bottom-menu-content label.menu-bar:after {
    content: '';
    background: #fff;
    width: 40px;
    height: 4px;
    position: absolute;
    top: 23px;
    left: 0px;
    border-radius: 10px;
    transition: all 0.5s; }
  .w3l-headers-9 .bottom-menu-content input#nav {
    display: block; }
  .w3l-headers-9 ul.menu a.link-nav {
    color: var(--para-color); }
  .w3l-headers-9 ul.menu a.link-nav:hover {
    color: #777; }
  .w3l-headers-9 .bottom-menu-content input#nav {
    height: 0px;
    opacity: 1;
    display: block;
    transition: opacity 0.2s; }
  .w3l-headers-9 .bottom-menu-content input#nav:before {
    content: '';
    background: #fff;
    width: 40px;
    height: 4px;
    position: absolute;
    top: 31px;
    right: 123px;
    border-radius: 10px;
    z-index: 50; }
  .w3l-headers-9 .bottom-menu-content input#nav:checked {
    opacity: 0; }
  .w3l-headers-9 .bottom-menu-content input#nav:checked ~ label.menu-bar:before {
    top: 10px;
    -webkit-animation: linetop 0.5s linear 0.3s;
    animation: linetop 0.5s linear 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .w3l-headers-9 .bottom-menu-content input#nav:checked ~ label.menu-bar:after {
    top: 10px;
    -webkit-animation: linebottom 0.5s linear 0.3s;
    animation: linebottom 0.5s linear 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .w3l-headers-9 .bottom-menu-content nav {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    height: 0%;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s;
    background: #fff;
    z-index: -1; }
  .w3l-headers-9 header {
    padding: 12px 0; }
  .w3l-headers-9 .bottom-menu-content input#nav:checked ~ nav {
    height: auto;
    box-shadow: 0 0 1px #eee, 0 6px 18px rgba(0, 0, 0, 0.15); }
  .w3l-headers-9 .bottom-menu-content nav > ul {
    margin-top: 2em;
    transform: translate(0%, 0%);
    transition: 0.2s;
    transition-delay: 0.2s; }
  .w3l-headers-9 .bottom-menu-content input#nav:checked.menu-bar ~ nav > ul {
    opacity: 1; }
  @-webkit-keyframes linetop {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(45deg); } }
  @keyframes linetop {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(45deg); } }
  @-webkit-keyframes linebottom {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(-45deg); } }
  @keyframes linebottom {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(-45deg); } }
  .w3l-headers-9 ul.first-dropdwon,
  .w3l-headers-9 nav ul ul {
    transform: translateX(0px);
    max-width: 600px; }
  .w3l-headers-9 nav ul li {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 0; }
  .w3l-headers-9 nav ul ul {
    position: static;
    margin-top: 10px; }
  .w3l-headers-9 nav ul li ul li {
    margin: 0; }
  .w3l-headers-9 ul.menu ul:after {
    right: 88%; }
  .w3l-headers-9 a.actionbg {
    margin-top: 1em; } }

@media (max-width: 800px) {
  .w3l-headers-9 .bottom-menu-content label.menu-bar,
  .w3l-headers-9 .bottom-menu-content input#nav:before {
    right: 100px; }
  .w3l-headers-9 ul.first-dropdwon,
  .w3l-headers-9 nav ul ul {
    max-width: 540px; }
  .w3l-headers-9 ul.menu a.jobs {
    display: inline-block; } }

@media (max-width: 736px) {
  .w3l-headers-9 .bottom-menu-content label.menu-bar,
  .w3l-headers-9 .bottom-menu-content input#nav:before {
    right: 94px; }
  .w3l-headers-9 ul.first-dropdwon,
  .w3l-headers-9 nav ul ul {
    min-width: 180px;
    max-width: 490px; }
  .w3l-headers-9 ul.first-dropdwon {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; } }

@media (max-width: 667px) {
  .w3l-headers-9 .bottom-menu-content label.menu-bar,
  .w3l-headers-9 .bottom-menu-content input#nav:before {
    right: 82px; }
  .w3l-headers-9 ul.first-dropdwon,
  .w3l-headers-9 nav ul ul {
    max-width: 450px; } }

@media (max-width: 640px) {
  .w3l-headers-9 ul.menu {
    max-width: 90%; }
  .w3l-headers-9 .bottom-menu-content label.menu-bar,
  .w3l-headers-9 .bottom-menu-content input#nav:before {
    right: 32px; }
  .w3l-headers-9 .overlay-menuv-hugeinc nav {
    margin: 0 .5em; }
  .w3l-headers-9 .logo {
    font-size: 27px;
    padding: 10px 10px 0; } }

@media (max-width: 480px) {
  .w3l-headers-9 .overlay-menuv-hny {
    margin-top: 3px; }
  .w3l-headers-9 .nav-right-sty {
    grid-gap: 20px; }
  .w3l-headers-9 nav.menu-side-over-left {
    grid-template-columns: repeat(auto-fit, minmax(124px, 100px)); }
  .w3l-headers-9 .bottom-menu-content label.menu-bar,
  .w3l-headers-9 .bottom-menu-content input#nav:before {
    right: 24px; }
  .w3l-headers-9 .bottom-menu-content label.menu-bar:before,
  .w3l-headers-9 .bottom-menu-content label.menu-bar:after,
  .w3l-headers-9 .bottom-menu-content input#nav:before {
    width: 35px;
    height: 3px; }
  .w3l-headers-9 .bottom-menu-content input#nav:before {
    right: 29px;
    top: 30px; }
  .w3l-headers-9 .bottom-menu-content label.menu-bar:after {
    top: 21px; }
  .w3l-headers-9 header {
    padding: 7px 0; }
  .w3l-headers-9 ul.first-dropdwon,
  .w3l-headers-9 nav ul ul {
    max-width: 380px; }
  .w3l-headers-9 .bottom-menu-content nav {
    top: 60px; }
  .w3l-headers-9 .bottom-menu-content nav > ul {
    margin-top: 1.5em; } }

@media (max-width: 440px) {
  .w3l-headers-9 ul.first-dropdwon,
  .w3l-headers-9 nav ul ul {
    max-width: 330px; }
  .w3l-headers-9 [id^=drop]:checked + ul {
    display: block;
    padding: 15px 15px; } }

@media (max-width: 384px) {
  .w3l-headers-9 a.link-nav {
    font-size: 16px; }
  .w3l-headers-9 .nav-right-sty {
    grid-gap: 10px; }
  .w3l-headers-9 .overlay-menuv ul li a {
    font-size: 16px; }
  .w3l-headers-9 .bottom-menu-content label.menu-bar {
    right: 12px; }
  .w3l-headers-9 .bottom-menu-content input#nav:before {
    right: 17px; }
  .w3l-headers-9 .buttonbg {
    padding: 13px 25px; }
  .w3l-headers-9 ul.first-dropdwon {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }
  .w3l-headers-9 ul.first-dropdwon,
  .w3l-headers-9 nav ul ul {
    max-width: 300px; } }

@media (max-width: 320px) {
  .w3l-headers-9 nav.menu-side-over-left {
    grid-template-columns: repeat(auto-fit, minmax(100px, 100px)); }
  .w3l-headers-9 ul.first-dropdwon,
  .w3l-headers-9 nav ul ul {
    max-width: 250px; } }

.w3l-cover-3 {
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-cover-3 .top-bottom {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 750px;
    position: relative;
    z-index: 1; }
  .w3l-cover-3 .top-bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1; }
  .w3l-cover-3 .middle-section {
    padding-top: 15em; }
  .w3l-cover-3 .middle-section h2 {
    font-size: 55px;
    color: #fff;
    vertical-align: top;
    line-height: 60px;
    font-weight: 300; }
  .w3l-cover-3 p {
    font-size: 20px;
    color: #ddd;
    line-height: 25px;
    margin-top: 15px; }
  .w3l-cover-3 .w3l-cover-3-gd {
    display: flex;
    flex-wrap: wrap;
    max-width: 750px;
    margin: auto; }
  .w3l-cover-3 .most-searches {
    text-align: left;
    max-width: 750px;
    margin: auto;
    margin-top: 60px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
    margin-bottom: 15px; }
  .w3l-cover-3 .most-searches h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600; }
  .w3l-cover-3 .most-searches ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
  .w3l-cover-3 .most-searches ul li a {
    font-size: 17px;
    color: #eee;
    font-style: italic;
    text-decoration: underline; }
  .w3l-cover-3 .most-searches ul li a:hover {
    color: var(--theme-color); }
  .w3l-cover-3 .w3l-cover-3-gd input[type="search"] {
    background: #fff;
    padding: 0px 20px;
    font-size: 16px;
    outline: none;
    width: 33%;
    border: none;
    height: 50px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: inherit; }
  .w3l-cover-3 .w3l-cover-3-gd span.input-group-btn {
    width: 23.5%;
    background: #fff; }
  .w3l-cover-3 .w3l-cover-3-gd select {
    padding: 0 10px;
    border: none;
    height: 50px;
    border-left: 1px solid #eee;
    background: url(../images/down.png) no-repeat 93% 52%;
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #888;
    text-align: left;
    -webkit-appearance: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    border-radius: 3px;
    font-family: inherit; }
  .w3l-cover-3 .w3l-cover-3-gd select option {
    padding: 10px;
    background: #f9f9f9; }
  .w3l-cover-3 .w3l-cover-3-gd select option:hover {
    background: #333;
    color: #fff; }
  .w3l-cover-3 .w3l-cover-3-gd button {
    text-align: center;
    background: var(--theme-color);
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    padding: 0;
    height: 50px;
    cursor: pointer;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 20%; }
  .w3l-cover-3 .w3l-cover-3-gd button:hover {
    background: var(--theme-hover-color); }
  @media (max-width: 1080px) {
    .w3l-cover-3 .top-bottom {
      min-height: 700px; }
    .w3l-cover-3 .middle-section h2 {
      font-size: 50px;
      line-height: 55px; } }
  @media (max-width: 1080px) {
    .w3l-cover-3 .link-list-menu p {
      font-size: 23px;
      line-height: 32px; } }
  @media (max-width: 992px) {
    .w3l-cover-3 .top-bottom {
      min-height: 650px; } }
  @media (max-width: 800px) {
    .w3l-cover-3 .middle-section h2 {
      font-size: 45px;
      line-height: 50px; }
    .w3l-cover-3 .middle-section a {
      margin-top: 40px; }
    .w3l-cover-3 .middle-section {
      padding-top: 12em; }
    .w3l-cover-3 .top-bottom {
      min-height: 650px; } }
  @media (max-width: 768px) {
    .w3l-cover-3 .w3l-cover-3-gd input[type="search"] {
      width: 100%;
      margin: 4px 0;
      border-radius: 4px; }
    .w3l-cover-3 .w3l-cover-3-gd span.input-group-btn {
      width: 49.5%;
      margin-bottom: 4px;
      border-radius: 4px; }
    .w3l-cover-3 .w3l-cover-3-gd span.input-group-btn:nth-child(2) {
      margin-right: .5%; }
    .w3l-cover-3 .w3l-cover-3-gd span.input-group-btn:nth-child(3) {
      margin-left: .5%; }
    .w3l-cover-3 .w3l-cover-3-gd button {
      width: 100%;
      border-radius: 4px; } }
  @media (max-width: 736px) {
    .w3l-cover-3 .middle-section h2 {
      font-size: 40px; } }
  @media (max-width: 667px) {
    .w3l-cover-3 .link-list-menu {
      max-width: 523px; }
    .w3l-cover-3 .link-list-menu p {
      padding-top: 19px; }
    .w3l-cover-3 .middle-section a {
      margin-top: 30px; } }
  .w3l-cover-3 .middle-section h5 {
    padding-bottom: 10px; }
  @media (max-width: 640px) {
    .w3l-cover-3 .link-list-menu p {
      font-size: 23px; } }
  @media (max-width: 600px) {
    .w3l-cover-3 .middle-section h2 {
      font-size: 38px; }
    .w3l-cover-3 .link-list-menu p {
      padding-top: 13px; }
    .w3l-cover-3 .middle-section h5 {
      padding-bottom: 8px; }
    .w3l-cover-3 .most-searches ul li a {
      font-size: 15px; }
    .w3l-cover-3 .most-searches h4 {
      font-size: 18px; }
    .w3l-cover-3 .most-searches {
      grid-gap: 20px; }
    .w3l-cover-3 p {
      font-size: 17px; } }
  @media (max-width: 568px) {
    .w3l-cover-3 .top-bottom {
      min-height: 600px; }
    .w3l-cover-3 .middle-section {
      padding-top: 10em; } }
  @media (max-width: 480px) {
    .w3l-cover-3 .middle-section h2 {
      font-size: 34px;
      line-height: 42px; }
    .w3l-cover-3 .link-list-menu p {
      font-size: 19px;
      line-height: 25px; } }
  @media (max-width: 440px) {
    .w3l-cover-3 .most-searches {
      text-align: left;
      max-width: 750px;
      margin: auto;
      margin-top: auto;
      margin-bottom: auto;
      margin-top: 30px;
      display: grid;
      grid-template-columns: auto 1fr;
      grid-gap: 30px;
      margin-bottom: 15px; } }
  @media (max-width: 415px) {
    .w3l-cover-3 .middle-section {
      padding-top: 8em; }
    .w3l-cover-3 .top-bottom {
      min-height: 570px; } }
  @media (max-width: 384px) {
    .w3l-cover-3 .link-list-menu p {
      font-size: 18px; }
    .w3l-cover-3 .middle-section a {
      margin-top: 25px; } }
  @media (max-width: 320px) {
    .w3l-cover-3 .link-list-menu {
      width: 281px; }
    .w3l-cover-3 .link-list-menu p {
      font-size: 20px; }
    .w3l-cover-3 .middle-section h2 {
      font-size: 33px; } }

.w3l-companies-20 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-companies-20 .d-grid {
    display: grid; }
  .w3l-companies-20 .companies20 {
    padding: 70px 0; }
  .w3l-companies-20 .owl-carousel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-companies-20 .item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f8f9fa; }
  .w3l-companies-20 .item:hover {
    background: #fff;
    border: 1px solid #e3e3e3; }
  .w3l-companies-20 .item .pos-icon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    transform: rotate(-30deg); }
  .w3l-companies-20 .item .pos-icon span.fa {
    font-size: 60px;
    color: #999;
    opacity: 0.1;
    transition: .3s; }
  .w3l-companies-20 .item:hover .pos-icon span.fa {
    opacity: .2;
    transition: .3s; }
  .w3l-companies-20 .item a {
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color); }
  .w3l-companies-20 .item a:hover {
    color: #111; }
  .w3l-companies-20 .item p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  @media (max-width: 1490px) {
    .w3l-companies-20 .item {
      padding: 20px 15px; } }
  @media (max-width: 1280px) {
    .w3l-companies-20 .owl-carousel {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (max-width: 1080px) {
    .w3l-companies-20 .companies20-content {
      max-width: 100%; }
    .w3l-companies-20 .text {
      padding-top: 40px;
      margin-top: 40px; } }
  @media (max-width: 1024px) {
    .w3l-companies-20 .owl-carousel {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 800px) {
    .w3l-companies-20 .item a {
      font-size: 19px; } }
  @media (max-width: 768px) {
    .w3l-companies-20 .text {
      padding-top: 30px;
      margin-top: 30px; }
    .w3l-companies-20 .owl-carousel {
      grid-template-columns: 1fr 1fr; }
    .w3l-companies-20 .companies20 {
      padding: 60px 0; } }
  @media (max-width: 667px) {
    .w3l-companies-20 .text p {
      font-size: 23px;
      line-height: 34px; }
    .w3l-companies-20 .owl-carousel .owl-nav button.owl-prev {
      left: -10px; }
    .w3l-companies-20 .owl-carousel .owl-nav button.owl-next {
      right: -10px; } }
  @media (max-width: 568px) {
    .w3l-companies-20 .text p {
      font-size: 22px;
      line-height: 30px; }
    .w3l-companies-20 .companies20 {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .w3l-companies-20 .text {
      padding-top: 20px;
      margin-top: 20px;
      text-align: left; }
    .w3l-companies-20 .text p {
      font-size: 20px;
      line-height: 28px; }
    .w3l-companies-20 a.action {
      margin-top: 20px; }
    .w3l-companies-20 .companies20 {
      padding: 40px 0; }
    .w3l-companies-20 .owl-carousel {
      grid-gap: 10px; } }
  @media (max-width: 415px) {
    .w3l-companies-20 .item a {
      font-size: 17px; }
    .w3l-companies-20 .item .pos-icon span.fa {
      font-size: 50px; } }
  @media (max-width: 370px) {
    .w3l-companies-20 .item a {
      font-size: 16px; } }

.w3l-covers-14 {
  /*-- Covers 14 --*/ }
  .w3l-covers-14 #covers14-block {
    background: url("../images/banner1.jpg") no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1; }
  .w3l-covers-14 #covers14-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1; }
  .w3l-covers-14 .covers14-text {
    max-width: 555px;
    padding: 100px 0; }
  .w3l-covers-14 .covers14-text h4 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    font-weight: 300; }
  .w3l-covers-14 .covers14-text p {
    margin-bottom: 35px;
    margin-top: 10px;
    color: #ddd;
    font-size: 16px;
    line-height: 25px; }
  .w3l-covers-14 a.actionbg {
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: var(--theme-color);
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px; }
  .w3l-covers-14 a.actionbg:hover {
    background: var(--theme-hover-color); }
  .w3l-covers-14 a.actionbg1 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px; }
  .w3l-covers-14 a.actionbg1:hover {
    border: 2px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    background: rgba(255, 255, 255, 0.16); }
  @media all and (max-width: 568px) {
    .w3l-covers-14 .covers14-text h4 {
      font-size: 35px;
      line-height: 40px; }
    .w3l-covers-14 .covers14-text {
      padding: 80px 0; } }
  @media all and (max-width: 440px) {
    .w3l-covers-14 .covers14-text h4 {
      font-size: 30px;
      line-height: 35px; }
    .w3l-covers-14 .covers14-text {
      padding: 70px 0; } }
  @media all and (max-width: 400px) {
    .w3l-covers-14 .covers14-text h4 {
      font-size: 27px;
      line-height: 35px; }
    .w3l-covers-14 .covers14-text {
      padding: 60px 0; } }

/*--/content with photo5--*/
.w3l-content-photo-5 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-content-photo-5 .content {
    padding: 70px 0; }
  .w3l-content-photo-5 .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; }
  .w3l-content-photo-5 .content-left {
    align-self: center; }
  .w3l-content-photo-5 .content-left h3 {
    font-size: 40px;
    line-height: 45px;
    color: var(--heading-color);
    font-weight: 300; }
  .w3l-content-photo-5 .content-left p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 25px; }
  .w3l-content-photo-5 .content-left a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: var(--theme-color);
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 40px; }
  .w3l-content-photo-5 .content-left a:hover {
    background: var(--theme-hover-color); }
  .w3l-content-photo-5 .content-left a span {
    margin-left: 8px; }
  .w3l-content-photo-5 img {
    border-radius: 4px; }
  @media (max-width: 1280px) {
    .w3l-content-photo-5 .d-grid {
      grid-column-gap: 40px; } }
  @media (max-width: 1024px) {
    .w3l-content-photo-5 .content-left h3 {
      font-size: 35px;
      line-height: 40px; } }
  @media (max-width: 992px) {
    .w3l-content-photo-5 .d-grid {
      grid-template-columns: 1fr; } }
  @media (max-width: 768px) {
    .w3l-content-photo-5 .content {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .w3l-content-photo-5 .content-left {
      order: 2; }
    .w3l-content-photo-5 .content-photo {
      order: 1; }
    .w3l-content-photo-5 .content {
      padding: 40px 0; }
    .w3l-content-photo-5 .content-left a {
      margin-top: 20px; }
    .w3l-content-photo-5 .d-grid {
      grid-gap: 40px; } }
  @media (max-width: 414px) {
    .w3l-content-photo-5 .content-left h3 {
      font-size: 30px;
      line-height: 35px; }
    .w3l-content-photo-5 .d-grid {
      grid-gap: 20px; } }

/*--//content with photo5--*/
.w3l-price-2 {
  /*SAMPLE-2 : BUTTON-6*/ }
  .w3l-price-2 .price-main {
    padding: 70px 0;
    background: #f8f9fa; }
  .w3l-price-2 .price-box {
    box-sizing: border-box;
    background: white;
    padding: 40px 30px;
    border-radius: 4px;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
    border-left: 2px solid var(--theme-color);
    margin-bottom: 20px;
    transition: .3s ease;
    -webkit-transition: .3s ease; }
  .w3l-price-2 .price-box:hover {
    transform: translateY(-5px); }
  .w3l-price-2 .bt6 {
    overflow: hidden; }
  .w3l-price-2 .bt6:before {
    /*content: '';*/
    width: 0;
    z-index: -1;
    height: 0;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent var(--theme-color);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s; }
  .w3l-price-2 .bt6:after {
    /*content: '';*/
    width: 0;
    z-index: -1;
    height: 0;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent var(--theme-color) transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s; }
  .w3l-price-2 .bt6:hover {
    color: white; }
  .w3l-price-2 .bt6:hover:before {
    border-width: 100px 0 0 100px; }
  .w3l-price-2 .bt6:hover:after {
    border-width: 0 100px 100px 0; }
  .w3l-price-2 .price-img {
    float: left;
    margin-right: 20px; }
  .w3l-price-2 .price-box p {
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px; }
  .w3l-price-2 .location {
    margin-top: 8px; }
  .w3l-price-2 .location li {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    display: inline-block;
    margin-right: 10px; }
  .w3l-price-2 .location li span.fa {
    margin-right: 5px;
    color: #999; }
  .w3l-price-2 .price-box p strong {
    color: var(--para-color);
    width: 60px;
    display: inline-block; }
  .w3l-price-2 .actionbg {
    font-size: 16px;
    text-align: center;
    color: var(--theme-color);
    background: #fff;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid var(--theme-color); }
  .w3l-price-2 .actionbg:hover {
    background: #333;
    border: 2px solid #333;
    color: #eee; }
  .w3l-price-2 .grid {
    display: grid; }
  .w3l-price-2 .grid-column-2 {
    grid-template-columns: 1fr .5fr .5fr;
    grid-gap: 30px; }
  .w3l-price-2 .column1 {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px; }
  .w3l-price-2 .pricehead a {
    color: var(--heading-color);
    line-height: 25px;
    font-size: 20px;
    font-weight: 600; }
  .w3l-price-2 .pricing {
    color: var(--heading-color);
    line-height: 40px;
    font-size: 45px;
    text-align: right;
    float: left; }
  .w3l-price-2 .pri {
    color: #8298AB;
    line-height: 25px;
    font-size: 17px; }
  .w3l-price-2 .pri1 {
    color: #304659;
    text-align: right;
    line-height: 25px;
    font-size: 20px; }
  .w3l-price-2 .price-title {
    color: #3B5266;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal; }
  .w3l-price-2 img {
    max-width: 100%;
    width: 45px; }
  .w3l-price-2 .toggle,
  .w3l-price-2 .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 0px; }
  .w3l-price-2 .toggler {
    color: #000;
    transition: .2s;
    font-weight: 500;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 4px;
    margin: 0;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    border: 2px solid #eee;
    background: #fff;
    color: var(--para-color); }
  .w3l-price-2 .toggler--is-active {
    color: #ddd;
    background: #333;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05); }
  .w3l-price-2 .toggler:hover {
    color: #ddd;
    background: #333;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }
  .w3l-price-2 .hide {
    display: none; }
  @media (max-width: 1920px) {
    .w3l-price-2 h1 {
      font-size: 3.5vw; } }
  @media (max-width: 1280px) {
    .w3l-price-2 h1 {
      font-size: 4.5vw; } }
  @media (max-width: 1200px) {
    .w3l-price-2 .actionbg {
      padding: 12px 25px; } }
  @media (max-width: 1024px) {
    .w3l-price-2 .pricing {
      font-size: 20px; } }
  @media (max-width: 900px) {
    .w3l-price-2 .grid-column-2 {
      grid-template-columns: 1fr .5fr;
      grid-gap: 20px; }
    .w3l-price-2 .column3 {
      grid-column: span 3; } }
  @media (max-width: 768px) {
    .w3l-price-2 .grid-column-2 {
      grid-template-columns: 1fr;
      grid-row-gap: 25px; } }
  @media (max-width: 736px) {
    .w3l-price-2 .column3 {
      grid-column: auto; }
    .w3l-price-2 .price-main {
      padding: 60px 0; }
    .w3l-price-2 .column1 {
      grid-column: span 3; } }
  @media (max-width: 667px) {
    .w3l-price-2 h1 {
      font-size: 7vw; }
    .w3l-price-2 .toggler {
      padding: 14px 24px;
      font-size: 16px; } }
  @media (max-width: 600px) {
    .w3l-price-2 .grid-column-2 {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 576px) {
    .w3l-price-2 .grid-column-2 {
      grid-template-columns: 1fr;
      grid-row-gap: 25px; } }
  @media (max-width: 480px) {
    .w3l-price-2 h1 {
      font-size: 2.5em;
      margin: 5vw 1vw; }
    .w3l-price-2 .price-main {
      padding: 40px 0; } }
  @media (max-width: 415px) {
    .w3l-price-2 .price-box {
      padding: 30px 15px; }
    .w3l-price-2 .grid-column-2 {
      grid-template-columns: 1fr;
      grid-row-gap: 15px; }
    .w3l-price-2 .column1 {
      grid-column: inherit; }
    .w3l-price-2 .column2, .w3l-price-2 .column3 {
      text-align: left;
      margin-left: 55px; }
    .w3l-price-2 .pricing {
      font-size: 30px; } }
  @media (max-width: 384px) {
    .w3l-price-2 h1 {
      font-size: 2.3em; }
    .w3l-price-2 .location li {
      font-size: 15px;
      margin-right: 8px; }
    .w3l-price-2 .column1 {
      grid-gap: 15px; } }
  @media (max-width: 320px) {
    .w3l-price-2 h1 {
      font-size: 1.9em; } }

/*-- grids block 5 --*/
.w3l-grids-block-5 {
  /*--/*-- responsive design --*/
  /*-- grids block 5 --*/ }
  .w3l-grids-block-5 #grids5-block {
    padding: 70px 0;
    background: #f9f9f9; }
  .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: 20px;
    line-height: 30px;
    color: var(--heading-color);
    margin-top: 10px;
    display: block;
    font-weight: 500; }
  .w3l-grids-block-5 .grids5-info h4 a:hover {
    color: #000; }
  .w3l-grids-block-5 .grids5-info {
    transition: .3s ease;
    -webkit-transition: .3s ease; }
  .w3l-grids-block-5 .grids5-info a {
    display: block; }
  .w3l-grids-block-5 .grids5-info a img {
    display: block; }
  .w3l-grids-block-5 .grids5-info:hover {
    transform: translateY(-5px); }
  .w3l-grids-block-5 .grids5-info h5 a:hover {
    color: #000000; }
  .w3l-grids-block-5 .grids5-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 15px; }
  .w3l-grids-block-5 .blog-info {
    padding: 30px;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
    background: #ffffff; }
  .w3l-grids-block-5 .grids5-info h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-grids-block-5 .grids5-info img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  @media all and (max-width: 1280px) {
    .w3l-grids-block-5 .d-grid {
      grid-gap: 15px; } }
  @media all and (max-width: 1280px) {
    .w3l-grids-block-5 .d-grid {
      grid-gap: 15px; } }
  @media all and (max-width: 1080px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr 1fr; } }
  @media all and (max-width: 800px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 30px; }
    .w3l-grids-block-5 .blog-info {
      padding: 20px; }
    .w3l-grids-block-5 #grids5-block {
      padding: 60px 0; } }
  @media all and (max-width: 568px) {
    .w3l-grids-block-5 .d-grid {
      grid-template-columns: 1fr; }
    .w3l-grids-block-5 .d-grid {
      grid-row-gap: 45px; }
    .w3l-grids-block-5 .grids5-info h4 a {
      margin-top: 13px; }
    .w3l-grids-block-5 .grids5-info p {
      margin-top: 12px; } }
  @media all and (max-width: 480px) {
    .w3l-grids-block-5 #grids5-block {
      padding: 50px 0; } }
  @media all and (max-width: 414px) {
    .w3l-grids-block-5 .wrapper {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    .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; } }
  @media all and (max-width: 375px) {
    .w3l-grids-block-5 .grids5-info h4 a {
      font-size: 20px; } }

/*--//*-- responsive design --*/
.w3l-app-launch-4 {
  /*-- app 4 --*/ }

.w3l-app-launch-4 .parent-flex {
  flex-wrap: wrap; }

.w3l-app-launch-4 #app4-block {
  padding: 80px 0; }

.w3l-app-launch-4 .app4-left-text h6 {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--heading-color); }

.w3l-app-launch-4 .app4-left-text h4 {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300; }

.w3l-app-launch-4 p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-bottom: 40px; }

.w3l-app-launch-4 .app-4-connection {
  align-items: flex-end; }

.w3l-app-launch-4 .d-grid {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center; }

.w3l-app-launch-4 .app4-left-text label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-bottom: 10px;
  display: block; }

.w3l-app-launch-4 .app4-left-text form input {
  font-style: normal;
  font-weight: normal;
  height: 45px;
  padding-left: 15px;
  width: 100%;
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-right: none;
  color: #666;
  font-size: 15px;
  line-height: 25px;
  padding: 12px 15px;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: inherit; }

.w3l-app-launch-4 .app4-left-text form button {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  border: none;
  width: 150px;
  background: var(--theme-color);
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.w3l-app-launch-4 .app4-left-text form button:hover {
  background: var(--theme-hover-color);
  color: #eee;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease; }

.w3l-app-launch-4 img {
  border-radius: 4px; }

.w3l-app-launch-4 .app4-left-text form input:focus,
.w3l-app-launch-4 .app4-left-text form button:focus {
  outline: none;
  border: 1px solid #aaa;
  border-right: none; }

.w3l-app-launch-4 .app4-right-image {
  text-align: center; }

.w3l-app-launch-4 .newsletter {
  flex-basis: 65%; }

.w3l-app-launch-4 .app-4-icon {
  flex-basis: 35%; }

.w3l-app-launch-4 .app-4-icon ul {
  margin-left: 29px; }

.w3l-app-launch-4 .app-4-icon ul li {
  list-style: none;
  display: inline-block; }

.w3l-app-launch-4 .app-4-icon ul li a.app-icon {
  background: #191919;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 2px;
  display: inline-block; }

.w3l-app-launch-4 a.app-icon span {
  color: #fff;
  line-height: 37px; }

.w3l-app-launch-4 .app-4-icon ul li a.app-icon:hover span {
  color: var(--theme-color); }

@media all and (max-width: 1440px) {
  .w3l-app-launch-4 .app-4-icon ul li {
    margin-right: 5px; } }

@media all and (max-width: 1280px) {
  .w3l-app-launch-4 .app-4-icon ul li {
    margin-right: 0px; } }

@media all and (max-width: 1180px) {
  .w3l-app-launch-4 .app4-left-text h4 {
    margin-top: 10px;
    width: 90%; }
  .w3l-app-launch-4 #app4-block {
    padding: 60px 0; } }

@media all and (max-width: 1160px) {
  .w3l-app-launch-4 .app-4-connection {
    flex-direction: column;
    align-items: flex-start; }
  .w3l-app-launch-4 .app-4-icon ul {
    margin-left: 0;
    margin-top: 20px; }
  .w3l-app-launch-4 .newsletter {
    width: 90%; } }

@media all and (max-width: 1000px) {
  .w3l-app-launch-4 .app4-left-text h4 {
    font-size: 32px;
    line-height: 35px; }
  .w3l-app-launch-4 .d-grid {
    grid-template-columns: 1fr; } }

@media all and (max-width: 960px) {
  .w3l-app-launch-4 .app4-left-text h4 {
    font-size: 27px;
    line-height: 32px;
    margin-top: 8px;
    margin-bottom: 30px;
    width: 100%; } }

@media all and (max-width: 900px) {
  .w3l-app-launch-4 .d-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    align-items: center; } }

@media all and (max-width: 820px) {
  .w3l-app-launch-4 .app4-left-text {
    flex-basis: 100%;
    order: 2; }
  .w3l-app-launch-4 .app4-right-image {
    flex-basis: 100%;
    order: 1;
    text-align: left; }
  .w3l-app-launch-4 #app4-block {
    padding: 50px 0; }
  .w3l-app-launch-4 .newsletter {
    width: 80%; } }

@media all and (max-width: 769px) {
  .w3l-app-launch-4 .app4-left-text {
    flex-basis: 100%;
    order: 2; }
  .w3l-app-launch-4 .app4-right-image {
    flex-basis: 100%;
    order: 1;
    text-align: left; }
  .w3l-app-launch-4 .app4-left-text h4 {
    margin-bottom: 15px;
    width: 100%; } }

@media all and (max-width: 640px) {
  .w3l-app-launch-4 #app4-block {
    padding: 50px 0; }
  .w3l-app-launch-4 .newsletter {
    width: 100%; } }

@media all and (max-width: 500px) {
  .w3l-app-launch-4 .app4-left-text label {
    margin-bottom: 5px; } }

@media all and (max-width: 440px) {
  .w3l-app-launch-4 .wrapper {
    width: 100%;
    padding: 0 15px; }
  .w3l-app-launch-4 .newsletter {
    width: 100%; }
  .w3l-app-launch-4 form.wrap-align {
    flex-wrap: wrap; }
  .w3l-app-launch-4 .app4-left-text form button {
    width: 100%;
    margin-top: 15px;
    height: 45px; }
  .w3l-app-launch-4 .app-4-icon ul {
    margin-top: 25px; }
  .w3l-app-launch-4 .app4-left-text form input {
    border-radius: 4px;
    border: 1px solid #ddd; }
  .w3l-app-launch-4 .app4-left-text form button {
    border-radius: 4px; } }

/* w3l-footer-17 */
.w3l-footer-17 {
  /* responsive code */ }
  .w3l-footer-17 .footer17_sur {
    background: #131313;
    padding: 60px 0 40px; }
  .w3l-footer-17 .footer17_sur h6 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500; }
  .w3l-footer-17 .footer17_sur h5 a {
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 16px;
    text-decoration: none; }
  .w3l-footer-17 .footer17_sur p {
    color: 16px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #888; }
  .w3l-footer-17 .footer17_sur li {
    display: block;
    margin-bottom: 8px; }
  .w3l-footer-17 .footer17_sur li a {
    color: #888;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    text-decoration: none;
    transition: .3s; }
  .w3l-footer-17 .footer17_sur li a:hover {
    color: #ccc;
    padding-left: 2px;
    transition: .3s; }
  .w3l-footer-17 form.subscribe {
    display: flex;
    margin-top: 20px; }
  .w3l-footer-17 .subscribe input[type="email"] {
    background: #1d1d1d;
    border: none;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 25px;
    outline: none;
    width: 85%;
    color: #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: inherit; }
  .w3l-footer-17 .subscribe button {
    text-align: center;
    background: var(--theme-color);
    border: none;
    outline: none;
    color: #eee;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
    width: 15%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .w3l-footer-17 .subscribe button:hover {
    background: var(--theme-hover-color); }
  .w3l-footer-17 .footer-left {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #222;
    padding-top: 30px; }
  .w3l-footer-17 .footer-left p a {
    color: #ccc; }
  .w3l-footer-17 .footer-left p a:hover {
    color: var(--theme-color); }
  .w3l-footer-17 .footer17-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    grid-gap: 50px; }
  .w3l-footer-17 .footer17-top-left5_sur a {
    display: inline-block; }
  .w3l-footer-17 .footer17-top-left5_sur a img {
    border: 1px solid #444;
    border-radius: 4px;
    transition: .3s; }
  .w3l-footer-17 .footer17-top-left5_sur a img:hover {
    border: 1px solid #222;
    transition: .3s; }
  .w3l-footer-17 ul.footers-17_social li {
    display: inline-block;
    margin-top: 5px; }
  .w3l-footer-17 ul.footers-17_social li:nth-child(2) {
    margin: 0 10px; }
  @media screen and (max-width: 1280px) {
    .w3l-footer-17 .footer17_sur h6 {
      font-size: 19px; } }
  @media screen and (max-width: 1280px) {
    .w3l-footer-17 .footer17-top {
      grid-template-columns: 2fr 1fr 1fr; } }
  @media screen and (max-width: 992px) {
    .w3l-footer-17 .footer17_sur p {
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .w3l-footer-17 .footer17_sur {
      padding: 50px 0; }
    .w3l-footer-17 .footer17-top {
      grid-gap: 30px; } }
  @media screen and (max-width: 736x) {
    .w3l-footer-17 .footer17-top {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 30px; }
    .w3l-footer-17 .footer17-top-left1_sur {
      grid-column: span 2; } }
  @media screen and (max-width: 600px) {
    .w3l-footer-17 .footer17-top {
      grid-template-columns: 1fr 1fr; }
    .w3l-footer-17 .footer17-top-left1_sur {
      grid-column: span 2; } }
  @media screen and (max-width: 480px) {
    .w3l-footer-17 .footer17-top {
      grid-template-columns: 1fr 1fr; }
    .w3l-footer-17 .footer17-top-left2_sur {
      order: 1; }
    .w3l-footer-17 .footer17-top-left3_sur {
      order: 2; }
    .w3l-footer-17 .footer17-top-left5_sur {
      order: 5; } }
  @media screen and (max-width: 415px) {
    .w3l-footer-17 .footer17_sur {
      padding: 40px 0; } }
  @media screen and (max-width: 320px) {
    .w3l-footer-17 .footer17-top {
      grid-template-columns: 1fr; }
    .w3l-footer-17 .footer17-top-left4_sur {
      order: 3;
      grid-column: span 1; }
    .w3l-footer-17 .footer17-top-left1_sur {
      grid-column: inherit; } }

/* //w3l-footer-17 */
/*-- move top --*/
#movetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 0; }

#movetop:hover {
  background: var(--theme-hover-color); }

button span.fa-angle-up {
  line-height: 36px !important; }

/*-- /move top --*/
.w3l-inner-banner {
  background: url(../images/b3.jpg) no-repeat 0px 0px;
  background: #1c273e;
  background-size: cover;
  min-height: 90px;
  position: relative;
  z-index: 1; }

/* 
.w3l-inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
} 
*/
.w3l-job-detail-banner {
  background: url(../images/b0.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1; }

.w3l-job-detail-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1; }

.w3l-job-detail-banner label {
  background: rgba(255, 255, 255, 0.16);
  color: #ddd;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  border-radius: 4px; }

.job-grid {
  padding-top: 200px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 2.5fr 1fr; }

a.apply {
  display: block;
  padding: 14px 30px;
  color: #fff;
  text-align: center;
  background: var(--theme-color);
  border-radius: 4px;
  margin-bottom: 20px; }

a.apply:hover {
  background: var(--theme-hover-color); }

.job-apply {
  display: grid;
  justify-content: end;
  align-content: end; }

.job-grid a.linkedin {
  display: block;
  padding: 14px 15px;
  color: #fff;
  text-align: center;
  background: #0077b5;
  border-radius: 4px; }

.job-grid a.linkedin:hover {
  background: #056292; }

.job-grid a.linkedin span.fa {
  width: 40px; }

.job-title h3 {
  color: #eee;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px; }

ul.info li {
  display: inline-block;
  margin-right: 15px;
  color: #ccc;
  font-size: 17px;
  line-height: 25px; }

ul.info li span.fa {
  margin-right: 5px;
  color: #fff; }

/*-- breadcrumbs --*/
.w3l-breadcrumns {
  background: #f9f9f9;
  padding: 15px 0; }

.w3l-breadcrumns li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  font-weight: 500; }

.w3l-breadcrumns li span.fa {
  margin: 0px 5px; }

.w3l-breadcrumns li a {
  color: var(--heading-color); }

/*-- //breadcrumbs --*/
/*-- employer banner --*/
.w3l-employer-detail-banner {
  background: url(../images/candidate-banner.jpg) no-repeat 0px 0px;
  background-size: cover;
  position: relative;
  z-index: 1; }

.w3l-employer-detail-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
   z-index: -1; 
   background-image: linear-gradient(45deg, rgba(194, 233, 221, 0.5) 1%, rgba(104, 119, 132, 0.5) 100%), linear-gradient(-45deg, #494d71 0%, rgba(217, 230, 185, 0.5) 80%);
   }

.employer-grid {
  /*padding-top: 200px;*/
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 20px; }

.employer-title img {
  border-radius: 50%;
  border: 5px solid #fcfcfc;
  padding: 0px;
  margin-bottom: -120px; }

.employer-name {
  display: grid;
  align-content: end; }
 

/*-- //employer banner --*/
/*-- employer details --*/
.employer-detail {
  display: grid;
  grid-template-columns: 60px 1fr; }

.icon-employer span.fa {
  color: var(--para-color);
  font-size: 15px;
  margin-top: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px; }

.detail-employer h4 {
  color: var(--heading-color);
  font-size: 17px;
  line-height: 25px;
  font-weight: 500; }

.detail-employer p {
  color: var(--para-color);
  font-size: 16px;
  line-height: 25px; }

.detail-employer {
  margin-bottom: 15px; }

.single-left-inner .detail-employer p a {
  background: none;
  border: none;
  padding: 0; }

.w3l-blog-single .single-left-inner a.follow {
  background: var(--theme-color);
  color: #fff;
  padding: 10px 30px;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  border-radius: 4px; }

.w3l-blog-single .single-left-inner a.follow:hover {
  background: var(--theme-hover-color); }

.w3l-blog-single .single-left-inner button.btn {
  background: #212121;
  color: #fff;
  padding: 10px 30px;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  border-radius: 4px; }

.w3l-blog-single .single-left-inner button.btn:hover {
  background: #111; }

.employer-contact input, .employer-contact textarea {
  display: block;
  outline: none;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  font-family: inherit; }

.employer-contact textarea {
  min-height: 100px; }

.employer-apply {
  text-align: right;
  display: grid;
  align-content: end;
  grid-template-columns: auto auto auto;
  justify-content: end;
  grid-gap: 5px; }

.w3l-blog-single .single-left .column2 p {
  margin: 0; }

.w3l-blog-single .w3l-price-2 .column1 img {
  max-width: 100%;
  width: 40px; }

.employer-name h4 {
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 300; }

.employer-name p {
  font-size: 16px;
  color: #eee;
  line-height: 25px; }

.employer-apply a.facebook span.fa {
  color: #3b5998;
  font-size: 30px;
  margin-left: 10px;
  position: relative; }

.employer-apply a.twitter span.fa {
  color: #1da1f2;
  font-size: 30px;
  margin-left: 10px;
  position: relative; }

.employer-apply a.linkedin span.fa {
  color: #0077b5;
  font-size: 30px;
  margin-left: 10px;
  position: relative; }

.employer-apply span.fa::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  z-index: -1;
  left: 1px;
  right: 0;
  top: 5px;
  border-radius: 4px; }

.position-margin {
  margin-top: 50px; }

/*-- //employer details --*/
@media (max-width: 900px) {
  .w3l-inner-banner {
    min-height: 70px; }
  .job-grid {
    padding-top: 150px;
    grid-template-columns: 1fr; }
  .employer-grid {
    padding-top: 150px; }
  .job-apply {
    display: grid;
    justify-content: start;
    align-content: end;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-top: 20px; }
  a.apply {
    margin-bottom: 0px; } }

@media (max-width: 736px) {
  .employer-title img {
    width: 150px; } }

@media (max-width: 568px) {
  .employer-grid {
    grid-template-columns: auto auto; }
  .employer-apply {
    align-content: center;
    justify-content: center;
    grid-column: span 2;
    text-align: left; }
  .employer-grid {
    grid-template-columns: 1fr 1.6fr;
    grid-gap: 20px;
    text-align: left; } }

@media (max-width: 480px) {
  .w3l-inner-banner {
    min-height: 60px; }
  .employer-title img {
    margin-bottom: -60px; }
  .employer-grid {
    padding-top: 100px; }
  .employer-name h4 {
    font-size: 26px; } }

@media (max-width: 400px) {
  .employer-apply {
    align-content: end;
    justify-content: end; }
  .employer-apply a.facebook span.fa, .employer-apply a.twitter span.fa, .employer-apply a.linkedin span.fa {
    font-size: 25px; }
  .employer-apply span.fa::after {
    width: 18px;
    height: 18px; } }

.w3l-features-photo-7 {
  /* titels-7 */
  /*******************KEYFRAMES*******************/
  /******************MEDIA QUERYS******************/
  /* responsive code */ }
  .w3l-features-photo-7 .w3l-features-photo-7_sur {
    padding: 70px 0; }
  .w3l-features-photo-7 .w3l-features-photo-7_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center; }
  .w3l-features-photo-7 .feat_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 40px; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--heading-color);
    margin-bottom: 20px;
    font-weight: 400; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h5 {
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color);
    margin: 12px 0; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h5 a {
    color: var(--heading-color);
    text-decoration: none;
    font-weight: 600; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h5 a:hover {
    opacity: 0.8; }
  .w3l-features-photo-7 .w3l-features-photo-7_top p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-features-photo-7 .gallery-7_sur {
    padding: 70px 0;
    background: #F5F9FC; }
  .w3l-features-photo-7 .galleryContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    position: relative; }
  .w3l-features-photo-7 .gallery {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center; }
  .w3l-features-photo-7 .gallery input {
    display: none; }
  .w3l-features-photo-7 .galleryImage {
    transition: opacity 0.25s ease-out;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .w3l-features-photo-7 .gallery > img:first-of-type {
    position: relative !important;
    display: flex !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 10; }
  .w3l-features-photo-7 .arrowsContainer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    z-index: 20;
    overflow: hidden; }
  .w3l-features-photo-7 .arrowsContainer img {
    width: 100px;
    background: white;
    opacity: 0.4;
    padding-bottom: 20px;
    transition: 0.1s ease; }
  .w3l-features-photo-7 .leftArrow {
    border-top-right-radius: 10px;
    position: absolute;
    bottom: -20px;
    left: -30px;
    padding-left: 40px;
    padding-right: 15px; }
  .w3l-features-photo-7 .rightArrow {
    border-top-left-radius: 10px;
    position: absolute;
    bottom: -20px;
    right: -30px;
    padding-right: 40px;
    padding-left: 15px; }
  .w3l-features-photo-7 .leftArrow:active,
  .w3l-features-photo-7 .rightArrow:active {
    transform: scale(0.95, 0.95); }
  .w3l-features-photo-7 .thumbnails {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 5%;
    z-index: 30;
    margin-top: 10px;
    /*border-left: 6px solid black;*/
    scroll-snap-type: mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; }
  .w3l-features-photo-7 .thumbnailImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .w3l-features-photo-7 .thumbnailImage {
    margin: 0 5px;
    -moz-scroll-snap-align: start;
    -ms-scroll-snap-align: start;
    scroll-snap-align: start; }
  .w3l-features-photo-7 .thumbnailImage:first-child {
    margin-left: 0px; }
  .w3l-features-photo-7 .thumbnailImage:last-child {
    margin-right: 0px; }
  .w3l-features-photo-7 #c1:checked + #i1 {
    opacity: 1; }
  .w3l-features-photo-7 #c2:checked + #i2 {
    opacity: 1; }
  .w3l-features-photo-7 #c3:checked + #i3 {
    opacity: 1; }
  .w3l-features-photo-7 #c4:checked + #i4 {
    opacity: 1; }
  .w3l-features-photo-7 #c5:checked + #i5 {
    opacity: 1; }
  .w3l-features-photo-7 #c6:checked + #i6 {
    opacity: 1; }
  .w3l-features-photo-7 #c7:checked + #i7 {
    opacity: 1; }
  .w3l-features-photo-7 #c8:checked + #i8 {
    opacity: 1; }
  .w3l-features-photo-7 #c9:checked + #i9 {
    opacity: 1; }
  .w3l-features-photo-7 #c10:checked + #i10 {
    opacity: 1; }
  .w3l-features-photo-7 #c11:checked + #i11 {
    opacity: 1; }
  .w3l-features-photo-7 #c12:checked + #i12 {
    opacity: 1; }
  .w3l-features-photo-7 #c13:checked + #i13 {
    opacity: 1; }
  .w3l-features-photo-7 #c1:checked + #i1 + #arrows1 {
    display: flex; }
  .w3l-features-photo-7 #c2:checked + #i2 + #arrows2 {
    display: flex; }
  .w3l-features-photo-7 #c3:checked + #i3 + #arrows3 {
    display: flex; }
  .w3l-features-photo-7 #c4:checked + #i4 + #arrows4 {
    display: flex; }
  .w3l-features-photo-7 #c5:checked + #i5 + #arrows5 {
    display: flex; }
  .w3l-features-photo-7 #c6:checked + #i6 + #arrows6 {
    display: flex; }
  .w3l-features-photo-7 .thumbnails label,
  .w3l-features-photo-7 .arrowsContainer label {
    cursor: pointer;
    overflow: hidden; }
  .w3l-features-photo-7 .thumbnails label img {
    transition: 0.3s ease; }
  .w3l-features-photo-7 .thumbnails label img:hover {
    transform: scale(1.2, 1.2); }
  .w3l-features-photo-7 label:focus {
    box-shadow: 0px 0px 7px 1px white; }
  @media screen and (max-width: 1080px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 992px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px; } }
  @media screen and (max-width: 768px) {
    .w3l-features-photo-7 .w3l-features-photo-7_sur {
      padding: 60px 0; } }
  @media screen and (max-width: 568px) {
    .w3l-features-photo-7 .w3l-features-photo-7_sur {
      padding: 50px 0; } }
  @media screen and (max-width: 480px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      margin-bottom: 16px;
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (max-width: 415px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      font-size: 27px;
      line-height: 36px; }
    .w3l-features-photo-7 .feat_top {
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px; } }
  @media screen and (max-width: 384px) {
    .w3l-features-photo-7 .feat_top {
      grid-template-columns: 1fr;
      grid-gap: 10px; } }
  @media screen and (max-width: 375px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      font-size: 25px;
      line-height: 35px; } }
  @media screen and (max-width: 320px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      font-size: 28px;
      line-height: 32px; } }

/* //titels-7 */
.w3l-features-4 {
  background: #f8f9fa;
  /*-- features4 --*/ }
  .w3l-features-4 .features4-grids {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px; }
  .w3l-features-4 .features4-grid {
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    transition: .3s; }
  .w3l-features-4 .features4-grid:hover {
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    transition: .3s; }
  .w3l-features-4 #features4-block {
    padding: 70px 0; }
  .w3l-features-4 .features4-grid h5 a {
    font-size: 22px;
    line-height: 25px;
    color: var(--heading-color);
    margin-top: 25px;
    font-weight: 600;
    display: block; }
  .w3l-features-4 .features4-grid p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 15px; }
  .w3l-features-4 .icon1 span.fa {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(255, 72, 72, 0.15);
    color: var(--theme-color);
    font-size: 25px;
    border-radius: 50%;
    transition: .3s ease; }
  .w3l-features-4 .features4-grid:hover .icon1 span.fa {
    background: var(--theme-color);
    color: #fff;
    transition: .3s ease; }
  .w3l-features-4 .icon2 span.fa {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(30, 200, 150, 0.15);
    color: #1ec896;
    font-size: 25px;
    border-radius: 50%;
    transition: .3s ease; }
  .w3l-features-4 .features4-grid:hover .icon2 span.fa {
    background: #1ec896;
    color: #fff;
    transition: .3s ease; }
  .w3l-features-4 .icon3 span.fa {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(71, 135, 237, 0.15);
    color: #4787ed;
    font-size: 25px;
    border-radius: 50%;
    transition: .3s ease; }
  .w3l-features-4 .features4-grid:hover .icon3 span.fa {
    background: #4787ed;
    color: #fff;
    transition: .3s ease; }
  .w3l-features-4 .icon4 span.fa {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(3, 169, 244, 0.15);
    color: #03A9F4;
    font-size: 25px;
    border-radius: 50%;
    transition: .3s ease; }
  .w3l-features-4 .features4-grid:hover .icon4 span.fa {
    background: #03A9F4;
    color: #fff;
    transition: .3s ease; }
  @media all and (max-width: 1280px) {
    .w3l-features-4 .features4-grid {
      padding: 20px; } }
  @media all and (max-width: 1080px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px; } }
  @media all and (max-width: 600px) {
    .w3l-features-4 #features4-block {
      padding: 40px 0; } }
  @media all and (max-width: 500px) {
    .w3l-features-4 .features4-grid h5 a {
      margin-top: 15px; }
    .w3l-features-4 .features4-grid p {
      margin-top: 5px;
      margin-bottom: 15px; }
    .w3l-features-4 .features4-grid h5 a {
      font-size: 20px; } }
  @media all and (max-width: 420px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr;
      grid-gap: 15px; } }

/*-- counter-6-inf-block --*/
.w3l-counter-top-6 {
  /*-- //counter-6-inf-block --*/ }

.w3l-counter-top-6 .d-grid {
  display: grid; }

.w3l-counter-top-6 .counter-6-inf-left {
  padding: 15em 4em;
  background: url(../images/banner1.jpg) no-repeat 0px 0px;
  background-size: cover;
  z-index: 0;
  position: relative; }

.w3l-counter-top-6 .counter-6-inf-left::before {
  content: "";
  background: rgba(7, 10, 12, 0.2);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.w3l-counter-top-6 .align-counter-6-inf-cols {
  grid-template-columns: 1fr 1fr;
  background: #fff;
  align-items: center; }

.w3l-counter-top-6 .counter-6-inf-left h3 {
  text-align: left;
  margin-bottom: 30px; }

.w3l-counter-top-6 .counter-6-inf-left h5 {
  text-align: left;
  margin-bottom: 0;
  color: #fff;
  font-size: 40px; }

.w3l-counter-top-6 .counter-6-inf-right h6 {
  text-align: left;
  margin-bottom: 0;
  color: var(--heading-color);
  font-size: 20px;
  margin: 20px 0 10px 0; }

.w3l-counter-top-6 .counter-6-inf-left p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-top: 15px; }

.w3l-counter-top-6 p.specifi-para {
  margin-top: 15px; }

.w3l-counter-top-6 .grid-col-2 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.w3l-counter-top-6 .counter-6-inf-right {
  padding: 0 4em; }

.w3l-counter-top-6 h6.imp {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: var(--heading-color);
  margin-bottom: 30px; }

.w3l-counter-top-6 .specification span.fa {
  font-size: 25px;
  line-height: 30px;
  color: var(--theme-color); }

.w3l-counter-top-6 .specification h4 {
  font-size: 40px;
  line-height: 50px;
  color: var(--heading-color);
  margin-top: 10px;
  margin-bottom: 5px; }

.w3l-counter-top-6 .specification p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color); }

.w3l-counter-top-6 .spec-gap {
  margin-top: 35px; }

@media all and (max-width: 1366px) {
  .w3l-counter-top-6 .counter-6-inf-right h6 {
    font-size: 20px; } }

@media all and (max-width: 1080px) {
  .w3l-counter-top-6 .specification p {
    width: 100%; }
  .w3l-counter-top-6 .counter-6-inf-right {
    padding: 0 3em; }
  .w3l-counter-top-6 .specification h4 {
    font-size: 40px; }
  .w3l-counter-top-6 .counter-6-inf-left {
    padding: 10em 4em; }
  .w3l-counter-top-6 .counter-6-inf-left.second {
    padding: 13em 4em; }
  .w3l-counter-top-6 .counter-6-inf-right h6 {
    font-size: 18px; } }

@media all and (max-width: 992px) {
  .w3l-counter-top-6 .align-counter-6-inf-cols {
    grid-template-columns: 1fr;
    grid-row-gap: 0px; }
  .w3l-counter-top-6 .counter-6-inf-left {
    padding: 6em 4em; }
  .w3l-counter-top-6 .counter-6-inf-left h3 {
    margin-bottom: 0px; }
  .w3l-counter-top-6 .counter-6-inf-right {
    padding: 4em 4em; } }

@media all and (max-width: 667px) {
  .w3l-counter-top-6 .counter-6-inf-left,
  .w3l-counter-top-6 .counter-6-inf-right {
    padding: 3em 3em; }
  .w3l-counter-top-6 .counter-6-inf-left h5 {
    font-size: 20px; }
  .w3l-counter-top-6 .counter-6-inf-left.second {
    padding: 8em 2em; } }

@media all and (max-width: 568px) {
  .w3l-counter-top-6 .counter-6-inf-left,
  .w3l-counter-top-6 .counter-6-inf-right {
    padding: 3em 2em; }
  .w3l-counter-top-6 .grid-col-2-right {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-counter-top-6 .spec-gap {
    margin-top: 20px; } }

@media all and (max-width: 480px) {
  .w3l-counter-top-6 .specification h4 {
    font-size: 30px; }
  .w3l-counter-top-6 h6.imp {
    margin-bottom: 20px; }
  .w3l-counter-top-6 .counter-6-inf-left,
  .w3l-counter-top-6 .counter-6-inf-right {
    padding: 2em 1em; } }

@media all and (max-width: 415px) {
  .w3l-counter-top-6 .grid-col-2 {
    grid-template-columns: 1fr;
    grid-gap: 20px; } }

/*--/call-to-action--*/
.w3l-call-to-action-6 {
  /*--//call-to-action--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }

.w3l-call-to-action-6 .call-vv-action {
  background: #f8f9fa;
  padding: 70px 0; }

.w3l-call-to-action-6 p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color); }

.w3l-call-to-action-6 .hny-title {
  margin-bottom: 10px;
  font-size: 30px;
  color: var(--heading-color);
  font-weight: 400; }

.w3l-call-to-action-6 .float-rt {
  align-self: center; }

.w3l-call-to-action-6 .buttons li {
  list-style: none;
  display: inline-block; }

.w3l-call-to-action-6 .buttons li.green {
  margin: 0 20px;
  color: var(--para-color); }

.w3l-call-to-action-6 .buttons li.phone {
  font-size: 20px;
  color: var(--heading-color);
  font-weight: 600; }

.w3l-call-to-action-6 .btn.read {
  padding: 12px 30px;
  color: #fff;
  border: none;
  background: var(--theme-color);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  line-height: 25px; }

.w3l-call-to-action-6 .btn.read:hover {
  background: var(--theme-hover-color); }

.w3l-call-to-action-6 .grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr; }

@media (max-width: 1024px) {
  .w3l-call-to-action-6 p {
    font-size: 16px; } }

@media (max-width: 1280px) {
  .w3l-call-to-action-6 .hny-title {
    font-size: 28px; } }

@media (max-width: 1080px) {
  .w3l-call-to-action-6 .grid {
    grid-template-columns: 1fr; }
  .w3l-call-to-action-6 .float-rt {
    text-align: left; } }

@media (max-width: 992px) {
  .w3l-call-to-action-6 .float-rt,
  .w3l-call-to-action-6 .float-lt {
    float: none;
    box-sizing: border-box;
    width: 100%; }
  .w3l-call-to-action-6 .grid {
    grid-template-columns: 1fr; }
  .w3l-call-to-action-6 .buttons {
    text-align: left; }
  .w3l-call-to-action-6 .call-vv-action {
    padding: 60px 0; } }

@media (max-width: 600px) {
  .w3l-call-to-action-6 .call-vv-action {
    padding: 60px 0; } }

@media (max-width: 480px) {
  .w3l-call-to-action-6 .hny-title {
    font-size: 26px; } }

@media (max-width: 415px) {
  .w3l-call-to-action-6 .btn.read {
    margin-top: 20px; }
  .w3l-call-to-action-6 .call-vv-action {
    padding: 50px 0; } }

.w3l-customers-4 {
  /*-- customers4 block --*/ }
  .w3l-customers-4 #customers4-block {
    padding: 70px 0; }
  .w3l-customers-4 .testi-grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 20px;
    align-items: center; }
  .w3l-customers-4 #mixedSlider {
    position: relative; }
  .w3l-customers-4 #mixedSlider .MS-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px; }
  .w3l-customers-4 #mixedSlider .MS-content .item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    padding: 0 20px; }
  .w3l-customers-4 #mixedSlider .MS-content .item .imgTitle {
    position: relative; }
  .w3l-customers-4 .imgTitle img {
    border-radius: 50%; }
  .w3l-customers-4 #mixedSlider .MS-content .item p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-bottom: 30px; }
  .w3l-customers-4 #mixedSlider .MS-content .item h6 {
    font-size: 18px;
    line-height: 25px;
    color: var(--heading-color); }
  .w3l-customers-4 #mixedSlider .MS-content .item span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    display: inline-block; }
  .w3l-customers-4 #mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 32px;
    top: 48%;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
    cursor: pointer; }
  .w3l-customers-4 #mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8); }
  .w3l-customers-4 #basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle; }
  .w3l-customers-4 #basicSlider .MS-controls button {
    position: absolute; }
  .w3l-customers-4 #basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px; }
  .w3l-customers-4 #basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px; }
  .w3l-customers-4 #mixedSlider .MS-controls .MS-left {
    left: -25px; }
  .w3l-customers-4 #mixedSlider .MS-controls .MS-right {
    right: -25px; }
  .w3l-customers-4 #basicSlider {
    position: relative; }
  .w3l-customers-4 #basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px; }
  .w3l-customers-4 #basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle; }
  @media (max-width: 1080px) {
    .w3l-customers-4 #mixedSlider .MS-content .item {
      padding: 0 10px; } }
  @media (max-width: 992px) {
    .w3l-customers-4 #mixedSlider .MS-content .item p {
      margin-bottom: 20px; }
    .w3l-customers-4 #mixedSlider .MS-content {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 736px) {
    .w3l-customers-4 #mixedSlider .MS-content {
      grid-template-columns: 1fr; } }
  @media (max-width: 800px) {
    .w3l-customers-4 #mixedSlider .MS-content .item {
      width: 100%; }
    .w3l-customers-4 #mixedSlider .MS-content .item:nth-child(odd) {
      border: none; } }
  @media (max-width: 767px) {
    .w3l-customers-4 #mixedSlider .MS-controls .MS-left {
      left: -10px; }
    .w3l-customers-4 #mixedSlider .MS-controls .MS-right {
      right: -10px; } }
  @media (max-width: 600px) {
    .w3l-customers-4 #mixedSlider .MS-content .item {
      padding: 0 30px; }
    .w3l-customers-4 #customers4-block {
      padding: 3.5rem 0; } }
  @media (max-width: 500px) {
    .w3l-customers-4 #mixedSlider .MS-content .item {
      padding: 0 15px; }
    .w3l-customers-4 #customers4-block {
      padding: 3rem 0; } }
  @media (max-width: 440px) {
    .w3l-customers-4 .wrapper {
      width: 100%;
      padding: 0 15px; } }

.w3l-blog-single .single {
  padding: 70px 0;
  background: #fcfcfc; }

.w3l-blog-single .grid-colunm-2 {
  grid-template-columns: 2.5fr 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: var(--theme-color);
  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: var(--theme-color); }

.w3l-blog-single .pagination a.number:hover {
  background: #333; }

.w3l-blog-single .pagination a.number.active {
  background: #333; }

.no-padding {
  padding: 0 !important; }

.w3l-blog-single .box-grid,
.w3l-blog-single .single-left-inner {
  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: var(--theme-color);
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 0px;
  width: 100%;
  line-height: 25px;
  border: none; }

.w3l-blog-single .subscribe-form button.btn:hover {
  background: var(--theme-hover-color); }

.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-bottom: 20px; }

.w3l-blog-single .comments-grid-right p {
  margin-top: 15px; }

.w3l-blog-single .comments {
  margin-bottom: 30px; }

.w3l-blog-single .single-left-inner a {
  background: #f2f2f2;
  display: inline-block;
  color: var(--para-color);
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #cccaca;
  margin-bottom: 5px;
  font-size: 15px; }

.w3l-blog-single .single-left-inner a:hover {
  background: #fff; }

.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;
  border-radius: 4px; }

.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: 4px;
  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 a.linkedin {
  background: #0077b5; }

.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: var(--theme-color);
  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); }

.w3l-blog-single h5.card-title {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--heading-color);
  font-weight: 400;
  text-transform: capitalize; }

.w3l-blog-single h5.search {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--heading-color);
  font-weight: 400; }

.w3l-blog-single .form-inline.search-form {
  position: relative; }

.w3l-blog-single .form-inline.search-form button.btn {
  background: none;
  color: var(--para-color);
  font-size: 16px;
  width: 60px;
  letter-spacing: 0px;
  line-height: 45px;
  border: none;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  padding: 0;
  display: inline-block; }

input.checked {
  -webkit-appearance: checkbox; }

.w3l-blog-single .brand-equal label {
  background: none;
  border: none;
  color: var(--para-color);
  padding: 0;
  font-size: 16px; }

.w3l-blog-single .single-left1 {
  margin-bottom: 50px; }

.w3l-blog-single .single-left1.mb-0-imp {
  margin-bottom: 0px; }

.w3l-blog-single h4.edu-title {
  font-size: 20px;
  color: var(--heading-color);
  font-weight: 400; }

.w3l-blog-single .edu-grid {
  margin-bottom: 20px; }

.w3l-blog-single .edu-grid span {
  font-size: 15px;
  line-height: 25px;
  color: #999;
  margin-bottom: 10px;
  display: block; }

.w3l-blog-single .job-info1 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px; }

.w3l-blog-single label {
  background: #323232;
  padding: 5px 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  color: #b8b8b8;
  border: 1px solid #ddd;
  border-radius: 4px; }

.w3l-blog-single .portfolio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 5px; }

.w3l-blog-single .portfolio-grid img {
  border-radius: 4px; }

.w3l-blog-single .portfolio-grid a {
  border: none;
  padding: 0;
  background: none;
  margin-bottom: 2px; }

.w3l-blog-single .main-grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }

.w3l-blog-single .job-info1 p {
  margin: 0; }

.w3l-blog-single .job-info-grid h4 {
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 500; }

.w3l-blog-single .job-info1 span.fa {
  color: var(--theme-color);
  margin-top: 5px;
  font-size: 20px; }

.w3l-blog-single .single-left-inner,
.w3l-blog-single .box-grid {
  margin-bottom: 20px; }

.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 .save a {
  display: block;
  text-align: center;
  background: var(--theme-color);
  padding: 14px 30px;
  color: #fff;
  border-radius: 4px; }

.w3l-blog-single .save a:hover {
  background: var(--theme-hover-color); }

.w3l-blog-single .save,
.w3l-blog-single .email {
  margin-bottom: 20px; }

.w3l-blog-single .app-deadline .short-detail-icon {
  float: left;
  margin-right: 10px; }

.w3l-blog-single .app-deadline {
  position: relative;
  background-color: #00BCD4;
  padding: 18px;
  margin-bottom: 20px;
  border-radius: 4px; }

.w3l-blog-single .app-deadline .short-detail-icon span.fa {
  font-size: 44px;
  color: #FFF; }

.w3l-blog-single .app-deadline .ab-iocn {
  position: absolute;
  bottom: -10px;
  right: -10px;
  transform: rotate(-30deg); }

.w3l-blog-single .app-deadline .ab-iocn span.fa {
  font-size: 64px;
  color: #FFF;
  opacity: 0.1; }

.w3l-blog-single .app-deadline small {
  width: 100%;
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 20px; }

.w3l-blog-single .app-deadline strong {
  width: 100%;
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

.w3l-blog-single .email a {
  display: block;
  text-align: center;
  background: #333;
  padding: 14px 30px;
  color: #eee;
  border-radius: 4px; }

.w3l-blog-single .email a:hover {
  background: #111; }

.w3l-blog-single .details-list li strong {
  color: var(--heading-color);
  font-weight: 600; }

.w3l-blog-single ul.details-list {
  padding-left: 40px; }

.w3l-blog-single .details-list li {
  color: var(--para-color);
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  list-style-type: disc; }

.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: 1080px) {
  .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-row-gap: 0px;
    grid-column-gap: 15px; } }

@media all and (max-width: 768px) {
  .w3l-blog-single .right-side-bar {
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .w3l-blog-single .single {
    padding: 10px 0; }
  .w3l-blog-single .details-list {
    grid-template-columns: 1fr 1fr; }
  .w3l-blog-single .blog aside {
    margin-bottom: 0px; }
  .w3l-blog-single .app-deadline, .w3l-blog-single .save, .w3l-blog-single .email {
    margin-bottom: 0px; } }

@media all and (max-width: 600px) {
  .w3l-blog-single .main-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .job-title h3 {
    font-size: 23px; } }

@media all and (max-width: 568px) {
  .w3l-blog-single .single {
    padding: 10px 0; }
  .w3l-blog-single .comments-grid-right h4 {
    font-size: 18px; }
  .w3l-blog-single .single-left1 iframe {
    height: 250px; } }

@media all and (max-width: 480px) {
  .job-title h3 {
    font-size: 22px;
    line-height: 27px; }
  .job-apply {
    grid-template-columns: 1fr; }
  .job-grid {
    padding-top: 100px; }
  .w3l-blog-single .single-left1 {
    margin-bottom: 30px; } }

@media all and (max-width: 415px) {
  .w3l-blog-single .media {
    grid-gap: 15px; }
  .w3l-blog-single .main-grid {
    grid-gap: 10px; }
  .w3l-blog-single .grid-col-2 {
    grid-template-columns: 1fr;
    grid-gap: 0px; }
  .w3l-blog-single .job-info1 {
    grid-gap: 10px; }
  .w3l-blog-single .job-info-grid h4 {
    font-size: 17px; }
  .w3l-blog-single .box-grid, .w3l-blog-single .single-left-inner {
    padding: 20px; }
  .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; }
  .w3l-blog-single .job-info1 span.fa {
    font-size: 17px; } }

@media all and (max-width: 384px) {
  .w3l-blog-single .job-info-grid h4 {
    font-size: 16px; }
  ul.info li {
    font-size: 16px; } }

@media all and (max-width: 378px) {
  .w3l-blog-single .main-grid {
    grid-gap: 5px;
    grid-row-gap: 10px; } }

.specifications-7-blk {
  background-color: #ffc168;
  display: inline-block;
  vertical-align: middle; }

.specifications-7-blue {
  background-color: #3369e7;
  display: inline-block;
  vertical-align: middle; }

.specifications-7-pink {
  background-color: #ff4f81;
  display: inline-block;
  vertical-align: middle; }

.specifications-7-green {
  background-color: #2dde98;
  display: inline-block;
  vertical-align: middle; }

.specifications-7-violet {
  background-color: #8e43e7;
  display: inline-block;
  vertical-align: middle; }

.specifications-7-light-grey {
  display: grid;
  grid-template-columns: 190px auto;
  align-items: center; }

.specifications-7-light-grey span {
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  color: var(--para-color);
  margin-right: 20px;
  vertical-align: middle; }

.specifications-7-grey {
  background-color: #E1E9F0;
  display: inline-block;
  vertical-align: middle; }

@media all and (max-width: 440px) {
  .specifications-7-light-grey {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    margin-bottom: 15px; } }

.w3l-teams-29-main {
  /* //Reset Code */
  /* teams 29 */
  /* //teams 29 */
  /* responsive */
  /* //responsive */ }
  .w3l-teams-29-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-teams-29-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-teams-29-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-teams-29-main .align-items-center {
    align-items: center; }
  .w3l-teams-29-main .align-center {
    text-align: center; }
  .w3l-teams-29-main .teams-29 {
    padding: 70px 0; }
  .w3l-teams-29-main .column-29 img {
    border-radius: 50%;
    border: 3px solid #eeee; }
  .w3l-teams-29-main .team-main-29 {
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05); }
  .w3l-teams-29-main .column-29 {
    padding: 30px;
    padding-bottom: 50px;
    background: #212121;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .w3l-teams-29-main .column-29 a.follow {
    background: var(--theme-color);
    display: inline-block;
    padding: 10px 0px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    bottom: -8%;
    left: 30%;
    width: 40%; }
  .w3l-teams-29-main .column-29 a.follow:hover {
    background: var(--theme-hover-color); }
  .w3l-teams-29-main ul.social {
    background: #fff;
    padding: 30px;
    padding-top: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .w3l-teams-29-main ul.social li {
    display: inline-block; }
  .w3l-teams-29-main span.fa-facebook-square {
    color: #3b5998;
    font-size: 25px;
    margin: 0 5px; }
  .w3l-teams-29-main span.fa-twitter-square {
    color: #1da1f2;
    font-size: 25px;
    margin: 0 5px; }
  .w3l-teams-29-main span.fa-linkedin-square {
    color: #0077b5;
    font-size: 25px;
    margin: 0 5px; }
  .w3l-teams-29-main .column-29 a {
    display: block; }
  .w3l-teams-29-main h6 a.title-team-29 {
    font-size: 20px;
    line-height: 25px;
    color: #ddd;
    margin-top: 20px;
    display: inherit;
    font-weight: 600; }
  .w3l-teams-29-main p.sm-text-29 {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #777;
    margin-top: 5px; }
  .w3l-teams-29-main .main-contteam-29 {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05); }
  .w3l-teams-29-main .title-teams-29 h4 {
    font-size: 45px;
    line-height: 50px;
    color: var(--heading-color);
    margin-bottom: 20px; }
  .w3l-teams-29-main .title-teams-29 {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px; }
  @media (max-width: 1080px) {
    .w3l-teams-29-main .teams-29 {
      padding: 40px 0 50px; }
    .w3l-teams-29-main .main-contteam-29 {
      grid-gap: 10px; } }
  @media (max-width: 900px) {
    .w3l-teams-29-main .main-contteam-29 {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 40px; } }
  @media (max-width: 667px) {
    .w3l-teams-29-main .title-teams-29 h4 {
      font-size: 42px;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .w3l-teams-29-main .title-teams-29 h4 {
      font-size: 38px;
      line-height: 40px; }
    .w3l-teams-29-main .main-contteam-29 {
      grid-template-columns: 1fr; } }
  @media (max-width: 384px) {
    .w3l-teams-29-main .title-teams-29 {
      margin-bottom: 40px; } }
  @media (max-width: 320px) {
    .w3l-teams-29-main .teams-29 {
      padding: 30px 0 40px; }
    .w3l-teams-29-main h6 a.title-team-29 {
      font-size: 16px;
      line-height: 21px; } }

.w3l-teams-33-main {
  /* //Reset Code */
  /* teams 33 */
  /* //teams 33 */
  /* responsive */
  /* //responsive */ }
  .w3l-teams-33-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-teams-33-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-teams-33-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-teams-33-main .align-items-center {
    align-items: center; }
  .w3l-teams-33-main a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-teams-33-main a.action img {
    margin-left: 4px; }
  .w3l-teams-33-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-33-main .align-center {
    text-align: center; }
  .w3l-teams-33-main .teams-33 {
    padding: 70px 0; }
  .w3l-teams-33-main h5 a.title-team-33 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 25px;
    font-weight: 600; }
  .w3l-teams-33-main .column-19 a img {
    border-radius: 50%; }
  .w3l-teams-33-main p {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 5px; }
  .w3l-teams-33-main .midd-para-team {
    color: #999;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 20px; }
  .w3l-teams-33-main a.profile {
    color: var(--theme-color);
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid var(--theme-color);
    padding: 10px 20px;
    border-radius: 4px;
    transition: .3s; }
  .w3l-teams-33-main a.profile:hover {
    color: #fff;
    background: var(--theme-color);
    transition: .3s; }
  .w3l-teams-33-main .right-team-9 {
    margin-top: 20px; }
  .w3l-teams-33-main .team-main-19 {
    border: 1px solid rgba(130, 152, 171, 0.3);
    padding-top: 2em;
    border-radius: 4px; }
  .w3l-teams-33-main .sub-grid-33 {
    padding: 0 2em; }
  .w3l-teams-33-main .buttons-teams {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid rgba(137, 151, 163, 0.3); }
  .w3l-teams-33-main .buttons-teams a {
    padding: 20px 10px;
    display: inline-block;
    background: #f8f9fa; }
  .w3l-teams-33-main .buttons-teams a span.fa-facebook-square {
    color: #3b5998;
    font-size: 20px; }
  .w3l-teams-33-main .buttons-teams a span.fa-twitter-square {
    color: #1da1f2;
    font-size: 20px; }
  .w3l-teams-33-main .buttons-teams a span.fa-linkedin-square {
    color: #0077b5;
    font-size: 20px; }
  .w3l-teams-33-main .buttons-teams a:nth-child(2) {
    border-left: 1px solid rgba(130, 152, 171, 0.3);
    border-right: 1px solid rgba(130, 152, 171, 0.3); }
  .w3l-teams-33-main .main-contteam-33 {
    grid-gap: 20px; }
  @media (max-width: 1440px) {
    .w3l-teams-33-main .sub-grid-33 {
      padding: 0 2em; } }
  @media (max-width: 1366px) {
    .w3l-teams-33-main .sub-grid-33 {
      padding: 0 1em; } }
  @media (max-width: 1280px) {
    .w3l-teams-33-main .midd-para-team {
      margin: 15px 0 40px; }
    .w3l-teams-33-main .team-main-19 {
      padding-top: 2em; } }
  @media (max-width: 1080px) {
    .w3l-teams-33-main .main-contteam-33 {
      grid-gap: 20px; }
    .w3l-teams-33-main .grid-col-4 {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 991px) {
    .w3l-teams-33-main h5 a.title-team-33 {
      font-size: 23px; } }
  @media (max-width: 900px) {
    .w3l-teams-33-main .main-contteam-33 {
      grid-gap: 40px;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 768px) {
    .w3l-teams-33-main .main-contteam-33 {
      grid-gap: 20px;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) {
    .w3l-teams-33-main .teams-33 {
      padding: 50px 0; } }
  @media (max-width: 480px) {
    .w3l-teams-33-main .main-contteam-33 {
      grid-template-columns: 1fr; } }

.w3l-text-11 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }

.w3l-text-11 .text11 {
  padding: 70px 0px;
  background: #f8f9fa; }

.w3l-text-11 .text11-content {
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 30px; }

.w3l-text-11 .text11-content h4 {
  font-size: 25px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  margin-top: 30px; }

.w3l-text-11 .text11-content p,
.w3l-text-11 .text11-content ul.blog-list {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-top: 15px; }

.w3l-text-11 .text11-content ul.blog-list {
  padding-left: 50px; }

.w3l-text-11 ul.blog-list li {
  list-style-type: disc;
  margin-bottom: 5px; }

.w3l-text-11 .text11-content a.tag {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: var(--theme-color);
  padding: 5px 15px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 3px; }

.w3l-text-11 .text11-content h6 {
  display: inline-block;
  font-size: 15px;
  padding-left: 15px;
  color: #aaa;
  font-weight: 600; }

.w3l-text-11 .text11-content .media-grid p {
  margin: 0px; }

.w3l-text-11 .media a,
.w3l-text-11 .media .media-body {
  float: left; }

.w3l-text-11 .media a img {
  border-radius: 50%; }

.w3l-text-11 .comments .media-grid {
  margin-bottom: 20px; }

.w3l-text-11 .media-body.comments-grid-right {
  padding-left: 15px; }

.w3l-text-11 h3.aside-title {
  font-size: 25px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 20px; }

.w3l-text-11 .social-share-blog {
  padding: 30px;
  margin: 40px 0;
  background: #f8f9fa;
  border-left: 2px solid var(--theme-color);
  border-radius: 4px; }

.w3l-text-11 .comments h5 {
  font-size: 18px;
  line-height: 23px;
  color: var(--heading-color);
  font-weight: 600;
  margin-top: 5px; }

.w3l-text-11 .comments-grid-right ul li {
  display: inline-block;
  color: #888;
  font-size: 16px;
  vertical-align: middle; }

.w3l-text-11 .comments-grid-right ul li a {
  color: var(--heading-color); }

.w3l-text-11 .text11-content h4.heading-no-margin {
  margin: 0; }

.w3l-text-11 .text11-content .social {
  text-align: right;
  align-self: center; }

.w3l-text-11 img.margin-top {
  margin-top: 30px; }

.w3l-text-11 .social-share-blog {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 30px; }

.w3l-text-11 .text11-content h5.quote {
  margin: 30px 0;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: var(--heading-color); }

.w3l-text-11 .leave-comment-form input[type="text"],
.w3l-text-11 .leave-comment-form input[type="email"],
.w3l-text-11 .leave-comment-form textarea {
  outline: none;
  border: 1px solid #dedede;
  background: none;
  padding: 14px 15px;
  font-size: 16px;
  color: #777;
  letter-spacing: 0px;
  width: 100%;
  border-radius: 4px; }

.w3l-text-11 .comments {
  margin: 50px 0; }

.w3l-text-11 textarea.form-control {
  height: 100px;
  margin-bottom: 20px;
  font-family: inherit; }

.w3l-text-11 .submit a.actionbg {
  border: none;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: var(--theme-color);
  padding: 12px 25px;
  text-align: center;
  border-radius: 4px; }

.w3l-text-11 .submit a.actionbg:hover {
  background: #333; }

.w3l-text-11 .input-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px; }

.w3l-text-11 .features-2 .feature-main {
  padding-top: 40px;
  padding-bottom: 0px; }

.w3l-text-11 .feature-main .img1 {
  padding: 20px 10px;
  border: 1px solid rgba(130, 152, 171, 0.2); }

.w3l-text-11 .feature-main .img1:hover {
  background: #fff; }

.w3l-text-11 .feature-main .img1 img {
  width: 35px; }

.w3l-text-11 .features-2 .img1 h4 {
  margin-top: 10px; }

.w3l-text-11 .social li {
  display: inline-block; }

.w3l-text-11 ul.social li {
  display: inline-block;
  margin: 0;
  margin-left: 7px; }

.w3l-text-11 ul.social li span.fa-facebook-square {
  color: #3b5998;
  font-size: 30px; }

.w3l-text-11 ul.social li span.fa-twitter-square {
  color: #1da1f2;
  font-size: 30px; }

.w3l-text-11 ul.social li span.fa-linkedin-square {
  color: #0077b5;
  font-size: 30px; }

.w3l-text-11 ul.social li span.fa:hover {
  opacity: .9; }

@media (max-width: 768px) {
  .w3l-text-11 .text11 {
    padding: 60px 0px; }
  .w3l-text-11 .text11-content h4 {
    font-size: 22px; } }

@media (max-width: 668px) {
  .w3l-text-11 .text11-content h5.quote {
    font-size: 20px;
    line-height: 25px; } }

@media (max-width: 568px) {
  .w3l-text-11 .text11 {
    padding: 50px 0px; } }

@media (max-width: 480px) {
  .w3l-text-11 .text11-content p {
    margin-top: 15px; }
  .w3l-text-11 .text11 {
    padding: 40px 0px; }
  .w3l-text-11 .text11-content {
    padding: 20px; }
  .w3l-text-11 .text11-content h4 {
    font-size: 22px;
    line-height: 25px; }
  .w3l-text-11 .input-grids {
    grid-template-columns: 1fr; }
  .w3l-text-11 .text11-content h6 {
    font-size: 15px; }
  .w3l-text-11 .comments {
    margin: 30px 0; } }

@media (max-width: 415px) {
  .w3l-text-11 .social-share-blog {
    padding: 20px; }
  .w3l-text-11 .social-share-blog {
    grid-gap: 15px; }
  .w3l-text-11 ul.social li span.fa-facebook-square,
  .w3l-text-11 ul.social li span.fa-twitter-square,
  .w3l-text-11 ul.social li span.fa-linkedin-square {
    font-size: 25px; }
  .w3l-text-11 .text11-content h4 {
    font-size: 20px; } }

.w3l-pricing-6 {
  /*--/pricing--*/
  /*--/grid-alignment--*/
  /*--//grid-alignment--*/
  /*--//pricing--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-pricing-6 .pricing-main {
    padding: 70px 0; }
  .w3l-pricing-6 .pricing h2 {
    font-size: 50px;
    line-height: 50px;
    color: var(--heading-color);
    margin-bottom: 25px;
    font-weight: 300;
    text-align: center; }
  .w3l-pricing-6 .pricing h2 span {
    font-size: 16px;
    line-height: 25px;
    color: #999;
    font-weight: 600;
    margin-left: -12px; }
  .w3l-pricing-6 .pricing-top h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--heading-color);
    text-align: center;
    margin-bottom: 30px; }
  .w3l-pricing-6 .pricing h3 {
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color);
    margin-bottom: 20px; }
  .w3l-pricing-6 .icon {
    margin-bottom: 20px; }
  .w3l-pricing-6 .icon {
    text-align: right; }
  .w3l-pricing-6 .pricing-bottom-bottom {
    border-top: 1px solid #dfe6ed;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px; }
  .w3l-pricing-6 .grid {
    display: grid; }
  .w3l-pricing-6 .grid img {
    width: 100%; }
  .w3l-pricing-6 .grid-column-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-pricing-6 .grid-column-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-pricing-6 .grid-column-auto-3 {
    grid-template-columns: auto 1fr auto; }
  .w3l-pricing-6 .pricing-main .column {
    border: 1px solid #dfe6ed;
    padding: 30px 30px;
    transition: .3s; }
  .w3l-pricing-6 .pricing-main .column:hover {
    border: 1px solid var(--theme-color);
    transition: .3s; }
  .w3l-pricing-6 .pricing-main .column:nth-child(2) {
    border: 1px solid var(--theme-color); }
  .w3l-pricing-6 .pricing-bottom-top p {
    font-weight: normal;
    font-size: 16px; }
  .w3l-pricing-6 p {
    font-size: 14px;
    line-height: 25px;
    color: var(--para-color);
    margin-bottom: 16px;
    font-weight: 500; }
  .w3l-pricing-6 ul.links li {
    list-style: none;
    margin-bottom: 13px;
    color: var(--para-color); }
  .w3l-pricing-6 .tick-mark {
    float: left;
    width: 7%;
    margin-right: 1%; }
  .w3l-pricing-6 .tick-info {
    float: left;
    width: 92%; }
  .w3l-pricing-6 h5.tick-info {
    color: var(--para-color);
    font-size: 16px;
    font-weight: normal; }
  .w3l-pricing-6 ul.links img {
    vertical-align: middle; }
  .w3l-pricing-6 p a {
    color: var(--para-color);
    font-weight: 500; }
  .w3l-pricing-6 .includes {
    text-align: center; }
  .w3l-pricing-6 .buy-button {
    margin: 1em 0; }
  .w3l-pricing-6 .buy-button a {
    background: var(--theme-color);
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    padding: 13px 30px;
    display: block;
    border-radius: 4px; }
  .w3l-pricing-6 .buy-button a:hover {
    background: var(--theme-hover-color); }
  .w3l-pricing-6 .column {
    overflow: hidden;
    position: relative; }
  .w3l-pricing-6 .column .arrow-right {
    background-color: var(--theme-color);
    height: 100px;
    left: -50px;
    position: absolute;
    top: -50px;
    width: 100px;
    z-index: 995;
    -webkit-transform: rotate(-45deg); }
  .w3l-pricing-6 .column .arrow-right span {
    color: #f5f5f5;
    font-size: 16px;
    left: 43px;
    top: 76px;
    position: absolute;
    width: 80px; }
  @media (max-width: 1080px) {
    .w3l-pricing-6 .grid-column-3 {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 992px) {
    .w3l-pricing-6 p, .w3l-pricing-6 ul.links li {
      font-size: 16px; }
    .w3l-pricing-6 .pricing-bottom-bottom {
      margin-top: 20px;
      padding-top: 20px; }
    .w3l-pricing-6 .pricing h2 {
      font-size: 40px;
      line-height: 30px;
      margin-bottom: 15px; }
    .w3l-pricing-6 .pricing h3 {
      font-size: 18px;
      margin-bottom: 15px; }
    .w3l-pricing-6 .buy-button a {
      padding: 10px 30px; } }
  @media (max-width: 769px) {
    .w3l-pricing-6 p, .w3l-pricing-6 ul.links li {
      font-size: 14px; }
    .w3l-pricing-6 .pricing-main .column {
      padding: 20px 20px; }
    .w3l-pricing-6 .pricing-main {
      padding: 60px 0; } }
  @media (max-width: 690px) {
    .w3l-pricing-6 .pricing-bottom-top p {
      padding-right: 0em; }
    .w3l-pricing-6 .tick-mark {
      float: left;
      width: 8%;
      margin-right: 2%; }
    .w3l-pricing-6 .tick-info {
      float: left;
      width: 90%; } }
  @media (max-width: 667px) {
    .w3l-pricing-6 .grid-column-3 {
      grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .w3l-pricing-6 .pricing-main {
      padding: 40px 0; } }
  @media (max-width: 320px) {
    .w3l-pricing-6 p, .w3l-pricing-6 ul.links li {
      font-size: 14px; } }

.w3l-text-15 {
  /*-- text15-block --*/ }
  .w3l-text-15 #text15-block {
    padding: 70px 0;
    background-color: #f8f9fa; }
  .w3l-text-15 .d-grid {
    display: grid; }
  .w3l-text-15 .text15-max-align {
    margin: 0 auto; }
  .w3l-text-15 h5.text15-heading {
    font-size: 30px;
    line-height: 35px;
    color: var(--heading-color);
    margin-bottom: 20px;
    font-weight: 400; }
  .w3l-text-15 .text15-left h4 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 25px;
    margin-top: 40px; }
  .w3l-text-15 p.text15-para {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-bottom: 20px; }
  .w3l-text-15 .text15-left p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .w3l-text-15 .text15-list li {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    list-style-type: disc; }
  .w3l-text-15 .text15-list {
    margin-top: 20px;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr; }
  @media all and (max-width: 1080px) {
    .w3l-text-15 .text15-list {
      grid-template-columns: 1fr 1fr; } }
  @media all and (max-width: 800px) {
    .w3l-text-15 .text15-list {
      grid-template-columns: 1fr; }
    .w3l-text-15 #text15-block {
      padding: 60px 0; } }
  @media all and (max-width: 600px) {
    .w3l-text-15 #text15-block {
      padding: 40px 0; } }
  @media all and (max-width: 480px) {
    .w3l-text-15 h5.text15-heading {
      font-size: 25px;
      line-height: 30px; }
    .w3l-text-15 .text15-left h4 {
      font-size: 18px; } }
  @media all and (max-width: 384px) {
    .w3l-text-15 h5.text15-heading {
      margin-bottom: 15px; }
    .w3l-text-15 .text15-left h4 {
      font-size: 17px; } }

.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 {
  min-height: 5px;
  padding: 20px 30px;
  position: relative;
  font-size: 20px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s; }

.w3l-faq-page summary span.fa {
  font-size: 15px;
  color: #777; }

.w3l-faq-page details + details {
  margin-top: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }

.w3l-faq-page label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #999;
  margin-bottom: 10px;
  display: inline-block; }

.w3l-faq-page details[open] {
  min-height: 50px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }

.w3l-faq-page .faq-column-grid {
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }

.w3l-faq-page details p {
  color: var(--para-color);
  margin-top: 20px;
  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: 22px;
  line-height: 30px;
  font-weight: 300;
  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) {
  .w3l-faq-page {
    padding: 60px 0; }
  .w3l-faq-page summary {
    font-size: 18px; }
  .w3l-faq-page details {
    width: inherit;
    max-width: 700px;
    margin: 0 1em; } }

@media (max-width: 568px) {
  .w3l-faq-page {
    padding: 50px 0; } }

.w3l-timeline-9 {
  /* timeline css codes */
  /* //timeline css codes */ }

.w3l-timeline-9 .quest-wthree {
  padding: 70px 0; }

.w3l-timeline-9 .comments {
  max-width: 700px;
  margin: 0 auto;
  padding: 0px 10px 0px 50px;
  border-left: 2px solid #dbdcdc; }

.w3l-timeline-9 .comments .time-grids {
  background: #fff;
  position: relative;
  padding: 2em;
  margin-bottom: 1.5em;
  border: 1px solid #ddd; }

.w3l-timeline-9 .comments .time-grids p {
  color: var(--para-color);
  font-size: 16px;
  line-height: 25px; }

.w3l-timeline-9 .time-grids span {
  color: #8A8B8E;
  margin-bottom: 12px;
  font-size: 15px;
  background: #f8f9fa;
  padding: 2px 20px;
  display: inline-block; }

.w3l-timeline-9 .comments h5 {
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative; }

.w3l-timeline-9 .comments h5:after {
  content: "";
  background: rgba(255, 255, 255, 0.27);
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: 0; }

.w3l-timeline-9 .comments .time-grids:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: 8px;
  left: -62px;
  position: absolute;
  border: 3px solid var(--theme-color); }

.w3l-timeline-9 .comments .time-grids:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f2f2f2 #f2f2f2 transparent transparent;
  border-width: 12px;
  position: absolute;
  top: 4px;
  left: -12px;
  transform: rotate(225deg); }

@media all and (max-width: 736px) {
  .w3l-timeline-9 .comments h5 {
    font-size: 23px;
    line-height: 28px; }
  .w3l-timeline-9 .quest-wthree {
    padding: 60px 0; } }

@media all and (max-width: 415px) {
  .w3l-timeline-9 .comments .time-grids {
    padding: 1.5em; }
  .w3l-timeline-9 .quest-wthree {
    padding: 40px 0; }
  .w3l-timeline-9 .comments h5 {
    font-size: 21px;
    line-height: 28px; }
  .w3l-timeline-9 .comments {
    padding: 0px 10px 0px 30px;
    border-left: 2px solid #dbdcdc; }
  .w3l-timeline-9 .comments .time-grids::before {
    left: -42px; } }

@media all and (max-width: 375px) {
  .w3l-timeline-9 .comments {
    padding: 0px 10px 0px 30px; }
  .w3l-timeline-9 .comments .time-grids:before {
    left: -43px; }
  .w3l-timeline-9 .comments h5 {
    font-size: 21px;
    line-height: 26px; } }

.w3l-forms-30 .covers-main {
  background: #eee;
  background-size: cover;
  position: relative;
  z-index: 1; }

.w3l-forms-30 .main-cover {
  text-align: center;
  margin: 60px 0; }

.w3l-forms-30 .d-gird {
  display: grid;
  grid-template-columns: 600px;
  justify-content: center; }

.w3l-forms-30 p.tagline {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600; }

.w3l-forms-30 .cover-para {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 15px;
  color: var(--heading-color);
  font-weight: 300; }

.w3l-forms-30 .action {
  display: block;
  margin-top: 80px;
  line-height: 25px;
  font-size: 17px;
  font-weight: 500; }

.w3l-forms-30 .buttonbg:hover {
  background: var(--theme-hover-color); }

.w3l-forms-30 form.forms-28-form input {
  background: #fbf9f6;
  border: none;
  padding: 16px;
  font-size: 16px;
  float: left;
  border: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #666; }

.w3l-forms-30 p.form-text {
  font-size: 17px;
  line-height: 25px; }

.w3l-forms-30 .buttonbg {
  background: var(--theme-color);
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.w3l-forms-30 form.forms-28-form {
  margin-top: 30px;
  grid-template-columns: 2fr .8fr; }

@media screen and (max-width: 667px) {
  .w3l-forms-30 .d-gird {
    grid-template-columns: 510px; } }

@media screen and (max-width: 600px) {
  .w3l-forms-30 form.forms-28-form input {
    width: 100%; }
  .w3l-forms-30 .actionbg {
    width: 100%;
    margin-top: 15px; } }

@media screen and (max-width: 568px) {
  .w3l-forms-30 .d-gird {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center; }
  .w3l-forms-30 .cover-para {
    line-height: 35px;
    font-size: 30px; } }

@media screen and (max-width: 375px) {
  .w3l-forms-30 .main-cover {
    padding: 20px; } }

/* /w3l-text-styles-31*/
.w3l-text-styles-31 {
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }

.w3l-text-styles-31 .text-styles-top-31 {
  max-width: 810px;
  margin: 0 auto; }

.w3l-text-styles-31 label {
  color: var(--para-color); }

.w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 1em;
  font-weight: 600; }

.w3l-text-styles-31 .w3l-text-styles-31_sur h5 a {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--heading-color); }

.w3l-text-styles-31 .w3l-text-styles-31_sur h5 a:hover {
  opacity: 0.8; }

.w3l-text-styles-31 .w3l-text-styles-31_sur {
  padding: 80px 0; }

.w3l-text-styles-31 .w3l-text-styles-31_sur p {
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0 5px;
  color: var(--para-color); }

.w3l-text-styles-31 .w3l-text-styles-31_sur span {
  font-size: 15px;
  line-height: 20px;
  color: #999; }

.w3l-text-styles-31 .w3l-text-styles-31-top_sur {
  display: grid;
  grid-template-columns: 1fr 7fr;
  grid-gap: 35px;
  border-top: 1px solid #ddd;
  padding-top: 1.5em;
  margin-top: 1.5em; }

.w3l-text-styles-31 .w3l-text-styles-31-left_sur .img {
  border-radius: 50%; }

@media (max-width: 1440px) {
  .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
    font-size: 40px;
    line-height: 45px; } }

@media (max-width: 991px) {
  .w3l-text-styles-31 .w3l-text-styles-31_sur {
    padding: 60px 0; } }

@media (max-width: 900px) {
  .w3l-text-styles-31 .w3l-text-styles-31_sur h5 {
    font-size: 20px;
    line-height: 25px; }
  .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
    font-size: 36px;
    line-height: 41px; } }

@media (max-width: 667px) {
  .w3l-text-styles-31 .w3l-text-styles-31_sur {
    padding: 50px 30px; } }

@media (max-width: 568px) {
  .w3l-text-styles-31 .w3l-text-styles-31_sur {
    padding: 50px 0px; }
  .w3l-text-styles-31 .w3l-text-styles-31-top_sur {
    grid-template-columns: 1fr 5fr;
    grid-gap: 25px; }
  .w3l-text-styles-31 .w3l-text-styles-31_sur h5 a {
    font-size: 20px; } }

@media (max-width: 480px) {
  .w3l-text-styles-31 .w3l-text-styles-31-top_sur {
    grid-gap: 20px; } }

@media (max-width: 440px) {
  .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
    font-size: 32px;
    line-height: 37px; } }

@media (max-width: 415px) {
  .w3l-text-styles-31 .w3l-text-styles-31_sur {
    padding: 40px 0; }
  .w3l-text-styles-31 .w3l-text-styles-31-top_sur {
    grid-template-columns: 1fr; } }

@media (max-width: 320px) {
  .w3l-text-styles-31 .w3l-text-styles-31_sur h3 {
    font-size: 28px;
    line-height: 33px; } }

/* //w3l-text-styles-31*/
.bg_white {
  background: #ffffff; }

.bg_light {
  background: #F7F9FC; }

.bg_black {
  background: #031427; }

.bg_dark {
  background: rgba(0, 0, 0, 0.8); }

table img {
  max-width: 100%; }

.email-hny-section {
  padding: 2.5em; }

/*--logo--*/
.links-email a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: right;
  color: var(--para-color);
  margin-left: 15px; }

.links-email a.job {
  background: var(--theme-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px; }

.ban {
  position: relative; }

.layer {
  background: rgba(16, 16, 16, 0.5);
  z-index: 9; }

table.w3_sub_contaiiner-footer {
  padding: 0 1em; }

.overlay-lavi {
  background: rgba(17, 24, 31, 0.32);
  z-index: 9;
  padding: 4em 2em; }

.heading-section h4 {
  font-size: 35px;
  margin-top: 0;
  line-height: 40px; }

.app img {
  width: 130px;
  float: left;
  margin-right: 5px;
  margin-top: 20px; }

@media screen and (max-width: 667px) {
  .email-container {
    max-width: 600px !important; }
  table.scale {
    width: 500px; }
  table.b-text {
    width: 480px; }
  table.w3l_banner_bottom_grid {
    width: 100%;
    padding: 0 3em; }
  table.scale-60perc,
  table.scale-30perc {
    width: 100%;
    padding: 0 2em; }
  table.email-container.bottom-2 {
    margin-bottom: 2em; }
  .overlay-lavi {
    padding: 4em 1.5em; }
  table.w3l_banner_bottom_grid-2 {
    width: 100%; }
  td.layoutsits_banner_bottom {
    height: 20px; } }

@media screen and (max-width: 600px) {
  .email-container,
  table.mainContent {
    max-width: 550px !important; }
  table.scale-2 {
    width: 100%; }
  td.scale-center-both img {
    width: 100%;
    height: auto; }
  table.scale-2-top {
    margin-bottom: 1em; }
  table.scale {
    width: 100%;
    padding: 0 1em; } }

@media screen and (max-width: 568px) {
  .email-container,
  table.mainContent {
    max-width: 500px !important; } }

@media screen and (max-width: 480px) {
  .email-container,
  table.mainContent {
    max-width: 430px !important; }
  .layer {
    padding: 6em 0em !important; }
  table.b-text {
    width: 85%;
    margin: 0 2em; }
  td.line span {
    font-size: 2.2em !important;
    line-height: 36px !important; } }

@media screen and (max-width: 440px) {
  .email-container,
  table.mainContent {
    max-width: 100% !important;
    width: 100%; } }

@media screen and (max-width: 440px) {
  .logo h1 a {
    font-size: 25px !important; } }

.w3l-error-page .covers-main {
  background: url(../images/error.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  min-height: 100vh;
  align-items: center;
  text-align: center;
  display: grid;
  z-index: 1; }

.w3l-comingsoon-page .covers-main {
  background: url(../images/coming.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  min-height: 100vh;
  align-items: center;
  text-align: center;
  display: grid;
  z-index: 1; }

.w3l-comingsoon-page h2 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 60px;
  font-weight: 300; }

.comingsoon-form .form-control {
  font-size: 16px;
  border: none;
  background: #fff;
  padding: 15px 20px;
  color: #333;
  outline: none;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.comingsoon-form {
  display: grid;
  grid-template-columns: 1fr .4fr;
  margin-bottom: 20px;
  margin-top: 40px; }

.comingsoon-form button.btn {
  background: var(--theme-color);
  outline: none;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.comingsoon-form button.btn:hover {
  background: var(--theme-hover-color); }

.countdown {
  margin: auto;
  display: table;
  font-size: 28px;
  font-weight: 500; }

.countdown > div {
  float: left;
  min-width: 100px;
  margin: 15px 0;
  font-size: 50px;
  color: #fff;
  font-weight: 600; }

.countdown span {
  position: relative;
  display: block;
  font-size: 16px;
  color: #ddd;
  text-align: center;
  text-transform: capitalize;
  font-weight: normal; }

.w3l-error-page .covers-main:before {
  content: "";
  background: rgba(16, 16, 16, 0.75);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.w3l-error-page .main-cover {
  text-align: center; }

.w3l-error-page .d-gird {
  max-width: 500px;
  margin: auto; }

.w3l-error-page a.logo {
  color: #fff;
  font-size: 40px;
  margin-bottom: 50px;
  display: inline-block;
  font-weight: 600; }

.w3l-error-page .cover-para {
  color: #fff;
  line-height: 120px;
  font-size: 150px;
  margin-bottom: 50px;
  font-weight: 300; }

.w3l-error-page p.form-text {
  font-size: 16px;
  line-height: 25px;
  color: #ddd; }

.w3l-error-page p.page-detail {
  color: #eee;
  font-size: 20px;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: .5em;
  display: inline-block; }

.w3l-error-page p.page-detail:before {
  content: "";
  background: rgba(255, 255, 255, 0.52);
  height: 2px;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0; }

.w3l-error-page p.page-detail:after {
  content: "";
  background: rgba(255, 255, 255, 0.52);
  height: 2px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0; }

.w3l-error-page a.back-button {
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 4em; }

.w3l-error-page a.back-button:hover {
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0px 3px 4px 2px rgba(14, 14, 14, 0.04); }

@media screen and (max-width: 1080px) {
  .w3l-error-page .d-gird {
    grid-template-columns: 1fr 1.5fr; } }

@media screen and (max-width: 900px) {
  .w3l-error-page .d-gird {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
    padding: 40px 0; } }

@media screen and (max-width: 768px) {
  .w3l-error-page a.logo {
    font-size: 35px; } }

@media screen and (max-width: 568px) {
  .w3l-error-page a.logo {
    font-size: 30px; }
  .w3l-comingsoon-page h2 {
    font-size: 50px;
    line-height: 55px; }
  .w3l-error-page p.page-detail {
    font-size: 18px; }
  .w3l-error-page a.back-button {
    margin-top: 3em; }
  .w3l-error-page .cover-para {
    font-size: 100px;
    margin-bottom: 20px; } }

@media screen and (max-width: 480px) {
  .w3l-comingsoon-page h2 {
    font-size: 45px;
    line-height: 50px; } }

@media screen and (max-width: 440px) {
  .w3l-error-page p.form-text {
    font-size: 16px; }
  .countdown > div {
    min-width: 90px;
    margin: 5px 0; }
  .countdown > div {
    font-size: 40px; } }

@media screen and (max-width: 400px) {
  .w3l-comingsoon-page h2 {
    font-size: 40px;
    line-height: 45px; }
  .countdown > div {
    min-width: 80px;
    margin: 5px 0; }
  .countdown > div {
    font-size: 35px; } }

/*-- w3l-forms-31 --*/
.w3l-forms-31 #w3l-forms-31_sur {
  padding: 70px 0;
  background: #f8f9fa; }

.w3l-forms-31 .w3l-forms-31-top h4 {
  font-size: 30px;
  line-height: 35px;
  color: var(--heading-color);
  margin-bottom: 15px;
  font-weight: 400; }

.w3l-forms-31 .w3l-forms-31-right h4 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400; }

.w3l-forms-31 .login-form {
  margin-top: 30px; }

.w3l-forms-31 .w3l-forms-31-top p {
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-bottom: 30px; }

.w3l-forms-31 .w3l-forms-31-top p.no-margin {
  margin-bottom: 0px; }

.w3l-forms-31 .w3l-forms-31-top .form-input a {
  display: block;
  margin-bottom: 15px;
  color: #eee;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px; }

.w3l-forms-31 .w3l-forms-31-top a span.fa {
  padding: 0 10px; }

.w3l-forms-31 a.facebook {
  background: #3B5998; }

.w3l-forms-31 a.facebook:hover {
  background: #25407B; }

.w3l-forms-31 a.linkedin {
  background: #0077b5; }

.w3l-forms-31 a.linkedin:hover {
  background: #046497;
  color: #fff; }

.w3l-forms-31 a.google {
  background: #DD4A39;
  color: #fff; }

.w3l-forms-31 a.google:hover {
  background: #C13D2E;
  color: #fff; }

.w3l-forms-31 p.form_alr {
  margin: 20px 0; }

.w3l-forms-31 p.form_alr a {
  margin: 0; }

.w3l-forms-31 .d-grid {
  grid-template-columns: 1fr 1fr;
  margin: 0 7%; }

.w3l-forms-31 .w3l-forms-31-top {
  background: #fff;
  padding: 60px;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.w3l-forms-31 .w3l-forms-31-right {
  padding: 60px;
  background: var(--theme-color);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.w3l-forms-31 input[type="email"],
.w3l-forms-31 input[type="password"] {
  display: block;
  outline: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  font-family: inherit; }

.w3l-forms-31 button.btn {
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: #333;
  color: #fff;
  padding: 10px 35px;
  font-size: 16px;
  border-radius: 4px;
  float: right;
  margin-top: 5px; }

.w3l-forms-31 button.btn:hover {
  background: #111; }

.w3l-forms-31 p.form_acunt {
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  line-height: 25px; }

.w3l-forms-31 p.form_acunt a {
  color: #fff;
  font-weight: 600; }

.w3l-forms-31 a.forgot {
  margin-top: 10px;
  display: inline-block;
  color: #fff; }

@media all and (max-width: 1080px) {
  .w3l-forms-31 .d-grid {
    margin: 0 0%; }
  .w3l-forms-31 .w3l-forms-31-top, .w3l-forms-31 .w3l-forms-31-right {
    padding: 40px; } }

@media all and (max-width: 900px) {
  .w3l-forms-31 #w3l-forms-31_sur {
    padding: 50px 0; }
  .w3l-forms-31 .d-grid {
    grid-template-columns: 1fr;
    margin: 0 7%; }
  .w3l-forms-31 .w3l-forms-31-top {
    order: 2;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .w3l-forms-31 .w3l-forms-31-right {
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; } }

@media all and (max-width: 736px) {
  .w3l-forms-31 .w3l-forms-31-top h4, .w3l-forms-31 .w3l-forms-31-right h4 {
    font-size: 25px;
    line-height: 30px; } }

@media all and (max-width: 480px) {
  .w3l-forms-31 #w3l-forms-31_sur {
    padding: 40px 0; }
  .w3l-forms-31 .d-grid {
    margin: 0 0%; } }

@media all and (max-width: 400px) {
  .w3l-forms-31 .w3l-forms-31-top, .w3l-forms-31 .w3l-forms-31-right {
    padding: 30px; }
  .w3l-forms-31 input[type="email"], .w3l-forms-31 input[type="password"] {
    display: block;
    outline: none;
    width: 100%;
    padding: 12px 20px; }
  .w3l-forms-31 .main-cover {
    margin: 30px 0; }
  .w3l-forms-31 form.forms-28-form {
    grid-template-columns: 1fr; }
  .w3l-forms-31 .buttonbg {
    border-radius: 4px;
    padding: 10px 20px; }
  .w3l-forms-31 form.forms-28-form input {
    width: 100%;
    border-radius: 4px; } }

/*-- w3l-forms-31 --*/
.register-block {
  /*-- checkmark --*/
  /*-- //checkmark --*/ }
  .register-block .form-input {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-gap: 30px;
    margin-bottom: 15px; }
  .register-block .w3l-forms-31-right h3 {
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    color: var(--heading-color); }
  .register-block label {
    text-align: right;
    align-self: center;
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 600; }
  .register-block .w3l-forms-31-right {
    max-width: 700px;
    margin: auto; }
  .register-block span.p-absolute {
    padding: 15px;
    display: inline-block;
    text-align: center;
    background: #fff;
    top: 1px;
    left: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: var(--para-color);
    border-right: 1px solid #ccc; }
  .register-block input[type="email"],
  .register-block select,
  .register-block input[type="text"],
  .register-block input[type="number"],
  .register-block input[type="password"] {
    display: block;
    outline: none;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit; }
  .register-block select {
    background: #fff url(../images/down.png) no-repeat 90% 51%; }
  .register-block .upload-button {
    background-color: var(--theme-color);
    color: #fff;
    padding: 10px 25px;
    width: 165px;
    font-size: 16px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    border-radius: 4px; }
  .register-block input[type=file] {
    width: 165px;
    height: 42px;
    cursor: pointer;
    font-size: 0;
    top: 0px;
    left: 192px;
    position: absolute;
    opacity: 0; }
  .register-block .block {
    display: grid;
    grid-template-columns: 160px auto 1fr;
    grid-gap: 30px;
    align-items: center;
    position: relative; }
  .register-block .block span {
    color: var(--para-color);
    font-size: 16px;
    line-height: 25px; }
  .register-block input[type="number"] {
    padding-left: 70px; }
  .register-block .select-exp {
    grid-template-columns: 2fr 1fr 2fr 1fr;
    grid-gap: 20px;
    align-items: center; }
  .register-block .select-exp p {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .register-block p.privacy-policy {
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color); }
  .register-block button.btn {
    border: none;
    outline: none;
    -webkit-appearance: none;
    background: #333;
    color: #fff;
    padding: 10px 35px;
    font-size: 16px;
    line-height: 25px;
    border-radius: 4px;
    float: right;
    margin-top: 5px; }
  .register-block button.btn:hover {
    background: #111; }
  .register-block .checkbox {
    width: 16px;
    height: 16px;
    color: #F5F9FC;
    background: var(--theme-color);
    float: left; }
  .register-block .container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--para-color);
    font-weight: normal;
    text-align: left;
    max-width: 500px;
    margin: 50px auto 20px; }
  .register-block .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .register-block .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #ccc; }
  .register-block .container:hover input ~ .checkmark {
    background-color: #E1E9F0; }
  .register-block .container input:checked ~ .checkmark {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color); }
  .register-block .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .register-block .container input:checked ~ .checkmark:after {
    display: block; }
  .register-block .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: 991px) {
    .register-block .w3l-forms-31-right h3 {
      font-size: 35px; } }
  @media (max-width: 600px) {
    .register-block .w3l-forms-31-right h3 {
      font-size: 32px; } }
  @media (max-width: 480px) {
    .register-block .form-input {
      grid-template-columns: 120px 1fr;
      grid-gap: 20px; }
    .register-block .block {
      grid-template-columns: 120px auto 1fr;
      grid-gap: 20px; } }
  @media (max-width: 415px) {
    .register-block .form-input {
      grid-template-columns: 1fr; }
    .register-block label {
      text-align: left; }
    .register-block .block {
      grid-template-columns: 120px auto; }
    .register-block .block span {
      grid-column: span 3; }
    .register-block .form-input {
      grid-template-columns: 1fr;
      grid-gap: 7px; }
    .register-block .container {
      margin: 30px auto 20px; }
    .register-block .w3l-forms-31-right h3 {
      font-size: 26px; }
    .register-block input[type="email"], .register-block select, .register-block input[type="text"], .register-block input[type="number"], .register-block input[type="password"] {
      padding: 12px 20px; }
    .register-block input[type="number"] {
      padding-left: 60px; }
    .register-block span.p-absolute {
      padding: 12px; } }

/*--/w3l-contacts-5-grid--*/
/* contacts */
.w3l-contacts-5 {
  /* //w3l-contacts-5-grid */
  /*--/*--w3l-contacts-5-grid responsive design --*/
  /*-- //w3l-contacts-5-grid responsive design --*/ }

.w3l-contacts-5 .w3l-contacts-5-grid-main {
  background: #faf9fe; }

.w3l-contacts-5 .w3l-contacts-5-grid {
  position: relative;
  margin-bottom: 170px; }

.w3l-contacts-5 .map-content-5 {
  background: #fff;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -170px;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1); }

.w3l-contacts-5 .contacts-sub-5 iframe {
  width: 100%;
  min-height: 540px; }

.w3l-contacts-5 .d-grid {
  display: grid; }

.w3l-contacts-5 .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  padding: 0 90px; }

.w3l-contacts-5 .service-col-4 h6 {
  font-size: 17px;
  line-height: 25px;
  color: var(--heading-color);
  text-align: left;
  margin-bottom: 15px; }

.w3l-contacts-5 a.link1 {
  color: var(--para-color);
  font-size: 16px;
  line-height: 25px;
  display: block;
  margin-top: 2px;
  text-align: left; }

.w3l-contacts-5 .service-col-4 h4 a:hover {
  opacity: 0.85; }

.w3l-contacts-5 .service-col-4 p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-top: 10px;
  text-align: left; }

.w3l-contacts-5 section.tab-content {
  display: none;
  padding: 45px 0 65px 0; }

.w3l-contacts-5 input {
  display: none; }

.w3l-contacts-5 label.tabtle {
  display: inline-block;
  padding: 35px 0 15px;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: var(--para-color);
  margin: 0 15px; }

.w3l-contacts-5 label.tabtle:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

.w3l-contacts-5 label.tabtle:hover {
  color: var(--heading-color);
  cursor: pointer; }

.w3l-contacts-5 input:checked + label.tabtle {
  border-bottom: 2px solid var(--theme-color);
  line-height: 25px;
  text-align: center;
  color: var(--theme-color); }

.w3l-contacts-5 #tab1:checked ~ #content1,
.w3l-contacts-5 #tab2:checked ~ #content2,
.w3l-contacts-5 #tab3:checked ~ #content3,
.w3l-contacts-5 #tab4:checked ~ #content4 {
  display: block;
  border-top: 1px solid #3b526638;
  box-sizing: border-box; }

.w3l-contacts-5 .button-style {
  text-align: center;
  display: block;
  transition: 0.5s ease-out;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  padding: 12px 30px;
  color: #fff;
  background: var(--theme-color);
  display: inline-block;
  border-radius: 5px; }

.w3l-contacts-5 .button-style:hover {
  background: var(--theme-hover-color); }

@media (max-width: 1366px) {
  .w3l-contacts-5 .map-content-5 {
    max-width: 85%; }
  .w3l-contacts-5 .map-content-5 {
    bottom: -168px; } }

@media (max-width: 1280px) {
  .w3l-contacts-5 .map-content-5 {
    max-width: 90%; } }

@media (max-width: 1080px) {
  .w3l-contacts-5 .map-content-5 {
    bottom: -192px; } }

@media (max-width: 992px) {
  .w3l-contacts-5 .grid-col-4 {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    padding: 0 60px; } }

@media (max-width: 800px) {
  .w3l-contacts-5 .grid-col-4 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px; }
  .w3l-contacts-5 .contacts-sub-5 iframe {
    min-height: 500px; } }

@media (max-width: 667px) {
  .w3l-contacts-5 .grid-col-4 {
    padding: 0 45px; } }

@media (max-width: 600px) {
  .w3l-contacts-5 .grid-col-4 {
    padding: 0 25px; } }

@media (max-width: 568px) {
  .w3l-contacts-5 .grid-col-4 {
    grid-template-columns: 1fr; }
  .w3l-contacts-5 .w3l-contacts-5-grid {
    margin-bottom: 250px; }
  .w3l-contacts-5 .w3l-contacts-5-grid-main {
    padding-bottom: 220px; }
  .w3l-contacts-5 .contacts-sub-5 iframe {
    min-height: 400px; }
  .w3l-contacts-5 .map-content-5 {
    bottom: -416px; } }

@media (max-width: 480px) {
  .w3l-contacts-5 label.tabtle {
    margin: 0 8px; }
  .w3l-contacts-5 .map-content-5 {
    max-width: 95%; }
  .w3l-contacts-5 .w3l-contacts-5-grid-main {
    padding-bottom: 206px; }
  .w3l-contacts-5 .w3l-contacts-5-grid {
    margin-bottom: 206px; } }

@media (max-width: 414px) {
  .w3l-contacts-5 .map-content-5 {
    max-width: 93%; }
  .w3l-contacts-5 section.tab-content {
    display: none;
    padding: 40px 0 40px 0; } }

@media (max-width: 384px) {
  .w3l-contacts-5 label.tabtle {
    font-size: 16px; }
  .w3l-contacts-5 .map-content-5 {
    max-width: 96%; } }

@media (max-width: 320px) {
  .w3l-contacts-5 label.tabtle {
    margin: 0 1px; }
  .w3l-contacts-5 label.tabtle {
    font-size: 14px; }
  .w3l-contacts-5 .service-col-4 h6 {
    font-size: 15px; }
  .w3l-contacts-5 .service-col-4 p {
    font-size: 14px; }
  .w3l-contacts-5 a.link1 {
    font-size: 14px; }
  .w3l-contacts-5 .button-style {
    font-size: 15px; } }

/*--//w3l-contacts-5-grid--*/
.w3l-form-41 {
  /*--/w3l-form-41--*/
  /*--/w3l-form-41--*
    .form-inner-cont input::-webkit-input-placeholder,.form-inner-cont textarea::-webkit-input-placeholder {
        color: #ddd;
    }
    /*--/w3l-form-41--*/
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*-- //forms-41 --*/
  /*-- /responsive-start --*/
  /*-- //responsive-end --*/ }

.w3l-form-41 .w3l-form-41-mian {
  padding: 4.5rem 0; }

.w3l-form-41 .form-inner-cont h3 {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color);
  margin-bottom: 35px;
  font-weight: 400;
  text-transform: capitalize; }

.w3l-form-41 form.signin-form {
  margin: 0 auto;
  max-width: 500px;
  text-align: left; }

.w3l-form-41 .form-input {
  margin-bottom: 15px; }

.w3l-form-41 .form-inner-cont label {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  color: var(--heading-color);
  display: block; }

.w3l-form-41 .form-inner-cont input,
.w3l-form-41 .form-inner-cont textarea {
  outline: none;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  padding: 12px 20px;
  margin-bottom: 15px;
  color: #333;
  padding: 12px 20px;
  font-family: inherit;
  text-align: left;
  -webkit-appearance: none;
  background: #f8f9fa;
  display: grid;
  grid-template-columns: .1fr 1fr;
  align-items: center;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-radius: 4px; }

.w3l-form-41 .form-inner-cont textarea {
  height: 125px;
  resize: none;
  padding: 12px 15px;
  background: #f8f9fa;
  display: grid;
  grid-template-columns: .1fr 1fr;
  align-items: center;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-radius: 3px; }

.w3l-form-41 .form-inner-cont select {
  background: url(../images/down.png) no-repeat 93% 52%;
  outline: none;
  width: 100%;
  font-size: 15px;
  padding: 0px 15px;
  color: #304659;
  height: 45px;
  text-align: left;
  -webkit-appearance: none;
  cursor: pointer;
  padding-left: 15px;
  border: 1px solid #bdc7ff;
  border-radius: 3px; }

.w3l-form-41 .form-inner-cont input:focus,
.w3l-form-41 .form-inner-cont textarea:focus,
.w3l-form-41 .form-inner-cont select:focus {
  border: 1px solid #ccc; }

.w3l-form-41 button.btn {
  padding: 0px 30px;
  text-decoration: none;
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: var(--theme-color);
  display: inline-block;
  border-radius: 4px; }

.w3l-form-41 button.btn:hover {
  background: var(--theme-hover-color); }

.w3l-form-41 label.container p {
  color: #3b5266;
  font-size: 15px;
  line-height: 20px;
  display: block; }

.w3l-form-41 label.container {
  display: block;
  position: relative;
  padding-left: 30px;
  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-41 label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.w3l-form-41 .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 21px;
  width: 21px;
  border: 1px solid #ccc; }

.w3l-form-41 label.container:hover input ~ .checkmark {
  background-color: #E1E9F0; }

.w3l-form-41 label.container input:checked ~ .checkmark {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color); }

.w3l-form-41 .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.w3l-form-41 label.container input:checked ~ .checkmark:after {
  display: block; }

.w3l-form-41 label.container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

@media all and (max-width: 1590px) {
  .w3l-form-41 form.signin-form {
    width: 35%;
    text-align: left; } }

@media all and (max-width: 1280px) {
  .w3l-form-41 .w3l-form-41-mian {
    padding: 4em 0; } }

@media all and (max-width: 1080px) {
  .w3l-form-41 form.signin-form {
    width: 40%; } }

@media all and (max-width: 1024px) {
  .w3l-form-41 form.signin-form {
    width: 45%; } }

@media all and (max-width: 800px) {
  .w3l-form-41 form.signin-form {
    width: 55%; } }

@media all and (max-width: 590px) {
  .w3l-form-41 form.signin-form {
    width: 100%;
    text-align: left; }
  .w3l-form-41 .form-inner-cont h3 {
    font-size: 30px;
    margin-bottom: 30px; }
  .w3l-form-41 .w3l-form-41-mian {
    padding: 3em 0; } }

/*# sourceMappingURL=style-freedom.css.map */
