:root {
  --btn-color: #ffae00;
  --icon-color: #1b280a;
  --prev-color: #00632c;
  --opposite-color: #5e9319;
  --text-color: #777777;
  --title-color: #000000;
  --white-color: #ffffff; }
  .placetobottom
  {position:absolute;
	bottom:0px;
  left: 0;
  }

html {
  scroll-behavior: smooth; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

* {
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,0.6) url(../images/animatethinking.gif)  center no-repeat;
	/*background: linear-gradient(to bottom, #000080, #00498D);*/
}
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}
@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; } }

.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

.img-responsive {
  max-width: 100%;
  display: block; }

.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; }
.ddinside {
	width: 32%;
	float:left;
	margin-right:5px;
}
button,
input,
select {
  -webkit-appearance: none;
  outline: none; }

button,
.btn,
select {
  cursor: pointer; }

a {
  text-decoration: none; }

iframe {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-sticky {
  position: -webkit-sticky;
  position: sticky; }

a.actionbg.btn {
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  color: #000000;
  background: var(--btn-color);
  border: 1px solid var(--btn-color);
  text-align: center;
  padding: 10px 30px;
  border-radius: 0.25rem;
  margin-top: 2em; }

a.actionbg.btn:hover {
  background: #df9b08;
  border: 1px solid #df9b08; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }
  .logoimage
  {
	  display:inline;
  }
.logotext
  {
	  display:inline;
  }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }
  
.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w3l-top-menu-1 {
  /*-- Bottom Menu Styling --*/
  /*-- //Bottom Menu Styling --*/
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-top-menu-1 .top-hd {
    background: #000000;
    padding: 16px 0px; }
  .w3l-top-menu-1 .top-head li {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0px 10px;
    display: inline-block; }
  .w3l-top-menu-1 .top-head li:nth-child(1) {
    margin-left: 0; }
  .w3l-top-menu-1 .top-head li span.fa {
    font-size: 16px;
    color: #ffffff; }
  .w3l-top-menu-1 ul li {
    display: inline-block; }
  .w3l-top-menu-1 .accounts li span.fa {
    padding-right: 5px; }
  .w3l-top-menu-1 .accounts {
    text-align: right; }
  .w3l-top-menu-1 .accounts li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff; }
  .w3l-top-menu-1 .accounts li:nth-child(3) {
    margin-right: 0; }
  .w3l-top-menu-1 .d-grid {
    display: grid; }
  .w3l-top-menu-1 .grid-columns-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  @media (max-width: 1024px) {
    .w3l-top-menu-1 .grid-columns-2 {
      grid-template-columns: 1fr 2fr; } }
  @media (max-width: 800px) {
    .w3l-top-menu-1 .grid-columns-2 {
      grid-template-columns: 1fr 3fr; } }
  @media (max-width: 667px) {
    .w3l-top-menu-1 li.top_li {
      display: none; }
    .w3l-top-menu-1 .accounts li {
      margin: 0; }
    .w3l-top-menu-1 .grid-columns-2 {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 384px) {
    .w3l-top-menu-1 .top-head li {
      margin: 0px 6px; } }

.w3l-header-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  background: linear-gradient(to bottom, #020c1f, #0e203e);
  z-index: 9; }

.w3l-header-4 .button span.fa {
  color: var(--icon-color); }

.w3l-header-4 #headers4-block {
	background-color: #fff;
	background: linear-gradient(to bottom, #020c1f, #0e203e);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9;
	border-bottom: 1px solid #eee;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.w3l-header-4 .header-align {
  grid-template-columns: 1fr auto auto;
  align-items: center; }

.w3l-header-4 a.brand-logo {
  color: var(--tittle-color);
  font-weight: bold;
  font-size: 36px; }

.w3l-header-4 input#nav {
  display: none; }

.w3l-header-4 label.nav {
  display: none; }

.w3l-header-4 ul.nav-links li {
  display: inline-block;
  font-weight: 400; }

.w3l-header-4 ul.nav-links li:last-child {
  margin-left: auto; }

.w3l-header-4 ul.nav-links li a {
  font-size: 15px;
  color: #3b5266;
  text-decoration: none;
  padding: 0px 17px;
  display: block; }

.w3l-header-4 ul.nav-links li a:hover {
  color: #000000; }

.w3l-header-4 a.actionbg {
  font-size: 16px;
  text-align: center;
  color: #F5F9FC;
  background: var(--theme-color);
  width: 90px;
  height: 37px;
  line-height: 35px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.5s ease-out; }

.w3l-header-4 a.actionbg:hover {
  background: #6b7fff;
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.5s ease-out; }

.w3l-header-4 .toggle-2,
.w3l-header-4 .toggle,
.w3l-header-4 [id^=drop] {
  display: none; }

.w3l-header-4 nav {
  margin: 0;
  padding: 0;
  margin-top: 5px; }

.w3l-header-4 #logo a {
  float: left; }

.w3l-header-4 #logo a img {
  height: 30px; }

.w3l-header-4 nav:after {
  content: "";
  display: table;
  clear: both; }

.w3l-header-4 nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }

.w3l-header-4 nav ul li {
  display: inline-block;
  margin: 0px 15px;
  position: relative; }

.w3l-header-4 nav ul li:last-child {
  margin-right: 30px; }

.w3l-header-4 nav a {
	font-weight: 400;
	display: inline-block;
	transition: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #ffae00;
	text-transform: capitalize;
}

.w3l-header-4 .angle-dropdown {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1em;
  vertical-align: .16em;
  content: "";
  border-top: 0.3em solid #797979;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent; }

.w3l-header-4 .angle-dropdown-sub {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1em;
  vertical-align: .16em;
  content: "";
  border-top: 0.3em solid #797979;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
  transform: rotate(-90deg); }

.w3l-header-4 nav a:hover {
  color: #FFF; }

.w3l-header-4 nav ul ul {
  display: none;
  position: absolute;
  top: 28px;
  width: 162px;
  left: 0;
  background: #fff;
  background: linear-gradient(to bottom, #020c1f, #0e203e);
  z-index: 999;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid var(--theme-color);
  border-radius: 3px; }

.w3l-header-4 nav ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 160px;
  width: 160px;
  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; }

.w3l-header-4 nav ul li:hover > ul {
  display: inherit; }

.w3l-header-4 nav ul ul li {
  width: 160px;
  float: none;
  display: list-item;
  position: relative;
  margin: 2px 0; }

.w3l-header-4 nav ul ul li a {
  display: block;
  padding: 5px 12px; }

.w3l-header-4 nav a {
  padding: 5px 0; }

.w3l-header-4 nav ul ul li a:hover {
 
  transition: 0.3s ease; }

.w3l-header-4 nav ul ul ul li {
  position: relative;
  top: 0;
  left: 0px;
  /* has to be the same number as the "width" of "nav ul ul li" */ }

.w3l-header-4 li > a:only-child:after {
  content: ''; }

@media all and (max-width: 992px) {
  .w3l-header-4 .navigation {
    float: none; }
  .w3l-header-4 a.actionbg {
    display: none; }
  .w3l-header-4 .logo {
    float: left; }
  .w3l-header-4 .nav-mobile-block {
    display: block !important; }
  .w3l-header-4 nav a.border-left {
    border-left: none !important; }
  .w3l-header-4 .toggle + a,
  .w3l-header-4 .menu {
    display: none; }
  .w3l-header-4 .toggle {
     display: block;
    text-decoration: none;
    border: none;
    float: right;
    margin-bottom: 0;
    cursor: pointer;
    color: #fff;
    background: var(--icon-color);
    padding: 7px 10px;
    border-radius: 3px;
    margin-top: 7px; }
  .w3l-header-4 .menu .toggle {
    float: none;
    margin: auto;
    padding: 5px 0;
    font-weight: normal;
    font-size: 15px;
    background: transparent;
    color: #111; }
  .w3l-header-4 .toggle:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all; }
  .w3l-header-4 [id^=drop]:checked + ul {
    display: block;
    padding: 10px 15px;
    background: #fff;
	background: linear-gradient(to bottom, #020c1f, #0e203e);
    width: 100%;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    max-height: 400px; }
  .w3l-header-4 nav ul ul::-webkit-scrollbar, .w3l-header-4 .w3l-header-4 ul.menu::-webkit-scrollbar {
    width: 4px; }
  .w3l-header-4 nav ul ul::-webkit-scrollbar-track, .w3l-header-4 .w3l-header-4 ul.menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 5px; }
  .w3l-header-4 nav ul ul::-webkit-scrollbar-thumb, .w3l-header-4 .w3l-header-4 ul.menu::-webkit-scrollbar-thumb {
    background: rgba(82, 82, 82, 0.4);
	 }
  .w3l-header-4 nav ul {
    float: right; }
  .w3l-header-4 nav {
    margin: 0 0 0 0px;
    order: 3; }
	.logoimage
  {
	  display:inline;
  }
.logotext
  {
	  display:none;
  }
  .w3l-header-4 nav ul li {
    display: block;
    width: 100%;
    margin: 0;
	 }
	.w3l-header-4 nav a{
   font-size:14px;
	 }
  .w3l-header-4 nav a:hover,
  .w3l-header-4 nav ul ul ul a {
    background-color: transparent;
	 }
  .w3l-header-4 nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */ }
  .w3l-header-4 nav ul ul li:hover > ul,
  .w3l-header-4 nav ul li:hover > ul {
    display: none; }
  .w3l-header-4 nav ul ul li {
    display: block;
    width: 100%;
    padding: 0; }
  .w3l-header-4 nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */ }
  .w3l-header-4 .navigation nav a {
    margin: 8px 0; }
  .w3l-header-4 label.toggle.toogle-2,
  .w3l-header-4 label.toggle.toogle-3,
  .w3l-header-4 label.toggle.toogle-4,
  .w3l-header-4 label.toggle.toogle-5,
  .w3l-header-4 label.toggle.toogle-6 {
    display: inline-block;
    transition: none;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #000; }
  .w3l-header-4 nav ul ul {
    border-left: 2px solid var(--theme-color);
    border-top: none; }
  .w3l-header-4 nav ul ul ul {
    border-left: 2px solid var(--theme-color);
    border-top: none;
    position: static; }
  .w3l-header-4 nav ul ul li a {
    padding: 5px 0px; }
  .w3l-header-4 .angle-dropdown-sub {
    transform: rotate(0deg); }
  .w3l-header-4 .button span.fa {
    font-size: 20px; }
  .w3l-header-4 .button {
    position: absolute;
    top: 1.5em;
    right: 14em; } }

@media (max-width: 900px) {
  .w3l-header-4 .button {
    right: 11em; } }

@media (max-width: 800px) {
  .w3l-header-4 .logo,
  .w3l-header-4 .button {
    z-index: 9; }
  .w3l-header-4 a.actionbg {
    width: 90px;
    height: 35px;
    line-height: 35px; }
  .w3l-header-4 .button {
    right: 8em; } }

@media (max-width: 768px) {
  .w3l-header-4 .button {
    right: 7em; } }

@media (max-width: 736px) {
  .w3l-header-4 .button {
    right: 12em; } }

@media (max-width: 668px) {
  .w3l-header-4 .button {
    right: 10em; } }

@media (max-width: 641px) {
  .w3l-header-4 .button {
    right: 9em; } }

@media (max-width: 601px) {
  .w3l-header-4 .button {
    right: 8em; } }

@media (max-width: 569px) {
  .w3l-header-4 .button {
    right: 6em; } }

@media (max-width: 441px) {
  .w3l-header-4 .button {
    top: 1.2em; } }

@media (max-width: 440px) {
  .w3l-header-4 #headers4-block {
    padding: 5px 0; }
  .w3l-header-4 [id^=drop]:checked + ul {
    max-height: 300px; } }

@media (max-width: 320px) {
  .w3l-header-4 a.brand-logo {
    font-size: 30px; }
  .w3l-header-4 .toggle {
    margin-top: 2px; }
  .w3l-header-4 .button {
    right: 5.8em;
    top: 0.9em; } }

.w3l-header-4 .fullwidth-overlay-menu {
  position: relative; }

.w3l-header-4 .topmenu4-expand {
  cursor: pointer; }

.w3l-header-4 .top-menu4-icon:hover {
  opacity: 0.9; }

.w3l-header-4 .fullwidth-overlay-menu input {
  display: none; }

.w3l-header-4 .top-menu4-icon label.close {
  text-transform: uppercase;
  text-align: center; }

.w3l-header-4 .top-menu4-icon label.close:hover {
  cursor: pointer; }

.w3l-header-4 .expanded-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999; }

.w3l-header-4 .expanded-menu label.close {
  width: 4%;
  position: absolute;
  left: 48%;
  top: 11px;
  cursor: pointer;
  z-index: 999;
  color: #fff;
  font-size: 30px;
  text-align: center; }

.w3l-header-4 .expanded-menu nav {
  text-align: center;
  position: relative;
  top: 50%;
  font-size: 54px;
  transform: translateY(-50%); }

.w3l-header-4 .expanded-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative; }

.w3l-header-4 .expanded-menu ul li {
  margin: 20px 0;
  float: left;
  width: 33.333%; }

.w3l-header-4 .expanded-menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 20px; }

.w3l-header-4 .expanded-menu ul li a:hover,
.w3l-header-4 .expanded-menu ul li a:focus {
  opacity: 0.8; }

.w3l-header-4 .top-menu4-icon ~ .expanded-menu-effect {
  opacity: 0;
  visibility: hidden; }

.w3l-header-4 #view:checked ~ .expanded-menu-effect {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s; }

.w3l-header-4 .expanded-menu-effect nav {
  -moz-perspective: 300px; }

.w3l-header-4 .expanded-menu-effect nav ul {
  opacity: 0.4;
  transform: translateX(-25%) rotateY(85deg);
  transition: transform 0.5s, opacity 0.5s; }

.w3l-header-4 #view:checked ~ .expanded-menu-effect nav ul {
  opacity: 1;
  transform: rotateY(0deg); }

.w3l-header-4 #view:not(:checked) ~ .expanded-menu-effect nav ul {
  transform: translateX(25%) rotateY(-85deg); }

.w3l-header-4 .popup form input[type="search"] {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  border: none;
  height: 50px;
  background: #fff;
  padding-left: 15px;
  width: 100%; }

.w3l-header-4 .popup form button {
  border: none;
  min-width: 113px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #000000;
  background: var(--btn-color);
  width: 90px;
  line-height: 35px;
  display: inline-block;
  border-radius: 0px 3px 3px 0px;
  transition: 0.5s ease-out; }

.w3l-header-4 .popup form button:hover {
  background: #cc8d04; }

.w3l-header-4 .popup form input:focus {
  outline: none;
  border: none; }

.w3l-header-4 .pop-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.97);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.85);
  height: 100vh; }

.w3l-header-4 .pop-overlay:target {
  visibility: visible;
  opacity: 1; }

.w3l-header-4 .popup {
  background: #000000;
  margin: 0rem auto;
  padding: 40px 50px;
  max-width: 700px;
  border-radius: 3px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.w3l-header-4 .search-top {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-gap: 30px;
  margin-top: 24px; }

.w3l-header-4 .search-top h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px; }

.w3l-header-4 .popup h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 16px; }

.w3l-header-4 .search-top span.fa {
  color: var(--btn-color);
  padding-right: 10px; }

.w3l-header-4 .search-top li {
  display: block; }

.w3l-header-4 .search-top li a {
  font-size: 16px;
  color: var(--text-color);
  line-height: 28px; }

.w3l-header-4 .search-top li a:hover {
  color: var(--btn-color); }

.w3l-header-4 .close {
  position: absolute;
  top: 15px;
  right: 100px;
  transition: all 200ms;
  font-size: 40px;
  text-decoration: none;
  color: #fff;
  opacity: 1; }

.w3l-header-4 .close:hover {
  opacity: 0.8; }

@media (max-width: 1024px) {
  .w3l-header-4 .close {
    right: 60px; } }

@media (max-width: 900px) {
  .w3l-header-4 .close {
    right: 55px; } }

@media (max-width: 700px) {
  .w3l-header-4 .popup {
    margin: 0 15px; } }

@media (max-width: 550px) {
  .w3l-header-4 ul.social-icons li {
    margin: 0 5px; }
  .w3l-header-4 .close {
    right: 45px; } }

@media (max-width: 480px) {
  .w3l-header-4 .align-items-menu4 {
    grid-template-columns: 1fr; }
  .w3l-header-4 .align-topmenu4 {
    grid-template-columns: 1fr;
    text-align: center; }
  .w3l-header-4 ul.social-icons {
    margin-top: 0;
    margin-bottom: 10px; }
  .w3l-header-4 ul.top-menu-right li {
    vertical-align: middle;
    margin: 0 0px; }
  .w3l-header-4 ul.top-menu-right li a {
    color: #34334e;
    display: inline-block; }
  .w3l-header-4 .search-top {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 440px) {
  .w3l-header-4 ul.top-menu-right li:last-child {
    position: absolute;
    top: 14px;
    right: 16px; }
  .w3l-header-4 ul.top-menu-right {
    grid-template-columns: auto auto; }
  .w3l-header-4 ul.top-menu-right {
    justify-content: space-between; }
  .w3l-header-4 .top-menu4 {
    padding: 0.6rem 0 0.3rem 0; }
  .w3l-header-4 .close {
    right: 16px; }
  .w3l-header-4 .search-top {
    grid-template-columns: 1fr;
    grid-gap: 15px; }
  .w3l-header-4 .d-flex {
    display: inherit;
    display: inherit; }
  .w3l-header-4 .popup form button {
    margin-top: 10px; }
  .w3l-header-4 .search-top h4 {
    margin-bottom: 12px; }
  .w3l-header-4 .popup {
    padding: 40px 30px; }
  .w3l-header-4 .popup form input[type="search"] {
    font-size: 16px;
    height: 40px; } }
	.centercontent
	{
		flex-grow: 1;
		display: flex; justify-content: center; align-items: center; height: 400px
		
		width:100%; 
	}

.w3l-hero-headers-14 {

	
  /*-- Heroheader14 block --*/
  /* main slider */
  /*-- /main-slider --*/
  /*#region MODULES */
  /* arrows left and right */
  /*-- slider responsive --*/
  /*-- /slider responsive --*/ }
  .w3l-hero-headers-14 .hh14-block {
    padding: 0 0 0 0;
    
    min-height: 650px; }
  .w3l-hero-headers-14 a.actionbg.btn {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: #000000;
    background: var(--btn-color);
    border: 2px solid var(--btn-color);
    text-align: center;
    padding: 12px 30px;
    border-radius: 0.25rem;
    margin-top: 2em; }
  .w3l-hero-headers-14 a.actionbg.btn:hover {
    background: #df9b08;
    border: 2px solid #df9b08; }
  .w3l-hero-headers-14 section#hh14-content {
    position: relative;
    padding-top: 7rem; }
  .w3l-hero-headers-14 .d-grid {
    display: grid; }
  .w3l-hero-headers-14 .hh14-text {
    max-width: 700px; }
  .w3l-hero-headers-14 .hh14-text h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: var(--white-color); }
  .w3l-hero-headers-14 .hh14-text h3 {
    margin-top: 30px;
    font-size: 70px;
    line-height: 75px;
    color: var(--white-color);
    font-weight: normal; }
  .w3l-hero-headers-14 .hh14-text p {
    margin-top: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--white-color); }
  .w3l-hero-headers-14 .main-slider {
    position: relative;
    z-index: 1; }
  .w3l-hero-headers-14 .csslider > input {
    display: none; }
  .w3l-hero-headers-14 .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%; }
  .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%; }
  .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%; }
  .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0%; }
  .w3l-hero-headers-14 .csslider > ul {
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box; }
  .w3l-hero-headers-14 .csslider > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal; }
  .w3l-hero-headers-14 .csslider > .navigation {
    position: absolute;
    bottom: -15%;
    left: 4.5%;
    z-index: 99;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-hero-headers-14 .csslider > .navigation > div {
    margin-left: -100%; }
  .w3l-hero-headers-14 .csslider > .navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 4px;
    padding: 4px;
    border: 2px solid #fff;
    background: transparent; }
  .w3l-hero-headers-14 .csslider > .navigation label:hover:after {
    opacity: 1; }
  .w3l-hero-headers-14 .csslider > .navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    opacity: 0; }
  .w3l-hero-headers-14 .csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px; }
  .w3l-hero-headers-14 .csslider.inside .navigation label {
    border: 1px solid #7e7e7e; }
  .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after {
    opacity: 1; }
  .w3l-hero-headers-14 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2) {
    display: block;
    left: 0;
    right: auto;
    transform: rotate(45deg); }
  .w3l-hero-headers-14 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3) {
    display: block;
    right: 0;
    left: auto;
    transform: rotate(225deg); }
  .w3l-hero-headers-14 .csslider > .arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-hero-headers-14 .csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px; }
  .w3l-hero-headers-14 .csslider.inside .navigation label {
    border: 1px solid #7e7e7e; }
  .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
    opacity: 1; }
  .w3l-hero-headers-14 .csslider > .arrows {
    position: absolute;
    top: 54%;
    width: 100%;
    height: 26px;
    z-index: 99;
    box-sizing: content-box; }
  .w3l-hero-headers-14 .csslider > .arrows label {
    display: none;
    position: absolute;
    top: -50%;
    padding: 9px;
    box-shadow: inset 2px -2px 0 1px #fff;
    cursor: pointer;
    transition: box-shadow 0.15s, margin 0.15s; }
  .w3l-hero-headers-14 .csslider > .arrows label:hover {
    margin: 0;
    opacity: .8; }
  .w3l-hero-headers-14 .csslider > .arrows label:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%; }
  .w3l-hero-headers-14 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: 5%;
    right: auto;
    transform: rotate(45deg); }
  .w3l-hero-headers-14 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-hero-headers-14 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    right: 5%;
    left: auto;
    transform: rotate(225deg); }
  .w3l-hero-headers-14 #slider1 {
    width: 100%; }
  @media screen and (max-width: 1080px) {
    .w3l-hero-headers-14 .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
      left: 4%; }
    .w3l-hero-headers-14 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
      right: 4%; } }
  @media screen and (max-width: 992px) {
    .w3l-hero-headers-14 .csslider > .navigation {
      left: 7.5%; } }
  @media screen and (max-width: 737px) {
    .w3l-hero-headers-14 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
      right: 5%; }
    .w3l-hero-headers-14 .csslider > .navigation {
      left: 9%; } }
  @media screen and (max-width: 568px) {
    .w3l-hero-headers-14 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
      right: 5%; } }
  @media screen and (max-width: 667px) {
    .w3l-hero-headers-14 .csslider > .arrows label {
      padding: 7px; } }
  @media screen and (max-width: 480px) {
    .w3l-hero-headers-14 .csslider > .arrows label {
      padding: 6px; }
    .w3l-hero-headers-14 .csslider > .navigation {
      bottom: -11%;
      left: 11%; } }
  @media screen and (max-width: 384px) {
    .w3l-hero-headers-14 .csslider > .arrows label {
      padding: 5px; }
    .w3l-hero-headers-14 .csslider > .navigation {
      left: 15%; } }
  @media screen and (max-width: 375px) {
    .w3l-hero-headers-14 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
      right: 6%; } }
  @media screen and (max-width: 320px) {
    .w3l-hero-headers-14 .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .w3l-hero-headers-14 .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .w3l-hero-headers-14 .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
      right: 7%; }
    .w3l-hero-headers-14 .csslider > .navigation {
      left: 18%; } }
  @media (max-width: 1150px) {
    .w3l-hero-headers-14 .hh14-text h3 {
      margin-top: 40px;
      font-size: 60px;
      line-height: 65px; } }
  @media (max-width: 1024px) {
    .w3l-hero-headers-14 .hh14-right-content h3 {
      font-size: 40px;
      line-height: 45px; }
    .w3l-hero-headers-14 section#hh14-content {
      padding-top: 6rem; }
    .w3l-hero-headers-14 a.action-links {
      margin-left: 15px; } }
  @media (max-width: 992px) {
    .w3l-hero-headers-14 .hh14-text h3 {
      font-size: 55px;
      line-height: 60px; }
    .w3l-hero-headers-14 a.action-links {
      margin-left: 5px; } }
  @media (max-width: 900px) {
    .w3l-hero-headers-14 a.action-links {
      margin-left: 0px;
      margin-top: 10px; }
    .w3l-hero-headers-14 .hh14-logo a {
      margin-left: 60px; }
    .w3l-hero-headers-14 .align-items-hh14 {
      grid-template-columns: auto auto 1fr; } }
  @media (max-width: 800px) {
    .w3l-hero-headers-14 .main-slider {
      width: 100%; }
    .w3l-hero-headers-14 .hh14-text p {
      margin-bottom: 35px; }
    .w3l-hero-headers-14 section#hh14-content {
      padding-top: 4rem; } }
  @media (max-width: 780px) {
    .w3l-hero-headers-14 .hh14-block {
      min-height: 600px; } }
  @media (max-width: 667px) {
    .w3l-hero-headers-14 .hh14-logo a {
      margin-left: 40px; }
    .w3l-hero-headers-14 .hh14-text {
      grid-template-columns: 1fr;
      grid-row-gap: 30px; }
    .w3l-hero-headers-14 .hh14-text h3 {
      font-size: 50px;
      line-height: 53px;
      margin-top: 20px; }
    .w3l-hero-headers-14 a.action-links {
      margin-left: 15px;
      margin-top: 10px; }
    .w3l-hero-headers-14 section#hh14-content {
      padding-top: 2rem; }
    .w3l-hero-headers-14 ul.menu {
      display: none; }
    .w3l-hero-headers-14 .numbertext {
      left: 50%;
      bottom: 30%; } }
  @media (max-width: 640px) {
    .w3l-hero-headers-14 .hh14-block {
      min-height: 520px; }
    .w3l-hero-headers-14 a.actionbg.btn {
      margin-top: 0em; } }
  @media (max-width: 600px) {
    .w3l-hero-headers-14 .hh14-block {
      padding: 0 0 3.5rem 0; } }
  @media (max-width: 480px) {
    .w3l-hero-headers-14 .hh14-block {
      min-height: 460px; } }
  @media (max-width: 440px) {
    .w3l-hero-headers-14 .hh14 {
      padding: 1rem 0; }
    .w3l-hero-headers-14 .hh14-logo a {
      margin-left: 30px; }
    .w3l-hero-headers-14 a.action-links {
      margin-left: 0; }
    .w3l-hero-headers-14 .hh14-text h3 {
      font-size: 47px;
      line-height: 50px; } }
  @media (max-width: 384px) {
    .w3l-hero-headers-14 .hh14-text h3 {
      font-size: 42px;
      line-height: 47px; } }
  @media (max-width: 320px) {
    .w3l-hero-headers-14 .hh14-text h3 {
      font-size: 34px;
      line-height: 39px; }
    .w3l-hero-headers-14 .hh14-text p {
      font-size: 16px;
      line-height: 23px; } }
  .w3l-contacts-9-main .d-grid {
    display: grid; }
  .w3l-contacts-9-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-contacts-9-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-contacts-9-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
/*-- responsive design --*/
/*-- /responsive design --*/
.w3l-features-4 {
  /*-- features4 --*/ }
  .w3l-features-4 #features4-block {
    padding: 80px 0; }
  .w3l-features-4 .features4-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px; }
  .w3l-features-4 .features4-grid h5 a {
    font-size: 20px;
    line-height: 25px;
    color: var(--title-color);
    margin-top: 25px;
    display: block; }
  .w3l-features-4 .features4-grid h5 a:hover {
    color: var(--icon-color); }
  .w3l-features-4 .features4-grid p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-top: 10px; }
  .w3l-features-4 .features4-grid img {
    border-radius: 50%;
    padding: 15px;
    border: 1px solid #ededed; }
  .w3l-features-4 .fea_gd1 {
    margin-top: 90px; }
  .w3l-features-4 .fea_gd2 {
    margin-top: 60px; }
  .w3l-features-4 .fea_gd3 {
    margin-top: 30px; }
  @media all and (max-width: 992px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 60px; }
    .w3l-features-4 #features4-block {
      padding: 60px 0; } }
  @media all and (max-width: 600px) {
    .w3l-features-4 #features4-block {
      padding: 40px 0; } }
  @media all and (max-width: 500px) {
    .w3l-features-4 .features4-grids {
      grid-template-columns: 1fr;
      grid-row-gap: 24px; }
    .w3l-features-4 .features4-grid img {
      margin: 0 auto; }
    .w3l-features-4 .features4-grid h5 a {
      margin-top: 15px; }
    .w3l-features-4 .features4-grid p {
      margin-top: 5px;
      margin-bottom: 15px; }
    .w3l-features-4 .fea_gd1 {
      margin-top: 0; }
    .w3l-features-4 .fea_gd2 {
      margin-top: 0; }
    .w3l-features-4 .fea_gd3 {
      margin-top: 0; } }

.w3l-content-with-photo-11 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-content-with-photo-11 .contentwithphoto-11-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px; }
  .w3l-content-with-photo-11 .contentwithphoto-11 {
    background: var(--icon-color); }
  .w3l-content-with-photo-11 .contentwithphoto-text h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--btn-color);
    margin-bottom: 60px;
    max-width: 600px; }
  .w3l-content-with-photo-11 .contentwithphoto-img img {
    width: 100%; }
  .w3l-content-with-photo-11 .contentwithphoto-text-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 40px; }
  .w3l-content-with-photo-11 .contentwithphoto-text-info h4 a {
    font-size: 20px;
    line-height: 25px;
    color: var(--white-color);
    margin-bottom: 10px;
    display: inline-block; }
  .w3l-content-with-photo-11 .contentwithphoto-text-info h4 a:hover {
    color: var(--btn-color); }
  .w3l-content-with-photo-11 .contentwithphoto-text-info p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(238, 242, 234, 0.68);
    max-width: 260px; }
  .w3l-content-with-photo-11 .contentwithphoto-text {
    padding: 80px 0;
    align-self: center; }
  @media (max-width: 1366px) {
    .w3l-content-with-photo-11 .wrapper-left {
      max-width: 90.5%; }
    .w3l-content-with-photo-11 .contentwithphoto-text {
      padding: 52px 0; } }
  @media (max-width: 1080px) {
    .w3l-content-with-photo-11 .wrapper-left {
      max-width: 92.5%; }
    .w3l-content-with-photo-11 .contentwithphoto-text h3 {
      font-size: 29px;
      line-height: 35px;
      margin-bottom: 40px; }
    .w3l-content-with-photo-11 .contentwithphoto-11-content {
      grid-column-gap: 40px; }
    .w3l-content-with-photo-11 .contentwithphoto-text {
      padding: 22px 0; }
    .w3l-content-with-photo-11 .contentwithphoto-text h3 {
      margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .w3l-content-with-photo-11 .contentwithphoto-text-info {
      grid-gap: 20px 40px; } }
  @media (max-width: 992px) {
    .w3l-content-with-photo-11 .contentwithphoto-11-content {
      grid-template-columns: 1fr; }
    .w3l-content-with-photo-11 .contentwithphoto-text {
      padding: 40px 60px; }
    .w3l-content-with-photo-11 .contentwithphoto-text h3 {
      margin-bottom: 25px; }
    .w3l-content-with-photo-11 .contentwithphoto-text-info {
      grid-gap: 30px 40px; } }
  @media (max-width: 900px) {
    .w3l-content-with-photo-11 .contentwithphoto-text {
      padding-right: 10%; } }
  @media (max-width: 600px) {
    .w3l-content-with-photo-11 .contentwithphoto-text {
      padding: 40px 30px; } }
  @media (max-width: 480px) {
    .w3l-content-with-photo-11 .contentwithphoto-text-info {
      grid-gap: 30px;
      grid-template-columns: 1fr; }
    .w3l-content-with-photo-11 .contentwithphoto-text {
      order: 2; }
    .w3l-content-with-photo-11 .contentwithphoto-img {
      order: 1; } }
  @media (max-width: 415px) {
    .w3l-content-with-photo-11 .contentwithphoto-text-info {
      grid-template-columns: 1fr;
      grid-gap: 20px 0px; } }
  @media (max-width: 384px) {
    .w3l-content-with-photo-11 .contentwithphoto-text h3 {
      font-size: 25px;
      line-height: 30px; } }
  @media (max-width: 320px) {
    .w3l-content-with-photo-11 .contentwithphoto-text {
      padding: 30px 24px; } }

.w3l-forms-9 {
  /* forms */
  /* button form */
  /* //button form */
  /* //forms */
  /* responsive */
  /* //responsive */ }
  .w3l-forms-9 .main-w3 {
    padding: 80px 0;
    background: var(--icon-color); }
  .w3l-forms-9 .grids-forms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    align-items: center; }
  .w3l-forms-9 h4.title-head {
    font-size: 30px;
    line-height: 35px;
    color: var(--btn-color); }
  .w3l-forms-9 .main-midd p {
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    margin-top: 20px; }
  .w3l-forms-9 .main-midd {
    max-width: 540px; }
  .w3l-forms-9 form.rightside-form input {
    background: #ffffff;
    border: none;
    padding: 14px;
    font-size: 14px;
    color: #777777;
    width: 100%; }
  .w3l-forms-9 .rightside-form button {
    background: var(--btn-color);
    border: none;
    color: var(--tittle-color);
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600; }
  .w3l-forms-9 .rightside-form button:hover {
    background: #cc900e; }
  .w3l-forms-9 .rightside-form {
    display: flex; }
  @media (max-width: 991px) {
    .w3l-forms-9 .main-w3 {
      padding: 60px 0; } }
  @media (max-width: 768px) {
    .w3l-forms-9 .main-midd-2 {
      grid-column: 1 / span 2;
      margin-top: 1em; }
    .w3l-forms-9 .grids-forms {
      grid-template-columns: 1fr;
      grid-gap: 30px; }
    .w3l-forms-9 .main-midd {
      max-width: 100%; }
    .w3l-forms-9 .rightside-form button {
      width: 30%; } }
  @media (max-width: 600px) {
    .w3l-forms-9 .main-w3 {
      padding: 40px 0; } }
  @media (max-width: 414px) {
    .w3l-forms-9 .rightside-form {
      flex-wrap: wrap; }
    .w3l-forms-9 .rightside-form button {
      width: 100%;
      margin-top: 1em; }
    .w3l-forms-9 .rightside-form button {
      padding: 12px 30px; }
    .w3l-forms-9 form.rightside-form input {
      padding: 15px; } }
  @media (max-width: 320px) {
    .w3l-forms-9 h4.title-head {
      font-size: 28px;
      line-height: 33px; } }

.w3l-feature-3 {
  /*-- //Reset-Code --*/
  /*-- //Reset-Code --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-feature-3 span.number img {
    vertical-align: -webkit-baseline-middle; }
  .w3l-feature-3 .top-bottom {
    padding: 80px 0px; }
  .w3l-feature-3 .middle-section {
    display: grid; }
  .w3l-feature-3 .grid-column {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;

	 }
	  .w3l-feature-3 .grid-column2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;

	 }
	 .w3l-feature-3 .theborder{
		 	border:thin solid #666;
			padding-left:5px;
			padding-right:5px;
	 }
  .w3l-feature-3 .three-grids-columns h4 {
    font-size: 25px;
    color: var(--tittle-color);
    line-height: 30px;
    padding-top: 25px; }
  .w3l-feature-3 .three-grids-columns p {
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color); }
  .w3l-feature-3 .grid.top-bottom span.fa {
    font-size: 50px;
    color: var(--opposite-color); }
  @media (max-width: 1280px) {
    .w3l-feature-3 .three-grids-columns h4 {
	padding-top: 5px;
} }
  @media (max-width: 1080px) {
    .w3l-feature-3 .top-bottom {
      padding: 80px 0px 0; } }
  @media (max-width: 991px) {
    .w3l-feature-3 .top-bottom {
      padding: 60px 0px 0; } }
  @media (max-width: 900px) {
    .w3l-feature-3 a.actionbg {
      margin-top: 20px; }
    .w3l-feature-3 .three-grids-columns h4 {
      padding-top: 13px; } }
  @media (max-width: 768px) {
    .w3l-feature-3 .grid-column {
      grid-template-columns: 1fr;
      grid-gap: 35px; }
    .w3l-feature-3 .three-grids-columns h4 {
      padding-top: 7px; }
    .w3l-feature-3 a.actionbg {
      margin-top: 12px; } }
  @media (max-width: 768px) {
    .w3l-feature-3 .three-grids-columns h4 {
      font-size: 22px; } }
  @media (max-width: 600px) {
    .w3l-feature-3 .top-bottom {
      padding: 40px 0px 0; } }

.w3l-content-with-photo-16 {
  /*--/w3l-content-with-photo-16--*/
  /*--//w3l-content-with-photo-16--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-content-with-photo-16 .w3l-content-with-photo-16-main {
    padding: 80PX 0; }
  .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf h3 {
    font-size: 30px;
    line-height: 35px;
    color: var(--title-color); }
  .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 30px 0 0px 0; }
  .w3l-content-with-photo-16 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center; }
  .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf {
    padding: 0em 4em; }
  .w3l-content-with-photo-16 .content-photo-list li {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .w3l-content-with-photo-16 .content-photo-list li {
    display: grid;
    grid-template-columns: 1fr 19fr; }
  .w3l-content-with-photo-16 .companies-img img {
    width: 100%; }
  @media screen and (max-width: 1080px) {
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf {
      padding: 0em 2em; } }
  @media screen and (max-width: 992px) {
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-main {
      padding: 60PX 0; }
    .w3l-content-with-photo-16 .grid {
      grid-template-columns: 1fr; }
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf {
      padding: 0em 0em; } }
  @media screen and (max-width: 640px) {
    .w3l-content-with-photo-16 .content-photo-list li {
      display: grid;
      grid-template-columns: 1fr 10fr; }
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf p {
      margin: 20px 0 0px 0; } }
  @media screen and (max-width: 600px) {
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-main {
      padding: 40PX 0; } }
  @media screen and (max-width: 420px) {
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf h3 {
      font-size: 23px;
      line-height: 30px; }
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf {
      margin-top: 0em; }
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-main {
      padding: 2em 0; } }
  @media screen and (max-width: 375px) {
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf h3 {
      font-size: 22px;
      line-height: 30px; } }
  @media screen and (max-width: 321px) {
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf h3 {
      font-size: 23px; }
    .w3l-content-with-photo-16 .w3l-content-with-photo-16-inf h3 {
      font-size: 20px; } }

.w3l-grids-1 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-grids-1 .grids-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px; }
  .w3l-grids-1 .grids {
    background: var(--icon-color);
    padding: 80px 0; }
  .w3l-grids-1 .grids h4 a {
    font-size: 22px;
    line-height: 27px;
    color: var(--white-color);
    text-align: left;
    margin-top: 20px;
    display: inline-block; }
  .w3l-grids-1 .grids h4 a:hover {
    color: var(--btn-color); }
  .w3l-grids-1 .gri-2 {
    margin-top: 40px; }
  .w3l-grids-1 .gri-1 {
    margin-top: 80px; }
  .w3l-grids-1 a.red {
    font-size: 16px;
    line-height: 24px;
    color: var(--btn-color);
    display: inline-block;
    font-weight: 700; }
  .w3l-grids-1 a.red:hover {
    color: #cc900e; }
  .w3l-grids-1 .grids p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(238, 242, 234, 0.68);
    margin: 15px 0; }
  @media (max-width: 992px) {
    .w3l-grids-1 .grids {
      padding: 60px 0; } }
  @media (max-width: 800px) {
    .w3l-grids-1 .grids-content {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 50px; } }
  @media (max-width: 640px) {
    .w3l-grids-1 .grids-content {
      grid-template-columns: 1fr;
      grid-row-gap: 30px; }
    .w3l-grids-1 .gri-1 {
      margin-top: 0; }
    .w3l-grids-1 .gri-2 {
      margin-top: 0px; } }
  @media (max-width: 600px) {
    .w3l-grids-1 .grids {
      padding: 40px 0; } }
  @media (max-width: 415px) {
    .w3l-grids-1 .grids h4 a {
      margin-top: 15px; }
    .w3l-grids-1 .grids p {
      margin-top: 10px; } }
  @media (max-width: 384px) {
    .w3l-grids-1 .feature h3 {
      font-size: 27px;
      line-height: 28px;
      margin-top: 25px; }
    .w3l-grids-1 .feature p {
      font-size: 16px;
      margin: 15px auto 0; } }

.w3l-companies-20 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-companies-20 .d-grid {
    display: grid; }
  .w3l-companies-20 .companies20 {
    padding: 80px 0; }
  .w3l-companies-20 .companies-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px; }
  .w3l-companies-20 .text {
    border-top: 1px solid rgba(130, 152, 171, 0.35);
    padding-top: 50px;
    margin-top: 50px;
    text-align: center; }
  .w3l-companies-20 .text p {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: var(--text-color); }
  .w3l-companies-20 .companies20-content {
    max-width: 85%;
    margin: auto; }
  .w3l-companies-20 a.action {
    font-weight: 600;
    color: var(--title-color);
    text-decoration: none;
    margin-top: 35px;
    display: inline-block;
    font-size: 17px;
    line-height: 25px; }
  .w3l-companies-20 a.action span {
    border: solid #304659;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2px 4px 4px 2px;
    margin: 1px 3px; }
  .w3l-companies-20 .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  @media (max-width: 1080px) {
    .w3l-companies-20 .companies20-content {
      max-width: 100%; }
    .w3l-companies-20 .text {
      padding-top: 40px;
      margin-top: 40px; } }
  @media (max-width: 992px) {
    .w3l-companies-20 .companies-top {
      grid-gap: 10px; } }
  @media (max-width: 768px) {
    .w3l-companies-20 .text {
      padding-top: 30px;
      margin-top: 30px; } }
  @media (max-width: 667px) {
    .w3l-companies-20 .text p {
      font-size: 23px;
      line-height: 34px; }
    .w3l-companies-20 .owl-carousel .owl-nav button.owl-prev {
      left: -10px; }
    .w3l-companies-20 .owl-carousel .owl-nav button.owl-next {
      right: -10px; } }
  @media (max-width: 568px) {
    .w3l-companies-20 .text p {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 480px) {
    .w3l-companies-20 .text {
      padding-top: 20px;
      margin-top: 20px;
      text-align: left; }
    .w3l-companies-20 .text p {
      font-size: 17px;
      line-height: 25px; }
    .w3l-companies-20 .item {
      padding: 0 10px; }
    .w3l-companies-20 a.action {
      margin-top: 20px; }
    .w3l-companies-20 .companies20 {
      padding: 40px 0; } }
  @media (max-width: 440px) {
    .w3l-companies-20 .companies-top {
      grid-template-columns: 1fr 1fr 1fr; }
    .w3l-companies-20 .item {
      padding: 0 15px; } }

.w3l-footers-24 {
  /*--/footer-24--*/
  /*--//footer-24-*/
  /*-- responsive design --*/ }
  .w3l-footers-24 .content {
    background: #212121;
	background: linear-gradient(to bottom, #020c1f, #0e203e);
    padding: 4em 0; }
  .w3l-footers-24 .d-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 50px; }
  .w3l-footers-24 .content-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px; }
  .w3l-footers-24 .content-right1 li {
    font-size: 16px;
    color: #ffffff;
    display: block;
    line-height: 24px;
    margin-bottom: 6px; }
  .w3l-footers-24 .content-right1 li span.fa {
    font-size: 16px;
    color: var(--btn-color); }
  .w3l-footers-24 .content-left h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--btn-color);
    margin-bottom: 20px; }
  .w3l-footers-24 .content-left h3 a {
    color: var(--btn-color); }
  .w3l-footers-24 .content-left p, .w3l-footers-24 .content-right1 p {
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    margin-bottom: 16px;
    max-width: 300px; }
  .w3l-footers-24 .content-right1 p a {
    color: #6a6a6a; }
  .w3l-footers-24 .content-right1 p a:hover {
    color: var(--btn-color); }
  .w3l-footers-24 .content-right1 span.fa {
    color: var(--btn-color); }
  .w3l-footers-24 .content-right1 h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 30px; }
  .w3l-footers-24 ul.foot-social li {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0px 10px;
    display: inline-block; }
  .w3l-footers-24 ul.foot-social li:nth-child(1) {
    margin-left: 0; }
  .w3l-footers-24 ul.foot-social li span.fa {
    font-size: 16px;
    color: var(--btn-color); }
  .w3l-footers-24 .bottom-grid {
    margin-top: 3em;
    border-top: 1px solid #8298ab47;
    box-sizing: border-box;
    padding: 50px 0 0 0;
    text-align: center; }
  .w3l-footers-24 .copy-right p {
    color: #fff;
    font-size: 16px;
    line-height: 24px; }
  .w3l-footers-24 .copy-right p a {
    color: var(--btn-color); }
  .w3l-footers-24 #movetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    color: #000;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: none;
    background: var(--btn-color);
    padding: 0px;
    border-radius: 4px;
    transition: all 0.5s ease-out 0s; }
  @media (max-width: 1280px) {
    .w3l-footers-24 .nav-bottom li {
      margin-right: 35px; } }
  @media (max-width: 1080px) {
    .w3l-footers-24 .nav-bottom li {
      margin-right: 28px; } }
  @media (max-width: 1024px) {
    .w3l-footers-24 .nav-bottom li {
      margin-right: 20px; } }
  @media (max-width: 991px) {
    .w3l-footers-24 .nav-bottom li {
      margin-right: 18px; } }
  @media (max-width: 800px) {
    .w3l-footers-24 .content-right {
      grid-template-columns: 1fr;
      grid-row-gap: 20px; }
    .w3l-footers-24 .d-grid {
      grid-template-columns: 1fr;
      grid-row-gap: 30px; } }
  @media (max-width: 768px) {
    .w3l-footers-24 .nav-bottom li {
      margin-right: 14px; } }
  @media (max-width: 736px) {
    .w3l-footers-24 .nav-bottom li {
      margin-right: 8px; }
    .w3l-footers-24 .bottom-grid {
      margin-top: 2em;
      padding: 30px 0 0 0; } }
  @media (max-width: 600px) {
    .w3l-footers-24 .content {
      padding: 2.5em 0; } }
  @media (max-width: 440px) {
    .w3l-footers-24 .content-left a {
      text-decoration: none;
      font-size: 26px; }
    .w3l-footers-24 .content {
      padding: 2.5em 0; } }
  @media (max-width: 384px) {
    .w3l-footers-24 .nav-bottom li {
      margin-right: 5px; } }
  @media (max-width: 375px) {
    .w3l-footers-24 .content-left h3 {
      font-size: 33px;
      line-height: 38px; }
    .w3l-footers-24 .nav-bottom li {
      margin-right: 2px; } }
  @media (max-width: 320px) {
    .w3l-footers-24 {
      /*-- //responsive design --*/
      /*--//footer-24-*/ }
      .w3l-footers-24 .content-left h3 {
        font-size: 28px;
        line-height: 36px; }
      .w3l-footers-24 .content-left a {
        margin-top: 15px; } }

.w3l-inner-banner-main .about-inner {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}

.w3l-inner-banner-main .about-inner,
.w3l-inner-banner-main .banner-9 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 35px;
  position: relative;
  display: grid;
  align-items: center;
  z-index: 1;
  padding-bottom: 5px;
  padding-top:5px; }

.w3l-inner-banner-main .banner-9:before,
.w3l-inner-banner-main .about-inner:before {
  content: "";
  background: rgba(16, 16, 16, 0.42);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path li {
  display: inline-block; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path li,
.w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
  color: #fff;
  font-size: 17px;
  font-weight: 600; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path {
  z-index: 9;
  position: relative;
  margin-top: 0em; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path li span {
  margin: 0 10px; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path li.active {
  font-weight: 100; }

.w3l-inner-banner-main .breadcrumbs-custom-path h3 {
	font-size: 25px;
	color: var(--btn-color);
	line-height: 25px;
	margin-bottom: 5px;
}

.w3l-inner-banner-main .breadcrumbs-custom-path h3:after {
  content: '';
  left: 0;
  margin-top: 10px;
  width: 72px;
  height: 3px;
  background-color: var(--btn-color);
  display: block; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path p {
  font-size: 18px;
  color: #fff;
  max-width: 500px;
  line-height: 27px; }

@media (max-width: 1280px) {
  .w3l-inner-banner-main .banner-9,
  .w3l-inner-banner-main .about-inner {
    min-height: 35px; }
  .w3l-inner-banner-main ul.breadcrumbs-custom-path {
	margin-top: 0em;
} }

@media (max-width: 800px) {
  .w3l-inner-banner-main .banner-9,
  .w3l-inner-banner-main .about-inner {
    min-height: 35px; } }

@media (max-width: 568px) {
  .w3l-inner-banner-main .banner-9,
  .w3l-inner-banner-main .about-inner {
    min-height: 35px; }
  .w3l-inner-banner-main ul.breadcrumbs-custom-path li,
  .w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
    font-size: 16px; }
  .w3l-inner-banner-main ul.breadcrumbs-custom-path li span {
    margin: 0 6px; }
  .w3l-inner-banner-main ul.breadcrumbs-custom-path p {
    font-size: 16px;
    line-height: 24px; }
  .w3l-inner-banner-main .breadcrumbs-custom-path h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px; }
  .w3l-inner-banner-main ul.breadcrumbs-custom-path {
    margin-top: 0em; } }

.w3l-content-with-photo-20 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-content-with-photo-20 .d-grid {
    display: grid; }
  .w3l-content-with-photo-20 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-content-with-photo-20 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-content-with-photo-20 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-content-with-photo-20 .contentwithphoto-20 {
    padding: 80px 0; }
  .w3l-content-with-photo-20 .contentwithphoto-20 p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color);
    margin-top: 20px; }
  .w3l-content-with-photo-20 .contentwithphoto-20 h4 {
    font-size: 30px;
    line-height: 35px;
    color: var(--tittle-color); }
  .w3l-content-with-photo-20 .grid-text {
    margin-top: 30px; }
  .w3l-content-with-photo-20 .contentwithphoto-20-content {
    grid-gap: 60px; }
  .w3l-content-with-photo-20 .right-text {
    padding-left: 40px;
    align-self: center; }
  @media (max-width: 1280px) {
    .w3l-content-with-photo-20 .right-text {
      padding-left: 0px; }
    .w3l-content-with-photo-20 .contentwithphoto-20 h4 {
      font-size: 32px;
      line-height: 37px; } }
  @media (max-width: 1080px) {
    .w3l-content-with-photo-20 .contentwithphoto-20 h4 {
      font-size: 30px;
      line-height: 35px; }
    .w3l-content-with-photo-20 .contentwithphoto-20 p.large {
      font-size: 23px;
      line-height: 33px; } }
  @media (max-width: 992px) {
    .w3l-content-with-photo-20 .contentwithphoto-20-content {
      grid-gap: 40px; }
    .w3l-content-with-photo-20 .contentwithphoto-20 h4 {
      font-size: 28px;
      line-height: 33px; }
    .w3l-content-with-photo-20 .contentwithphoto-20 {
      padding: 60px 0; } }
  @media (max-width: 900px) {
    .w3l-content-with-photo-20 .contentwithphoto-20-content {
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  @media (max-width: 768px) {
    .w3l-content-with-photo-20 .contentwithphoto-20 h4 {
      font-size: 25px;
      line-height: 30px; }
    .w3l-content-with-photo-20 .grid-text {
      margin-top: 20px; }
    .w3l-content-with-photo-20 .contentwithphoto-20 p.large {
      margin-bottom: 30px; }
    .w3l-content-with-photo-20 .contentwithphoto-20-content {
      grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .w3l-content-with-photo-20 .contentwithphoto-20 {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .w3l-content-with-photo-20 .contentwithphoto-20 p.large {
      font-size: 20px;
      line-height: 28px; }
    .w3l-content-with-photo-20 .contentwithphoto-20-content {
      grid-gap: 20px; } }
  @media (max-width: 415px) {
    .w3l-content-with-photo-20 .contentwithphoto-20 h4 {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 0px; }
    .w3l-content-with-photo-20 .contentwithphoto-20 p.large {
      margin-bottom: 20px; } }
  @media (max-width: 384px) {
    .w3l-content-with-photo-20 .contentwithphoto-20 p.small {
      font-size: 16px; }
    .w3l-content-with-photo-20 .contentwithphoto-20 p {
      line-height: 24px;
      margin-top: 14px; } }

.w3l-covers-14 {
  /*-- Covers 14 --*/ }
  .w3l-covers-14 #covers14-block {
    padding: 5rem 0;
    background: url("../images/abt_mid.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center; }
  .w3l-covers-14 .covers14-text {
    max-width: 555px;
    margin: 0 auto; }
  .w3l-covers-14 .covers14-text h4 {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 40px;
    color: var(--white-color); }
  @media all and (max-width: 440px) {
    .w3l-covers-14 .covers14-text h4 {
      font-size: 30px;
      line-height: 33px; } }

/* teams_31 */
.w3l-teams-31 {
  /* responsive code */ }
  .w3l-teams-31 .teams_31_sur {
    padding: 80px 0; }
  .w3l-teams-31 .teams_31_sur h3 {
    font-size: 40px;
    line-height: 45px;
    color: var(--tittle-color);
    text-align: center; }
  .w3l-teams-31 .teams_31_sur h6 {
    font-size: 20px;
    line-height: 25px;
    color: var(--tittle-color);
    margin: 10px 0 3px; }
  .w3l-teams-31 .teams_31_sur h6 a {
    color: var(--tittle-color);
    text-decoration: none; }
  .w3l-teams-31 .teams_31_sur h6 a:hover {
    color: var(--btn-color); }
  .w3l-teams-31 .teams_31_sur span {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: var(--icon-color); }
  .w3l-teams-31 ul.top-soci li {
    display: inline-block;
    margin: 0 5px; }
  .w3l-teams-31 ul.top-soci {
    margin-top: 5px; }
  .w3l-teams-31 span.fa {
    font-size: 16px; }
  .w3l-teams-31 span.fa.fac {
    color: #3b5998; }
  .w3l-teams-31 span.fa.twi {
    color: #00acee; }
  .w3l-teams-31 span.fa.ins {
    color: #3f729b; }
  .w3l-teams-31 .teams_31_sur p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    text-align: center;
    max-width: 650px;
    margin: 24px auto 48px; }
  .w3l-teams-31 .teams_31-top_sur {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
    text-align: center; }
  @media screen and (max-width: 1080px) {
    .w3l-teams-31 .teams_31-top_sur {
      grid-gap: 38px; } }
  @media screen and (max-width: 1024px) {
    .w3l-teams-31 .teams_31-top_sur {
      grid-gap: 25px; } }
  @media screen and (max-width: 992px) {
    .w3l-teams-31 .teams_31-top_sur {
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px; } }
  @media screen and (max-width: 900px) {
    .w3l-teams-31 .teams_31_sur {
      padding: 50px 0; } }
  @media screen and (max-width: 440px) {
    .w3l-teams-31 .teams_31_sur {
      padding: 30px 0; } }
  @media screen and (max-width: 415px) {
    .w3l-teams-31 .teams_31_sur h6 {
      font-size: 17px;
      line-height: 22px; }
    .w3l-teams-31 .teams_31_sur h3 {
      font-size: 40px;
      line-height: 45px; } }
  @media screen and (max-width: 387px) {
    .w3l-teams-31 .teams_31-top_sur {
      grid-template-columns: 1fr 1fr;
      grid-gap: 25px; }
    .w3l-teams-31 .teams_31_sur p {
      margin: 20px auto 30px; } }
  @media screen and (max-width: 320px) {
    .w3l-teams-31 .teams_31_sur p {
      font-size: 15px;
      line-height: 23px; }
    .w3l-teams-31 .teams_31_sur h3 {
      font-size: 33px;
      line-height: 39px; }
    .w3l-teams-31 .teams_31-top_sur {
      grid-template-columns: 1fr; } }

/* //teams_31 */
.w3l-feature-16 {
  /*--/w3l-feature-16--*/
  /*--//w3l-feature-16--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-feature-16 .w3l-feature-16-main {
    padding: 80px 0; }
  .w3l-feature-16 .w3l-feature-16-main h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--tittle-color);
    text-align: center;
    margin-bottom: 60px; }
  .w3l-feature-16 .w3l-feature-16-gd h4 a {
    font-size: 25px;
    line-height: 30px;
    color: var(--tittle-color); }
  .w3l-feature-16 .w3l-feature-16-gd h4 a:hover {
    opacity: 0.8; }
  .w3l-feature-16 .icon span.fa {
    color: var(--opposite-color);
    font-size: 44px; }
  .w3l-feature-16 .w3l-feature-16-main h6 {
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: var(--tittle-color);
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder; }
  .w3l-feature-16 .w3l-feature-16-main p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 20px 0;
    max-width: 430px; }
  .w3l-feature-16 .grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 40px;
    margin-top: 20px; }
  .w3l-feature-16 .w3l-feature-16-gd {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px; }
  @media screen and (max-width: 1290px) {
    .w3l-feature-16 .w3l-feature-16-inf {
      padding: 3em 3em; } }
  @media screen and (max-width: 1080px) {
    .w3l-feature-16 .w3l-feature-16-inf {
      padding: 3em 2em; }
    .w3l-feature-16 .w3l-feature-16-main p {
      margin: 20px 0 0 0;
      padding-right: 0px; } }
  @media screen and (max-width: 992px) {
    .w3l-feature-16 .w3l-feature-16-main {
      padding: 60px 0; } }
  @media screen and (max-width: 801px) {
    .w3l-feature-16 .grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 40px;
      margin-top: 20px; }
    .w3l-feature-16 .w3l-feature-16-main p {
      margin: 10px 0 0 0;
      padding-right: 0px; } }
  @media screen and (max-width: 640px) {
    .w3l-feature-16 .w3l-feature-16-main {
      padding: 3em 0; }
    .w3l-feature-16 .w3l-feature-16-main h3 a {
      font-size: 20px; }
    .w3l-feature-16 .grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 32px; }
    .w3l-feature-16 .w3l-feature-16-main {
      padding: 40px 0; } }
  @media screen and (max-width: 420px) {
    .w3l-feature-16 .w3l-feature-16-main {
      padding: 2em 0; }
    .w3l-feature-16 .w3l-feature-16-gd h4 a {
      font-size: 22px; }
    .w3l-feature-16 .w3l-feature-16-main h3 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 384px) {
    .w3l-feature-16 .w3l-feature-16-gd h4 a {
      font-size: 20px; } }
  @media screen and (max-width: 321px) {
    .w3l-feature-16 .w3l-feature-16-main h3 {
      font-size: 28px; }
    .w3l-feature-16 .icon span.fa {
      color: var(--icon-color);
      font-size: 40px; }
    .w3l-feature-16 .w3l-feature-16-gd h4 a {
      font-size: 18px; } }

/* /w3l-features-17*/
.w3l-features-17 {
  /*--/responsive-code--*/ }
  .w3l-features-17 .w3l-features-17_sur h2 {
    font-size: 55px;
    line-height: 60px;
    color: var(--tittle-color);
    margin-top: 20px; }
  .w3l-features-17 .w3l-features-17-right_sur h5 {
    font-size: 25px;
    line-height: 30px;
    color: var(--tittle-color);
    margin-top: 20px; }
  .w3l-features-17 .w3l-features-17-left_sur a {
    font-size: 17px;
    line-height: 25px;
    color: var(--white-color);
    font-weight: 600;
    margin-top: 2em;
    display: inline-block;
    text-decoration: none; }
  .w3l-features-17 .w3l-features-17-right_sur h5 a {
    color: var(--tittle-color);
    text-decoration: none; }
  .w3l-features-17 .w3l-features-17-right_sur h5 a:hover {
    opacity: 0.8; }
  .w3l-features-17 .w3l-features-17_sur img {
    vertical-align: middle;
    padding-left: 5px; }
  .w3l-features-17 .w3l-features-17_sur {
    padding: 80px 0; }
  .w3l-features-17 .w3l-features-17_sur p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 16px 0 0; }
  .w3l-features-17 .w3l-features-17-left_sur {
    padding-right: 5em; }
  .w3l-features-17 .w3l-features-17-top_sur {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .w3l-features-17 .w3l-features-17-right_sur {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
  @media (max-width: 1366px) {
    .w3l-features-17 .w3l-features-17-left_sur {
      padding-right: 1em; } }
  @media (max-width: 992px) {
    .w3l-features-17 .w3l-features-17-top_sur {
      display: grid;
      grid-template-columns: 1fr; }
    .w3l-features-17 .w3l-features-17-left_sur {
      padding-right: 0em;
      margin-bottom: 2em; }
    .w3l-features-17 .w3l-features-17_sur {
      padding: 60px 0; } }
  @media (max-width: 768px) {
    .w3l-features-17 .w3l-features-17_sur h2 {
      font-size: 45px;
      line-height: 50px; } }
  @media (max-width: 600px) {
    .w3l-features-17 .w3l-features-17_sur {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .w3l-features-17 .w3l-features-17_sur h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 440px) {
    .w3l-features-17 .w3l-features-17-right_sur {
      grid-template-columns: 1fr; }
    .w3l-features-17 .w3l-features-17_sur h2 {
      font-size: 30px;
      line-height: 35px; }
    .w3l-features-17 .w3l-features-17-left_sur {
      margin-bottom: 0.5em; } }
  @media (max-width: 415px) {
    .w3l-features-17 .w3l-features-17-right_sur h5 {
      margin-top: 12px; } }
  @media (max-width: 320px) {
    .w3l-features-17 .w3l-features-17_sur h2 {
      font-size: 32px;
      line-height: 38px; }
    .w3l-features-17 .w3l-features-17-right_sur h5 {
      font-size: 23px;
      line-height: 28px; } }

/*--//responsive-code--*/
/* //w3l-features-17*/
/*-- specifications5-block --*/
.w3l-specifications-5 #specifications5-block {
  padding: 80px 0;
  background: var(--icon-color); }

.w3l-specifications-5 .d-grid {
  display: grid; }

.w3l-specifications-5 .align-specifications5-cols {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 90px; }

.w3l-specifications-5 .specifications5-left h6 {
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color) B; }

.w3l-specifications-5 .specifications5-left h3 {
  font-size: 40px;
  line-height: 45px;
  color: var(--btn-color);
  margin-top: 20px;
  margin-bottom: 25px; }

.w3l-specifications-5 .specifications5-left p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color); }

.w3l-specifications-5 p.specifi-para {
  margin-top: 15px; }

.w3l-specifications-5 .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.w3l-specifications-5 .specifications5-right {
  align-self: center; }

.w3l-specifications-5 h6.imp {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  margin-bottom: 30px; }

.w3l-specifications-5 .specification label {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: var(--white-color); }

.w3l-specifications-5 .specification h4 {
  font-size: 45px;
  line-height: 50px;
  color: var(--btn-color);
  margin-top: 10px;
  margin-bottom: 5px; }

.w3l-specifications-5 .specification p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: var(--white-color);
  width: 60%; }

.w3l-specifications-5 .spec-gap {
  margin-top: 35px; }

@media all and (max-width: 1440px) {
  .w3l-specifications-5 .specification p {
    width: 70%; } }

@media all and (max-width: 1280px) {
  .w3l-specifications-5 .specifications5-left h3 {
    font-size: 51px; } }

@media all and (max-width: 1080px) {
  .w3l-specifications-5 .specification p {
    width: 90%; }
  .w3l-specifications-5 .specification h4 {
    font-size: 40px; } }

@media all and (max-width: 800px) {
  .w3l-specifications-5 .align-specifications5-cols {
    grid-template-columns: 1fr;
    grid-row-gap: 60px; }
  .w3l-specifications-5 .specifications5-left h3 {
    margin-bottom: 20px; }
  .w3l-specifications-5 .specification p {
    width: 70%; } }

@media all and (max-width: 480px) {
  .w3l-specifications-5 .specification h4 {
    font-size: 30px; }
  .w3l-specifications-5 #specifications5-block {
    padding: 3rem 0; }
  .w3l-specifications-5 h6.imp {
    margin-bottom: 20px; }
  .w3l-specifications-5 .wrapper {
    max-width: 90%; }
  .w3l-specifications-5 .align-specifications5-cols {
    grid-row-gap: 36px; }
  .w3l-specifications-5 .specifications5-left p {
    font-size: 16px; }
  .w3l-specifications-5 .specifications5-left h3 {
    font-size: 35px; }
  .w3l-specifications-5 .specifications5-left h3 {
    line-height: 43px; }
  .w3l-specifications-5 .specifications5-left h6 {
    font-size: 18px; } }

@media all and (max-width: 414px) {
  .w3l-specifications-5 #specifications5-block {
    padding: 2rem 0; }
  .w3l-specifications-5 .specifications5-left h3 {
    font-size: 32px;
    line-height: 38px; } }

@media all and (max-width: 320px) {
  .w3l-specifications-5 .specifications5-left h3 {
    font-size: 27px;
    line-height: 33px; } }

/*-- //specifications5-block --*/
.w3l-text-22 {
  /* //Reset Code */
  /*--text--*/
  /*-- //text --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-text-22 .text {
    padding: 80px 0px; }
  .w3l-text-22 .text-txt h3 {
    color: var(--tittle-color);
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px; }
  .w3l-text-22 .text-txt p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color); }
  .w3l-text-22 .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 50px; }
  .w3l-text-22 .right-column p:nth-child(2) {
    margin-top: 15px; }
  @media (max-width: 1080px) {
    .w3l-text-22 .two-columns {
      grid-gap: 20px;
      margin-top: 40px; } }
  @media (max-width: 992px) {
    .w3l-text-22 .text {
      padding: 60px 0px; }
    .w3l-text-22 .two-columns {
      grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .w3l-text-22 .text {
      padding: 40px 0px; } }
  @media (max-width: 600px) {
    .w3l-text-22 .text-txt h3 {
      font-size: 24px;
      margin-bottom: 15px; }
    .w3l-text-22 .two-columns {
      margin-top: 30px; } }

.w3l-content-9 {
  /* flex properties */
  /* //flex properties */
  /* //Reset Code */
  /* content */
  /* //content */
  /* responsive */
  /* //responsive */ }
  .w3l-content-9 .d-flex {
    display: flex; }
  .w3l-content-9 .justify-content-between {
    justify-content: space-between; }
  .w3l-content-9 .align-items-center {
    align-items: center; }
  .w3l-content-9 .main-cont-wthree-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; }
  .w3l-content-9 .main-cont-wthree-3 h3 {
    color: var(--tittle-color);
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 1em;
    display: inline-block; }
  .w3l-content-9 .main-cont-wthree-3 p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    max-width: 480px; }
  @media (max-width: 992px) {
    .w3l-content-9 .main-cont-wthree-3 h3 {
      font-size: 30px; } }
  @media (max-width: 800px) {
    .w3l-content-9 .main-cont-wthree-3 h3 {
      margin-bottom: .8em; }
    .w3l-content-9 .main-cont-wthree-3 {
      grid-gap: 20px; } }
  @media (max-width: 600px) {
    .w3l-content-9 .main-cont-wthree-3 h3 {
      font-size: 28px; }
    .w3l-content-9 .main-cont-wthree-3 {
      grid-template-columns: 1fr;
      grid-gap: 40px; } }
  @media (max-width: 375px) {
    .w3l-content-9 .main-cont-wthree-3 h3 {
      font-size: 26px;
      margin-bottom: .6em; } }

/* /text-styles-31*/
.w3l-text-29-main {
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
  .w3l-text-29-main .text-styles-top-29 h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--tittle-color);
    margin-bottom: 1em; }
  .w3l-text-29-main .text-styles-29-right_content h5 {
    font-size: 20px;
    line-height: 25px;
    color: var(--tittle-color); }
  .w3l-text-29-main .text-info-29-top span {
    font-size: 20px;
    font-weight: 600;
    color: var(--icon-color); }
  .w3l-text-29-main a.link {
    color: #304659; }
  .w3l-text-29-main .text-29 {
    padding: 80px 0; }
  .w3l-text-29-main .text-styles-29-right_content p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 16px 0;
    font-weight: 400; }
  .w3l-text-29-main .text-styles-29-right_content span {
    font-size: 15px;
    line-height: 20px;
    color: var(--icon-color); }
  .w3l-text-29-main .text-info-29-top {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    padding-top: 1em;
    margin-top: 1em; }
  @media (max-width: 900px) {
    .w3l-text-29-main section.text-styles-29-right_content {
      padding: 50px 0; }
    .w3l-text-29-main .text-styles-29-right_content h5 {
      font-size: 20px;
      line-height: 25px; }
    .w3l-text-29-main .text-styles-29-right_content h3 {
      font-size: 36px;
      line-height: 41px; } }
  @media (max-width: 768px) {
    .w3l-text-29-main .text-styles-top-29 h3 {
      font-size: 30px;
      line-height: 35px; } }
  @media (max-width: 667px) {
    .w3l-text-29-main .text-29 {
      padding: 50px 30px; } }
  @media (max-width: 568px) {
    .w3l-text-29-main .text-info-29-top {
      grid-gap: 15px; } }
  @media (max-width: 480px) {
    .w3l-text-29-main .text-info-29-top {
      grid-gap: 20px; }
    .w3l-text-29-main .text-info-29-top {
      padding-top: 0em;
      margin-top: 1em; } }
  @media (max-width: 440px) {
    .w3l-text-29-main .text-styles-top-29 h3 {
      font-size: 28px;
      line-height: 35px; } }
  @media (max-width: 415px) {
    .w3l-text-29-main .text-29 {
      padding: 30px 0; }
    .w3l-text-29-main .text-styles-29-right_content h5 {
      font-size: 18px;
      line-height: 25px; } }
  @media (max-width: 320px) {
    .w3l-text-29-main .text-styles-top-29 h3 {
      font-size: 28px;
      line-height: 33px; } }

.w3l-text-9 {
  /* //Reset Code */
  /* text */
  /* left side content */
  /* //left side content */
  /* right side content */
  /* //right side content */
  /* //text */
  /* responsive */
  /* //responsive */ }
  .w3l-text-9 .d-grid {
    display: grid; }
  .w3l-text-9 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-text-9 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-text-9 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-text-9 a.action {
    border: none;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-text-9 a.action img {
    margin-left: 4px; }
  .w3l-text-9 .align-center {
    text-align: center; }
  .w3l-text-9 .text-element-9 {
    padding: 60px 0 80px; }
  .w3l-text-9 .grid-w3l-text-9 {
    grid-gap: 50px;
    grid-template-columns: 3fr 1fr; }
  .w3l-text-9 h6.text-left-inner-9 a {
    font-size: 15px;
    line-height: 20px;
    color: var(--tittle-color); }
  .w3l-text-9 h6.text-left-inner-9 a:hover {
    color: var(--icon-color); }
  .w3l-text-9 span.sub-inner-w3l-text-9 {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: var(--text-color);
    margin-top: 6px;
    display: inline-block; }
  .w3l-text-9 hr {
    opacity: 0.25;
    border: 1px solid #777777;
    margin: 20px 0 14px; }
  .w3l-text-9 ul.blog-po li {
    display: inline-block;
    margin-right: 16px; }
  .w3l-text-9 ul.blog-po li span.fa {
    padding-right: 6px; }
  .w3l-text-9 .blog-top {
    margin-bottom: 40px; }
  .w3l-text-9 ul.pagination.float-left {
    margin-top: 3em; }
  .w3l-text-9 ul.pagination.float-left li {
    display: inline-block;
    float: left;
    margin-right: 20px; }
  .w3l-text-9 li.page-item a {
    font-size: 16px;
    line-height: 24px;
    color: var(--tittle-color);
    font-weight: 700; }
  .w3l-text-9 li.page-item a:hover {
    color: var(--icon-color); }
  .w3l-text-9 p.sub-para1 {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 10px; }
  .w3l-text-9 .to-hd {
    margin-top: 10px; }
  .w3l-text-9 .tags ul li {
    display: block; }
  .w3l-text-9 .tags {
    margin: 30px 0 20px; }
  .w3l-text-9 .tags ul li a.text-dark {
    margin: 0 5px 10px 0;
    display: block;
    color: var(--tittle-color);
    font-size: 16px;
    font-weight: 700; }
  .w3l-text-9 .tags ul li a.text-dark:hover {
    color: var(--icon-color); }
  .w3l-text-9 .tags ul, .w3l-text-9 .categories ul, .w3l-text-9 aside.asid {
    margin-top: 20px; }
  .w3l-text-9 .categories {
    margin-bottom: 30px;
    margin-top: 30px; }
  .w3l-text-9 .categories ul li {
    display: block; }
  .w3l-text-9 .categories ul li a {
    color: var(--tittle-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding-left: 10px; }
  .w3l-text-9 .categories ul li a:hover {
    color: var(--icon-color); }
  .w3l-text-9 .comments-grid-right h4 {
    font-size: 20px;
    color: var(--tittle-color);
    line-height: 25px;
    margin-bottom: 10px; }
  .w3l-text-9 .comments-grid-right ul li {
    display: inline-block;
    color: var(--text-color);
    font-size: 16px; }
  .w3l-text-9 .comments-grid-right ul li a {
    color: var(--icon-color);
    font-weight: 600; }
  .w3l-text-9 .comments-grid-right p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 4px; }
  .w3l-text-9 .media {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto 1fr;
    margin-top: 30px; }
  .w3l-text-9 .media-top img {
    border-radius: 50%;
    width: 60px; }
  .w3l-text-9 .comments-grids {
    margin: 30px 0; }
  .w3l-text-9 .leave-coment {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px; }
  .w3l-text-9 .leave-coment-form input[type="text"], .w3l-text-9 .leave-coment-form input[type="email"], .w3l-text-9 .leave-coment-form textarea {
    outline: none;
    border: 1px solid #dedede;
    background: none;
    padding: 12px;
    font-size: 16px;
    color: #212121;
    width: 100%;
    -webkit-appearance: none; }
  .w3l-text-9 .leave-coment-form button[type="submit"],.w3l-text-9 .leave-coment-form button[type="button"] {
    outline: none;
    border: none;
    background: var(--btn-color);
    padding: 10px 36px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    border-radius: 0.25rem; }
  .w3l-text-9 .leave-coment-form button[type="submit"]:hover,.w3l-text-9 .leave-coment-form button[type="button"]:hover {
    background: #ffbf00; }
  .w3l-text-9 .leave-coment-form textarea {
    min-height: 150px; }
  .w3l-text-9 .leave-coment-btm {
    margin: 20px 0; }
  .w3l-text-9 h4.text-head-w3l-text-9 {
    font-size: 30px;
    line-height: 35px;
    color: var(--tittle-color);
    margin: 12px 0 0px;
    display: inline-block; }
  .w3l-text-9 h4.text-head-w3l-text-9 a {
    color: var(--tittle-color); }
  .w3l-text-9 h5.sub-head-w3l-text-9 {
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: var(--tittle-color);
    margin-bottom: 40px; }
  .w3l-text-9 .blog-top iframe {
    width: 100%;
    height: 400px; }
  .w3l-text-9 p.text-tag {
    color: #8298AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-text-9 p.sub-para {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 16px; }
  .w3l-text-9 h6.heading-small-w3l-text-9 {
    font-size: 20px;
    line-height: 30px;
    color: var(--tittle-color);
    font-weight: 700; }
  .w3l-text-9 .blog-top h5 {
    margin-top: 15px; }
  .w3l-text-9 ul.blog-po li a {
    color: var(--tittle-color);
    font-size: 15px;
    line-height: 24px; }
  .w3l-text-9 ul.blog-po li a:hover {
    color: var(--icon-color); }
  .w3l-text-9 ul.blog-po {
    margin-top: 10px; }
  .w3l-text-9 bold {
    font-weight: 700; }
  @media (max-width: 1080px) {
    .w3l-text-9 h4.text-head-w3l-text-9 a {
      font-size: 42px;
      line-height: 46px; }
    .w3l-text-9 h5.sub-head-w3l-text-9 {
      font-size: 23px; } }
  @media (max-width: 991px) {
    .w3l-text-9 h4.text-head-w3l-text-9 a {
      font-size: 40px; }
    .w3l-text-9 .text-element-9 {
      padding: 60px 0 60px; } }
  @media (max-width: 900px) {
    .w3l-text-9 .grid-w3l-text-9 {
      grid-gap: 30px;
      grid-template-columns: 1fr; }
    .w3l-text-9 h5.sub-head-w3l-text-9 {
      font-size: 21px; } }
  @media (max-width: 768px) {
    .w3l-text-9 h4.text-head-w3l-text-9 a {
      font-size: 28px;
      line-height: 33px;
      margin: 20px 0 30px; }
    .w3l-text-9 h5.sub-head-w3l-text-9 {
      font-size: 19px;
      line-height: 28px; }
    .w3l-text-9 h6.heading-small-w3l-text-9 {
      font-size: 18px; }
    .w3l-text-9 p.sub-para {
      margin-top: 15px; } }
  @media (max-width: 600px) {
    .w3l-text-9 .text-element-9 {
      padding: 40px 0 40px; }
    .w3l-text-9 h4.text-head-w3l-text-9 a {
      margin: 10px 0 20px; }
    .w3l-text-9 p.sub-para {
      font-size: 16px; }
    .w3l-text-9 h5.sub-head-w3l-text-9 {
      font-size: 18px;
      margin-bottom: 30px; }
    .w3l-text-9 .blog-top iframe {
      height: 220px; } }
  @media (max-width: 568px) {
    .w3l-text-9 span.sub-inner-w3l-text-9 {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .w3l-text-9 h4.text-head-w3l-text-9 {
      font-size: 26px;
      line-height: 32px; }
    .w3l-text-9 .text-element-9 {
      padding: 30px 0 40px; } }

.w3l-gallery-25-top {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-gallery-25-top .grid-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    align-items: center; }
  .w3l-gallery-25-top .gallery-25 {
    padding: 60px 0 80px; }
  .w3l-gallery-25-top .box13 h3 a {
    font-size: 25px;
    line-height: 30px;
    color: var(--tittle-color); }
  .w3l-gallery-25-top .box13 p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 20px 0; }
  .w3l-gallery-25-top .side-img {
    width: 100%; }
  .w3l-gallery-25-top .column.two {
    padding: 0 3em; }
  .w3l-gallery-25-top a.action {
    display: block;
    text-decoration: none;
    color: var(--btn-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: 700; }
  .w3l-gallery-25-top a.action img {
    vertical-align: middle; }
  .w3l-gallery-25-top .box13 h4 {
    margin-bottom: 10px; }
  @media (max-width: 1280px) {
    .w3l-gallery-25-top .column.two {
      padding: 0 2em; } }
  @media (max-width: 1080px) {
    .w3l-gallery-25-top .box13 p {
      font-size: 14px;
      line-height: 22px;
      margin: 8px 0; } }
  @media (max-width: 1024px) {
    .w3l-gallery-25-top .column.two {
      padding: 0 1.5em; }
    .w3l-gallery-25-top .box13 h3 a {
      font-size: 23px; } }
  @media (max-width: 991px) {
    .w3l-gallery-25-top .gallery-25 {
      padding: 60px 0 60px; } }
  @media (max-width: 900px) {
    .w3l-gallery-25-top .column.two {
      padding: 0 2em; }
    .w3l-gallery-25-top .box13 p {
      margin: 10px 0 20px 0; } }
  @media (max-width: 801px) {
    .w3l-gallery-25-top .column img {
      width: 100%; }
    .w3l-gallery-25-top .grid-columns {
      grid-template-columns: 1fr; }
    .w3l-gallery-25-top .column.two {
      padding: 3em 3em; } }
  @media (max-width: 600px) {
    .w3l-gallery-25-top .box13 h3 a {
      font-size: 22px; }
    .w3l-gallery-25-top .gallery-25 {
      padding: 40px 0 40px; } }
  @media (max-width: 440px) {
    .w3l-gallery-25-top .column.two {
      padding: 2em 2em; } }
  @media (max-width: 420px) {
    .w3l-gallery-25-top .column.two {
      padding: 1.5em 1.5em; } }

.w3l-title-15 {
  /*--/title 15--*/
  /*-- //title 15 --*/
  /*--//*-- responsive design --*/ }
  .w3l-title-15 .tittle15 h3 {
    color: var(--tittle-color);
    font-size: 35px;
    line-height: 40px; }
  .w3l-title-15 section.tittle15 {
    padding: 80px 0 0; }
  .w3l-title-15 .title-info {
    text-align: center; }
  .w3l-title-15 .tittle15 p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-top: 20px; }
  .w3l-title-15 .title-info {
    width: 50%;
    margin: 0 auto; }
  @media (max-width: 1440px) {
    .w3l-title-15 .title-info {
      width: 60%; } }
  @media (max-width: 1280px) {
    .w3l-title-15 .title-info {
      width: 70%; } }
  @media (max-width: 991px) {
    .w3l-title-15 .title-info {
      width: 85%; }
    .w3l-title-15 section.tittle15 {
      padding: 60px 0 0; } }
  @media (max-width: 800px) {
    .w3l-title-15 .title-info {
      width: 100%; } }
  @media (max-width: 600px) {
    .w3l-title-15 section.tittle15 {
      padding: 40px 0 0; } }
  @media (max-width: 340px) {
    .w3l-title-15 .tittle15 h3 {
      font-size: 30px;
      line-height: 36px; }
    .w3l-title-15 .tittle15 p {
      font-size: 16px;
      line-height: 25px;
      color: #8298AB;
      margin-top: 17px; } }

/*-- //title 15 --*/
/*-- //responsive design --*/
.w3l-galleries-27 p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px; }

.w3l-galleries-27 .gallery-main {
  padding: 40px 0 80px; }

.w3l-galleries-27 .galler-body {
  display: grid; }

.w3l-galleries-27 .d-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 50px; }

.w3l-galleries-27 img.gallery-image {
  width: 100%; }

.w3l-galleries-27 h1.gallery-title {
  font-size: 45px;
  line-height: 50px;
  color: var(--tittle-color);
  font-weight: 500; }

.w3l-galleries-27 p.gallery-text {
  font-size: 25px;
  line-height: 35px;
  color: var(--tittle-color);
  width: 50%;
  margin-top: 20px; }

.w3l-galleries-27 .gallery-main h4 {
  margin-top: 16px;
  display: inline-block;
  color: var(--tittle-color);
  font-size: 20px;
  line-height: 25px;
  font-weight: 500; }

.w3l-galleries-27 .gallery-main h4 a {
  color: var(--tittle-color); }

@media (max-width: 1440px) {
  .w3l-galleries-27 p.gallery-text {
    width: 70%; } }

@media (max-width: 1280px) {
  .w3l-galleries-27 p.gallery-text {
    width: 80%; } }

@media (max-width: 1024px) {
  .w3l-galleries-27 p.gallery-text {
    width: 91%; }
  .w3l-galleries-27 h1.gallery-title {
    font-size: 40px;
    line-height: 45px; }
  .w3l-galleries-27 p.gallery-text {
    font-size: 22px;
    line-height: 30px; }
  .w3l-galleries-27 .d-grid {
    grid-column-gap: 30px; }
  .w3l-galleries-27 a.image-link {
    margin-top: 15px; } }

@media (max-width: 992px) {
  .w3l-galleries-27 .gallery-main {
    padding: 30px 0 60px; } }

@media (max-width: 767px) {
  .w3l-galleries-27 p.gallery-text {
    width: 100%; }
  .w3l-galleries-27 a.image-link {
    font-size: 15px;
    margin-top: 15px; }
  .w3l-galleries-27 p.gallery-text {
    font-size: 20px;
    line-height: 25px; }
  .w3l-galleries-27 h1.gallery-title {
    font-size: 35px;
    line-height: 40px; }
  .w3l-galleries-27 .d-grid {
    grid-column-gap: 20px; }
  .w3l-galleries-27 .d-grid {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 600px) {
  .w3l-galleries-27 .gallery-main {
    padding: 10px 0 40px; } }

@media (max-width: 568px) {
  .w3l-galleries-27 .d-grid {
    display: grid;
    grid-template-columns: 1fr; }
  .w3l-galleries-27 section.gallery-main {
    background-color: #F5F9FC;
    padding: 25px 0; }
  .w3l-galleries-27 a.image-link {
    margin-top: 10px; } }

.w3l-portfolios-4 {
  /*-- Portfolios4-block --*/ }
  .w3l-portfolios-4 #portfolios4-block {
    padding: 0 0 80px;
    background-color: var(--main-bg-color); }
  .w3l-portfolios-4 .d-grid {
    display: grid; }
  .w3l-portfolios-4 .align-portfolio-items {
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 20px; }
  .w3l-portfolios-4 .two-image-column {
    align-content: space-between;
    grid-row-gap: 20px; }
  @media all and (max-width: 991px) {
    .w3l-portfolios-4 .align-portfolio-items {
      grid-column-gap: 15px; } }
  @media all and (max-width: 500px) {
    .w3l-portfolios-4 .align-portfolio-items {
      grid-template-columns: 1fr;
      grid-row-gap: 15px; }
    .w3l-portfolios-4 .two-image-column {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 15px; }
    .w3l-portfolios-4 .popup {
      margin: 2rem 15px; } }
  @media all and (max-width: 440px) {
    .w3l-portfolios-4 .align-portfolio-items {
      grid-row-gap: 10px; }
    .w3l-portfolios-4 .two-image-column {
      grid-column-gap: 10px; }
    .w3l-portfolios-4 #portfolios4-block {
      padding: 0rem 0 2.5rem; } }

.w3l-content-4 {
  /*-- content4 block --*/ }
  .w3l-content-4 #content4-block {
    padding: 5rem 0; }
  .w3l-content-4 .cnt4-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .w3l-content-4 .cnt4-text-colone {
    flex-basis: 70%; }
  .w3l-content-4 .cnt4-text-coltwo {
    align-self: center;
    flex-basis: 30%; }
  .w3l-content-4 .cnt4-text-colone h6 {
    font-size: 30px;
    line-height: 35px;
    /* letter-spacing: 1px; */
    text-transform: capitalize;
    color: var(--tittle-color);
    margin-bottom: 30px; }
  .w3l-content-4 .cnt4-text-colone p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    max-width: 700px; }
  .w3l-content-4 .cnt4-text-coltwo h4 {
    font-size: 30px;
    line-height: 36px;
    color: var(--tittle-color);
    margin-bottom: 30px; }
  @media all and (max-width: 1100px) {
    .w3l-content-4 .cnt4-text-colone {
      flex-basis: 62%; } }
  @media all and (max-width: 992px) {
    .w3l-content-4 #content4-block {
      padding: 3rem 0; } }
  @media all and (max-width: 736px) {
    .w3l-content-4 .cnt4-text-colone {
      flex-basis: 100%; }
    .w3l-content-4 .cnt4-text-coltwo {
      flex-basis: 100%;
      margin-top: 3rem; }
    .w3l-content-4 .cnt4-text-colone h6 {
      margin-bottom: 20px; } }
  @media all and (max-width: 680px) {
    .w3l-content-4 .cnt4-text-coltwo h4 {
      font-size: 30px;
      line-height: 36px; }
    .w3l-content-4 .cnt4-text-coltwo h4 {
      margin-bottom: 0; } }
  @media all and (max-width: 500px) {
    .w3l-content-4 #content4-block {
      padding: 2.5rem 0; } }

.w3l-teams-19 {
  /* //Reset Code */
  /* team 19 */
  /* //team slider */
  /* responsive */
  /* //responsive */ }
  .w3l-teams-19 .d-grid {
    display: grid; }
  .w3l-teams-19 .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-teams-19 .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-teams-19 .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-teams-19 .align-items-center {
    align-items: center; }
  .w3l-teams-19 a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-teams-19 a.action img {
    margin-left: 4px; }
  .w3l-teams-19 .actionbg {
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    line-height: 45px;
    color: #F5F9FC;
    background: #304659;
    width: 103px;
    height: 45px;
    text-align: center;
    cursor: pointer; }
  .w3l-teams-19 .align-center {
    text-align: center; }
  .w3l-teams-19 p.text-tag {
    color: #8298AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }
  .w3l-teams-19 p.sub-paragraph {
    color: #3B5266;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal; }
  .w3l-teams-19 .team-19 {
    padding: 80px 0; }
  .w3l-teams-19 .team-info-top h6 {
    font-size: 16px;
    margin: 4px 0 16px;
    color: var(--icon-color); }
  .w3l-teams-19 .team-info-gd-19 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    margin-top: 50px; }
  .w3l-teams-19 .team-info-top {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 50px; }
  .w3l-teams-19 .team-info-gd-19 h4, .w3l-teams-19 .team-info-top h4 {
    font-size: 30px;
    line-height: 35px;
    color: var(--tittle-color); }
  .w3l-teams-19 ul.top-soci {
    margin-top: 5px; }
  .w3l-teams-19 ul.top-soci li {
    display: inline-block;
    margin: 0 5px; }
  .w3l-teams-19 span.fa.fac {
    color: #3b5998; }
  .w3l-teams-19 span.fa.twi {
    color: #00acee; }
  .w3l-teams-19 span.fa.ins {
    color: #3f729b; }
  .w3l-teams-19 .team-info-top p {
    color: var(--text-color);
    margin: 10px 0 20px;
    font-size: 16px;
    line-height: 24px; }
  .w3l-teams-19 .team-right-19 li {
    line-height: 24px;
    display: block;
    margin-top: 10px;
    color: #777;
    font-size: 16px; }
  .w3l-teams-19 .team-info-gd-19 h6 {
    font-size: 20px;
    line-height: 25px;
    color: var(--tittle-color);
    margin-bottom: 5px; }
  .w3l-teams-19 .brand-logo-19 {
    margin-top: 40px; }
  .w3l-teams-19 .team-info-gd-19 p {
    color: var(--text-color);
    margin: 10px 0 20px;
    font-size: 16px;
    line-height: 24px; }
  @media (max-width: 1280px) {
    .w3l-teams-19 h4 a.team-main-text-19 {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 25px; }
    .w3l-teams-19 .brand-logo-19 {
      margin-top: 30px; } }
  @media (max-width: 1280px) {
    .w3l-teams-19 h4 a.team-main-text-19 {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 25px; } }
  @media (max-width: 900px) {
    .w3l-teams-19 h4 a.team-main-text-19 {
      font-size: 25px;
      line-height: 31px;
      margin-bottom: 20px; } }
  @media (max-width: 800px) {
    .w3l-teams-19 .team-slide {
      grid-template-columns: 1fr; }
    .w3l-teams-19 .team-19 {
      padding: 40px 0 50px; }
    .w3l-teams-19 .responsive-19-team {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      grid-gap: 10px;
      margin-top: 1em; }
    .w3l-teams-19 .brand-logo-19 {
      margin-top: 0; } }
  @media (max-width: 736px) {
    .w3l-teams-19 .team-info-top {
      grid-template-columns: 1fr; }
    .w3l-teams-19 .team-info-img-rigt {
      margin-top: 20px; }
    .w3l-teams-19 .team-info-gd-19 {
      grid-template-columns: 1fr;
      margin-top: 10px; }
    .w3l-teams-19 .team-mid-19 {
      margin-top: 20px; } }
  @media (max-width: 667px) {
    .w3l-teams-19 p.team-name a {
      font-size: 16px; } }
  @media (max-width: 640px) {
    .w3l-teams-19 p.team-name a {
      font-size: 15px; } }
  @media (max-width: 568px) {
    .w3l-teams-19 p.team-name a {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .w3l-teams-19 .team-info-gd-19 h4, .w3l-teams-19 .team-info-top h4 {
      font-size: 25px;
      line-height: 30px;
      color: var(--tittle-color); }
    .w3l-teams-19 p.team-name a {
      margin-top: 10px;
      line-height: 18px; } }
  @media (max-width: 414px) {
    .w3l-teams-19 h6 a.team-text-sub-19 {
      font-size: 19px;
      margin-bottom: 2px; }
    .w3l-teams-19 p.sub-paragraph {
      font-size: 16px; }
    .w3l-teams-19 .brand-logo-19 {
      text-align: right; }
    .w3l-teams-19 .responsive-19-team {
      grid-gap: 5px; } }
  @media (max-width: 384px) {
    .w3l-teams-19 h6 a.team-text-sub-19 {
      font-size: 17px; }
    .w3l-teams-19 .responsive-19-team {
      grid-gap: 1px; } }

.w3l-timeline-start .timeline-top {
  padding: 80px 0; }

.w3l-timeline-start .timeline {
  margin-top: 20px;
  position: relative; }

.w3l-timeline-start .timeline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px; }

.w3l-timeline-start .timeline-grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px; }

.w3l-timeline-start .timeline-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  margin-top: 20px; }

.w3l-timeline-start .timeline-grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px; }

.w3l-timeline-start .timeline:before {
  position: absolute;
  content: '';
  width: 4px;
  height: calc(95% + 50px);
  background: var(--btn-color);
  left: 14px;
  top: 5px;
  border-radius: 4px; }

.w3l-timeline-start .timeline-month {
  position: relative;
  padding: 4px 15px 4px 35px;
  background-color: #fff;
  display: inline-block;
  width: auto;
  border-radius: 40px;
  border: 1px solid #777777;
  border-right-color: #777777;
  margin-bottom: 30px; }

.w3l-timeline-start .timeline-month span {
  position: absolute;
  top: -1px;
  left: calc(100% - 10px);
  z-index: -1;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  background-color: var(--icon-color);
  padding: 4px 10px 4px 20px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 1px solid var(--icon-color);
  box-sizing: border-box; }

.w3l-timeline-start .timeline-month:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: var(--icon-color);
  border-radius: 100%;
  border: 1px solid var(--icon-color);
  left: 5px; }

.w3l-timeline-start .timeline-section {
  padding-left: 35px;
  display: block;
  position: relative;
  margin-bottom: 60px; }

.w3l-timeline-start .timeline-date {
  margin-bottom: 20px;
  padding: 2px 15px;
  background: var(--icon-color);
  position: relative;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid var(--icon-color);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.w3l-timeline-start .timeline-section:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #444950;
  top: 12px;
  left: 20px; }

.w3l-timeline-start .timeline-section:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--icon-color);
  top: 7px;
  left: 11px;
  border: 1px solid var(--icon-color);
  border-radius: 100%; }

.w3l-timeline-start .timeline-section .col-sm-4 {
  margin-bottom: 15px; }

.w3l-timeline-start .timeline-box {
  position: relative;
  background-color: #eeeeee;
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #eeeeee;
  transition: all 0.3s ease;
  overflow: hidden; }

.w3l-timeline-start .box-icon {
  position: absolute;
  right: 5px;
  top: 0px; }

.w3l-timeline-start .box-title {
  padding: 5px 15px;
  border-bottom: 1px solid #eeeeee; }

.w3l-timeline-start .box-title i {
  margin-right: 5px; }

.w3l-timeline-start .box-content {
  padding: 5px 15px;
  background-color: #ffffff; }

.w3l-timeline-start .box-content strong {
  color: #666;
  font-style: italic;
  margin-right: 5px; }

.w3l-timeline-start .box-item {
  margin-bottom: 5px; }

.w3l-timeline-start .box-footer {
  padding: 5px 15px;
  border-top: 1px solid #ddd9d9;
  background-color: #ddd9d9;
  text-align: right;
  font-style: italic;
  color: var(--icon-color);
  font-weight: 700; }

@media (max-width: 992px) {
  .w3l-timeline-start .timeline-top {
    padding: 60px 0; } }

@media (max-width: 736px) {
  .w3l-timeline-start .timeline-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px; }
  .w3l-timeline-start .timeline-grid2 {
    grid-template-columns: 1fr;
    grid-gap: 24px; }
  .w3l-timeline-start .timeline-grid1 {
    grid-template-columns: 1fr;
    grid-gap: 24px; }
  .w3l-timeline-start .timeline-grid3 {
    grid-template-columns: 1fr;
    grid-gap: 24px; } }

@media (max-width: 600px) {
  .w3l-timeline-start .timeline-top {
    padding: 40px 0; } }

.w3l-forms-23 {
  /*-- Forms23 block --*/ }
  .w3l-forms-23 #forms23-block {
    background: url(../images/com_1.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 80px 0; }
  .w3l-forms-23 .d-grid {
    display: grid; }
  .w3l-forms-23 .forms23-grids {
    grid-template-columns: 2fr 1.5fr;
    align-items: center;
    background: #fff;
    padding: 50px 50px;
    max-width: 800px;
    margin: 0 auto;
    grid-gap: 30px; }
  .w3l-forms-23 .form23 {
    text-align: left;
    border-right: 1px solid #777777;
    padding-right: 50px; }
  .w3l-forms-23 .form23-text {
    text-align: center;
    max-width: 300px;
    margin: 0 auto; }
  .w3l-forms-23 ul.log-head li span {
    font-size: 14px;
    border: 1px solid #777;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    text-align: center;
    color: var(--text-color); }
  .w3l-forms-23 ul.log-head li {
    display: inline-block;
    margin-right: 10px; }
  .w3l-forms-23 ul.log-head {
    margin: 20px 0 20px; }
  .w3l-forms-23 .form23 h6 {
    font-size: 30px;
    line-height: 36px;
    color: var(--tittle-color);
    margin-bottom: 20px; }
  .w3l-forms-23 .form23 form input[type="text"], .w3l-forms-23 .form23 form input[type="email"], .w3l-forms-23 .form23 form input[type="password"] {
    -webkit-appearance: none;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
    border: 1px solid #d5d5d5;
    width: 100%;
    height: 40px;
    background: none;
    padding: 0 15px;
    margin-bottom: 10px;
    border-radius: 0.25rem; }
  .w3l-forms-23 .form23 form input[type="text"]:focus, .w3l-forms-23 .form23 form input[type="email"]:focus, .w3l-forms-23 .form23 form input[type="password"]:focus {
    outline: none; }
  .w3l-forms-23 .form23 form button {
    -webkit-appearance: none;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    background: var(--btn-color);
    height: 40px;
    border: none;
    display: block;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    margin-top: 15px; }
  .w3l-forms-23 .form23 form button:focus {
    outline: none; }
  .w3l-forms-23 .form23 p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 16px; }
  .w3l-forms-23 .form23 a {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    font-weight: bold; }
  .w3l-forms-23 .form23-text h6 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--tittle-color) 9; }
  .w3l-forms-23 .form23-text h3 {
    font-size: 35px;
    line-height: 40px;
    color: var(--tittle-color);
    margin-bottom: 25px; }
  .w3l-forms-23 .form23-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color); }
  @media all and (max-width: 900px) {
    .w3l-forms-23 .form23-text h3 {
      font-size: 30px;
      line-height: 34px; } }
  @media all and (max-width: 736px) {
    .w3l-forms-23 .form23 {
      text-align: left;
      border-bottom: 1px solid #777777;
      border-right: none;
      padding-right: 0;
      padding-bottom: 32px; }
    .w3l-forms-23 .forms23-grids {
      grid-template-columns: 1fr; } }
  @media all and (max-width: 600px) {
    .w3l-forms-23 .form23-text h3 {
      font-size: 28px;
      line-height: 32px; } }
  @media all and (max-width: 500px) {
    .w3l-forms-23 .forms23-grids {
      grid-template-columns: 1fr;
      grid-gap: 50px; }
    .w3l-forms-23 .form23-text h3 {
      margin-top: 15px;
      margin-bottom: 20px; } }
  @media all and (max-width: 440px) {
    .w3l-forms-23 #forms23-block {
      padding: 2.5rem 0; }
    .w3l-forms-23 .forms23-grids {
      padding: 30px 30px; } }
  @media all and (max-width: 350px) {
    .w3l-forms-23 .form23 h6 {
      font-size: 28px;
      line-height: 34px; } }

.w3l-pricing-11 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-pricing-11 .pricing11-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px; }
  .w3l-pricing-11 .pricing11 {
    padding: 80px 0px; }
  .w3l-pricing-11 .text-center {
    text-align: center;
    margin-top: 40px; }
  .w3l-pricing-11 .pricing-grid {
    border: 1px solid rgba(130, 152, 171, 0.35);
    padding: 50px 30px 50px;
    transition: 0.3s;
    text-align: center; }
  .w3l-pricing-11 .price-icon {
    margin-top: 60px; }
  .w3l-pricing-11 .pricing-grid:hover {
    border: 1px solid #8298ab;
    transition: 0.3s; }
  .w3l-pricing-11 .pricing-grid p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-top: 15px;
    margin-bottom: 35px; }
  .w3l-pricing-11 .text-center a {
    text-align: center;
    background: var(--btn-color);
    border: none;
    outline: none;
    color: #000000;
    width: 83%;
    font-size: 16px;
    padding: 12px 30px;
    cursor: pointer;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 0.25rem;
    font-weight: 700; }
  .w3l-pricing-11 .rate h4 {
    font-size: 30px;
    line-height: 35px;
    color: var(--tittle-color);
    margin-bottom: 20px; }
  .w3l-pricing-11 .rate h5 {
    font-size: 50px;
    line-height: 55px;
    color: var(--tittle-color); }
  .w3l-pricing-11 .rate h5 span {
    font-size: 15px;
    line-height: 20px;
    color: var(--text-color);
    font-weight: normal; }
  .w3l-pricing-11 .rate h5 span.top-align {
    display: block; }
  .w3l-pricing-11 ul.points {
    margin-top: 40px; }
  .w3l-pricing-11 ul.points li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 15px;
    display: block;
    grid-template-columns: 10% auto; }
  @media (max-width: 1280px) {
    .w3l-pricing-11 .rate {
      margin-top: 40px; }
    .w3l-pricing-11 .price-icon {
      margin-top: 40px; }
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 30px 40px; } }
  @media (max-width: 992px) {
    .w3l-pricing-11 .pricing11-content {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 40px; }
    .w3l-pricing-11 .pricing11 {
      padding: 60px 0px; } }
  @media (max-width: 600px) {
    .w3l-pricing-11 .pricing11 {
      padding: 40px 0px; } }
  @media (max-width: 568px) {
    .w3l-pricing-11 .pricing11-content {
      grid-template-columns: 1fr;
      grid-row-gap: 40px; }
    .w3l-pricing-11 .pricing11-content {
      grid-column-gap: 15px; }
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 20px 40px; } }
  @media (max-width: 480px) {
    .w3l-pricing-11 .pricing-grid {
      padding: 20px 20px 40px; }
    .w3l-pricing-11 ul.points {
      margin-top: 30px; } }

.faq-1 {
  padding: 80px 0; }

@media (max-width: 992px) {
  .faq-1 {
    padding: 60px 0; } }

@media (max-width: 600px) {
  .faq-1 {
    padding: 40px 0; } }

.olist ol {
  counter-reset: li;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.olist li {
  margin-bottom: 16px;
  background-color: white;
  padding: 10px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding-left: 40px;
  text-indent: -40px; }
  .olist li:before {
    counter-increment: li;
    content: counter(li);
    padding: 16px; }
  .olist li faq-a {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    text-indent: 0; }

.w3l-cover-3 {
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-cover-3 .top-bottom {
    padding-top: 10em;
    padding-bottom: 10em;
    background: url(../images/abt_mid2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed; }
  .w3l-cover-3 .link-list-menu {
    max-width: 480px; }
  .w3l-cover-3 .middle-section h5 {
    font-size: 100px;
    line-height: 105px;
    color: var(--btn-color);
    letter-spacing: 1px;
    padding-bottom: 15px; }
  .w3l-cover-3 .middle-section h2 {
    font-size: 40px;
    color: var(--white-color);
    vertical-align: top;
    line-height: 45px; }
  .w3l-cover-3 .link-list-menu p {
    font-size: 18px;
    color: var(--white-color);
    line-height: 25px;
    font-weight: 400;
    padding-top: 25px; }
  .w3l-cover-3 .middle-section a {
    cursor: pointer;
    background: var(--btn-color);
    font-size: 16px;
    color: #000000;
    border: none;
    outline: none;
    font-weight: 600;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 50px;
    border-radius: 0.25rem; }
  .w3l-cover-3 .middle-section a:hover {
    opacity: 0.8; }
  @media (max-width: 1440px) {
    .w3l-cover-3 .top-bottom {
      padding-top: 8em;
      padding-bottom: 8em; } }
  @media (max-width: 1080px) {
    .w3l-cover-3 .link-list-menu p {
      font-size: 23px;
      line-height: 32px; } }
  @media (max-width: 800px) {
    .w3l-cover-3 .middle-section a {
      margin-top: 40px; } }
  @media (max-width: 736px) {
    .w3l-cover-3 .top-bottom {
      padding-top: 6em;
      padding-bottom: 6em; } }
  @media (max-width: 667px) {
    .w3l-cover-3 .link-list-menu {
      max-width: 523px; }
    .w3l-cover-3 .link-list-menu p {
      padding-top: 19px; }
    .w3l-cover-3 .middle-section a {
      margin-top: 30px; } }
  @media (max-width: 640px) {
    .w3l-cover-3 .link-list-menu p {
      font-size: 23px; } }
  @media (max-width: 600px) {
    .w3l-cover-3 .middle-section h2 {
      font-size: 38px; }
    .w3l-cover-3 .top-bottom {
      padding-top: 4em;
      padding-bottom: 4em; }
    .w3l-cover-3 .link-list-menu p {
      padding-top: 13px; }
    .w3l-cover-3 .middle-section h5 {
      padding-bottom: 8px; } }
  @media (max-width: 481px) {
    .w3l-cover-3 .middle-section h2 {
      font-size: 34px;
      line-height: 42px; }
    .w3l-cover-3 .link-list-menu p {
      font-size: 19px;
      line-height: 25px; } }
  @media (max-width: 440px) {
    .w3l-cover-3 .middle-section h2 {
      font-size: 35px;
      line-height: 40px; } }
  @media (max-width: 384px) {
    .w3l-cover-3 .middle-section h2 {
      font-size: 30px;
      line-height: 35px; }
    .w3l-cover-3 .middle-section a {
      margin-top: 25px; }
    .w3l-cover-3 .link-list-menu p {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 375px) {
    .w3l-cover-3 .top-bottom {
      padding-top: 3em;
      padding-bottom: 3em; } }
  @media (max-width: 320px) {
    .w3l-cover-3 .middle-section h2 {
      font-size: 26px; }
    .w3l-cover-3 .middle-section h5 {
      font-size: 80px;
      line-height: 85px; } }

.w3l-covers-4 {
  /*-- covers4 block --*/
  /*-- main-slider responsive --*/
  /*-- main-slider responsive --*/
  /* //responsive */ }
  .w3l-covers-4 #covers4-block {
    text-align: center;
    padding: 4em 0 0;
    background: url(../images/com_1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh; }
  .w3l-covers-4 .slider-info h1 {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 100px; }
  .w3l-covers-4 .slider-info h1 a {
    color: var(--white-color); }
  .w3l-covers-4 .slider-info h3 {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: var(--white-color); }
  .w3l-covers-4 .slider-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: var(--white-color);
    max-width: 500px;
    margin: 25px auto; }
  .w3l-covers-4 .rightside-form {
    display: flex;
    width: 550px;
    margin: 0 auto;
    padding-bottom: 30px; }
  .w3l-covers-4 form.rightside-form input {
    background: #ffffff;
    border: none;
    padding: 14px;
    font-size: 14px;
    color: #777777;
    width: 100%;
    border-radius: 0.25rem 0 0 0.25rem; }
  .w3l-covers-4 .rightside-form button {
    background: var(--btn-color);
    border: none;
    color: var(--tittle-color);
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 0 0.25rem 0.25rem 0; }
  @media (max-width: 736px) {
    .w3l-covers-4 .slider-info h1 {
      margin-bottom: 80px; } }
  @media (max-width: 600px) {
    .w3l-covers-4 .rightside-form {
      width: 100%; } }
  @media (max-width: 530px) {
    .w3l-covers-4 .slider-info h3 {
      font-size: 38px;
      line-height: 42px; } }
  @media (max-width: 440px) {
    .w3l-covers-4 .slider-info {
      padding: 0 20px; }
    .w3l-covers-4 form.rightside-form input {
      border-radius: 0.25rem 0.25rem 0.25rem 0.25rem; }
    .w3l-covers-4 .rightside-form button {
      border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
      margin-top: 1em; }
    .w3l-covers-4 .rightside-form {
      display: block; } }

/* Reset */
* {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: none;
  line-height: normal;
  outline: none;
  list-style: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

table {
  border-collapse: collapse !important;
  padding: 0px !important;
  border: none !important;
  border-bottom-width: 0px !important;
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt; }

table td {
  border-collapse: collapse; }

body {
  margin: 0px;
  padding: 0px; }

.ExternalClass * {
  line-height: 100%; }

ul.email-social li {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px; }

ul.email-social li span.fa {
  color: #ffae00; }

/* Responsive */
@media only screen and (max-width: 600px) {
  /* Tables
 parameters: width, alignment, padding */
  table[class=scale] {
    width: 100% !important; }
  table[class=scale90] {
    width: 90% !important; }
  table[class=scale85] {
    width: 85% !important; }
  table[class=scale80] {
    width: 80% !important; }
  table[class=scale75] {
    width: 55% !important; }
  td.img-td img {
    margin: 0 auto !important; }
  table[class=scale-reset] {
    width: 100% !important;
    height: auto !important; }
  /* Td */
  td[class=scale-left] {
    width: 100% !important;
    text-align: left !important; }
  td[class=scale-left-bottom] {
    width: 100% !important;
    text-align: left !important;
    padding-bottom: 25px !important; }
  td[class=scale-left-top] {
    width: 100% !important;
    text-align: left !important;
    padding-top: 25px !important; }
  td[class=scale-left-all] {
    width: 100% !important;
    text-align: left !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  td[class=scale-center] {
    width: 100% !important;
    text-align: center !important; }
  td[class=scale-center-both] {
    width: 100% !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important; }
  td[class=scale-center-both-top] {
    width: 100% !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 25px !important; }
  td[class=scale-center-bottom] {
    width: 100% !important;
    text-align: center !important;
    padding-bottom: 25px !important; }
  td[class=scale-center-top] {
    width: 100% !important;
    text-align: center !important;
    padding-top: 25px !important; }
  td[class=scale-center-all] {
    width: 100% !important;
    text-align: center !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 20px !important;
    padding-right: 20px !important; }
  td[class=scale-center-extraall] {
    width: 100% !important;
    text-align: center !important;
    padding-top: 54px !important;
    padding-bottom: 25px !important; }
  td[class=scale-right] {
    width: 100% !important;
    text-align: right !important; }
  td[class=scale-right-bottom] {
    width: 100% !important;
    text-align: right !important;
    padding-bottom: 25px !important; }
  td[class=scale-right-top] {
    width: 100% !important;
    text-align: right !important;
    padding-top: 25px !important; }
  td[class=scale-right-all] {
    width: 100% !important;
    text-align: right !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  td[class=scale-center-extratop] {
    width: 100% !important;
    text-align: center !important;
    padding-top: 60px !important; }
  td[class=reset] {
    height: 0px !important; }
  p[class=reset] {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  p[class=reset-top] {
    margin-top: 0px !important; }
  img[class="reset"] {
    display: inline !important; } }

.w3l-products-1 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-products-1 .products1-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    text-align: center; }
  .w3l-products-1 .products1 {
    background: #ffffff;
    padding: 80px 0; }
  .w3l-products-1 a.ecom_bt {
    cursor: pointer;
    background: var(--btn-color);
    font-size: 16px;
    color: #000000;
    border: 1px solid var(--btn-color);
    font-weight: 600;
    outline: none;
    border-radius: 0px;
    padding: 10px 18px;
    display: block;
    margin-top: 10px;
    border-radius: 0.25rem; }
  .w3l-products-1 a.ecom_bt:hover {
    background: #EEC344;
    border: 1px solid #EEC344; }
  .w3l-products-1 .products1 h4 a {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block; }
  .w3l-products-1 .products1 h4 a:hover {
    color: var(--icon-color); }
  .w3l-products-1 .products1 p {
    font-size: 16px;
    line-height: 24px;
    color: #777; }
  .w3l-products-1 .procolm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 20px 0 0; }
  .w3l-products-1 .column {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11);
    padding: 20px 20px 30px; }
  .w3l-products-1 ul.star {
    margin-top: 12px; }
  .w3l-products-1 ul.star li {
    display: inline-block; }
  .w3l-products-1 ul.star span {
    color: var(--icon-color);
    font-size: 13px;
    vertical-align: text-top; }
  .w3l-products-1 ul.star span:hover {
    opacity: 0.8; }
  @media (max-width: 1080px) {
    .w3l-products-1 .products1 h4 {
      font-size: 19px; } }
  @media (max-width: 992px) {
    .w3l-products-1 .products1 {
      padding: 60px 0; } }
  @media (max-width: 800px) {
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr 1fr 1fr;
      grid-row-gap: 50px; } }
  @media (max-width: 736px) {
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) {
    .w3l-products-1 .products1 {
      padding: 50px 0; } }
  @media (max-width: 568px) {
    .w3l-products-1 .products1 {
      padding: 40px 0; } }
  @media (max-width: 415px) {
    .w3l-products-1 .products1 h4 {
      margin-top: 15px; }
    .w3l-products-1 .grids p {
      margin-top: 10px; }
    .w3l-products-1 ul.star span {
      margin-left: 0px; }
    .w3l-products-1 .products1-content {
      grid-row-gap: 40px; } }
  @media (max-width: 384px) {
    .w3l-products-1 .products1 h3 {
      font-size: 27px;
      line-height: 28px;
      margin-top: 25px; }
    .w3l-products-1 .products1 p {
      font-size: 16px; }
    .w3l-products-1 .products1-content {
      grid-template-columns: 1fr; } }

.w3l-features-photo-7 {
  /* titels-7 */
  /*******************KEYFRAMES*******************/
  /******************MEDIA QUERYS******************/
  /* responsive code */ }
  .w3l-features-photo-7 .w3l-features-photo-7_sur {
    padding: 60px 0 80px; }
  .w3l-features-photo-7 .w3l-features-photo-7_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    align-items: center; }
  .w3l-features-photo-7 a.actionbg {
    border: 2px solid #9d9d9d;
    background: #9d9d9d;
    color: #fff;
    text-decoration: none;
    width: 170px;
    display: inline-block;
    height: 45px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 0.25rem; }
  .w3l-features-photo-7 a.actionbg:hover {
    border: 2px solid #a9a9a9;
    background: #a9a9a9; }
  .w3l-features-photo-7 a.actionbg1 {
    border: 2px solid var(--btn-color);
    background: var(--btn-color);
    color: #000000;
    text-decoration: none;
    width: 170px;
    display: inline-block;
    height: 45px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border-radius: 0.25rem; }
  .w3l-features-photo-7 a.actionbg1:hover {
    border: 2px solid #c2950d;
    background: #c2950d; }
  .w3l-features-photo-7 .buttons {
    margin-bottom: 20px; }
  .w3l-features-photo-7 ul.siz li {
    display: inline-block; }
  .w3l-features-photo-7 ul.siz li a {
    border: 1px solid #a1a1a1;
    padding: 9px 18px;
    color: #a1a1a1; }
  .w3l-features-photo-7 .feat_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 40px; }
  .w3l-features-photo-7 .w3l-features-photo-7_top-left li {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #000000; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h3 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    color: #000000; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h5 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 28px;
    color: var(--icon-color); }
  .w3l-features-photo-7 label.tp-1 {
    font-size: 18px;
    color: #b4b4b4;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through; }
  .w3l-features-photo-7 .w3l-features-photo-7_top-left li span {
    font-weight: 700; }
  .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    display: inline-block; }
  .w3l-features-photo-7 select#country1 {
    padding: 6px 20px;
    -webkit-appearance: none; }
  .w3l-features-photo-7 .w3l-features-photo-7_top p {
    font-size: 16px;
    line-height: 25px;
    color: #777777; }
  .w3l-features-photo-7 .color-quality-right {
    margin-bottom: 20px; }
  .w3l-features-photo-7 .gallery-7_sur {
    padding: 70px 0;
    background: #F5F9FC; }
  .w3l-features-photo-7 .galleryContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    position: relative; }
  .w3l-features-photo-7 .gallery {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center; }
  .w3l-features-photo-7 .gallery input {
    display: none; }
  .w3l-features-photo-7 .galleryImage {
    transition: opacity 0.25s ease-out;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .w3l-features-photo-7 .gallery > img:first-of-type {
    position: relative !important;
    display: flex !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 10; }
  .w3l-features-photo-7 .arrowsContainer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    z-index: 20;
    overflow: hidden; }
  .w3l-features-photo-7 .arrowsContainer img {
    width: 100px;
    background: white;
    opacity: 0.4;
    padding-bottom: 20px;
    transition: 0.1s ease; }
  .w3l-features-photo-7 .leftArrow {
    border-top-right-radius: 10px;
    position: absolute;
    bottom: -20px;
    left: -30px;
    padding-left: 40px;
    padding-right: 15px; }
  .w3l-features-photo-7 .rightArrow {
    border-top-left-radius: 10px;
    position: absolute;
    bottom: -20px;
    right: -30px;
    padding-right: 40px;
    padding-left: 15px; }
  .w3l-features-photo-7 .leftArrow:active,
  .w3l-features-photo-7 .rightArrow:active {
    transform: scale(0.95, 0.95); }
  .w3l-features-photo-7 .thumbnails {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 5%;
    z-index: 30;
    margin-top: 10px;
    /*border-left: 6px solid black;*/
    scroll-snap-type: mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; }
  .w3l-features-photo-7 .thumbnailImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .w3l-features-photo-7 .thumbnailImage {
    margin: 0 5px;
    -moz-scroll-snap-align: start;
    -ms-scroll-snap-align: start;
    scroll-snap-align: start; }
  .w3l-features-photo-7 .thumbnailImage:first-child {
    margin-left: 0px; }
  .w3l-features-photo-7 .thumbnailImage:last-child {
    margin-right: 0px; }
  .w3l-features-photo-7 #c1:checked + #i1 {
    opacity: 1; }
  .w3l-features-photo-7 #c2:checked + #i2 {
    opacity: 1; }
  .w3l-features-photo-7 #c3:checked + #i3 {
    opacity: 1; }
  .w3l-features-photo-7 #c4:checked + #i4 {
    opacity: 1; }
  .w3l-features-photo-7 #c5:checked + #i5 {
    opacity: 1; }
  .w3l-features-photo-7 #c6:checked + #i6 {
    opacity: 1; }
  .w3l-features-photo-7 #c7:checked + #i7 {
    opacity: 1; }
  .w3l-features-photo-7 #c8:checked + #i8 {
    opacity: 1; }
  .w3l-features-photo-7 #c9:checked + #i9 {
    opacity: 1; }
  .w3l-features-photo-7 #c10:checked + #i10 {
    opacity: 1; }
  .w3l-features-photo-7 #c11:checked + #i11 {
    opacity: 1; }
  .w3l-features-photo-7 #c12:checked + #i12 {
    opacity: 1; }
  .w3l-features-photo-7 #c13:checked + #i13 {
    opacity: 1; }
  .w3l-features-photo-7 #c1:checked + #i1 + #arrows1 {
    display: flex; }
  .w3l-features-photo-7 #c2:checked + #i2 + #arrows2 {
    display: flex; }
  .w3l-features-photo-7 #c3:checked + #i3 + #arrows3 {
    display: flex; }
  .w3l-features-photo-7 #c4:checked + #i4 + #arrows4 {
    display: flex; }
  .w3l-features-photo-7 #c5:checked + #i5 + #arrows5 {
    display: flex; }
  .w3l-features-photo-7 #c6:checked + #i6 + #arrows6 {
    display: flex; }
  .w3l-features-photo-7 .thumbnails label,
  .w3l-features-photo-7 .arrowsContainer label {
    cursor: pointer;
    overflow: hidden; }
  .w3l-features-photo-7 .thumbnails label img {
    transition: 0.3s ease; }
  .w3l-features-photo-7 .thumbnails label img:hover {
    transform: scale(1.2, 1.2); }
  .w3l-features-photo-7 label:focus {
    box-shadow: 0px 0px 7px 1px white; }
  @media screen and (max-width: 992px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px; } }
  @media screen and (max-width: 568px) {
    .w3l-features-photo-7 .feat_top {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 480px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      margin-bottom: 16px;
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (max-width: 415px) {
    .w3l-features-photo-7 .w3l-features-photo-7_sur {
      padding: 30px 0; } }
  @media screen and (max-width: 387px) {
    .w3l-features-photo-7 a.actionbg, .w3l-features-photo-7 a.actionbg1 {
      width: 130px; }
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (max-width: 320px) {
    .w3l-features-photo-7 .w3l-features-photo-7_top h4 {
      font-size: 24px;
      line-height: 30px; }
    .w3l-features-photo-7 a.actionbg, .w3l-features-photo-7 a.actionbg1 {
      width: 124px; }
    .w3l-features-photo-7 ul.siz li a {
      padding: 7px 14px; } }

/* //titels-7 */
.w3l-products-17 {
  /*-- responsive design --*/
  /*-- //responsive design --*/ }
  .w3l-products-17 .products17-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-products-17 .column.pro {
    border: 1px solid #dfdfdf;
    padding: 1em;
    text-align: center; }
  .w3l-products-17 .products17 {
    padding: 0px 0 80px; }
  .w3l-products-17 .products17 h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #000000; }
  .w3l-products-17 .products17 h4 a {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    text-decoration: none;
    display: inline-block; }
  .w3l-products-17 .products17 h4 a:hover {
    color: var(--icon-color); }
  .w3l-products-17 .products17 p {
    font-size: 15px;
    line-height: 20px;
    color: #777777;
    margin-top: 5px; }
  .w3l-products-17 ul.star {
    margin-top: 12px; }
  .w3l-products-17 ul.star li {
    display: inline-block; }
  .w3l-products-17 ul.star span {
    color: #8298AB;
    font-size: 13px;
    line-height: 20px;
    margin-left: 10px;
    vertical-align: text-top; }
  @media (max-width: 1080px) {
    .w3l-products-17 .products1 h4 {
      font-size: 19px; } }
  @media (max-width: 800px) {
    .w3l-products-17 .products17-content {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 20px; } }
  @media (max-width: 480px) {
    .w3l-products-17 .products17-content {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 415px) {
    .w3l-products-17 .products17 h4 {
      margin-top: 15px; }
    .w3l-products-17 .grids p {
      margin-top: 10px; }
    .w3l-products-17 .products17 {
      padding: 0px 0 40px; }
    .w3l-products-17 ul.star span {
      margin-left: 0px; } }
  @media (max-width: 384px) {
    .w3l-products-17 .products17 h3 {
      font-size: 27px;
      line-height: 28px;
      margin-top: 25px; }
    .w3l-products-17 .products17 p {
      font-size: 16px; } }
  @media (max-width: 320px) {
    .w3l-products-17 .products17-content {
      grid-template-columns: 1fr; } }

.w3l-ecom-cart {
  /*
I wanted to go with a mobile first approach, but it actually lead to more verbose CSS in this case, so I've gone web first. Can't always force things...

Side note: I know that this style of nesting in SASS doesn't result in the most performance efficient CSS code... but on the OCD/organizational side, I like it. So for CodePen purposes, CSS selector performance be damned.
*/
  /* Global settings */
  /* Global "table" column settings */
  /* This is used as the traditional .clearfix class */
  /* Apply clearfix in a few places */
  /* Apply dollar signs */
  /* Body/Header stuff */
  /* Column headers */
  /* Product entries */
  /* Totals section */
  /* Make adjustments for tablet */
  /* Make more adjustments for phone */ }
  .w3l-ecom-cart .covers-main {
    padding: 80px 0; }
  .w3l-ecom-cart .product-image {
    float: left;
    width: 20%; }
  .w3l-ecom-cart .product-details {
    float: left;
    width: 37%; }
  .w3l-ecom-cart .product-price {
    float: left;
    width: 12%;
    color: #000000;
    font-weight: bold; }
  .w3l-ecom-cart .product-quantity {
    float: left;
    width: 10%; }
  .w3l-ecom-cart .product-removal {
    float: left;
    width: 9%; }
  .w3l-ecom-cart .product-line-price {
    float: left;
    width: 12%;
    text-align: right;
    color: var(--icon-color);
    font-weight: bold; }
  .w3l-ecom-cart .group:before,
  .w3l-ecom-cart .shopping-cart:before,
  .w3l-ecom-cart .column-labels:before,
  .w3l-ecom-cart .product:before,
  .w3l-ecom-cart .totals-item:before,
  .w3l-ecom-cart .group:after,
  .w3l-ecom-cart .shopping-cart:after,
  .w3l-ecom-cart .column-labels:after,
  .w3l-ecom-cart .product:after,
  .w3l-ecom-cart .totals-item:after {
    content: '';
    display: table; }
  .w3l-ecom-cart .group:after,
  .w3l-ecom-cart .shopping-cart:after,
  .w3l-ecom-cart .column-labels:after,
  .w3l-ecom-cart .product:after,
  .w3l-ecom-cart .totals-item:after {
    clear: both; }
  .w3l-ecom-cart .group,
  .w3l-ecom-cart .shopping-cart,
  .w3l-ecom-cart .column-labels,
  .w3l-ecom-cart .product,
  .w3l-ecom-cart .totals-item {
    zoom: 1; }
  .w3l-ecom-cart .product .product-price:before,
  .w3l-ecom-cart .product .product-line-price:before,
  .w3l-ecom-cart .totals-value:before {
    content: '$'; }
  .w3l-ecom-cart label {
    color: #aaa; }
  .w3l-ecom-cart .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 600; }
  .w3l-ecom-cart .covers-main h1 {
    margin-bottom: 2.5rem; }
  .w3l-ecom-cart .product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center; }
  .w3l-ecom-cart .product .product-details .product-title a {
    margin-right: 20px;
    font-weight: 600;
    color: #000000;
    font-size: 18px; }
  .w3l-ecom-cart .img-responsive {
    width: 25%; }
  .w3l-ecom-cart .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em; }
  .w3l-ecom-cart .product .product-quantity input {
    width: 46px;
    border: 1px solid rgba(51, 51, 51, 0.41);
    padding: 3px 6px; }
  .w3l-ecom-cart .product .remove-product {
    border: 0;
    padding: 8px 14px;
    background-color: #828282;
    color: #fff;
    font-size: 12px;
    border-radius: 3px; }
  .w3l-ecom-cart .product .remove-product:hover {
    background-color: #333; }
  .w3l-ecom-cart .totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px; }
  .w3l-ecom-cart .totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right; }
  .w3l-ecom-cart .totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right; }
  .w3l-ecom-cart .checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 12px 25px;
    background-color: var(--btn-color);
    color: #000;
    font-size: 16px;
    border-radius: 0.25rem; }
  .w3l-ecom-cart .checkout:hover {
    background-color: #ffbf00; }
  @media screen and (max-width: 991px) {
    .w3l-ecom-cart .covers-main {
      padding: 60px 0; }
    .w3l-ecom-cart .product-quantity {
      width: 11%; }
    .w3l-ecom-cart .product-price {
      width: 11%; } }
  @media screen and (max-width: 414px) {
    .w3l-ecom-cart .covers-main {
      padding: 40px 0; } }
  @media screen and (max-width: 900px) {
    .w3l-ecom-cart .product {
      display: block;
      padding-bottom: 20px; }
    .w3l-ecom-cart .shopping-cart {
      margin: 0;
      padding-top: 20px;
      border-top: 1px solid #eee; }
    .w3l-ecom-cart .column-labels {
      display: none; }
    .w3l-ecom-cart .product-image {
      float: right;
      width: auto; }
    .w3l-ecom-cart .product-image img {
      margin-bottom: 10px; }
    .w3l-ecom-cart .product-details {
      float: none;
      margin-bottom: 10px;
      width: auto; }
    .w3l-ecom-cart .product-price {
      clear: both;
      width: 70px; }
    .w3l-ecom-cart .product-quantity {
      width: 100px; }
    .w3l-ecom-cart .product-quantity input {
      margin-left: 20px; }
    .w3l-ecom-cart .product-quantity:before {
      content: 'x'; }
    .w3l-ecom-cart .product-removal {
      width: auto; }
    .w3l-ecom-cart .product-line-price {
      float: right;
      width: 70px; } }
  @media screen and (max-width: 384px) {
    .w3l-ecom-cart .product-removal {
      float: right; }
    .w3l-ecom-cart .product-line-price {
      float: left;
      clear: left;
      width: auto;
      margin-top: 20px; }
    .w3l-ecom-cart .product .product-line-price:before {
      content: 'Item Total: $'; }
    .w3l-ecom-cart .totals .totals-item label {
      width: 60%; }
    .w3l-ecom-cart .totals .totals-item .totals-value {
      width: 40%; }
    .w3l-ecom-cart .covers-main h1 {
      margin-bottom: 2rem; } }

.w3l-contacts-9-main {
  /* contacts */
  /* //contacts */
  /* responsive */
  /* //responsive */ }
  .w3l-contacts-9-main .d-grid {
    display: grid; }
  .w3l-contacts-9-main .grid-col-2 {
    grid-template-columns: 1fr 1fr; }
  .w3l-contacts-9-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .w3l-contacts-9-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .w3l-contacts-9-main a.action {
    border: none;
    color: #304659;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }
  .w3l-contacts-9-main a.action img {
    margin-left: 4px; }
  .w3l-contacts-9-main .top-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px; }
  .w3l-contacts-9-main .cont-details span.fa {
    margin-right: 10px; }
  .w3l-contacts-9-main .cont-details h5 {
    font-size: 30px;
    line-height: 40px;
    color: var(--tittle-color);
    margin-bottom: 20px;
    font-weight: 600; }
  .w3l-contacts-9-main .cont-details p, .w3l-contacts-9-main .cont-details p a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color); }
  .w3l-contacts-9-main .cont-details p a:hover {
    text-decoration: underline;
    opacity: 0.8; }
  .w3l-contacts-9-main .cont-details address {
    margin: 25px 0 10px; }
  .w3l-contacts-9-main .cont-details address p {
    margin: 10px 0; }
  .w3l-contacts-9-main .contacts-9 {
    padding: 80px 0; }
  .w3l-contacts-9-main h4.sub-feat-text {
    color: var(--tittle-color);
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 40px; }
  .w3l-contacts-9-main p.sub-para {
    color: var(--text-color);
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 40px; }
  .w3l-contacts-9-main .map iframe {
    width: 100%;
    height: 550px; }
  .w3l-contacts-9-main .map-w3l-content-9 form input,
  .w3l-contacts-9-main .map-w3l-content-9 form textarea {
    background: #fff;
    border: 1px solid var(--icon-color);
    color: #777;
    font-size: 13px;
    line-height: 20px;
    padding: 12px 15px;
    width: 100%;
    margin-top: 15px; }
  .w3l-contacts-9-main .map-w3l-content-9 h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000000; }
  .w3l-contacts-9-main .map-w3l-content-9 form textarea {
    resize: none;
    min-height: 140px; }
  .w3l-contacts-9-main .map-w3l-content-9 form input:focus,
  .w3l-contacts-9-main .map-w3l-content-9 form textarea:focus {
    outline: 1px solid var(--icon-color); }
  .w3l-contacts-9-main button {
    background: var(--btn-color);
    border: none;
    color: #000000;
    font-size: 17px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 600;
    width: 103px;
    height: 40px;
    margin: 20px auto 0;
    border-radius: 0.25rem; }
  .w3l-contacts-9-main button:hover {
    background: #c2950d; }
  .w3l-contacts-9-main .contacts-sub-9 address h4 {
    margin-bottom: 10px; }
  .w3l-contacts-9-main .contacts-sub-9 address a {
    display: block; }
  @media (max-width: 992px) {
    .w3l-contacts-9-main .contacts-9 {
      padding: 60px 0; }
    .w3l-contacts-9-main .top-map {
      grid-template-columns: 1fr;
      grid-gap: 30px; }
    .w3l-contacts-9-main .map {
      order: 2; }
    .w3l-contacts-9-main .map-w3l-content-9 {
      order: 1; }
    .w3l-contacts-9-main .cont-details p, .w3l-contacts-9-main .cont-details p a {
      font-size: 16px; }
    .w3l-contacts-9-main .cont-details h5 {
      font-size: 32px;
      line-height: 35px; }
    .w3l-contacts-9-main .cont-details {
      padding: 0 0 20px; }
    .w3l-contacts-9-main .map iframe {
      height: 350px; } }
  @media (max-width: 800px) {
    .w3l-contacts-9-main h4.sub-feat-text {
      margin-bottom: 10px;
      font-size: 33px; }
    .w3l-contacts-9-main p.sub-para {
      font-size: 15px; } }
  @media (max-width: 736px) {
    .w3l-contacts-9-main .top-map {
      grid-template-columns: 1fr;
      grid-gap: 25px; } }
  @media (max-width: 600px) {
    .w3l-contacts-9-main .contacts-9 {
      padding: 50px 0; } }
  @media (max-width: 568px) {
    .w3l-contacts-9-main .contacts-9 {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .w3l-contacts-9-main h4.sub-feat-text {
      margin-bottom: 8px;
      font-size: 30px; }
    .w3l-contacts-9-main p.sub-para {
      font-size: 14px;
      margin-bottom: 35px;
      line-height: 20px; }
    .w3l-contacts-9-main .twice-two {
      grid-template-columns: 1fr; }
    .w3l-contacts-9-main button {
      width: 100%; } }
  @media (max-width: 384px) {
    .w3l-contacts-9-main h4.sub-feat-text {
      margin-bottom: 20px;
      font-size: 28px;
      line-height: 28px; } }
	  .nopadding
	  {
		  padding-top:0px;
		   padding-bottom:0px;
		  margin-bottom:0px;
		  margin-top:0px;
	  }

.page-content-wrapper {
    min-height: 100vh;
    width: 100%;
    position: absolute;
    padding: 0px;
   background: url(../images/treasureimage.png) 0px 0px;
   
	
	display: flex; flex-direction: column;
}
.page-content-others {
    min-height: 100vh;
    width: 100%;
    position: absolute;
    padding: 0px;
	display: flex; flex-direction: column;
}
.insideactive
{
	height:auto;
}
.insideactive .form-style-agile {
	margin-bottom: 0.7em;
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	width:100%;
}
 .insideactive input,
 .insideactive textarea,
 .insideactive select {
    background: #fff;
    border: 1px solid var(--icon-color);
    color: #777;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 10px;
    width: 100%;
    margin-top: 5px; }
	 .insideactive input[type="radio"] {
    background: #fff;
    border: 1px solid var(--icon-color);
    color: #777;
    font-size: 13px;
    line-height: 20px;
    width: 10px;
    margin-top: 5px;
	border:thin solid;
	border-radius:50%;
	margin-right: 1em; }
	.insideactive input[type="radio"]:checked {
   background-color: #f4f4f4;
          box-shadow: inset 0 0 0 4px #3197EE; }
	.insideactive input:focus,
  .insideactive textarea:focus,

 .insideactive select:focus {
    outline: 1px solid var(--icon-color); }
  .insideactive button {
    background: var(--btn-color);
    border: none;
    color: #000000;
    font-size: 17px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 600;
    width: 100%;
    height: 40px;
    margin: 5px auto 0;
    border-radius: 0.25rem; }
  .insideactive button:hover {
    background: #c2950d; }
	 .showresult {
    background: var(--btn-color);
    border: none;
    color: #000000;
    font-size: 17px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    height: 40px;
	padding:5px;
    margin: 0 auto 0;
    border-radius: 0.25rem; }
  .showresult:hover {
    background: #c2950d; }
 
  
.seeinsideactive
{
  width:100%;
  max-width:650px;
 min-height:100px;
 height:auto;
  padding:5px;
}
.selectionval
{
	height:200px;
	content:'';
	width:200px;
	background-image:url(../images/startoption.png);
	background-size:cover;
	background-position:center;
}
.selectionval2
{
	height:200px;
	content:'';
	width:200px;
	background-image:url(../images/spinnerresultflag.png);
	background-size:cover;
	font-family: "Lucida Console", "Courier New", monospace;
	background-position:center;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	display:table;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-size:36px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	font-family: "Lucida Console", "Courier New", monospace;
}
.rotatedivnow{
	animation: rotation 1s infinite linear;
}
.rotatedivnow2{
	animation: rotation 10s infinite linear;
}
.rotatedivnow2s{
	animation: rotation 2s infinite linear;
}
.rotatedivnow5s{
	animation: rotation 5s infinite linear;
}
.rotatedivnow10s{
	animation: rotation 10s infinite linear;
}
.rotatedivnow15s{
	animation: rotation 15s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.ballsoptions
{
	width:100%;
	height:auto;
	margin-top:5px;
}
.thebalss
{
	width:13%;
	max-width:60px;
	margin-right:1%;
	float:left;
	height:auto;
	cursor:pointer;
}
.showbackground
{
	background:none;
	background: rgba(0, 0, 0, 0.5);
}
.showtansparent
{
	background:none;
	overflow:hidden;
	
}
 .showtansparent button {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 600;
    width: 100%;
    height: 40px;
    margin: 5px auto 0;
    border-radius: 0.25rem;
	top:90px; }
	.middlething
	{
		content:'';
    display:block;
	height:60px;
	}
.showtansparent h3
{
	color:#FFF;
}
.setwhite
{
	color:#FFF;
}

/*# sourceMappingURL=style-freedom.css.map */
.rainbowText {
  font-family:arial black;
  font-size:20px;
  background-image: 
    linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  animation: move 35s linear infinite;
}
@keyframes move {
	to {
		background-position: 4500vh;
	}
}
.no-titlebar .ui-dialog-titlebar {
  display: none;
}
.showdivvalue
{
	display:block;
	visibility:visible;
}
.hidedivvalue
{
	display:none;
	visibility:hidden;
}
#cover-spin {
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.05);
    z-index:9999;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    left:48%;top:40%;
    width:80px;height:80px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 6px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.positionre
{
	position:relative;
}
.zedindex
{
	z-index: 10;
}
.positionabs
{
	position:absolute;
	 position: absolute;
  top: 0;
  left: 0;
}

/*-- content --*/

.sub-main-w3 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.sub-main-w3 h1 {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    font-style: italic;
    margin: 0.5vw 0.5vw;
    font-family: 'Reem Kufi', sans-serif;
}
.sub-main-w3 h1 span {
    color: #ffae00;
}
.sub-main-w3 form {
    max-width: 600px;
    margin: 0 3vw;
    background: rgba(10, 10, 10, 0.44);
    padding: 2.5vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-left: 6px solid #ffae00;
    border-radius: 30px 0 0 30px;
}
 .insideform {
	width:100%;
    max-width: 600px;
    margin: 0 3vw;
    background: rgba(10, 10, 10, 0.44);
    padding: 1vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

.form-style-agile {
    margin-bottom: 1.5em;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.sub-main-w3 label {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.sub-main-w3 label i {
    font-size: 15px;
    margin-left: 5px;
    color: #ffae00;
    border-radius: 50%;
    line-height: 1.9;
    text-align: center;
}

.form-style-agile input[type="text"],
.form-style-agile input[type="password"] {
    width: 100%;
    color: #000;
    outline: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 15px;
    box-sizing: border-box;
    border: none;
    border: 1px solid #000;
    background: #fff;
}

.sub-main-w3 input[type="submit"],.sub-main-w3 input[type="button"]{
    color: #fff;
    background: #ffae00;
    border: none;
    padding: 13px 0;
    margin-top: 30px;
    outline: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}

.sub-main-w3 input[type="submit"]:hover,.sub-main-w3 input[type="button"]:hover {
    background: #000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.wthree-text {
    width: 100%;
}

.wthree-text ul li:nth-child(1) {
    float: left;
}

.wthree-text ul li:nth-child(2) {
    float: right;
}

.wthree-text ul li {
    display: inline-block;
}

.wthree-text ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

/*--placeholder-color--*/

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

/*-- //placeholder-color --*/

/*-- //content --*/

/*-- button (switch) --*/

.switch.demo3 {
    width: 56px;
    height: 28px;
}

.switch {
    margin: 0px auto;
    position: relative;
}

.switch input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.switch.demo4 label {
    display: block;
    width: 100%;
    height: 100%;
    background: #e64c65;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    color: #FFF;
    box-shadow: inset 0px 0px 0px #0076B3, 0px 0px 0px 0px #1B455A, 0px 2px 1px #FFF;
    -webkit-box-shadow: inset 0px 0px 0px #0076B3, 0px 0px 0px 0px #1B455A, 0px 2px 1px #FFF;
    -moz-box-shadow: inset 0px 0px 0px #0076B3, 0px 0px 0px 0px #1B455A, 0px 2px 1px #FFF;
    -o-box-shadow: inset 0px 0px 0px #0076B3, 0px 0px 0px 0px #1B455A, 0px 2px 1px #FFF;
    font-size: 1.1em;
}

.switch.demo4 label:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border-radius: inherit;
}

.switch.demo4 label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border-radius: inherit;
    /*--background:rgba(51, 92, 140, 0.37);--*/
}

.switch.demo3 label i:before {
    content: " ";
    text-transform: uppercase;
    color: #999999;
    font-size: 0.8em;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -120%;
    color: #fff;
}

.switch.demo3 label {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffae00;
    border-radius: 40px;
    color: #FFF;
}

.switch.demo3 input:checked~label {
    background: #BDBDBD;
    color: #FFF;
}

.switch.demo3 label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border-radius: inherit;
}

.switch.demo3 input:checked~label i {
    right: -1%;
}

.switch.demo3 label i {
    display: block;
    height: 80%;
    width: 41%;
    border-radius: inherit;
    position: absolute;
    z-index: 2;
    right: 58%;
    top: 3px;
    background: #fff;
    border: none;
    box-shadow: 0 0 4px rgb(46, 46, 46);
    -webkit-box-shadow: 0 0 4px rgb(46, 46, 46);
    -moz-box-shadow: 0 0 4px rgb(46, 46, 46);
    -o-box-shadow: 0 0 4px rgb(46, 46, 46);
}

.switch.demo3 input:checked~label i:before {
    content: " ";
    right: 155%;
    color: #FFF;
}

.switch.demo3 label:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border-radius: inherit;
}

.checkout-w3l {
    display: -webkit-inline-box;
}

.checkout-w3l a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    margin-left: 8px;
    vertical-align: bottom;
}

/*-- //button (switch) --*/
@media(max-width:1920px) {
    h1 {
        font-size: 3.5vw;
    }
}

@media(max-width:1024px) {
    h1 {
        font-size: 4.5vw;
    }
}

@media(max-width:800px) {
    h1 {
        font-size: 2.6em;
    }
}

@media(max-width:480px) {
    h1 {
        font-size: 2.3em;
    }
    .sub-main-w3 form {
        padding: 7.5vw;
    }
    .footer p {
        letter-spacing: 1px;
    }
}

@media(max-width:414px) {
    .form-style-agile input[type="text"],
    .form-style-agile input[type="password"] {
        font-size: 13px;
        padding: 13px 15px;
    }
    .wthree-text ul li:nth-child(1),
    .wthree-text ul li:nth-child(2) {
        float: none;
    }
    .wthree-text ul li:nth-child(2) {
        margin-top: 10px;
    }
}

@media(max-width:320px) {
    h1 {
        font-size: 1.8em;
    }
    .sub-main-w3 form {
        padding: 25px 14px;
    }
}
.errormessage
{
	width:100%;
	color:#FFF;
	padding:3px;
}
.congratulationshow
{
	display:block;
	visibility:visible;
}
.congratulationhide
{
	display:none;
	visibility:hidden;
}
.canvasinfos
{
	 position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
		z-index: 9;
        margin: 20px;
		  width: 90%;
        height: 70%;
		margin:0 auto;         
}
/*lotto rules here*/
 .classofchioce
	  {
		  width:100%;
		  height:auto;
	  }
	  .hiderules{
		  visibility:hidden;
		  display:none;
	  }

/*# sourceMappingURL=style-freedom.css.map */
.textnormal
{
	border: 1px solid #d5d5d5;
padding: 0 15px;
    margin-bottom: 10px;
 height: 40px;
}
.textwidth
{
	max-width:7%;
	margin:0px;
	color:#000;
	 border: 0px solid #ffffff;
}
.memnutext{
	color:#fff;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menubutton {
	color: #FFF;
	background: #030353;
	border: solid thin #030323;
	margin-top: 15px;
	min-height: 45px;
	outline: none;
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	  background: linear-gradient(to bottom, #144aa8, #123984, #0e2861, #081841, #030323);
	border-radius: 5px;
	font-weight: 700;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
		height: auto;
}

.menubutton:hover {
 
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.listtext{
	color:#fff;
}
.listbutton {
	background: #FFF;
	border: none;
	margin-top: 5px;
	min-height: 35px;
	height: auto;
	outline: none;
	width: 100%;
	margin:0 auto;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	font-weight: 700;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}

.listbutton:hover {
 
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.listbutton h3 {
	font-weight:bold;
	
}
.logoutbutton {
	
	display:table-cell;
	vertical-align: bottom;
	padding-left:10px;
	
	
}
.divinside
{
	background: #030323;
	padding:7px;
	float:right;
	color: #fff;
	
	border: none;
	
	min-height: 25px;
	height: auto;
	outline: none;
	margin:0 auto;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: 2px;

	font-weight: 700;
	text-align:center;
	
		-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	
	
}
.divsetup
{
	
		-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	float:right;
	 border-top: 35px solid #030323 ;
      border-right: 35px solid transparent;
}
.logoutbutton:hover {
 
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.pickbutton {
    color: #fff;
	float:left;
  
    border: none;
	text-align:center;
    outline: none;
    width: 9.2%;
	padding-top:7px;
	padding-bottom:7px;
	margin-right:2px;
	margin-bottom:2px;
    font-size: 15px;
	font-weight:500;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
 
}
.pickbuttonlast {
    color: #fff;
	float:left;
  
    border: none;
	text-align:center;
    outline: none;
    width: 10%;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:2px;
    font-size: 16px;
	font-weight:500;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
 
}
.pickbutton:hover {
  
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;

}


.trybutton {
    color: #fff;
	float:left;
  
    border: none;
	text-align:center;
    outline: none;
    width: 9.2%;
	padding-top:7px;
	padding-bottom:7px;
	margin-right:2px;
	margin-bottom:2px;
    font-size: 15px;
	font-weight:500;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
 
}
.trybuttonlast {
    color: #fff;
	float:left;
  
    border: none;
	text-align:center;
    outline: none;
    width: 10%;
	
	margin-bottom:2px;
    font-size: 16px;
	font-weight:500;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
 
}
.trybutton:hover {
  
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;

}

.pickbuttonunselect
{
	  background: #030323;
	  color:#FFF;
}
.pickbuttonunfailedselect
{
	  background:#F00;
}
.pickbuttonunwinselect
{
	  background:#0F0;
}
.pickbuttonselect
{
	  background:#FF0;
	  color:#000;
}
.pickbuttonothersselect
{
	  background:#80FFFF;
}
.pickbuttoniselectsselect
{
	  background:#FF8000;
	   color:#000;
}
.pickbankselect
{
	  background: #F00;
}
.hideselectvalue
{
	display:none;
	visibility:hidden;
}
.disable
{
}
.showselectvalue
{
	visibility:visible;
	display:block;
	
}
.selectvalue {
    color: #FFF;
    background: #FFF;
    border: none;
    padding: 5px 0;
    margin-top: 10px;
	min-height:30px;
	height:auto;
    outline: none;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
	visibility:hidden;
	display:none;
	
}
.selectvalueagainst {
    color: #FFF;
    background: #FFF;
    border: none;
    padding: 5px 0;
    margin-top: 10px;
	min-height:30px;
	height:auto;
    outline: none;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
	cursor:pointer;	
}
.setBorder
{
	border: #F00 thin solid;
}

.selectarea {
    color: #FFF;
    border: none;
    margin-top: 10px;
	min-height:30px;
	height:auto;
    outline: none;
    
	width:100%;
    font-size: 15px;
   
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	
}
.selectareainside {
	margin:0 auto;
	min-height:30px;
	height:auto;
    outline: none;
    
	width:auto;
	
}


.actionbutton {
	color: #030353;
	border: none;
	outline: none;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
   }

.actionbutton:hover {
	color:#036;

    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
#button{
  display:block;
  margin:20px auto;
  padding:10px 30px;
  background-color:#eee;
  border:solid #ccc 1px;
  cursor: pointer;
}

.listselection {
	background-color: #FFF;
	width: 100%;
	color: #999;
	font-size:14px;
	font-weight:600;
	padding:2px;
	margin-bottom:5px;
	min-height:40px;
	height:auto;
	
	border-top:solid thin #999;
	cursor:pointer;
}
.listselection a{
	
	color: #999;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}
.textitop{
	
	color: #333;
	font-size:14px;
	font-weight:bold;
	width:100%;
	line-height:16px;
}
.textinside{
	margin-top:5px;
	
	color: #999;
	font-size:14px;
	font-weight:600;
	width:100%;
	line-height:14px;
}
.everydivuse {
	width: 32.66666%;
	
    background: #030323;
    border: none;
    padding: 2px 0;

    outline: none;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
	text-align:center;
	margin-top:2px;
}
.everydivuse:hover {
    background: #000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.textwidth
{
	max-width:7%;
	border:none;
	color:#000;
}
.icondisplay {
	float: left;
	height: auto;
	width: 15%;
	max-width:30px;
	margin-right:3px;
	margin-left:2px;
}
.icontext {
	float: left;
	height: auto;
	margin-right:4px;
	padding:5px;
	font-weight:bold;
}
.containernow
{
	width:100%;
	 display: table;
     position: absolute;
	height:90%;
}
.containerothers
{
	width:100%;
	min-height:100%;
height:auto;
	display:table;
}
.containerinside
{
	
	display: table-cell;
	height:100%;
	vertical-align:middle;
	
	
	
}
.containerinsidetop
{
	
	display:table-cell;
	vertical-align:top;
	height:auto;
	overflow:visible;
	
}
.thecontent
{
	width:95%;
	max-width:500px;
	min-height:100px;
	margin:0 auto;
	height:auto;
}
.topdiv
{
	width:100%;

	height:5%;
}
.floater {
    float: left;
    height: 50%;
    width: 100%;
    margin-bottom: -50px;
}
.floatright
{
	float:right;
	text-align:right;
}
.floatleft
{
	float:left;
	text-align:left;
	margin-right:5px;
}
.floatcenter
{
	float:left;
	text-align:center;
}
.w3l-forms-23 {
  /*-- Forms23 block --*/ }
  .insideactive #forms23-block {
    background: url(../images/com_1.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 80px 0; }
  .insideactive .d-grid {
    display: grid; }
  .insideactive .forms23-grids {
    grid-template-columns: 2fr 1.5fr;
    align-items: center;
    background: #fff;
    padding: 50px 50px;
    max-width: 800px;
    margin: 0 auto;
    grid-gap: 30px; }
	 .insideactive .forms23-nogrids {
		  grid-template-columns: 2fr;
    align-items: center;
    background: #fff;
    padding: 10px 10px;
	width:100%;
    max-width: 800px;
    margin: 0 auto;
    grid-gap: 5px; }
  .insideactive .form23 {
    text-align: left;
    border-right: 1px solid #777777;
    padding-right: 50px; }
  .insideactive .form23-text {
    text-align: center;
    max-width: 300px;
    margin: 0 auto; }
.overlay2{
	display: none;	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
.radio-label
{
	font-weight:600;
	font-size:18px;
	display: inline-block;
	 position: relative;
        top: -0.2em;
        margin-right: 1em; 
}
.radio-quest
{
	font-weight:600;
	font-size:24px;
	display: inline-block;
	 position: relative;
        top: -0.2em;
        margin-right: 1em;
		border:solid thin;
		border-radius:50%;
		padding:10px;
		padding-right:15px;
		padding-left:15px;
}
.topone
{
	background-color:#030323;
}
.toptwo
{
	background-color:#060;
}
.topthree
{
	background-color:#00C;
}
.topfour
{
	background-color:#CF1703;
}
.topfive
{
	background-color:#9B0297;
}
.topsix
{
	background-color:#3F3A07;
}
.topseven
{
	background-color:#232347;
}
.topeight
{
	background-color:#327265;
}
.topnine
{
	background-color:#FF09FF;
}
.topten
{
	background-color:#400000;
}
.inssidebutton{
	background-size:cover; background-color:transparent;
	padding-top:5px;
	padding-bottom:5px;
}
.cursorpointer
{
	cursor:pointer;
}
.holdallinside
{
	height:350px;
	content:'';
	width:350px;
	
	background-size:cover;
	background-position:center;
	position: relative;
}
.trayselectionval
{
	height:350px;
	content:'';
	width:350px;
	background-image:url(../images/tray200.png);
	background-size:cover;
	background-position:center;
}
.trayholderval
{
	height:350px;
	content:'';
	width:350px;
	background-image:url(../images/defaulttray.png);
	background-size:cover;
	background-position:center;
	position: absolute;
	top: 0;
        left: 0;
}
.trayball
{
	height:350px;
	width:350px;
}
.trayselectionval2
{
	height:200px;
	content:'';
	width:200px;
	background-image:url(../images/spinnerresultflag.png);
	background-size:cover;
	font-family: "Lucida Console", "Courier New", monospace;
	background-position:center;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	display:table;
}
.advertbar
{
	width:100%;
	height:100px;
	background-color:#999;
}
.insiderafle
{
	width:100%;
}
.gamearea
{
	width:100%;
	
}
.ticketbasket
{
	width:100%;
	background-color:rgba(130, 152, 171, 0.25);
	padding:5px;
	height:auto;
	overflow:visible;
	clear:both;
}
.thetickets {
    border: none;
    color: #000000;
    font-size: 17px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 600;
    width: 30%;
	max-width:150px;
	padding-top:10px;
    height: 40px;
    margin: 5px;
    border-radius: 0.25rem;
	float:left;
	 }

 .rafletickets {
    background-color:#CCC;
	background-image:url(../images/whiteillustration.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	 }
.rafletickets:hover {
    background: #c2950d; }
	.rafleticketspicked
{
	
	background-color:#CCC;
	background-image:url(../images/slectedrafledraw.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.rafleticketspicked:hover {
    background: #c2950d; }
	.rafleticketsplayed
{
	
	background-color:#CCC;
	background-image:url(../images/rafledraw.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.rafleticketsplayed:hover {
    background: #c2950d; }
	.rafleticketswinners
{
	
	background-color:#CCC;
	background-image:url(../images/greenscratch.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.rafleticketswinners:hover {
    background: #c2950d; }
	.rafleticketslosser
{
	
	background-color:#CCC;
	background-image:url(../images/redscratch.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.rafleticketslosser:hover {
    background: #c2950d; }
	.ourbackground
	{
		background: linear-gradient(to bottom, #020c1f, #0e203e);
		color:#FFF;
	}
	.whitefont
	{
		color:#FFF;
	}
	
	
