: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: #007bff;
  --secondary: #6c757d;
  --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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
figure, footer, nav, section { display: block; }
body {
  margin: 0;
  font-family: -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: 'Itim', cursive;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }
.padding-10 { padding: 5px; }
.bg-20 { background-color: rgba(0, 0, 0, 0.2); }
h1, h2, h3, h4 { margin-top: 0; margin-bottom: 0.5rem; }
p { margin-top: 0; margin-bottom: 1rem;}
ul { margin-top: 0; margin-bottom: 1rem; }
strong { font-weight: bolder;}
a { color: #007bff; text-decoration: none; background-color: transparent; }
a:hover { color: #0056b3; text-decoration: underline; }
figure { margin: 0 0 1rem; }
img { vertical-align: middle; border-style: none; }
svg {  overflow: hidden; vertical-align: middle; }
button { border-radius: 0; }
button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
input,
button {
  margin: 0;
  font-family: 'Itim', cursive !important;
  font-size: inherit;
  line-height: inherit; }
button,input { overflow: visible; }
button {
  text-transform: none; }
  input {
  height: 50px;
  background: #ffffdd;
  padding-left: 20px;
  font-size: 18px;
  color: #000;
  border: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  width: 100%;
}
.slider-item{
  background-size: 100%;
}
@media (max-width: 560px){
  .slider-item{
  background-size: unset;
}
}
.input-field1 {	text-align: center; }
button,
[type="button"],
[type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { padding: 0; border-style: none; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }
h1, h2, h3, h4 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; color: inherit; }
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
.font-25 { font-size: 25px; }
.font-50 { font-size: 50px; }
.font-yellow { color: #ffff99; font-size: 18px; }
.list-unstyled { padding-left: 0; list-style: none; }
.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; } }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
.no-gutters { margin-right: 0; margin-left: 0; }
  .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
.col-12, .col-md-3, .col-md-4, .col-md-6, .col-md-7, .col-md-10, .col-md-12, .col-lg-6, .col-lg-12, .col-lg {
  position: relative; width: 100%;
  padding-right: 5px; padding-left: 5px; }
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -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; }
  @media screen and (prefers-reduced-motion: reduce) {
  .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
.btn-primary {
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #fff;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
.btn-success {
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
.btn-danger {
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
.collapse:not(.show) { display: none; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: #80bdff; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #fff; background-color: #b3d7ff; border-color: #b3d7ff; }
.nav-link { display: block; padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus { text-decoration: none; }
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link { padding-right: 0; padding-left: 0; }
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; }
@media (max-width: 991.98px) { .navbar-expand-lg > .container { padding-right: 0; padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
     .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
    .navbar-expand-lg > .container { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler { display: none; } }
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .active > .nav-link { color: #fff; }
.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); }
.media-body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.bg-primary { background-color: #007bff !important; }
a.bg-primary:hover, a.bg-primary:focus {
  border: 3px solid #ffffff !important;
  background-color: #009900 !important; }
.bg-dark { background-color: #343a40 !important; }
.rounded { border-radius: 0.25rem !important; }
.d-block { display: block !important; }
.d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
@media (min-width: 576px) { .d-sm-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } }
@media (min-width: 768px) { .d-md-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } }
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }
@media (min-width: 768px) { .float-md-left { float: left !important; } }
.w-100 { width: 100% !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-3 { margin-top: 1rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.py-1 { padding-top: 0.25rem !important; }
.py-1 { padding-bottom: 0.25rem !important; }
.pl-3 { padding-left: 1rem !important; }
.mr-auto { margin-right: auto !important; }
@media (min-width: 768px) { .ml-md-5 { margin-left: 3rem !important; } }
.text-center { text-align: center !important; }
@media print { *, *::before, *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) { text-decoration: underline; }
  img { page-break-inside: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  @page { size: a3; }
  body { min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar { display: none; } }
body {
  background: #494949;
  line-height: 1.8;
  font-weight: 400;
  color: gray; }
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #f79f24; }
  a:hover, a:focus {
    text-decoration: none;
    color: #f79f24;
    outline: none !important; }
h1, h2, h3, h4 { line-height: 1.5; font-weight: 400; }
.ftco-navbar-light { z-index: 3; padding: 0; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #000000 !important;
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  @media (max-width: 991.98px) { .ftco-navbar-light .navbar-nav { padding-bottom: 10px; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 18px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    color: #ffcc00;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      background-color: #f79f24;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      z-index: -1; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #ffffff; }
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
        visibility: visible;
        background-color: #f79f24;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7); }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #fff; }
          .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
            display: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff; }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
      visibility: visible;
      background-color: #f79f24;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #f79f24; }
        .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }
.hero-wrap {
  width: 100%; height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  @media (max-width: 1199.98px) { .hero-wrap { background-position: center center !important; } }
  .hero-wrap .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ''; opacity: .4; background: #000000; }
  .hero-wrap .slider-text h1 { color: #fff; line-height: 1.2; }
    @media (max-width: 991.98px) { .hero-wrap .slider-text h1 { font-size: 40px; } }
  .hero-wrap .slider-text p { font-size: 18px; line-height: 1.5; }
.owl-carousel { position: relative; }
  .owl-carousel.home-slider { position: relative; height: 700px; z-index: 0; }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 700px;
      position: relative;
      z-index: 0;
      overflow: hidden; }
      .owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #000000;
        opacity: .8;
        width: 100%;
        padding: 0;
        z-index: 0; }
@media (max-width: 1199.98px) { .owl-carousel.home-slider .slider-item { background-position: left top !important; } }
 .owl-carousel.home-slider .slider-item .slider-text { height: 700px; position: relative; }
 .owl-carousel.home-slider .slider-item .slider-text .text { z-index: 0; color: rgba(255, 255, 255, 0.9); }
 .owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1); }
@media (max-width: 991.98px) { .owl-carousel.home-slider .slider-item .slider-text h1 { font-size: 40px; letter-spacing: 3px; } }
 .owl-carousel.home-slider .slider-item .slider-text h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #f79f24;
  display: inline-block;
  position: relative;
  letter-spacing: 4px; }
.owl-carousel { position: relative; }
.bg-primary { background: #00aa00 !important; border-radius: 30px; } 
.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600; }
  .btn:hover, .btn:active, .btn:focus { outline: none; }
  .btn.btn-primary {
    background: #f79f24;
    border: 1px solid #f79f24;
    color: #fff; }
    .btn.btn-primary:hover { border: 1px solid #f79f24; }
@media (max-width: 767px) { .mobile-show { display: block; } }
@media (min-width: 768px) { .mobile-show { display: none; } }
@media (min-width: 992px) { .intro-wrap { margin-top: -80px; } }
@media (max-width: 991px) { .mobile-text-hidden { visibility: hidden; } }
.bg-intro { background: #ffcc00; width: 100%; position: relative; border-radius: 30px; }
  .bg-intro:after { position: absolute; top: 0; right: 100%; bottom: 0; content: ''; width: 360%; background: transparent; }
  @media (max-width: 991.98px) { .bg-intro:after { background: transparent; display: none; } }
 .bg-intro .intro-box { width: 100%; padding: 20px 0; }
  @media (max-width: 991.98px) { .bg-intro .intro-box { width: 100%; padding-left: 20px; padding-right: 20px; } }
.bg-intro .intro-box h2 { display: block; color: #333333; margin-left: 20px; font-size: 20px; }
.bg-intro .btn-custom { width: 400px; display: block; text-align: center; color: #ffffff; }
  @media (max-width: 767.98px) { .bg-intro .btn-custom { width: 100%; padding: 20px 0; } }
.bg-intro .btn-custom span { margin: 0 auto; }
.bg-intro h2 { font-size: 18px; margin-bottom: 0; }
.services {
  display: block; width: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .services .d-block { margin-bottom: 20px; }
  .services .icon {
    line-height: 1.3; position: relative;
    width: 70px; height: 70px;
    margin: 0 auto; position: relative;
    z-index: 0; border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15); }
.ftco-appointment { background-position: center center !important; position: relative; }
.ftco-appointment .half { width: 100%; }
.appointment .form-group { position: relative; width: 100%; display: block; }
  .appointment .form-group .icon {
    position: absolute;
    top: 50% !important; left: 20px; font-size: 20px;
    -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.appointment .form-group .icon span { font-size: 14px; color: rgba(0, 0, 0, 0.5) !important; }
.ftco-animate { opacity: 0; visibility: hidden; }
.ftco-section { padding: 15px 0; position: relative; }
@media (max-width: 767.98px) { .ftco-section { padding: 5px 0; } }
.ftco-no-pt { padding-top: 0 !important; }
.ftco-no-pb { padding-bottom: 0 !important; }
.footer { overflow: hidden; background: #252525; }
  .footer .ftco-footer-widget h2 {
    font-weight: normal; color: #fff;
    margin-bottom: 40px; font-size: 20px; font-weight: 600; }
  .footer .ftco-footer-widget ul li a { color: #fff; }
    .footer .ftco-footer-widget ul li a span { color: #fff; }
    .footer .ftco-footer-widget ul li a:hover { color: #f79f24; }
      .footer .ftco-footer-widget ul li a:hover span { color: #f79f24; }
  .footer p { color: rgba(255, 255, 255, 0.7); }
  .footer a { color: rgba(255, 255, 255, 0.7); }
    .footer a:hover { color: #fff; }
.ftco-footer-social li { list-style: none; margin: 0 10px 0 0; display: inline-block; }
  .ftco-footer-social li a {
    height: 40px; width: 40px;
    display: block; float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span { position: absolute; font-size: 20px; top: 50%; left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover { color: #fff; }
.heading-section .subheading {
  display: block;
  font-weight: 700;
  color: #f79f24;
  text-transform: uppercase;
  letter-spacing: 2px; }
.img { width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.block-20 {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  position: relative;
  display: block; }
@media (min-width: 768px) { .blog-entry { margin-bottom: 4px; } }
@media (max-width: 767.98px) { .blog-entry { margin-bottom: 30px; } }
.blog-entry .text { position: relative; border-top: 0; border-radius: 2px; }
.blog-entry .text .heading { font-size: 18px; margin-bottom: 1px; font-weight: 250; }
.blog-entry .text .heading a { color: #cccccc; }
.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active { color: #f79f24; }
.block-23 ul { padding: 0; }
.block-23 ul li { display: table; line-height: 1.5; margin-bottom: 15px; }
.block-23 ul li span { color: rgba(255, 255, 255, 0.7); }
.block-23 ul li .icon, .block-23 ul li .text { display: table-cell; vertical-align: top; }
.block-23 ul li .icon { width: 40px; font-size: 18px; padding-top: 2px; color: white; }
#ftco-loader {
  position: fixed;
  width: 96px; height: 96px;
  left: 50%; top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }
#ftco-loader.fullscreen {
  padding: 0; left: 0; top: 0;
  width: 100%; height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #333333;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }
#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }
#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }
@-webkit-keyframes loader-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes loader-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes loader-dash { 
0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 
50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; }
100% { stroke-dasharray: 89, 200; stroke-dashoffset: -136px; } }
@keyframes loader-dash {
  0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89, 200; stroke-dashoffset: -136px; } }
.details-card .news-articles { width: 380px; overflow: hidden; display: inline-block; padding: 5px; }
.details-card .news-articles .article-link { color: aliceblue; text-decoration: none;}
.details-card .news-articles .article-link .news-articles-img { display: inline-block;}
.news-articles .news-articles-img .bg-img { display: inline-block; padding: 0px; position: relative; border-radius: 14px; 
	background: linear-gradient(to right, #f25a5a, #5918b7);}
.details-card .news-articles .article-link .news-articles-img img { width: 100%; border: 4px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #5f9ea000;
    border-radius: 15px;
}
.details-card .news-articles .article-link .news-articles-h4 { font-size: 22px; }
.details-card .news-articles .article-link .box-articles { color: darkgray; font-size: 13px; }
.details-card .news-articles .article-link .news-articles-p { font-size: 15px; text-align: justify; }
 #ftco-navbar .d-flex img {display: block; width: 150px; }
@media (max-width: 460px) { #ftco-navbar .d-flex img{ display: none; } }
.ftco-animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.card-img {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}