/* fonts.css */
@font-face {
  font-family: 'Jua';
  src: url('../../fonts/jua-v16-latin-regular.woff2') format('woff2');
  font-weight: 400;
}


@font-face {
  font-family: 'Passion One';
  src: url('../../fonts/PassionOne-Regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Passion One';
  src: url('../../fonts/PassionOne-Bold.woff2') format('woff2');
  font-weight: 700;
}


/* line 1, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_extend.scss */
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* line 13, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_extend.scss */
.overlay::before {
  background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
}

/* line 19, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_extend.scss */
.boxed-btn3 {
  background-image: -moz-linear-gradient(0deg, #f14437 0%, #ed5b0d 99%);
  background-image: -webkit-linear-gradient(0deg, #f14437 0%, #ed5b0d 99%);
  background-image: -ms-linear-gradient(0deg, #f14437 0%, #ed5b0d 99%);
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
/* line 4, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss 	font-family: 'KoPubWorldDotum';
 */
body {
	font-family: 'KoPubWorldDotum';
	font-style: normal;
	font-size : 14px;
	margin: 0px 0px 0px 0px;
  }
html {
  overflow-y: scroll;  /* 항상 스크롤 영역 확보 */
}

/* line 11, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 15, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 19, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

/* line 24, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
a:focus {
  text-decoration: none;
}

/* line 27, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 33, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
a,
button {
  outline: medium none;
}

/* line 37, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
h1, h2, h3, h4, h5 {
  font-family: 'KoPubWorldDotum';
  color: #191d34;
}

/* line 41, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 50, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 54, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
li {
  list-style: none;
}

/* line 57, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.ffs{
  font-size: 14px;
  font-family: 'KoPubWorldDotum';
}
p {
  font-size: 14px;
  line-height: 25px;
  color: #000;
  margin-bottom: 13px;
  font-family: 'KoPubWorldDotum';
}

/* line 66, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 72, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 77, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 82, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 87, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 92, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 97, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 102, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 108, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
h3 {
  font-size: 24px;
}

/* line 112, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.mb-65 {
  margin-bottom: 67px;
}

/* line 116, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.black-bg {
  background: #020c26 !important;
}

/* line 120, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.white-bg {
  background: #ffffff;
}

/* line 123, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.gray-bg {
  background: #f5f5f5;
}

/* line 128, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

/* line 131, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

/* line 134, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

/* line 139, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 143, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 154, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 158, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2E2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

/* line 170, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 174, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.pt-120 {
  padding-top: 120px;
}

/* button style */
/* line 180, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 54px;
  left: 0px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 54px;
  font-size: 25px;
  color: #fff;
  background-color: white;
  border-radius: 50%;
  left: 50px;
  font-size: 18px;
  line-height: 54px;
  left: -26px;
  font-size: 18px;
  line-height: 54px;
  color: #000;
}

/* line 211, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}

/* line 216, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}

/* line 223, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0px;
}

/* line 233, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 236, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}

/* line 245, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.mb-20px {
  margin-bottom: 20px;
}

/* line 248, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  /* line 248, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
  .mb-90 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 248, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_reset.scss */
  .mb-90 {
    margin-bottom: 45px;
  }
}

/* line 1, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn {
  background: #fff;
  color: #ff3500;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #ff3500;
  letter-spacing: 3px;
  text-align: center;
  color: #ff3500 !important;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 17, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn:hover {
  background: #ff3500;
  color: #fff !important;
  border: 1px solid #ff3500;
}

/* line 22, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn:focus {
  outline: none;
}

/* line 25, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn.large-width {
  width: 220px;
}

/* line 29, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 17px 55px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-position: 100% 0;
  background-position: 0 0;
}

/* line 40, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn3:hover {
  background-size: 200% 200%;
  color: #fff;
}

/* line 45, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn3:focus {
  outline: none;
}

/* line 49, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn4 {
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  color: #8fbedc;
  padding: 17px 50px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 59, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn4:hover {
  background: #0080c0;
  color: #fff;
  border: 1px solid #004c73;
}

/* line 64, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn4:focus {
  outline: none;
}

/* line 49, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn7 {
  background: #0080c0;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  color: #fff;
  padding: 17px 50px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 59, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn7:hover {
  background: #fff;
  color: #0080c0;
  border: 1px solid #004c73;
}

/* line 64, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn7:focus {
  outline: none;
}


/* line 68, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn2 {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 18px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 80, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn2:hover {
  background: #fff;
  color: #131313 !important;
}

/* line 84, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.boxed-btn2:focus {
  outline: none;
}

/* line 88, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.line-button {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* line 96, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.line-button::before {
  position: absolute;
  content: "";
  background: #919191;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

/* line 105, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.line-button:hover {
  color: #009DFF;
}

/* line 108, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.line-button:hover::before {
  background: #009DFF;
}

/* line 112, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.book_now {
  display: inline-block;
  font-size: 14px;
  color: #009DFF;
  border: 1px solid #009DFF;
  text-transform: capitalize;
  padding: 10px 25px;
}

/* line 119, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_btn.scss */
.book_now:hover {
  background: #009DFF;
  color: #fff;
}

/* line 2, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.section_title h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #191d34;
  font-family: "Poppins", sans-serif;
}

/* line 8, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.section_title h3 span {
  font-weight: 300;
}

@media (max-width: 767px) {
  /* line 2, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 27px;
    line-height: 33px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 32px;
    line-height: 40px;

  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 33px;
    line-height: 40px;
  }
}

/* line 24, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.section_title p {
  font-size: 16px;
  line-height: 30px;
  color: #909092;
  font-weight: 400;
}

/* line 31, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 31, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .mb-100 {
    margin-bottom: 40px;
  }
}

/* line 38, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.section_title2 i {
  font-size: 45px;
  color: #BC9321;
  display: block;
}

/* line 43, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.section_title2 h3 {
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  color: #ff3500;
  position: relative;
  padding-bottom: 30px;
  margin-top: 10px;
}

/* line 51, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.section_title2 h3::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background: #BC9321;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

@media (max-width: 767px) {
  /* line 43, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .section_title2 h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 43, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .section_title2 h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

/* line 73, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.section_title3 h3 {
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 900;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 73, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .section_title3 h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .section_title3 h3 {
    font-size: 35px;
  }
}

/* line 85, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.section_title3.padding_plus {
  padding-top: 115px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 85, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .section_title3.padding_plus {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 85, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .section_title3.padding_plus {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

/* line 97, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.mb-55 {
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  /* line 97, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .mb-55 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 97, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .mb-55 {
    margin-bottom: 40px;
  }
}

/* line 106, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 106, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .mb-40 {
    margin-bottom: 30px;
  }
}

/* line 113, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.pl-68 {
  padding-left: 68px;
}

@media (max-width: 767px) {
  /* line 113, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .pl-68 {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 113, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .pl-68 {
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 113, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .pl-68 {
    padding-left: 0;
  }
}

/* line 126, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
.mb-95 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  /* line 126, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .mb-95 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 126, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .mb-95 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 126, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_section_title.scss */
  .mb-95 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/* line 13, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

/* line 28, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #009DFF;
}

/* line 32, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a.active {
  color: #009DFF;
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

/* line 55, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
  .slicknav_menu {
    margin-right: 0px;
  }
}

/* line 72, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 78, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

/* line 92, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -36px;
}

/* line 107, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -30px;
}

/* line 122, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slick-nav.scss */
.slicknav_icon-bar {
  background: #000 !important;
}

/* line 1, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

/* line 15, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area {
  background: #fff;
}

@media (max-width: 767px) {
  /* line 15, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 15, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

/* line 31, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 31, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 31, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 31, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
  }
}

@media (max-width: 767px) {
  /* line 45, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    height : 50px;
	padding-top: 5px;
	padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    height : 50px;
	padding-top: 5px;
	padding-left: 10px;
  }
}

/* line 57, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

/* line 63, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

/* line 66, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

/* line 70, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

/* line 77, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 77, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 77, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

/* line 85, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a {
  background: #222222;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 85, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
}

/* line 96, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #fff;
  color: #009DFF;
  border: 1px solid #009DFF;
}

/* line 104, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
  text-align: center;
}

/* line 108, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 119, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
  color: #102955;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 20px 0;
  position: relative;
  text-transform: capitalize;
}
.header-area .main-header-area .main-menu ul li .submenu a {
  color: #102955;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 37px 0;
  position: relative;
  text-transform: capitalize;
}



@media (min-width: 992px) and (max-width: 1200px) {
  /* line 119, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 119, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 18px;
  }
}

/* line 138, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 138, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 138, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    
  }
}

/* line 147, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 159, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 164, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 170, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a {
  color: #39a0ee !important;
}

/* line 173, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  font-size: 16px;
  width: 200px;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: left;
}

/* line 187, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
  margin-left: 0;
}

/* line 190, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/* line 196, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 200, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

/* line 205, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* line 210, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 214, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/* line 220, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
  /*position: fixed;*/
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.01);
  background: rgba(255, 255, 255, 0.96);
}

    .toptmp{
	padding-top: 98px;
  }


@media (max-width: 767px) {
  /* line 220, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 0px 0px 0px 0px;
  }
    .toptmp{
	padding-top: 77px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 220, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 0px 0px 0px 0px;
  }
    .toptmp{
	padding-top: 77px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 220, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 0px 0px 0px 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 220, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 0px 0px 0px 0px;
  }
}

/* line 246, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/* line 252, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .header-top_area {
  padding: 7px 0;
  background: #222222;
}

/* line 255, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 255, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

/* line 260, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a {
  font-size: 18px;
  color: #C7C7C7;
  margin-left: 32px;
}

/* line 264, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a:hover {
  color: #39a0ee;
}

/* line 269, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list {
  text-align: left;
}

@media (max-width: 767px) {
  /* line 269, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

/* line 275, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

/* line 277, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-right: 50px;
}

@media (max-width: 767px) {
  /* line 277, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_header.scss */
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin-right: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
  }
}

/* line 1, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_bg_1 {
  background-image: url(../../images/imgVisual01.jpg);
}
.slider_bg_2 {
  background-image: url(../../images/main_slide_big_2.jpg);
}
.slider_bg_3 {
  background-image: url(../../images/main_slide_big_3.jpg);
}

.slider_bg_4 {
  background-image: url(../../images/main_b_1.png);
}
.slider_bg_5 {
  background-image: url(../../images/main_b_2.png);
}
.slider_bg_6 {
  background-image: url(../../images/main_b_3.png);
}


/* line 4, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_area {
  position: relative;
  z-index: 3;
}

/* line 7, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_area .single_slider {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


/**=====================
     04. Loader CSS Start
==========================**/
.loader-wrapper {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .loader-wrapper .theme-loader {
    height: 100px;
    width: 100px;
    position: relative; }
    .loader-wrapper .theme-loader .loader-p {
      border: 0 solid transparent;
      border-radius: 50%;
      width: 150px;
      height: 150px;
      position: absolute;
      top: calc(50vh - 75px);
      left: calc(50vw - 75px); }
      .loader-wrapper .theme-loader .loader-p:before {
        content: '';
        border: 1em solid #24695c;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader 2s linear infinite;
                animation: loader 2s linear infinite;
        opacity: 0;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
      .loader-wrapper .theme-loader .loader-p:after {
        content: '';
        border: 1em solid #24695c;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader 2s linear infinite;
                animation: loader 2s linear infinite;
        opacity: 0; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.loader-box {
  height: 150px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity;
  transition: .3s color, .3s border, .3s transform, .3s opacity; }
  .loader-box [class*="loader-"] {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: inherit;
    vertical-align: middle; }
  .loader-box .loader-1 {
    border: 0.2em dotted #24695c;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
            animation: 1s loader-01 linear infinite; }

@-webkit-keyframes loader-01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-2 {
    border: .2em solid transparent;
    border-left-color: #ba895d;
    border-right-color: #ba895d;
    border-radius: 50%;
    -webkit-animation: 1s loader-02 linear infinite;
            animation: 1s loader-02 linear infinite; }

@-webkit-keyframes loader-02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-3 {
    border: 0.2em solid #1b4c43;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: 1s loader-03 linear infinite;
            animation: 1s loader-03 linear infinite;
    position: relative; }

@-webkit-keyframes loader-03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-4 {
    border: 1px solid #717171;
    border-radius: 50%;
    -webkit-animation: 1s loader-04 linear infinite;
            animation: 1s loader-04 linear infinite;
    position: relative; }
    .loader-box .loader-4:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: -.2em;
      left: 50%;
      border: 0.2em solid #717171;
      border-radius: 50%; }

@-webkit-keyframes loader-04 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-04 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-5 {
    border: .2em solid transparent;
    border-top-color: #e2c636;
    border-radius: 50%;
    -webkit-animation: 1s loader-05 linear infinite;
            animation: 1s loader-05 linear infinite;
    position: relative; }
    .loader-box .loader-5:before {
      content: '';
      display: block;
      width: inherit;
      height: inherit;
      position: absolute;
      top: -.2em;
      left: -.2em;
      border: 0.2em solid #e2c636;
      border-radius: 50%;
      opacity: .5; }

@-webkit-keyframes loader-05 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-05 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-6 {
    border: 0.2em solid #d22d3d;
    border-radius: 50%;
    -webkit-animation: loader-06 1s ease-out infinite;
            animation: loader-06 1s ease-out infinite; }

@-webkit-keyframes loader-06 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loader-06 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
  .loader-box .loader-7 {
    border: 0 solid transparent;
    border-radius: 50%;
    position: relative; }
    .loader-box .loader-7:before, .loader-box .loader-7:after {
      content: '';
      border: 0.2em solid #24695c;
      border-radius: 50%;
      width: inherit;
      height: inherit;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: loader-07 1s linear infinite;
              animation: loader-07 1s linear infinite;
      opacity: 0; }
    .loader-box .loader-7:before {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .loader-box .loader-7:after {
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }

@-webkit-keyframes loader-07 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loader-07 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
  .loader-box .loader-8 {
    position: relative; }
    .loader-box .loader-8:before, .loader-box .loader-8:after {
      content: '';
      width: inherit;
      height: inherit;
      border-radius: 50%;
      background-color: #ba895d;
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: loader-08 2.0s infinite ease-in-out;
              animation: loader-08 2.0s infinite ease-in-out; }
    .loader-box .loader-8:after {
      -webkit-animation-delay: -1.0s;
              animation-delay: -1.0s; }

@-webkit-keyframes loader-08 {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loader-08 {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .loader-box .loader-9 {
    background-color: #1b4c43;
    border-radius: 50%;
    -webkit-animation: loader-09 1.0s infinite ease-in-out;
            animation: loader-09 1.0s infinite ease-in-out; }

@-webkit-keyframes loader-09 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loader-09 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
  .loader-box .loader-10 {
    position: relative;
    -webkit-animation: loader-10-1 2.0s infinite linear;
            animation: loader-10-1 2.0s infinite linear; }
    .loader-box .loader-10:before, .loader-box .loader-10:after {
      content: '';
      width: 0;
      height: 0;
      border: 0.5em solid #717171;
      display: block;
      position: absolute;
      border-radius: 100%;
      -webkit-animation: loader-10-2 2s infinite ease-in-out;
              animation: loader-10-2 2s infinite ease-in-out; }
    .loader-box .loader-10:before {
      top: 0;
      left: 50%; }
    .loader-box .loader-10:after {
      bottom: 0;
      right: 50%;
      -webkit-animation-delay: -1s;
              animation-delay: -1s; }

@-webkit-keyframes loader-10-1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-10-1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes loader-10-2 {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loader-10-2 {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .loader-box .loader-11 {
    background-color: #e2c636;
    -webkit-animation: loader-11 1.2s infinite ease-in-out;
            animation: loader-11 1.2s infinite ease-in-out; }

@-webkit-keyframes loader-11 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes loader-11 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
  .loader-box .loader-12 {
    position: relative; }
    .loader-box .loader-12:before, .loader-box .loader-12:after {
      content: '';
      display: block;
      position: absolute;
      background-color: #d22d3d;
      left: 50%;
      right: 0;
      top: 0;
      bottom: 50%;
      -webkit-box-shadow: -0.5em 0 0 #d22d3d;
              box-shadow: -0.5em 0 0 #d22d3d;
      -webkit-animation: loader-12 1s linear infinite;
              animation: loader-12 1s linear infinite; }
    .loader-box .loader-12:after {
      top: 50%;
      bottom: 0;
      -webkit-animation-delay: .25s;
              animation-delay: .25s; }

@-webkit-keyframes loader-12 {
  0%,
  100% {
    -webkit-box-shadow: -.5em 0 0 transparent;
            box-shadow: -.5em 0 0 transparent;
    background-color: #d22d3d; }
  50% {
    -webkit-box-shadow: -0.5em 0 0 #d22d3d;
            box-shadow: -0.5em 0 0 #d22d3d;
    background-color: transparent; } }

@keyframes loader-12 {
  0%,
  100% {
    -webkit-box-shadow: -.5em 0 0 transparent;
            box-shadow: -.5em 0 0 transparent;
    background-color: #d22d3d; }
  50% {
    -webkit-box-shadow: -0.5em 0 0 #d22d3d;
            box-shadow: -0.5em 0 0 #d22d3d;
    background-color: transparent; } }
  .loader-box .loader-13:before,
  .loader-box .loader-13:after,
  .loader-box .loader-13 {
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation: loader-13 1.8s infinite ease-in-out;
            animation: loader-13 1.8s infinite ease-in-out; }
  .loader-box .loader-13 {
    color: #24695c;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
    top: -1em; }
    .loader-box .loader-13:before {
      right: 100%;
      -webkit-animation-delay: -0.32s;
              animation-delay: -0.32s; }
    .loader-box .loader-13:after {
      left: 100%; }
    .loader-box .loader-13:before, .loader-box .loader-13:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: inherit;
      height: inherit; }

@-webkit-keyframes loader-13 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 1em 0 -1em;
            box-shadow: 0 1em 0 -1em; }
  40% {
    -webkit-box-shadow: 0 1em 0 -.2em;
            box-shadow: 0 1em 0 -.2em; } }

@keyframes loader-13 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 1em 0 -1em;
            box-shadow: 0 1em 0 -1em; }
  40% {
    -webkit-box-shadow: 0 1em 0 -.2em;
            box-shadow: 0 1em 0 -.2em; } }
  .loader-box .loader-14 {
    border-radius: 50%;
    -webkit-box-shadow: 0 1em 0 -0.2em #ba895d;
            box-shadow: 0 1em 0 -0.2em #ba895d;
    position: relative;
    -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
            animation: loader-14 0.8s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s;
    top: -1em; }
    .loader-box .loader-14:after, .loader-box .loader-14:before {
      content: '';
      position: absolute;
      width: inherit;
      height: inherit;
      border-radius: inherit;
      -webkit-box-shadow: inherit;
              box-shadow: inherit;
      -webkit-animation: inherit;
              animation: inherit; }
    .loader-box .loader-14:before {
      left: -1em;
      -webkit-animation-delay: 0.48s;
              animation-delay: 0.48s; }
    .loader-box .loader-14:after {
      right: -1em;
      -webkit-animation-delay: 0.16s;
              animation-delay: 0.16s; }

@-webkit-keyframes loader-14 {
  0% {
    -webkit-box-shadow: 0 2em 0 -0.2em #ba895d;
            box-shadow: 0 2em 0 -0.2em #ba895d; }
  100% {
    -webkit-box-shadow: 0 1em 0 -0.2em #ba895d;
            box-shadow: 0 1em 0 -0.2em #ba895d; } }

@keyframes loader-14 {
  0% {
    -webkit-box-shadow: 0 2em 0 -0.2em #ba895d;
            box-shadow: 0 2em 0 -0.2em #ba895d; }
  100% {
    -webkit-box-shadow: 0 1em 0 -0.2em #ba895d;
            box-shadow: 0 1em 0 -0.2em #ba895d; } }
  .loader-box .loader-15 {
    background: #1b4c43;
    position: relative;
    -webkit-animation: loader-15 1s ease-in-out infinite;
            animation: loader-15 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    width: .25em;
    height: .5em;
    margin: 0 .5em; }
    .loader-box .loader-15:after, .loader-box .loader-15:before {
      content: '';
      position: absolute;
      width: inherit;
      height: inherit;
      background: inherit;
      -webkit-animation: inherit;
              animation: inherit; }
    .loader-box .loader-15:before {
      right: .5em;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .loader-box .loader-15:after {
      left: .5em;
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }

@-webkit-keyframes loader-15 {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 #1b4c43, 0 0 0 #1b4c43;
            box-shadow: 0 0 0 #1b4c43, 0 0 0 #1b4c43; }
  50% {
    -webkit-box-shadow: 0 -0.25em 0 #1b4c43, 0 0.25em 0 #1b4c43;
            box-shadow: 0 -0.25em 0 #1b4c43, 0 0.25em 0 #1b4c43; } }

@keyframes loader-15 {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 #1b4c43, 0 0 0 #1b4c43;
            box-shadow: 0 0 0 #1b4c43, 0 0 0 #1b4c43; }
  50% {
    -webkit-box-shadow: 0 -0.25em 0 #1b4c43, 0 0.25em 0 #1b4c43;
            box-shadow: 0 -0.25em 0 #1b4c43, 0 0.25em 0 #1b4c43; } }
  .loader-box .loader-16 {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    -webkit-perspective: 1000px;
            perspective: 1000px;
    border-radius: 50%; }
    .loader-box .loader-16:before, .loader-box .loader-16:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: 50%;
      -webkit-animation: 1s spin linear infinite;
              animation: 1s spin linear infinite; }
    .loader-box .loader-16:before {
      -webkit-transform: rotateX(70deg);
              transform: rotateX(70deg); }
    .loader-box .loader-16:after {
      -webkit-transform: rotateY(70deg);
              transform: rotateY(70deg);
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateZ(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateZ(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg); } }

@-webkit-keyframes rotateccw {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes rotateccw {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

@-webkit-keyframes spin {
  0%,
  100% {
    -webkit-box-shadow: 0.2em 0px 0 0px #717171;
            box-shadow: 0.2em 0px 0 0px #717171; }
  12% {
    -webkit-box-shadow: 0.2em 0.2em 0 0 #717171;
            box-shadow: 0.2em 0.2em 0 0 #717171; }
  25% {
    -webkit-box-shadow: 0 0.2em 0 0px #717171;
            box-shadow: 0 0.2em 0 0px #717171; }
  37% {
    -webkit-box-shadow: -0.2em 0.2em 0 0 #717171;
            box-shadow: -0.2em 0.2em 0 0 #717171; }
  50% {
    -webkit-box-shadow: -0.2em 0 0 0 #717171;
            box-shadow: -0.2em 0 0 0 #717171; }
  62% {
    -webkit-box-shadow: -0.2em -0.2em 0 0 #717171;
            box-shadow: -0.2em -0.2em 0 0 #717171; }
  75% {
    -webkit-box-shadow: 0px -0.2em 0 0 #717171;
            box-shadow: 0px -0.2em 0 0 #717171; }
  87% {
    -webkit-box-shadow: 0.2em -0.2em 0 0 #717171;
            box-shadow: 0.2em -0.2em 0 0 #717171; } }

@keyframes spin {
  0%,
  100% {
    -webkit-box-shadow: 0.2em 0px 0 0px #717171;
            box-shadow: 0.2em 0px 0 0px #717171; }
  12% {
    -webkit-box-shadow: 0.2em 0.2em 0 0 #717171;
            box-shadow: 0.2em 0.2em 0 0 #717171; }
  25% {
    -webkit-box-shadow: 0 0.2em 0 0px #717171;
            box-shadow: 0 0.2em 0 0px #717171; }
  37% {
    -webkit-box-shadow: -0.2em 0.2em 0 0 #717171;
            box-shadow: -0.2em 0.2em 0 0 #717171; }
  50% {
    -webkit-box-shadow: -0.2em 0 0 0 #717171;
            box-shadow: -0.2em 0 0 0 #717171; }
  62% {
    -webkit-box-shadow: -0.2em -0.2em 0 0 #717171;
            box-shadow: -0.2em -0.2em 0 0 #717171; }
  75% {
    -webkit-box-shadow: 0px -0.2em 0 0 #717171;
            box-shadow: 0px -0.2em 0 0 #717171; }
  87% {
    -webkit-box-shadow: 0.2em -0.2em 0 0 #717171;
            box-shadow: 0.2em -0.2em 0 0 #717171; } }
  .loader-box .loader-17 {
    position: relative;
    background-color: #e2c636;
    border-radius: 50%; }
    .loader-box .loader-17:after, .loader-box .loader-17:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      opacity: .8; }
    .loader-box .loader-17:after {
      left: -.5em;
      top: -.25em;
      background-color: #e2c636;
      -webkit-transform-origin: 30px 35px;
              transform-origin: 30px 35px;
      -webkit-animation: loader-17 1s linear infinite;
              animation: loader-17 1s linear infinite;
      opacity: .6; }
    .loader-box .loader-17:before {
      left: -1.25em;
      top: -.75em;
      background-color: #e2c636;
      -webkit-transform-origin: 40px 40px;
              transform-origin: 40px 40px;
      -webkit-animation: loader-17 2s linear infinite;
              animation: loader-17 2s linear infinite; }

@-webkit-keyframes loader-17 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
            transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
            transform: rotateZ(360deg) translate3d(0, 0, 0); } }

@keyframes loader-17 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
            transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
            transform: rotateZ(360deg) translate3d(0, 0, 0); } }
  .loader-box .loader-18 {
    position: relative; }
    .loader-box .loader-18:before, .loader-box .loader-18:after {
      content: '';
      display: block;
      position: absolute;
      border-radius: 50%;
      border: .1em solid transparent;
      border-bottom-color: #d22d3d;
      top: 0;
      left: 0;
      -webkit-animation: 1s loader-18 linear infinite;
              animation: 1s loader-18 linear infinite; }
    .loader-box .loader-18:before {
      width: 40px;
      height: 40px; }
    .loader-box .loader-18:after {
      width: 30px;
      height: 30px;
      top: .1em;
      left: .1em;
      animation-direction: reverse; }

@-webkit-keyframes loader-18 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-18 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-19 {
    border-top: 0.2em solid #24695c;
    border-right: .2em solid transparent;
    -webkit-animation: loader-19 1s linear infinite;
            animation: loader-19 1s linear infinite;
    border-radius: 100%;
    position: relative; }

@-webkit-keyframes loader-19 {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-19 {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-20 {
    background-color: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 0.1em #ba895d;
            box-shadow: inset 0px 0px 0px 0.1em #ba895d;
    border-radius: 50%;
    position: relative; }
    .loader-box .loader-20:after, .loader-box .loader-20:before {
      position: absolute;
      content: "";
      background-color: #ba895d;
      top: 24px;
      left: 24px;
      height: .1em;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    .loader-box .loader-20:after {
      width: .4em;
      -webkit-animation: loader-20 2s linear infinite;
              animation: loader-20 2s linear infinite; }
    .loader-box .loader-20:before {
      width: 20px;
      -webkit-animation: loader-20 8s linear infinite;
              animation: loader-20 8s linear infinite; }

@-webkit-keyframes loader-20 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-20 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-21 {
    position: relative; }
    .loader-box .loader-21:before, .loader-box .loader-21:after {
      position: absolute;
      content: ""; }
    .loader-box .loader-21:before {
      width: 80%;
      height: 80%;
      left: 10%;
      bottom: 10%;
      border-radius: 100% 100% 100% 0;
      -webkit-box-shadow: 0px 0px 0px 0.1em #1b4c43;
              box-shadow: 0px 0px 0px 0.1em #1b4c43;
      -webkit-animation: loader-21 1s linear infinite;
              animation: loader-21 1s linear infinite;
      -webkit-transform: rotate(-46deg);
              transform: rotate(-46deg); }
    .loader-box .loader-21:after {
      width: 1em;
      height: .3em;
      border-radius: 100%;
      left: 0;
      background-color: rgba(255, 255, 255, 0.2);
      bottom: -.2em;
      z-index: -1; }

@-webkit-keyframes loader-21 {
  0% {
    top: 0; }
  50% {
    top: -5px; }
  100% {
    top: 0; } }

@keyframes loader-21 {
  0% {
    top: 0; }
  50% {
    top: -5px; }
  100% {
    top: 0; } }
  .loader-box .loader-22 {
    border: 0.1em #717171 solid;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .loader-box .loader-22:after, .loader-box .loader-22:before {
      position: absolute;
      content: "";
      background-color: #717171; }
    .loader-box .loader-22:after {
      width: 50%;
      height: .1em;
      left: 50%;
      top: 50%;
      -webkit-transform-origin: left center;
              transform-origin: left center;
      -webkit-animation: loader-22 2s linear infinite alternate;
              animation: loader-22 2s linear infinite alternate; }
    .loader-box .loader-22:before {
      width: 100%;
      height: 40%;
      left: 0;
      bottom: 0; }

@-webkit-keyframes loader-22 {
  0% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg); }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); } }

@keyframes loader-22 {
  0% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg); }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); } }
  .loader-box .loader-23 {
    height: .5em;
    border: 0.1em #e2c636 solid;
    border-radius: .1em;
    position: relative;
    -webkit-animation: loader-23 5s linear infinite;
            animation: loader-23 5s linear infinite; }
    .loader-box .loader-23:after {
      width: .07em;
      height: 100%;
      background-color: #e2c636;
      border-radius: 0px .5em .5em 0px;
      position: absolute;
      content: "";
      top: 0;
      left: calc(100% + .1em); }

@-webkit-keyframes loader-23 {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px #e2c636;
            box-shadow: inset 0px 0px 0px #e2c636; }
  100% {
    -webkit-box-shadow: inset 1em 0px 0px #e2c636;
            box-shadow: inset 1em 0px 0px #e2c636; } }

@keyframes loader-23 {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px #e2c636;
            box-shadow: inset 0px 0px 0px #e2c636; }
  100% {
    -webkit-box-shadow: inset 1em 0px 0px #e2c636;
            box-shadow: inset 1em 0px 0px #e2c636; } }
  .loader-box .loader-24 {
    width: .8em;
    height: 1em;
    border: 0.1em #d22d3d solid;
    border-radius: 0px 0px .2em .2em;
    position: relative; }
    .loader-box .loader-24:after, .loader-box .loader-24:before {
      position: absolute;
      content: ""; }
    .loader-box .loader-24:after {
      width: .2em;
      height: 50%;
      border: 0.1em #d22d3d solid;
      border-left: none;
      border-radius: 0px .5em .5em 0px;
      left: calc(100% + .1em);
      top: .1em; }
    .loader-box .loader-24:before {
      width: .1em;
      height: .3em;
      background-color: #d22d3d;
      top: -.3em;
      left: .05em;
      -webkit-box-shadow: 0.2em 0px 0px 0px #d22d3d, 0.2em -0.2em 0px 0px #d22d3d, 0.4em 0px 0px 0px #d22d3d;
              box-shadow: 0.2em 0px 0px 0px #d22d3d, 0.2em -0.2em 0px 0px #d22d3d, 0.4em 0px 0px 0px #d22d3d;
      -webkit-animation: loader-24 1s linear infinite alternate;
              animation: loader-24 1s linear infinite alternate; }

@-webkit-keyframes loader-24 {
  0% {
    height: 0px; }
  100% {
    height: 6px; } }

@keyframes loader-24 {
  0% {
    height: 0px; }
  100% {
    height: 6px; } }
  .loader-box .loader-25 {
    border: 0.1em #24695c solid;
    position: relative;
    -webkit-animation: loader-25-1 5s linear infinite;
            animation: loader-25-1 5s linear infinite; }
    .loader-box .loader-25:after {
      width: .2em;
      height: .2em;
      position: absolute;
      content: "";
      background-color: #24695c;
      bottom: calc(100% + .2em);
      left: -.4em;
      -webkit-animation: loader-25-2 1s ease-in-out infinite;
              animation: loader-25-2 1s ease-in-out infinite; }

@-webkit-keyframes loader-25-1 {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 #24695c;
            box-shadow: inset 0 0 0 0 #24695c; }
  100% {
    -webkit-box-shadow: inset 0 -1em 0 0 #24695c;
            box-shadow: inset 0 -1em 0 0 #24695c; } }

@keyframes loader-25-1 {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 #24695c;
            box-shadow: inset 0 0 0 0 #24695c; }
  100% {
    -webkit-box-shadow: inset 0 -1em 0 0 #24695c;
            box-shadow: inset 0 -1em 0 0 #24695c; } }

@-webkit-keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em); }
  50% {
    left: calc(100% + .2em);
    bottom: -.4em; }
  75% {
    left: -.4em;
    bottom: -.4em; }
  100% {
    left: -.4em;
    bottom: calc(100% + .2em); } }

@keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em); }
  50% {
    left: calc(100% + .2em);
    bottom: -.4em; }
  75% {
    left: -.4em;
    bottom: -.4em; }
  100% {
    left: -.4em;
    bottom: calc(100% + .2em); } }
  .loader-box .loader-26 {
    width: .5em;
    height: .5em;
    background-color: #ba895d;
    -webkit-box-shadow: 1em 0px 0px #ba895d;
            box-shadow: 1em 0px 0px #ba895d;
    border-radius: 50%;
    -webkit-animation: loader-26 1s ease-in-out infinite alternate;
            animation: loader-26 1s ease-in-out infinite alternate; }

@-webkit-keyframes loader-26 {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5);
            transform: rotate(0deg) scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1.2);
            transform: rotate(360deg) scale(1.2); } }

@keyframes loader-26 {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5);
            transform: rotate(0deg) scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1.2);
            transform: rotate(360deg) scale(1.2); } }
  .loader-box .loader-29 {
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 0.1em #1b4c43, -0.5em -0.5em 0 -0.4em #1b4c43, 0 -0.7em 0 -0.4em #1b4c43, 0.5em -0.5em 0 -0.4em #1b4c43, -0.5em 0.5em 0 -0.4em #1b4c43, 0 0.7em 0 -0.4em #1b4c43, 0.5em 0.5em 0 -0.4em #1b4c43, -0.7em 0 0 -0.4em #1b4c43, 0.7em 0 0 -0.4em #1b4c43;
            box-shadow: inset 0 0 0 0.1em #1b4c43, -0.5em -0.5em 0 -0.4em #1b4c43, 0 -0.7em 0 -0.4em #1b4c43, 0.5em -0.5em 0 -0.4em #1b4c43, -0.5em 0.5em 0 -0.4em #1b4c43, 0 0.7em 0 -0.4em #1b4c43, 0.5em 0.5em 0 -0.4em #1b4c43, -0.7em 0 0 -0.4em #1b4c43, 0.7em 0 0 -0.4em #1b4c43;
    -webkit-animation: 5s loader-29 linear infinite;
            animation: 5s loader-29 linear infinite; }

@-webkit-keyframes loader-29 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-29 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-30 {
    border: .2em solid transparent;
    border-top-color: #717171;
    border-bottom-color: #717171;
    border-radius: 50%;
    position: relative;
    -webkit-animation: 1s loader-30 linear infinite;
            animation: 1s loader-30 linear infinite; }
    .loader-box .loader-30:before, .loader-box .loader-30:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border: .2em solid transparent;
      border-bottom-color: #717171; }
    .loader-box .loader-30:before {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      right: -.3em;
      top: -.05em; }
    .loader-box .loader-30:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: -.3em;
      bottom: -.05em; }

@-webkit-keyframes loader-30 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-30 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-31 {
    -webkit-box-shadow: 0 0 2em #e2c636;
            box-shadow: 0 0 2em #e2c636;
    background-color: #e2c636;
    position: relative;
    border-radius: 50%;
    -webkit-transform: rotateX(-60deg) perspective(1000px);
            transform: rotateX(-60deg) perspective(1000px); }
    .loader-box .loader-31:before, .loader-box .loader-31:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: inherit;
      -webkit-animation: 1s loader-31 ease-out infinite;
              animation: 1s loader-31 ease-out infinite; }
    .loader-box .loader-31:after {
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }

@-webkit-keyframes loader-31 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-box-shadow: 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636;
            box-shadow: 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-box-shadow: -1em -1em 0 -0.35em #e2c636, 0 -1.5em 0 -0.35em #e2c636, 1em -1em 0 -0.35em #e2c636, -1.5em 0 0 -0.35em #e2c636, 1.5em 0 0 -0.35em #e2c636, -1em 1em 0 -0.35em #e2c636, 0 1.5em 0 -0.35em #e2c636, 1em 1em 0 -0.35em #e2c636;
            box-shadow: -1em -1em 0 -0.35em #e2c636, 0 -1.5em 0 -0.35em #e2c636, 1em -1em 0 -0.35em #e2c636, -1.5em 0 0 -0.35em #e2c636, 1.5em 0 0 -0.35em #e2c636, -1em 1em 0 -0.35em #e2c636, 0 1.5em 0 -0.35em #e2c636, 1em 1em 0 -0.35em #e2c636; } }

@keyframes loader-31 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-box-shadow: 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636;
            box-shadow: 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-box-shadow: -1em -1em 0 -0.35em #e2c636, 0 -1.5em 0 -0.35em #e2c636, 1em -1em 0 -0.35em #e2c636, -1.5em 0 0 -0.35em #e2c636, 1.5em 0 0 -0.35em #e2c636, -1em 1em 0 -0.35em #e2c636, 0 1.5em 0 -0.35em #e2c636, 1em 1em 0 -0.35em #e2c636;
            box-shadow: -1em -1em 0 -0.35em #e2c636, 0 -1.5em 0 -0.35em #e2c636, 1em -1em 0 -0.35em #e2c636, -1.5em 0 0 -0.35em #e2c636, 1.5em 0 0 -0.35em #e2c636, -1em 1em 0 -0.35em #e2c636, 0 1.5em 0 -0.35em #e2c636, 1em 1em 0 -0.35em #e2c636; } }
  .loader-box .loader-32 {
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1em 0 #d22d3d, inset 0 0 1em 0 #d22d3d;
            box-shadow: 0 0 1em 0 #d22d3d, inset 0 0 1em 0 #d22d3d;
    -webkit-animation: 1s loader-32 linear infinite;
            animation: 1s loader-32 linear infinite; }
    .loader-box .loader-32:before, .loader-box .loader-32:after {
      content: '';
      display: block;
      width: inherit;
      height: inherit;
      position: absolute;
      border-radius: 50%; }
    .loader-box .loader-32:before {
      border-top: 0.2em solid #d22d3d;
      border-right: .2em solid transparent;
      top: .28em;
      right: calc(50% - .22em); }
    .loader-box .loader-32:after {
      border-bottom: 0.2em solid #d22d3d;
      border-left: .2em solid transparent;
      bottom: .28em;
      left: calc(50% - .22em); }

@-webkit-keyframes loader-32 {
  0% {
    -webkit-transform: rotateX(-60deg) rotateZ(0deg);
            transform: rotateX(-60deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(-60deg) rotateZ(360deg);
            transform: rotateX(-60deg) rotateZ(360deg); } }

@keyframes loader-32 {
  0% {
    -webkit-transform: rotateX(-60deg) rotateZ(0deg);
            transform: rotateX(-60deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(-60deg) rotateZ(360deg);
            transform: rotateX(-60deg) rotateZ(360deg); } }
  .loader-box .loader-34 {
    position: relative;
    width: 1em;
    height: .5em; }
    .loader-box .loader-34:after, .loader-box .loader-34:before {
      position: absolute;
      content: "";
      height: .4em;
      width: .4em;
      top: 0;
      background-color: #24695c;
      border-radius: 50%; }
    .loader-box .loader-34:after {
      right: 0;
      -webkit-animation: loader-34-2 0.5s ease-in-out infinite;
              animation: loader-34-2 0.5s ease-in-out infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate; }
    .loader-box .loader-34:before {
      left: 0;
      -webkit-animation: loader-34-1 0.5s ease-in-out infinite;
              animation: loader-34-1 0.5s ease-in-out infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate; }

@-webkit-keyframes loader-34-1 {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px); }
  65% {
    height: .4em;
    width: .4em; }
  100% {
    height: .5em;
    width: .3em;
    -webkit-transform: translatex(0.2em);
            transform: translatex(0.2em); } }

@keyframes loader-34-1 {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px); }
  65% {
    height: .4em;
    width: .4em; }
  100% {
    height: .5em;
    width: .3em;
    -webkit-transform: translatex(0.2em);
            transform: translatex(0.2em); } }

@-webkit-keyframes loader-34-2 {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px); }
  65% {
    height: .4em;
    width: .4em; }
  100% {
    height: .5em;
    width: .3em;
    -webkit-transform: translatex(-0.2em);
            transform: translatex(-0.2em); } }

@keyframes loader-34-2 {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px); }
  65% {
    height: .4em;
    width: .4em; }
  100% {
    height: .5em;
    width: .3em;
    -webkit-transform: translatex(-0.2em);
            transform: translatex(-0.2em); } }
  .loader-box .loader-35 {
    margin: 0 .5em;
    position: relative; }
    .loader-box .loader-35:before {
      border-radius: 50%;
      background-color: #ba895d;
      -webkit-animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
              animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
      content: '';
      width: inherit;
      height: inherit;
      top: 0;
      left: 0;
      position: absolute; }

@-webkit-keyframes loader-35 {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  25% {
    -webkit-transform: translateX(-100%) scale(0.3);
            transform: translateX(-100%) scale(0.3); }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  75% {
    -webkit-transform: translateX(100%) scale(0.3);
            transform: translateX(100%) scale(0.3); }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@keyframes loader-35 {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  25% {
    -webkit-transform: translateX(-100%) scale(0.3);
            transform: translateX(-100%) scale(0.3); }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  75% {
    -webkit-transform: translateX(100%) scale(0.3);
            transform: translateX(100%) scale(0.3); }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }
  .loader-box .loader-37 {
    border-right: 0.1em solid #1b4c43;
    border-radius: 100%;
    -webkit-animation: loader-37 800ms linear infinite;
            animation: loader-37 800ms linear infinite; }
    .loader-box .loader-37:before, .loader-box .loader-37:after {
      content: '';
      width: .8em;
      height: .8em;
      display: block;
      position: absolute;
      top: calc(50% - .4em);
      left: calc(50% - .4em);
      border-left: 0.08em solid #1b4c43;
      border-radius: 100%;
      animation: loader-37 400ms linear infinite reverse; }
    .loader-box .loader-37:after {
      width: .6em;
      height: .6em;
      top: calc(50% - .3em);
      left: calc(50% - .3em);
      border: 0;
      border-right: 0.05em solid #1b4c43;
      -webkit-animation: none;
              animation: none; }

@-webkit-keyframes loader-37 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes loader-37 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
  .loader-box .loader-38 {
    height: 0.1em;
    width: 0.1em;
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
    -webkit-animation: loader-38 6s infinite;
            animation: loader-38 6s infinite; }

@-webkit-keyframes loader-38 {
  0% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; }
  8.33% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171; }
  16.66% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171; }
  24.99% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  33.32% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; }
  41.65% {
    -webkit-box-shadow: 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171;
            box-shadow: 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171; }
  49.98% {
    -webkit-box-shadow: 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171;
            box-shadow: 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171; }
  58.31% {
    -webkit-box-shadow: -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  66.64% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  74.97% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  83.3% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  91.63% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  100% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; } }

@keyframes loader-38 {
  0% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; }
  8.33% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171; }
  16.66% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171; }
  24.99% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  33.32% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; }
  41.65% {
    -webkit-box-shadow: 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171;
            box-shadow: 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171; }
  49.98% {
    -webkit-box-shadow: 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171;
            box-shadow: 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171; }
  58.31% {
    -webkit-box-shadow: -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  66.64% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  74.97% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  83.3% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  91.63% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  100% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; } }
  .loader-box .loader-39 {
    position: relative;
    width: .15em;
    height: .15em;
    background-color: #e2c636;
    border-radius: 100%;
    -webkit-animation: loader-39-1 30s infinite linear;
            animation: loader-39-1 30s infinite linear; }
    .loader-box .loader-39:before, .loader-box .loader-39:after {
      content: '';
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .loader-box .loader-39:before {
      width: 20px;
      height: 60px;
      -webkit-animation: loader-39-2 .8s linear infinite;
              animation: loader-39-2 .8s linear infinite; }
    .loader-box .loader-39:after {
      width: 60px;
      height: 20px;
      -webkit-animation: loader-39-2 1.2s linear infinite;
              animation: loader-39-2 1.2s linear infinite; }

@-webkit-keyframes loader-39-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-39-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes loader-39-2 {
  0% {
    -webkit-box-shadow: 0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em -0.04em 0 0.02em #e2c636; }
  25% {
    -webkit-box-shadow: 0.04em 0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em 0.04em 0 0.02em #e2c636; }
  50% {
    -webkit-box-shadow: -0.04em 0.04em 0 0.02em #e2c636;
            box-shadow: -0.04em 0.04em 0 0.02em #e2c636; }
  75% {
    -webkit-box-shadow: -0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: -0.04em -0.04em 0 0.02em #e2c636; }
  100% {
    -webkit-box-shadow: 0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em -0.04em 0 0.02em #e2c636; } }

@keyframes loader-39-2 {
  0% {
    -webkit-box-shadow: 0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em -0.04em 0 0.02em #e2c636; }
  25% {
    -webkit-box-shadow: 0.04em 0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em 0.04em 0 0.02em #e2c636; }
  50% {
    -webkit-box-shadow: -0.04em 0.04em 0 0.02em #e2c636;
            box-shadow: -0.04em 0.04em 0 0.02em #e2c636; }
  75% {
    -webkit-box-shadow: -0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: -0.04em -0.04em 0 0.02em #e2c636; }
  100% {
    -webkit-box-shadow: 0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em -0.04em 0 0.02em #e2c636; } }
  .loader-box .loader-40 {
    border: 0.05em #d22d3d solid;
    border-radius: .2em;
    overflow: hidden;
    position: relative; }
    .loader-box .loader-40:after, .loader-box .loader-40:before {
      content: '';
      border-radius: 50%;
      position: absolute;
      width: inherit;
      height: inherit;
      -webkit-animation: loader-40 2s infinite linear;
              animation: loader-40 2s infinite linear; }
    .loader-box .loader-40:before {
      border-top: 0.2em #d22d3d solid;
      top: -.15em;
      left: calc( -50% - .15em);
      -webkit-transform-origin: right center;
              transform-origin: right center; }
    .loader-box .loader-40:after {
      border-bottom: 0.2em #d22d3d solid;
      top: .15em;
      right: calc( -50% - .15em);
      -webkit-transform-origin: left center;
              transform-origin: left center; }

@-webkit-keyframes loader-40 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes loader-40 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
  .loader-box .loader-41 {
    border: 0.05em #24695c solid;
    border-radius: .2em;
    position: relative;
    background: linear-gradient(45deg, transparent 48%, #24695c 50%, #24695c 50%, transparent 52%, transparent), linear-gradient(-45deg, transparent 48%, #24695c 50%, #24695c 50%, transparent 52%, transparent);
    background-size: .5em .5em;
    background-position: 0% 0%;
    -webkit-animation: loader-41 1s infinite linear;
            animation: loader-41 1s infinite linear; }

@-webkit-keyframes loader-41 {
  from {
    background-position: 0 0; }
  to {
    background-position: -1em 0; } }

@keyframes loader-41 {
  from {
    background-position: 0 0; }
  to {
    background-position: -1em 0; } }
  .loader-box .loader-42 {
    width: 2em;
    height: .66em;
    border: 0.05em #ba895d solid;
    border-radius: .1em;
    background: linear-gradient(-60deg, transparent 0%, transparent 50%, #ba895d 50%, #ba895d 75%, transparent 75%, transparent);
    background-size: 1em 2em;
    background-position: 0 0;
    -webkit-animation: loader-42 0.8s infinite linear;
            animation: loader-42 0.8s infinite linear; }

@-webkit-keyframes loader-42 {
  from {
    background-position: 0 0; }
  to {
    background-position: -2em 0; } }

@keyframes loader-42 {
  from {
    background-position: 0 0; }
  to {
    background-position: -2em 0; } }

/**=====================
     04. Loader CSS Ends
==========================**/

/**=====================
     28. Radio CSS Start
==========================**/
.animate-chk label {
  line-height: 1.6;
  cursor: pointer; }
  .animate-chk label:last-child {
    margin-bottom: 0; }

.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin: 0 1rem 0 0; }
  .checkbox_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
            transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.225rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.375rem;
    border: 2px solid #24695c;
    border-top-style: none;
    border-right-style: none; }
  .checkbox_animated:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    border: 2px solid #e6edef;
    cursor: pointer; }
  .checkbox_animated:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1); }

.radio_animated {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer; }
  .radio_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 0;
    left: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.75rem;
    background: #24695c;
    border-radius: 50%; }
  .radio_animated:after {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: -0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    border: 2px solid #e6edef;
    border-radius: 50%; }
  .radio_animated:checked:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px; }
  .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -16px;
    border: 1px solid #e6edef;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #2b2b2b; }

.checkbox input[type="checkbox"] {
  opacity: 0; }
  .checkbox input[type="checkbox"]:focus {
    outline-offset: -2px; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::before {
  font-family: themify;
  content: "\e64c";
  text-align: center;
  line-height: 1.2; }

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; }
  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #e6edef;
    cursor: not-allowed; }

.checkbox .checkbox-circle label::before {
  border-radius: 50%; }

.checkbox .checkbox-inline {
  margin-top: 0; }

.m-squar label::before {
  border-radius: 0; }

.m-squar .checkbox-circle label::before {
  border-radius: 50%; }

.m-squar .checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  border-color: #24695c;
  color: #24695c; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-secondary input[type="checkbox"]:checked + label::before {
  border-color: #ba895d;
  color: #ba895d; }

.checkbox-secondary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  border-color: #1b4c43;
  color: #1b4c43; }

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  border-color: #d22d3d;
  color: #d22d3d; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  border-color: #717171;
  color: #717171; }

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-light input[type="checkbox"]:checked + label::before {
  border-color: #e6edef;
  color: #e6edef; }

.checkbox-light input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-dark input[type="checkbox"]:checked + label::before {
  border-color: #2c323f;
  color: #2c323f; }

.checkbox-dark input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  border-color: #e2c636;
  color: #e2c636; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-primary label:before {
  background-color: #24695c;
  border-color: #24695c;
  color: #fff; }

.checkbox-solid-primary input[type="checkbox"]:checked + label::before {
  background-color: #24695c;
  border-color: #24695c;
  color: #fff; }

.checkbox-solid-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-secondary label:before {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fff; }

.checkbox-solid-secondary input[type="checkbox"]:checked + label::before {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fff; }

.checkbox-solid-secondary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-success label:before {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fff; }

.checkbox-solid-success input[type="checkbox"]:checked + label::before {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fff; }

.checkbox-solid-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-danger label:before {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fff; }

.checkbox-solid-danger input[type="checkbox"]:checked + label::before {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fff; }

.checkbox-solid-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-info label:before {
  background-color: #717171;
  border-color: #717171;
  color: #fff; }

.checkbox-solid-info input[type="checkbox"]:checked + label::before {
  background-color: #717171;
  border-color: #717171;
  color: #fff; }

.checkbox-solid-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-light label:before {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fff; }

.checkbox-solid-light input[type="checkbox"]:checked + label::before {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fff; }

.checkbox-solid-light input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-dark label:before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff; }

.checkbox-solid-dark input[type="checkbox"]:checked + label::before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff; }

.checkbox-solid-dark input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-warning label:before {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fff; }

.checkbox-solid-warning input[type="checkbox"]:checked + label::before {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fff; }

.checkbox-solid-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-primary label::before {
  border-color: #24695c; }

.checkbox-secondary label::before {
  border-color: #ba895d; }

.checkbox-success label::before {
  border-color: #1b4c43; }

.checkbox-danger label::before {
  border-color: #d22d3d; }

.checkbox-info label::before {
  border-color: #717171; }

.checkbox-light label::before {
  border-color: #e6edef; }

.checkbox-dark label::before {
  border-color: #2c323f; }

.checkbox-warning label::before {
  border-color: #e2c636; }

.m-checkbox-inline .checkbox {
  display: inline-block; }

.m-checkbox-inline .radio {
  display: inline-block; }

.m-checkbox-inline label {
  margin-right: 20px; }

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  cursor: pointer; }
  .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #e6edef;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
  .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #898989;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0; }
  .radio input[type="radio"]:focus + label::before {
    outline-offset: -2px; }
  .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
    .radio input[type="radio"]:disabled + label::before {
      cursor: not-allowed; }

.radio .radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::before {
  border-color: #24695c; }

.radio-primary input[type="radio"] + label::after {
  background-color: #24695c; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #24695c; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #24695c; }

.radio-secondary input[type="radio"] + label::before {
  border-color: #ba895d; }

.radio-secondary input[type="radio"] + label::after {
  background-color: #ba895d; }

.radio-secondary input[type="radio"]:checked + label::before {
  border-color: #ba895d; }

.radio-secondary input[type="radio"]:checked + label::after {
  background-color: #ba895d; }

.radio-success input[type="radio"] + label::before {
  border-color: #1b4c43; }

.radio-success input[type="radio"] + label::after {
  background-color: #1b4c43; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #1b4c43; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #1b4c43; }

.radio-danger input[type="radio"] + label::before {
  border-color: #d22d3d; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d22d3d; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d22d3d; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d22d3d; }

.radio-info input[type="radio"] + label::before {
  border-color: #717171; }

.radio-info input[type="radio"] + label::after {
  background-color: #717171; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #717171; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #717171; }

.radio-light input[type="radio"] + label::before {
  border-color: #e6edef; }

.radio-light input[type="radio"] + label::after {
  background-color: #e6edef; }

.radio-light input[type="radio"]:checked + label::before {
  border-color: #e6edef; }

.radio-light input[type="radio"]:checked + label::after {
  background-color: #e6edef; }

.radio-dark input[type="radio"] + label::before {
  border-color: #2c323f; }

.radio-dark input[type="radio"] + label::after {
  background-color: #2c323f; }

.radio-dark input[type="radio"]:checked + label::before {
  border-color: #2c323f; }

.radio-dark input[type="radio"]:checked + label::after {
  background-color: #2c323f; }

.radio-warning input[type="radio"] + label::before {
  border-color: #e2c636; }

.radio-warning input[type="radio"] + label::after {
  background-color: #e2c636; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #e2c636; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #e2c636; }







.slider_area .single_slider .slider_text2 {
  position: relative;
  left:10%;
  z-index: 6;
    top:-40px;

}

/* line 30, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text2 h3 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-weight: 200;
  margin-bottom: 4px;
  line-height: 85px;
}
/* line 37, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text2 h3 span {
  font-weight: 800;
}
@media (min-width: 1501px) and (max-width: 1700px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text2 h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .slider_area .single_slider .slider_text2 {
    top:-10px;
   }

}

@media (min-width: 1201px) and (max-width: 1500px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text2 h3 {
    font-size: 50px;
    line-height: 55px;
  }
  .p-r-38, .p-lr-38, .p-all-38{
	padding-left:20px;
	padding-right:20px;
	
  }
  .slider_area .single_slider .slider_text2 {
    top:-15px;
   }
  }

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text2 h3 {
    font-size: 45px;
    line-height: 50px;
  }
  .slider_area .single_slider .slider_text2 {
    top:-15px;
   }

}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 63, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text2 h3 {
    font-size: 45px;
    line-height: 55px;
  }
  .slider_area .single_slider .slider_text2 {
    top:-15px;
   }
}

@media (max-width: 767px) {
  /* line 30, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text2 h3 {
    font-size: 45px;
    line-height: 55px;
  }
  .slider_area .single_slider .slider_text2 {
   left: 25px;
       top:0px;

   }
}




/* line 53, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text2 p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 32px;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 12px;
}






.slider_area .single_slider .slider_text {
  position: relative;
  left:10%;
  z-index: 6;
}

/* line 30, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h3 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-weight: 200;
  margin-bottom: 4px;
  line-height: 85px;
}
/* line 37, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h3 span {
  font-weight: 800;
  top:-40px;
}
@media (min-width: 1501px) and (max-width: 1700px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 50px;
    line-height: 50px;
	top : -20px;
  }
}

@media (min-width: 1201px) and (max-width: 1500px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 50px;
    line-height: 55px;

  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 63, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  /* line 30, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 45px;
    line-height: 55px;
  }
  .slider_area .single_slider .slider_text {
   left: 25px;
   }
}




/* line 53, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 32px;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 12px;
}


/* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_area .dog_thumb {
  position: absolute;
  right: -7%;
  top: 30px;
  z-index: 1;
}

@media (min-width: 1601px) and (max-width: 1700px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb {
    right: -10%;
	top: 30px;
  }
}

@media (min-width: 1501px) and (max-width: 1600px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb {
    right: -15%;
	top: 30px;
  }
}



@media (min-width: 1301px) and (max-width: 1500px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb {
    right: -30%;
	top: 30px;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb {
    right: -40%;
	top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 74, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb {
    right: -55%;
	top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 63, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb {
    right: -20%;
	top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 63, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text p br {
    display: none;
  }
}


@media (max-width: 767px) {
  /* line 63, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text p br {
    display: none;
  }
}







/* line 92, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
.slider_area .dog_thumb img {
  max-width: 60%;
}

@media (max-width: 828px) {
  /* line 92, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb img {
    /*display: none !important;*/

  }
}
@media (min-width: 828px) and (max-width: 991px) {
  /* line 63, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb img {
    /*display: none !important;*/
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 92, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb img {
    max-width: 40%;
  }
}

@media (min-width: 1201px) and (max-width: 1500px) {
  /* line 92, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb img {
    max-width: 50%;
  }
}

@media (min-width: 1501px) and (max-width: 1700px) {
  /* line 92, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_slider.scss */
  .slider_area .dog_thumb img {
    max-width: 55%;
  }
}
.breadcam_bg {
  background-image: url(../../images/naaas_sub2.png);
}

/* line 1, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */


/* line 4, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.breadcam_bg_1 {
  background-image: url(../img/banner/bradcam2.png);
}

/* line 7, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.breadcam_bg_2 {
  background-image: url(../img/banner/bradcam3.png);
}

/* line 10, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 50px 5px 50px 5px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  /* line 10, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
  .bradcam_area {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
  .bradcam_area {
    padding: 40px 0;
  }
}

/* line 22, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.bradcam_area h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
  font-family: sans-serif;
  text-transform: capitalize;
}

.bradcam_area h3 span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  font-family: sans-serif;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 22, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
  .bradcam_area h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 22, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
  .bradcam_area h3 {
    font-size: 40px;
  }
}

/* line 38, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 681px;
  padding: 60px 40px;
}

@media (max-width: 767px) {
  /* line 38, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
  .popup_box {
    width: 320px;
    padding: 45px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 38, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
  .popup_box {
    width: 420px !important;
    padding: 45px 30px;
  }
}

/* line 57, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.popup_box h3 {
  text-align: center;
  font-size: 22px;
  color: #1F1F1F;
  margin-bottom: 46px;
}

/* line 63, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

/* line 67, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  /* border-radius: 5px; */
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  width: 100% !important;
  /* height: 42px; */
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

/* line 101, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

/* line 116, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

/* line 125, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

/* line 131, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 131, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
  #test-form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 146, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
    /*display: none !important;*/
}

/* line 151, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
#test-form button.mfp-close {
    /*display: none !important;*/
}

@media (max-width: 767px) {
  /* line 151, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
  #test-form button.mfp-close {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* line 162, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
#test-form button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 40px;
  height: 40px;
  background: #4A3600;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: -6px;
  color: #fff !important;
}

/* line 189, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.6;
}

@media (max-width: 767px) {
  /* line 208, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
  .gj-picker.gj-picker-md.timepicker {
    width: 310px;
    left: 6px !important;
  }
}

@media (max-width: 767px) {
  /* line 215, ../../Arafath/CL/january 2020/240. Animal/HTML/scss/_bradcam.scss */
  .gj-picker.gj-picker-md.datepicker.gj-unselectable {
    width: 320px;
    left: 0 !important;
  }
}
.pointer {cursor: pointer;}
.of-hidden {overflow: hidden;}
.visible-false {visibility: hidden;}
.visible-true {visibility: visible;}








/* (c) 2020-2021 Written by Simon Köhler in Panama
// github.com/koehlersimon
// simon-koehler.com

// Setting the font family globally for this example
// Please don't do this in a live website!
*{
  font-family: "Source Sans Pro", "Roboto", Arial, sans-serif;
}

// Animation to fade in the dropdown menus
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

// Assigning the above animation to all dropdown menus
.dropdown-menu{
    &.show{
        -webkit-animation: fadeIn 0.3s alternate; /* Safari 4.0 - 8.0 
         animation: fadeIn 0.3s alternate;
    }
}
*/
/* Mega Menu adjustments*/
.nav-item.dropdown.dropdown-mega{
    position: static;
    .dropdown-menu{
        width: 90%;
        top: auto;
        left: 50%;
    }
}

/* Complete styles for main navbar toggler and hamburger menu*/
.navbar-toggler{
    border: none;
    padding: 0;
    outline: none;
    &:focus{
        box-shadow: none;
    }
    .hamburger-toggle{
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;
        .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
            span {
                width: 100%;
                height: 4px;
                position: absolute;
                background: #333;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0), background 0.2s cubic-bezier(0.77,0.2,0.05,1.0), all 0.2s ease-in-out;
                left: 0px;
                &:first-child{
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }
                &:nth-child(2){
                    top: 50%;
                    transform: translate(0,-50%);
                }
                &:last-child{
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }
            }
            &.active{
                span {
                    position: absolute;
                    margin: 0;
                    &:first-child{
                        top: 45%;
                        transform: rotate(45deg);
                    }
                    &:nth-child(2){
                        left: 50%;
                        width: 0px;
                    }
                    &:last-child{
                        top: 45%;
                        transform: rotate(-45deg);
                    }
                }
            }
        }
    }
}


.icons{
  display: inline-flex;
  margin-left: auto;
  a{
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
    &:hover{
      color: white;
      text-shadow: 0 0 30px white;
    }
  }
}

.disalign{
	display:inline-block;
	
	}
.cos_hand{
cursor:pointer;
}

.borderZ{
 border: 0;
}

.breadcrumbContainer{
	top :  0px;
	position: absolute;
}

.bradmain_start{
	padding-bottom:10px;
}
.b-tabcolor{
	background-color: #f0f0f0 !important;
}

.content-box {
	padding:20px;
}
@media only screen and (max-width: 767px) {
.content-box {
	padding:5px;

}
.oteam{
	width:100%
}

}

@media only screen and (max-width: 1199px) {

		.tail_logo{
			text-align : left !important;
			padding-right:0px;
			padding-left:30px;

		}
		.tail_logo_txt{
			padding-left:30px;
		}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}





}

.content-header {
	border-bottom : 1px solid gray ;
	font-weight: 600;
	font-size : 18px;
	padding: 5px;
}
.content-mains {
	font-weight: 600;
	font-size : 14px;
	padding: 10px;
	color : #000;
}

.obj{
	padding : 50px;
}

.iframebox {
  position: relative;
  padding-bottom: 90%;
}

iframe.doc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
}


.etcM a{
	color:#a3bde7;
}

.linktabs:hover{
	color:#168eea;
}
.td-center{
	vertical-align: middle !important;
	text-align: center;
}


.list_item {
    width: 350px;
}

.list_img {
    display: inline-block;
    width: 100%;
    height: 130px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 5px;
}


.list_img_main {
    display: inline-block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 5px;
}

.list_text {
	font-weight: 600;
	font-size : 14px;
	padding: 5px;
	color : #000;
}

.underLine{
	border-bottom: 1px solid #e6edef;
}
.underLineLink{
	text-decoration: underline;
}




#rBox {
  background: #FFF;
  bottom: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: -320px;
  top: 0;
  width: 320px;
  z-index: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
    background: rgba(255, 255, 255, 0.96);
}


html.active #rBox {
  right: 0;
  z-index: 999;
}

html.active #rBox .container {
  -webkit-transform-origin: 0% 50% 0px;
  -moz-transform-origin: 0% 50% 0px;
  transform-origin: 0% 50% 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

}

.btn-top-top {
  position: fixed;
  width: 80px;
  right: 1px;
	padding:10px;
  background-color: rgb(44, 90, 167);
  opacity: 0.8;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
	border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 30%);
}
.symbol-btn-top-top {
  font-size: 20px;
  color: white;
  line-height: 1em;
}

.outerD {
	width: 100%;
	text-align: left;
}
.innerD {
	width: 100%;
	display: inline-block;
}



.drop-placeholder {
  background-color: lightgray;
  height: 2.7em;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.2em;
}

.rounded-circle2{
	border-radius: 10% !important;
	height:60px;
}

#notice-container {
	position: relative;
	height: 40px; /* 필요에 따라 조정 */
	overflow: hidden;
}
.notice {
	position: absolute;
	top:2px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: transform 2s ease-in-out;
}
.center-align-middle {
	display: flex;
	align-items: center;
}


.sidebar-link{
	font-weight: 600;
	color: #cccccc;
	font-size: 16px;
	font-weight: bold;

}
.sidebar-link:hover {
  background-color: #d6000f;
  color: #fff
}
.sidebar-list{
	padding:10px 20px 10px  30px;
	font-weight: bold;
}

.sidebar-link.active .sidebar-list {
    background-color: #d6000f;
}

.sidebar-list:hover {
  background-color: #d6000f;
  color: #fff
}
.top-fixed-bar {
  position: fixed;
  top: 0;
  left: 200px;
  width: calc(100% - 200px);
  background: #ffffff;
  z-index: 1000;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.top-fixed-bar .text-end {
  margin-left: auto; /* ✅ 오른쪽으로 밀기 */
}


.flex_right{
	margin-left: 200px; 
	flex: 1; 
	padding-top: 55px;
}

.flex_left{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 200px; 
	height: 100vh; 
	background: #2a3650; 
	overflow-y: auto; 
	padding: 0;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 200px;      /* 사이드바 너비 */
  width: calc(100% - 200px);  /* 전체에서 사이드바만큼 뺀 너비 */
  background-color: #f8f8f8;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin: 0;
}
.full_width_bg {
  height: 250px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
}

/* 배경 이미지를 ::before로 처리 */
.full_width_bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../../images/trs.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.3;        /* 여기서 투명도 조절 */
  z-index: -1;
}

.full_width_bg_sel {
  height: 150px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
}

/* 배경 이미지를 ::before로 처리 */
.full_width_bg_sel::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../../images/trs.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.3;        /* 여기서 투명도 조절 */
  z-index: -1;
}




.full_width_bg_rack_na {
  width: 100%;               /* 가로 전체 */
  height: 142px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;
  z-index: 0;
}
.full_width_bg_rack_na::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #a7464640;
  opacity: 0.9;        /* 여기서 투명도 조절 */
  background-size: cover;
  background-position: center;
  z-index: -1;
}








/* 배경 이미지를 ::before로 처리 */

.full_width_bg_rack {
  width: 100%;               /* 가로 전체 */
  height: 110px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;
  z-index: 0;
}


.full_width_bg_rack::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #cfcfcf;
  opacity: 0.7;        /* 여기서 투명도 조절 */

  background-size: cover;
  background-position: center;
  z-index: -1;
}
.full_width_bg_rack_in {
  width: 100%;               /* 가로 전체 */
  height: 110px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
}

/* 배경 이미지를 ::before로 처리 */
.full_width_bg_rack_in::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.8;        /* 여기서 투명도 조절 */
  z-index: -1;
}










.full_width_bg_box {
  height: 100px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
}

/* 배경 이미지를 ::before로 처리 */
.full_width_bg_box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../../images/trs.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.2;        /* 여기서 투명도 조절 */
  z-index: -1;
}

.full_width_bg_box_in {
  height: 100px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
}

/* 배경 이미지를 ::before로 처리 */
.full_width_bg_box_in::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../../images/trs.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.8;        /* 여기서 투명도 조절 */
  z-index: -1;
}



.full_width_bg_tube {
  height: 70px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
}

/* 배경 이미지를 ::before로 처리 */
.full_width_bg_tube::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../../images/trs.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.3;        /* 여기서 투명도 조절 */
  z-index: -1;
}
.full_width_bg_tube_in {
  height: 70px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
}

/* 배경 이미지를 ::before로 처리 */
.full_width_bg_tube_in::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../../images/trs.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.8;        /* 여기서 투명도 조절 */
  z-index: -1;
}



/* 텍스트가 선명하게 위에 보이도록 설정 */
.bg_btext {
  color: black;
  font-weight: bold;
  font-size: 18px;
  padding: 8px 16px;
  background-color: rgba(20, 50, 50, 0.4); /* 흐린 흰 배경 (선택사항) */
  border-radius: 6px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
/* 텍스트가 선명하게 위에 보이도록 설정 */
.bg_btext_sel {
  margin:10px;
  color: black;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgba(20, 50, 50, 0.4); /* 흐린 흰 배경 (선택사항) */
  border-radius: 4px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bradcam_area{
	padding : 3px 0px 3px 0px;
	background-color:#435783;
}
.blog-details {
  font-family: 'Passion One';
  background-color: rgba(10, 50, 100, 0.6); /* 반투명 흰 배경 */
  padding: 20px 20px 10px 20px;
  border-radius: 8px;
}
.blog-details,
.blog-details > div > span,
.blog-details > div,
.blog-details > h6 {
  color: white !important;
}

    .led {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0,0,0,0.3);
      display: inline-block;
      transition: all 0.3s ease;
    }

    .led-on {
      background-color: #00aaff; /* 초록빛 네온 */
      box-shadow:
        0 0 5px #00aaff,
        0 0 10px #00aaff,
        0 0 15px #0077ff;
    }

    .led-off {
      background-color: #aaa; /* 회색 */
      box-shadow:
        0 0 5px #777,
        0 0 10px #888,
        0 0 15px #aaa;
    }
	.led-red {
	  background-color: #ff0033; /* 강렬한 빨간색 */
	  box-shadow:
		0 0 5px #ff0033,
		0 0 10px #ff3355,
		0 0 15px #ff0000;
	}

.circle-bg {
  position: absolute;
  inset: 0;
  background-image: url('../../images/elec_ln_open_bg.jpg');
  background-size: cover;
  opacity: 0.2;
  z-index: 0;
  border-radius: 50%;
}

.rack-line{
  background-image: url('../../images/rack_line_back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.elec_line_mid{
	border-left: 1px solid #e6edef;
}


.model_lines{
	border: 1px solid #ccc;
}

.custom-error {
  position: absolute;
  background: #ffc;
  border: 1px dashed #f00;
  border-radius: 6px;     /* ✅ 라운딩 적용 */
  padding: 5px;
  z-index: 1000;
  font-size: 13px;
  white-space: nowrap;
  color: #000;
}


.hidden-but-keep-space {
	visibility: hidden;
}

.scroll-x {
  overflow-x: auto;
  overflow-y: hidden;  /* 필요 시 */
  white-space: nowrap; /* inline-block 요소들이 줄 바꿈되지 않게 */
}

.scroll-x::-webkit-scrollbar {
  height: 8px;
}
.scroll-x::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 4px;
}
.scroll-x::-webkit-scrollbar-track {
  background: #eee;
}

.ellipsis_text {
    display: inline-block;      /* 또는 block */
    white-space: nowrap;        /* 줄바꿈 방지 */
    overflow: hidden;           /* 넘친 부분 숨김 */
    text-overflow: ellipsis;    /* 말줄임표(...) */
    vertical-align: middle;     /* 세로정렬 보정 */
	text-align:center;
}

.cursor-pointer {
  cursor: pointer;
}
.site-highlight {
  background-color: #e6f0ff !important;
  box-shadow: 0 0 0 2px #3399ff inset;
}

.highlight {
  background-color: #fff3cd !important;
}
.indent-child {
  padding-left: 50px; /* 또는 margin-left: 2em; */
}

.input-group .select2-container {
  width: auto !important;
  flex-grow: 1;
}
.inout_back_color{
  background-color: #ecf3fe  !important;
  }



/* 툴팁 래퍼에 기본 스타일 */
.tooltip-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  max-width: 450px;
  max-height: 300px;
  overflow: auto;
  white-space: pre-line; /* ★ 개행 반영 */
  z-index: 99999999;
}
.tooltip-popup22 {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  width: 330px;
  max-height: 300px;
  overflow: auto;
  white-space: pre-line; /* ★ 개행 반영 */
  z-index: 99999999;
  margin-left: -100px;
}

.tooltip-popup33 {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  width: 200px;
  max-height: 300px;
  overflow: auto;
  white-space: pre-line; /* ★ 개행 반영 */
  z-index: 99999999;
  margin-left: -100px;
}

.tooltip-wrap:hover .tooltip-popup {
  display: block;
}

.tooltip-popup {
  left: 50%;
  transform: translateX(-50%);
}




/* 화면에 띄우는 실제 툴팁 */
#globalTooltip {
  position: absolute;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.2s;
}

.selected-row {
  border: 2px solid red; /* 테두리 두께와 색은 필요에 따라 조절하세요 */
}


/* 화살표 스타일 */
.arrow_el {
	display: inline-block;
	transition: transform 0.2s ease;
}
.arrow_el.up {
	transform: rotate(180deg);
}

.sub-table td{
	padding:3px;
}
.sub-table2 td{
	padding:10px 2px 6px 2px;  
}

.prewrap_a {
  white-space: pre-wrap;   /* 개행+연속 공백 보존, 줄바꿈 허용 */
  word-break: break-word;  /* 아주 긴 단어 강제 줄바꿈 */
}

.dislevel_none{
  display:none
}
.dislevel_block{
  display:block
}

.na_back_color{
	background-color: #0b7d83;
	width:80px;
}
.st_back_color{
	background-color: #875915;
	width:80px;
}
.na_back_color1{
	background-color: #0b7d83;
}
.st_back_color1{
	background-color: #875915;
}
.dislevelabled {
  opacity: 0.7;           /* 흐리게 */
  cursor: not-allowed;    /* 마우스 커서 변경 */
}

.rotate-90 svg {
  transform: rotate(90deg);
}

.no-print {
	color: #dc3545;
}

/* 🖨️ 인쇄 시에만 적용될 스타일 */
@media print {
	/* body의 모든 요소를 기본적으로 숨김 처리 */
	body * {
		visibility: hidden;
	}
	/* 인쇄하려는 영역(#myDiv)과 그 안의 모든 자식 요소들은 보이게 함 */
	.myDiv, .myDiv * {
		visibility: visible;
	}
	/* 인쇄할 영역을 페이지의 최상단에 위치시킴 */
	.myDiv {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		max-width: 100% !important; /* Bootstrap의 max-width도 무시 */
		padding: 0 !important;
	}
}


.highlight_print{
	border: 2px dashed #6c757d;
	padding: 20px;

}


.sublabel {
  position: relative;  /* badge를 label 안에서 위치시키기 위함 */
  display: inline-block;
  padding: 8px 12px;
  background: #eee;
  border-radius: 8px;
}


.sublabel2 {
  position: absolute;
  top: -6px;
  right: -10px;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  min-width: 24px;
  text-align: center;
  opacity: 0.7;

}
.sublabel3 {
  position: relative;  /* badge를 label 안에서 위치시키기 위함 */
  display: inline-block;
}
.sublabel4 {
  position: absolute;
  top: -6px;
  right: -20px;
  background: #ccc;
  color: black;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  min-width: 24px;
  text-align: center;
  opacity: 0.5;
  }



.highlight_search {
  background-color: yellow;
  color: black;
  padding: 0 2px;
}

