/*================================================
Template name: Three Amigos
Version: 1.0.0
Author: SITLBD      
Author url: https://www.sitlbd.com/ 
Developer: Najmul Huda Eimon 


[Table of Content]

01. General CSS
    1.1: Common css
    1.2: headings
    1.3: Padding margin
    1.4: Common style
02: Preloader
03: Scroll to top button
04: Sticky menu
05: Menubar
06: Banner
07: About
08: Family
09: Food-menu
10: Project
11: Team
12: Client
13: Blog
14: Footer
    14.1: Footer-top
    14.2: Footer-bottom
15: Home 2
    15.1: Menubar
    15.2: Banner
    15.3: About
    15.4: Count
    15.5: Service
    15.6: Pricing
    15.7: Book-table
    15.8: Client
16: About page
    16.1: Menubar
    16.2: Banner
17: Team page
    17.1: Team
18: Blog page
    8.1: Blog inner area
    18.2: Blog sidebar area
19: Blog detail page
20: Contact page
    20.1: Address
    20.2: Message
21: 404 page

==========================================================*/

/*===========================================================
    01. General CSS
=============================================================*/

/* 1.1: Common css */
:root {
  --grey: #828282;
  --main: #e3393a;
  --yellow: #f7b627;
  --orange: #ff9700;
  --green: #51a946;
  --brwon: #4d3028;
  --dark: #000000;
  --white: #ffffff;
  --red: #ff2625;
  --roboto: "Roboto", sans-serif;
  --caveatbrush: "CaveatBrush", sans-serif;
  --mitr_light: "Mitr-Light", sans-serif;
  --mitr_bold: "Mitr-Bold", sans-serif;
  --mitr_medium: "Mitr-Medium", sans-serif;
  --mitr_semibold: "Mitr-SemiBold", sans-serif;
  --muli_regular: "Muli-Regular", sans-serif;
  --muli_bold: "Muli-Bold", sans-serif;
  --muli_black: "Muli-Black", sans-serif;
  --poppins: "Poppins", sans-serif;
  --satisfy: "Satisfy", cursive;
  --heebo: "Heebo", sans-serif;
}

@font-face {
  font-family: "CaveatBrush";
  src: URL("../font/design/CaveatBrush-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Mitr-Light";
  src: URL("../font/design/Mitr-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Mitr-Bold";
  src: URL("../font/design/Mitr-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Mitr-Medium";
  src: URL("../font/design/Mitr-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Mitr-SemiBold";
  src: URL("../font/design/Mitr-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Muli-Regular";
  src: URL("../font/design/Muli-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Muli-Bold";
  src: URL("../font/design/Muli-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Muli-Black";
  src: URL("../font/design/Muli-Black.ttf") format("truetype");
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100%;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol {
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}

ul li,
ol li {
  list-style: none;
}

.form-careers {
  margin: 0px auto;
}

.form-careers div {
  /* margin-top: 20px; */
}

.title-form-careers {
  color: var(--green);
  font-family: var(--caveatbrush);
  font-size: 1.8em;
}

.inputs_careers {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

a {
  text-decoration: none;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

button {
  outline: none;
  border: 0;
  cursor: pointer;
  background: transparent;
}

button:focus {
  outline: none;
}

.clearfix {
  clear: both;
  display: block;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-moz-selection {
  background: #151a33;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #151a33;
  color: #fff;
  text-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  resize: none;
}

img {
  width: 100%;
  height: auto;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* 1.2: headings */

h1 {
  font-size: 60px;
  line-height: 80px;
}

h2 {
  font-size: 45px;
  line-height: 55px;
}

h3 {
  font-size: 37px;
  line-height: 46px;
}

h4 {
  font-size: 25px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 40px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--poppins);
  color: var(--grey);
}

/* 1.3: padding margin */

.p-95 {
  padding: 95px 0;
}

.p-100 {
  padding: 100px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.p-120 {
  padding: 120px 0;
}
.p-60 {
  padding: 60px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pr-30 {
  padding-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.section-title {
  padding-bottom: 60px;
}

/* 1.4: common style */

.section-title h4 {
  color: var(--main);
  font-size: 25px;
  line-height: 26px;
  text-transform: capitalize;
  font-family: var(--satisfy);
  font-weight: 400;
  padding-bottom: 7px;
}

.section-title h2 {
  color: var(--dark);
  font-family: var(--roboto);
  font-weight: 700;
}

.btn-style {
  display: inline-block;
  font-family: var(--pippins);
  font-weight: 400;
  font-size: 18px;
  line-height: 43px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  padding: 0 20px;
  background: var(--main);
  border: 1px solid var(--main);
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.btn-style:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  outline: none;
  background: #fff;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-style:hover {
  color: var(--main);
  z-index: 1;
}

.btn-style:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-green {
  background-image: url("../button_1.png");
  padding: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none !important;
  /* font-size: 1.3em !important; */
  font-size: 1.5em !important;
  font-family: var(--mitr_semibold) !important;
  color: var(--white) !important;
}

.btn-style-yellow {
  background-image: url(../button_3.png);
  padding: 15px;
  width: 270px;
  height: 85px;
  line-height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none !important;
  /* font-size: 1.3em !important; */
  font-size: 1.5em !important;
  text-align: center;
  font-family: var(--mitr_semibold) !important;
  color: var(--brwon) !important;
}

.btn-style-yellow:hover {
  color: var(--white) !important;
}

.btn-style-green:hover {
  cursor: pointer;
  background-image: url("../button_1_hover.png");
}

/*=========================================================
      02: Preloader
  ===========================================================*/
.sk-cube-grid {
  width: 50px;
  height: 50px;
}

.sk-cube-grid .sk-cube.sk-cube5 {
  background: #fff;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: var(--main);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow: hidden;
}

.preloder-inner {
  margin: auto auto;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*=========================================================
      03: Scroll to top button
  ===========================================================*/

.top-btn {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: var(--green);
  font-family: var(--mitr_medium);
  color: var(--white);
  position: fixed;
  right: 40px;
  bottom: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  outline: none;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  cursor: pointer;
}

.top-btn i {
  font-size: 22px;
  color: #fff;
  line-height: 45px;
}

.top-btn.show {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

/*===========================================================
      04: Sticky menu CSS
  =============================================================*/
.menubar.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  background: #fff;
  z-index: 999;
  animation: mymove 0.4s linear;
  -webkit-box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
  box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.about-page .menubar.fixed {
  background: #151a33;
}

/*===========================================================
      05: Menubar CSS
  =============================================================*/
.menubar {
  background: transparent;
  position: absolute;
  width: 100%;
  /* top: 20px; */
  left: 0;
  z-index: 9999;
}

.menubar .right-part a {
  font-size: 18px;
  text-transform: capitalize;
}

/*===========================================================
      06: Banner CSS
  =============================================================*/
.bartop:before {
  /*
  content: '';
  background: url('../separador.png');
  height: 200px;
  width: 120%;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  background-position-x: left;
  margin-left:-50px;
  */
}

.banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom !important;
}

.banner .banner-text {
  padding-top: 313px;
  padding-bottom: 240px;
  text-align: center;
  z-index: 3;
  position: inherit;
}

.banner .banner-text .corona {
  width: 1.7em;
  vertical-align: sub;
  margin-right: 5px;
}

.banner .banner-text .btn-style-green {
  font-size: 1.7em !important;
  padding: 1.1em !important;
  margin-top: -5px !important;
  display: block;
}

.banner.careers .banner-text {
  padding-top: 345px;
  padding-bottom: 285px;
  text-align: center;
  z-index: 1;
  position: inherit;
}

.banner-bg {
  position: absolute;
  margin-top: -38%;
  width: 40%;
  z-index: 2;
}

.banner-bg.large {
  position: absolute;
  margin-top: -45%;
  width: 45%;
  z-index: 2;
}

.banner-bg-second {
  position: absolute;
  margin-top: -55%;
  width: 50%;
}
.banner-bg-second-left {
  position: absolute;
  margin-top: -69%;
  width: 50%;
}
.banner-bg-second-right {
  position: absolute;
  margin-top: -55%;
  width: 50%;
}
.banner-bg-three {
  position: absolute;
  margin-top: -70%;
}

.banner-bg-four {
  position: absolute;
  margin-top: -69%;
  margin-left: 140px;
  /*
    margin-top: -80%;
    margin-left: 60px;
  */
}

.banner-bg-five {
  position: absolute;
  margin-top: -67%;
  margin-left: 220px;
}

.banner-bg-six {
  position: absolute;
  margin-top: -50%;
}

.banner h1 {
  font-family: var(--mitr_bold);
  /* font-size: 7.5em; */
  font-size: 6.5em;
  text-transform: uppercase;
  color: var(--red);
  padding-bottom: 10px;
}

.banner h2 {
  font-family: var(--caveatbrush);
  /* font-size: 5.5em; */
  font-size: 4.5em;
  color: var(--dark);
  padding-bottom: 10px;
  margin-top: 15px;
}

.banner h4 {
  font-family: var(--muli_regular);
  /* font-size: 1.9em; */
  font-size: 1.65em;
  color: var(--white);
  padding-bottom: 40px;
  margin-top: 15px;
}

.banner p {
  padding-right: 120px;
  padding-bottom: 40px;
}

.banner ul li:first-child {
  margin: 0px auto !important;
}

.banner ul li:last-child a {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-decoration: underline;
  color: var(--grey);
  text-transform: capitalize;
}

.banner ul li:last-child a:hover {
  color: var(--main);
}

.banner ul li .btn-style {
  font-size: 16px;
}

.banner .banner-img {
  position: absolute;
  right: -90%;
  bottom: 0;
  width: 230%;
}

/*===========================================================
      07: About CSS
  =============================================================*/
.about.located.careers.contact-top .section-title:before {
  content: "";
  border-right: 4px solid #559c45;
  height: 260%;
  width: 10px;
  top: 10px;
  left: -20px;
  position: absolute;
}

.about.located.careers.contact {
  padding-top: 120px;
  /* padding-bottom: 350px; */
  padding-bottom: 38px;
  background-color: #f4f1e9;
}

.about.located.careers.contact .image-part {
  margin-left: unset !important;
}

.about.located.careers.contact .align-items-center.contact div {
  width: 100%;
  text-align: left;
}

.about.located.careers.contact .align-items-center.contact div:nth-child(2) {
  padding-bottom: 30px;
}

.about.located.careers.contact .align-items-center.contact h1 {
  color: var(--brwon);
  font-family: var(--muli_black);
  font-size: 2.5em;
  line-height: 45px !important;
}

.about.gathering {
  background: url("../images/design/home/enchilada_section/images/Background-Enchilada.png");
  background-position: inherit;
  background-repeat: round !important;
}

.about.gathering img {
  margin-right: -50px;
}

.about.gathering .col-lg-7 {
  border-left: 4px solid #ffffff;
  padding-top: 150px;
  padding-bottom: 50px;
}

.about.gathering .image-part .col-md-12 {
  right: -40px;
  z-index: 2;
  position: relative;
}

.about.gathering .about-box-img {
  border-right: unset;
  padding: unset;
}

.about.gathering .about-box-img .img img {
  margin-top: 15px;
  padding-right: 15px;
  height: 195px;
  width: 100%;
}

.about.gathering .about-box-img:nth-child(2) .img img {
  width: 85%;
}

.about.gathering .banner-bg-second {
  position: unset;
  display: unset;
  width: 150px;
  margin-top: unset;
  float: left;
  margin-left: 140px;
}

.about.gathering .banner-text {
  background: url("../images/design/home/enchilada_section/images/Background-Top.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px;
}

.about.gathering .banner-text h1 {
  font-family: var(--mitr_bold);
  font-size: 4.8em !important;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  padding-bottom: 10px;
  margin-right: 15px;
  margin-top: -20px;
}

.about.gathering .banner-text h2 {
  font-family: var(--caveatbrush);
  font-size: 4.3em;
  color: var(--white);
  padding-bottom: 10px;
  margin-right: 15px;
}

.about.located .section-title h2 {
  font-family: var(--mitr_light);
  text-transform: uppercase;
  color: var(--brwon);
  padding-top: 10px;
  padding-bottom: 10px;
}

.about.located.careers {
  background-color: #ffffff;
}

.about.located {
  background-color: #f4f1e9;
}

.about.located .section-title.text-center {
  margin-top: 70px;
  padding-bottom: unset;
}

.about.located .section-title.text-center h2 {
  font-family: var(--mitr_semibold);
  font-size: 3.8em;
  display: inline-block;
}

.about.located .section-title.text-center h3 {
  color: var(--green);
  font-family: var(--mitr_light);
  font-weight: bold;
  font-size: 1.8em;
  width: 100%;
  align-items: center;
  text-align: center;
}

.about.located .section-title.text-center img {
  display: inline-block;
  width: 90px !important;
  padding-right: 15px;
  vertical-align: sub;
}

.about.located .about-box-img .img.mt-20 {
  width: 130%;
  /* right: 330px; */
  right: 36%;
}

.about.located .about-box-img:before {
  content: "";
  border-right: 4px solid #559c45;
  height: 102%;
  width: 10px;
  top: 10px;
  right: 120px;
  position: absolute;
}

.about.located .about-box-img {
  border: unset;
}

.about.gathering .white-text {
  color: var(--white);
}

.about.gathering h1 {
  font-size: 3.8em !important;
}

.about.gathering h5 {
  /* font-size: 1.4em; */
  font-size: 1.3em !important;
  line-height: 33px !important;
}

.about .section-title {
  padding-bottom: 15px;
}

.about .banner-bg-second {
  margin-top: unset;
  position: unset;
  width: 90px;
}

.about .image-part {
  margin-left: -125px;
}

.about.located.form-careers .image-part {
  margin-left: unset !important;
}

.about .image-part .img {
  position: relative;
}

.about .image-part .img img {
  width: 100%;
}

.about-box-img {
  border-right: 4px solid #559c45;
  padding: 40px 15px 36px 1px;
}

.about-box-img .img.mt-20 {
  width: 113%;
}

.about .col-lg-7 {
  position: inherit;
  padding-left: 80px;
  z-index: 1;
}

.about .image-part .img:before {
  /*
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsla(0, 0%, 0%, 0.26);
  */
}

.about .section-title h1 {
  font-family: var(--mitr_semibold);
  font-size: 4.5em;
  color: var(--orange);
  text-transform: uppercase;
  line-height: 1.1em;
}

.about h2 {
  font-size: 37px;
  line-height: 46px;
}

.about h5 {
  padding-top: 15px;
  padding-bottom: 30px;
  color: var(--dark);
  /* font-size: 1.6em; */
  font-size: 1.3em !important;
  line-height: 33px !important;
}

.about .second-h5 {
  font-family: var(--muli_regular);
  font-weight: 300 !important;
  padding-bottom: 70px;
}

.about .second-h5.contact {
  padding-bottom: 70px !important;
  font-weight: bold;
}

.about .box-contact {
  /* padding-bottom: 155px !important; */
  background: url("../images/design/home/instagram_section/images/Texture-sectio-Instagram.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
  text-align: center;
  width: 200%;
}

.about .box-contact .col {
  height: 345px;
}

.about.located.careers.contact-top .box-contact ul {
  text-align: center !important;
  width: 160px !important;
  margin: 0px auto !important;
}

.about.located.careers.contact-top .box-contact .social li {
  width: 40px;
  text-align: center;
}

.about.located.careers.contact-top .box-contact .social li img:hover {
  filter: brightness(0.7);
}

.about .content-box-contact {
  width: 80%;
  text-align: center;
  margin: 0px auto;
  position: absolute;
  top: 20px;
  /*
    top: 53%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  */
  padding: 13px;
}

.about .content-box-contact .title {
  display: block;
  color: var(--yellow);
  font-family: var(--mitr_bold);
  font-size: 1.4em;
  padding: 10px;
  width: 150px;
  margin: 0px auto;
}

.about .content-box-contact .title.int {
  font-size: 1em;
  width: 200px;
  text-align: center;
  margin: 0px auto;
  margin-top: 15px;
}

.about .content-box-contact .title .far {
  vertical-align: middle;
  font-size: 1.2em;
  color: var(--white);
}

.about .content-box-contact .hours-title h4 {
  font-family: var(--mitr_semibold);
  font-size: 1.2em;
  padding-top: 10px;
}
.about .content-box-contact .hours-title h2 {
  font-family: var(--muli_regular);
  font-size: 1.2em;
  line-height: 25px;
}

.about .content-box-contact .text .fas,
.about .content-box-contact .text .far {
  font-size: 1.8em;
  display: block;
  padding: 10px 0px 5px 0px;
}

.about .content-box-contact .text a {
  color: var(--white);
}

.about .content-box-contact .text p {
  font-size: 1.2em;
  color: var(--white);
  display: block;
}

.about .content-box-contact .text p.first {
  padding-bottom: 55px;
}

.about .content-box-contact .text p.strong {
  font-weight: bold;
  font-size: 1.5em;
}

.about.located.careers .second-h5 {
  font-weight: 300 !important;
  padding-bottom: 30px;
}

.about ul {
  padding: 18px 0;
}

.about ul li:not(:last-child) {
  padding-bottom: 5px;
}

.about ul li i {
  font-size: 22px;
  color: var(--dark);
  padding-right: 10px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.about ul li:hover i {
  color: var(--main);
}

.about .author {
  padding-top: 25px;
}

.about .author .image {
  height: 90px;
  width: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--main);
  padding: 10px;
  margin-right: 20px;
}

.about .author .image img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.about .author .name {
  padding-right: 30px;
  position: relative;
}

.about .author .name:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #ddd;
  position: absolute;
  top: 0;
  right: 0;
}

.about .author h5 {
  color: var(--dark);
  text-transform: capitalize;
  font-style: normal;
}

.about .author .sign {
  padding-left: 40px;
}

/*===========================================================
      08: Family CSS
  =============================================================*/

.family .overlay {
  background: hsla(0, 0%, 0%, 0.4);
}

.family .section-title {
  padding-bottom: 15px;
}

.family .section-title h4 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 12px;
}

.family .section-title h4 span {
  text-decoration: underline;
}

.family .section-title h2,
.family p {
  color: #fff;
}

.family p {
  padding-right: 50px;
}

/*===========================================================
      09: Food-menu CSS
  =============================================================*/
.food-menu .nav-tabs {
  border: 0;
  justify-content: center;
}

.food-menu .nav-tabs .nav-item.show .nav-link,
.food-menu .nav-tabs .nav-link.active {
  border: 1px solid #ddd;
}

.food-menu .nav-tabs .nav-link.active {
  color: var(--main);
}

.food-menu .nav-tabs .nav-link {
  text-align: center;
  border: 1px solid #ddd;
  width: 108px;
  margin: 0 15px;
  color: var(--grey);
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  font-family: var(--poppins);
  padding-top: 18px;
  padding-bottom: 10px;
}

.food-menu .nav-tabs .nav-link i {
  display: block;
}

.food-menu .tab-pane {
  margin-top: 20px;
}

.food-menu .tab-pane .item {
  margin-top: 40px;
}

.food-menu .tab-pane .item .img {
  margin-right: 20px;
}

.food-menu .tab-pane .item .text {
  flex: 1;
  position: relative;
}

.food-menu .tab-pane .item h4 {
  font-size: 24px;
  font-family: var(--roboto);
  font-weight: 700;
  color: var(--dark);
  text-transform: capitalize;
  padding-bottom: 17px;
}

.food-menu .tab-pane .item span {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--poppins);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--main);
  text-align: right;
  display: inline-block;
  border-bottom: 1px dashed var(--main);
}

.food-menu .tab-pane .item p {
  width: 70%;
}

/*===========================================================
      10: Project CSS
  =============================================================*/
.project {
  margin-top: -55px;
}

.project .project-inner .gallery-slide {
  display: none !important;
}

.project .project-inner .gallery-colum {
  display: flex !important;
}

.project .all-items {
  display: flex;
  justify-content: center;
  padding-bottom: 68px;
}

.project .all-items li a {
  margin: 0 27px;
  text-transform: capitalize;
  font-family: var(--heebo);
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: var(--grey);
}

.project .all-items li.active a {
  background: var(--main);
  color: #fff;
  padding: 14px 32px 14px 12px;
  font-size: 17px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
}

.project .item {
  position: relative;
}

.project .item img {
  width: 100%;
}

.project .item .overlay {
  height: 100%;
  width: 100%;
  background: hsla(0, 0%, 0%, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 40%;
  overflow: hidden;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.project .item:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

.project .item .overlay h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
  font-family: var(--roboto);
  text-transform: capitalize;
}

.project .item .overlay h6 {
  color: #fff;
  font-family: var(--poppins);
  font-weight: 500;
  text-transform: capitalize;
}

.project .item .overlay a {
  height: 70px;
  width: 70px;
  border-radius: 150px;
  background: var(--main);
  display: inline-block;
  line-height: 70px;
  position: absolute;
  right: 40%;
  transform: rotate(45deg);
  /* margin: 0px auto; */
  /* top: -75px; */
}

.project .item .overlay a i {
  font-size: 24px;
  color: #fff;
  transform: rotate(45deg);
  display: inline-block;
}

/*===========================================================
      11: Team CSS
  =============================================================*/
.team .section-title h2 {
  color: var(--brwon);
  font-family: var(--mitr_semibold);
  font-size: 3em;
  text-transform: uppercase;
  width: 100%;
  align-items: center;
  text-align: center;
  display: grid;
  grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
  grid-gap: 20px;
}

.team .section-title h2:after {
  content: "";
  background: url("../images/design/home/enjoy_our_food_section/Element-title2.png");
  height: 45px;
  width: 400px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
}

.team .section-title h2:before {
  content: "";
  background: url("../images/design/home/enjoy_our_food_section/Element-title.png");
  height: 45px;
  width: 335px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-position-x: right; */
}

.team h3 {
  color: var(--green);
  font-family: var(--mitr_light);
  font-weight: bold;
  font-size: 1.3em;
  width: 100%;
  align-items: center;
  text-align: center;
}

.team .box-img h1 {
  color: var(--yellow);
  font-family: var(--mitr_bold);
  position: absolute;
  top: 55px;
  width: 95%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
}

.team .box-img h1:after {
  content: "";
  background: url("../images/design/home/enjoy_our_food_section/Element-title2-white.png");
  height: 40px;
  width: 370px;
  top: 50px;
  position: absolute;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-position-x: right; */
}

.team .box-img h2 {
  color: var(--white);
  font-family: var(--caveatbrush);
  position: absolute;
  width: 75%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 3.8em;
  /* top: 140px; */
  top: 240px;
  transition: top 0.3s linear;
}

.team .box-img h2.bottom {
  bottom: 150px;
  top: unset !important;
}

.team .box-img h2.bottom-1 {
  bottom: 98px;
  top: unset !important;
}

.team .box-img h2 div h3 {
  color: var(--white);
  font-family: var(--mitr_bold);
  position: absolute;
  width: 78%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0.5em;
}

.team .box-img h4 {
  color: var(--white);
  font-family: var(--mitr_light);
  position: absolute;
  width: 78%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1em;
  bottom: 40px;
  line-height: 1.3;
}

.team .box-img .hover-echiladas {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.team .box-img.echiladas:hover .hover-echiladas {
  visibility: visible;
  opacity: 1;
}
.team .box-img.echiladas:hover .price {
  top: 260px;
}
.team .box-img.echiladas:hover h2 {
  top: 140px;
}
.team .box-img .price {
  color: var(--white);
  background-color: var(--green);
  font-family: var(--mitr_semibold);
  position: absolute;
  padding: 5px 10px 5px 10px;
  border-radius: 25px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.5em;
  /* top: 260px; */
  top: 355px;
  width: 110px;
  transition: top 0.3s linear;
}

.team .item {
  width: 365px;
  height: 375px;
  position: relative;
}

.team .item img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 95%;
  position: relative;
  bottom: -30px;
  left: 10px;
}

.team .item .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: hsla(0, 0%, 0%, 0.4);
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  transform: scale(0);
}

.team .item:hover .overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.team .item .overlay .text {
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 60px;
}

.team .item .overlay h4 {
  text-transform: capitalize;
  color: #fff;
  font-size: 24px;
  font-family: var(--roboto);
  font-weight: 700;
}

.team .item .overlay span {
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--heebo);
  font-weight: 500;
  padding-bottom: 15px;
}

.team .item .overlay ul {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  border-top: 1px solid #fff;
}

.team .item .overlay ul li {
  margin: 0 5px;
}

.team .item .overlay ul li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 35px;
  color: #fff;
}

.team .item .overlay ul li a:hover {
  background: var(--main);
  border-color: var(--main);
}

/*===========================================================
      12: Client CSS
  =============================================================*/
.client {
  /* padding-bottom: 105px; */
  padding-bottom: 0px;
  z-index: 1;
  position: relative;
  margin-top: -35px;
}

.client.bg-review {
  background-size: cover !important;
  background-repeat: round !important;
  background-position: top !important;
}

.client .col-lg-8 {
  margin: 0px auto;
}

.client .item {
  padding-top: 35px;
}

.client .item .main {
  padding: 40px 15px;
}

.client .item .img {
  height: 50px;
  width: 180px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -75px;
}

.client .section-title h2 {
  font-family: var(--mitr_semibold);
  text-transform: capitalize;
  color: var(--green);
  padding-bottom: 10px;
}

.client .section-title h4 {
  font-family: var(--caveatbrush);
  font-size: 3em !important;
  text-transform: lowercase;
  color: var(--brwon);
  padding-bottom: 10px;
}

.client .item h4 {
  font-size: 18px;
  font-family: var(--mitr_semibold);
  text-transform: capitalize;
  color: var(--brwon);
  padding-top: 20px;
  padding-bottom: 10px;
}

.client .item span {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 25px;
  font-family: var(--heebo);
  color: var(--grey);
  padding-bottom: 6px;
}

.client .item p {
  font-size: 20px;
  font-family: var(--mitr_light);
  color: var(--dark);
  padding-top: 10px;
}

.client .client-slider {
  position: relative;
}

.client .client-slider .slick-slide {
  outline: none;
  padding-bottom: 15px;
}

.client .button {
  height: 35px;
  width: 35px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 30%;
  z-index: 99;
}

.client .button-next {
  right: -52px !important;
}

.client .button-prev {
  left: -52px !important;
}

.client .button:hover {
  color: #fff;
}

.client .item .icons-slide {
  width: 60px;
  display: inline-block;
  margin: 0px auto;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.client .item .icons-slide:hover {
  filter: invert(18%) sepia(9%) saturate(2522%) hue-rotate(326deg) brightness(94%) contrast(89%);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

/*===========================================================
      13: Blog CSS
  =============================================================*/
.blog .item .blog-img {
  overflow: hidden;
}

.blog .item .blog-img img {
  width: 100%;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  -webkit-transform: scale(1.1) rotate(5deg);
  -moz-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  -o-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}

.blog .item:hover .blog-img img {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.blog .item .blog-inner {
  background: #fff;
  -webkit-box-shadow: 0 0 46px hsla(0, 0%, 0%, 0.03);
  box-shadow: 0 0 46px hsla(0, 0%, 0%, 0.03);
  padding: 30px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog .item:hover .blog-inner {
  -webkit-box-shadow: 0 0 46px hsla(0, 0%, 0%, 0.1);
  box-shadow: 0 0 46px hsla(0, 0%, 0%, 0.1);
}

.blog .item span {
  display: inline-block;
  text-transform: capitalize;
  color: var(--grey);
  font-size: 15px;
  line-height: 33px;
  font-family: var(--heebo);
  font-weight: 400;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog .item .author i {
  font-size: 15px;
  color: var(--main);
  padding-right: 10px;
}

.blog .item .author .name {
  padding-right: 20px;
}

.blog .item .title {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: var(--roboto);
  font-weight: 700;
  color: var(--dark);
  padding-top: 5px;
  padding-bottom: 15px;
}

.blog .item span:hover,
.blog .item .title:hover {
  color: var(--main);
}

.blog .item .more {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--heebo);
  font-weight: 500;
  color: var(--main);
  text-transform: capitalize;
  padding-top: 15px;
}

.blog .item .more i {
  padding-left: 10px;
}

/*===========================================================
      14: footer
  =============================================================*/

/*===========================================================
      14.1: footer-top CSS
  =============================================================*/

.row.brands-logos {
  padding-left: unset;
  margin-top: unset;
}

.footer-top .footer-about {
  margin-top: 30px;
}

.footer-top .footer-about p {
  font-family: var(--heebo);
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  /* padding-top: 25px; */
  /* padding-bottom: 32px; */
  /* border-bottom: 1px solid hsla(0, 0%, 100%, 0.4); */
}

.footer-top .brands {
  font-family: var(--heebo);
  color: #808080;
  font-size: 20px;
  line-height: 50px;
  margin-left: -8px;
}

.footer-top .col-brands {
  margin-top: -60px;
}

.footer-top .brands-logos img {
  filter: brightness(0.6);
}

.footer-top .brands-logos img:hover {
  filter: brightness(1);
}

.footer-top .brands-logos img.brand-1 {
  width: 90px;
  margin-top: 15px;
  margin-left: -20px;
}

.footer-top .brands-logos img.brand-2 {
  width: 200px;
  margin-top: 8px;
}

.footer-top .brands-logos .col-lg-8 {
  border-left: 1px solid #808080;
}

.footer-top .footer-about p a {
  color: var(--white);
}

.footer-top .footer-about p a:hover {
  color: var(--yellow);
}

.footer-top .social {
  padding-top: 30px;
}

.footer-top .social li {
  /* background: var(--yellow); */
  color: var(--dark);
  margin-right: 15px;
  /* padding: 5px; */
  width: 35px;
  text-align: center;
  border-radius: 100%;
}

.footer-top .social li img:hover {
  filter: brightness(0.7);
}

.footer-top .social li a i {
  font-size: 18px;
  color: #000;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.footer-top .social li a:hover i {
  color: var(--white);
}

.footer-top .f-title {
  padding-bottom: 40px;
}

.footer-top .f-title h4 {
  font-size: 24px;
  line-height: 26px;
  font-family: var(--roboto);
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.footer-top .links li {
  list-style: initial;
  color: #fff;
  margin-left: 20px;
  padding-bottom: 4px;
}

.footer-top .links li a {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  text-transform: capitalize;
  font-family: var(--heebo);
  font-weight: 400;
}

.footer-top .links li a:hover {
  color: var(--main);
}

.footer-top .posts li {
  padding-bottom: 20px;
}

.footer-top .posts li .media img {
  margin-right: 20px;
}

.footer-top .posts li .media-body a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--roboto);
  font-weight: 500;
  padding-right: 20px;
}

.footer-top .posts li .media-body a:hover {
  color: var(--main);
}

.footer-top .posts li .media-body span {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  text-transform: capitalize;
  font-family: var(--heebo);
  font-weight: 400;
}

.footer-top .times li {
  justify-content: space-between;
  padding-top: 15px;
}

.footer-top .times img.img-fluid {
  display: inline-block;
  position: relative;
  float: left;
  width: 50px;
}

.footer-top .times ul {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-top: 25px;
}

.footer-top .times li:first-child {
  padding-top: 0;
}

.footer-top .times li p,
.footer-top .times li span {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  font-family: var(--muli_regular);
  padding-left: 50px;
}

.footer-top .times li p {
  font-family: var(--muli_bold);
}

.footer-top .logo img {
  width: 200px;
}

.footer-top .times h4 {
  font-weight: 900;
  color: #fcbd2c;
  margin-left: 65px;
}

.footer-top .container:first-child {
  /* background-color: var(--dark); */
  background: url("../images/design/home/instagram_section/images/Texture-sectio-Instagram.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25% 100%;
}

.footer-top .container:before {
  content: "";
  background: url("../images/design/home/instagram_section/images/Texture-sectio-Instagram.jpg");
  right: 0px;
  height: 388px;
  width: 29%;
  position: absolute;
  /* float: right; */
}

.footer-top .container .row {
  padding-top: 35px;
}

footer {
  background-color: var(--dark);
}

/*===========================================================
      14.2: footer-bottom CSS
  =============================================================*/
.footer-bottom .content {
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  padding: 10px 0;
  margin-top: 0px;
}

.footer-bottom .container {
  padding: 0px !important;
}

.footer-bottom p,
.footer-bottom ul li a {
  color: #808080;
  font-size: 13px;
  line-height: 27px;
  font-family: var(--heebo);
  font-weight: 400;
}

.footer-bottom p a {
  padding-left: 3px;
  color: #808080;
}

.footer-bottom p a:hover {
  color: var(--yellow);
}

.footer-bottom ul li:not(:first-child) {
  padding-left: 20px;
}

.footer-bottom ul li a {
  text-transform: capitalize;
}

.footer-bottom ul li a:hover {
  color: var(--main);
}

/*===========================================================
      15: Home 2
  =============================================================*/

/*===========================================================
      15.1: menubar
  =============================================================*/

.menubar .menu.mobile {
  display: none !important;
}

.menubar .menu.desktop {
  display: inline-block !important;
  min-width: 1180px !important;
}

.home2 .menubar .right-part a {
  background: #fff;
  color: var(--main);
  border-color: #fff;
}

.home2 .menubar .right-part a:before {
  background: var(--main);
}

.home2 .menubar .right-part a:hover {
  color: #fff;
}

.home2 .menubar .menu > li:last-child a {
  color: #fff;
}

.home2 .menubar.fixed .right-part a {
  background: var(--main);
  color: #fff;
  border-color: var(--main);
}

.home2 .menubar.fixed .right-part a:before {
  background: #fff;
}

.home2 .menubar.fixed .right-part a:hover {
  color: var(--main);
}

.home2 .menubar.fixed .menu > li:last-child a {
  color: var(--grey);
}

.home2 .menubar.fixed .menu > li:last-child a:hover {
  color: var(--main);
}

/*===========================================================
      15.2: banner
  =============================================================*/
.home2 .banner p {
  padding-right: 150px;
}

/*===========================================================
      15.3: about
  =============================================================*/
.home2.about .image-part {
  margin-left: 0;
}

.home2.about .author .name:before {
  display: none;
}

/*===========================================================
      15.4: count
  =============================================================*/
.count .overlay {
  background: hsla(0, 0%, 0%, 0.4);
}

.count .item .icon {
  height: 70px;
  width: 70px;
  background: #fff;
  transform: rotate(45deg);
  text-align: center;
  margin: auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.count .item .icon i {
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 40px;
  padding-right: 7px;
  color: var(--main);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.count .item:hover .icon {
  background: var(--main);
}

.count .item:hover .icon i {
  color: #fff;
}

.count .item h3 {
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  font-family: var(--roboto);
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 5px;
}

.count .item h4 {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-family: var(--heebo);
  font-weight: 500;
  text-transform: capitalize;
}

/*===========================================================
      15.5: service
  =============================================================*/
.service .item {
  border: 1px dotted var(--main);
  border-radius: 10px;
  padding: 40px 20px 60px 20px;
  -webkit-box-shadow: 2px 0 95px hsla(0, 0%, 0%, 0.1);
  box-shadow: 2px 0 95px hsla(0, 0%, 0%, 0.1);
  margin-bottom: 22px;
}

.service .item .icon i {
  font-size: 80px;
  color: var(--main);
}

.service .item h4 {
  font-size: 24px;
  color: var(--dark);
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--roboto);
  padding-top: 5px;
  padding-bottom: 20px;
}

.service .item p {
  font-family: var(--heebo);
}

.service .item a {
  display: inline-block;
  padding: 0 30px;
  background: var(--dark);
  border-color: var(--dark);
  text-transform: capitalize;
  font-family: var(--heebo);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service .item a:before {
  background: var(--main);
}

.service .item a:hover {
  border-color: var(--main);
  color: #fff;
}

/*===========================================================
      15.6: pricing
  =============================================================*/
.pricing .item {
  padding: 45px 0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 2px 0 90px hsla(0, 0%, 0%, 0.1);
  box-shadow: 2px 0 90px hsla(0, 0%, 0%, 0.1);
}

.pricing .item h3 {
  font-size: 35px;
  line-height: 53px;
  font-weight: 700;
  font-family: var(--roboto);
  color: var(--dark);
  text-transform: capitalize;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.pricing .item ul li {
  padding-top: 15px;
}

.pricing .item a {
  text-transform: capitalize;
  font-family: var(--heebo);
  font-size: 17px;
  background: var(--dark);
  border-color: var(--dark);
  margin-top: 35px;
}

.pricing .item a:before {
  background: var(--main);
}

.pricing .item a:hover {
  border-color: var(--main);
  color: #fff;
}

.pricing .item:hover .title {
  color: var(--main);
}

/*===========================================================
      15.7: book-table
  =============================================================*/
.book-table .box-hours {
  padding-bottom: 55px;
}

.book-table .box-hours h1 {
  font-size: 3.5em;
  color: var(--white);
}

.book-table .box-hours h2 {
  font-size: 2.7em;
  color: var(--white);
}

.book-table.instagram {
  padding-top: 150px;
  padding-bottom: 100px;
}

.book-table.instagram .img-instagram {
  height: 250px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.book-table.instagram .box2 .icon-instagram {
  display: inline-block;
  width: 35px;
  vertical-align: bottom;
}

.book-table.instagram .box2 p {
  display: inline-block;
  color: var(--dark);
}

.book-table.instagram .text {
  width: 85%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.book-table.instagram .text h1 {
  color: var(--orange);
  font-family: var(--mitr_medium) !important;
  font-size: 1.8em !important;
  line-height: unset !important;
}

.book-table.instagram .text h2 {
  color: var(--white);
  font-family: var(--mitr_medium) !important;
  font-size: 1.3em !important;
  line-height: unset !important;
}

.book-table.instagram .text h3 {
  color: var(--orange);
  font-family: var(--mitr_medium) !important;
  font-size: 1.2em !important;
  line-height: unset !important;
}

.book-table.contact .image h4 {
  color: var(--white);
  font-family: var(--muli_bold) !important;
  font-size: 1em !important;
  line-height: unset !important;
  text-align: left;
  position: relative;
  display: inline-block;
}

.book-table.contact .image div {
  width: 100%;
  margin-top: 15px;
  text-align: left;
}

.book-table.contact .image .icon-contact {
  width: 27px;
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 15px;
  margin-right: 15px;
}

.book-table.instagram .box1 {
  text-align: right;
}

.book-table.instagram .box1 .text {
  float: right;
  padding-right: 20px;
}

.book-table.instagram .box2 {
  text-align: left;
}

.book-table.instagram .box2 .text {
  float: left;
}

.book-table.instagram .box3,
.box4 {
  border-right: 10px solid #ffffff;
}

.book-table.instagram .box1:before {
  content: "";
  border-right: 4px solid #ff9700;
  /* height: 300px; */
  height: 119%;
  width: 10px;
  top: -22px;
  right: 15px;
  position: absolute;
}

.book-table .overlay {
  background: hsla(0, 0%, 0%, 0.4);
}

.book-table .table-bg {
  background: url("../images/design/home/hours_operations_section/images/Texture-hours.jpg");
  padding: 50px;
  position: relative;
  margin-top: -50px;
  margin-bottom: -50px;
}

.book-table .section-title {
  padding-bottom: unset;
}

.book-table .section-title h4,
.book-table .section-title h2 {
  color: var(--dark);
}

.book-table .section-title h2 {
  font-size: 1.5em;
  line-height: unset;
  font-family: var(--muli_regular);
}

.book-table .section-title h4 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: var(--muli_black);
}

.book-table .table-bg .clock {
  width: 100px;
  /*padding-top: 25px;*/
  padding-bottom: 15px;
}

.book-table .table-bg .section-title.clock {
  width: 245px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0px auto;
  padding-bottom: 45px;
}

.book-table .table-bg .section-title.clock h4 {
  line-height: 35px;
}

.book-table .table-bg .separator {
  width: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.book-table .inputs {
  width: 100%;
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  padding: 0 30px;
  height: 50px;
  text-align: center;
  outline: none;
  margin-bottom: 20px;
  color: #fff;
}

.book-table textarea.inputs {
  height: 145px;
  padding: 10px 30px;
}

.book-table .inputs::placeholder {
  font-family: var(--heebo);
  font-size: 16px;
  text-transform: capitalize;
  color: hsla(0, 0%, 100%, 0.6);
}

.book-table button {
  font-family: var(--roboto);
  text-transform: capitalize;
  font-weight: 700;
  background: #fff;
  color: var(--main);
  line-height: 58px;
  border: 1px solid #fff;
  padding: 0 45px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.book-table button:hover {
  background: var(--main);
  color: #fff;
}

.book-table .image {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.book-table h1 {
  font-family: var(--caveatbrush);
  text-transform: uppercase;
  color: var(--white);
  font-size: 8.2em !important;
  padding-bottom: 10px;
}

.book-table h2 {
  font-family: var(--mitr_semibold);
  color: var(--yellow);
  text-transform: uppercase;
}

/*===========================================================
      15.8: client
  =============================================================*/
.client.home2 .btns button {
  bottom: -70px;
  top: auto;
}

.client.home2 .btns .button-prev {
  left: 45%;
}

.client.home2 .btns .button-next {
  right: 45%;
}

/*===========================================================
      16: About page
  =============================================================*/

/*===========================================================
      16.1: menubar
  =============================================================*/
.about-page .menubar {
  border-bottom: 0;
}

.about-page .menubar .right-part {
  padding-left: 15px;
}

.about-page .menubar .right-part button {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--main);
  border-radius: 50%;
}

.about-page .menubar .right-part button i {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}

.modal-backdrop {
  z-index: 980;
}

.modal-title {
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--dark);
}

.modal-header .close {
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--main);
  opacity: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-shadow: none;
  font-size: 18px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  color: #fff;
}

.modal-body form {
  width: 100%;
  position: relative;
}

.modal-body .input-search {
  width: 100%;
  height: 40px;
  border: 1px solid var(--main);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  outline: none;
}

.modal-body .input-search::placeholder {
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--grey);
}

.modal-body button {
  height: 36px;
  width: 36px;
  border-radius: 3px;
  background: var(--main);
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  top: 2px;
  right: 2px;
}

/*=========================================================
      16.2: banner
  ===========================================================*/
.about-page .banner h1 {
  text-transform: capitalize;
  font-size: 50px;
  line-height: 80px;
  padding: 0;
  color: #fff;
}

.about-page .banner .overlay {
  padding-top: 175px;
  padding-bottom: 100px;
  background: hsla(0, 0%, 0%, 0.3);
}

.about-page .banner .line {
  height: 100%;
}

.about-page .banner .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.about-page .banner .breadcrumb .breadcrumb-item {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
}

.about-page .banner .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.about-page .banner .breadcrumb .breadcrumb-item a:hover {
  color: var(--main);
}

.about-page .banner .breadcrumb-item.active,
.about-page .banner .breadcrumb-item + .breadcrumb-item::before {
  color: hsla(0, 0%, 100%, 0.8);
}

/*===========================================================
      17: Team page
  =============================================================*/

/*===========================================================
      17.1: team
  =============================================================*/
.team.team-page .item.box img,
.team.team-page .item.box .overlay {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*===========================================================
      18: Blog page
  =============================================================*/

/*===========================================================
      18.1: blog inner area
  =============================================================*/

.blog-page .blog-inner .blog-image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-page .blog-inner .blog-image img {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-page .blog-inner .blog-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsla(0, 0%, 0%, 0.2);
  z-index: 6;
}

.blog-page .blog-inner .blog-image .date {
  height: 60px;
  width: 60px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  z-index: 9;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-page .blog-inner .blog-image .date span {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  padding-top: 3px;
  color: var(--main);
  font-family: var(--heebo);
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-page .blog-inner .item:hover .blog-image .date {
  background: var(--main);
}

.blog-page .blog-inner .item:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-page .blog-inner .item:hover .blog-image .date span {
  color: #fff;
}

.blog-page .blog-inner .blog-title {
  font-family: var(--roboto);
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  color: var(--dark);
}

.blog-page .blog-inner .blog-title:hover {
  color: var(--main);
}

.blog-page .blog-inner .blog-date {
  margin-top: 15px;
  margin-bottom: 20px;
}

.blog-page .blog-inner .blog-date li {
  padding-right: 30px;
  position: relative;
}

.blog-page .blog-inner .blog-date li p {
  text-transform: capitalize;
}

.blog-page .blog-inner .blog-date li:after {
  content: "";
  height: 70%;
  width: 1px;
  background: var(--grey);
  position: absolute;
  top: 5px;
  right: 15px;
}

.blog-page .blog-inner .blog-date li:last-child {
  padding-right: 0;
}

.blog-page .blog-inner .blog-date li:last-child:after {
  display: none;
}

.blog-page .blog-inner .blog-date li a i {
  padding-right: 10px;
  color: var(--grey);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-page .blog-inner .blog-date li a p {
  font-family: var(--heebo);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-page .blog-inner .blog-date li a:hover i,
.blog-page .blog-inner .blog-date li a:hover p {
  color: var(--main);
}

.blog-page .blog-inner .blog-desc p {
  font-family: var(--heebo);
}

.blog-page .blog-inner .more {
  text-transform: capitalize;
  margin-top: 35px;
  background: var(--dark);
  border-color: var(--dark);
}

.blog-page .blog-inner .more:before {
  background: var(--main);
}

.blog-page .blog-inner .more:hover {
  color: #fff;
  border-color: var(--main);
}

/*===========================================================
      18.2: blog sidebar area
  =============================================================*/

.blog-page .blog-sidebar .title h4 {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 28px;
  color: var(--dark);
  font-family: var(--roboto);
  font-weight: 700;
  position: relative;
  margin-bottom: 35px;
}

.blog-page .blog-sidebar .title h4:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  height: 3px;
  width: 45px;
  background: var(--main);
}

.blog-page .blog-sidebar form {
  position: relative;
}

.blog-page .blog-sidebar form .inputs {
  width: 100%;
  height: 55px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 15px;
  outline: none;
}

.blog-page .blog-sidebar form .inputs::placeholder {
  font-family: var(--heebo);
  font-size: 16px;
  font-weight: 400;
  color: var(--grey);
  text-transform: capitalize;
}

.blog-page .blog-sidebar form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.blog-page .blog-sidebar form button i {
  color: var(--grey);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-page .blog-sidebar form button:hover i {
  color: var(--main);
}

.blog-page .blog-sidebar .cat ul li a {
  display: flex;
  align-items: center;
}

.blog-page .blog-sidebar .cat ul li:not(:last-child) {
  padding-bottom: 5px;
}

.blog-page .blog-sidebar .cat ul li a p {
  font-family: var(--heebo);
  text-transform: capitalize;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-page .blog-sidebar .cat ul li a i {
  padding-right: 10px;
  color: var(--grey);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-size: 12px;
}

.blog-page .blog-sidebar .cat ul li a:hover i,
.blog-page .blog-sidebar .cat ul li a:hover p {
  color: var(--main);
}

.blog-page .blog-sidebar .posts ul li:not(:last-child) {
  margin-bottom: 20px;
}

.blog-page .blog-sidebar .posts ul li img {
  margin-right: 15px;
}

.blog-page .blog-sidebar .posts ul li .post-title {
  font-family: var(--roboto);
  font-weight: 700;
  color: var(--dark);
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
}

.blog-page .blog-sidebar .posts ul li .post-title:hover,
.blog-page .blog-sidebar .posts ul li .date:hover p {
  color: var(--main);
}

.blog-page .blog-sidebar .posts ul li .date p {
  font-family: var(--heebo);
  text-transform: capitalize;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-page .blog-sidebar .achive ul li {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
}

.blog-page .blog-sidebar .achive ul li:first-child {
  padding-top: 0;
}

.blog-page .blog-sidebar .achive ul li:last-child {
  padding-bottom: 0;
  border: 0;
}

.blog-page .blog-sidebar .tags a {
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  color: var(--grey);
  text-transform: capitalize;
  padding: 0 30px;
  font-family: var(--heebo);
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 20px;
}

.blog-page .blog-sidebar .tags a:hover {
  background: var(--main);
  border-color: var(--main);
  color: #fff;
}

.blog-page .blog-sidebar .blog-slider .slider-item {
  position: relative;
}

.blog-page .blog-sidebar .blog-slider .slider-item img {
  width: 100%;
}

.blog-page .blog-sidebar .blog-slider .slider-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsla(0, 0%, 0%, 0.35);
  z-index: 6;
}

.blog-page .blog-sidebar .blog-slider {
  position: relative;
  margin-top: 10px;
}

.blog-page .blog-sidebar .blog-slider button {
  height: 40px;
  width: 30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-page .blog-sidebar .blog-slider button:hover {
  background: var(--main);
  border-color: var(--main);
}

.blog-page .blog-sidebar .blog-slider .button-prev {
  left: 0;
}

.blog-page .blog-sidebar .blog-slider .button-next {
  right: 0;
}

/*===========================================================
      19: Blog detail page
  =============================================================*/
.blog-detail .blog-image {
  position: relative;
}

.blog-detail .author {
  position: absolute;
  bottom: 0;
  left: 20px;
  background: #fff;
  z-index: 9;
  padding: 15px 40px;
  border-radius: 26px;
}

.blog-detail .blog-inner .blog-date li a i {
  color: var(--main);
}

.blog-detail .blog-inner .blog-title:hover {
  color: var(--dark);
}

.blog-detail .blog-inner .blog-desc p {
  padding-top: 20px;
}

.blog-detail .blog-inner .images {
  padding: 30px 0;
}

.blog-detail .blog-inner .images .img1 {
  margin-right: 30px;
}

.blog-detail .blog-inner blockquote {
  -webkit-box-shadow: 0 0 90px hsla(0, 0%, 0%, 0.1);
  box-shadow: 0 0 90px hsla(0, 0%, 0%, 0.1);
  padding: 30px;
  border-left: 4px solid var(--main);
  margin-top: 35px;
  margin-bottom: 30px;
}

.blog-detail .blog-inner blockquote p {
  font-family: var(--heebo);
}

.blog-detail .blog-inner .share-blog {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 30px;
  margin-top: 40px;
}

.blog-detail .blog-inner .share-blog span {
  display: inline-block;
  font-size: 18px;
  color: var(--main);
  text-transform: capitalize;
  font-family: var(--heebo);
  font-weight: 600;
}

.blog-detail .blog-inner .share-blog .social li {
  padding: 0 7px;
}

.blog-detail .blog-inner .share-blog .social li a i {
  color: var(--dark);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-detail .blog-inner .share-blog .social li a:hover i {
  color: var(--main);
}

.blog-detail .blog-inner .share-blog p {
  text-transform: capitalize;
  font-family: var(--heebo);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-detail .blog-inner .share-blog .right-part i {
  color: var(--dark);
  padding-right: 10px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-detail .blog-inner .share-blog .right-part a:hover p,
.blog-detail .blog-inner .share-blog .right-part a:hover i {
  color: var(--main);
}

.blog-detail .blog-inner .comment {
  padding-top: 60px;
}

.blog-detail .blog-inner .comment .title h4 {
  font-size: 26px;
  line-height: 28px;
  color: var(--dark);
  text-transform: capitalize;
  font-family: var(--roboto);
  font-weight: 700;
  position: relative;
  padding-bottom: 16px;
}

.blog-detail .blog-inner .comment .title h4:after {
  content: "";
  height: 2px;
  width: 90px;
  background: var(--main);
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-detail .blog-inner .comment .all-comment li {
  position: relative;
  margin: 50px 0;
}

.blog-detail .blog-inner .comment .all-comment li ul {
  margin-left: 70px;
}

.blog-detail .blog-inner .comment .all-comment li ul li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

.blog-detail .blog-inner .comment .all-comment li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

.blog-detail .blog-inner .comment .all-comment ul li img {
  margin-top: 50px;
}

.blog-detail .blog-inner .comment .all-comment li .comment-body {
  padding-left: 155px;
}

.blog-detail .blog-inner .comment .all-comment li .reply {
  position: absolute;
  top: 0;
  right: 0;
}

.blog-detail .blog-inner .comment .all-comment li .reply i {
  color: var(--main);
  margin-right: 10px;
}

.blog-detail .blog-inner .comment .all-comment li .reply p {
  text-transform: capitalize;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.blog-detail .blog-inner .comment .all-comment li .reply:hover p {
  color: var(--main);
}

.blog-detail .blog-inner .comment .all-comment li ul li .reply {
  top: 50px;
}

.blog-detail .blog-inner .comment .all-comment li .comment-body h5 {
  color: var(--dark);
  font-family: var(--roboto);
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 5px;
  text-transform: capitalize;
}

.blog-detail .blog-inner .comment .all-comment li .comment-body p {
  font-family: var(--heebo);
}

.blog-detail .blog-inner .comment .all-comment li .comment-body .time {
  padding-bottom: 5px;
}

.blog-detail .blog-inner .comment .input-field {
  width: 100%;
  height: 50px;
  background: #edf5ff;
  padding: 0 20px;
  outline: none;
  border: 0;
}

.blog-detail .blog-inner .comment textarea.input-field {
  height: 215px;
  padding: 20px;
}

.blog-detail .blog-inner .comment .input-field::placeholder {
  text-transform: capitalize;
  color: var(--grey);
  font-family: var(--heebo);
  font-weight: 400;
  font-size: 16px;
}

.blog-detail .blog-inner .comment form {
  margin-top: 50px;
}

.blog-detail .blog-inner .comment form button {
  text-transform: capitalize;
}

/*===========================================================
      20: Contact page
  =============================================================*/
/*===========================================================
      20.1: address
  =============================================================*/
.address .item {
  -webkit-box-shadow: 0 0 90px hsla(0, 0%, 0%, 0.1);
  box-shadow: 0 0 90px hsla(0, 0%, 0%, 0.1);
  padding: 40px;
}

.address .item i {
  font-size: 50px;
  color: var(--dark);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.address .item:hover i {
  color: var(--main);
}

.address .item h4 {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 28px;
  font-family: var(--roboto);
  font-weight: 700;
  color: var(--dark);
  padding-top: 4px;
  padding-bottom: 20px;
}

.address .item p {
  font-family: var(--heebo);
  line-height: 28px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.address .item a {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.address .item a:hover p {
  color: var(--main);
}

/*===========================================================
      20.2: message
  =============================================================*/
.message {
  padding-top: 70px;
}

.message .bg {
  padding: 40px 70px 50px 70px;
  position: relative;
  z-index: 9;
}

.message .section-title {
  padding-bottom: 50px;
}

.message .section-title h2 {
  font-size: 40px;
}

.message .inputs {
  height: 60px;
  padding: 0 15px;
  border: 1px solid #ddd;
  background: transparent;
  width: 100%;
  outline: none;
}

.message textarea.inputs {
  min-height: 250px;
  padding: 15px;
}

.message .inputs::placeholder {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--heebo);
  color: var(--grey);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.message .inputs:hover,
.message .inputs:focus {
  border-color: var(--main);
}

.message .inputs:focus::placeholder {
  opacity: 0;
  padding-left: 50px;
}

.message button {
  text-transform: capitalize;
  font-weight: 500;
}

.location {
  margin-top: 30px;
}

.location #map {
  width: 100%;
  height: 630px;
  margin-top: -150px;
}

/*===========================================================
      21: 404 page
  =============================================================*/
.page .section-title {
  padding-bottom: 0;
  padding-top: 70px;
}

.page p {
  width: 65%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 26px;
  line-height: 46px;
  font-family: var(--heebo);
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 25px;
}

.page a {
  font-weight: 500;
}
