@font-face {
  font-family: "Georgia-Bold";
  src: url("../fonts/Georgia-Bold.ttf"); }

@font-face {
  font-family: "Georgia-Regular";
  src: url("../fonts/Georgia-Regular.ttf"); }

html {
  overflow-x: hidden; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-slide h4 span {
  position: relative;
  overflow: hidden; }
  .slick-slide h4 span:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: -5px;
    background: #d29c0a;
    height: 2px;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: 999; }

.slick-slide:hover > h4 span:after {
  left: 0;
  right: auto;
  width: 100%; }

/*
:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #000;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  z-index: 999;
}
.underline_effect:hover:after,
.underline_effect:focus:after,
.underline_effect:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
*/
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    content: "";
    display: table; }
  .slick-track:after {
    content: "";
    display: table;
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

/*
.slider-history-two .slick-list {
	overflow-x: scroll;
	width: 100%;
}
*/
::-webkit-scrollbar {
  height: 10px !important;
  width: 12px !important; }

::-webkit-scrollbar-thumb:hover {
  background: #c69b2e; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #c69b2e;
  border-radius: 10px; }

.slider-history-two .slick-slide:nth-of-type(odd) {
  background: #f7f5ef !important; }

.slider-history-two .slick-slide:nth-of-type(even) {
  background: #fff !important; }

.slider-history-two .slick-slide img {
  opacity: 0.2; }

.slider-history-three {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #f7f5ef; }
  .slider-history-three .slick-slide, .slider-history-three .slick-track {
    width: 100%; }
  .slider-history-three .fa-angle-left {
    display: inline-block;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 15px;
    font-size: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .slider-history-three .fa-angle-right {
    display: inline-block;
    position: absolute;
    z-index: 99999;
    top: 50%;
    right: 15px;
    font-size: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.modal-body {
  padding-left: 2em;
  padding-right: 2em; }
  .modal-body p {
    width: 100%;
    font-family: "Georgia-Regular";
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 5px; }
  .modal-body li {
    width: 100%;
    font-family: "Georgia-Regular";
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
    list-style: square; }
  .modal-body ul {
    padding-left: 15px; }
  .modal-body h3 {
    width: 100%;
    font-family: "Georgia-Bold";
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px; }

.slider-history-three .slick-slide {
  background: #f7f5ef !important;
  padding-top: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important; }
  .slider-history-three .slick-slide h4, .slider-history-three .slick-slide h5, .slider-history-three .slick-slide p {
    padding-left: 10% !important;
    padding-right: 10% !important;
    overflow: initial !important; }
  .slider-history-three .slick-slide h4 {
    font-size: 50px !important;
    font-family: 'Georgia'; }
  .slider-history-three .slick-slide p {
    font-size: 15px !important;
    font-family: "Georgia" !important;
    color: #333333 !important; }
  .slider-history-three .slick-slide h5 {
    font-size: 26px; }

.slider-history-three .fas {
  color: #d29c0a !important; }

.modal-open .modal {
  z-index: 999999; }

.slider-history-three img {
  -webkit-filter: none !important;
          filter: none !important; }

@media screen and (max-width: 768px) {
  .slider-history-three img {
    max-width: 50%;
    margin: 0 auto; }
  .slider-history-three h4 {
    font-size: 40px !important;
    text-align: center; }
  .slider-history-three h5 {
    font-size: 18px !important;
    text-align: center; }
  .slider-history-three p {
    text-align: center; } }

.popup-history {
  display: block;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 999999;
  height: 100%;
  margin: 0px auto;
  right: 0px;
  left: 0px; }
  .popup-history .close-button {
    position: absolute;
    background: none;
    outline: none;
    top: 30px;
    z-index: 9999999;
    right: 30px;
    color: #d29c0a;
    border: 2px solid #d29c0a;
    border-radius: 50%;
    padding-top: 0px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 3px;
    font-size: 23px;
    display: none; }

.hide-slowly-popup {
  width: 0px;
  z-index: -1; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.home-one {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .home-one .content {
    min-height: 550px;
    overflow: hidden; }
    .home-one .content img {
      position: relative;
      bottom: -80px; }

@media screen and (max-width: 992px) {
  .home-one .content {
    padding-top: 100px;
    padding-bottom: 100px; }
    .home-one .content img {
      bottom: auto; } }

.home-two .title {
  position: relative;
  z-index: 1; }
  .home-two .title h3 {
    position: relative;
    top: 50%;
    font-family: "Georgia-Bold";
    font-size: 50px;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;
    padding: 20px 100px;
    border-radius: 50%; }

.home-two .content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .home-two .content .left {
    min-height: 570px; }
    .home-two .content .left h2 {
      font-family: "Georgia-Bold";
      font-size: 60px;
      text-align: center;
      color: #000000;
      margin-bottom: 20px; }
      @media screen and (max-width: 992px) {
        .home-two .content .left h2 {
          font-size: 45px; } }
      @media screen and (max-width: 480px) {
        .home-two .content .left h2 {
          font-size: 35px; } }
    .home-two .content .left h4 {
      font-family: "Georgia-Bold";
      font-size: 30px;
      text-align: center;
      color: #000000;
      margin-bottom: 40px; }
      @media screen and (max-width: 992px) {
        .home-two .content .left h4 {
          font-size: 22px; } }
      @media screen and (max-width: 480px) {
        .home-two .content .left h4 {
          font-size: 18px; } }
    .home-two .content .left .cardz {
      width: 50%;
      float: left;
      padding: 0 20px; }
      .home-two .content .left .cardz img {
        margin-bottom: 15px; }
      .home-two .content .left .cardz h5 {
        font-family: "Georgia-Bold";
        font-size: 20px;
        text-align: center;
        color: #000000; }
        @media screen and (max-width: 480px) {
          .home-two .content .left .cardz h5 {
            font-size: 18px; } }
  .home-two .content .right {
    min-height: 550px; }
    @media screen and (max-width: 992px) {
      .home-two .content .right .about-right-image {
        max-width: 50%; } }
    @media screen and (max-width: 769px) {
      .home-two .content .right .about-right-image {
        max-width: 80%; } }

@media screen and (max-width: 992px) {
  .home-two .content .left {
    min-height: auto;
    padding-top: 140px; }
  .home-two .content .right {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px; } }

.home-three .title {
  position: relative;
  z-index: 1; }
  .home-three .title h3 {
    position: relative;
    top: 50%;
    font-family: "Georgia-Bold";
    font-size: 50px;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;
    padding: 20px 100px;
    border-radius: 50%; }

.home-three .bck {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.home-three .content {
  padding-top: 100px;
  padding-bottom: 70px; }
  .home-three .content .slider-products {
    position: relative;
    padding-left: 20px;
    padding-right: 20px; }
    .home-three .content .slider-products .cardz {
      padding: 40px; }
      .home-three .content .slider-products .cardz img {
        margin-bottom: 20px; }
      .home-three .content .slider-products .cardz button {
        position: relative;
        font-family: "Georgia-Bold";
        font-size: 12px;
        color: #ffd93c;
        background-color: #000000;
        border: none;
        border-radius: 0;
        margin-bottom: 10px;
        padding: 5px;
        z-index: 2; }
        .home-three .content .slider-products .cardz button:after {
          content: '';
          width: 110%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: skew(-20deg) translateX(-50%);
          transform: skew(-20deg) translateX(-50%);
          background-color: #000000;
          z-index: -1; }
      .home-three .content .slider-products .cardz p {
        width: 100%;
        font-family: "Georgia-Bold";
        font-size: 12px;
        text-align: center;
        line-height: 1.2;
        color: #000000;
        margin-bottom: 5px; }
    .home-three .content .slider-products .slick-prev, .home-three .content .slider-products .slick-next {
      font-size: 0;
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.3);
      border: none;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px;
      z-index: 99; }
    .home-three .content .slider-products .slick-prev {
      left: 0;
      background-image: url("../img/left-arrow.svg"); }
      @media screen and (max-width: 992px) {
        .home-three .content .slider-products .slick-prev {
          left: 20%;
          bottom: -15%; } }
      @media screen and (max-width: 579px) {
        .home-three .content .slider-products .slick-prev {
          bottom: -10%; } }
    .home-three .content .slider-products .slick-next {
      right: 0;
      background-image: url("../img/right-arrow.svg"); }
      @media screen and (max-width: 992px) {
        .home-three .content .slider-products .slick-next {
          right: 20%;
          bottom: -15%; } }
      @media screen and (max-width: 579px) {
        .home-three .content .slider-products .slick-next {
          bottom: -10%; } }

.home-four .title {
  position: relative;
  z-index: 1; }
  .home-four .title h3 {
    position: relative;
    top: 50%;
    font-family: "Georgia-Bold";
    font-size: 50px;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;
    padding: 20px 100px;
    border-radius: 50%; }

.home-four .bck {
  background-color: #ffdd00; }

.home-four .top {
  padding-top: 100px;
  padding-bottom: 50px; }
  .home-four .top .cardz h5 {
    font-family: "Georgia-Bold";
    font-size: 20px;
    text-align: center;
    color: #000000;
    opacity: .3;
    cursor: pointer; }
  .home-four .top .slick-current h5 {
    opacity: 1 !important; }

.home-four .bottom {
  background-color: #FFFFFF;
  padding: 0; }
  .home-four .bottom .cardz {
    height: 500px;
    padding-top: 100px;
    background-color: #d4d4d4; }
    .home-four .bottom .cardz img {
      -webkit-filter: grayscale(100%); }
    .home-four .bottom .cardz h4 {
      width: 100%;
      font-family: "Georgia";
      font-size: 32px;
      text-transform: uppercase;
      color: #d29c0a;
      margin-bottom: 20px; }
    .home-four .bottom .cardz h5 {
      width: 100%;
      min-height: 50px;
      font-family: "Georgia";
      font-size: 18px;
      text-transform: uppercase;
      line-height: 1.4;
      color: #d29c0a;
      margin-bottom: 20px; }
    .home-four .bottom .cardz p {
      width: 100%;
      min-height: 40px;
      max-height: 40px;
      overflow: hidden;
      font-family: "Georgia-Bold";
      font-size: 14px;
      line-height: 1.4;
      color: #000000;
      margin-bottom: 20px; }
    .home-four .bottom .cardz h4, .home-four .bottom .cardz h5, .home-four .bottom .cardz p {
      padding-left: 20%;
      padding-right: 20%; }
  .home-four .bottom .slick-current {
    /*background-color: #ffdd00; */ }
    .home-four .bottom .slick-current img {
      /*-webkit-filter: grayscale(0%) !important;*/ }
    .home-four .bottom .slick-current h4, .home-four .bottom .slick-current h5, .home-four .bottom .slick-current p {
      /*padding-left: 15px !important;
        padding-right: 15px !important;
        max-height: 100% !important;
        overflow: visible; */ }

.home-five .title {
  position: relative;
  z-index: 1; }
  .home-five .title h3 {
    position: relative;
    top: 50%;
    font-family: "Georgia-Bold";
    font-size: 50px;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;
    padding: 20px 100px;
    border-radius: 50%; }

.home-five .bck {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px; }

.home-five .cardz {
  margin-bottom: 40px; }
  .home-five .cardz img {
    margin-bottom: 20px; }
  .home-five .cardz button {
    position: relative;
    font-family: "Georgia-Bold";
    font-size: 12px;
    color: #ffd93c;
    background-color: #000000;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 5px;
    z-index: 2; }
    .home-five .cardz button:after {
      content: '';
      width: 150%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: skew(-20deg) translateX(-50%);
      transform: skew(-20deg) translateX(-50%);
      background-color: #000000;
      z-index: -1; }
  .home-five .cardz .modal .modal-dialog .modal-content {
    border-radius: 0; }
    .home-five .cardz .modal .modal-dialog .modal-content .modal-body button {
      color: #000000;
      background-color: transparent; }
      .home-five .cardz .modal .modal-dialog .modal-content .modal-body button:after {
        background-color: transparent; }
    .home-five .cardz .modal .modal-dialog .modal-content .modal-body h3 {
      width: 100%;
      font-family: "Georgia-Bold";
      font-size: 18px;
      color: #000000;
      margin-bottom: 15px; }
    .home-five .cardz .modal .modal-dialog .modal-content .modal-body p {
      width: 100%;
      font-family: "Georgia-Regular";
      font-size: 14px;
      line-height: 1.2;
      color: #000000;
      margin-bottom: 5px; }
    .home-five .cardz .modal .modal-dialog .modal-content .modal-body ul {
      padding-left: 15px; }
      .home-five .cardz .modal .modal-dialog .modal-content .modal-body ul li {
        width: 100%;
        font-family: "Georgia-Regular";
        font-size: 14px;
        color: #000000;
        margin-bottom: 5px;
        list-style: square; }

header .socialz {
  font-family: "Georgia-Bold";
  font-size: 12px;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px; }
  header .socialz img {
    width: 25px;
    padding-left: 7px; }

header .navbar {
  position: relative; }
  header .navbar .navbar-brand {
    z-index: 99999; }
    header .navbar .navbar-brand img {
      max-width: 220px;
      position: absolute;
      top: -50%; }
  header .navbar .navbar-collapse {
    position: relative;
    top: 60%; }
    header .navbar .navbar-collapse .navbar-nav {
      position: relative; }
      header .navbar .navbar-collapse .navbar-nav .nav-item {
        display: inherit;
        position: relative;
        margin-bottom: 8px;
        padding-left: 30px; }
        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          position: relative;
          font-family: "Georgia-Bold";
          font-size: 18px;
          color: #FFFFFF;
          background-color: #000000;
          padding: 8px 25px;
          z-index: 2; }
        header .navbar .navbar-collapse .navbar-nav .nav-item:after {
          content: '';
          width: 95%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 20px;
          -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
          background-color: #000000;
          z-index: 1; }

@media screen and (max-width: 1024px) {
  header .navbar .navbar-brand img {
    max-width: 120px;
    position: relative;
    top: auto; }
  header .navbar .navbar-collapse {
    top: auto;
    padding-top: 20px;
    padding-bottom: 20px; }
    header .navbar .navbar-collapse .navbar-nav .nav-item:after {
      width: 90%; } }

footer {
  background-color: #000000;
  padding-top: 15px;
  padding-bottom: 15px; }
  footer .left .navbar-brand {
    position: relative;
    top: -70%; }
    footer .left .navbar-brand img {
      max-width: 130px; }
  footer .right .nav-item {
    display: inline-block;
    position: relative; }
    footer .right .nav-item .nav-link {
      position: relative;
      font-family: "Georgia-Bold";
      font-size: 18px;
      color: #FFFFFF;
      background-color: #000000;
      padding: 8px 25px;
      z-index: 2; }
    footer .right .nav-item:after {
      content: '';
      width: 95%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 20px;
      -webkit-transform: skew(-20deg);
      transform: skew(-20deg);
      background-color: #000000;
      z-index: 1; }

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }
  *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
  *:focus {
    outline: none; }

body {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  background-color: #ffffff;
  overflow-x: hidden; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus, a:active {
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  a:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

button:focus, input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

ul {
  list-style: none; }

img {
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic; }

h1, h2, h3, h4, h5, h6, p, span, a {
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0; }

.underline_effect {
  display: inline;
  position: relative;
  overflow: hidden; }
  .underline_effect:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -5px;
    background: #000;
    height: 4px;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: 999; }
  .underline_effect:hover:after, .underline_effect:focus:after, .underline_effect:active:after {
    left: 0;
    right: auto;
    width: 100%; }

.home-one {
  overflow: hidden; }
  .home-one .container, .home-one .content {
    overflow: initial !important; }
  .home-one .dog {
    bottom: -11% !important;
    left: 0px;
    position: absolute !important;
    z-index: 10;
    right: 0px;
    margin: 0 auto; }
  .home-one .text {
    top: 13%;
    left: 8%;
    position: absolute !important;
    z-index: 9; }
  .home-one .text-2 {
    top: 58%;
    right: 5%;
    position: absolute !important;
    z-index: 11; }
  .home-one .p_90 {
    right: 20%;
    position: absolute !important;
    max-width: 150px;
    top: 20%;
    z-index: 13; }

@media screen and (max-width: 1199px) {
  .home-one .text {
    top: 13%;
    left: -1%;
    position: absolute !important;
    z-index: 9; }
  .home-one .text-2 {
    top: 58%;
    right: 0%;
    position: absolute !important;
    z-index: 11; } }

@media screen and (max-width: 991px) {
  .home-one .dog {
    bottom: -10% !important;
    left: 0;
    position: absolute !important;
    z-index: 10;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .home-one .text {
    top: 20%;
    left: -10%;
    position: absolute !important;
    z-index: 9;
    max-width: 50%; }
  .home-one .text-2 {
    right: -12%;
    position: absolute !important;
    z-index: 11;
    top: auto;
    bottom: 5% !important;
    max-width: 35%; }
  .home-one .p_90 {
    right: 5%;
    position: absolute !important;
    max-width: 150px;
    top: 10%;
    z-index: 13;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@media screen and (max-width: 907px) {
  .home-one .dog {
    bottom: -8% !important;
    left: 0;
    position: absolute !important;
    z-index: 10;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .home-one .text {
    top: 15%;
    left: -5%;
    z-index: 9;
    max-width: 50%; }
  .home-one .text-2 {
    right: 0%;
    position: absolute !important;
    z-index: 11;
    top: auto;
    bottom: 5% !important;
    max-width: 35%; }
  .home-one .p_90 {
    right: 5%;
    position: absolute !important;
    max-width: 150px;
    top: 10%;
    z-index: 13;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@media screen and (max-width: 767px) {
  .home-one .content {
    min-height: 305px; }
  .home-one .text {
    top: 15% !important;
    left: 0px !important; }
  .home-one .dog {
    max-width: 65%; }
  .home-one .text-2 {
    right: 0% !important;
    z-index: 11 !important;
    top: auto !important;
    bottom: 5% !important;
    max-width: 35% !important; } }

@media screen and (max-width: 380px) {
  .home-one .text-2 {
    max-width: 35%;
    right: 25px;
    top: auto; }
  .home-one .text {
    top: 5%;
    left: 10px;
    position: absolute !important;
    z-index: 10;
    max-width: 50%; }
  .home-one .p_90 {
    right: 5%;
    position: absolute !important;
    max-width: 110px;
    top: 40%;
    z-index: 13;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .home-one .content {
    min-height: 225px; }
  .home-one .dog {
    max-width: 62%; }
  .slider-history-one .slick-slide {
    padding: 10px; }
  .home-one .dog {
    bottom: 0px !important; } }
