/*================================================
Template name: Asrw
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: #606060;
  --main: #f94826;
  --dark: #151a33;
  --roboto: "Roboto", sans-serif;
  --poppins: "Poppins", sans-serif;
  --satisfy: "Satisfy", cursive;
  --heebo: "Heebo", sans-serif;
}

@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;
}

ul li,
ol li {
  list-style: none;
}

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 {
  max-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;
}

.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);
}

/*=========================================================
    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(--main);
  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;
}

/*===========================================================
    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);
}

.menubar.fixed .header-menu ul > li a{
  color: var(--grey);
}

.menubar.fixed .header-menu ul ul li:hover > a,
.menubar.fixed .header-menu ul ul li.active > a,
.menubar.fixed .header-menu ul ul li > a:hover,
.menubar.fixed .header-menu > ul > li.active > a ,
.menubar.fixed .header-menu > ul > li:hover > a {
    color: var(--main);
}

@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
=============================================================*/
.banner .banner-text {
  padding-top: 313px;
  padding-bottom: 240px;
}

.banner h5 {
  font-family: var(--roboto);
  font-weight: 500;
  color: var(--main);
  font-style: italic;
  padding-bottom: 10px;
}

.banner h1 {
  font-family: var(--roboto);
  font-weight: 700;
  color: var(--dark);
  padding-bottom: 25px;
}

.banner p {
  /*padding-right: 120px;*/
  padding-bottom: 40px;
}

.banner ul li:first-child {
  margin-right: 22px;
}

.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 .section-title {
  padding-bottom: 15px;
}

.about .image-part {
  margin-left: -125px;
}

.about .image-part .img {
  position: relative;
}

.about .image-part .img img {
  width: 100%;
}

.about .image-part .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsla(0, 0%, 0%, 0.26);
}

.about h5 {
  font-family: var(--roboto);
  font-weight: 500;
  color: var(--main);
  font-style: italic;
}

.about h2 {
  font-size: 37px;
  line-height: 46px;
}

.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 .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: 32%;
  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: 150px;
  width: 150px;
  background: var(--main);
  display: inline-block;
  line-height: 250px;
  transform: rotate(45deg);
  position: absolute;
  top: -75px;
  right: -75px;
}

.project .item .overlay a i {
  font-size: 24px;
  color: #fff;
  transform: rotate(45deg);
  display: inline-block;
}

/*===========================================================
    11: Team CSS
=============================================================*/
.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;
}
.client .item {
  padding-top: 35px;
}

.client .item .main {
  -webkit-box-shadow: 0 4px 12px hsla(0, 0%, 0%, 0.1);
  box-shadow: 0 4px 12px hsla(0, 0%, 0%, 0.1);
  background: #fff;
  padding: 40px 15px;
}

.client .item .img {
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--main);
  margin: 0 auto;
  margin-top: -75px;
}

.client .item h4 {
  font-size: 24px;
  font-family: var(--roboto);
  font-weight: 500;
  text-transform: capitalize;
  color: var(--dark);
  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-family: var(--heebo);
}

.client .client-slider {
  position: relative;
}
.client .client-slider .slick-slide {
  outline: none;
  padding-bottom: 15px;
}
.client .button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--main);
  text-align: center;
  cursor: pointer;
  -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: 19px;
  color: var(--main);
  line-height: 40px;
  position: absolute;
  top: 50%;
  z-index: 99;
}

.client .button-next {
  right: -52px;
}

.client .button-prev {
  left: -52px;
}

.client .button:hover {
  background: var(--main);
  color: #fff;
}

/*===========================================================
    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
=============================================================*/
.footer-top {
  padding-bottom: 60px;
}

.footer-top .footer-about p {
  font-family: var(--heebo);
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding-top: 25px;
  padding-bottom: 32px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.footer-top .social {
  padding-top: 30px;
}

.footer-top .social li:not(:last-child) {
  padding-right: 20px;
}

.footer-top .social li a i {
  font-size: 14px;
  color: #fff;
  -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(--main);
}

.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 {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.footer-top .times li:first-child {
  padding-top: 0;
}

.footer-top .times li p,
.footer-top .times li span {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  font-family: var(--heebo);
}

/*===========================================================
    14.2: footer-bottom CSS
=============================================================*/
.footer-bottom .content {
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  padding: 40px 0;
}

.footer-bottom p,
.footer-bottom ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  font-family: var(--heebo);
  font-weight: 400;
}

.footer-bottom p a {
  padding-left: 3px;
  color: var(--main);
}

.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
=============================================================*/

.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 .overlay {
  background: hsla(0, 0%, 0%, 0.4);
}

.book-table .table-bg {
  background: var(--main);
  padding: 30px 50px 50px 50px;
}

.book-table .section-title {
  padding-bottom: 35px;
}

.book-table .section-title h4,
.book-table .section-title h2 {
  color: #fff;
}

.book-table .section-title h2 {
  font-size: 40px;
}

.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 {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*===========================================================
    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 #map {
  width: 100%;
  height: 630px;
  margin-top: -150px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .map {
  padding: 0; }
  .map iframe {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 420px;
    border: none;
    outline: none; }

.about-page .menubar.fixed {
  background: #fff;
}
/*===========================================================
    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;
}
