.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

body.offcanvas-menu {
    &:before {
      opacity: 1;
      z-index: 1002;
      visibility: visible;
    }
  }

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

li {
    list-style: none;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #fff !important;
        display: inline-block;
        font-weight: bold;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\f107";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'FontAwesome'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "FontAwesome";
        content: "\f107";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #07274a; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #07274a;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }

.icon-menu:before {
    content: "\f0c9";
    font-family: FontAwesome;
    padding: 15px;
    color: #fff;
}
.icon-close2:before {
    content: "\f2d3";
    font-family: FontAwesome;
}
.navbar-header {
    display: flex
;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    min-width: 180px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    max-width: 350px;
    position: absolute;
    font-weight: bold;
    padding: 5px;
}
.navbar-brand::before {
    color: #fff;
    content: '';
    position: absolute;
    width: 210px;
    left: 40px;
    height: 140px;
    top: -10px;
    z-index: -1;
    background: #fff;
}
.navbar-brand img {
    max-height: 145px;
    margin-bottom: 0px;
    border-radius: 40px;
    margin-left: 65px;
}
.navbar-brand::after {
    color: #fff;
    content: '';
    position: absolute;
    width: 210px;
    height: 120px;
    top: 130px;
    left: 40px;
    z-index: -1;
    background: #fff;
    clip-path: polygon(50% 35%, 0 0, 100% 0);
}
@media (max-width: 768px) {
    .navbar-header {
     margin-top: -55px;
  }
}
/*------------------------------------Header End---------------------------------*/
/*------------------------------------Contact Us---------------------------------*/
.contact-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
    height: 650px;
}

@media (min-width: 768px) {
    .contact-container {
        height: auto;
    }
}

.ftco-section {
  padding: 7em 0; 
  background-color: #fffbf7;
}

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.contact-img {
    height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

textarea.form-control {
  height: inherit !important; }

.wrapper {
  width: 100%;
  overflow: hidden;
    background: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25); }

.contact-wrap {
  background: #fff; }
  .contact-wrap h3 {
    color: #000; 
    font-size: 30px;    
}

.no-gutters {
    padding-right: 0;
    padding-left: 0;
}
@media (max-width: 992px) {
  .info-wrap {
    height: 400px; } 
}
@media (min-width: 768px) {
  .info-wrap {
    height: 750px; } 
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    margin-bottom: 15px;
    appearance: none;
    background-color: #f2f6fa;
    background-clip: padding-box;
    border: solid #f2f6fa;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus, .form-control:active {
    background-color: #f2f6fa;
    background-clip: padding-box;
    border: solid f2f6fa;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .p-md-5 {
        padding: 3rem !important;
    }
    .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
}

.p-4 {
    padding: 2.5rem !important;
}
.w-100 {
    width: 100% !important;
}
/*------------------------------------Contact Us End---------------------------------*/
/*------------------------------------Services Start---------------------------------*/
.service-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

@media (max-width: 992px) {
    .service-container  {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .service-container  {
        max-width: 720px;
    }
}
@media (max-width: 576px) {
    .service-container  {
        max-width: 540px;
    }
}
.at-section {
    padding: 60px 0;
    background-color: #fffbf7;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}
.at-icon-box {
    position: relative;
    padding-left: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.at-icon-img {
    position: absolute;
    left: 0;
    padding-top: 2px;
}
.at-img {
    height: 50px;
    width: 50px;
    opacity: 0.8;
}
.at-icon-box h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
}
.at-icon-box p {
    margin-bottom: -6px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
/*------------------------------------Services End---------------------------------*/
.banner_part {
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../images/grooming-index.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.banner_part .banner_text {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    padding-top: 40%;
    padding-right: 20px;
    padding-left: 20px;
}
.banner_part .banner_text h5 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    color: #07274a;
    line-height: 25px;
}
.banner_part .banner_text h1 {
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 23px 0 45px;
}
.btn_1 {
    display: inline-block;
    padding: 15px 31px;
    border: 2px solid transparent;
    background-color: #53C9BB;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    line-height: 16px;
}
.btn_1:hover {
    background-color: #07274a;
    color: #fff;
}
@media (max-width: 768px) {
  .banner_part {
    height: 400px;
        background-position: center;
  }
  .banner_part .banner_text h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .banner_part .banner_text h5 {
    font-size: 14px;
        font-weight: 400;
  }
}
/*------------------------------------Services Page Start---------------------------------*/
.mt-5 {
    margin-top: 3rem !important;
}
@media (min-width: 992px) {
    .listing {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }
}
.mar {
        margin-bottom: 0px;
    }
@media (min-width: 768px) {
    .mar {
        margin-bottom: 1.5rem! important;
    }
}
.listing {
    -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 7px;
    position: relative;
    background: #fff;
}
@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox!important;
        display: flex !important;
    }
    .mar {
        margin-
    }
}

.listing .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    height: 230px;
}
.listing .lh-content {
    padding: 15px;
    position: relative;
    width: 100%;
}
.listing .category {
    font-size: 15px;
    display: inline-block;
    padding: 5px 20px;
    background: #e9ecef;
    border-radius: 30px;
    margin-bottom: 9px;
    color: #000;
    font-weight: bold;
}
.listing p, .listing .review {
    font-size: 13px;
}

p {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
th, td {
    padding: 0px 20px 0px 20px;
}
/*------------------------------------Services Page End---------------------------------*/
/*------------------------------------Footer Start---------------------------------*/
.footer-16371 {
    padding: 2rem 0;
    font-family: "Poppins", sans-serif;
}
.footer-16371 .footer-site-logo {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
}
.footer-16371 .nav-links {
    padding: 0;
    margin: 0;
}
.footer-16371 .nav-links li {
    display: inline-block;
}
.footer-16371 .nav-links li a {
    padding: 10px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
}
.footer-16371 .nav-links li a:hover {
    color:#07274a;
}
.footer-16371 a img {
    height: 200px;
    width: auto;
}
.footer-16371 .copyright {
    color: #999999;
}
/*------------------------------------Footer End---------------------------------*/
.x-bg {
    z-index: -1;
}

[class^=x-bg] {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
}
.x-line {
    margin-top: 40px 0px 90px 0px;
    border-top-color: rgb(153, 96, 166);
    width: 100%;
    max-width: 200px;
    border-width: 5px 0px 0px 0px;
    border-style: solid;
    font-size: 1em;
}
.core-values {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.x-text-content-text-primary {
    font-size: 3rem;
    margin: 0px;
    font-family: "Shadows Into Light Two", handwriting;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0em;
}
.number {
    font-weight: bold;
    color: #07274a;
}
.pad-40 {
    padding: 40px;
}
.x-text-content-text span {
    /*color: #c4afb9;*/
    color: #07274a;
    font-weight: bold;
}
.x-text-content-text p {
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgb(35, 35, 35);
}
.mb-20 {
    margin-bottom: 20px;
}
@media(max-width : 786px) {
    .core-values {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.x-text-content-text-primary {
    font-size: 2rem;
  }
}
/*------------------------------------Gallery*-----------------------*/
#lightbox {
    display: none;
}
.gallery-block-one .inner-box {
    padding: 0px;
}

.gallery-block-one .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
}

    .gallery-block-one .inner-box .image-box {
        border-radius: 10px;
        position: relative;
        display: block;
        overflow: hidden;
        background: #fff;
        height: 280px;
        margin: 0px;
    }
        .gallery-block-one .inner-box .image-box img {
            width: 100%;
            transition: all 500ms ease;
            border-radius: 10px;
        }

    .gallery-block-one .inner-box:hover .image-box img {
        /* opacity: 0.7; */
        transform: scale(1.10);
    }

    .gallery-block-one .inner-box .view-btn {
        position: absolute;
        display: flex;
        left: 0px;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

        .gallery-block-one .inner-box .view-btn i {
            position: relative;
            display: inline-block;
            font-size: 40px;
            color: #fff;
            transform: scale(0,0);
        }

    .gallery-block-one .inner-box:hover .view-btn i {
        transform: scale(1,1);
    }

button.close {
    padding: 1rem !important;
}

button span {
    font-size: 20px;
}
@media (max-width: 768px) {
    .pad-40 {
        padding: 40px 10px 10px 10px;
    }
    .mb-60 {
      margin-top: 50px;
    }
    .listing .img {
      width: 100%;
    }
    .mar {
      margin-bottom: 10px;
    }
    .row {
      margin-right: 0px;
      margin-left: 0px;
    }
    .contact-container {
      height: 1600px;
    }
    .gallery-block-one .inner-box .image-box, .gallery-block-one .inner-box .image-box img{
      height: auto;
    }
}
/*------------------------------------Gallery End*-----------------------*/

.btn {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 10px;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    font-weight: bold;
    background-color: antiquewhite;
}
.btn i {
    content: '\f019';
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
select {
    border: 2px solid #f2f6fa;
    background: #f2f6fa;
    padding: 10px;
    transition: 0.4s;
    border-radius: 5px;
}

/*------------------------------------Login Start*-----------------------*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #e9faff;
}

.wrap-login100 {
  width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: OpenSans-Regular;
  font-size: 30px;
  color: #07274a;
  line-height: 1.2;
  text-align: center;
}

/*------------------------------------------------------------------*/
.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.wrap-input100.rs1 {
  border-top: none;
}
.p-b-33 {
    padding-bottom: 33px;
}
.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    border:none;
}
.p-r-55 {
    padding-right: 55px;
}
.p-l-55 {
    padding-left: 55px;
}

.p-b-50 {
    padding-bottom: 50px;
}
.p-t-65 {
    padding-top: 65px;
}

/*---------------------------------------------*/

input.input100 {
  height: 68px;
  padding: 0 25px 0 25px;
}

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100-1, 
.focus-input100-2 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100-1::before,
.focus-input100-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #4272d7;
}

.focus-input100-1::before {
  top: -1px;
  left: 0;
}

.focus-input100-2::before {
  bottom: -1px;
  right: 0;
}

.focus-input100-1::after,
.focus-input100-2::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #4272d7;
}

.focus-input100-1::after {
  top: 0;
  right: -1px;
}

.focus-input100-2::after {
  bottom: 0;
  left: -1px;
}

.input100:focus + .focus-input100-1::before {
  -webkit-animation: full-w 0.2s linear 0s;
  animation: full-w 0.2s linear 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1::after {
  -webkit-animation: full-h 0.1s linear 0.2s;
  animation: full-h 0.1s linear 0.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1 + .focus-input100-2::before {
  -webkit-animation: full-w 0.2s linear 0.3s;
  animation: full-w 0.2s linear 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1 + .focus-input100-2::after {
  -webkit-animation: full-h 0.1s linear 0.5s;
  animation: full-h 0.1s linear 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}


@keyframes full-w {
  to {
    width: calc(100% + 1px);
  }
}

@keyframes full-h {
  to {
    height: calc(100% + 1px);
  }
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  background-color: #4272d7;
border: none;
  font-family: OpenSans-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: #07274a;
}

.m-t-20 {
    margin-top: 20px;
}
.p-b-4 {
    padding-bottom: 4px;
}

.p-t-45 {
    padding-top: 45px;
}
/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: OpenSans-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
/*------------------------------------Login Ends*-----------------------*/
     #preview {
     margin: 20px 20px 20px 0px;
      max-width: 300px;
      max-height: 300px;
      display: none;
    }
    .container-img {
      display: flex;
      align-items: center;
    }

    .small {
        width: auto! important;
        padding: 10px! important;
    }

  .slider-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.no-flex {
  display: unset;
}