
:root {
  --main-bg-color: #f1f1f1;
  --bg-color: rgba(1, 96, 111, 0.05);
  --heading-color: #19303f;
  --para-color: #555555;
  --theme-alt-color: #00798C;
  --theme-color: #ff4c4c; }

html {
  scroll-behavior: smooth; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

* {
  box-sizing: border-box; }

.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px; } }

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px; } }

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px; } }

li {
  list-style-type: none; }




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

.d-grid {
  display: grid; }

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

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

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

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

.clear {
  clear: both; }

button,
input,
select {
  -webkit-appearance: none;
  outline: none;
  font-family: 'Proza Libre', sans-serif; }

button, button:hover,
.btn, .btn:hover,
select {
  cursor: pointer;
  font-family: 'Proza Libre', sans-serif; }



iframe {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Proza Libre', sans-serif;
 }

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color); }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

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

.bg-white {
  background: #fff !important; }

.mb-30 {
  margin-bottom: 20px !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: 60px;
  position: relative; }

h3.heading.white {
  color: #EEF5DB; }

h3.heading::after {
  content: '';
  width: 10%;
  height: 2px;
  background: var(--heading-color);
  display: block;
  left: 45%;
  position: absolute;
  bottom: -25%; }

h3.heading.white::after {
  content: '';
  width: 10%;
  height: 2px;
  background: #EEF5DB;
  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: 35px; }
  h5.heading {
    font-size: 20px;
    line-height: 25px; } }

@media all and (max-width: 414px) {
  h3.heading::after {
    width: 30%;
    left: 35%; } }

@media all and (max-width: 384px) {
  h3.heading {
    font-size: 26px;
    line-height: 31px; } }

/*-- move top --*/
#movetop {
  position: fixed;
  bottom: 75px;
  right: 35px;
  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 {
  opacity: 0.9; }

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

/*-- /move top --*/
/*!
 *  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-webfont3e6e.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont3e6e.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; }

.header-4 #headers4-block {
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 9;
  margin: 0px auto;
  padding: 10px 0; }

.header-4 .header-align {
  grid-template-columns: 1fr auto;
  align-items: center; }

.header-4 a.brand-logo {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  font-family: 'Proza Libre', sans-serif; }

.header-4 a.brand-logo span.fa {
  color: var(--theme-color); }

.header-4 input#nav {
  display: none; }

.header-4 label.nav {
  display: none; }

.header-4 ul.nav-links li {
  display: inline-block;
  font-weight: 400; }

.header-4 ul.nav-links li:last-child {
  margin-left: auto; }

.header-4 ul.nav-links li a {
  font-size: 15px;
  color: #3b5266;
  text-decoration: none;
  padding: 0px 17px;
  display: block; }

.header-4 ul.nav-links li a:hover {
  color: #000000; }

.header-4 a.actionbg {
  font-size: 16px;
  text-align: center;
  color: #F5F9FC;
  background: var(--theme-color);
  width: 90px;
  height: 37px;
  line-height: 35px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.5s ease-out; }

.header-4 a.actionbg:hover {
  background: #6b7fff;
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.5s ease-out; }

.header-4 .toggle-2,
.header-4 .toggle,
.header-4 [id^=drop] {
  display: none; }

.header-4 nav {
  margin: 0;
  padding: 0; }

.header-4 #logo a {
  float: left; }

.header-4 #logo a img {
  height: 30px; }

.header-4 nav:after {
  content: "";
  display: table;
  clear: both; }

.header-4 nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }

.header-4 nav ul li {
  display: inline-block;
  margin: 0px 10px;
  position: relative; }

.header-4 nav a {
  font-weight: 400;
  display: inline-block;
  transition: none;
  font-size: 16px;
  line-height: 25px;
  color: #eee;
  text-transform: capitalize;
  font-family: 'Proza Libre', sans-serif; }

.header-4 .angle-dropdown {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1em;
  vertical-align: .16em;
  content: "";
  border-top: 0.3em solid #eee;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent; }

.header-4 .angle-dropdown-sub {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1em;
  vertical-align: .16em;
  content: "";
  border-top: 0.3em solid #797979;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
  transform: rotate(-90deg); }

.header-4 nav a:hover {
  color: var(--theme-color); }

.header-4 nav ul ul {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 180px;
  background: #fff;
  z-index: 999;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 5px;
  border-radius: 5px;
  left: -70px; }

.header-4 nav ul ul.first-dropdown {
  min-width: 340px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  left: -140px; }

.header-4 nav ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 160px;
  width: 160px;
  background: #fff;
  z-index: 999;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
  border-left: 0px solid var(--theme-color);
  border-radius: 3px; }

.header-4 nav ul li:hover > ul {
  display: inherit; }

.header-4 nav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
  margin: 2px 0; }

.header-4 nav ul ul li a {
  display: block;
  padding: 3px 12px;
  color: #666; }

.header-4 ul.menu ul:after {
  position: absolute;
  top: -8px;
  left: 0px;
  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; }

.header-4 nav a {
  padding: 15px 0; }

.header-4 nav ul ul li a:hover {
  background: #faf9fe;
  color: #111;
  transition: 0.3s ease; }

.header-4 nav ul ul ul li {
  position: relative;
  top: 0;
  left: 0px;
  /* has to be the same number as the "width" of "nav ul ul li" */ }

.header-4 li > a:only-child:after {
  content: ''; }

@media all and (max-width: 992px) {
  .header-4 ul.menu ul:after {
    top: 32px;
    left: 20px;
    margin: 0; }
  .header-4 .angle-dropdown {
    border-top: 0.3em solid #7d7d7d; }
  .header-4 .navigation {
    float: none; }
  .header-4 a.actionbg {
    display: none; }
  .header-4 .logo {
    float: left; }
  .header-4 .nav-mobile-block {
    display: block !important; }
  .header-4 nav a.border-left {
    border-left: none !important; }
  .header-4 .toggle + a,
  .header-4 .menu {
    display: none;
    min-height: 100vh; }
  .header-4 .toggle {
    display: block;
    text-decoration: none;
    border: none;
    float: right;
    margin-bottom: 0;
    cursor: pointer;
    color: var(--theme-color);
    background: #fff;
    padding: 5px 20px;
    border-radius: 35px;
    line-height: 25px; }
  .header-4 .toggle:hover {
    background: var(--theme-color);
    color: #fff; }
  .header-4 .menu .toggle {
    float: none;
    margin: auto;
    padding: 5px 0;
    font-weight: normal;
    font-size: 15px;
    background: transparent;
    color: #666 !important;
    border: none; }
  .header-4 .toggle:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all; }
  .header-4 [id^=drop]:checked + ul {
    display: block;
    padding: 10px 15px;
    background: #fff;
    width: 100%;
    min-width: auto;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    max-height: 400px;
    margin-top: 5px;
    border-radius: 5px; }
  .header-4 nav ul ul::-webkit-scrollbar,
  .header-4 ul.menu::-webkit-scrollbar {
    width: 4px; }
  .header-4 nav ul ul::-webkit-scrollbar-track,
  .header-4 ul.menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff; }
  .header-4 nav ul ul::-webkit-scrollbar-thumb,
  .header-4 ul.menu::-webkit-scrollbar-thumb {
    background: rgba(82, 82, 82, 0.4); }
  .header-4 nav ul {
    float: right; }
  .header-4 nav {
    margin: 0 0 0 0px;
    order: 3; }
  .header-4 nav ul li {
    display: block;
    width: 100%;
    margin: 0; }
  .header-4 nav a:hover,
  .header-4 nav ul ul ul a {
    background-color: transparent; }
  .header-4 nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */ }
  .header-4 nav ul ul li:hover > ul,
  .header-4 nav ul li:hover > ul {
    display: none; }
  .header-4 nav ul ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0px 0; }
  .header-4 nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */ }
  .header-4 .navigation nav a {
    margin: 8px 0; }
  .header-4 label.toggle.toogle-2,
  .header-4 label.toggle.toogle-3,
  .header-4 label.toggle.toogle-4,
  .header-4 label.toggle.toogle-5,
  .header-4 label.toggle.toogle-6 {
    display: inline-block;
    transition: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--theme-color);
    text-transform: capitalize; }
  .header-4 nav a {
    padding: 6px 0;
    color: #666;
    display: inline-block; }
  .header-4 nav ul ul {
    border-left: 2px solid var(--theme-color);
    border-top: none; }
  .header-4 nav ul ul ul {
    border-left: 2px solid var(--theme-color);
    border-top: none;
    position: static; }
  .header-4 nav ul ul li a {
    padding: 5px 0px; }
  .header-4 .angle-dropdown-sub {
    transform: rotate(0deg); } }

@media (max-width: 800px) {
  .header-4 .logo,
  .header-4 .button {
    z-index: 9; }
  .header-4 a.actionbg {
    width: 90px;
    height: 35px;
    line-height: 35px; } }

@media (max-width: 480px) {
  .header-4 a.brand-logo {
    font-size: 25px;
    line-height: 30px; } }

@media (max-width: 440px) {
  .header-4 #headers4-block {
    padding: 5px 0; }
  .header-4 [id^=drop]:checked + ul {
    max-height: 300px; } }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; }

.banner-19 .banner-layer {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  min-height: 770px;
  display: grid;
  align-items: center; }

.banner-19 .main-content {
  max-width: 600px;
  margin-top: 70px; }

.banner-19 .main-content h4 {
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 20px; }

.banner-19 .main-content p {
  color: #ddd; }

.banner-19 .main-content a.btn {
  padding: 12px 35px;
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  line-height: 25px;
  margin-top: 40px; }

.banner-19 .main-content a.btn:hover {
  background: #fff;
  color: var(--theme-color); }

/* responsive */
@media (max-width: 1024px) {
  .banner-19 .banner-layer {
    min-height: 720px; } }

@media (max-width: 992px) {
  .banner-19 .main-content h4 {
    font-size: 45px;
    line-height: 50px; }
  .banner-19 .banner-layer {
    min-height: 680px; } }

@media (max-width: 568px) {
  .banner-19 .main-content h4 {
    font-size: 40px;
    line-height: 45px; }
  .banner-19 .banner-layer {
    min-height: 600px; } }

@media (max-width: 400px) {
  .banner-19 .main-content h4 {
    font-size: 35px;
    line-height: 40px; } }

@media (max-width: 384px) {
  .banner-19 .main-content h4 {
    font-size: 30px;
    line-height: 35px; }
  .brk-btn {
    padding: 12px;
    margin-top: 1em; } }

/* //responsive */
/*-- inner banner --*/
.inner-banner {
  background: #1d2e42;
  background: #1f1f1f;
  height: 110px; }

/*-- //inner banner --*/
/*-- breadcrumbs --*/
.w3l-breadcrumns {
  background: var(--bg-color);
  padding: 15px 0;
  text-align: center; }

.w3l-breadcrumns li {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: var(--para-color);
  font-weight: 500;
  font-family: 'Proza Libre', sans-serif; }

.w3l-breadcrumns li span.fa {
  margin: 0px 5px; }

.w3l-breadcrumns li a {
  color: var(--heading-color); }

@media (max-width: 440px) {
  .inner-banner {
    height: 90px; } }

/*-- //breadcrumbs --*/
.features-4 {
  /*-- features4 --*/ }
  .features-4 #features4-block {
    padding: 70px 0; }
  .features-4 .features4-grid h5 a {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-top: 25px;
    display: block;
    margin-bottom: 25px;
    font-weight: 400; }
  .features-4 .features4-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
  .features-4 .features4-grid {
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    background: #1d2e42;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  .features-4 .features4-grid:hover {
    background: var(--theme-alt-color);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  .features-4 .features4-grid:hover .icon-bg-shape span.fa {
    color: #fff; }
  .features-4 .features4-grid:hover a.gomore {
    color: #EEF5DB; }
  .features-4 .features4-grid:hover .icon-bg-shape span.fa {
    background: var(--theme-alt-color); }
  .features-4 .features4-grid .icon-bg-shape {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: #23374d;
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: auto;
    text-align: center; }
  .features-4 .features4-grid .icon-bg-shape span.fa {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #334e6b;
    color: #fff;
    border-radius: 50%;
    margin-left: -8px; }
  .features-4 a.gomore,
  .features-4 a.gomore:hover {
    font-size: 16px;
    line-height: 25px;
    color: #ddd;
    display: inline-block; }
  @media all and (max-width: 991px) {
    .features-4 .features4-grids {
      grid-template-columns: 1fr 1fr; } }
  @media all and (max-width: 600px) {
    .features-4 #features4-block {
      padding: 3rem 0; } }
  @media all and (max-width: 500px) {
    .features-4 .features4-grids {
      grid-template-columns: 1fr; }
    .features-4 .features4-grid h5 a {
      margin-top: 15px; }
    .features-4 .features4-grid p {
      margin-top: 5px;
      margin-bottom: 15px; } }

.grids-1 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .grids-1 .grids-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 41px;
    }
  .grids-1 .grids {
    padding: 70px 0px;
    background: var(--bg-color); }
  .grids-1 .grids h4 a {
    font-size: 20px;
    line-height: 25px;
    color: var(--heading-color);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block; }
  .grids-1 .column {
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .grids-1 .column img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .grids-1 .column:hover h4 a {
    color: var(--theme-alt-color); }
  @media (max-width: 992px) {
    .grids-1 .grids-content {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 800px) {
    .grids-1 .grids {
      padding: 50px 0px; } }
  @media (max-width: 415px) {
    .grids-1 .grids-content {
      grid-template-columns: 1fr; }
    .grids-1 .grids h4 a {
      margin-top: 15px; }
    .grids-1 .grids p {
      margin-top: 10px; } }
  @media (max-width: 384px) {
    .grids-1 .feature h3 {
      font-size: 27px;
      line-height: 28px;
      margin-top: 25px; }
    .grids-1 .feature p {
      font-size: 16px;
      margin: 15px auto 0; } }

.content-with-photo-3 {
  /*--responsive--*/
  /*--//responsive--*/ }
  .content-with-photo-3 .top-bottom {
    padding: 70px 0px; }
  .content-with-photo-3 .left-side h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    color: var(--heading-color); }
  .content-with-photo-3 .left-side p {
    margin-bottom: 30px; }
  .content-with-photo-3 .right-side img {
    border-radius: 8px; }
  .content-with-photo-3 .list-list ul li p {
    margin: 0px; }
  .content-with-photo-3 .list-list ul li span img {
    vertical-align: middle; }
  .content-with-photo-3 .list-list ul li {
    display: grid;
    grid-template-columns: 3% 95%;
    margin-bottom: 15px;
    grid-gap: 10px; }
  .content-with-photo-3 .list-list ul li span.fa {
    margin-top: 5px;
    color: var(--theme-color); }
  .content-with-photo-3 .tabs-grided {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 30px;
    align-items: center; }
  @media (max-width: 1080px) {
    .content-with-photo-3 .top-bottom {
      padding: 50px 0px; }
    .content-with-photo-3 .left-side h2 {
      font-size: 30px;
      line-height: 35px; } }
  @media (max-width: 991px) {
    .content-with-photo-3 .tabs-grided {
      grid-template-columns: 1fr; }
    .content-with-photo-3 .list-list ul li {
      margin-bottom: 17px; }
    .content-with-photo-3 .right-side {
      order: 1; }
    .content-with-photo-3 .left-side {
      order: 2; }
    .content-with-photo-3 .right-side img {
      width: 100%; }
    .content-with-photo-3 .left-side h2 {
      font-size: 27px;
      line-height: 35px;
      margin-bottom: 10px; } }
  @media (max-width: 800px) {
    .content-with-photo-3 .top-bottom {
      padding: 40px 0px; } }
  @media (max-width: 568px) {
    .content-with-photo-3 .list-list ul li {
      margin-bottom: 13px; }
    .content-with-photo-3 .left-side h2 {
      font-size: 25px;
      line-height: 30px; }
    .content-with-photo-3 .left-side p {
      margin-bottom: 20px; } }

.feature-3 {
  /*-- //Reset-Code --*/
  /*-- //Reset-Code --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .feature-3 span.number img {
    vertical-align: -webkit-baseline-middle; }
  .feature-3 .top-bottom {
    padding: 70px 0px;
    background: var(--bg-color); }
  .feature-3 .three-grids-columns {
    background: var(--theme-alt-color);
    padding: 35px 20px;
    border: 2px solid #f2f2f2;
    border-radius: 8px;
    transition: 0.5s ease-in-out; }
  .feature-3 .three-grids-columns:hover {
    transform: translateY(-20px);
    transition: 0.5s ease-in-out;
    background: var(--theme-alt-color); }
  .feature-3 .three-grids-columns p {
    color: #ddd; }
  .feature-3 .three-grids-columns:hover .icon-bg-shape span.fa {
    background: var(--theme-alt-color);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  .feature-3 .middle-section {
    display: grid; }
  .feature-3 .grid-column {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  .feature-3 .three-grids-columns h4 {
    font-size: 22px;
    line-height: 25px;
    color: #EEF5DB;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 15px; }
  .feature-3 .icon-bg-shape {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: #015e6d;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    text-align: center; }
  .feature-3 .icon-bg-shape span.fa {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #005361;
    color: #fff;
    border-radius: 50%;
    margin-left: -8px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s; }
  @media (max-width: 1280px) {
    .feature-3 .three-grids-columns h4 {
      padding-top: 20px; }
    .feature-3 .top-bottom {
      padding: 40px 0px; } }
  @media (max-width: 992px) {
    .feature-3 .grid-column {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 900px) {
    .feature-3 a.actionbg {
      margin-top: 20px; }
    .feature-3 .three-grids-columns h4 {
      padding-top: 13px; } }
  @media (max-width: 768px) {
    .feature-3 .three-grids-columns h4 {
      padding-top: 7px; }
    .feature-3 a.actionbg {
      margin-top: 12px; } }
  @media (max-width: 768px) {
    .feature-3 .three-grids-columns h4 {
      font-size: 22px; } }
  @media (max-width: 480px) {
    .feature-3 .grid-column {
      grid-template-columns: 1fr; } }

.forms-29 {
  /* form 29 */
  /* //form 29 */
  /* responsive */
  /* //responsive */ }
  .forms-29 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .forms-29 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .forms-29 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .forms-29 .align-items-center {
    align-items: center; }
  .forms-29 .form-29 {
    background: #fff;
    padding: 80px 0px; }
  .forms-29 h3.title-cont-foem29 {
    font-size: 45px;
    line-height: 50px;
    color: var(--heading-color);
    margin-bottom: 20px; }
  .forms-29 .content-29-form {
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px; }
  .forms-29 form.forms-29-form input {
    background: #f9f9f9;
    border: 2px solid #e2e1e1;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    width: 100%;
    border-radius: 35px; }
  .forms-29 button.btn {
    font-size: 16px;
    outline: none;
    padding: 12px 20px;
    line-height: 24px;
    color: #fff;
    background: var(--theme-color);
    border: none;
    border-radius: 35px; }
  .forms-29 button.btn:hover {
    background: var(--theme-alt-color); }
  .forms-29 form.forms-29-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }
  .forms-29 .content-left h4 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px; }
  .forms-29 .content-left h4 a {
    color: var(--theme-color); }
  .forms-29 .content-left h4 a:hover {
    color: var(--theme-alt-color); }
  @media (max-width: 992px) {
    .forms-29 h3.title-cont-foem29 {
      font-size: 40px;
      line-height: 45px; }
    .forms-29 .content-left h4 {
      margin-top: 20px; }
    .forms-29 .content-29-form {
      grid-template-columns: 1fr; } }
  @media (max-width: 480px) {
    .forms-29 h3.title-cont-foem29 {
      font-size: 35px;
      line-height: 40px; }
    .forms-29 .form-29 {
      padding: 40px 0 50px; } }
  @media (max-width: 415px) {
    .forms-29 form.forms-29-form {
      grid-template-columns: 1fr; } }

.specifications-9 {
  /* specifications */
  /* //specifications */
  /* responsive */
  /* //responsive */ }
  .specifications-9 .main-w3 {
    background: #25ac65;
    background: var(--theme-alt-color);
    padding: 80px 0; }
  .specifications-9 .main-cont-wthree-fea {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    padding-top: 30px; }
  .specifications-9 .grids-speci.border-right-spe {
    border-right: 1px solid rgba(255, 255, 255, 0.22); }
  .specifications-9 h3.title-spe {
    color: #EEF5DB;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
    display: inline-block; }
  .specifications-9 .grids-speci p {
    color: #eee;
    font-size: 17px; }
  @media (max-width: 1080px) {
    .specifications-9 .main-w3 {
      padding: 50px 0; } }
  @media (max-width: 991px) {
    .specifications-9 h3.title-spe {
      font-size: 46px;
      line-height: 50px; } }
  @media (max-width: 800px) {
    .specifications-9 h3.title-spe {
      font-size: 46px;
      margin-bottom: 10px; } }
  @media (max-width: 736px) {
    .specifications-9 .main-cont-wthree-fea {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 30px; }
    .specifications-9 .grids-speci.border-right-spe:nth-child(2) {
      border-right: none; }
    .specifications-9 h3.title-spe {
      font-size: 42px;
      line-height: 40px;
      margin-bottom: 8px; }
    .specifications-9 .grids-speci p {
      font-size: 16px; } }
  @media (max-width: 600px) {
    .specifications-9 h3.title-spe {
      font-size: 40px; }
    .specifications-9 .main-w3 {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .specifications-9 h3.title-spe {
      font-size: 35px; }
    .specifications-9 .grids-speci p {
      font-size: 15px;
      line-height: 24px; } }
  @media (max-width: 440px) {
    .specifications-9 h3.title-spe {
      font-size: 32px; }
    .specifications-9 .grids-speci {
      padding: 0 5px; } }
  @media (max-width: 384px) {
    .specifications-9 h3.title-spe {
      font-size: 30px;
      line-height: 30px; } }

/* footer-17 */
.footer-17 {
  /* responsive code */ }
  .footer-17 .footer17_sur {
    padding: 70px 0 40px;
    background: #191919; }
  .footer-17 .footer17_sur h6 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .footer-17 .footer17_sur h5 a {
    margin-top: 0;
    margin-bottom: 15px;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    }
  .footer-17 .footer17_sur h5 a span.fa {
    color: var(--theme-color); }
  .footer-17 .footer17_sur p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    }
  .footer-17 .footer17_sur li {
    display: block;
    margin: 10px 0; }
  .footer-17 .footer17_sur li a {
    color: #fff !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-decoration: none;
    }
  .footer-17 .footer17_sur li a:hover {
    color: #ccc; }
  .footer-17 .footer17-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    grid-gap: 30px;
    }
  .footer-17 .footer17-top-left5_sur a {
    display: inline-block; }
  .footer-17 .footer17-top-left1_sur a {
    color: #fff !important;
    display: inline-block;
    margin-top: 0px;
    font-size: 21px;
    }
  .footer-17 .footer17-top-left1_sur a:hover {
    color: #ccc; }
  .footer-17 ul.footers-17_social li {
    display: inline-block;
    margin: 0; }
  .footer-17 ul.footers-17_social {
    margin-top: 25px; }
  .footer-17 ul.footers-17_social li a {
    margin: 0; }
  .footer-17 ul.footers-17_social li a span.fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%; }
  .footer-17 ul.footers-17_social li a.twitter span.fa {
    color: #fff;
    background: #1da1f2; }
  .footer-17 ul.footers-17_social li a.facebook span.fa {
    color: #fff;
    background: #3b5998; }
  .footer-17 ul.footers-17_social li a.linkedin span.fa {
    color: #fff;
    background: #0077b5; }
  .footer-17 ul.footers-17_social li a.instagram span.fa {
    color: #fff;
    background: #c13584; }
  .footer-17 ul.footers-17_social li {
    margin-right: 5px; }
  @media screen and (max-width: 992px) {
    .footer-17 .footer17_sur p {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .footer-17 .footer17_sur {
      padding: 50px 0; }
    .footer-17 .footer17-top {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (max-width: 736px) {
    .footer-17 .footer17-top-left1_sur {
      grid-column: span 2; }
    .footer-17 .footer17_sur li {
      margin: 7px 0; } }
  @media screen and (max-width: 480px) {
    .footer-17 .footer17-top {
      grid-template-columns: 1fr 1fr; }
    .footer-17 .footer17_sur {
      padding: 40px 0; }
    .footer-17 .footer17_sur h5 a {
      font-size: 25px;
      line-height: 30px; } }
  @media screen and (max-width: 320px) {
    .footer-17 .footer17-top {
      grid-template-columns: 1fr; }
    .footer-17 .footer17-top-left4_sur {
      order: 3;
      grid-column: span 1; } }

/* //footer-17 */
/* copyright */
.copyright.text-center {
  background: #f5f5f5;
  background: #101010;
  padding: 30px 0;
  color: #fff !important;
  }

p.copy-footer-29 {
  color: #fff;
  }

p.copy-footer-29 a {
  color: #fff !important;
  }

p.copy-footer-29 a:hover {
  color: #fff; }

/* //copyright */
.features-6 {
  /*--//content--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .features-6 .features {
    padding: 70px 0;
    background: var(--bg-color); }
  .features-6 .fea-gd-vv {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 30px; }
  .features-6 .features h3 a {
    font-size: 22px;
    line-height: 30px;
    color: var(--heading-color);
    margin-bottom: 15px;
    display: inline-block; }
  .features-6 .feature-gd {
    grid-template-columns: auto 1fr;
    display: grid;
    grid-gap: 20px; }
  .features-6 .icon-info ul li {
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 5px; }
  .features-6 .icon-info ul li a {
    color: var(--heading-color);
    font-weight: 600; }
  .features-6 .icon-info ul li span.fa {
    color: var(--heading-color);
    font-size: 13px;
    margin-right: 5px;
    margin-left: 5px; }
  .features-6 .icon h4 {
    font-size: 30px;
    color: var(--theme-color); }
  @media (max-width: 1080px) {
    .features-6 .features h3 a {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 992px) {
    .features-6 .fea-gd-vv {
      grid-template-columns: 1fr 1fr; }
    .features-6 p {
      font-size: 16px;
      line-height: 25px; }
    .features-6 .features {
      padding: 60px 0; } }
  @media (max-width: 737px) {
    .features-6 .feature-gd {
      grid-template-columns: auto;
      grid-gap: 20px; } }
  @media (max-width: 667px) {
    .features-6 .features {
      padding: 45px 0; } }
  @media (max-width: 480px) {
    .features-6 .fea-gd-vv {
      grid-template-columns: 1fr; }
    .features-6 .feature-gd {
      grid-template-columns: auto 1fr; } }

.content-with-photo-16 {
  /*--/content-with-photo-16--*/
  /*--//content-with-photo-16--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .content-with-photo-16 .content-with-photo-16-main {
    padding: 70px 0; }
  .content-with-photo-16 .content-with-photo-16-main img {
    border-radius: 8px; }
  .content-with-photo-16 .content-with-photo-16-inf h3 {
    font-size: 26px;
    line-height: 30px;
    color: var(--heading-color);
    margin-bottom: 20px; }
  .content-with-photo-16 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; }
  .content-with-photo-16 ul.content-photo-list {
    margin-top: 30px; }
  .content-with-photo-16 ul.content-photo-list li {
    list-style-type: disc;
    font-size: 16px;
    line-height: 24px;
    color: var(--para-color);
    margin-bottom: 15px;
    margin-left: 20px; }
  @media screen and (max-width: 1080px) {
    .content-with-photo-16 .grid {
      grid-gap: 40px; } }
  @media screen and (max-width: 992px) {
    .content-with-photo-16 .grid {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 801px) {
    .content-with-photo-16 .grid {
      display: grid;
      grid-template-columns: 1fr; }
    .content-with-photo-16 .content-with-photo-16-inf {
      padding: 0em; }
    .content-with-photo-16 .content-with-photo-16-main {
      padding: 50px 0; } }
  @media screen and (max-width: 640px) {
    .content-with-photo-16 .content-with-photo-16-main {
      padding: 40px 0; }
    .content-with-photo-16 .content-with-photo-16-inf h3 {
      font-size: 24px;
      line-height: 28px; }
    .content-with-photo-16 .content-with-photo-16 .grid {
      grid-gap: 20px; } }
  @media screen and (max-width: 420px) {
    .content-with-photo-16 .content-with-photo-16-inf h3 {
      font-size: 20px;
      line-height: 28px; }
    .content-with-photo-16 .content-with-photo-16-inf {
      margin-top: 0em; }
    .content-with-photo-16 .content-with-photo-16 .grid {
      grid-gap: 20px; }
    .content-with-photo-16 .content-with-photo-16-main {
      padding: 2em 0; } }
  @media screen and (max-width: 321px) {
    .content-with-photo-16 .content-with-photo-16-inf h3 {
      font-size: 20px; } }

/* /features-17*/
.features-17 {
  /*--/responsive-code--*/ }

.features-17 .features-17_sur h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px; }

.features-17 .features-17-right_sur h5 {
  font-size: 25px;
  line-height: 30px;
  color: #fff; }

.features-17-right-tp_sur {
  grid-template-columns: auto 1fr;
  display: grid;
  grid-gap: 20px; }

.features-17 .features-17-left_sur a {
  font-size: 16px;
  line-height: 25px;
  padding: 12px 35px;
  color: #eee;
  margin-top: 2em;
  display: inline-block;
  border-radius: 35px;
  text-decoration: none;
  background: var(--theme-color); }

.features-17 .features-17-left_sur a:hover {
  background: #fff;
  color: var(--theme-color); }

.features-17 .features-17-right_sur h5 a {
  color: #eee;
  text-decoration: none; }

.features-17 .features-17-right_sur h5 a:hover {
  opacity: 0.8; }

.features-17 .features-17_sur img {
  vertical-align: middle;
  padding-left: 5px; }

.features-17 .features-17_sur {
  padding: 80px 0;
  background: url(../images/2.jpg) no-repeat 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0; }

.features-17_sur:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.features-17 .features-17_sur p {
  color: #aaa;
  margin: 16px 0 0; }

.features-17 .features-17-top_sur {
  display: grid;
  grid-template-columns: .8fr 1fr;
  grid-gap: 20px; }

.features-17 .features-17-right_sur {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px; }

.features-17 .features-17-right_sur span.fa {
  font-size: 30px;
  color: var(--theme-color); }

@media (max-width: 1366px) {
  .features-17 .features-17-left_sur {
    padding-right: 1em; } }

@media (max-width: 992px) {
  .features-17 .features-17-top_sur {
    display: grid;
    grid-template-columns: 1fr; }
  .features-17 .features-17-left_sur {
    padding-right: 0em;
    margin-bottom: 2em; } }

@media (max-width: 900px) {
  .features-17 .features-17_sur {
    padding: 50px 0; }
  .features-17 .features-17_sur h2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 0; } }

@media (max-width: 600px) {
  .features-17 .features-17_sur h2 {
    font-size: 30px;
    line-height: 35px; }
  .features-17 .features-17-right_sur h5 {
    font-size: 20px;
    line-height: 26px; }
  .features-17-right-tp_sur {
    grid-gap: 15px; }
  .features-17 .features-17-right_sur {
    grid-column-gap: 15px;
    grid-row-gap: 30px; } }

@media (max-width: 480px) {
  .features-17 .features-17-right_sur h5 {
    font-size: 22px;
    line-height: 26px; } }

@media (max-width: 440px) {
  .features-17 .features-17-right_sur {
    grid-template-columns: 1fr; }
  .features-17 .features-17_sur h2 {
    font-size: 40px;
    line-height: 46px; }
  .features-17 .features-17-left_sur {
    margin-bottom: 1.5em; } }

@media (max-width: 415px) {
  .features-17 .features-17_sur h2 {
    font-size: 33px;
    line-height: 39px; } }

@media (max-width: 320px) {
  .features-17 .features-17_sur h2 {
    font-size: 27px;
    line-height: 33px; }
  .features-17 .features-17-right_sur h5 {
    font-size: 23px;
    line-height: 28px; } }

/*--//responsive-code--*/
/* //features-17*/
.feature-9 {
  /* features */
  /* //features */
  /* responsive */
  /* //responsive */ }
  .feature-9 .main-w3 {
    padding: 70px 0; }
  .feature-9 .main-cont-wthree-fea {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    text-align: center; }
  .feature-9 h4 a.title-head {
    color: var(--heading-color);
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block; }
  .feature-9 .grids-feature span.fa {
    color: var(--theme-color);
    font-size: 40px;
    margin-bottom: 30px; }
  .feature-9 .buttons-top {
    margin-top: 4em;
    border-top: 1px solid #ddd;
    padding-top: 2.5em; }
  @media (max-width: 1080px) {
    .feature-9 h4 a.title-head {
      font-size: 20px;
      line-height: 28px; } }
  @media (max-width: 992px) {
    .feature-9 .main-cont-wthree-fea {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 40px; } }
  @media (max-width: 800px) {
    .feature-9 .main-w3 {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .feature-9 h4 a.title-head {
      font-size: 22px; }
    .feature-9 .main-w3 {
      padding: 40px 0; } }
  @media (max-width: 415px) {
    .feature-9 .main-cont-wthree-fea {
      grid-template-columns: 1fr; } }

.w3l-cutomer-main-cont {
  padding: 70px 0;
  background: var(--bg-color); }

.w3l-cutomer-main-cont .content-sec {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }

.w3l-cutomer-main-cont .testimonials_grid {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
  padding: 2.5em; }

.w3l-cutomer-main-cont .testi-img-res img {
  border-radius: 50%; }

.w3l-cutomer-main-cont p.sub-test span.fa {
  color: #ccc;
  margin-right: 5px; }

.w3l-cutomer-main-cont .sub-author-con {
  grid-template-columns: .4fr 1fr;
  align-items: center;
  grid-gap: 15px;
  margin-top: 1.5em; }

.w3l-cutomer-main-cont .testi_grid h5 {
  font-size: 18px;
  line-height: 25px;
  color: var(--heading-color); }

@media all and (max-width: 991px) {
  .w3l-cutomer-main-cont .content-sec {
    grid-template-columns: 1fr 1fr; }
  .w3l-cutomer-main-cont {
    padding: 60px 0; } }

@media all and (max-width: 768px) {
  .w3l-cutomer-main-cont .sub-author-con {
    grid-template-columns: .2fr 1fr; } }

@media all and (max-width: 736px) {
  .w3l-cutomer-main-cont .content-sec {
    grid-template-columns: 1fr; } }

@media all and (max-width: 568px) {
  .w3l-cutomer-main-cont {
    padding: 40px 0; } }

@media all and (max-width: 480px) {
  .w3l-cutomer-main-cont .sub-author-con {
    grid-template-columns: .3fr 1fr; } }

@media all and (max-width: 375px) {
  .w3l-cutomer-main-cont .sub-author-con {
    grid-template-columns: .5fr 1fr; } }

@media all and (max-width: 340px) {
  .w3l-cutomer-main-cont .testimonials_grid {
    padding: 2rem; } }

.w3l-quote-1 .donate-layout {
  padding: 70px 0;
  background: #25ac65;
  background: var(--theme-alt-color); }

.w3l-quote-1 .donate-content-info {
  text-align: center;
  max-width: 700px;
  margin: 0px auto; }

.w3l-quote-1 h3.hny-title.two {
  margin-bottom: 20px;
  color: #EEF5DB;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize; }

.w3l-quote-1 a.read-more.btn, .w3l-quote-1 a.contact.btn:hover {
  color: #EEF5DB;
  background: none;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 30px;
  border: 2px solid #EEF5DB;
  border-radius: 35px;
  display: inline-block;
  margin: 0 2px;
  margin-top: 30px; }

.w3l-quote-1 a.contact.btn, .w3l-quote-1 a.read-more.btn:hover {
  color: var(--theme-alt-color);
  font-size: 16px;
  line-height: 26px;
  padding: 12px 30px;
  border: 2px solid #EEF5DB;
  border-radius: 35px;
  display: inline-block;
  background: #EEF5DB;
  margin: 0 2px;
  margin-top: 30px; }

.w3l-quote-1 .donate-content-info h4 {
  font-size: 16px;
  line-height: 32px;
  color: var(--theme-color);
  text-transform: uppercase; }

.w3l-quote-1 h2 a {
  color: #EEF5DB;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600; }

.w3l-quote-1 span.sub-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  color: #EEF5DB;
  font-family: 'Proza Libre', sans-serif; }

@media (max-width: 1080px) {
  .w3l-quote-1 .donate-layout {
    padding: 80px 0; } }

@media (max-width: 992px) {
  .w3l-quote-1 .donate-layout {
    padding: 60px 0; }
  .w3l-quote-1 h3.hny-title.two {
    font-size: 20px;
    line-height: 27px; } }

@media (max-width: 769px) {
  .w3l-quote-1 .donate-layout {
    padding: 60px 0; } }

@media (max-width: 667px) {
  .w3l-quote-1 .donate-layout {
    padding: 50px 0; }
  .w3l-quote-1 .donate-content-info p {
    font-size: 15px;
    line-height: 28px; } }

@media (max-width: 640px) {
  .w3l-quote-1 .donate-layout {
    padding: 50px 0; } }

@media (max-width: 600px) {
  .w3l-quote-1 .donate-layout {
    padding: 45px 0; }
  .w3l-quote-1 h2 a {
    font-size: 30px;
    line-height: 35px; } }

.services-1 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }

.services-1 .services1-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }

.column.ser-1 {
  background: var(--bg-color);
  padding: 30px 20px;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  transition: 0.5s ease-in-out; }

.column.ser-1:hover {
  background: #fff;
  border: 2px solid #eee;
  transform: translateY(-15px);
  transition: 0.5s ease-in-out; }

.column.ser-1:hover .info h4 a {
  color: var(--theme-alt-color); }

.services-1 .ser-1 span.fa {
  font-size: 30px;
  color: var(--theme-color);
  margin-top: 5px; }

.services-1 .services1 {
  background: #ffffff;
  padding: 80px 0; }

.services-1 .service-info {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 15px; }

.services-1 .service-info h4 {
  font-size: 20px;
  line-height: 25px;
  color: var(--heading-color); }

.services-1 .service-info h4 a {
  color: var(--heading-color); }

.services-1 .service-info h4 a:hover {
  color: var(--icon-color); }

.services-1 .service-info p {
  margin-top: 15px; }

@media (max-width: 1080px) {
  .services-1 .services1-content {
    grid-gap: 20px; } }

@media (max-width: 992px) {
  .services-1 .services1-content {
    grid-template-columns: 1fr 1fr; }
  .services-1 .services1 {
    padding: 60px 0; } }

@media (max-width: 737px) {
  .services-1 .services1-content {
    grid-template-columns: 1fr; } }

@media (max-width: 600px) {
  .services-1 .services1 {
    padding: 40px 0; } }

@media (max-width: 415px) {
  .services-1 .service-info p {
    margin-top: 10px; }
  .services-1 .services1 {
    padding: 35px 0 45px; } }

@media (max-width: 384px) {
  .services-1 .service-info h3 {
    font-size: 27px;
    line-height: 28px;
    margin-top: 25px; } }

.w3l-content-with-photo-6 {
  background: var(--bg-color);
  padding: 70px 0; }

.w3l-content-with-photo-6 .content-with-photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px; }

.w3l-content-with-photo-6 .second-part {
  background: #d2dae2;
  align-items: center; }

.w3l-content-with-photo-6 .content-with-photo h4 {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color);
  margin-bottom: 15px; }

.w3l-content-with-photo-6 .content-w-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 40px; }

.w3l-content-with-photo-6 .photo-img img {
  border-radius: 8px; }

.w3l-content-with-photo-6 a.read.more {
  padding: 10px 30px;
  display: inline-block;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  line-height: 25px;
  margin-top: 40px; }

.w3l-content-with-photo-6 a.read.more:hover {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  background: none; }

.w3l-content-with-photo-6 .content-with-photo h5 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  color: var(--heading-color); }

.w3l-content-with-photo-6 .float-lt.photo-inn {
  align-self: center; }

.w3l-content-with-photo-6 .float-rt.photo-img img {
  width: 100%;
  display: block; }

.w3l-content-with-photo-6 .buttons {
  margin: 35px auto 0;
  text-align: center; }

.w3l-content-with-photo-6 .read-more.black {
  border: 1px solid #1e272e;
  background: none;
  color: #1e272e;
  padding: 0.7em 3em;
  display: inline-block;
  font-size: 15px;
  border-radius: 0;
  outline: none;
  margin-top: 1em;
  font-weight: 600; }

.w3l-content-with-photo-6 .food-history {
  margin-top: 20px; }

@media (max-width: 1390px) {
  .w3l-content-with-photo-6 .content-with-photo h4 {
    font-size: 30px;
    line-height: 35px; } }

@media (max-width: 1080px) {
  .w3l-content-with-photo-6 p {
    font-size: 16px; } }

@media (max-width: 992px) {
  .w3l-content-with-photo-6 .content-w-grids {
    grid-template-columns: 1fr;
    margin-top: 25px; }
  .w3l-content-with-photo-6 .content-with-photo {
    display: grid;
    grid-template-columns: 1fr; }
  .w3l-content-with-photo-6 p {
    font-size: 15px;
    line-height: 25px; } }

@media (max-width: 600px) {
  .w3l-content-with-photo-6 {
    padding: 40px 0; } }

@media (max-width: 420px) {
  .w3l-content-with-photo-6 .content-with-photo h4 {
    font-size: 25px;
    line-height: 30px; } }

.content-16 .content-16-main {
  background: #ffffff;
  padding: 70px 0; }

.content-16 .column img {
  border-radius: 8px; }

.content-16 .content-16-main h3 a {
  font-size: 22px;
  line-height: 27px;
  color: var(--heading-color);
  margin-bottom: 20px;
  display: inline-block; }

.content-16 .column:hover h3 a {
  color: var(--theme-alt-color); }

.content-16 .content-16-main p {
  margin: 20px 0 0; }

.content-16 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }

@media screen and (max-width: 992px) {
  .content-16 .grid {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 801px) {
  .content-16 .grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px; }
  .content-16 .content-16-main h3 a {
    font-size: 20px;
    line-height: 27px; }
  .content-16 .content-16-main {
    padding: 60px 0; } }

@media screen and (max-width: 640px) {
  .content-16 .content-16-main {
    padding: 3em 0; }
  .content-16 .content-16-main h3 a {
    font-size: 20px; }
  .content-16 .content-16-main {
    padding: 40px 0; } }

@media screen and (max-width: 480px) {
  .content-16 .grid {
    grid-template-columns: 1fr; } }

.w3l-covers-1 .d-grid {
  display: grid; }

.w3l-covers-1 .cover {
  background: url(../images/login.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 70px 0;
  position: relative;
  z-index: 0; }

.w3l-covers-1 .cover:before {
  content: "";
  background: rgba(16, 16, 16, 0.43);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.w3l-covers-1 .cover-content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center; }

.w3l-covers-1 .cover h3 {
  color: #fff;
  font-size: 35px;
  line-height: 40px; }

.w3l-covers-1 .read-more.black {
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
  padding: 12px 35px;
  display: inline-block;
  font-size: 16px;
  outline: none;
  border-radius: 35px; }

.w3l-covers-1 .read-more.black:hover {
  border: 2px solid #fff;
  background: none; }

@media (max-width: 1080px) {
  .w3l-covers-1 .cover h3 {
    font-size: 30px;
    line-height: 35px; } }

@media (max-width: 737px) {
  .w3l-covers-1 .cover-content {
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .w3l-covers-1 .read-more.black {
    width: 185px; } }

@media (max-width: 600px) {
  .w3l-covers-1 .cover h3 {
    font-size: 25px;
    line-height: 30px; }
  .w3l-covers-1 .cover {
    padding: 50px 0; } }

.w3l-content-with-photo-4 {
  /*-- content-with-photo4 block --*/ }

.w3l-content-with-photo-4 #content-with-photo4-block {
  padding: 5rem 0 0; }

.w3l-content-with-photo-4 .cwp4-image img {
  border-radius: 8px; }

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

.w3l-content-with-photo-4 .cwp4-text {
  align-self: center; }

.w3l-content-with-photo-4 .cwp4-text h4 {
  font-size: 24px;
  line-height: 30px;
  color: var(--heading-color); }

.w3l-content-with-photo-4 .cwp4-text p {
  margin: 25px 0; }

.w3l-content-with-photo-4 ul.cont-4 li {
  display: block; }

.w3l-content-with-photo-4 ul.cont-4 li span.fa {
  color: var(--theme-color);
  padding-right: 5px; }

.w3l-content-with-photo-4 .cwp4-text ul li {
  font-size: 16px;
  line-height: 24px;
  color: var(--para-color);
  margin: 10px 0; }

@media all and (max-width: 800px) {
  .w3l-content-with-photo-4 .cwp4-image {
    order: 1; }
  .w3l-content-with-photo-4 .cwp4-text {
    order: 2; }
  .w3l-content-with-photo-4 #content-with-photo4-block {
    padding: 3rem 0 0; }
  .w3l-content-with-photo-4 .cwp4-two {
    grid-gap: 2rem; } }

@media all and (max-width: 500px) {
  .w3l-content-with-photo-4 .cwp4-two {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 2rem; } }

@media all and (max-width: 375px) {
  .w3l-content-with-photo-4 .cwp4-text h4 {
    font-size: 20px;
    line-height: 28px; } }

@media all and (max-width: 320px) {
  .w3l-content-with-photo-4 .cwp4-text h4 {
    font-size: 23px;
    line-height: 28px; } }

.w3l-features-6 .features {
  padding: 60px 0; }

.w3l-features-6 .fea-gd-vv {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-gap: 20px; }

.w3l-features-6 .features h3 {
  font-size: 20px;
  line-height: 25px;
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 15px; }

.w3l-features-6 .icon span.fa {
  font-size: 30px;
  color: var(--theme-color); }

.w3l-features-6 .feature-gd {
  grid-template-columns: 40px 1fr;
  display: grid;
  grid-gap: 15px;
  background: #fff;
  padding: 30px 20px;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  transition: 0.5s ease-in-out; }

@media (max-width: 1080px) {
  .w3l-features-6 .features h3 {
    font-size: 22px; } }

@media (max-width: 992px) {
  .w3l-features-6 .fea-gd-vv {
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 0px; }
  .w3l-features-6 .float-rt,
  .w3l-features-6 .float-mid {
    margin-top: 1em; }
  .w3l-features-6 p {
    font-size: 16px;
    line-height: 25px; }
  .w3l-features-6 .features {
    padding: 50px 0; } }

@media (max-width: 667px) {
  .w3l-features-6 .features {
    padding: 45px 0; } }

@media (max-width: 480px) {
  .w3l-features-6 p {
    font-size: 15px; } }

.content-9 {
  padding-bottom: 70px; }

.content-9 .d-flex {
  display: flex; }

.content-9 .justify-content-between {
  justify-content: space-between; }

.content-9 .align-items-center {
  align-items: center; }

.content-9 .main-cont-wthree-3 {
  display: grid;
  grid-gap: 40px; }

.content-9 .main-cont-wthree-3 h3 {
  color: var(--heading-color);
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  display: inline-block; }

.content-9 .main-cont-wthree-3 p {
  display: inline-block;
  padding-bottom: 15px; }

@media (max-width: 992px) {
  .content-9 .main-cont-wthree-3 h3 {
    font-size: 30px; }
  .content-9 {
    padding-bottom: 50px; } }

@media (max-width: 800px) {
  .content-9 .main-cont-wthree-3 h3 {
    margin-bottom: .8em; }
  .content-9 .main-cont-wthree-3 {
    grid-gap: 20px; } }

@media (max-width: 600px) {
  .content-9 .main-cont-wthree-3 h3 {
    font-size: 28px; }
  .content-9 .main-cont-wthree-3 {
    grid-template-columns: 1fr;
    grid-gap: 40px; }
  .content-9 {
    padding-bottom: 40px; } }

@media (max-width: 375px) {
  .content-9 .main-cont-wthree-3 h3 {
    font-size: 26px;
    margin-bottom: .6em; } }

.w3l-team-13 .teams {
  padding: 70px 0px; }

.w3l-team-13 .left-side h4 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 15px;
  color: var(--heading-color);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

.image-one:hover h4 {
  color: var(--theme-alt-color);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

.w3l-team-13 .left-side {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  text-align: center; }

.w3l-team-13 .left-side a {
  display: inline-block; }

.w3l-team-13 .image-one p {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  margin-top: 10px;
  color: #222; }

.w3l-team-13 img {
  transition: .3s;
  background: var(--theme-alt-color);
  border-radius: 8px; }

.w3l-team-13 img:hover {
  transition: .3s;
  background: var(--bg-color); }

.w3l-team-13 .buttons-teams2 {
  margin-top: 10px; }

.w3l-team-13 .buttons-teams2 a span {
  font-size: 20px;
  margin: 0 3px; }

.w3l-team-13 .buttons-teams2 a span.fa-facebook-square {
  color: #3b5998; }

.w3l-team-13 .buttons-teams2 a span.fa-twitter-square {
  color: #00acee; }

.w3l-team-13 .buttons-teams2 a span.fa-google-plus-square {
  color: #DD4B39; }

@media (max-width: 1440px) {
  .w3l-team-13 a.action {
    margin-top: 20em; }
  .w3l-team-13 .column-two {
    padding-top: 8em; } }

@media (max-width: 1080px) {
  .w3l-team-13 a.action {
    margin-top: 15em; }
  .w3l-team-13 .column-two {
    padding-top: 4em; } }

@media (max-width: 992px) {
  .w3l-team-13 a.action {
    margin-top: 10em; }
  .w3l-team-13 .left-side {
    grid-column-gap: 15px; }
  .w3l-team-13 .left-side h3 {
    font-size: 32px;
    line-height: 36px; }
  .w3l-team-13 .teams {
    padding: 40px 0px; } }

@media (max-width: 800px) {
  .w3l-team-13 .left-side h3 {
    font-size: 30px; }
  .w3l-team-13 a.action {
    margin-top: 2em; }
  .w3l-team-13 .column-two {
    padding-top: 0em; }
  .w3l-team-13 .left-side {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 600px) {
  .w3l-team-13 .right-side {
    grid-gap: 20px; } }

@media (max-width: 480px) {
  .w3l-team-13 .left-side {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px; }
  .w3l-team-13 .left-side h4 {
    font-size: 18px;
    line-height: 25px; } }

.w3l-team-main-6 .team-content {
  padding: 70px 0; }

.w3l-team-main-6 .grid {
  display: grid; }

.w3l-team-main-6 .team-img {
  background: var(--theme-alt-color);
  border-radius: 8px; }

.w3l-team-main-6 .team-img:hover {
  background: var(--bg-color); }

.w3l-team-main-6 .grid-column-2 {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 127px; }

.w3l-team-main-6 .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px; }

.w3l-team-main-6 .team-main-6 {
  position: relative; }

.w3l-team-main-6 h6 {
  margin-top: 10px; }

.w3l-team-main-6 a.title-team-32 {
  color: var(--heading-color);
  font-size: 20px;
  line-height: 25px; }

.w3l-team-main-6 p.sm-text-32 {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: var(--heading-color);
  margin-top: 5px; }

.w3l-team-main-6 span.list {
  width: 200px;
  display: inline-block;
  color: #3B5266;
  line-height: 25px;
  font-size: 17px;
  font-weight: normal;
  font-style: normal; }

.w3l-team-main-6 .team-head {
  color: var(--heading-color);
  line-height: 50px;
  font-size: 45px;
  margin-bottom: 5px; }

.w3l-team-main-6 .text {
  color: var(--theme-color);
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  font-style: normal;
  margin-right: auto;
  max-width: 580px;
  margin-bottom: 20px; }

.w3l-team-main-6 .column-6 {
  margin-bottom: 32px; }

.w3l-team-main-6 .buttons-teams {
  font-weight: 500;
  background-color: #ffffff;
  padding: 6px 10px;
  border-radius: 3px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 27%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 50%; }

.w3l-team-main-6 .buttons-teams a span {
  font-size: 22px;
  margin-right: 10px;
  display: inline-block; }

.w3l-team-main-6 a.insta span.fa {
  margin-right: 0; }

.w3l-team-main-6 .buttons-teams a.facebook span {
  color: #3b5998; }

.w3l-team-main-6 .buttons-teams a.twitter span {
  color: #1da1f2; }

.w3l-team-main-6 .buttons-teams a.insta span {
  color: #f56040; }

.w3l-team-main-6 .team-para {
  margin-bottom: 25px;
  color: var(--para-color);
  line-height: 25px;
  font-size: 17px;
  font-weight: 600; }

.w3l-team-main-6 p.sub-paragraph {
  font-weight: normal;
  margin-top: 10px;
  color: var(--para-color);
  font-size: 15px;
  line-height: 22px; }

.w3l-team-main-6 .team-para a {
  color: var(--para-color); }

.w3l-team-main-6 .team-para a:hover {
  color: var(--theme-color);
  text-decoration: underline;
  transition: 0.3s ease; }

.w3l-team-main-6 .details-about {
  margin-top: 50px; }

.w3l-team-main-6 .details-page {
  margin: 0 auto;
  max-width: 950px; }

.w3l-team-main-6 a {
  display: inline-block; }

.w3l-team-main-6 .project-grid a h4 {
  font-size: 18px;
  color: var(--heading-color);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.w3l-team-main-6 .project-grid:hover a h4 {
  color: var(--theme-alt-color); }

.w3l-team-main-6 .team-info h3 {
  color: var(--heading-color);
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 8px; }

.w3l-team-main-6 .team-info h4 {
  margin-bottom: 20px;
  color: #909090; }

.w3l-team-main-6 .gd-bottom.process-1 {
  margin-top: 3em; }

.w3l-team-main-6 .buttons-teams2 {
  margin-top: 30px; }

.w3l-team-main-6 .my-project-grids.d-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px; }

.w3l-team-main-6 .project-grid img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.w3l-team-main-6 .project-grid {
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.w3l-team-main-6 .buttons-teams2 a span.fa {
  font-size: 20px;
  margin: 0 3px; }

.w3l-team-main-6 .buttons-teams2 a span.fa-facebook-square {
  color: #3b5998; }

.w3l-team-main-6 .buttons-teams2 a span.fa-twitter-square {
  color: #00acee; }

.w3l-team-main-6 .buttons-teams2 a span.fa-google-plus-square {
  color: #DD4B39; }

.w3l-team-main-6 .detail-para {
  color: var(--para-color);
  line-height: 28px; }

.w3l-team-main-6 .detail-para a {
  color: var(--para-color);
  line-height: 28px; }

.w3l-team-main-6 .detail-para a:hover {
  color: var(--theme-alt-color); }

.w3l-team-main-6 h4.count-title {
  font-size: 17px;
  color: var(--heading-color);
  line-height: 28px; }

.w3l-team-main-6 h4.count-title span.fa {
  color: var(--theme-color); }

.w3l-team-main-6 h5.team-sub {
  font-size: 22px;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 15px; }

.w3l-team-main-6 p.para {
  margin-bottom: 15px; }

.w3l-team-main-6 .sec-1 {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 40px; }

.w3l-team-main-6 .sec-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-top: 30px;
  margin-bottom: 30px; }

.w3l-team-main-6 .sec-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 30px; }

@media (max-width: 1200px) {
  .w3l-team-main-6 .grid-column-2 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px; } }

@media (max-width: 992px) {
  .w3l-team-main-6 .grid-column-2 {
    grid-template-columns: 1fr 0.5fr;
    grid-gap: 20px; }
  .w3l-team-main-6 .sec-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .w3l-team-main-6 .grid-col-4 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .w3l-team-main-6 .team-head {
    line-height: 40px;
    font-size: 35px; }
  .w3l-team-main-6 .team-para {
    margin-bottom: 15px; } }

@media (max-width: 768px) {
  .w3l-team-main-6 .grid-column-2 {
    grid-template-columns: 1fr; }
  .w3l-team-main-6 .team-content {
    padding: 65px 0; }
  .w3l-team-main-6 .sec-2 {
    grid-gap: 20px; }
  .w3l-team-main-6 .my-project-grids.d-grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px; }
  .w3l-team-main-6 .team-info h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px; }
  .w3l-team-main-6 .details-about {
    margin-top: 30px; } }

@media (max-width: 684px) {
  .w3l-team-main-6 .team-content {
    padding: 60px 0; } }

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

@media (max-width: 480px) {
  .w3l-team-main-6 .team-content {
    padding: 45px 0; }
  .w3l-team-main-6 a.title-team-32 {
    font-size: 18px; }
  .w3l-team-main-6 .detail-para a {
    font-size: 15px; }
  .w3l-team-main-6 .sec-2 {
    grid-gap: 15px; } }

@media (max-width: 415px) {
  .w3l-team-main-6 .sec-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px; }
  .w3l-team-main-6 .team-head {
    line-height: 48px;
    font-size: 42px;
    margin-bottom: 20px; }
  .w3l-team-main-6 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 20px; }
  .w3l-team-main-6 .text {
    margin-bottom: 40px; }
  .w3l-team-main-6 .text {
    line-height: 33px;
    font-size: 21px; } }

@media (max-width: 384px) {
  .w3l-team-main-6 .text {
    margin-bottom: 30px; } }

@media (max-width: 375px) {
  .w3l-team-main-6 .team-head {
    font-size: 35px;
    margin-bottom: 10px;
    margin-right: auto;
    width: 215px;
    line-height: 40px; }
  .w3l-team-main-6 .text {
    font-size: 22px;
    margin-bottom: 20px; }
  .w3l-team-main-6 .grid-column-2 {
    grid-row-gap: 20px; } }

.w3l-blog-main-61 .grids-layout {
  background: #fff;
  padding: 70px 0; }

.w3l-blog-main-61 .grid-columns {
  grid-row-gap: 50px; }

.w3l-blog-main-61 .blog-post {
  grid-template-columns: 1fr 1.7fr;
  display: grid;
  grid-gap: 30px;
  align-items: center;
  border: 2px solid #eee;
  border-radius: 8px; }

.w3l-blog-main-61 .box13 h5 {
  color: #777;
  margin-bottom: 10px;
  font-size: 14px; }

.w3l-blog-main-61 .box13 h5 a {
  color: #1d2e42; }

.w3l-blog-main-61 .box13 h3 a {
  font-size: 23px;
  line-height: 30px;
  color: var(--heading-color);
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 15px; }

.w3l-blog-main-61 .column:hover .box13 h3 a {
  color: var(--theme-alt-color); }

.w3l-blog-main-61 a.btn {
  color: var(--theme-alt-color);
  font-size: 15px;
  font-weight: 500; }

.w3l-blog-main-61 .button a.btn {
  color: #999;
  display: inline-block;
  margin-top: 30px;
  padding: 8px 25px;
  background: #fff;
  border-radius: 35px;
  font-size: 15px;
  border: 2px solid #eee;
  font-weight: normal;
  font-family: 'Proza Libre', sans-serif; }

.w3l-blog-main-61 .box13 img {
  display: block;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.w3l-blog-main-61 .admin-list {
  padding: 0 0 16px;
  margin: 0 0 20px;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #ececec; }

.w3l-blog-main-61 .side-img {
  width: 100%;
  display: block; }

.w3l-blog-main-61 .pagination {
  display: flex;
  justify-content: center; }

.w3l-blog-main-61 .page-item.active .page-link {
  background: var(--theme-color);
  color: #fff; }

.w3l-blog-main-61 .page-link {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 15px;
  color: var(--para-color);
  background-color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  font-family: 'Proza Libre', sans-serif;
  box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09); }

.w3l-blog-main-61 .page-link:hover {
  background: var(--theme-color);
  color: #fff; }

@media (max-width: 1080px) {
  .w3l-blog-main-61 .blog-post {
    grid-template-columns: 1fr 1.2fr; } }

@media (max-width: 1024px) {
  .w3l-blog-main-61 .box13 h3 a {
    font-size: 23px; }
  .w3l-blog-main-61 .single-left {
    width: 100%; } }

@media (max-width: 992px) {
  .w3l-blog-main-61 .column.two {
    padding: 2em; }
  .w3l-blog-main-61 .blog-post {
    grid-template-columns: 1fr;
    grid-gap: 10px; }
  .w3l-blog-main-61 .grids-layout {
    padding: 70px 0; }
  .w3l-blog-main-61 .three-blog {
    order: 4; }
  .w3l-blog-main-61 .four-blog {
    order: 3; }
  .w3l-blog-main-61 .five-blog {
    order: 5; }
  .w3l-blog-main-61 .six-blog {
    order: 6; }
  .w3l-blog-main-61 .seven-blog {
    order: 8; }
  .w3l-blog-main-61 .eight-blog {
    order: 7; }
  .w3l-blog-main-61 .nine-blog {
    order: 9; }
  .w3l-blog-main-61 .ten-blog {
    order: 10; }
  .w3l-blog-main-61 .eleven-blog {
    order: 11; }
  .w3l-blog-main-61 .twell-blog {
    order: 10; } }

@media (max-width: 801px) {
  .w3l-blog-main-61 .grids-layout {
    padding: 60px 0; } }

@media (max-width: 600px) {
  .w3l-blog-main-61 .box13 h3 a {
    font-size: 22px;
    line-height: 28px; }
  .w3l-blog-main-61 .grids-layout {
    padding: 40px 0; }
  .w3l-blog-main-61 .grid-columns {
    display: inherit; }
  .w3l-blog-main-61 .blog-post {
    margin-bottom: 30px; }
  .w3l-blog-main-61 .button a.btn {
    margin-top: 15px; } }

@media (max-width: 480px) {
  .w3l-blog-main-61 .page-link {
    font-size: 16px; } }

@media (max-width: 440px) {
  .w3l-blog-main-61 .column.two {
    padding: 1.5em; }
  .w3l-blog-main-61 .box13 h3 a {
    font-size: 20px;
    line-height: 26px; }
  .w3l-blog-main-61 .pagination {
    display: block;
    flex-direction: initial; }
  .w3l-blog-main-61 .pagination li {
    display: inline-block;
    margin-bottom: 8px; } }

@media (max-width: 415px) {
  .w3l-blog-main-61 .column.two {
    padding: 1em; } }

.w3l-blog-padding {
  padding: 70px 0px; }

.w3l-grid-8 .d-grid {
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  grid-row-gap: 50px; }

.w3l-grid-8 img.card-img-top {
  border-radius: 4px; }

.w3l-grid-8 h4.card-title {
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
  margin: 0px 0 10px;
  color: var(--heading-color); }

.w3l-grid-8 p.card-text {
  margin-top: 20px; }

.w3l-grid-8 h3.grids-title {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color);
  margin-bottom: 40px; }

.w3l-grid-8 h4.card-title:hover {
  color: #000; }

.w3l-grid-8 .top-grids {
  margin-top: 2rem; }

.w3l-grid-8 ul.post-meta {
  list-style: none;
  margin-bottom: 30px; }

.w3l-grid-8 ul.post-meta li {
  display: inline-block;
  color: var(--para-color);
  font-size: 15px;
  font-family: 'Proza Libre', sans-serif; }

.w3l-grid-8 ul.post-meta li a.clr-1 {
  color: var(--heading-color);
  font-weight: 500; }

.w3l-grid-8 ul.post-meta li a:hover {
  color: var(--theme-color-2); }

.w3l-grid-8 ul.post-meta li:nth-child(2) {
  margin: 0 8px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 0 10px; }

.w3l-grid-8 .card {
  position: relative;
  margin-bottom: 1em; }

.w3l-grid-8 .grid-column1.single-blog {
  max-width: 900px;
  margin: 0 auto; }

ul.list li {
  display: grid;
  grid-template-columns: 5% 93%;
  grid-gap: 10px; }

ul.list li span.fa {
  margin-top: 5px;
  color: var(--theme-color); }

ul.points li {
  list-style-type: decimal;
  padding-left: 5px;
  margin-left: 30px;
  color: var(--para-color); }

.comments-grid-right h4 {
  font-size: 18px;
  color: var(--heading-color);
  margin-top: 0; }

.media img {
  background: var(--bg-color); }

.text11-content ul.blog-list {
  padding-left: 50px; }

ul.blog-list li {
  list-style-type: disc;
  margin-bottom: 5px; }

.text11-content a.tag {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: var(--btn-color);
  padding: 5px 15px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 3px; }

.text11-content h6 {
  display: inline-block;
  font-size: 15px;
  padding-left: 15px;
  color: #aaa;
  font-weight: 600; }

.text11-content .media-grid p {
  margin: 0px; }

.media a,
.media .media-body {
  float: left; }

.media a img {
  border-radius: 50%; }

.comments .media-grid {
  margin-bottom: 20px; }

.media-body.comments-grid-right {
  padding-left: 15px; }

.comments-grid-right ul li {
  display: inline-block;
  color: #888;
  font-size: 16px;
  vertical-align: middle; }

.media {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  margin-bottom: 30px;
  background: var(--bg-color);
  position: relative;
  padding: 20px;
  border-radius: 5px; }

a.reply {
  display: inline-block;
  color: var(--theme-alt-color);
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 10px; }

h3.aside-title {
  font-size: 25px;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 30px; }

.comments p {
  margin-top: 15px; }

.leave-comment-form .input-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 25px; }

.comments, .leave-comment-form {
  max-width: 900px;
  margin: 60px auto 0; }

.leave-comment-form input[type="text"], .leave-comment-form input[type="email"], .leave-comment-form textarea {
  background: #f9f9f9;
  border: 2px solid #e6e6e6;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 20px;
  width: 100%;
  border-radius: 50px;
  text-transform: capitalize;
  outline: none; }

.leave-comment-form textarea {
  height: 100px;
  resize: none; }

.leave-comment-form button.btn {
  border: none;
  cursor: pointer;
  padding: 12px 35px;
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px; }

.leave-comment-form button.btn:hover {
  background: var(--theme-alt-color); }

@media (max-width: 1280px) {
  .w3l-grid-8 .d-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); } }

@media (max-width: 1024px) {
  .w3l-grid-8 .grid-main {
    padding: 60px 0; }
  .w3l-grid-8 h3.grids-title {
    margin-bottom: 20px; } }

@media (max-width: 900px) {
  .w3l-grid-8 .d-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .w3l-grid-8 h3.grids-title {
    font-size: 30px; }
  .w3l-grid-8 p.image-caption {
    margin-top: 12px; }
  .w3l-grid-8 .card-grid-column2 {
    text-align: left; }
  .w3l-blog-padding {
    padding: 50px 0px; } }

@media (max-width: 768px) {
  .w3l-grid-8 p.image-caption {
    font-size: 14px; }
  .w3l-grid-8 h3.grids-title {
    margin-bottom: 10px; }
  .w3l-grid-8 .d-grid {
    grid-gap: 30px; }
  .w3l-grid-8 p.card-text {
    margin-top: 5px; } }

@media (max-width: 600px) {
  .w3l-grid-8 img.card-img-top {
    margin-top: 0; }
  .w3l-blog-padding {
    padding: 40px 0px; } }

@media (max-width: 414px) {
  .w3l-grid-8 h3.grids-title {
    font-size: 25px; }
  .w3l-grid-8 .grid-main {
    padding: 40px 0; }
  .w3l-grid-8 h4.card-title {
    font-size: 22px;
    line-height: 28px; }
  .media {
    grid-gap: 10px;
    margin-bottom: 20px;
    padding: 20px 10px; } }

@media (max-width: 375px) {
  .w3l-grid-8 h3.grids-title {
    font-size: 22px; } }

.w3l-text-22 .text-txt {
  max-width: 900px;
  margin: 0px auto; }

.w3l-text-22 p.top-para {
  margin-top: 1.5em; }

.text-txt h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 50px;
  color: var(--heading-color); }

.w3l-text-22 .text-txt p {
  margin-bottom: 18px; }

.w3l-text-22 .two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 30px; }

@media (max-width: 1080px) {
  .w3l-text-22 .two-columns {
    grid-gap: 20px;
    margin-top: 40px; } }

@media (max-width: 737px) {
  .w3l-text-22 .two-columns {
    grid-template-columns: 1fr; } }

@media (max-width: 640px) {
  .w3l-text-22 .two-columns {
    grid-template-columns: 1fr; } }

@media (max-width: 600px) {
  .w3l-text-22 .text-txt h3 {
    font-size: 24px;
    margin-bottom: 15px; }
  .w3l-text-22 .two-columns {
    margin-top: 30px; }
  .text-txt h3 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px; } }

@media (max-width: 480px) {
  .w3l-text-22 .text-txt h3 {
    font-size: 22px;
    margin-bottom: 15px; } }

@media (max-width: 415px) {
  .leave-comment-form .input-grids {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 15px; } }

@media (max-width: 384px) {
  .w3l-text-22 .text-txt p {
    font-size: 16px; }
  .w3l-text-22 p.top-para {
    margin-top: 1em; } }

.products-4 {
  /*-- Products4-block --*/ }

.products-4 #products4-block {
  padding: 70px 0; }

.products-4 .d-grid {
  display: grid; }

.products-4 .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }

.products-4 .product a {
  display: block; }

.products-4 .product {
  position: relative; }

.products-4 .product-details {
  position: absolute;
  bottom: 30px;
  width: 100%; }

.products-4 .product-details a {
  font-size: 20px;
  line-height: 25px;
  color: #304659;
  margin-bottom: 10px;
  font-weight: bold; }

.products-4 .product-details a:hover {
  opacity: 0.8; }

.products-4 span.price {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #3B5266; }

.products-4 section.tab-content {
  display: none;
  padding: 38px 0 0; }

.products-4 input {
  display: none; }

.products-4 label.tabtle {
  display: inline-block;
  text-align: center;
  color: #aaa;
  margin: 0 5px;
  font-size: 16px;
  line-height: 25px;
  border: 2px solid #aaa;
  padding: 10px 30px;
  border-radius: 35px;
  cursor: pointer; }

.products-4 figure {
  margin: 0; }

.products-4 label.tabtle:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

.products-4 input:checked + label.tabtle, .products-4 label.tabtle:hover {
  text-align: center;
  background: var(--theme-color);
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 35px;
  border: 2px solid var(--theme-color); }

.products-4 #tab1:checked ~ #content1,
.products-4 #tab2:checked ~ #content2,
.products-4 #tab3:checked ~ #content3,
.products-4 #tab4:checked ~ #content4 {
  display: block; }

.products-4 .info-bg {
  background: #fff;
  padding: 25px 20px;
  box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.products-4 .product a img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.products-4 .info-bg h5 a {
  font-size: 20px;
  line-height: 25px;
  color: var(--heading-color);
  display: block;
  text-transform: capitalize;
  margin-bottom: 5px; }

.product:hover .info-bg h5 a {
  color: var(--theme-alt-color); }

.products-4 .info-bg h5 a:hover {
  color: #000000; }

.products-4 .info-bg p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--para-color);
  margin-top: 10px;
  margin-bottom: 20px; }

.products-4 .info-bg span.price {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px; }

@media all and (max-width: 1080px) {
  .products-4 .grid-col-3 {
    grid-gap: 15px; }
  .products-4 .info-bg h5 a {
    font-size: 20px; } }

@media all and (max-width: 1024px) {
  .products-4 h3.heading-title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 46px; } }

@media screen and (max-width: 992px) {
  .products-4 .grid-col-3 {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 800px) {
  .products-4 label.tabtle:before {
    margin: 0;
    font-size: 18px; }
  .products-4 .grid-col-4 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px; }
  .products-4 h3.heading-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px; }
  .products-4 #products4-block {
    padding: 60px 0; }
  .products-4 label.tabtle, .products-4 input:checked + label.tabtle, .products-4 label.tabtle:hover {
    margin: 0 0px;
    padding: 8px 25px;
    margin-bottom: 5px; } }

@media screen and (max-width: 600px) {
  .products-4 h3.heading-title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px; }
  .products-4 .grid-col-3 {
    grid-template-columns: 1fr; } }

@media screen and (max-width: 480px) {
  .products-4 #products4-block {
    padding: 50px 0; } }

@media screen and (max-width: 440px) {
  .products-4 h3.heading-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px; }
  .products-4 label.tabtle,
  .products-4 input:checked + label.tabtle {
    font-size: 15px; }
  .products-4 section.tab-content {
    padding: 28px 0 0; } }

/* Preload images */
body:after {
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

/*.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}*/
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 4em;
  float: left;
  background: url(../images/img-sprite.png) 30px 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 5em;
  right: 0;
  float: right;
  background: url(../images/img-sprite.png) -23px 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 90%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  margin-top: 1em; }

.lb-data .lb-caption {
  font-size: 16px;
  line-height: 25px;
  color: #fff; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-top: 1em;
  font-size: 1em;
  color: #fff; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 1.5em;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

@media screen and (max-width: 320px) {
  .lb-data .lb-details {
    width: 89%;
    margin-top: 1em; }
  .lb-data .lb-caption {
    font-size: 12px; } }

/* /w3l-pricing-7*/
.w3l-pricing-7-main .pricing-7-sec {
  background: #fff;
  padding: 80px 0; }

.w3l-pricing-7-main .pricing-sec-7 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 80px auto 0;
  width: 90%; }

.w3l-pricing-7-main ul.links {
  min-height: 120px; }

.w3l-pricing-7-main ul.links li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px; }

.w3l-pricing-7-main .tick-mark {
  text-align: center; }

.w3l-pricing-7-main ul.links li span {
  color: var(--heading-color);
  font-size: 13px; }

.w3l-pricing-7-main h5 {
  font-size: 15px;
  line-height: 20px;
  color: #1d2e42;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px; }

.w3l-pricing-7-main h6 {
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-alt-color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 12px;
  background: var(--bg-color); }

.w3l-pricing-7-main p.para {
  font-size: 15px;
  text-align: center;
  margin-bottom: 25px; }

.w3l-pricing-7-main h4 label {
  font-size: 25px;
  vertical-align: text-top; }

.w3l-pricing-7-main h4 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
  color: #1d2e42; }

.w3l-pricing-7-main h4 span {
  font-size: 16px;
  line-height: 25px;
  color: #c3cac3;
  font-weight: 400; }

.w3l-pricing-7-main p.tick-info {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal; }

.w3l-pricing-7-main p.pric-foot {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  margin-top: 40px; }

.w3l-pricing-7-main p.pric-foot a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: #304659;
  text-decoration: none; }

.w3l-pricing-7-main p.pric-foot img {
  vertical-align: middle; }

.w3l-pricing-7-main ul.links li {
  list-style: none;
  margin-bottom: 13px;
  color: #304659; }

.w3l-pricing-7-main .pricing-gd-left {
  padding: 2em 2.5em 3em;
  border: 2px solid #e6e6e6; }

.w3l-pricing-7-main .pric-7-1 {
  padding: 3.5em 2em;
  border: 2px solid #e6e6e6;
  border-right: 0; }

.w3l-pricing-7-main .pric-7-2 {
  padding: 3.5em 2.5em;
  border: 2px solid #e6e6e6;
  border-left: 0; }

.w3l-pricing-7-main .pricing-gd-left.active {
  border: 2px solid #e6e6e6;
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  z-index: 1;
  margin: 0 8px;
  box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09); }

.w3l-pricing-7-main .buy-button {
  margin-top: 3em; }

.w3l-pricing-7-main .buy-button a {
  width: 100%;
  padding: 10px 30px;
  display: inline-block;
  background: var(--theme-alt-color);
  border: 2px solid var(--theme-alt-color);
  color: #fff;
  border-radius: 35px;
  font-size: 15px;
  line-height: 24px;
  text-align: center; }

.w3l-pricing-7-main .buy-button a:hover {
  background: none;
  border: 2px solid var(--theme-alt-color);
  color: var(--theme-alt-color); }

.w3l-pricing-7-main .pricing-gd-left.active .buy-button a {
  width: 100%;
  padding: 10px 30px;
  display: inline-block;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
  border-radius: 35px;
  font-size: 15px;
  line-height: 24px;
  text-align: center; }

.w3l-pricing-7-main .pricing-gd-left.active .buy-button a:hover {
  border: 2px solid var(--theme-color);
  background: none;
  color: var(--theme-color); }

@media (max-width: 1366px) {
  .w3l-pricing-7-main .pricing-sec-7 {
    width: 90%; } }

@media (max-width: 1080px) {
  .w3l-pricing-7-main .pricing-sec-7 {
    width: 100%; } }

@media (max-width: 1024px) {
  .w3l-pricing-7-main .pric-7-1,
  .w3l-pricing-7-main .pric-7-2 {
    padding: 5em 2em; }
  .w3l-pricing-7-main .pricing-gd-left {
    padding: 1em 2em 3em; } }

@media (max-width: 900px) {
  .w3l-pricing-7-main .pricing-7-sec {
    padding: 60px 0; } }

@media (max-width: 991px) {
  .w3l-pricing-7-main .pricing-sec-7 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 50px auto 0; }
  .w3l-pricing-7-main .pric-7-1 {
    border: 2px solid #dcefdc; }
  .w3l-pricing-7-main .pric-7-2 {
    border: 2px solid #dcefdc; }
  .w3l-pricing-7-main .pricing-sec-7 {
    width: 70%; }
  .w3l-pricing-7-main .pricing-gd-left {
    padding: 2em 2em 3em; }
  .w3l-pricing-7-main h6 {
    font-size: 16px;
    margin-bottom: 20px; } }

@media (max-width: 768px) {
  .w3l-pricing-7-main .pricing-sec-7 {
    width: 75%; } }

@media (max-width: 600px) {
  .w3l-pricing-7-main .pricing-7-sec {
    padding: 50px 0; }
  .w3l-pricing-7-main p.pric-foot {
    margin-top: 25px; } }

@media (max-width: 568px) {
  .w3l-pricing-7-main .pricing-7-sec h2 {
    margin-bottom: 1.3em; }
  .w3l-pricing-7-main .pricing-sec-7 {
    grid-gap: 30px;
    margin: 30px auto 0; } }

@media (max-width: 480px) {
  .w3l-pricing-7-main .pricing-sec-7 {
    width: 80%; } }

@media (max-width: 414px) {
  .w3l-pricing-7-main .pricing-sec-7 {
    width: 100%; } }

/* //w3l-pricing-7*/
.w3l-covers-9-main .d-grid {
  display: grid; }

.w3l-covers-9-main {
  background: url(../images/2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed; }

.w3l-covers-9-main .covers-9 {
  background: rgba(0, 0, 0, 0.5);
  padding: 80px 0; }

.w3l-covers-9-main .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.w3l-covers-9-main .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.w3l-covers-9-main .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-covers-9-main .align-center {
  text-align: center; }

.w3l-covers-9-main .w3ls_cover_txt-9 {
  max-width: 560px;
  margin-left: auto; }

.w3l-covers-9-main h3.title-cover-9 {
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  margin-bottom: 25px;
  display: inline-block; }

.w3l-covers-9-main a.actionbg.btn {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 35px;
  border: 2px solid #eee;
  border-radius: 35px;
  margin-top: 50px;
  display: inline-block; }

.w3l-covers-9-main a.actionbg.btn:hover {
  background: var(--theme-color);
  border: 2px solid var(--theme-color); }

.w3l-covers-9-main p.para-cover-9 {
  color: #aaa; }

@media (max-width: 992px) {
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 35px;
    line-height: 40px; } }

@media (max-width: 800px) {
  .w3l-covers-9-main .covers-9 {
    padding: 60px 0; } }

@media (max-width: 568px) {
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px; }
  .w3l-covers-9-main .covers-9 {
    padding: 50px 0; }
  .w3l-covers-9-main a.actionbg.btn {
    margin-top: 30px; } }

@media (max-width: 384px) {
  .w3l-covers-9-main h3.title-cover-9 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px; } }

/*-- forms-17 --*/
.forms-17 {
  padding: 20px 0;
  min-height: 100vh;
  display: grid;
  align-items: center;
  background: #eee;
  background: url(../images/login.jpg) no-repeat 0px 0px;
  background-size: cover;
  position: relative;
  z-index: 1; }

.forms-17 a.brand-logo {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  font-family: 'Proza Libre', sans-serif; }

.forms-17 a.brand-logo span.fa {
  color: var(--theme-color); }

.forms-17:after {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.4);
  background: rgba(29, 46, 66, 0.5);
  z-index: -1; }

.forms-17 .forms-17-top {
  display: grid;
  max-width: 400px;
  margin: 40px auto; }

.forms-17 .btn-home a {
  background: none;
  color: #fff;
  font-size: 16px; }

.forms-17 .btn-home a:hover {
  color: #ccc; }

.forms-17 .form-17-tp h6 {
  font-size: 25px;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 40px; }

.forms-17 .forms-17-text h4 {
  font-size: 30px;
  line-height: 35px;
  color: #fff; }

.forms-17 .margin-create {
  margin: 15px 0; }

.forms-17 .forms-17-text p {
  color: #ffffff; }

.forms-17 .form-17-tp p {
  text-align: center; }

.forms-17 .form-17-tp p.privacy-policy {
  text-align: left; }

.forms-17 .form-17-tp a {
  font-size: 15px;
  line-height: 25px;
  color: var(--heading-color);
  font-weight: 500;
  text-decoration: none; }

.forms-17 .form-17-tp a:hover {
  color: var(--theme-alt-color); }

.forms-17 .forms-17-form input[type="text"],
.forms-17 .forms-17-form input[type="number"],
.forms-17 .forms-17-form input[type="email"],
.forms-17 .forms-17-form input[type="password"] {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 15px 0px;
  margin-bottom: 14px;
  color: var(--para-color);
  -webkit-appearance: none;
  border-bottom: 1px solid #999; }

.forms-17 button.btn {
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
  text-decoration: none;
  padding: 10px 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 35px;
  text-transform: capitalize;
  transition: .3s;
  margin-top: 15px; }

.forms-17 button.btn:hover {
  border: 2px solid var(--theme-color);
  background: none;
  color: var(--theme-color);
  transition: .3s; }

.forms-17 .margin-top {
  margin-top: 30px; }

.forms-17 .left-right {
  grid-template-columns: auto auto;
  align-items: center;
  padding: 30px 0px; }

.forms-17 .left-right h4 {
  color: var(--heading-color); }

.forms-17 .login-social li {
  display: inline-block;
  margin-left: 10px; }

.forms-17 .login-social {
  text-align: right;
  align-self: center; }

.forms-17 .forget {
  text-align: right;
  margin: 15px 0; }

.forms-17 .login-social li a.facebook {
  color: #3b5998;
  font-size: 20px; }

.forms-17 .login-social li a.twitter {
  color: #1da1f2;
  font-size: 20px; }

.forms-17 .login-social li a.instagram {
  color: #c13584;
  font-size: 20px; }

.forms-17 .form-17-tp {
  background: #fff;
  padding: 50px;
  border-radius: 8px; }

@media all and (max-width: 992px) {
  .forms-17 .forms-17-text {
    padding: 45px 30px; }
  .forms-17 .forms-17-text h4 {
    font-size: 27px; } }

@media all and (max-width: 800px) {
  .forms-17 .forms-17-top {
    grid-template-columns: 1fr; }
  .forms-17 .form-17-tp h6 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px; } }

@media all and (max-width: 480px) {
  .forms-17 .forms-17-text h4 {
    font-size: 25px;
    line-height: 30px; }
  .forms-17 .top span.fa {
    font-size: 30px; }
  .forms-17 .forms-17-text {
    padding: 30px 30px; }
  .forms-17 .forms-17-top {
    margin: 30px auto; } }

@media all and (max-width: 415px) {
  .forms-17 .form-17-tp {
    padding: 40px; }
  .forms-17 .btn-home a {
    font-size: 15px;
    margin-top: 30px; } }

/*-- \\forms-17 --*/
/*-- checkmark --*/
.forms-17 .checkbox {
  width: 16px;
  height: 16px;
  color: #F5F9FC;
  background: var(--theme-color);
  float: left; }

.forms-17 .container {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 10px 0 0; }

.forms-17 .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.forms-17 .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
  border-radius: 4px; }

.forms-17 .container:hover input ~ .checkmark {
  background-color: #E1E9F0; }

.forms-17 .container input:checked ~ .checkmark {
  background-color: #1d2e42; }

.forms-17 .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.forms-17 .container input:checked ~ .checkmark:after {
  display: block; }

.forms-17 .container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

/*-- //checkmark --*/
body {
  background: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 26px;
  overflow-x: hidden;
  overflow-y: scroll; }

.timeline-block {
  padding: 70px 0;
  /*==========  Global  ==========*/
  /*==========  Basics  ==========*/
  /*==========  Sections  ==========*/
  /*==========  Stem  ==========*/
  /*==========  Post wrapper ==========*/
  /*==========  Media queries  ==========*/ }
  .timeline-block html,
  .timeline-block body {
    height: 100%; }
  .timeline-block .main-content {
    margin: 0px auto;
    position: relative; }
  .timeline-block .main-content .section-inner,
  .timeline-block .main-content .post-wrapper {
    *zoom: 1; }
  .timeline-block .main-content .section-inner:before,
  .timeline-block .main-content .post-wrapper:before,
  .timeline-block .main-content .section-inner:after,
  .timeline-block .main-content .post-wrapper:after {
    content: "";
    display: table; }
  .timeline-block .main-content .section-inner:after,
  .timeline-block .main-content .post-wrapper:after {
    clear: both; }
  .timeline-block .section .section-inner {
    margin: 0px auto;
    width: 1024px; }
  @media only screen {
    .timeline-block .section .section-inner {
      width: auto;
      max-width: 1024px; } }
  .timeline-block .stem-wrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 50%;
    z-index: -1; }
  .timeline-block .stem-wrapper.color-yellow .stem-background {
    background: #E9E566; }
  .timeline-block .stem-wrapper.color-green .stem-background {
    background: #35C189; }
  .timeline-block .stem-wrapper.color-white .stem-background {
    background: var(--theme-color); }
  .timeline-block .stem-wrapper .stem,
  .timeline-block .stem-wrapper .stem-background {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 60px; }
  .timeline-block .stem-wrapper .stem {
    height: 100%; }
  .timeline-block .stem-wrapper .stem-background {
    background: #fff;
    height: 50%;
    transition-duration: 0.5s; }
  .timeline-block .stem-padding,
  .timeline-block .single-stem-icon {
    width: 60px;
    height: 60px;
    margin: 0px auto;
    background: transparent url(../images/line.png) repeat-y top center;
    background: #eee url(../images/line.png) repeat-y top center; }
  .timeline-block .single-stem-icon.scroll-to-top {
    cursor: pointer;
    background-image: url(../../../../../../../../../s3-us-west-2.amazonaws.com/s.cdpn.io/22043/scroll-to-top-icon.png); }
  .timeline-block .post-wrapper {
    *zoom: 1; }
  .timeline-block .post-wrapper:before,
  .timeline-block .post-wrapper:after {
    content: "";
    display: table; }
  .timeline-block .post-wrapper:after {
    clear: both; }
  .timeline-block .post-wrapper .post {
    position: relative;
    width: 432px;
    padding: 0px 0px 30px 0px;
    clear: both;
    opacity: 1;
    perspective: 1000px; }
  .timeline-block .post-wrapper .post.hidden .post-content {
    transform: translateY(100px) rotateX(30deg);
    opacity: 0; }
  .timeline-block .post-wrapper .post:hover .post-content,
  .timeline-block .post-wrapper .post.active .post-content {
    opacity: 1; }
  .timeline-block .post-wrapper .post:hover .post-content .meta,
  .timeline-block .post-wrapper .post.active .post-content .meta {
    opacity: 1;
    transform: none; }
  .timeline-block .post-wrapper .post:nth-child(even) {
    float: right; }
  .timeline-block .post-wrapper .post:nth-child(odd) {
    float: left; }
  .timeline-block .post-wrapper .post:nth-child(even) .stem-overlay {
    left: -110px; }
  .timeline-block .post-wrapper .post:nth-child(odd) .stem-overlay {
    right: -110px; }
  .timeline-block .post-wrapper .post.music-icon .stem-overlay .icon {
    background: #eee url(../images/energy.png) no-repeat center;
    border: 1px solid #eee;
    background-size: 50px;
    text-align: center; }
  .timeline-block .post-wrapper .post.bitbucket-icon .stem-overlay .icon {
    background: #eee url(../images/bulb.png) no-repeat center;
    border: 1px solid #eee;
    background-size: 50px;
    text-align: center; }
  .timeline-block .post-wrapper .post.m-icon .stem-overlay .icon {
    background: #eee url(../images/power.png) no-repeat center;
    border: 1px solid #eee;
    background-size: 50px;
    text-align: center; }
  .timeline-block .post-wrapper .post.twitter-icon .stem-overlay .icon {
    background: #eee url(../images/sun.png) no-repeat center;
    border: 1px solid #eee;
    background-size: 50px;
    text-align: center; }
  .timeline-block .post-wrapper .post .stem-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 60px; }
  .timeline-block .post-wrapper .post .stem-overlay .icon {
    background: transparent no-repeat center center;
    height: 60px;
    width: 60px;
    cursor: pointer; }
  .timeline-block .post-wrapper .post .stem-overlay .stem-mask {
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: transparent url(../images/line.png) repeat-y top center; }
  .timeline-block .post-wrapper .post .post-content {
    opacity: 0.3;
    transition-duration: 0.4s;
    transform: none; }
  .timeline-block .post-wrapper .post .post-content .meta {
    color: rgba(0, 0, 0, 0.5);
    margin: 0px 0px 15px 0px;
    transition-duration: 1s;
    transition-delay: 0.2s;
    transform: translateY(-5px);
    font-family: 'Proza Libre', sans-serif; }
  .timeline-block .post-wrapper .post .post-content .post-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0px 15px 0px;
    color: var(--heading-color); }
  @media only screen and (max-width: 1080px) {
    .timeline-block .main-content,
    .timeline-block .main-content .section-inner {
      max-width: none; }
    .timeline-block .stem-wrapper {
      left: 80px; }
    .timeline-block .stem-padding,
    .timeline-block .single-stem-icon {
      margin: 0px;
      float: left;
      margin-left: 50px; }
    .timeline-block .post-wrapper .post,
    .timeline-block .post-wrapper .post:nth-child(even),
    .timeline-block .post-wrapper .post:nth-child(odd) {
      width: auto;
      margin-left: 110px;
      float: none; }
    .timeline-block .post-wrapper .post .stem-overlay,
    .timeline-block .post-wrapper .post:nth-child(even) .stem-overlay,
    .timeline-block .post-wrapper .post:nth-child(odd) .stem-overlay {
      left: -60px;
      right: auto; }
    .timeline-block .post-wrapper .post .post-content {
      padding: 0px 50px; } }
  @media only screen and (max-width: 700px) {
    .timeline-block .post-wrapper .post {
      margin-left: 90px !important; }
    .timeline-block .post-wrapper .post .post-content {
      padding: 0 25px; }
    .timeline-block .stem-wrapper {
      left: 60px; }
    .timeline-block .stem-padding,
    .timeline-block .single-stem-icon {
      margin-left: 30px; } }
  .timeline-block .clearfix {
    *zoom: 1; }
  .timeline-block .clearfix:before,
  .timeline-block .clearfix:after {
    content: "";
    display: table; }
  .timeline-block .clearfix:after {
    clear: both; }

@media only screen and (max-width: 800px) {
  .timeline-block {
    padding: 60px 0; } }

@media only screen and (max-width: 568px) {
  .timeline-block .post-wrapper .post {
    margin-left: 70px !important; }
  .timeline-block .stem-padding, .timeline-block .single-stem-icon {
    margin-left: 10px; }
  .timeline-block .stem-wrapper {
    left: 40px; }
  .timeline-block .post-wrapper .post .post-content .post-title {
    font-size: 22px;
    line-height: 28px; }
  .timeline-block {
    padding: 40px 0; } }

@media only screen and (max-width: 480px) {
  .timeline-block .stem-padding, .timeline-block .single-stem-icon {
    height: 30px; }
  .timeline-block .post-wrapper .post .post-content .meta {
    color: rgba(0, 0, 0, 0.5);
    margin: 0px 0px 5px 0px; } }

.faq-header {
  font-size: 42px;
  border-bottom: 1px dotted #ccc;
  padding: 24px; }

.faq-grids {
  grid-template-columns: 1.9fr 1fr;
  grid-gap: 30px; }

.faq-content {
  margin: 0 auto;
  padding: 60px 0; }

.faq-question {
  padding: 15px 0 25px;
  border-bottom: 1px dotted #ccc;
  background: #fff; }

.faq-content p {
  margin-bottom: 40px; }

.faq-content p a {
  font-family: 'Proza Libre', sans-serif;
  color: var(--heading-color);
  font-weight: 500; }

.faq-content p a:hover {
  color: var(--theme-alt-color); }

.faq-form-w3 form {
  padding: 3em 2em;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09);
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  margin-top: 20px;
  border-top: 4px solid #eee; }

.faq-form-w3 button.btn {
  background: var(--theme-color);
  color: #fff;
  text-decoration: none;
  padding: 10px 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  border-radius: 35px;
  text-transform: capitalize;
  transition: .3s; }

.faq-form-w3 button.btn:hover {
  background: var(--theme-alt-color); }

.faq-form-w3 h5 {
  color: var(--heading-color);
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 1.5em; }

.faq-form-w3 .form-style-w3ls .form-control {
  outline: none;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
  background: #f9f9f9;
  border: 2px solid #e2e1e1;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  width: 100%;
  border-radius: 35px;
  font-family: 'Proza Libre', sans-serif;
  resize: none; }

.faq-form-w3 .form-style-w3ls .form-control:focus {
  border: 2px solid #aaa; }

.panel-title {
  font-size: 20px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 14px 10px 0 40px;
  display: block;
  cursor: pointer;
  color: var(--heading-color);
  font-weight: 500;
  font-family: 'Proza Libre', sans-serif; }

.panel-title:hover {
  color: var(--theme-alt-color); }

.panel-content {
  padding: 0px 14px;
  margin: 0 20px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: .4s ease; }

.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding: 18px;
  color: var(--para-color);
  font-size: 16px;
  line-height: 25px;
  z-index: 1; }

.plus {
  position: absolute;
  color: var(--theme-color);
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: .2s ease; }

.panel:checked ~ .plus {
  transform: rotate(45deg); }

.panel {
  display: none; }

@media (max-width: 992px) {
  .faq-grids {
    grid-template-columns: 1fr; } }

@media (max-width: 568px) {
  .panel-title {
    font-size: 18px; }
  .plus {
    font-size: 30px;
    margin-top: 12px;
    margin-left: 5px; }
  .faq-question {
    padding: 10px 0 10px; }
  .faq-content {
    padding: 40px 0; } }

@media (max-width: 415px) {
  .faq-question {
    padding: 0px 0 10px; }
  .faq-form-w3 form {
    padding: 2em 1.5em; }
  .panel-content {
    margin: 0 0 0px 20px; } }

.w3l-text-styles-31 .text-styles-top-31 {
  max-width: 800px;
  margin: 0 auto; }

.w3l-text-styles-31 .text-styles-31_sur h3 {
  font-size: 25px;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 1.5em; }

.w3l-text-styles-31 .text-styles-31_sur h5 a {
  text-decoration: none;
  color: var(--heading-color);
  text-decoration: none;
  font-size: 20px;
  line-height: 27px; }

.w3l-text-styles-31 .text-styles-31_sur h5 a:hover {
  color: var(--theme-alt-color); }

.w3l-text-styles-31 form.d-grid {
  position: relative;
  max-width: 700px;
  margin: 0 auto 4em; }

.w3l-text-styles-31 .form-group1 .form-control {
  width: 100%;
  color: #111;
  padding: 16px 25px;
  font-size: 16px;
  line-height: 25px;
  background: var(--bg-color);
  outline: none;
  border: none;
  border-radius: 35px; }

.w3l-text-styles-31 .button-eff {
  position: absolute;
  right: 0;
  padding: 10px 45px;
  border-radius: 35px;
  background: var(--theme-color);
  border: none;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  outline: none;
  top: 4px;
  bottom: 4px;
  right: 4px; }

.w3l-text-styles-31 .button-eff:hover {
  background: var(--theme-alt-color); }

.w3l-text-styles-31 .text-styles-31_sur {
  padding: 70px 0; }

.w3l-text-styles-31 .text-styles-31-left_sur a {
  display: block; }

.w3l-text-styles-31 .text-styles-31-left_sur a img {
  border-radius: 8px; }

.w3l-text-styles-31 .text-styles-31_sur p {
  margin: 10px 0; }

.w3l-text-styles-31 .text-styles-31_sur span {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: var(--heading-color); }

.w3l-text-styles-31 .text-styles-31-top_sur {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 35px;
  border-top: 1px solid lightgray;
  padding-top: 1.5em;
  margin-top: 1.5em; }

@media (max-width: 900px) {
  .w3l-text-styles-31 .text-styles-31_sur {
    padding: 50px 0; }
  .w3l-text-styles-31 .text-styles-31_sur h5 {
    font-size: 20px;
    line-height: 25px; }
  .w3l-text-styles-31 .text-styles-31-top_sur {
    grid-gap: 15px; } }

@media (max-width: 667px) {
  .w3l-text-styles-31 .text-styles-31_sur {
    padding: 50px 0px; } }

@media (max-width: 480px) {
  .w3l-text-styles-31 .text-styles-31-top_sur {
    grid-gap: 20px;
    grid-template-columns: 1fr; }
  .w3l-text-styles-31 .text-styles-31_sur h3 {
    font-size: 22px;
    line-height: 28px; } }

@media (max-width: 415px) {
  .w3l-text-styles-31 .text-styles-31_sur {
    padding: 30px 0; }
  .w3l-text-styles-31 .button-eff {
    padding: 10px 35px; } }

@media (max-width: 384px) {
  .w3l-text-styles-31 .text-styles-31_sur h3 {
    font-size: 18px;
    line-height: 25px; }
  .w3l-text-styles-31 .button-eff {
    padding: 10px 30px; } }

@media (max-width: 320px) {
  .w3l-text-styles-31 .text-styles-31_sur h3 {
    font-size: 28px;
    line-height: 33px; } }

/* //text-styles-31*/
.main-bg-color {
  background-color: var(--main-bg-color); }

table.table-full1, table.table-full2, table.table-full3 {
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.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:first-child {
  margin-left: 0; }

td.h-t {
  font-family: 'Proza Libre', sans-serif; }

.overlay-banner {
  background: rgba(16, 16, 16, 0.57);
  z-index: 9;
  padding: 5em 0; }

.email-section-tem {
  padding: 2.5em 4em; }

.email-tem .text h2 {
  font-size: 35px; }

table.agileits_footer {
  background: #111; }

.overlay-lavi {
  padding: 4em 2em;
  text-align: center; }

.counter-text .num {
  color: #fff;
  font-size: 2.5em;
  font-weight: 500;
  font-family: 'Proza Libre', sans-serif; }

table.wthree_footer_grid_left-2 {
  padding: 0 15px; }

.counter-text .name {
  display: block;
  color: #fff;
  font-size: 1em;
  font-weight: 400; }

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

.email-button {
  margin-top: 1em;
  font-size: 15px;
  padding: 10px 30px;
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  border-radius: 35px;
  line-height: 25px; }

@media screen and (max-width: 700px) {
  table.wthree_copy_right_grid_right {
    width: 100%;
    margin-top: 10px; }
  table.wthree_copy_right_grid_left {
    width: 100% !important;
    display: block; } }

@media screen and (max-width: 667px) {
  table.wthree_footer_grid_left-2 {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0; }
  td.agileinfo_footer_space {
    height: 32px; }
  td.wthree_weversion {
    text-align: center;
    margin-top: 8px;
    display: block; }
  table.wthree_copy_right_grid_left {
    text-align: center; }
  td.agileinfo_copy_right_space {
    height: 30px; }
  td.title-text {
    font-size: 1.5em !important; }
  table.w3l-email-wrapper {
    width: 100%; }
  table.container-middle.combo {
    width: 100%; } }

@media screen and (max-width: 800px) {
  .email-container {
    max-width: 720px !important; }
  table.footer-wid-w3 {
    max-width: 670px; }
  table.wthree_copy_right_grid_left {
    width: 369px !important; } }

@media screen and (max-width: 667px) {
  td.w3l-p {
    font-size: 15px !important; }
  table.footer-wid-w3 {
    max-width: 500px; }
  .email-container {
    max-width: 100% !important; }
  td.w3ls_modi {
    font-size: 2.5em !important; }
  .text.banner-con h2 {
    font-size: 26px !important; }
  table.wthree_footer_grid_left {
    width: 100%; }
  td.title-text {
    font-size: 1.4em !important; }
  table.wthree_copy_right_grid_left {
    width: 100% !important; }
  table.wthree_copy_right_grid_right {
    width: 100% !important; } }

@media screen and (max-width: 640px) {
  .banner-con {
    padding: 0 3em !important; }
  .email-hny-section {
    padding: 2em 1em; }
  .simple-button {
    font-size: 14px; }
  table.scale75 {
    width: 600px; } }

@media screen and (max-width: 600px) {
  table {
    width: 100% !important; }
  td.logo {
    width: 100%;
    float: left;
    text-align: center !important; }
  td.logo.nav-top {
    width: 100%;
    float: left; }
  .banner-con {
    padding: 0 1em !important; }
  table.pro1-w3.scale {
    width: 100% !important; }
  table.scale-90 {
    width: 450px !important; }
  td.produ {
    height: 0; }
  table.w3l_logo_right {
    width: 50% !important;
    text-align: right; }
  table.logo {
    width: 50% !important; }
  td.main-text-paras {
    font-size: 1em !important; }
  table.dairy {
    width: 580px;
    width: 450px !important; }
  table.w3_number {
    width: 30px !important; }
  table.scale {
    width: 358px !important;
    margin: 0 auto;
    float: none; }
  .middle-team-w3 {
    margin: 1em 0; }
  td.abt-pad {
    height: 30px !important; }
  .overlay-banner {
    padding: 3em 0; }
  table.table-inner {
    margin: 0 auto;
    padding: 0 2em; }
  .email-section-tem {
    padding: 0em 1em; }
  td.logo a img {
    max-width: 130px; }
  img {
    width: 100%; }
  a.agile-main-2 {
    margin: 10px 0 5px;
    display: block;
    font-size: 20px !important;
    line-height: 27px !important; }
  table.scale-90 {
    margin-bottom: 1em; }
  td.logo {
    width: 100% !important; }
  td.top-text {
    height: 0; } }

@media screen and (max-width: 580px) {
  table {
    width: 100% !important; } }

@media screen and (max-width: 480px) {
  td.w3ls_modi {
    font-size: 2.3em !important; }
  td.w3l_space1 {
    height: 50px !important; }
  td.w3l_space {
    height: 60px !important; }
  .text.banner-con p {
    font-size: 14px !important; }
  td.title-scale {
    height: 20px !important; }
  table.footer-wid-w3 {
    padding: 1em 2em; }
  td.sub-gd.counter-gd {
    width: 50%;
    display: inline-block; }
  td.sub-gd.counter-gd:nth-child(1), td.sub-gd.counter-gd:nth-child(2) {
    margin-bottom: 30px; } }

@media screen and (max-width: 440px) {
  td.w3ls_modi {
    font-size: 2em !important; }
  table.dairy {
    width: 100% !important;
    padding: 0 2em; }
  table.scale-90 {
    width: 100% !important;
    padding: 0 2em; } }

@media screen and (max-width: 414px) {
  .button-style-wthree {
    padding: 7px 28px; }
  table.scale {
    width: 300px !important; }
  .overlay-lavi {
    padding: 1em 1em; }
  td.sub-gd.counter-gd {
    margin: 1.5em 0; }
  .counter-text .num {
    font-size: 2em; }
  .email-section-tem {
    padding: 2em; }
  .logo-padding {
    padding: 1.2rem 1.5rem !important; } }

@media screen and (max-width: 384px) {
  .text.banner-con h2 {
    font-size: 24px !important;
    line-height: 30px !important; }
  .text.banner-con p {
    font-size: 13px; }
  td.main-text-paras {
    font-size: .9em !important; }
  td.h-t {
    font-size: 24px !important; }
  td.agileinfo_copy_right_space,
  td.agileinfo_footer_space {
    height: 20px !important; }
  .email-section-tem {
    padding: 0em .5em; } }

@media screen and (max-width: 378px) {
  .text.banner-con h2 {
    font-size: 22px !important; }
  .links-email a {
    margin-left: 10px; } }

@media screen and (max-width: 320px) {
  td.title-text {
    font-size: 1.5em !important; }
  table.header-w3ls {
    padding: 8px 15px; }
  td.w3ls_modi {
    font-size: 1.8em !important; }
  td.main-text-paras {
    font-size: .85em !important; }
  table.w3ls_banner_info {
    padding: 0 20px; }
  a.button-style-wthree-2 {
    padding: 8px 24px; }
  label.content {
    font-size: 14px; }
  table.dairy {
    padding: 0 1em; }
  a.agile-main-2 {
    font-size: 22px !important; }
  table.scale-90 {
    padding: 0 1.5em; }
  table.scale {
    width: 250px !important; } }

.error-block {
  padding: 60px 0;
  text-align: center;
  display: grid;
  min-height: 100vh;
  align-items: center;
  background: var(--bg-color); }

.error-block h2 {
  color: var(--theme-color);
  font-size: 15em;
  margin: 0;
  line-height: .8em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(transparent, transparent);
  background: url(../images/login.jpg) repeat 0px 0px;
  background-size: contain;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text; }

.error-block .right-grid {
  text-align: center; }

.error-block h3 {
  text-transform: uppercase;
  font-size: 30px;
  color: var(--heading-color);
  margin-top: 40px;
  font-weight: 600; }

.error-block p {
  margin-top: 10px;
  margin-bottom: 40px; }

.error-block .left-grid {
  align-self: center; }

.error-block a.home {
  font-size: 16px;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
  padding: 10px 35px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 35px;
  line-height: 25px; }

.error-block a.home:hover {
  color: var(--theme-color);
  background: none;
  border: 2px solid var(--theme-color); }

.error-block a.contact:hover {
  background: #333; }

.error-block a.contact {
  font-size: 16px;
  background: var(--theme-alt-color);
  color: #fff;
  padding: 12px 35px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 35px;
  line-height: 25px; }

@media (max-width: 768px) {
  .error-block h2 {
    font-size: 13em; } }

@media (max-width: 480px) {
  .error-block h2 {
    font-size: 10em; }
  .error-block h3 {
    font-size: 25px; }
  .error-block p {
    margin-bottom: 20px; } }

@media (max-width: 350px) {
  .error-block a.home {
    padding: 10px 30px;
    margin-right: 0px; }
  .error-block a.contact {
    padding: 12px 30px;
    margin-right: 5px; } }

.w3l-coming-main .coming-sub {
  background: url(../images/3.jpg) no-repeat center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  display: grid;
  align-items: center;
  padding: 30px 0;
  min-height: 100vh;
  z-index: 0; }

.w3l-coming-main .coming-sub:before {
  content: "";
  background: rgba(16, 16, 16, 0.57);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

.w3l-coming-main h3.big-day-count {
  color: #fff;
  font-size: 11em;
  line-height: 1em;
  font-weight: 100;
  position: relative; }

.w3l-coming-main h3.big-day-count sup {
  font-size: 35px;
  vertical-align: text-top;
  text-transform: capitalize;
  position: absolute; }

.w3l-coming-main p.days-count {
  color: #eee;
  font-size: 26px;
  font-weight: bold;
  position: relative; }

.w3l-coming-main p.days-count span {
  font-weight: 100;
  text-transform: uppercase;
  margin: 0 8px 0 3px;
  font-size: 16px; }

.w3l-coming-main p.days-count:before,
.w3l-coming-main p.days-count:after {
  content: "";
  background: rgba(255, 255, 255, 0.41);
  width: 90px;
  height: 2px;
  position: absolute;
  top: 15px;
  bottom: 0;
  margin: 0 auto; }

.w3l-coming-main p.days-count:before {
  left: 80px; }

.w3l-coming-main p.days-count:after {
  right: 86px; }

.w3l-coming-main h4.error-title-w3 {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  max-width: 550px;
  margin: auto; }

.w3l-coming-main .font-weight-bold {
  font-weight: bold; }

.main-content-coming {
  text-align: center;
  max-width: 700px;
  margin: auto; }

.w3l-coming-main .subscribe-w3ls {
  max-width: 550px;
  margin: auto;
  margin-top: 2em; }

.w3l-coming-main p.para-com-w3 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: 'Proza Libre', sans-serif; }

.w3l-coming-main form.d-grid {
  position: relative; }

.w3l-coming-main .form-group1 .form-control {
  width: 100%;
  color: #111;
  padding: 14px 25px;
  font-size: 16px;
  line-height: 25px;
  background: #fff;
  outline: none;
  border: none;
  border-radius: 35px; }

.w3l-coming-main a.brand-logo {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  font-family: 'Proza Libre', sans-serif; }

.w3l-coming-main a.brand-logo span.fa {
  color: var(--theme-color); }

.w3l-coming-main .button-eff {
  position: absolute;
  right: 0;
  padding: 10px 45px;
  border-radius: 35px;
  background: var(--theme-color);
  border: none;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  outline: none;
  top: 4px;
  bottom: 4px;
  right: 4px; }

.w3l-coming-main .button-eff:hover {
  background: var(--theme-alt-color); }

.w3l-coming-main .caption {
  margin-top: 3em; }

.w3l-coming-main .top-content {
  margin-top: 3em; }

.w3l-coming-main .caption ul li {
  display: inline-block; }

.w3l-coming-main .caption ul li a {
  width: 35px;
  height: 35px;
  margin: 0 2px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09); }

.w3l-coming-main .caption ul li a span {
  color: #fff;
  font-size: 16px;
  line-height: 35px; }

.w3l-coming-main .caption ul li a.iconf1:hover {
  background: #3b5998; }

.w3l-coming-main .caption ul li a.iconf2:hover {
  background: #00aced; }

.w3l-coming-main .caption ul li a.iconf3:hover {
  background: #0077b5; }

.w3l-coming-main .caption ul li a:hover span {
  color: #fff;
  transition: .2s; }

.w3l-coming-main .caption ul li a:hover {
  opacity: 1; }

.w3l-coming-main .logo-2:hover {
  opacity: 1; }

.w3l-coming-main .countdown {
  margin: 50px auto;
  display: table;
  font-size: 28px;
  font-weight: 500; }

.w3l-coming-main .countdown > div {
  float: left;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  margin: 0px 5px;
  font-size: 50px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.05);
  font-weight: bold;
  color: #fff;
  font-family: 'Proza Libre', sans-serif; }

.number {
  margin-top: 35px; }

.w3l-coming-main .countdown > div:last-child {
  border-right: none; }

.w3l-coming-main p {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 1px;
  text-transform: capitalize; }

.w3l-coming-main .countdown span {
  position: relative;
  display: block;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100; }

@media all and (max-width: 1200px) {
  .w3l-coming-main p.para-wid-error {
    font-size: 17px;
    padding: 9px 15px; }
  .w3l-coming-main h3.big-day-count {
    font-size: 9em; }
  .w3l-coming-main h3.big-day-count sup {
    font-size: 28px; }
  .w3l-coming-main p.days-count {
    font-size: 23px; }
  .w3l-coming-main p.days-count:before,
  .w3l-coming-main p.days-count:after {
    width: 60px; } }

@media all and (max-width: 768px) {
  .w3l-coming-main h4.error-title-w3 {
    font-size: 40px; } }

@media all and (max-width: 737px) {
  .w3l-coming-main .countdown > div {
    min-width: 115px;
    min-height: 115px;
    font-size: 40px;
    line-height: 35px; } }

@media all and (max-width: 640px) {
  .w3l-coming-main .form-group1 .form-control {
    font-size: 15px; } }

@media (max-width: 508px) {
  .w3l-coming-main h3.big-day-count sup {
    font-size: 22px; }
  .w3l-coming-main p.days-count {
    font-size: 20px; }
  .w3l-coming-main p.para-wid-error {
    font-size: 15px; } }

@media (max-width: 480px) {
  .w3l-coming-main .countdown > div {
    min-width: 105px;
    min-height: 105px;
    font-size: 35px;
    line-height: 30px;
    margin: 0px 2px; } }

@media (max-width: 415px) {
  .w3l-coming-main h4.error-title-w3 {
    font-size: 30px; }
  .w3l-coming-main .countdown {
    margin: 50px 50px 20px 50px; }
  .w3l-coming-main .countdown > div {
    min-width: 125px;
    min-height: 125px;
    font-size: 35px;
    line-height: 35px;
    margin: 5px 5px; } }

@media (max-width: 384px) {
  .w3l-coming-main h4.error-title-w3 {
    font-size: 28px; }
  .w3l-coming-main button.btn {
    padding: 10px 35px; }
  .w3l-coming-main .countdown {
    margin: 50px 40px 20px 40px; } }

@media (max-width: 380px) {
  .w3l-coming-main .countdown {
    margin: 50px 30px 20px 30px; } }

@media (max-width: 370px) {
  .w3l-coming-main .countdown {
    margin: 50px 25px 20px 25px; }
  .w3l-coming-main button.btn {
    padding: 10px 30px; } }

.w3l-products-8 {
  padding-top: 70px; }

.w3l-products-8 .d-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  justify-content: center;
  align-items: center; }

.w3l-products-8 .prod-column1 {
  background-image: url(../images/charge.jpg);
  background-size: cover;
  min-height: 300px;
  text-align: center;
  border-radius: 8px; }

.w3l-products-8 .prod-column2 {
  background-image: url(../images/battery.jpg);
  background-size: cover;
  min-height: 300px;
  text-align: center;
  border-radius: 8px; 
  align-content: center;}

.w3l-products-8 .prod-column3 {
  background-image: url(../images/installation.jpg);
  background-size: cover;
  min-height: 300px;
  text-align: center;
  border-radius: 8px; }

.w3l-products-8 .layer {
  min-height: inherit;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px; }

.w3l-products-8 .prod-body {
  background: rgba(0, 0, 0, 0.45);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 15px 0; }

.w3l-products-8 h1.prod-title {
  font-size: 22px;
  line-height: 30px;
  color: #f9fcff;
  font-weight: 500;
  text-transform: capitalize; }

.w3l-products-8 img.arrow {
  margin-left: 15px; }

@media (max-width: 1024px) {
  .w3l-products-8 .prod-column1,
  .w3l-products-8 .prod-column2,
  .w3l-products-8 .prod-column3 {
    min-height: 420px; } }

@media (max-width: 991px) {
  .w3l-products-8 h1.prod-title {
    font-size: 20px; } }

@media (max-width: 900px) {
  .w3l-products-8 {
    padding-top: 50px; } }

@media (max-width: 800px) {
  .w3l-products-8 .prod-column1,
  .w3l-products-8 .prod-column2,
  .w3l-products-8 .prod-column3 {
    min-height: 250px; } }

@media (max-width: 767px) {
  .w3l-products-8 .d-grid {
    display: grid;
    grid-template-columns: 1fr; }
  .w3l-products-8 {
    padding-top: 40px; } }

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

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

a.a-block {
  display: block; }

.w3l-products-2 .pagination {
  display: flex;
  margin-top: 3em;
  justify-content: center; }

.w3l-products-2 .page-item.active .page-link {
  background: var(--theme-color);
  color: #fff; }

.w3l-products-2 .page-link {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 15px;
  color: var(--para-color);
  background: #fff;
  border-radius: 5px;
  margin-right: 5px;
  font-family: 'Proza Libre', sans-serif;
  box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09); }

.w3l-products-2 .page-link:hover {
  background: var(--theme-color);
  color: #fff; }

.w3l-products-2 .product {
  padding: 60px 0;
  background: var(--bg-color); }

.w3l-products-2 .product-para {
  line-height: 25px;
  font-size: 17px;
  font-weight: 700;
  margin-top: 20px; 
    float: none; 
    color: #000 !important;}
	.w3l-products-2 .product-para p{ color: #000 !important;}

.w3l-products-2 .product-head {
  text-align: center;
  line-height: 40px;
  font-size: 35px; }
.img-sd{padding:20px;display:block;border:1px solid #ddd;}
.w3l-products-2 img {
  max-width: 150px;
  margin: auto;
  padding-bottom: 20px; }

.w3l-products-2 .paragraph {
  margin-top: 10px; 
  text-align:center;
      font-size: 14px;
    line-height: 24px;
    color: #000;}

.w3l-products-2 .main {
  margin-top: 40px; }

.w3l-products-2 .price {
  text-decoration: line-through;
  padding-top: 20px;
  line-height: 25px;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  border-top: 2px solid #eee; }

.column1,
.column2,
.column3,
.column4 {
  border-radius: 0.37rem;
  padding: 18px 20px;
  background: #fff;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

.column1:hover,
.column2:hover,
.column3:hover,
.column4:hover {
  box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

@media (max-width: 992px) {
  .w3l-products-2 .grid-column-2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px; } }

@media (max-width: 767px) {
  .w3l-products-2 .grid-column-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-products-2 .product {
    padding: 50px 0; } }

@media (max-width: 480px) {
  .w3l-products-2 .grid-column-2 {
    grid-column-gap: 10px; }
  .w3l-products-2 .product {
    padding: 40px 0; }
  .w3l-products-2 .price {
    font-size: 16px; }
  .column1,
  .column2,
  .column3,
  .column4 {
    padding: 17px 15px; }
  .w3l-products-2 .page-link {
    font-size: 16px; } }

@media (max-width: 440px) {
  .w3l-products-2 .pagination {
    display: block;
    flex-direction: initial; }
  .w3l-products-2 .pagination li {
    display: inline-block;
    margin-bottom: 8px; } }

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

.features-photo-7 {
  /* titels-7 */
  /*-- single-page --*/
  /*-- Ratings --*/
  /*-- //Ratings --*/
  /*-- //single-page --*/
  /*******************KEYFRAMES*******************/
  /******************MEDIA QUERYS******************/
  /* responsive code */ }

.features-photo-7 .features-photo-7_sur {
  padding: 70px 0; }

.features-photo-7 .features-photo-7_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px; }

.features-photo-7 .feat_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 40px; }

.features-photo-7 .features-photo-7_top h4 {
  margin-bottom: 24px;
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color); }

.features-photo-7 .features-photo-7_top h5 a {
  color: var(--heading-color);
  text-decoration: none; }

.features-photo-7 .features-photo-7_top h5 a:hover {
  opacity: 0.8; }

.features-photo-7 .features-photo-7_top p {
  font-size: 17px;
  line-height: 25px;
  color: var(--para-color); }

.features-photo-7 .gallery-7_sur {
  padding: 70px 0;
  background: #F5F9FC; }

.features-photo-7 .galleryContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  position: relative; }

.features-photo-7 .gallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 2px solid #ededed;
  padding: 30px; }

.features-photo-7 .gallery input {
  display: none; }

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

.features-photo-7 .gallery > img:first-of-type {
  position: relative !important;
  display: flex !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1; }

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

.features-photo-7 .arrowsContainer img {
  width: 100px;
  background: white;
  opacity: 0.4;
  padding-bottom: 20px;
  transition: 0.1s ease; }

.features-photo-7 .leftArrow {
  border-top-right-radius: 10px;
  position: absolute;
  bottom: -20px;
  left: -30px;
  padding-left: 40px;
  padding-right: 15px; }

.features-photo-7 .rightArrow {
  border-top-left-radius: 10px;
  position: absolute;
  bottom: -20px;
  right: -30px;
  padding-right: 40px;
  padding-left: 15px; }

.features-photo-7 .leftArrow:active,
.features-photo-7 .rightArrow:active {
  transform: scale(0.95, 0.95); }

.features-photo-7 .thumbnails {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: 5%;
  z-index: 1;
  margin-top: 10px;
  /*border-left: 6px solid black;*/
  scroll-snap-type: mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; }

.features-photo-7 .thumbnailImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.features-photo-7 .thumbnailImage {
  margin: 0 5px;
  -moz-scroll-snap-align: start;
  -ms-scroll-snap-align: start;
  scroll-snap-align: start; }

.features-photo-7 .thumbnailImage:first-child {
  margin-left: 0px; }

.features-photo-7 .thumbnailImage:last-child {
  margin-right: 0px; }

.features-photo-7 #c1:checked + #i1 {
  opacity: 1; }

.features-photo-7 #c2:checked + #i2 {
  opacity: 1; }

.features-photo-7 #c3:checked + #i3 {
  opacity: 1; }

.features-photo-7 #c4:checked + #i4 {
  opacity: 1; }

.features-photo-7 #c5:checked + #i5 {
  opacity: 1; }

.features-photo-7 #c6:checked + #i6 {
  opacity: 1; }

.features-photo-7 #c7:checked + #i7 {
  opacity: 1; }

.features-photo-7 #c8:checked + #i8 {
  opacity: 1; }

.features-photo-7 #c9:checked + #i9 {
  opacity: 1; }

.features-photo-7 #c10:checked + #i10 {
  opacity: 1; }

.features-photo-7 #c11:checked + #i11 {
  opacity: 1; }

.features-photo-7 #c12:checked + #i12 {
  opacity: 1; }

.features-photo-7 #c13:checked + #i13 {
  opacity: 1; }

.features-photo-7 #c1:checked + #i1 + #arrows1 {
  display: flex; }

.features-photo-7 #c2:checked + #i2 + #arrows2 {
  display: flex; }

.features-photo-7 #c3:checked + #i3 + #arrows3 {
  display: flex; }

.features-photo-7 #c4:checked + #i4 + #arrows4 {
  display: flex; }

.features-photo-7 #c5:checked + #i5 + #arrows5 {
  display: flex; }

.features-photo-7 #c6:checked + #i6 + #arrows6 {
  display: flex; }

.features-photo-7 .thumbnails label,
.features-photo-7 .arrowsContainer label {
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #ededed; }

.features-photo-7 .thumbnails label img {
  transition: 0.3s ease; }

.features-photo-7 .thumbnails label img:hover {
  transform: scale(1.2, 1.2); }

.features-photo-7 label:focus {
  box-shadow: 0px 0px 7px 1px white; }

.features-photo-7 .single-right-left h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--heading-color);
  line-height: 30px; }

.features-photo-7 .single-right-left p {
  margin: 10px 0 15px; }

.features-photo-7 .single-right-left p label {
  color: var(--heading-color);
  text-transform: capitalize; }

.features-photo-7 .single-right-left del {
  margin: 0 10px 0 4px;
  font-size: 14px;
  color: #999; }

.features-photo-7 .rating1 {
  direction: ltr; }

.features-photo-7 .rating {
  margin-bottom: 20px; }

.features-photo-7 .starRating:not(old) {
  display: inline-block;
  height: 18px;
  width: 100px;
  overflow: hidden; }

.features-photo-7 .starRating:not(old) > input {
  margin-right: -26%;
  opacity: 0; }

.features-photo-7 .starRating:not(old) > label {
  float: right;
  background: url(../images/star1.html);
  background-size: contain;
  margin-right: 2px; }

.features-photo-7 .starRating:not(old) > label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/star22.html);
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s linear; }

.features-photo-7 .starRating:not(old) > label:hover:before,
.features-photo-7 .starRating:not(old) > label:hover ~ label:before,
.features-photo-7 .starRating:not(:hover) > :checked ~ label:before {
  opacity: 1; }

.features-photo-7 .single-infoagile ul li {
  display: block;
  margin-bottom: 8px;
  color: var(--para-color); }

.features-photo-7 .single-infoagile ul li a {
  color: var(--heading-color);
  font-weight: 600; }

.features-photo-7 .single-infoagile ul li a:hover {
  color: var(--theme-color); }

.features-photo-7 .single-infoagile ul li.offers a {
  font-weight: normal; }

.features-photo-7 .product-single-w3l {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 25px; }

.features-photo-7 .product-single-w3l p span {
  color: var(--theme-color);
  margin-right: 6px; }

.features-photo-7 .product-single-w3l p a {
  color: var(--para-color);
  text-transform: capitalize;
  font-size: 16px; }

.features-photo-7 .product-single-w3l p a:hover {
  color: var(--theme-color); }

.features-photo-7 span.item_price {
  font-size: 20px;
  color: var(--heading-color);
  font-weight: 600;
  font-family: 'Proza Libre', sans-serif; }

.features-photo-7 .sec-grid-1 label {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--heading-color);
  display: block; }

.features-photo-7 .sec-grid-1 select span {
  color: var(--theme-color); }

.features-photo-7 .sec-grid-1 select, .features-photo-7 input {
  border: 1px solid rgba(51, 51, 51, 0.25);
  padding: 10px;
  width: 120px;
  font-size: 14px;
  color: #585858;
  background: transparent; }

.features-photo-7 ul.rating li {
  list-style-type: none;
  display: inline-block;
  color: var(--para-color); }

.features-photo-7 ul.rating li span.fa {
  font-size: 14px;
  color: var(--theme-color); }

.features-photo-7 .product-single-w3l ul li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 25px;
  color: #555A64; }

.features-photo-7 .occasion-cart .snipcart-details {
  margin-top: 30px; }

.features-photo-7 a.actionbg {
  text-align: center;
  cursor: pointer;
  padding: 10px 30px;
  display: inline-block;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  border-radius: 35px;
  font-size: 16px;
  line-height: 25px; }

.features-photo-7 a.actionbg:hover {
  background: var(--theme-color);
  color: #fff; }

.features-photo-7 a.actionbg1 {
  border: none;
  display: inline-block;
  font-size: 16px;
  background: var(--theme-alt-color);
  color: #fff;
  padding: 10px 35px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 35px;
  line-height: 25px; }

.features-photo-7 a.actionbg1:hover {
  background: #222; }

@media screen and (max-width: 992px) {
  .features-photo-7 .features-photo-7_top {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px; }
  .features-photo-7 .features-photo-7_sur {
    padding: 50px 0; } }

@media screen and (max-width: 568px) {
  .features-photo-7 .feat_top {
    grid-template-columns: 1fr; }
  .features-photo-7 .features-photo-7_sur {
    padding: 40px 0; } }

@media screen and (max-width: 480px) {
  .features-photo-7 .features-photo-7_top h4 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 36px; }
  .features-photo-7 .gallery {
    padding: 10px; }
  .features-photo-7 .single-right-left h3 {
    font-size: 20px;
    line-height: 27px; } }

@media screen and (max-width: 415px) {
  .features-photo-7 .single-right-left h3 {
    font-size: 18px;
    line-height: 25px; } }

@media screen and (max-width: 320px) {
  .features-photo-7 .features-photo-7_top h4 {
    font-size: 28px;
    line-height: 32px; } }

.cart-page-1 {
  padding: 70px 0; }

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

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

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

.timetable_sub td {
  padding: 25px;
  font-size: 14px;
  color: var(--heading-color);
  border-bottom: 1px solid #ddd; }

.timetable_sub tr.total td {
  border-bottom: 1px solid transparent; }

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

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

td.product-name a {
  font-size: 19px;
  color: var(--heading-color);
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 800px; }

td.product-name span {
  cursor: pointer;
  font-size: 15px;
  color: var(--heading-color);
  font-weight: 600;
  transition: color 0.2s ease-in-out; }

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

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

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

td.price {
  color: var(--heading-color);
  font-size: 17px;
  font-weight: 600;
  font-family: 'Proza Libre', sans-serif; }

.rem {
  position: relative; }

.close1,
.close2,
.close3 {
  cursor: pointer;
  font-size: 15px;
  color: var(--heading-color);
  font-weight: 600;
  transition: color 0.2s ease-in-out; }

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

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

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

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

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

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

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

.extra-info {
  grid-template-columns: auto auto 1fr;
  display: grid;
  align-items: center;
  grid-gap: 20px; }

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

.cart-page-1 h5 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--heading-color);
  text-align: right; }

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

.checkout-right-basket a.shop {
  font-size: 16px;
  line-height: 25px;
  background: var(--theme-alt-color);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  outline: none;
  cursor: pointer;
  border-radius: 35px; }

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

.checkout-right-basket a.proceed:hover {
  background: var(--theme-color);
  color: #fff; }

.checkout-right-basket a.proceed {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
  margin-left: 5px;
  border-radius: 35px; }

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

/*-- //payment button --*/
/*--/responsive-code--*/
@media (max-width: 1080px) {
  td.product-name a {
    max-width: 600px; } }

@media (max-width: 992px) {
  td.product-name a {
    max-width: 350px; } }

@media (max-width: 737px) {
  .timetable_sub td {
    padding: 15px; }
  td.product-name a {
    max-width: 250px; }
  .extra-info {
    grid-gap: 10px; } }

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

@media (max-width: 480px) {
  .timetable_sub td.invert {
    padding: 0px 3px; } }

@media (max-width: 415px) {
  .cart-page-1 h5 {
    font-size: 15px; }
  .checkout-right tr {
    grid-template-columns: 30% auto; } }

@media (max-width: 384px) {
  td.product-name a {
    max-width: 200px; }
  .checkout-right tr {
    grid-template-columns: 23% auto; }
  .timetable_sub td {
    padding: 5px 5px; }
  .extra-info {
    grid-template-columns: 1fr 1fr 1fr; }
  td.product-name span {
    font-size: 13px; }
  .checkout-right-basket a.proceed, .checkout-right-basket a.shop {
    padding: 10px 25px;
    margin-left: 0px; } }

.contacts-9-main .d-grid {
  display: grid; }

.contacts-9-main .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.contacts-9-main .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.contacts-9-main .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.contacts-9-main a.action img {
  margin-left: 4px; }

.contacts-9-main .top-map {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }

.contacts-9-main .cont-details span.fa {
  margin-right: 10px;
  color: var(--theme-alt-color); }

.contacts-9-main .partners h5 {
  color: var(--heading-color);
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  display: inline-block; }

.partners p {
  margin-bottom: 5px; }

.partners p span.fa {
  color: var(--theme-alt-color); }

.partners p a {
  color: var(--heading-color);
  font-family: 'Proza Libre', sans-serif;
  font-size: 16px; }

.partners p a:hover {
  color: var(--theme-alt-color); }

.contacts-9-main .cont-details h5 {
  color: var(--heading-color);
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px; }

.contacts-9-main .cont-details p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--para-color); }

.contacts-9-main .cont-details p a {
  color: var(--heading-color);
  font-family: 'Proza Libre', sans-serif;
  font-size: 16px; }

.contacts-9-main .cont-details p a:hover {
  color: var(--theme-alt-color); }

.contacts-9-main .cont-details address {
  margin: 0px 0 10px; }

.contacts-9-main .cont-details address p {
  margin: 10px 0; }

.contacts-9-main .contacts-9 {
  padding: 70px 0; }

.contacts-9-main h4.sub-feat-text {
  color: var(--tittle-color);
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px; }

.contacts-9-main p.sub-para {
  color: var(--text-color);
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 40px; }

.contacts-9-main .map iframe {
  width: 100%;
  height: 100%; }

.cont-details h6 {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px; }

.cont-details h6 a {
  font-size: 16px;
  color: #444; }

.margin-top {
  margin-top: 20px; }

.hours {
  margin-top: 40px; }

.form {
  margin-top: 60px; }

.hours h6 {
  color: var(--heading-color);
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  text-decoration: underline; }

.hours p {
  font-size: 15px;
  margin-bottom: 2px;
  font-family: 'Proza Libre', sans-serif; }

.contacts-9-main .map-content-9 form input,
.contacts-9-main .map-content-9 form select,
.contacts-9-main .map-content-9 form textarea {
  background: #f9f9f9;
  border: 2px solid #e6e6e6;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 20px;
  width: 100%;
  border-radius: 50px;
  text-transform: capitalize; }

.contacts-9-main .map-content-9 form select {
  -webkit-appearance: none;
  width: 100%;
  background: #f9f9f9 url(../images/down.png) no-repeat 92% 52%;
  color: #777; }

.form .input-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px; }

.contacts-9-main .map-content-9 h5 {
  color: var(--heading-color);
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px; }

.contacts-9-main .map-content-9 form textarea {
  resize: none;
  min-height: 100px;
  margin: 15px 0; }

.contacts-9-main .map-content-9 form input:focus,
.contacts-9-main .map-content-9 form textarea:focus {
  outline: 1px solid var(--icon-color); }

.contacts-9-main button {
  border: none;
  cursor: pointer;
  padding: 10px 50px;
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  line-height: 25px; }

.contacts-9-main button:hover {
  background: var(--theme-alt-color); }

.contacts-9-main .contacts-sub-9 address h4 {
  margin-bottom: 10px; }

.contacts-9-main .contacts-sub-9 address a {
  display: block; }

@media (max-width: 992px) {
  .contacts-9-main .contacts-9 {
    padding: 60px 0; }
  .contacts-9-main .top-map {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  .contacts-9-main .map {
    order: 2;
    grid-column: span 2; }
  .contacts-9-main .map-content-9 {
    order: 1; }
  .contacts-9-main .cont-details p,
  .contacts-9-main .cont-details p a {
    font-size: 16px; }
  .contacts-9-main .map iframe {
    height: 350px; } }

@media (max-width: 800px) {
  .contacts-9-main h4.sub-feat-text {
    margin-bottom: 10px;
    font-size: 33px; }
  .contacts-9-main p.sub-para {
    font-size: 15px; } }

@media (max-width: 736px) {
  .contacts-9-main .top-map {
    grid-template-columns: 1fr;
    grid-gap: 25px; }
  .contacts-9-main .map {
    order: 2;
    grid-column: span 1; } }

@media (max-width: 600px) {
  .contacts-9-main .contacts-9 {
    padding: 50px 0; }
  .form .input-grids {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 568px) {
  .contacts-9-main .contacts-9 {
    padding: 40px 0; } }

@media (max-width: 480px) {
  .contacts-9-main h4.sub-feat-text {
    margin-bottom: 8px;
    font-size: 30px; }
  .contacts-9-main p.sub-para {
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 20px; }
  .contacts-9-main .twice-two {
    grid-template-columns: 1fr; }
  .contacts-9-main button {
    width: 100%; }
  .contacts-9-main .partners h5 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px; }
  .form .input-grids {
    grid-template-columns: 1fr; }
  .contacts-9-main .map iframe {
    height: 300px; } }

@media (max-width: 384px) {
  .contacts-9-main h4.sub-feat-text {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px; } }


