<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ffc246;
  --secondary: #384d62;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

p.faq {
  color: #0174c4;
}
li, ol, ul {
    /* float: left; */
    list-style: none;
}
h4{color: #000;}
.scroll{
    width: 100%;
    overflow:scroll;
}
@media screen and (min-width: 768px){
    .scroll::-webkit-scrollbar{
    display: none;
    width: 0;
    height: 0;
}
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters &gt; .col,
  .no-gutters &gt; [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }




@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    /* flex: 0 0 66.66667%; */
    max-width: 66.66667%;
    }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
   }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  }



.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 194, 70, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }







.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }





.clearfix::after {
  display: block;
  clear: both;
  content: ""; }



.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }



/**/


:root {
  --primary: #ffc246;
  --secondary: #384d62;
  --title-color: #1c0a1a;
  --text-color: #5a5a5a;
  --light-bg-color: #fafafa;
  --card-box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
  --card-hover-box-shadow: 1px 20px 30px #C4C4C433; }



* {
  box-sizing: border-box; }

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

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 992px) {
  .container {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1200px; } }


.theme-button {
  transition: 0.3s ease-out;
  display: inline-block;
  line-height: 40px;
  font-weight: 700;
  font-size: 12px;
  margin: 0px;
  padding: 0px 25px;
  border-radius: 4px;
  text-transform: uppercase;
  }

@media screen and (max-width: 384px) {
  .theme-button {
    line-height: 44px;
    padding: 0px 20px; } }

.rounded-circle {
  border-radius: 50%; }


.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }


.btn-primary {
  color: #212529;
  background-color: #ffc246;
  border-color: #ffc246; }
.btn-primary:hover {
  color: #212529;
  background-color: #ffb520;
  border-color: #ffb113; }
.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #ffb520;
  border-color: #ffb113;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 66, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #ffc246;
  border-color: #ffc246; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #ffb113;
  border-color: #ffad06; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 66, 0.5); }

.w3l-index2 .img-one.content-mid {
  background: #ffc246;
  min-height: 100%;
  align-items: center;
  display: grid;
  padding: 0px 40px;
  }

.w3l-index2 .img-info.content-mid {
  background: #384d62;
  min-height: 100%;
  align-items: center;
  display: grid;
  padding: 0px 40px;
  }

.w3l-index2 .img-one {
  overflow: hidden; }

.w3l-index2 .img-one img {
  display: block;
  transition: transform 0.3s linear; }

.w3l-index2 .img-one img:hover {
  transform: scale(1.1);
  transition: transform 0.3s linear; }

.w3l-index2 .info h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700; }

.w3l-index2 .info p {
  color: #eee;
  font-size: 16px;
  line-height: 24.5px; }

.w3l-index2 .info p.white {
  color: #fff; }


@media (max-width: 480px) {
  .w3l-index2 .info h3 {
    font-size: 25px;
  }
  .w3l-index2 .img-info.content-mid,.w3l-index2 .img-one.content-mid{
    padding: 0 30px;
  }
}

/*# footer*/
ul {
    margin: 0;
    padding: 0;
}
.d-grid {
    display: grid;
}

.w3l-footer-29-main #movetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  color: #222;
  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: #febc35;
  padding: 0px;
  border-radius: 4px;
  transition: all 0.5s ease-out 0s; }

.w3l-footer-29-main option {
  background: #ffffff;
  color:#5a5a5a; }

.w3l-footer-29-main .grid-col-2 {
  grid-template-columns: 1fr 1fr; }

.w3l-footer-29-main .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr; }

.w3l-footer-29-main .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-footer-29-main .align-items-center {
  align-items: center; }

.w3l-footer-29-main a.action img {
  margin-left: 4px; }

.w3l-footer-29-main .align-center {
  text-align: center; }

.w3l-footer-29-main .footer-29 {
  background: url(../images/footer.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 80px 0px 30px;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  }

.w3l-footer-29-main .footer-29:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  opacity: 0.8;
  z-index: -1; }

.w3l-footer-29-main .grids-forms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-gap: 100px; */
  align-items: center;
  }

.w3l-footer-29-main .w3l-forms-9 h4.title-head {
  font-size: 24px;
  line-height: 30px;
  color: #fff; }

.w3l-footer-29-main .main-midd p {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin-top: 8px; }

.w3l-footer-29-main .rightside-form {
  display: flex; }

.w3l-footer-29-main .grids-forms-1 {
  border-bottom: 1px solid #454545; }

.w3l-footer-29-main h4.title-head {
  font-size: 30px;
  color: #fff;
  line-height: 42px;
  font-weight: 600;
  }

.w3l-footer-29-main .main-midd-2 {
  text-align: right;}
.w3l-footer-29-main .main-midd-2 a{
  width: 40%;
}


.w3l-footer-29-main .footer-list-29 p {
  color: #aaa;
  font-size: 16px;
  line-height: 25px; }

.w3l-footer-29-main .properties img {
  border-radius: 4px;
  max-width: 48px;
  display: inline-block;
  margin-right: 15px;
  }

.w3l-footer-29-main .footer-top-29 {
  grid-gap: 40px;
  grid-template-columns: 2fr 1fr 2fr 1fr; }

.w3l-footer-29-main .footer-list-29 .properties a {
  /* display: grid; */
  /* grid-template-columns: 1fr 3fr; */
  /* grid-gap: 20px; */
  margin-bottom: 20px;
  display: block;
  }

.w3l-footer-29-main .footer-list-29 .properties a p:hover {
  color: #febc35; }

.w3l-footer-29-main .footer-list-29 a p span {
  display: block;
  color: #fff;
  font-weight: bold; }

.w3l-footer-29-main .footer-list-29 a p {
  color: #aaa;
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  }

.w3l-footer-29-main h6.footer-title-29 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 600; }

.w3l-footer-29-main .footer-list-29 ul li,
.w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
  list-style: none;
  margin-bottom: 10px; }

.w3l-footer-29-main .footer-list-29 ul li:last-child {
  margin-bottom: 0px; }

.w3l-footer-29-main .footer-list-29 ul li a, .w3l-footer-29-main .footer-list-29 ul li p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #aaa; }

.w3l-footer-29-main .footer-list-29 ul li a:hover {
  color: #febc35; }

.w3l-footer-29-main .main-social-footer-29 a {
  margin-right: 10px;
  color: #222;
  background: #febc35;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  transition: 0.3s; }

.w3l-footer-29-main .main-social-footer-29 a:hover {
  transition: 0.3s; }

.w3l-footer-29-main .main-social-footer-29 a.facebook:hover {
  background: #3b5998;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.twitter:hover {
  background: #1da1f2;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.instagram:hover {
  background: #c13584;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.linkedin:hover {
  background: #0077b5;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.google-plus:hover {
  background: #dd4b39;
  color: #fff; }

.w3l-footer-29-main .footer-list-29 ul li span.fa {
  width: 20px; }

.w3l-footer-29-main .main-social-footer-29 a:last-child {
  margin-right: 0; }

.w3l-footer-29-main .copy-footer-29, .w3l-footer-29-main p.sub-paragraph {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #aaa; }

.w3l-footer-29-main .copy-footer-29 a {
  color: #ccc; }

.w3l-footer-29-main .copy-footer-29 a:hover {
  color: #febc35; }

.w3l-footer-29-main ul.list-btm-29,
.w3l-footer-29-main p.right-side-con {
  text-align: right; }

.w3l-footer-29-main .list-btm-29 li {
  list-style-type: none;
  display: inline-block; }

.w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
  margin: 0 15px; }

.w3l-footer-29-main .list-btm-29 li a,
.w3l-footer-29-main .list-btm-29 li select {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #aaa; }

.w3l-footer-29-main .list-btm-29 li a:hover,
.w3l-footer-29-main .list-btm-29 li select:hover {
  color: #fff; }

.w3l-footer-29-main .list-btm-29 li select {
  border: none;
  cursor: pointer;
  background: transparent; }

.w3l-footer-29-main .bottom-source {
  grid-template-columns: .33fr 1fr 1fr .5fr;
  grid-gap: 100px;
  margin-top: 60px; }

.w3l-footer-29-main .main-social-footer-29 {
  margin-top: 20px; }

.w3l-footer-29-main .bottom-copies {
  border-top: 1px solid #454545;
  padding-top: 1em;
  margin-top: 2em;
  }

@media (max-width: 1366px) {
  .w3l-footer-29-main .bottom-source {
    grid-template-columns: .4fr 1.5fr 1.5fr .5fr; } }

@media (max-width: 1080px) {
  .w3l-footer-29-main .footer-29 {
    }
  .w3l-footer-29-main .footer-top-29 {
    grid-gap: 10px; } }

@media (max-width: 1080px) {
  .w3l-footer-29-main .midd-footer-29 {
    margin-top: 6em; }
  .w3l-footer-29-main .bottom-source {
    grid-template-columns: .6fr 1.5fr 2fr .5fr;
    grid-gap: 60px; } }

@media (max-width: 1024px) {
  .w3l-footer-29-main .grid-col-2 {
    grid-template-columns: 1fr; }
  .w3l-footer-29-main .copy-footer-29 {
    text-align: center; }
  .w3l-footer-29-main ul.list-btm-29 {
    text-align: center;
    margin-top: 10px; } }

@media (max-width: 991px) {
  .w3l-footer-29-main .grids-forms {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    }
  .w3l-footer-29-main .footer-top-29 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; } }

.w3l-footer-29-main .main-social-footer-29 a span.fa {
  line-height: 35px; }

@media (max-width: 667px) {
  .w3l-footer-29-main .grids-forms{
    grid-gap: 15px;
  }
  .w3l-footer-29-main .footer-29 {
    padding: 30px 0 20px;
    }
  .w3l-footer-29-main .main-social-footer-29 a {
    margin-right: 5px; }
  .w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
    margin: 0 18px; }
  .w3l-footer-29-main .midd-footer-29 {
    margin-top: 5em;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em; }
  .w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
    margin: 0 12px; } 
    .w3l-footer-29-main h6.footer-title-29{
      margin-bottom: 10px;
    }
    .w3l-footer-29-main .footer-top-29{
          grid-gap: 20px;
    }
}

@media (max-width: 600px) {
  .w3l-footer-29-main .footer-top-29 {
    grid-template-columns: 1fr 1fr; }
  .w3l-footer-29-main .midd-footer-29,
  .w3l-footer-29-main ul.list-btm-29 {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 20px; } }

@media (max-width: 480px) {
  .w3l-footer-29-main .grid-1-footer:nth-child(1) {
    grid-column-start: span 2; }
  .w3l-footer-29-main h4.title-head {
    font-size: 22px;
    line-height: 38px;
    }
  .w3l-footer-29-main .footer-1 {
    grid-column: span 2; }
  .w3l-footer-29-main .footer-3 {
    grid-column: span 2;
    order: 2;
    display: none;
    } }

@media (max-width: 440px) {
  .w3l-footer-29-main .footer-top-29 {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 384px) {
  .w3l-footer-29-main .rightside-form {
    display: block; }
  .w3l-footer-29-main form.rightside-form input {
    border-radius: 4px;
    margin-bottom: 12px; }
  .w3l-footer-29-main .rightside-form button {
    padding: 12px 30px;
    width: 100%;
    border-radius: 4px; }
  .w3l-footer-29-main .footer-top-29 {
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr; }
  .w3l-footer-29-main .midd-footer-29 {
    margin-top: 4em; }
  .w3l-footer-29-main .bottom-source {
    margin-top: 40px; } }


    /**/
.w3l-services2 .features-with-17_sur{
  padding: 50px 0;
}
.w3l-services2 .features-with-17_sur h6 {
  font-size: 60px;
  line-height: 65px;
  margin-top: 20px;
  color: #fff; }

.w3l-services2 .features-with-17_sur {
  background: url(../images/ab-1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1; }
.w3l-services2 .features-with-17_sur .features-with-17-con_sur{
  /*width: 70%;*/
  margin: 0 auto;
}
.w3l-services2 h4.lft-head {
  font-size: 40px;
  color: #fff;
  line-height: 48px;
  font-weight: 600; }

.w3l-services2 p {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  line-height: 24px; }

.w3l-services2 .stats-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-top: 50px; }

.w3l-services2 .stats-1 h4 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px; }

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

.w3l-services2 .features-with-17-right-tp_sur {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  border-radius: 4px; }

.w3l-services2 .features-with-17-right-tp_sur:hover {
  border: 1px solid #febc35;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease; }

.w3l-services2 .features-with-17-right-tp_sur:hover div.features-with-17-left2 h6 a {
  color: #1A1D2D; }

.w3l-services2 .features-with-17-right-tp_sur:hover div.features-with-17-left2 p {
  color:#5a5a5a; }

.w3l-services2 .features-with-17-right-tp_sur:hover div.features-with-17-left1 span {
  color: #febc35; }

.w3l-services2 .features-with-17-left1 span {
  font-size: 50px;
  color: #febc35; }

.w3l-services2 .features-with-17-left2 p {
  color: #d0d0d0;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px; }

.w3l-services2 .features-with-17-right_sur {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }

@media (max-width: 1080px) {
  .w3l-services2 .features-with-17-right-tp_sur {
    padding: 25px; } }

@media (max-width: 736px) {
  .w3l-services2 .features-with-17_sur h6 {
    font-size: 48px;
    line-height: 54px; }
  .w3l-services2 .features-with-17-right_sur {
    grid-gap: 12px; } }

@media (max-width: 500px) {
  .w3l-services2 .features-with-17-right_sur {
    grid-template-columns: 1fr;
    grid-gap: 20px; } 
    .w3l-services2 .features-with-17_sur .features-with-17-con_sur{
      width: 96%;
    }
  }

@media (max-width: 480px) {
  .w3l-services2 .features-with-17_sur h2 {
    font-size: 48px;
    line-height: 53px; } }

@media (max-width: 440px) {
  .w3l-services2 .features-with-17_sur h2 {
    font-size: 40px;
    line-height: 46px; }
  .w3l-services2 h4.lft-head {
    font-size: 30px;
    line-height: 38px; } }

@media (max-width: 350px) {
  .w3l-services2 .features-with-17_sur h2 {
    font-size: 32px;
    line-height: 38px; }
  .w3l-services2 .stats-1 h4 {
    font-size: 30px; }
  .w3l-services2 .features-with-17_sur h5 {
    font-size: 23px;
    line-height: 28px; } }


/*home/products*/
.heading h3 {
    font-size: 36px;
    line-height: 42px;
    color: #1A1D2D;
    font-weight: 600;
}

.w3l-features-8 {
  /*--//content--*/
  /*--/responsive-code--*/
  /*--//responsive-code--*/ }
.heading {
    max-width: 750px;
    margin: 0 auto;
}
.text-center {
    text-align: center !important;
}
.w3l-features-8 .features {
  background: #ffffff; 
  padding: 3em 0;
}

.btn-theme4 {
    padding: 8px 16px;
    color: #222222;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border: 2px solid #febc35;
    background: #febc35;
    border-radius: 4px;
}
.btn-theme4:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}
.features .fea-gd-vv{margin-top: 30px;}
.features .fea-gd-vv .col-lg-4{
  margin-bottom: 15px;
}
.w3l-features-8 .feature-gd h3 {
  font-size: 22px;
  line-height: 28px;
  color: #1A1D2D;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  }

.w3l-features-8 .features h3 a {
  color: #1A1D2D; }
.w3l-features-8 .features h3 a:hover {
  color: #d1a501; }
.w3l-features-8 a.red {
  font-size: 16px;
  line-height: 24px;
  color: #febc35;
  display: inline-block;
  font-weight: 700; }
.w3l-features-8 a.red:hover {
  color: #000; }
.w3l-features-8 .float-lt.feature-gd {
  padding-bottom: 20px;
  }
.w3l-features-8 .float-top {
  background-color: #F9FAFB;
  border: 1px solid #f1f4f7;
  padding: 15px;
  border-radius: 4px; }
.w3l-features-8 .top-right {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px; }
.w3l-features-8 .top-right span.fa {
  color: #febc35;
  font-size: 20px; }
.w3l-features-8 .feature-gd p {
  font-size: 16px;
  line-height: 24px;
  color:#5a5a5a; 
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
}
.w3l-features-8 .float-top img {
  border-radius: 4px; }
.w3l-features-8 .float-top-1 h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #fff; }
.w3l-features-8 .float-top-1 h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #fff; }
.w3l-features-8 .float-top-1 h3 a {
  color: #fff; }
.w3l-features-8 .float-top-1 p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0.8; }
@media (max-width: 1080px) {
  .w3l-features-8 .feature-gd h3 {
    font-size: 20px;
    line-height: 26px; } }
@media (max-width: 500px) {
  .w3l-features-8 .features{
    padding:1em 0;
  }
  .w3l-features-8 .float-lt.feature-gd{
    padding-bottom: 0;
  }

}



.show-app{
  position: fixed;
  right: 0;
  bottom: 32%;
  z-index: 1;
}
.show-app ul li{
  margin: 1px;
  margin-left: 0;
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
}
.show-app ul li a {
  display: inline-block;
  text-align: center;
}
.show-app ul li p{ 
  font-size: 12px;
}
.show-app ul li a img{
  max-width: 100%;
}
    






</pre></body></html>