/* Template Name: Refubsy - Responsive Multipurpose Template
   Author: Shreethemes
   Version: 1.2.0
   Updated: 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              *
 *    09.  Portfolio         *
 *    10.  CTA               *
 *    11.  Team              *
 *    12.  Testi             *
 *    13.  Features          *
 *    15.  Price             *
 *    16.  Blog              *
 *    17.  Contact           *
 *    18.  Footer            *
 *    19.  Restaurant        *
 *    20.  Switcher        *
 ============================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,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;
}

.bg-primary {
  background-color: #005ED1 !important;
}

.text-primary {
  color: #005ED1 !important;
}

a.text-primary:hover {
  color: #0053b8 !important;
}

.bg-secondary {
  background-color: #9CA1A3 !important;
}

.text-secondary {
  color: #9CA1A3 !important;
}

a.text-secondary:hover {
  color: #8f9497 !important;
}

.bg-success {
  background-color: #159B42 !important;
}

.text-success {
  color: #159B42 !important;
}

a.text-success:hover {
  color: #128538 !important;
}

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

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

a.text-warning:hover {
  color: #fbcd68 !important;
}

.bg-info {
  background-color: #4BA2AA !important;
}

.text-info {
  color: #4BA2AA !important;
}

a.text-info:hover {
  color: #439198 !important;
}

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

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

a.text-danger:hover {
  color: #c0253a !important;
}

.bg-dark {
  background-color: #29292d !important;
}

.text-dark {
  color: #29292d !important;
}

a.text-dark:hover {
  color: #1d1d20 !important;
}

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

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

a.text-muted:hover {
  color: #636363 !important;
}

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

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

a.text-light:hover {
  color: #ebebeb !important;
}

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

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

a.text-custom:hover {
  color: #f7911d !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;
}

.btn-primary {
  background-color: #005ED1 !important;
  border: 1px solid #005ED1 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(0, 94, 209, 0.5);
          box-shadow: 0 3px 7px rgba(0, 94, 209, 0.5);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #00479e !important;
  border-color: #00479e !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border: 1px solid #005ED1;
  color: #005ED1;
  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: #005ED1;
  border-color: #005ED1;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 94, 209, 0.5);
          box-shadow: 0 3px 7px rgba(0, 94, 209, 0.5);
}

.btn-secondary {
  background-color: #9CA1A3 !important;
  border: 1px solid #9CA1A3 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(156, 161, 163, 0.5);
          box-shadow: 0 3px 7px rgba(156, 161, 163, 0.5);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #82888a !important;
  border-color: #82888a !important;
  color: #ffffff !important;
}

.btn-outline-secondary {
  border: 1px solid #9CA1A3;
  color: #9CA1A3;
  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: #9CA1A3;
  border-color: #9CA1A3;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(156, 161, 163, 0.5);
          box-shadow: 0 3px 7px rgba(156, 161, 163, 0.5);
}

.btn-success {
  background-color: #159B42 !important;
  border: 1px solid #159B42 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(21, 155, 66, 0.5);
          box-shadow: 0 3px 7px rgba(21, 155, 66, 0.5);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #0f6e2f !important;
  border-color: #0f6e2f !important;
  color: #ffffff !important;
}

.btn-outline-success {
  border: 1px solid #159B42;
  color: #159B42;
  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: #159B42;
  border-color: #159B42;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(21, 155, 66, 0.5);
          box-shadow: 0 3px 7px rgba(21, 155, 66, 0.5);
}

.btn-warning {
  background-color: #FCD581 !important;
  border: 1px solid #FCD581 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(252, 213, 129, 0.5);
          box-shadow: 0 3px 7px rgba(252, 213, 129, 0.5);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #fbc44f !important;
  border-color: #fbc44f !important;
  color: #ffffff !important;
}

.btn-outline-warning {
  border: 1px solid #FCD581;
  color: #FCD581;
  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: #FCD581;
  border-color: #FCD581;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(252, 213, 129, 0.5);
          box-shadow: 0 3px 7px rgba(252, 213, 129, 0.5);
}

.btn-info {
  background-color: #4BA2AA !important;
  border: 1px solid #4BA2AA !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(75, 162, 170, 0.5);
          box-shadow: 0 3px 7px rgba(75, 162, 170, 0.5);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #3b8087 !important;
  border-color: #3b8087 !important;
  color: #ffffff !important;
}

.btn-outline-info {
  border: 1px solid #4BA2AA;
  color: #4BA2AA;
  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: #4BA2AA;
  border-color: #4BA2AA;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(75, 162, 170, 0.5);
          box-shadow: 0 3px 7px rgba(75, 162, 170, 0.5);
}

.btn-danger {
  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-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #aa2134 !important;
  border-color: #aa2134 !important;
  color: #ffffff !important;
}

.btn-outline-danger {
  border: 1px solid #D52941;
  color: #D52941;
  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: #D52941;
  border-color: #D52941;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(213, 41, 65, 0.5);
          box-shadow: 0 3px 7px rgba(213, 41, 65, 0.5);
}

.btn-dark {
  background-color: #29292d !important;
  border: 1px solid #29292d !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(41, 41, 45, 0.5);
          box-shadow: 0 3px 7px rgba(41, 41, 45, 0.5);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #111112 !important;
  border-color: #111112 !important;
  color: #ffffff !important;
}

.btn-outline-dark {
  border: 1px solid #29292d;
  color: #29292d;
  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: #29292d;
  border-color: #29292d;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(41, 41, 45, 0.5);
          box-shadow: 0 3px 7px rgba(41, 41, 45, 0.5);
}

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

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #575757 !important;
  border-color: #575757 !important;
  color: #ffffff !important;
}

.btn-outline-muted {
  border: 1px solid #707070;
  color: #707070;
  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: #707070;
  border-color: #707070;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(112, 112, 112, 0.5);
          box-shadow: 0 3px 7px rgba(112, 112, 112, 0.5);
}

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

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #dfdfdf !important;
  border-color: #dfdfdf !important;
  color: #ffffff !important;
}

.btn-outline-light {
  border: 1px solid #f8f8f8;
  color: #f8f8f8;
  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: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(248, 248, 248, 0.5);
          box-shadow: 0 3px 7px rgba(248, 248, 248, 0.5);
}

.btn-custom {
  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-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus {
  background-color: #f38508 !important;
  border-color: #f38508 !important;
  color: #ffffff !important;
}

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

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

.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: #29292d !important;
  background: #f8f8f8;
  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: #dfdfdf !important;
  color: #29292d;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6;
  color: #29292d !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: #f8f8f8;
}

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

.spinner-grow {
  width: 14px;
  height: 14px;
  -webkit-animation: spinner-grow 1s linear infinite;
          animation: spinner-grow 1s linear infinite;
}

/****Skill*******/
.skills.skill-data {
  width: 130px;
  height: 130px;
}

.skills.skill-data canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
}

.skills .pie-chart-value {
  line-height: 130px;
  font-size: 24px;
}

.progress-box .progress {
  height: 10px;
  overflow: visible;
}

.progress-box .progress .progress-bar {
  border-radius: 6px;
  -webkit-animation: animate-positive 3s;
          animation: animate-positive 3s;
  overflow: visible !important;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -40px;
  right: -18px;
  border: 2px solid #f89d36;
  padding: 3px;
  border-radius: 3px;
  font-size: 13px;
}

.progress-box .progress .progress-value:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 9px;
  border-top: 7px solid #f89d36;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

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

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

.nav-pills .nav-link {
  color: #2f3545 !important;
  margin: auto 15px;
  border: 1px solid #e9ecef;
}

.nav-pills .nav-link.active {
  background-color: #f89d36;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

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

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

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

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  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;
  width: 40px;
  height: 20px;
  text-align: center;
  font-size: 6px;
}

#preloader #status .spinner > div {
  background-color: #f89d36;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#preloader #status .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

#preloader #status .spinner .rect3 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

#preloader #status .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

#preloader #status .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.social-icon li a {
  color: #2f3545;
  display: inline-block;
  height: 34px;
  width: 34px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.social-icon li a i {
  font-size: 16px;
  line-height: 34px;
}

.social-icon li a:hover {
  background-color: #f89d36;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  width: 33px;
  height: 33px;
  line-height: 31px;
  display: none;
  color: #29292d;
  background-color: #dee2e6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.back-to-top:hover {
  background-color: #f89d36;
  border-color: #f89d36 !important;
  color: #ffffff;
}

.counter-box .counter-head {
  letter-spacing: 1px;
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #2f3545;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: #6c757d;
  color: #ffffff;
}

::selection {
  background: #6c757d;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  letter-spacing: 0.3px;
  line-height: 1.8;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

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

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

.bg-over-image {
  background-color: rgba(35, 37, 47, 0.5) !important;
  background-image: url("../images/overlay.png");
  background-repeat: repeat;
}

.bg-gradient-overlay {
  background: linear-gradient(135deg, #005ED1, #f89d36);
  opacity: 0.95;
}

.title-heading {
  line-height: 26px;
  position: relative;
  z-index: 1;
}

.title-heading .sub-title {
  font-size: 22px;
  letter-spacing: 2px;
}

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

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

.section-title {
  position: relative;
  margin-bottom: 40px;
}

.section-title .title {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 28px;
}

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

@media (min-width: 768px) {
  .section-two.section-spacing {
    padding-bottom: 120px;
  }
  .margin-top-150 {
    margin-top: 150px;
  }
  .margin-top-150 .heading {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 30px !important;
  }
}

@media (max-width: 375px) {
  .section-title .title:after {
    bottom: -30%;
  }
}

.navbar-custom {
  background-color: transparent;
  padding: 20px 0;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-toggler {
  color: #ffffff;
  font-size: 30px;
  padding: 0px;
}

.navbar-custom .navbar-brand {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Poppins", sans-serif;
}

.navbar-custom .navbar-brand .l-dark {
  display: none;
}

.navbar-custom .navbar-brand .l-light {
  display: inline-block;
}

.navbar-custom .navbar-nav li a {
  color: #ffffff !important;
  font-size: 12.5px;
  background-color: transparent !important;
  margin: 0 8px;
  letter-spacing: 0.8px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Poppins", sans-serif;
}

.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:active {
  color: #f89d36 !important;
}

.navbar-custom .navbar-nav li.active a {
  color: #f89d36 !important;
}

.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
  padding-right: 0;
}

.navbar-custom .login-button {
  color: #ffffff;
  background-color: #f89d36;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 60px;
  border-radius: 3px;
  letter-spacing: 0.8px;
}

.navbar-custom .login-button:hover {
  color: #ffffff;
}

.navbar-custom.boxed-home {
  max-width: 1170px;
  margin: 0 auto;
}

.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 12px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  color: #29292d !important;
}

.nav-sticky.navbar-custom .navbar-toggler {
  color: #2f3545;
}

.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}

.nav-sticky.navbar-custom .navbar-nav li a {
  color: #2f3545 !important;
}

.nav-sticky.navbar-custom .navbar-nav li a:hover, .nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #f89d36 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a {
  color: #f89d36 !important;
}

.nav-sticky.navbar-custom.sticky-light {
  background-color: #ffffff;
}

.nav-sticky .navbar-brand {
  color: #29292d !important;
}

.nav-sticky .navbar-brand .l-dark {
  display: inline-block;
}

.nav-sticky .navbar-brand .l-light {
  display: none;
}

@media (max-width: 1023px) {
  .navbar-custom .nav-social {
    display: none;
  }
}

@media (max-height: 480px) {
  .navbar-nav {
    max-height: 200px;
    overflow-y: auto;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    background-color: #010101;
    padding: 10px 0px !important;
  }
  .navbar-custom .container {
    width: 85%;
  }
  .navbar-custom .login-button {
    margin-left: 5px !important;
  }
  .navbar-brand .l-dark {
    display: inline-block;
  }
  .navbar-brand .l-light {
    display: none;
  }
}

.bg-home {
  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-home .home-dashboard img {
  position: relative;
  top: 80px;
  z-index: 1;
}

.main-slider .slides .bg-slider {
  background-size: cover;
  height: 100vh;
  position: relative;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.flex-control-nav {
  display: none;
}

#sThemes-layout .sThemesbox {
  background: #ffffff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  max-width: 1170px;
  margin: 0 auto;
}

.swiper-slider-interior {
  height: 100vh;
}

.swiper-slider-interior .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-slider-interior .swiper-container .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.swiper-slider-interior .swiper-container .swiper-button-prev, .swiper-slider-interior .swiper-container .swiper-button-next {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-slider-interior .swiper-container .swiper-button-prev:before, .swiper-slider-interior .swiper-container .swiper-button-next:before {
  font-family: "Material Design Icons";
  font-weight: 900;
  color: #ffffff;
}

.swiper-slider-interior .swiper-container .swiper-button-prev:hover, .swiper-slider-interior .swiper-container .swiper-button-next:hover {
  background: #f89d36;
}

.swiper-slider-interior .swiper-container .swiper-button-prev {
  left: 25px;
  
}

.swiper-slider-interior .swiper-container .swiper-button-prev:before {
  content: "\f141";
}

.swiper-slider-interior .swiper-container .swiper-button-next {
  right: 25px;
}

.swiper-slider-interior .swiper-container .swiper-button-next:before {
  content: "\f142";
}

.swiper-slider-interior .swiper-pagination-bullet {
  font-size: 15px;
  color: #dee2e6;
  margin: 0 5px;
  opacity: 1;
  background: transparent;
  position: relative;
}

.swiper-slider-interior .swiper-pagination-bullet:before {
  content: "";
  background: #ffffff;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-slider-interior .swiper-pagination-bullet-active {
  color: #ffffff;
}

.swiper-slider-interior .swiper-pagination-bullet-active:before {
  opacity: 1;
  top: -20px;
}

.swiper-slider-interior .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-slider-interior .swiper-pagination-custom, .swiper-slider-interior .swiper-pagination-fraction {
  bottom: 45px;
}

.swiper-slider-interior .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}

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

.home-slider .carousel-item,
.home-slider .carousel, .blog-slider .carousel-item,
.blog-slider .carousel {
  height: 100vh;
  width: 100%;
}

.home-slider .carousel-item, .blog-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1200px) {
  .sThemesbox {
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .swiper-slider-interior {
    height: 600px;
  }
  .swiper-slider-interior .swiper-button-prev, .swiper-slider-interior .swiper-button-next {
    display: none;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .bg-home, .main-slider .slides .bg-slider, .swiper-slider-interior .swiper-container .swiper-slide, .jarallax {
    padding: 150px 0;
    height: auto;
  }
  .home-img {
    text-align: center;
  }
}

.container-filter li a {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.portfolio-box .work-img .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: rgba(1, 1, 1, 0.8);
  z-index: 1;
  border: 20px solid #ced4da;
}

.portfolio-box .work-img .overlay-work .icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 0;
  left: 0;
}

.portfolio-box .work-img .overlay-work .icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  margin: 0 auto;
  display: inline-block;
}

.portfolio-box .work-img .overlay-work .icon i:hover {
  color: #f89d36 !important;
  background: #ffffff;
}

.portfolio-box .work-img .overlay-work .work-content {
  position: absolute;
  bottom: 5%;
  left: 5%;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-box .work-img .overlay-work .work-content .title a {
  font-size: 18px;
}

.portfolio-box .work-img .overlay-work .work-content .title:hover a {
  color: #f89d36 !important;
}

.portfolio-box:hover .work-img.main-box {
  -webkit-transform: translateY(-105px);
          transform: translateY(-105px);
}

.portfolio-box:hover .overlay-work {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.portfolio-box:hover .overlay-work .icon {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.portfolio-box:hover .overlay-work .work-content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.causes-container .content a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.causes-container .content a:hover {
  color: #f89d36 !important;
}

.cta-full .container-fluid {
  max-width: 100%;
}

.cta-full .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.cta-full .cta-full-img-box {
  padding: 100px 10%;
}

.cta-full .cta-full-head {
  font-size: 22px;
  letter-spacing: 0.8px;
}

.watch-video a {
  font-size: 14px;
  letter-spacing: 1px;
}

.watch-video a .play-icon-circle {
  height: 50px;
  width: 50px;
  background-color: #f89d36;
  line-height: 50px;
}

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

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

.contact-cta .intro-text .title {
  font-size: 26px;
  letter-spacing: 1px;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  left: 0;
  z-index: 1;
}

.play-icon i {
  height: 85px;
  width: 85px;
  font-size: 30px;
  border: 5px solid #e9ecef;
  line-height: 75px;
  display: inline-block;
  background: #f89d36;
}

@media (max-width: 768px) {
  .cta-full .padding-less {
    position: relative !important;
    height: 300px !important;
  }
  .cta-full .cta-full-content {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .contact-cta, .contact-cta-button {
    text-align: center !important;
  }
  .cta-full .cta-full-img-box {
    padding: 60px 10%;
  }
}

.team-concept .team-image .team-overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 8px 0 4px;
}

.team-concept .content .name {
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-concept:hover .team-image .team-overlay {
  opacity: 0.9;
}

.client-review .review-para {
  font-size: 16px;
}

.client-review .big-icon {
  position: absolute;
  font-size: 160px;
  bottom: 0;
  right: 0;
  opacity: 0.04;
  z-index: -1;
}

.owl-carousel {
  cursor: pointer;
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 30px;
  background: transparent;
  border: 2px solid #f89d36;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #f89d36;
}

.features {
  position: relative;
  z-index: 2;
  margin: -160px 0 0;
}

.features.features-two {
  margin: -220px 0 0;
}

.features .title {
  letter-spacing: 1px;
  font-weight: 600;
}

.features a:hover {
  color: #f89d36 !important;
}

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

.features-box .title-icon {
  font-size: 25px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #f8f9fa;
}

.features-box .title {
  font-size: 18px;
}

.features-box ul li {
  position: relative;
  padding: 10px 0;
}

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

.service-container .icon {
  margin-top: 5%;
  font-size: 38px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .number-icon .icon-2 {
  height: 70px;
  width: 70px;
  line-height: 80px;
  border-radius: 64% 36% 55% 45% / 76% 72% 28% 24% !important;
  border-color: #f89d36 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .number-icon .icon-2 i {
  font-size: 30px;
}

.service-container .number-icon .number {
  position: absolute;
  top: 0;
  right: 70px;
  left: 0;
  height: 35px;
  width: 35px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .number-icon .number span {
  line-height: 30px;
}

.service-container .content .number {
  font-size: 40px;
  color: #dee2e6;
}

.service-container .content .title {
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container:hover.border-color {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.service-container:hover .icon {
  color: #f89d36;
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

.service-container:hover .number-icon .icon-2 {
  background-color: #f89d36;
  border-radius: 50% !important;
}

.service-container:hover .number-icon .icon-2 i {
  color: #ffffff !important;
}

.service-container:hover .number-icon .number {
  color: #ffffff;
  background: #f89d36 !important;
  border-color: #ffffff !important;
}

.service-container:hover .content .title {
  color: #f89d36;
}

.service-container a:hover,
.service-container a .title:hover {
  color: #f89d36 !important;
}

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

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

@media screen and (max-width: 767px) {
  .features.features-two {
    margin: 0 0 30px;
  }
  .features.feature-charity {
    margin: 0 0 30px;
  }
  .feature-margin {
    margin-top: 60px;
  }
}

.pricing-table {
  overflow: hidden;
  position: relative;
}

.pricing-table .price-title {
  font-size: 22px;
  font-weight: 500;
}

.pricing-table .pricing-features ul li {
  position: relative;
  padding: 10px 0;
}

.pricing-table .price-value .price-lable .rates {
  display: inline-block;
  font-size: 32px;
}

.pricing-table .lable {
  width: 200px;
  position: absolute;
  top: 20px;
  right: -60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.pricing-table .lable h6 {
  font-size: 12px;
}

.blog-post .content .title {
  letter-spacing: 0.5px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.blog-post .content a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .content a:hover {
  color: #f89d36 !important;
}

.form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dee2e6;
  height: 40px;
  font-size: 13px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 6px 12px !important;
}

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

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

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

.map {
  line-height: 0;
}

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

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

#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 #D52941;
  color: #D52941;
  border-radius: 3px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

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

#success_page h3 {
  color: #159B42;
  font-size: 22px;
}

.subscribe .form-control {
  background-color: transparent;
  height: 40px;
  color: #f8f8f8;
  font-size: 14px;
}

.subscribe .form-control::-webkit-input-placeholder {
  color: #f8f8f8;
}

.subscribe .form-control:-ms-input-placeholder {
  color: #f8f8f8;
}

.subscribe .form-control::-ms-input-placeholder {
  color: #f8f8f8;
}

.subscribe .form-control::placeholder {
  color: #f8f8f8;
}

.subscribe .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f89d36;
}

.footer {
  position: relative;
}

.footer .footer-head {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

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

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

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

.footer .footer-list li a:hover {
  color: #f89d36;
}

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

.footer .footer-list.contact-foot i {
  font-size: 16px;
}

.footer .footer-recent .footer-recent-thumb {
  width: 25%;
}

.footer .footer-recent .footer-recent-content {
  width: 75%;
  padding-left: 10px;
}

.footer .footer-recent .footer-recent-content a {
  color: #adb5bd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-recent .footer-recent-content a:hover {
  color: #f89d36;
}

.footer-bar {
  border-top: 1px solid #495057;
}

.restaurant-wraper {
  font-family: "Libre Baskerville", serif !important;
}

.restaurant-wraper h1, .restaurant-wraper h2, .restaurant-wraper h3, .restaurant-wraper h4, .restaurant-wraper h5, .restaurant-wraper h6, .restaurant-wraper .navbar-custom .navbar-nav li a {
  font-family: "Libre Baskerville", serif;
}

.restaurant-wraper .navbar-custom .navbar-nav li a {
  letter-spacing: 2px;
  font-size: 12px;
}

.restaurant-wraper .title-heading .heading {
  font-size: 55px;
}

.restaurant-wraper .title-heading .para-desc {
  font-size: 16px;
}

.restaurant-wraper .section-title .title {
  font-size: 28px;
}

.restaurant-wraper .section-title .para-desc {
  font-size: 16px;
}

.restaurant-wraper .about-resto {
  font-size: 17px;
}

.restaurant-wraper .portfolio-box .thumb img {
  width: 80px;
}

.restaurant-wraper .portfolio-box .menu-content .title {
  font-size: 17px;
}

.restaurant-wraper .portfolio-box .menu-content .title a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.restaurant-wraper .portfolio-box .menu-content .title a:hover {
  color: #f89d36 !important;
}

.restaurant-wraper .portfolio-box .menu-content .title span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.restaurant-wraper .resto-service img {
  height: 75px;
}

.restaurant-wraper .resto-service .content .title {
  font-size: 18px;
}

.restaurant-wraper .resto-service .content p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .restaurent-wraper .title-heading .heading {
    font-size: 40px !important;
  }
}

@media (max-width: 425px) {
  .portfolio-box .menu-content .title {
    font-size: 13px !important;
  }
}

#style-switcher {
  background: none repeat scroll 0 0 #ffffff;
  left: -60px;
  position: fixed;
  top: 17%;
  width: 60px;
  z-index: 9999;
  padding: 10px 5px;
}

#style-switcher .title {
  font-size: 16px;
  margin: 8px 3px 12px;
}

#style-switcher .bottom {
  background: none repeat scroll 0 0 #ffffff;
  color: #29292d;
  padding: 0;
}

#style-switcher .bottom a {
  text-decoration: none;
}

#style-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #ffffff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  display: block;
  height: 41px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  padding: 3px;
  border-radius: 0 30px 30px 0;
}

#style-switcher .bottom a.settings i {
  margin-left: 5px;
  font-size: 24px;
  position: absolute;
}

ul.pattern {
  list-style: none outside none;
  overflow: hidden;
  padding: 0;
  border-radius: 0px;
}

ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 5px;
}

ul.pattern .default {
  background-color: #f89d36;
}

ul.pattern .blue {
  background-color: #005ED1;
}

ul.pattern .green {
  background-color: #159B42;
}

ul.pattern .red {
  background-color: #D52941;
}

@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}