/* Template Name: Leaping - Creative Multipurpose Template
   Author: Uniquecrew
   E-mail: uniquecrewdesign@gmail.com
   Version: 1.5.0
   Created: May 2020
   File Description: Main Css file of the template
*/
/*********************************/
/*         INDEX                 */
/*================================
 *     01.  Variables            *
 *     02.  Bootstrap Custom     *
 *     03.  Components           *
 *     04.  General              *
 *     05.  Helper               *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  About                *
 *     09.  Features             *
 *     10.  Review / Testimonial *
 *     11.  C.T.A                *
 *     12.  Team                 *
 *     13.  Price / Rates        *
 *     14.  Work / Portfolio     *
 *     15.  Blog / News          *
 *     16.  Special Pages        *
 *     17.  Contact              *
 *     18.  Footer               *
 ================================*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap");
h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 16px;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

.bg-primary {
  background-color: #6dc77a !important;
}

.text-primary {
  color: #6dc77a !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #48b958 !important;
}

.bg-secondary {
  background-color: #838c97 !important;
}

.text-secondary {
  color: #838c97 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #69727e !important;
}

.bg-success {
  background-color: #23b456 !important;
}

.text-success {
  color: #23b456 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1b8942 !important;
}

.bg-warning {
  background-color: #ec640f !important;
}

.text-warning {
  color: #ec640f !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #bc500c !important;
}

.bg-info {
  background-color: #24abc0 !important;
}

.text-info {
  color: #24abc0 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1c8595 !important;
}

.bg-danger {
  background-color: #dd2427 !important;
}

.text-danger {
  color: #dd2427 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b21c1e !important;
}

.bg-dark {
  background-color: #35404e !important;
}

.text-dark {
  color: #35404e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #202730 !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.text-muted {
  color: #8492a6 !important;
}

a.text-muted:hover, a.text-muted:focus {
  color: #68788f !important;
}

.bg-light {
  background-color: #f6f7fa !important;
}

.text-light {
  color: #f6f7fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d5dae8 !important;
}

.bg-blue {
  background-color: #065fd4 !important;
}

.text-blue {
  color: #065fd4 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #0549a2 !important;
}

.bg-red {
  background-color: #D52941 !important;
}

.text-red {
  color: #D52941 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #aa2134 !important;
}

.bg-yellow {
  background-color: #f89d36 !important;
}

.text-yellow {
  color: #f89d36 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #f38508 !important;
}

.bg-skyblue {
  background-color: #32c2ec !important;
}

.text-skyblue {
  color: #32c2ec !important;
}

a.text-skyblue:hover, a.text-skyblue:focus {
  color: #14abd7 !important;
}

.bg-light-green {
  background-color: #06D6A0 !important;
}

.text-light-green {
  color: #06D6A0 !important;
}

a.text-light-green:hover, a.text-light-green:focus {
  color: #05a47b !important;
}

.bg-footer {
  background-color: #3b4757 !important;
}

.text-footer {
  color: #3b4757 !important;
}

a.text-footer:hover, a.text-footer:focus {
  color: #272f39 !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 0px;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
}

.small, small {
  font-size: 90%;
}

.modal-open {
  padding-right: 0 !important;
}

.component-wrapper .title {
  font-size: 24px;
}

.sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.btn-primary {
  background-color: #6dc77a !important;
  border: 1px solid #6dc77a !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(109, 199, 122, 0.5);
          box-shadow: 0 3px 7px rgba(109, 199, 122, 0.5);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #48b958 !important;
  border-color: #48b958 !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-primary {
  border: 1px solid #6dc77a;
  color: #6dc77a;
  background-color: transparent;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #6dc77a;
  border-color: #6dc77a;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(109, 199, 122, 0.5);
          box-shadow: 0 3px 7px rgba(109, 199, 122, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-secondary {
  background-color: #838c97 !important;
  border: 1px solid #838c97 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(131, 140, 151, 0.5);
          box-shadow: 0 3px 7px rgba(131, 140, 151, 0.5);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #69727e !important;
  border-color: #69727e !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-secondary {
  border: 1px solid #838c97;
  color: #838c97;
  background-color: transparent;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #838c97;
  border-color: #838c97;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(131, 140, 151, 0.5);
          box-shadow: 0 3px 7px rgba(131, 140, 151, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-success {
  background-color: #23b456 !important;
  border: 1px solid #23b456 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(35, 180, 86, 0.5);
          box-shadow: 0 3px 7px rgba(35, 180, 86, 0.5);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #1b8942 !important;
  border-color: #1b8942 !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-success {
  border: 1px solid #23b456;
  color: #23b456;
  background-color: transparent;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #23b456;
  border-color: #23b456;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(35, 180, 86, 0.5);
          box-shadow: 0 3px 7px rgba(35, 180, 86, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-warning {
  background-color: #ec640f !important;
  border: 1px solid #ec640f !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(236, 100, 15, 0.5);
          box-shadow: 0 3px 7px rgba(236, 100, 15, 0.5);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #bc500c !important;
  border-color: #bc500c !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-warning {
  border: 1px solid #ec640f;
  color: #ec640f;
  background-color: transparent;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #ec640f;
  border-color: #ec640f;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(236, 100, 15, 0.5);
          box-shadow: 0 3px 7px rgba(236, 100, 15, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-info {
  background-color: #24abc0 !important;
  border: 1px solid #24abc0 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(36, 171, 192, 0.5);
          box-shadow: 0 3px 7px rgba(36, 171, 192, 0.5);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #1c8595 !important;
  border-color: #1c8595 !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-info {
  border: 1px solid #24abc0;
  color: #24abc0;
  background-color: transparent;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #24abc0;
  border-color: #24abc0;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(36, 171, 192, 0.5);
          box-shadow: 0 3px 7px rgba(36, 171, 192, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-danger {
  background-color: #dd2427 !important;
  border: 1px solid #dd2427 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(221, 36, 39, 0.5);
          box-shadow: 0 3px 7px rgba(221, 36, 39, 0.5);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #b21c1e !important;
  border-color: #b21c1e !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-danger {
  border: 1px solid #dd2427;
  color: #dd2427;
  background-color: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #dd2427;
  border-color: #dd2427;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(221, 36, 39, 0.5);
          box-shadow: 0 3px 7px rgba(221, 36, 39, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-dark {
  background-color: #35404e !important;
  border: 1px solid #35404e !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
          box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #202730 !important;
  border-color: #202730 !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-dark {
  border: 1px solid #35404e;
  color: #35404e;
  background-color: transparent;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #35404e;
  border-color: #35404e;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
          box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
          box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
          box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-light {
  background-color: #f6f7fa !important;
  border: 1px solid #f6f7fa !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(246, 247, 250, 0.5);
          box-shadow: 0 3px 7px rgba(246, 247, 250, 0.5);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #d5dae8 !important;
  border-color: #d5dae8 !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-light {
  border: 1px solid #f6f7fa;
  color: #f6f7fa;
  background-color: transparent;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f6f7fa;
  border-color: #f6f7fa;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(246, 247, 250, 0.5);
          box-shadow: 0 3px 7px rgba(246, 247, 250, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-blue {
  background-color: #065fd4 !important;
  border: 1px solid #065fd4 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(6, 95, 212, 0.5);
          box-shadow: 0 3px 7px rgba(6, 95, 212, 0.5);
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus {
  background-color: #0549a2 !important;
  border-color: #0549a2 !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-blue {
  border: 1px solid #065fd4;
  color: #065fd4;
  background-color: transparent;
}

.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active {
  background-color: #065fd4;
  border-color: #065fd4;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(6, 95, 212, 0.5);
          box-shadow: 0 3px 7px rgba(6, 95, 212, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-red {
  background-color: #D52941 !important;
  border: 1px solid #D52941 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(213, 41, 65, 0.5);
          box-shadow: 0 3px 7px rgba(213, 41, 65, 0.5);
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red.focus {
  background-color: #aa2134 !important;
  border-color: #aa2134 !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-red {
  border: 1px solid #D52941;
  color: #D52941;
  background-color: transparent;
}

.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.focus, .btn-outline-red:not(:disabled):not(.disabled):active {
  background-color: #D52941;
  border-color: #D52941;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(213, 41, 65, 0.5);
          box-shadow: 0 3px 7px rgba(213, 41, 65, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-yellow {
  background-color: #f89d36 !important;
  border: 1px solid #f89d36 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(248, 157, 54, 0.5);
          box-shadow: 0 3px 7px rgba(248, 157, 54, 0.5);
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .btn-yellow.focus {
  background-color: #f38508 !important;
  border-color: #f38508 !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-yellow {
  border: 1px solid #f89d36;
  color: #f89d36;
  background-color: transparent;
}

.btn-outline-yellow:hover, .btn-outline-yellow:focus, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.focus, .btn-outline-yellow:not(:disabled):not(.disabled):active {
  background-color: #f89d36;
  border-color: #f89d36;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(248, 157, 54, 0.5);
          box-shadow: 0 3px 7px rgba(248, 157, 54, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-skyblue {
  background-color: #32c2ec !important;
  border: 1px solid #32c2ec !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(50, 194, 236, 0.5);
          box-shadow: 0 3px 7px rgba(50, 194, 236, 0.5);
}

.btn-skyblue:hover, .btn-skyblue:focus, .btn-skyblue:active, .btn-skyblue.active, .btn-skyblue.focus {
  background-color: #14abd7 !important;
  border-color: #14abd7 !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-skyblue {
  border: 1px solid #32c2ec;
  color: #32c2ec;
  background-color: transparent;
}

.btn-outline-skyblue:hover, .btn-outline-skyblue:focus, .btn-outline-skyblue:active, .btn-outline-skyblue.active, .btn-outline-skyblue.focus, .btn-outline-skyblue:not(:disabled):not(.disabled):active {
  background-color: #32c2ec;
  border-color: #32c2ec;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(50, 194, 236, 0.5);
          box-shadow: 0 3px 7px rgba(50, 194, 236, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-light-green {
  background-color: #06D6A0 !important;
  border: 1px solid #06D6A0 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(6, 214, 160, 0.5);
          box-shadow: 0 3px 7px rgba(6, 214, 160, 0.5);
}

.btn-light-green:hover, .btn-light-green:focus, .btn-light-green:active, .btn-light-green.active, .btn-light-green.focus {
  background-color: #05a47b !important;
  border-color: #05a47b !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-light-green {
  border: 1px solid #06D6A0;
  color: #06D6A0;
  background-color: transparent;
}

.btn-outline-light-green:hover, .btn-outline-light-green:focus, .btn-outline-light-green:active, .btn-outline-light-green.active, .btn-outline-light-green.focus, .btn-outline-light-green:not(:disabled):not(.disabled):active {
  background-color: #06D6A0;
  border-color: #06D6A0;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(6, 214, 160, 0.5);
          box-shadow: 0 3px 7px rgba(6, 214, 160, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-footer {
  background-color: #3b4757 !important;
  border: 1px solid #3b4757 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(59, 71, 87, 0.5);
          box-shadow: 0 3px 7px rgba(59, 71, 87, 0.5);
}

.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: #272f39 !important;
  border-color: #272f39 !important;
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-footer {
  border: 1px solid #3b4757;
  color: #3b4757;
  background-color: transparent;
}

.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #3b4757;
  border-color: #3b4757;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(59, 71, 87, 0.5);
          box-shadow: 0 3px 7px rgba(59, 71, 87, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 5px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-light {
  color: #35404e !important;
  background: #f6f7fa;
  border: 1px solid #dee2e6;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #d5dae8 !important;
  color: #35404e;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6;
  color: #35404e !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f6f7fa;
}

button:not(:disabled) {
  outline: none;
}

.alert-primary {
  background-color: #66c473;
  color: #ffffff;
  border-color: #6dc77a;
}

.alert-primary .alert-link {
  color: #2b7035;
}

.alert-outline-primary {
  background-color: #ffffff;
  color: #6dc77a;
  border-color: #6dc77a;
}

.alert-secondary {
  background-color: #7d8792;
  color: #ffffff;
  border-color: #838c97;
}

.alert-secondary .alert-link {
  color: #3b4046;
}

.alert-outline-secondary {
  background-color: #ffffff;
  color: #838c97;
  border-color: #838c97;
}

.alert-success {
  background-color: #21ab52;
  color: #ffffff;
  border-color: #23b456;
}

.alert-success .alert-link {
  color: #0a3419;
}

.alert-outline-success {
  background-color: #ffffff;
  color: #23b456;
  border-color: #23b456;
}

.alert-warning {
  background-color: #e2600e;
  color: #ffffff;
  border-color: #ec640f;
}

.alert-warning .alert-link {
  color: #5c2706;
}

.alert-outline-warning {
  background-color: #ffffff;
  color: #ec640f;
  border-color: #ec640f;
}

.alert-info {
  background-color: #22a3b7;
  color: #ffffff;
  border-color: #24abc0;
}

.alert-info .alert-link {
  color: #0c383f;
}

.alert-outline-info {
  background-color: #ffffff;
  color: #24abc0;
  border-color: #24abc0;
}

.alert-danger {
  background-color: #d62124;
  color: #ffffff;
  border-color: #dd2427;
}

.alert-danger .alert-link {
  color: #5a0e0f;
}

.alert-outline-danger {
  background-color: #ffffff;
  color: #dd2427;
  border-color: #dd2427;
}

.alert-dark {
  background-color: #313b48;
  color: #ffffff;
  border-color: #35404e;
}

.alert-dark .alert-link {
  color: black;
}

.alert-outline-dark {
  background-color: #ffffff;
  color: #35404e;
  border-color: #35404e;
}

.alert-muted {
  background-color: #7e8da2;
  color: #ffffff;
  border-color: #8492a6;
}

.alert-muted .alert-link {
  color: #3d4654;
}

.alert-outline-muted {
  background-color: #ffffff;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: #eff1f6;
  color: #ffffff;
  border-color: #f6f7fa;
}

.alert-light .alert-link {
  color: #94a0c3;
}

.alert-outline-light {
  background-color: #ffffff;
  color: #f6f7fa;
  border-color: #f6f7fa;
}

.alert-blue {
  background-color: #065bca;
  color: #ffffff;
  border-color: #065fd4;
}

.alert-blue .alert-link {
  color: #021c3f;
}

.alert-outline-blue {
  background-color: #ffffff;
  color: #065fd4;
  border-color: #065fd4;
}

.alert-red {
  background-color: #cc273e;
  color: #ffffff;
  border-color: #D52941;
}

.alert-red .alert-link {
  color: #55101a;
}

.alert-outline-red {
  background-color: #ffffff;
  color: #D52941;
  border-color: #D52941;
}

.alert-yellow {
  background-color: #f8982c;
  color: #ffffff;
  border-color: #f89d36;
}

.alert-yellow .alert-link {
  color: #904f05;
}

.alert-outline-yellow {
  background-color: #ffffff;
  color: #f89d36;
  border-color: #f89d36;
}

.alert-skyblue {
  background-color: #29bfeb;
  color: #ffffff;
  border-color: #32c2ec;
}

.alert-skyblue .alert-link {
  color: #0b617a;
}

.alert-outline-skyblue {
  background-color: #ffffff;
  color: #32c2ec;
  border-color: #32c2ec;
}

.alert-light-green {
  background-color: #06cc99;
  color: #ffffff;
  border-color: #06D6A0;
}

.alert-light-green .alert-link {
  color: #024131;
}

.alert-outline-light-green {
  background-color: #ffffff;
  color: #06D6A0;
  border-color: #06D6A0;
}

.alert-footer {
  background-color: #374251;
  color: #ffffff;
  border-color: #3b4757;
}

.alert-footer .alert-link {
  color: black;
}

.alert-outline-footer {
  background-color: #ffffff;
  color: #3b4757;
  border-color: #3b4757;
}

.alert {
  padding: 6px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.alert.alert-light {
  background-color: #f6f7fa;
  color: #35404e;
  border-color: #dee2e6;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}

.alert.alert-dismissible {
  padding-right: 30px;
}

.alert.alert-dismissible .close {
  top: -5px;
  right: -10px;
  font-size: 16px !important;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2) !important;
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2) !important;
}

.shadow-md {
  -webkit-box-shadow: 0 5px 13px rgba(53, 64, 78, 0.2) !important;
          box-shadow: 0 5px 13px rgba(53, 64, 78, 0.2) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 25px rgba(53, 64, 78, 0.2) !important;
          box-shadow: 0 10px 25px rgba(53, 64, 78, 0.2) !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.badge-primary {
  background-color: #6dc77a !important;
  color: #ffffff !important;
}

.badge-outline-primary {
  background-color: transparent !important;
  color: #6dc77a !important;
  border: 1px solid #6dc77a !important;
}

.badge-secondary {
  background-color: #838c97 !important;
  color: #ffffff !important;
}

.badge-outline-secondary {
  background-color: transparent !important;
  color: #838c97 !important;
  border: 1px solid #838c97 !important;
}

.badge-success {
  background-color: #23b456 !important;
  color: #ffffff !important;
}

.badge-outline-success {
  background-color: transparent !important;
  color: #23b456 !important;
  border: 1px solid #23b456 !important;
}

.badge-warning {
  background-color: #ec640f !important;
  color: #ffffff !important;
}

.badge-outline-warning {
  background-color: transparent !important;
  color: #ec640f !important;
  border: 1px solid #ec640f !important;
}

.badge-info {
  background-color: #24abc0 !important;
  color: #ffffff !important;
}

.badge-outline-info {
  background-color: transparent !important;
  color: #24abc0 !important;
  border: 1px solid #24abc0 !important;
}

.badge-danger {
  background-color: #dd2427 !important;
  color: #ffffff !important;
}

.badge-outline-danger {
  background-color: transparent !important;
  color: #dd2427 !important;
  border: 1px solid #dd2427 !important;
}

.badge-dark {
  background-color: #35404e !important;
  color: #ffffff !important;
}

.badge-outline-dark {
  background-color: transparent !important;
  color: #35404e !important;
  border: 1px solid #35404e !important;
}

.badge-muted {
  background-color: #8492a6 !important;
  color: #ffffff !important;
}

.badge-outline-muted {
  background-color: transparent !important;
  color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
}

.badge-light {
  background-color: #f6f7fa !important;
  color: #ffffff !important;
}

.badge-outline-light {
  background-color: transparent !important;
  color: #f6f7fa !important;
  border: 1px solid #f6f7fa !important;
}

.badge-blue {
  background-color: #065fd4 !important;
  color: #ffffff !important;
}

.badge-outline-blue {
  background-color: transparent !important;
  color: #065fd4 !important;
  border: 1px solid #065fd4 !important;
}

.badge-red {
  background-color: #D52941 !important;
  color: #ffffff !important;
}

.badge-outline-red {
  background-color: transparent !important;
  color: #D52941 !important;
  border: 1px solid #D52941 !important;
}

.badge-yellow {
  background-color: #f89d36 !important;
  color: #ffffff !important;
}

.badge-outline-yellow {
  background-color: transparent !important;
  color: #f89d36 !important;
  border: 1px solid #f89d36 !important;
}

.badge-skyblue {
  background-color: #32c2ec !important;
  color: #ffffff !important;
}

.badge-outline-skyblue {
  background-color: transparent !important;
  color: #32c2ec !important;
  border: 1px solid #32c2ec !important;
}

.badge-light-green {
  background-color: #06D6A0 !important;
  color: #ffffff !important;
}

.badge-outline-light-green {
  background-color: transparent !important;
  color: #06D6A0 !important;
  border: 1px solid #06D6A0 !important;
}

.badge-footer {
  background-color: #3b4757 !important;
  color: #ffffff !important;
}

.badge-outline-footer {
  background-color: transparent !important;
  color: #3b4757 !important;
  border: 1px solid #3b4757 !important;
}

.badge {
  padding: 5px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 12px;
}

.badge.badge-light {
  color: #35404e !important;
  background-color: #f6f7fa !important;
}

.badge.badge-outline-light {
  color: #35404e !important;
  border: 1px solid #b4bdd6 !important;
  background-color: transparent !important;
}

.badge:focus, .badge.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.badge.badge-pill {
  border-radius: 10px;
}

.nav-pills .nav-link {
  color: #35404e !important;
  margin: auto 15px;
  border: 1px solid #dee2e6;
  padding: 5px;
}

.nav-pills .nav-link.active {
  background-color: #6dc77a;
  color: #ffffff !important;
  border-color: #6dc77a !important;
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
}

.nav-pills a .title {
  font-size: 16px;
}

.page-next-level .title {
  font-size: 28px;
  letter-spacing: 1px;
}

.page-next-level .page-next {
  letter-spacing: 0.5px;
}

.page-next-level .page-next li {
  margin-right: 5px;
}

.page-next-level .page-next li:after {
  content: "\f0142";
  font-size: 16px;
  color: #35404e;
  font-family: 'Material Design Icons';
}

.page-next-level .page-next li:last-child {
  margin-right: 0;
}

.page-next-level .page-next li:last-child:after {
  display: none;
}

.page-next-level .page-next li a, .page-next-level .page-next li span {
  font-size: 14px;
  padding-right: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-next-level .page-next li a:hover {
  color: #6dc77a !important;
}

.page-next-level .page-next li span:last-child {
  padding-right: 0px;
}

.avatar.avatar-ex-sm {
  height: 30px;
}

.avatar.avatar-small {
  height: 70px;
}

.avatar.avatar-medium {
  height: 110px;
}

.avatar.avatar-large {
  height: 140px;
}

.faq-container .question {
  font-size: 20px;
}

.faq-content .card {
  border-radius: 12px !important;
}

.faq-content .card .faq .card-header {
  padding-right: 40px !important;
}

.faq-content .card .faq .card-header.card-header-2 {
  border-bottom: 0;
}

.faq-content .card a.faq[data-toggle=collapse] {
  background-color: #ffffff;
  color: #6dc77a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
  content: '\F0143';
  display: block;
  font-family: 'Material Design Icons';
  font-size: 18px;
  color: #35404e !important;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #6dc77a;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
  background-color: #ffffff;
  color: #35404e !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
  top: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #35404e !important;
}

.faq-content .card .faq-question {
  font-size: 16px;
}

.pagination {
  font-size: 14px;
}

.pagination li:first-child a {
  border-left-width: 1px !important;
  border-radius: 5px 0 0 5px;
}

.pagination li:last-child a {
  border-radius: 0 5px 5px 0;
}

.pagination li a {
  float: left;
  color: #35404e;
  border: 1px solid #e9ecef;
  border-left-width: 0 !important;
  background: #ffffff;
}

.pagination li a:hover {
  color: #6dc77a;
  background: #e9ecef;
  border-color: #e9ecef;
}

.pagination .active a {
  color: #ffffff !important;
  background: #6dc77a !important;
  border-color: #6dc77a !important;
  cursor: not-allowed;
}

.pagination .active a:hover {
  color: #ffffff !important;
}

.progress-box .title {
  font-size: 15px !important;
}

.progress-box .progress {
  height: 9px;
  overflow: visible;
  background: #eceef5;
}

.progress-box .progress .progress-bar {
  height: 4px;
  border-radius: 10px;
  margin: auto 5px;
  -webkit-animation: animate-positive 3s;
          animation: animate-positive 3s;
  overflow: visible !important;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -25px;
  right: -15px;
  font-size: 13px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
}

.form-group img {
  position: absolute;
  top: 5px;
  left: 5px;
}

.form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #e9ecef;
  height: 42px;
  font-size: 13px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #6dc77a;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #ffffff;
  border-color: #6dc77a;
  background-color: #6dc77a;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #6dc77a;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(109, 199, 122, 0.3) !important;
  border-color: rgba(109, 199, 122, 0.3) !important;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label:before, .custom-control-label:after {
  top: 2px;
}

.custom-switch .custom-control-label:after {
  top: 4px;
}

.subcribe-form input {
  padding: 14px 20px;
  width: 100%;
  color: #35404e !important;
  border: none;
  outline: none !important;
  padding-right: 130px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none !important;
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #f6f7fa, #f6f7fa);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#preloader #status .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

#preloader #status .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #6dc77a;
  border-radius: 5px;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#preloader #status .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

#preloader #status .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.social-icon li a {
  color: #35404e;
  border: 1px solid #35404e;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a:hover {
  background-color: #6dc77a;
  border-color: #6dc77a !important;
  color: #ffffff !important;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: none;
  color: #35404e;
  background-color: #ced4da;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
}

.back-to-top i {
  font-size: 18px;
}

.back-to-top:hover {
  background-color: #6dc77a;
  color: #ffffff;
}

.back-to-home {
  position: fixed;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.back-to-home a {
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #6dc77a;
}

@media print {
  #topnav,
  .footer {
    display: none !important;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: #7fce8b;
  color: #ffffff;
}

::selection {
  background: #7fce8b;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.section {
  padding: 100px 0;
  position: relative;
}

.section-topnone {
  padding: 50px 0 100px;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay, .profile-overlay {
  background-color: rgba(35, 37, 47, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.profile-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 64, 78, 0)), to(white)) !important;
}

.bg-overlay-primary {
  background-image: linear-gradient(135deg, #6dc77a, #6dc77a, #6dc77a);
  opacity: 0.6;
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.65) !important;
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 42px;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px;
}

.para-desc {
  max-width: 600px;
}

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

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

.feature-posts-placeholder {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  height: 66.6%;
  width: 100%;
  background-color: #f6f7fa;
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
}

.shape > svg {
  -webkit-transform: scale(2);
          transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.home-shape-arrow {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 25px;
  z-index: 1;
  left: 0;
}

.home-shape-arrow i {
  background: #f6f7fa;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
  border-radius: 30px;
}

.home-shape-arrow .arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.absolute-top {
  position: relative;
  top: -80px;
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
  .margin-top-100 .heading {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .shape {
    bottom: -4px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
  .title-heading .heading {
    font-size: 30px;
  }
  .title-heading .para-desc {
    font-size: 18px;
  }
  .section-title .title {
    font-size: 24px;
  }
  .mt-60 {
    margin-top: 0px;
  }
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
  color: #35404e !important;
}
#topnav .logo img {
  width: 100%;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #6dc77a !important;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #6dc77a;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #35404e;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #35404e;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #6dc77a;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #35404e;
  font-size: 16px;
  background-color: transparent !important;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #6dc77a;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #6dc77a !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #35404e;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -5px;
  top: 34px;
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
  box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
}

#topnav.scroll .navigation-menu > li > a {
  color: #35404e;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #35404e;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #6dc77a;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #6dc77a;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
}

.logo {
  font-weight: 700;
  font-size: 22px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
}
#header-wrapp {
  width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #topnav .logo {
    width: 240px;
  }
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 170px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
            box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
    font-size: 14px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #6dc77a;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #35404e !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #6dc77a;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  #header-wrapp {
    width: auto;
    margin: 0 20px;
  }
  #topnav .logo {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  #topnav .logo {
    width: 160px;
  }
}

@media (max-width: 991px) {
  #topnav .logo {
    width: 200px;
  }
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
            box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
    min-height: 74px;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #35404e !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #35404e;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #6dc77a;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #6dc77a;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #eff1f6;
    border-bottom: 1px solid #eff1f6;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .logo {
    width: 40%;
  }
  #topnav .logo img {
    width: 100%;
  }
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
   #topnav .navigation-menu > li > a {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 375px) {
  #topnav .buy-button {
    display: none;
  }
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}

.bg-home, .bg-special {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 144px 0 50px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
  width: 5%;
}

.bg-profile {
  padding: 140px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-profile .profile {
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 0;
  top: 160px;
  z-index: 99;
}

.bg-profile .profile img {
  max-height: 140px !important;
}

.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}

.bg-hero {
  padding: 100px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.home-img img {
  max-height: 600px;
  position: relative;
}

.home-shape {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}

.home-shape img {
  width: 100%;
  height: auto;
}

.bg-animation-left:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  opacity: 0.85;
  -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}

@media (min-width: 768px) {
  .home-dashboard {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .bg-half {
    padding: 169px 0 50px;
  }
  .bg-half-170 {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-home, .bg-half-170, .bg-half-260, .bg-hero {
    padding: 50px 0;
    height: auto;
  }
  .bg-animation-left:after {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.catagories, .cases, .branches {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.catagories .title:hover, .cases .title:hover, .branches .title:hover {
  color: #6dc77a !important;
}

.catagories:hover, .cases:hover, .branches:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 5px 9px rgba(53, 64, 78, 0.15);
          box-shadow: 0 5px 9px rgba(53, 64, 78, 0.15);
}

.feature {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.feature .border-icon {
  font-size: 36px;
  color: #7fce8b;
}

.feature:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.feature:hover .border-icon {
  color: #6dc77a;
}

.feature .content .title, .features .content .title {
  font-size: 18px;
}

.review .content .icons {
  position: absolute;
  top: 4%;
  right: 4%;
  opacity: 0.07;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #92d59c !important;
  height: 7px;
  width: 7px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
  background: #6dc77a !important;
  height: 7px;
  width: 13px;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.slick-slider, .review, .cta-review {
  overflow-x: hidden !important;
  cursor: pointer;
}

.bg-cta {
  padding: 150px 0;
  position: relative;
}

.cta-review {
  position: relative;
  top: 85px;
}

.watch-video a.watch {
  font-size: 14px;
  font-weight: 700;
}

.watch-video a .play-icon-circle {
  height: 36px;
  width: 36px;
  background-color: #6dc77a;
  line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
  font-size: 16px;
}

.watch-video a .play-icon-circle.play {
  top: 77%;
}

.play-btn {
  height: 78px;
  width: 78px;
  font-size: 30px;
  line-height: 76px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}

.play-icon i {
  height: 75px;
  -webkit-text-stroke: 2px #6dc77a;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
}

.play-icon i:hover {
  -webkit-text-stroke: 2px #6dc77a;
  -webkit-text-fill-color: #6dc77a;
}

.team-list img {
  width: 50%;
}

.team-list .content {
  width: 50%;
}

.team-list .content .follow {
  position: absolute;
  bottom: 24px;
}

.team-list:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.team, .team-list {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.team .content .title, .team-list .content .title {
  font-size: 18px;
}

.team .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team .member-position, .team .team-social {
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: auto 10%;
  z-index: 99;
}

.team .team-social {
  bottom: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.team:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
}

.team:hover .overlay {
  opacity: 0.6;
}

.team:hover .team-social {
  opacity: 1;
}

@media (max-width: 768px) {
  .team-list img,
  .team-list .content {
    width: 100%;
    float: none !important;
  }
  .team-list img .follow,
  .team-list .content .follow {
    position: relative;
    bottom: 0;
  }
}

.pricing-plan {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.pricing-plan .plan-detail .big-icon {
  position: absolute;
  top: 24px;
  font-size: 100px;
  right: -20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-plan:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
}

.pricing-plan:hover .plan-detail {
  background: #f8f9fa;
}

.pricing-plan:hover .plan-detail .big-icon {
  opacity: 0.04;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pricing-plan .plan-detail .title, .pricing-plan .plans .title {
  font-size: 20px;
}

.pricing-plan .rates a .icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pricing-plan .rates:hover {
  background: #f8f9fa;
}

.pricing-plan .rates:hover a .icon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.property-list {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.property-list .image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.property-list .image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.property-list .image .price, .property-list .image .details {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 20px;
}

.property-list .image .price {
  right: 20px;
}

.property-list .image .details {
  left: 20px;
}

.property-list:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
}

.property-list:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.property-list:hover .image .overlay {
  opacity: 0.5;
}

.property-list:hover .image .price, .property-list:hover .image .details {
  opacity: 1;
}

.work-container {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container img, .work-container .content, .work-container .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  overflow: hidden;
}

.work-container .content .title:hover {
  color: #6dc77a !important;
}

.work-container:hover {
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
}

.work-container:hover img {
  -webkit-transform: translateY(-20px) scale(1.05) rotate(5deg);
          transform: translateY(-20px) scale(1.05) rotate(5deg);
}

.work-container:hover .content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.work-detail .title, .casestudy .title {
  font-size: 24px;
}

.work-detail .description, .casestudy .description {
  font-size: 18px;
}

.work-detail ul li b, .casestudy ul li b {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}

.spacing {
  padding: 7px;
}

.container-filter li a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 30px;
}

.container-filter li a:hover, .container-filter li a.active {
  color: #ffffff !important;
  background-color: #6dc77a;
}

.blog-post {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .blog-img .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog-post .blog-img .post-meta {
  bottom: 5%;
  right: 5%;
  z-index: 1;
}

.blog-post .blog-img .post-meta .read-more:hover {
  color: #6dc77a !important;
}

.blog-post .content h1, .blog-post .content h2, .blog-post .content h3, .blog-post .content h4, .blog-post .content h5, .blog-post .content h6 {
  line-height: 1.2;
}

.blog-post .content .title {
  font-size: 18px;
}

.blog-post .content .title:hover {
  color: #6dc77a !important;
}

.blog-post .content .author .name:hover {
  color: #6dc77a !important;
}

.blog-post:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
          box-shadow: 0 0 3px rgba(53, 64, 78, 0.2);
}

.blog-post:hover .blog-img .overlay {
  opacity: 0.65;
}

.blog-post:hover .blog-img .post-meta {
  opacity: 1;
}

.blog-post .post-meta .like i,
.profile-post .like i {
  -webkit-text-stroke: 2px #dd2427;
  -webkit-text-fill-color: transparent;
}

.blog-post .post-meta .like:active i, .blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
  -webkit-text-stroke: 0px #dd2427;
  -webkit-text-fill-color: #dd2427;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .widget-title {
  font-size: 18px;
}

.sidebar .widget .catagory li {
  padding-bottom: 10px;
}

.sidebar .widget .catagory li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .catagory li a, .sidebar .widget .catagory li span {
  font-size: 15px;
}

.sidebar .widget .catagory li a {
  color: #35404e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .catagory li a:hover {
  color: #6dc77a;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #35404e;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #6dc77a;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud > a {
  background: #e9ecef;
  color: #35404e;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .tagcloud > a:hover {
  background: #6dc77a;
  color: #ffffff;
}

.sidebar .widget .widget-grid .item {
  position: relative;
  width: 25%;
  padding-top: 25%;
  float: left;
}

.sidebar .widget .widget-grid .item a {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  overflow: hidden;
}

.sidebar .widget .widget-grid .item a img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.page-title {
  font-size: 20px;
}

.media-list .comment-desk .commentor img {
  height: 50px;
}

.media-list .comment-desk .media-heading {
  font-size: 16px;
}

.media-list .comment-desk a:hover {
  color: #6dc77a !important;
}

.media-list .sub-comment {
  border-left: 2px dashed #dee2e6;
}

#countdown .count-down {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  width: 100px;
}

#countdown .count-down .count-number {
  font-size: 50px;
}

#countdown .count-down .count-head {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  text-transform: uppercase;
}

#clock {
  color: #ffffff;
}

#clock p {
  width: 80px;
}

#clock p span {
  font-size: 50px;
}

#clock p span.indicator {
  font-size: 14px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  text-transform: uppercase;
}

@media (min-width: 200px) and (max-width: 767px) {
  .coming-soon, .maintenance {
    font-size: 32px;
  }
  .error-page {
    font-size: 130px;
  }
}

.error-page {
  font-size: 170px;
  text-shadow: rgba(53, 64, 78, 0.4) 2px 2px, rgba(53, 64, 78, 0.3) 3px 3px, rgba(53, 64, 78, 0.4) 4px 4px;
  letter-spacing: 1.5px;
}

.branches .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.branches .content {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.branches .content .details .phone:hover, .branches .content .details .mail:hover, .branches .content .details .googlemap:hover {
  color: #6dc77a !important;
}

.branches:hover .overlay {
  opacity: 0.65;
}

.branches:hover .content {
  opacity: 1;
}

.contact-detail .icon img {
  height: 70px;
}

.contact-detail .content .title {
  font-size: 20px;
}

.form-group .icons {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100px;
  font-size: 18px;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #dd2427;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #dd2427;
  color: #dd2427;
  border-radius: 10px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #23b456;
  font-size: 22px;
}

.flatpickr-day.selected, .flatpickr-day.selected:hover {
  background: #6dc77a;
  border-color: #6dc77a;
}

@media (min-width: 768px) {
  .map.map-height-two iframe {
    height: 551px;
  }
}

.footer {
  padding: 60px 0;
  position: relative;
  color: #adb5bd;
}

.footer .logo-footer {
  font-weight: 700;
  font-size: 22px;
  padding: 3px 0;
  letter-spacing: 1px;
}

.footer .footer-head {
  font-size: 18px;
  letter-spacing: 0.8px;
  font-weight: 600;
}

.footer .text-foot {
  color: #adb5bd;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list li {
  margin-bottom: 10px;
}

.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
  color: #6dc77a !important;
}

.footer .footer-list li:last-child {
  margin-bottom: 0;
}

.footer.footer-bar {
  padding: 30px 0;
  border-top: 1px solid #6c757d;
}

.footer.footer-bar .payment-cards img {
  height: 25px;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #333744;
}
/*# sourceMappingURL=style.css.map */