/*================================================
[  Table of contents  ]
================================================

  1. Import Default & Template CSS
  2. Custom CSS Goes Here

======================================
[ End table content ]
======================================*/

/*--
    1. Import Default & Template CSS
----------------------------------------*/
/*Default*/
/*-----------------------------------------------------------------------------------

  Template Name: Pixal - Default CSS
  Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1.    General
	2.    Common Classes
	3.    Time & Date Picker
	4.    Hero Slider Arrows
	5.    Scroll Up
	
-----------------------------------------------------------------------------------*/

/*--
    1. General
------------------------------------------*/

/*-- Font Family --*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,800|Playfair+Display:400,400i,700,700i");

html,
body {
  height: 100%;
}
body {
  background: #ffffff;
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
}
img {
  max-width: 100%;
}
*::before,
*::after,
a,
span,
button,
.btn {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus,
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a,
button,
input,
textarea {
  outline: medium none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3e3e3e;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

input:focus,
textarea:focus {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  outline: 0;
}
/*-- Placeholder Opacity --*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/*--
    2. Common Classes
------------------------------------------*/
.fix {
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

/*-- Modal --*/
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}

/*-- Table & Table Cell --*/
.table,
.table-cell {
  display: table;
  height: 100%;
  margin: 0;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*Text Color*/
.text-white {
  color: #ffffff;
}
.text-black {
  color: #3e3e3e;
}
.text-light {
  color: #aaaaaa;
}
/*Text Transform*/
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
/*Font Style*/
.font-italic {
  font-style: italic;
}
/*Font Weight*/
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}

/*-- No Padding --*/
.no-padding {
  padding: 0;
}

/*-- Section --*/
.section {
  float: left;
  position: relative;
  width: 100%;
}

/*---- Background Class ----*/
.bg-white {
  background-color: #ffffff;
}
.bg-gray {
  background-color: #f1f1f1;
}
.bg-dark {
  background-color: #292929;
}
.bg-dark-light {
  background-color: #2e2e2e;
}
.bg-gradient {
  background: rgba(0, 0, 0, 0) -o-linear-gradient(
      45deg,
      #4481eb 0%,
      #04bffe 100%
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(45deg, #4481eb 0%, #04bffe 100%)
    repeat scroll 0 0;
}

/*--
    3. Time & Date Picker
------------------------------------------*/
.timepicker {
}
.timepicker-picker {
  padding: 15px 10px;
}
.timepicker-picker table {
}
.timepicker-picker table tr {
}
.timepicker-picker table tr td {
  height: 40px;
  line-height: 34px;
  padding: 0;
  vertical-align: top;
  width: 40px;
}

.timepicker-picker table tr td a {
  border: medium none;
  border-radius: 3px;
  height: 30px;
  padding: 0 !important;
  width: 30px;
}
.timepicker-picker table tr td a span,
.timepicker-picker table tr td a i {
  border-radius: 0;
  display: block;
  font-size: 20px;
  height: auto;
  line-height: 30px;
  margin: 0;
  width: auto;
}
.timepicker-picker table tr td span:hover {
  background-color: transparent;
}

.timepicker-picker table tr td span.timepicker-hour,
.timepicker-picker table tr td span.timepicker-minute {
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.timepicker-picker table tr td button {
  border: medium none;
  border-radius: 4px;
  display: inline-block;
  float: none;
  font-size: 12px;
  height: 34px;
  line-height: 36px;
  margin: 0;
  padding: 0 !important;
  width: 34px;
}

/*---- Time & Date Picker For Restaurant ----*/
[class*="res"] .bootstrap-datetimepicker-widget table td.active,
[class*="res"] .bootstrap-datetimepicker-widget table td.active:hover,
[class*="res"] .timepicker-picker table tr td a:hover,
[class*="res"] .bootstrap-datetimepicker-widget table td span.active,
[class*="res"] .timepicker-picker table tr td button:hover {
  background-color: #e54c2a;
}
[class*="res"] .bootstrap-datetimepicker-widget table td.today::before {
  border-color: rgba(0, 0, 0, 0.2) transparent #e54c2a;
  border-bottom-color: #fff;
}

[class*="res"] .picker-switch {
}
[class*="res"] .picker-switch a {
  color: #e54c2a;
}

/*-- 
    4. Hero Slider Arrows
------------------------------------------*/
.hero-slider .slick-arrow {
  background-color: transparent;
  border: medium none;
  color: #ffffff;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 999;
}
.hero-slider .slick-arrow i {
  display: block;
  font-size: 40px;
  line-height: 60px;
}
.hero-slider .slick-prev {
  left: 30px;
}
.hero-slider .slick-next {
  right: 30px;
}

/*--
    5. Scroll Up
------------------------------------------*/
#scrollUp {
  background-color: transparent;
  border: 2px solid #00a0de;
  border-radius: 50%;
  bottom: 80px;
  color: #00a0de;
  height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
}
#scrollUp i {
  display: block;
  font-size: 24px;
  line-height: 35px;
}
#scrollUp:hover {
  background-color: #00a0de;
  color: #fff;
}

/*---- Header Section ----*/
.header-section {
  background-color: #ffffff;
  z-index: 9999;
}

.header-transparent {
  background-color: black;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.carousel-caption {
  bottom: auto !important;
  top: 50% !important;
  right: auto !important;
  left: 50% !important;
  color: white;
  transform: translate(-50%, -50%);
}
.carousel-caption h1 {
  color: white;
  font-family: "Great Vibes", cursive;
  font-size: 2.8em;
}

.header-border {
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
  float: left;
  width: 100%;
}

.header-fullwidth {
  padding: 0 85px;
}

.header-fullwidth .container {
  width: 100%;
}

/*Header Sticky*/
.header-sticky.stick {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

/*Header Logo*/
.header-logo {
  display: block;
  /* margin: 30px 0; */
}

/*Header Buttons*/
.header-section .btn {
  margin: 30px 0;
}

/*Header Search*/
.header-search {
  display: block;
  float: right;
  padding: 30px 0;
  position: relative;
}

/*Search Toggle*/
.search-toggle {
  border-radius: 5px;
  border: none;
  background-color: transparent;
  display: block;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding: 8px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.search-toggle i {
  display: block;
  line-height: 24px;
}

.search-toggle:hover {
  color: #4481eb;
}

/*Search Form*/
.header-search-form {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: -9999;
}

.open .header-search-form {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.header-search-form form {
  position: relative;
}

.header-search-form form input {
  border: 1px solid #eeeeee;
  color: #999999;
  display: block;
  font-size: 14px;
  height: 40px;
  padding: 7px 15px;
  width: 220px;
}

.header-search-form form button {
  background-color: transparent;
  border: medium none;
  color: #999999;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.header-search-form form button i {
  display: block;
  font-size: 16px;
  line-height: 40px;
}

/*Header Social*/
.header-social {
  margin: 35px 0 35px 15px;
}

.header-social a {
  color: inherit;
  display: block;
  float: left;
  margin: 3px 0 3px 22px;
}

.header-social a:first-child {
  margin-left: 0;
}

.header-social a i {
  display: block;
  font-size: 20px;
  line-height: 24px;
}

.header-social a:hover {
  opacity: 0.7;
}

/*Menu Toggle*/
.menu-toggle,
.mp-menu-toggle {
  background-color: transparent;
  border: medium none;
  color: #fff;
  display: block;
  height: 20px;
  /* margin: 40px 20px; */
  overflow: hidden;
  padding: 0;
}

.menu-toggle.text-dark,
.mp-menu-toggle.text-dark {
  color: #3e3e3e;
}

.menu-toggle i,
.mp-menu-toggle i {
  display: block;
  font-size: 40px;
  position: relative;
  top: -10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*Menu*/
.main-menu {
  display: block;
  float: left;
}

.main-menu > ul {
}

.main-menu > ul > li {
  display: block;
  float: left;
  margin-right: 40px;
  position: relative;
}

.main-menu > ul > li > a {
  color: #3e3e3e;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 35px 0;
}

.main-menu.text-black > ul > li > a {
  color: #3e3e3e;
}

.main-menu.text-white > ul > li > a {
  color: #ffffff;
}

.main-menu > ul > li.active > a,
.main-menu > ul > li:hover > a {
  color: #4481eb;
}

/*-- Sub Menu --*/
.sub-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  left: -20px;
  margin-top: 20px;
  opacity: 0;
  padding: 15px 20px;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 230px;
  z-index: -999;
}

.main-menu > ul > li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.sub-menu li {
}

.sub-menu li a {
  color: #3e3e3e;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 32px;
  text-transform: uppercase;
}

.sub-menu li.active a,
.sub-menu li:hover a {
  color: #4481eb;
}

/*---- Mobile Menu Area ----*/
.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
}

/*Mobile Menu Toggle*/
a.meanmenu-reveal {
  color: #3e3e3e;
  height: 30px;
  margin: 5px 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  top: -70px;
  width: 30px;
}

.text-black a.meanmenu-reveal {
  color: #3e3e3e;
}

.text-white a.meanmenu-reveal {
  color: #ffffff;
}

a.meanmenu-reveal i {
  display: block;
  font-size: 42px;
  margin-top: -6px;
}

/*Mean Expand*/
.mean-nav a.mean-expand {
  border: medium none;
  font-size: 20px !important;
  height: 42px;
  line-height: 42px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  width: 30px;
}

/*Mobile Menu*/
.mean-nav {
  background-color: transparent;
  margin-top: 0;
}

.mean-nav ul {
  float: left;
  width: 100%;
}

.mean-nav ul li {
  position: relative;
}

.mean-nav > ul > li:last-child {
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}

.mean-nav ul li a {
  border-color: #ededed;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 0;
}

.mean-nav ul li.active > a,
.mean-nav ul li a:hover {
  background-color: transparent;
  color: #4481eb;
}

/*Mobile Menu 2*/
.mobile-menu-2 .mean-nav ul {
  background-color: #ffffff;
  float: left;
  width: 100%;
}

.mobile-menu-2 .mean-nav > ul > li:last-child {
  margin-bottom: 0;
}

.mobile-menu-2 .mean-nav ul li a {
  padding: 8px 20px;
}

/*-- Mobile Sub Menu --*/
.mean-nav .sub-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  padding: 0;
  position: static;
  -webkit-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  visibility: visible;
  z-index: 1;
}

.mean-nav .sub-menu li {
}

.mean-nav .sub-menu li a {
  border-color: #ededed;
  color: #3e3e3e;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  opacity: 1;
  padding: 8px 0 8px 15px;
}

.mean-nav .sub-menu li:hover a,
.mean-nav .sub-menu li a:hover {
  background-color: transparent;
  color: #4481eb;
}

.st-menu-section {
  background-color: rgba(5, 14, 48, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.st-menu-section .container {
  margin: auto;
}

.st-menu-section.active {
  opacity: 1;
  visibility: visible;
}

/*---- Menu ----*/
.st-menu {
  padding: 80px 0 50px;
}

.st-menu ul {
}

.st-menu ul li {
  margin-bottom: 40px;
}

.st-menu ul li:last-child {
  margin-bottom: 0;
}

.st-menu ul li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.st-menu ul li a:hover,
.st-menu ul li.active a {
  color: #fbb03b;
  font-size: 24px;
}

.menu-btn {
  display: flex;
  align-items: center;
}

.get-in-touch {
  border: 1px solid #00a0de;
  border-radius: 4px;
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  background-color: #00a0de;
  color: white;
  text-decoration: none;
  transition: 0.8s;
}
.get-in-touch:hover {
  transform: scale(0.8);
}
/* @media (max-width:768px){
  .get-in-touch{
  font-size: .9rem;
  padding: 0px 5px;
  margin-right: 10px;
}
} */
.stellent {
  display: flex;
  align-items: center;
  color: white;
}

.stellent span {
  margin-left: 12px;
  font-size: 1.8em;
}

.text-uppercase {
  text-transform: uppercase;
}

.mt-24 {
  margin-top: 48px;
}

.header-privacy-terms {
  position: relative;
  background-color: white;
}

.text-black {
  color: black !important;
}

.padding-24 {
  padding: 24px;
}
/*Templates*/
/*-----------------------------------------------------------------------------------

  Template Name: Pixal - stotograsty Template CSS
  Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
  1.    Section Title
	2.    Hero Section
	3.    Gallery Section
	4.    Team Section
	5.    Footer Section
	6.    About Section
	7.    Service Section
	8.    Conatact Section
	9.    Responsive CSS
	
-----------------------------------------------------------------------------------*/
.st-modal {
  padding: 150px 0;
}

/* -----------------------------------
    1. Section Title
--------------------------------------*/
/*-- Section Title --*/
.st-section-title {
  text-align: justify;
}

.st-section-title h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.st-section-title h2 span {
  color: #b9cb11;
}
.st-section-title p {
  font-size: 14px;
  font-weight: 600;
}

/* .st-section-title p {
  max-width: 930px;
} */

/* -----------------------------------
    2. Hero Section
--------------------------------------*/
.st-hero-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  position: relative;
}

/*-- Hero Shape --*/
.st-hero-shape {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.st-hero-shape img {
}

/*-- Hero Social --*/
.st-hero-social {
  bottom: 65px;
  left: 100px;
  position: absolute;
  z-index: 3;
}

.st-hero-social h5 {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0 105px 0 0;
  position: relative;
}

.st-hero-social h5::before {
  background-color: #ffffff;
  bottom: 9px;
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  width: 45px;
  margin-left: 30px;
}

.st-hero-social a {
  color: #ffffff;
  display: block;
  float: left;
  margin-right: 20px;
}

.st-hero-social a:last-child {
  margin-right: 0;
}

.st-hero-social a i {
  display: block;
  line-height: 24px;
}

.st-hero-social a:hover {
  color: #3653ff;
}

/*-- Hero Content --*/
.st-hero-content {
}

.st-hero-content h1 {
  color: #c7c7c7;
  display: inline-block;
  font-family: "Great Vibes", cursive;
  font-size: 2.8em;
  /* font-weight: 600; */
  line-height: 1.5;
  margin: 0;
  padding: 0 100px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  word-spacing: 8px;
}

.st-hero-content h1::before {
  background-color: #0f0a0700;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: -38px;
  width: 100%;
  z-index: -1;
}

/* -----------------------------------
    3. Gallery Section
--------------------------------------*/

.st-isotop-item {
}

.st-isotop-item a {
  display: block;
  position: relative;
  text-align: center;
}

.st-isotop-item a::before {
  background-color: #838c27;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.st-isotop-item a:hover::before {
  opacity: 0.8;
}

.st-isotop-item a img {
  border: 10px solid #f1f1f1;
  width: 100%;
}

.st-isotop-item a span {
  left: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 15px;
  color: #ffffff;
  line-height: 32px;
  opacity: 0;
}

.st-isotop-item a:hover span {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* -----------------------------------
    4. Team Section
--------------------------------------*/
.st-portfolio-wrapper {
  /* -webkit-box-shadow: 0 0 15px rgba(59, 155, 242, 0.15);
  box-shadow: 0 0 15px rgba(59, 155, 242, 0.15); */
  float: left;
  width: 100%;
  padding: 70px 0px 70px;
}

/*-- Single Team --*/
.st-single-team {
}

/*-- Team Image --*/
.st-single-team .image {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
}

.st-single-team .image::before {
  background-color: #3653ff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}

.st-single-team:hover .image::before {
  opacity: 0.8;
  visibility: visible;
  z-index: 1;
}

.st-single-team .image img {
  width: 100%;
}

/*-- Social --*/
.st-single-team .image .social {
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
}

.st-single-team:hover .image .social {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.st-single-team .image .social a {
  background-color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  margin: 0 3px;
  width: 30px;
}

.st-single-team .image .social a i {
  display: block;
  font-size: 16px;
  line-height: 32px;
}

/*-- Social Color --*/
.st-single-team .image .social a.facebook {
  color: #516eab;
}

.st-single-team .image .social a.twitter {
  color: #40bff5;
}

.st-single-team .image .social a.google {
  color: #dd4e42;
}

.st-single-team .image .social a.pinterest {
  color: #bd081c;
}

/*-- Team Content --*/
.st-single-team .content {
  margin-top: 22px;
}

.st-single-team .content h2 {
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}

.st-single-team .content span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

/* -----------------------------------
    5. Footer Section
--------------------------------------*/
.st-footer-section {
  background: #252525;
  color: white !important;
}

/*-- Footer Top --*/
.st-footer-top {
  padding: 60px 0;
}

/*-- Footer Social --*/
.st-footer-social {
}

.st-footer-social a {
  color: #3e3e3e;
  display: inline-block;
  margin: 10px 15px;
  vertical-align: top;
}

.st-footer-social a:hover {
  color: #3653ff;
}

.st-footer-social a i {
  display: block;
  font-size: 22px;
  line-height: 30px;
}

/*-- Footer Bottom --*/
.st-footer-bottom {
  border-top: 1px solid #f2f2f2;
  padding: 18px 0;
}

/*-- Copyright --*/
.st-copyright {
}

.st-copyright p {
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 5px 0;
  text-transform: uppercase;
  text-align: right;
}

.st-links a {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 5px 8px 0px;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}

.st-copyright p a {
  color: #9db526;
}

.st-copyright p a:hover {
  color: #5b6b0b;
}

/*-- Footer Menu --*/
.st-footer-menu {
}

.st-footer-menu nav {
}

.st-footer-menu nav ul {
}

.st-footer-menu nav ul li {
  display: inline-block;
}

.st-footer-menu nav ul li + li {
  margin-left: 35px;
}

.st-footer-menu nav ul li a {
  color: #3e3e3e;
  display: block;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 5px 0;
  text-transform: uppercase;
}

.st-footer-menu nav ul li a:hover {
  color: #3653ff;
}

/* -----------------------------------
    6. About Section
--------------------------------------*/
.st-about-area {
  background-color: #ffffff;
  padding: 80px 80px 50px;
}

/*-- Anout Content --*/
.st-about-content {
  padding-right: 15px;
}

.st-about-content p {
  font-size: 14px;
  font-weight: 600;
}

/*-- Skills --*/
.st-skills {
}

.st-single-skill {
}

.st-single-skill + .st-single-skill {
  margin-top: 40px;
}

.st-single-skill h5 {
  color: #999999;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st-single-skill .progress {
  background-color: #f2f2f2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 7px;
  margin-bottom: 0;
  overflow: visible;
}

.st-single-skill .progress .progress-bar {
  background-color: #2948ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.st-single-skill .progress .progress-bar::before {
  bottom: 14px;
  color: #3e3e3e;
  content: attr(data-progress);
  font-size: 14px;
  position: absolute;
  right: 0;
}

/* -----------------------------------
    7. Service Section
--------------------------------------*/
.st-services-area {
  background-color: #f5f5f5;
  padding: 80px 80px 50px;
}

.st-tab-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.st-tab-list li {
  display: block;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
}

.st-tab-list li a {
  border-radius: 4px;
  color: #272727;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #c3c3c3;
  text-decoration: none;
}

.st-tab-list li a:hover,
.st-tab-list li.active a {
  background-color: #00a0de;
  color: #fff !important;
  transition: 0.5s;
}
.coloum-grid-common {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.carousel-inner > .item {
  display: block !important;
}
.tab-content > .tab-pane {
  display: block !important;
}
.st-tab-pane {
  background-color: #b9b9b9;
  padding: 2px;
  max-height: 610px;
}

.st-tab-pane h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.st-tab-pane p {
  color: #ffffff;
  margin-bottom: 30px;
}

.st-tab-pane p:last-child {
  margin-bottom: 0;
}

/* -----------------------------------
    8. Conatact Sexction
--------------------------------------*/
.st-contact-area {
  background-color: #ffffff;
  padding: 80px 80px 50px;
}

.st-contact-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.st-contact-info i {
  color: #00a0de;
  display: block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 6px;
  margin-right: 24px;
}

.st-contact-info p {
}

.st-contact-info a {
  color: #555555;
  display: block;
}

.st-contact-form {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  height: 365px;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.st-contact-form form {
}

.st-contact-form form input,
.st-contact-form form textarea {
  background-color: #ffffff;
  border: medium none;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-size: 13px;
  height: 44px;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: 100%;
}

.st-contact-form form input {
}

.st-contact-form form textarea {
  height: 100px;
  resize: none;
}

.st-contact-form form input[type="submit"] {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #00a0de;
}

.st-contact-form form input[type="submit"]:hover {
  background-color: #00a0de;
  color: #ffffff;
}

/* -----------------------------------
    9. Responsive CSS
--------------------------------------*/

/*-- Laptop Screen --*/
@media only screen and (min-width: 1171px) and (max-width: 1400px) {
}

/*-- Desktop : 992px --*/
@media only screen and (min-width: 992px) and (max-width: 1169px) {
  .header-fullwidth {
    padding: 0 45px;
  }

  .st-hero-content h1 {
    font-size: 2.1em;
  }

  .st-hero-content h1::before {
    top: -25px;
  }

  .st-contact-info p,
  .st-contact-info a {
    font-size: 14px;
  }
}

/*-- Tablet : 768px --*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-fullwidth {
    padding: 0 35px;
  }

  .st-hero-content h1 {
    font-size: 2em;
    padding: 0 40px;
  }

  .st-hero-content h1::before {
    top: -22px;
  }

  .st-hero-shape {
    width: 350px;
  }

  .st-hero-social {
    left: 50px;
  }


  .st-tab-list li {
    display: block;
    float: left;
    padding: 0 15px;
    /* width: 50%; */
  }

  .st-tab-list li:nth-child(2) {
    margin-top: 0;
  }

  .st-tab-content {
    float: left;
    width: 100%;
  }
}

/*-- Large Mobile : 480px --*/
@media only screen and (max-width: 767px) {
  .st-modal {
    padding: 80px 0;
  }

  .header-fullwidth {
    padding: 0 15px;
  }

  .st-hero-section {
    height: auto;
    padding: 150px 0;
  }

  .st-hero-section .table {
    position: relative;
    z-index: 9;
  }

  .st-hero-content h1 {
    font-size: 1.5em;
    padding: 0 10px;
  }

  .st-hero-content h1::before {
    top: -10px;
  }

  .st-hero-shape {
    width: 220px;
  }

  .st-hero-social {
    bottom: 30px;
    left: 30px;
  }

  .st-copyright,
  .st-footer-menu {
    text-align: center;
    width: 100%;
  }

  .st-about-area,
  .st-services-area,
  .st-contact-area {
    background-color: #ffffff;
    padding: 80px 50px 50px;
  }

  .st-tab-list {
    width: 100%;
  }

  .st-tab-content {
    float: left;
    width: 100%;
  }

  .st-tab-pane {
    padding: 50px;
  }
}

/*-- small mobile : 320px --*/
@media only screen and (max-width: 479px) {
  .st-hero-social h5 {
    margin-right: 15px;
  }

  .st-hero-social h5::before {
    display: none;
  }

  .st-portfolio-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 50px 0 0;
  }

  .st-about-area,
  .st-services-area,
  .st-contact-area {
    background-color: #ffffff;
    padding: 30px 15px 0;
  }

  .st-tab-pane {
    padding: 30px 20px;
  }
}

.header-logo-text {
  color: white;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  display: inline-block;
}

.st-toggle-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.st-toggle-contact .get-in-touch {
  border: 1px solid white;
  border-radius: 4px;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 1.2rem;
}
@media (max-width: 776.98px) {
  .st-toggle-contact {
    margin-top: 20px;
  }
  .st-toggle-contact .get-in-touch {
    padding: 2px 4px;
    font-size: 1rem;
  }
  .menu-toggle,
  .mp-menu-toggle {
    margin: 0px 0px 0px 20px;
  }
  .header-logo-text {
    display: none;
  }
}

.st-toggle-contact .get-in-touch:hover {
  background-color: #00a0de;
  color: white;
  border: 1px solid #00a0de;
}

/* .carousel-indicators li{
  border: 1px solid #403d3d;
}

.carousel-indicators .active{
  background-color: #403d3d;
} */

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  margin-left: 0;
}

.panel-default .panel-body {
  display: none;
}

.panel-default:first-child .panel-body {
  display: block;
}

.panel-default > .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #080808;
  background-color: #dcdcdc;
  border-color: #a7a5a5;
  cursor: pointer;
}

.desktop-portfolio {
  display: block;
}
.mobile-portfolio {
  display: none;
}

.st-contact-address {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  height: 175px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 15px;
}

.submit-btn {
  width: 111px !important;
  display: block;
  margin: auto;
}

.st-contact-mail {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  height: 175px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  .st-links,
  .st-copyright p {
    text-align: center;
  }
}
.privacy h2 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 16px;
}
.privacy h2:after {
  content: "";
  height: 2px;
  width: 60px;
  background-color: #3e3e3e;
  position: absolute;
  left: 27px;
  top: 44px;
}

.privacy p {
  color: #555555 !important;
  font-size: 14px;
}

.st-privacy h1 {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.st-privacy h1:after {
  content: "";
  height: 2px;
  width: 60px;
  background-color: #3e3e3e;
  position: absolute;
  left: 48%;
  top: 44px;
}

.privacy ul {
  margin-bottom: 15px;
  color: black;
  font-size: 14px;
  padding-left: 17px;
}

.privacy ul li {
  list-style: unset;
}

/*  */

.filtr-item  {
  width: 300px !important;
  padding-right: 10px;
  padding-bottom: 10px;
}


/*--
    2. Custom CSS Goes Here
----------------------------------------*/

/* Laptop Screen  */
@media only screen and (min-width: 1171px) and (max-width: 1400px) {
}

/* Desktop :992px. */
@media only screen and (min-width: 992px) and (max-width: 1169px) {
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*Header Buttons*/
  .header-section .btn,
  .header-search,
  .header-social {
    margin-right: 50px;
  }

  .header-search {
    padding-right: 50px;
  }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .table,
  .table-cell {
    display: block;
    height: auto;
  }

  #scrollUp {
    display: none !important;
  }

  /*Buttons*/
  .btn,
  .btn-sm,
  .btn-lg {
    font-size: 12px;
    height: 33px;
    padding: 4px 20px;
  }

  .btn-icon-right {
    padding-right: 53px;
  }

  .btn-icon-right i {
    right: 20px;
  }

  .btn-icon-left {
    padding-left: 53px;
  }

  .btn-icon-left i {
    left: 20px;
  }

  /*Header*/
  .header-logo {
    /* margin: 19px 0; */
    width: 65px;
  }

  .menu-toggle {
    /* margin: 25px 0; */
  }

  /*Header Buttons*/
  .header-section .btn,
  .header-social {
    margin: 18px 50px 18px 0;
  }

  .header-search {
    padding: 18px 50px 18px 0;
  }

  /*Mobile Menu Toggle*/
  a.meanmenu-reveal {
    top: -55px;
  }
}
.notfound {
  padding: 50px 20px;
  display: flex;
 align-items: center;
  width: 100%;
  flex-direction: column;
}
.notfound img {
  max-width: 400px;
  width: 100%;
}
.thanks img {
  max-width: 500px !important;
}
.notfound button {
  background-color: #b9cb11;
  padding: 5px 20px;
  border: none;
  margin-top: 20px;
  border-radius: 10px;
}
.thanks button {
background-color: #000 !important;
}
.notfound button a {
  color: white;
  text-decoration: none;
}
/* small mobile :320px. */

@media only screen and (max-width: 479px) {
  .container {
    width: 100%;
  }
}

@media only screen and (max-width: 1001px) {
  .desktop-portfolio {
    display: none;
  }

  .mobile-portfolio {
    display: block;
  }
}

@media (max-width: 1281px) {
  .container-mid {
    width: 1261px;
    margin: 0 auto;
  }
  .carousel-caption h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 768px) {
  .mt-24 {
    margin-top: 24px;
  }

  .get-in-touch {
    font-size: 14px;
    padding: 10px 15px;
  }

  .stellent span {
    margin-left: 12px;
    font-size: 1em;
  }
  .carousel-caption h1 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .get-in-touch {
    font-size: 14px;
    padding: 5px 10px;
  }
  .carousel-caption h1 {
    font-size: 18px;
    margin-bottom: 0 !important;
  }
  .coloum-grid-common {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .filtr-item  {
    width: 100% !important;
    padding-bottom: 10px;
  }
}

