@charset "UTF-8";
@import "../css/bootstrap-select.min.css";
@import "../css/bootstrap.min.css";
@import "../css/font-awesome.min.css";
@import "../css/slick.css";
@import "../css/slick-theme.css";
/* Segoe UI Font */
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI.eot");
  src: url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.ttf") format("truetype"), url("../fonts/SegoeUI.svg#SegoeUI") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Light.eot");
  src: url("../fonts/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Light.woff2") format("woff2"), url("../fonts/SegoeUI-Light.woff") format("woff"), url("../fonts/SegoeUI-Light.ttf") format("truetype"), url("../fonts/SegoeUI-Light.svg#SegoeUI-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Bold.eot");
  src: url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI-Bold.ttf") format("truetype"), url("../fonts/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUIBlack.eot");
  src: url("../fonts/SegoeUIBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIBlack.woff2") format("woff2"), url("../fonts/SegoeUIBlack.woff") format("woff"), url("../fonts/SegoeUIBlack.ttf") format("truetype"), url("../fonts/SegoeUIBlack.svg#SegoeUIBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Semibold.eot");
  src: url("../fonts/SegoeUI-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Semibold.woff2") format("woff2"), url("../fonts/SegoeUI-Semibold.woff") format("woff"), url("../fonts/SegoeUI-Semibold.ttf") format("truetype"), url("../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?grgt6c");
  src: url("../fonts/icomoon.eot?grgt6c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?grgt6c") format("truetype"), url("../fonts/icomoon.woff?grgt6c") format("woff"), url("../fonts/icomoon.svg?grgt6c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cancel:before {
  content: "";
}

.icon-email:before {
  content: "";
  color: #797979;
}

.icon-lock:before {
  content: "";
  color: #797979;
}

.icon-hidden:before {
  content: "";
  color: #bbb;
}

.icon-view:before {
  content: "";
  color: #bbb;
}

.icon-chat:before {
  content: "";
  color: #fff;
}

.icon-location:before {
  content: "";
}

.icon-email-1:before {
  content: "";
}

.icon-phone-call:before {
  content: "";
}

.datepicker td,
.datepicker th {
  width: 35px;
  height: 35px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #34D086;
  background-image: none;
}

.cust_radio {
  display: block;
  position: relative;
  padding-left: 1.6875rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.cust_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}

/* Create a custom radio button */
.cust_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border: solid 1px #B4B4B4;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* .cust_radio:hover input ~ .checkmark {
  background-color: #ccc;
} */
/* When the radio button is checked, add a blue background */
.cust_radio input:checked ~ .checkmark {
  border-color: #01C8E7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cust_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cust_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cust_radio .checkmark:after {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #01C8E7;
}

/* Remove default checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  overflow: hidden;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

/* checkbox aspect */
[type=checkbox] + label:before,
[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* Unchecked styles */
[type=checkbox]:not(:checked) + label:before {
  top: 4px;
  width: 19px;
  height: 19px;
  border: 1px solid #252525;
}

[type=checkbox]:not(:checked) + label:after {
  top: 4px;
  width: 19px;
  height: 19px;
  border: 1px solid #1a1a1a;
  z-index: 0;
}

/* Checked styles */
[type=checkbox]:checked + label:before {
  top: 2px;
  width: 6px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type=checkbox]:checked + label:after {
  top: 4px;
  width: 19px;
  height: 19px;
  border: 1px solid #252525;
  z-index: 0;
  background: #252525;
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  top: 0;
  box-shadow: none;
  background-color: #444;
  width: 19px;
  height: 19px;
  border: 3px solid #444;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

[type=checkbox]:disabled + label {
  color: #555;
}

[type=checkbox]:disabled:not(:checked) + label:hover:before {
  border-color: #01C8E7;
}

[type=checkbox]:checked + label:before {
  top: 7px;
  left: 2px;
  width: 6px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 2px solid #28A745;
  border-bottom: 2px solid #28A745;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

ul {
  margin: 0px;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Segoe UI;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Segoe UI;
  font-weight: 700;
}

figure {
  margin: 0px;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #282828;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #252525;
}

input[type=button],
input[type=submit],
button {
  width: auto;
  outline: none;
  cursor: pointer;
}
input[type=button]:hover, input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
button:hover,
button:focus {
  outline: none;
}

.btn-primary {
  background-color: #252525;
  border: none;
  font-weight: 600;
  padding: 0.375rem 1.75rem;
  border-radius: 30px;
  vertical-align: top;
  overflow: hidden;
  transition: all 0.5s ease;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #28A745;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
  background-color: #252525;
}
.btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:visited:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-primary span {
  vertical-align: middle;
  margin-left: 8px;
}

.btn-primary1 {
  background-color: #28A745;
  border: none;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 0;
  vertical-align: top;
  overflow: hidden;
  transition: all 0.5s ease;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}
.btn-primary1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #252525;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary1:hover, .btn-primary1:focus, .btn-primary1:visited {
  background-color: #28A745;
  color: #fff;
}
.btn-primary1:hover:before, .btn-primary1:focus:before, .btn-primary1:visited:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-primary1 span {
  vertical-align: middle;
  margin-left: 8px;
}

.light {
  color: #F9F5F1;
}

.light-black {
  color: #28A745 !important;
}

.black {
  color: #282828 !important;
}

.orange {
  color: #252525;
}

.orange {
  color: #252525;
}

.FGreen {
  color: #28A745;
}

@media (min-width: 1200px) {
  .title {
    font-size: 2.75rem;
    font-weight: 900;
  }
}

.text-underline {
  text-decoration: underline;
}

.bg-light {
  background-color: #F6F6F6;
}

.lightBlack {
  background-color: #28A745;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-34 {
  font-size: 34px !important;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.custom-checkbox .custom-control-label {
  color: #F9F5F1;
}
.custom-checkbox .custom-control-label:before {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: 1px solid #727272;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  content: "";
  font-family: "icomoon" !important;
  color: #fff;
  left: -24px;
  top: -4px;
  font-size: 20px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #252525;
  border-color: #252525;
}
.custom-checkbox label {
  padding-left: 10px;
}

.form-control ~ .icon-calendar {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 20px;
}

.custom-checkbox {
  margin-bottom: 15px;
}

.custom-checkbox .custom-control-label:before {
  top: 2px;
  width: 20px;
  height: 20px;
}

.custom-control label {
  font-weight: normal !important;
}

.custom-radio label::before {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background-color: transparent;
  top: 2px;
}

.custom-radio label::after {
  top: 7px;
  left: 5px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: transparent;
  border: 2px solid #91BF3E;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  width: 8px;
  height: 8px;
  background-color: #91BF3E;
  background-image: none;
  border-radius: 10px;
  left: -19px;
}

.form-control {
  line-height: 2.2;
}

/*=================================================
  01 navigation
=================================================*/
header nav .navbar-brand {
  width: 150px;
  position: absolute;
  top: 0;
}
header nav .navbar-brand ~ .search-btn {
  background-color: transparent;
  padding: 0;
  font-size: 22px;
}
header nav .navbar-brand ~ .search-btn span:before {
  color: #000;
}
@media (max-width: 1024px) {
  header nav .navbar-brand img {
    max-width: 100px;
  }
}
@media (max-width: 992px) {
  header nav .navbar-brand {
    width: calc(100% - 180px);
    position: relative;
  }
  header nav .navbar-brand img {
    max-width: 95px;
  }
}
header nav .navbar-nav li a {
  font-weight: bold;
  color: #282828 !important;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem;
}
header nav .navbar-nav li a.active {
  color: #252525 !important;
}
@media (max-width: 992px) {
  header nav .navbar-nav {
    background-color: #252525;
    border-radius: 4px;
  }
  header nav .navbar-nav li a {
    padding: 1rem !important;
    color: #fff !important;
  }
  header nav .navbar-nav li a.active {
    color: #28A745 !important;
  }
}
header nav.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(40, 40, 40, 0.2);
}
header nav.sticky .navbar-brand {
  position: relative;
}
header nav.sticky .navbar-brand img {
  max-width: 40px;
  animation-duration: 0.5s;
  transition: 0.5s;
  top: 0;
}
@media screen and (max-width: 767px) {
  header nav.sticky .navbar-brand img {
    max-width: 50px;
  }
}

.navbar-toggler {
  padding: 0px;
  width: 30px;
  margin-right: 0px;
  border: none;
  position: relative;
  top: 1px;
}
.navbar-toggler span {
  position: relative;
  display: block;
  background: #252525;
  height: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: none !important;
}
.navbar-toggler span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background: #252525;
  height: 3px;
  width: 70%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggler span:after {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  background: #252525;
  height: 3px;
  width: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggler.i-change span {
  background-color: transparent;
}
.navbar-toggler.i-change span:before {
  top: 0;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.i-change span:after {
  width: 100%;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/*=================================================
  02 Header Banner
=================================================*/
.Hed-banner {
  overflow: hidden;
  padding: 5rem 0 6rem;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Hed-banner h1 {
  font-weight: 900;
}
.Hed-banner h1 span {
  display: block;
  color: #28A745;
}
@media (min-width: 1200px) {
  .Hed-banner h1 {
    font-size: 2.75rem;
  }
  .Hed-banner h1 span {
    font-size: 3.75rem;
  }
}
.Hed-banner::after {
  content: "";
  position: absolute;
  top: -374px;
  right: -5%;
  width: 50vw;
  height: 50vw;
  border-radius: 100%;
  background-color: #28A745;
  z-index: -1;
}
.Hed-banner .slick-prev {
  left: 0;
}
.Hed-banner .slick-next {
  right: auto;
  left: 60px;
}
.Hed-banner .slick-prev,
.Hed-banner .slick-next {
  bottom: -90px;
  top: auto;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .Hed-banner::after {
    top: -175px;
  }
}
@media (max-width: 767px) {
  .Hed-banner::after {
    top: -60px;
    width: 60vw;
    height: 60vw;
  }
}
@media (max-width: 768px) {
  .Hed-banner {
    padding: 10rem 0 6rem;
  }
}

/*=================================================
  03 Search Model
=================================================*/
.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

#searchModel .modal-content {
  background-color: rgba(0, 0, 0, 0.5);
}
#searchModel .modal-content .row {
  height: 100%;
}
#searchModel .modal-content input {
  border: none;
}
#searchModel .btn-close {
  background-color: red;
  float: right;
  opacity: 1;
  font-size: 12px;
  padding: 8px;
  border-radius: 30px;
  color: #fff;
}
#searchModel .btn-primary {
  padding: 13px 20px;
}
#searchModel .input-group-text {
  padding: 0px;
}

.slick-prev::before {
  content: "";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
}

.slick-next::before {
  content: "";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
}

.slick-prev,
.slick-next {
  background-color: #252525;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #252525;
  border-color: #252525;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  color: #fff;
}

.slick-dots {
  width: auto;
  position: absolute;
  display: block;
  right: -10%;
  text-align: right;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.slick-dots li {
  display: block;
}
.slick-dots li button:before {
  color: #DBDBDB;
  font-size: 10px;
}
.slick-dots li.slick-active button {
  border: 4px solid #fff;
  border-radius: 10px;
}
.slick-dots li.slick-active button:before {
  font-size: 13px;
  color: #252525;
}

/*=================================================
  04 About us
=================================================*/
.download {
  background-image: url(../images/down-bg.svg);
  background-size: cover;
}

.latestNews .newBox {
  position: relative;
  border-radius: 10px;
  height: 300px;
  overflow: hidden;
}
.latestNews .newBox .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
}
.latestNews .newBox .tag:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.latestNews .newBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000", GradientType=0);
  /* IE6-9 */
}
.latestNews .newBox .text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
}
.latestNews .newBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=================================================
  07 contact-us
=================================================*/
.contact-us {
  position: relative;
  z-index: 1;
}
.contact-us .contactBOx {
  box-shadow: 0 -17px 30px rgba(37, 37, 37, 0.05);
  border-radius: 100px 100px 0 0;
}
@media (max-width: 768px) {
  .contact-us .contactBOx {
    border-radius: 70px 70px 0 0;
  }
}
@media (max-width: 390px) {
  .contact-us .contactBOx {
    border-radius: 40px 40px 0 0;
  }
}
.contact-us h6 {
  font-size: 25px;
  color: #333333;
  text-transform: uppercase;
}
.contact-us h6 + p {
  font-size: 14px;
  margin-bottom: 50px;
}
.contact-us .cont-box {
  background-color: #eaeaea;
  padding: 51px 35px;
  border-radius: 10px 0 0 10px;
}
.contact-us .cont-box ul li {
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  line-height: 25px;
}
.contact-us .cont-box ul li span {
  position: absolute;
  left: 0;
}
.contact-us .cont-box .social {
  padding-left: 50px;
  margin-top: 33px;
}
.contact-us .cont-box .social li {
  display: inline-block;
  margin-right: 5px;
  padding: 0;
  font-size: 35px;
}
.contact-us .cont-box .social li a {
  color: #7C7C7C;
}
@media (max-width: 1100px) {
  .contact-us .cont-box {
    padding: 51px 20px;
  }
}
@media (max-width: 767px) {
  .contact-us .cont-box {
    border-radius: 0 0 10px 10px !important;
  }
}
.contact-us .formbox {
  padding: 51px 35px;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  box-shadow: 0px 0px 2px #0000003d;
}
.contact-us .formbox input {
  min-height: 56px;
  border-color: rgba(112, 112, 112, 0.5);
  color: rgba(51, 51, 51, 0.56);
}
.contact-us .formbox textarea {
  min-height: 156px;
}
.contact-us .formbox form {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contact-us .formbox {
    border-radius: 10px 10px 0 0 !important;
    padding: 30px 20px;
  }
}
.contact-us ul {
  padding-left: 0;
}
.contact-us .btn-primary {
  background-color: #252525;
  color: #fff;
  padding: 0.675rem 1.75rem;
  margin-top: 10px;
  text-transform: uppercase;
}
.contact-us::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #282828;
  height: 200px;
  z-index: -1;
}

footer {
  background-color: #282828;
  color: #fff;
  font-weight: 600;
  padding-bottom: 1.5rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .powerby img {
  background-color: #fff;
  padding: 10px 1rem;
  border-radius: 5px;
  margin-left: 1rem;
  max-height: 57px;
}
footer p {
  margin-bottom: 0;
}
@media (max-width: 583px) {
  footer .powerby {
    text-align: center !important;
  }
  footer .powerby img {
    max-width: 100px;
  }
}

.login h1 {
  font-size: 30px;
  font-weight: 900;
}
.login h1 ~ p {
  font-size: 18px;
  font-weight: 300;
  color: #F9F5F1;
}
.login .allredy-account {
  text-align: center;
  font-size: 14px;
  color: #F9F5F1;
}
.login .allredy-account a {
  color: #252525;
}
.login .btn {
  font-weight: 700;
  text-transform: uppercase;
}
.login .custom-control a {
  color: #252525;
  text-decoration: underline;
  font-size: 13px;
}
.login form {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 992px) {
  .login form {
    margin-top: 10px;
  }
  .login h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.form-group {
  position: relative;
}

.icons-input .form-control {
  padding-left: 45px;
  background-color: #EDEDED;
  border: none;
}
.icons-input .form-control ~ .icons {
  position: absolute;
  top: 15px;
  left: 16px;
  font-size: 20px;
}
.icons-input .form-control ~ .icons.icon-email {
  font-size: 15px;
}
.icons-input .form-control:focus {
  border-color: #252525;
  box-shadow: none;
}
.icons-input .form-control:focus ~ .icons:before {
  color: #252525;
}

.logslide .slick-slide {
  height: 100vh;
}
.logslide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.viewPassword {
  position: absolute;
  float: right;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: #8f9197;
  cursor: pointer;
}
.viewPassword.icon-view {
  font-size: 23px;
  top: 13px;
}

.backBTN {
  background-color: #282828;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  color: #fff;
  border: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

/* ============ live chat start ==========*/
.chat-button {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 100%;
  color: #fff;
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  background-color: #28A745;
  font-size: 1.875rem;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}
.chat-button.active-chat span:before {
  content: "";
  font-family: "icomoon" !important;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -5px;
}
.chat-button::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(144, 192, 64, 0.7);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
.chat-button::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(144, 192, 64, 0.7);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
.show-chat {
  display: block !important;
  animation: fadeIn 1s both !important;
}

body::before {
  content: "";
  position: fixed;
  /*top: 0; */
  right: 33px;
  bottom: 33px;
  border-radius: 30px;
  /* left: 0; */
  width: 60px;
  height: 60px;
  background-color: rgba(40, 40, 40, 0.8);
  z-index: 9999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
}
body.livechatShow:before {
  transform: scale(100);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
}

.livechat {
  display: none;
  width: 353px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  animation: fadeOutLeft 0s both;
  z-index: 9999;
}
.livechat .chat-header {
  background-color: #28A745;
  text-align: center;
  color: #fff;
  padding: 10px;
}
.livechat .chat-header h6 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}
.livechat .chat-header p {
  margin-bottom: 0px;
}
.livechat .chating {
  background-color: #fff;
  padding: 30px 20px 40px;
}
.livechat .chating .support figure {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ddd;
  float: left;
  overflow: hidden;
}
.livechat .chating .support figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.livechat .chating .support .sup-chat {
  padding-left: 60px;
}
.livechat .chating .support .sup-chat .date-time {
  margin-bottom: 0px;
  font-size: 13px;
  color: #727272;
}
.livechat .chating .support .sup-chat .message {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #727272;
  padding: 7px;
  display: inline-block;
  font-size: 14px;
}
.livechat .chating .chat-list {
  margin-bottom: 15px;
}
.livechat .chating .user figure {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ddd;
  float: right;
  overflow: hidden;
}
.livechat .chating .user figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.livechat .chating .user .sup-chat {
  padding-right: 60px;
  text-align: right;
}
.livechat .chating .user .sup-chat .date-time {
  margin-bottom: 0px;
  font-size: 13px;
  text-align: right;
  color: #727272;
}
.livechat .chating .user .sup-chat .message {
  border-radius: 4px;
  background-color: #28A745;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 7px;
  display: inline-block;
  font-size: 14px;
}
.livechat .chating .form-control {
  line-height: 1.5;
}
.livechat .chat-food {
  padding: 15px;
  background-color: #fff;
}
.livechat .chat-food input {
  width: calc(100% - 30px);
  border: none;
}
.livechat .chat-food input:focus {
  outline: none;
}
.livechat .chat-food .icon-attach {
  font-size: 25px;
  color: #727272;
  vertical-align: text-bottom;
}
.livechat .chat-food .icon-send {
  color: #c8c8c8;
  font-size: 20px;
}
@media (max-width: 767px) {
  .livechat {
    width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
