/* CSS Document */


/* 
*
*
[Table of contents]
*
*
*
    font / @import url
    preloader / .preloader 
    general / body
    navigation / .p-3-vh
    main menu  / .white nav
    menu right / .menu-right
    side gallery / #bgsidegalery
    gallery / .filter-wraper
    gallery max width / #w-gallery-container 
    s-social / .sidebar .s-social
    breadcumb / .breadcumb
    main content / .main-content
    content col / .content-col
    content-menu / .content-menu
    accordion / .accordion 
    food menu / .food-menu
    owl / .owl-theme .owl-nav
    owl logo / #owl-logo .item
    team / #owl-team
    owl service / #owl-testimony
    map / #map-1 
    contact / .text-side
    footer / footer
    custom modal / #resevmodal
    totop / #totop
    Blog / .blog-simple
    post meta / .post-meta 
    single post / .top-article 
    aside, sidebar / aside 
    Blog comment / #blog-comment
    comment form / .comment-respond 
    search menu / .search-container
    scroll onStep / .onStep

*
*
*/

/* font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

@font-face {
font-family: 'Latin';
font-style: normal;
font-weight: normal;
src: url('../fonts/cream.woff') format('woff');
}


/* general */
body {
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 400;
background: #000;
color: #6f6f6f;
font-size: 16px;
line-height: 1.6;
letter-spacing: .5px;
padding-right: 0 !important 
}
section {
position: relative;
background: #fff;
padding: 90px 0;
}
section.s-bot:after{
  display: block;
  content: "";
  position: relative;
  bottom: -120px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  margin: -52px auto 0;
  z-index: 99;
}
section.s-top:before{
  display: block;
  content: "";
  position: relative;
  top: -120px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto -62px;
  z-index: 99;
}
section.s-img{
  position: relative;
  background-size: 626px;
  height: auto;
  background-position: center;
  background-repeat: repeat;
}
.s-img.no-overlay{
  background-size: auto;
}
.s-img-1{
  position: relative;
  background-repeat: repeat-x;
  background-size: auto;
}
.s-img:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(67,67,67,.9);
}
.s-img.no-overlay:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.6);
}
section.s-img-1:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(98,62,47,.6);
}
.no-padding, section.no-padding{
padding: 0 !important;
}
.no-top{
padding-top: 0px !important;
}
.no-bottom{
padding-bottom: 0px !important;
}
.centered {
display: flex;
align-items: center;
justify-content: center;
}
.content-wrapper {
position: relative;
overflow: hidden;
}
.bggray{
background: #fcfcfc;
color: #6f6f6f;
}
section.s-bot.bggray:after{
  background: #fcfcfc;
}
section.s-top.bggray:before{
  background: #fcfcfc;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  color: #464646;
  font-weight: 700;
}
.bgblack .h1, .bgblack .h2, .bgblack .h3, 
.bgblack .h4, .bgblack .h5, .bgblack .h6, 
.bgblack h1, .bgblack h2, .bgblack h3, 
.bgblack h4, .bgblack h5, .bgblack h6, .bgblack .detailcontent .heading, .bgblack a.card-title{
color:#fff; 
}


.btn-content { 
  border: 0;
  display: block;
  position: relative;
  width: max-content;
  height: auto;
  font-size: 11pt !important;
  font-weight: 600;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  letter-spacing:.3px;
  line-height: 14px;
  padding: 13px 36px !important;
  margin: 15px auto;
  background: #ff8717;
  cursor: pointer;
  overflow: hidden;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn-content:hover { 
    text-decoration: none;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-content:hover .shine{
  -webkit-animation: sheen .9s alternate;
  animation: sheen .9s alternate;
} 
.btn-content:hover a{ 
  color:#fff;
}
/*** preloader ***/
#preloader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #111;
  z-index: 99999;
}
.animsition-overlay-slide{
    background: #111;
    z-index: 99999;
}
#preloader .loader {
  font-size: 1.6rem;
  top: 43%;
  margin: 0;
  margin-bottom: 50px;
  position: relative;
  display: block;
  opacity: 1;
  text-align: center;
  color: #fff;
  z-index: 9999;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 2px solid #333;
    border-top: 2px solid #ff8717;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1.2s infinite ease;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*** navigation ***/
.p-3-vh {
display: flex;
justify-content: space-evenly;
padding-left: 5%;
padding-right: 5%;
}
header{
top: 0px;
left: 0px;
position: fixed;
z-index: 999;
}
header.init {
margin-bottom: 0px;
width: 100%;
padding: 0 0;
height: max-content;
background: rgba(25,25,25);
box-shadow: 0px 10px 60px rgba(0, 0, 0, 0);
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
header.show {
position: fixed;
top: 0px;
left: 0px;
padding: 0 0;
box-shadow: 0px 10px 60px rgba(0, 0, 0, .1);
background: rgba(25,25,25,1);
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

/*logo*/
.logo {
position: relative;
top: 0px;
left: 0px;
margin: 10px 0;
margin: 0px;
height: auto;
z-index: 2;
}

.logo img.show{
display: none;
}
header.show img.show{
display: block;
}
header.show img.init{
display: none;
}

/* main menu */
.white nav {
position: relative;
float: right;
top: 2px;
z-index: 999;
}
.white nav ul {
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.white nav ul li {
display: inline-block;
margin: 0;
margin-right: 20px;
}
.white nav ul li:last-child{
margin-right: 0px;
border-bottom: 0px;
}
.white nav ul li .input-group {
top: 15px;
margin-left: 20px;
width: 220px;
}
.white nav ul li .input-group button {
display: inherit;
padding: 0;
line-height: 0px;
border: none;
}
.white nav ul li .input-group i {
margin-left: 0px;
}
.white nav a {
color: #fff;
display: block;
padding: 35px 10px;
font-size: 15px;
font-weight: 700;
letter-spacing: .3px;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.white nav a.last{
  padding: 4px 12px;
  border: 2px solid #ea7401;
}
.white nav a:hover {
color: #ddd !important;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.white nav a:hover::before {
display: inline-block;
position: absolute;
max-width: 35px;
color: rgba(255, 255, 255, 0);
border-bottom: 2px solid rgba(255, 255, 255, 1);
-webkit-transition: max-width 0.5s;
-moz-transition: max-width 0.5s;
transition: max-width 0.5s;
}
.white nav a::before {
position: absolute;
overflow: hidden;
max-width: 0;
border-bottom: 2px solid rgba(255, 255, 255, 0);
color: rgba(255, 255, 255, 0);
content: attr(data-hover);
-webkit-transition: max-width 0.5s;
-moz-transition: max-width 0.5s;
transition: max-width 0.5s;
white-space: nowrap;
}
.white nav a.actived {
color: #ddd !important;
}
.white nav ul ul {
display: none;
position: absolute;
top: 92px;
color: #efefef;
}
.white nav ul li:hover>ul {
display: inherit;
-webkit-animation-name: animfadeInUpmenu;
animation-name: animfadeInUpmenu;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.white nav ul ul li {
width: 200px;
float: none;
display: list-item;
background: #191919;
border-bottom: 1px groove rgba(0, 0, 0, .1);
box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);
position: relative;
}
.white nav ul li i {
margin-left: 10px;
}
.white nav ul ul li a {
font-weight: 600;
color: #fff;
font-size: 13px;
line-height: 5px;
padding: 20px 30px;
}
.white nav ul ul li a:hover {
color: #efefef !important;
background: #171717;
}
.white nav ul ul li a.active {
background: #f8f8f8;
}
.white nav ul ul li:last-child {
border-bottom: none;
}
.white nav ul ul ul li {
position: relative;
top: -75px;
left: 230px;
}
.white>nav>ul>li.has-children>a:after {
content: '\f107';
font-family: 'FontAwesome';
margin-left: 10px;
}
li>a:only-child:after {
content: '';
}
span.span-drop {
position: relative;
right: 0;
top: 0;
float: right;
cursor: pointer;
}
span.span-drop:after {
content: '\f107';
font-family: 'FontAwesome';
color: #fff;
width: 20px;
height: 20px;
margin-left: 2px;
text-align: center;
line-height: 20px;
display: inline-block;
}
a.actived span.span-drop:after{
color: #ddd !important;
}
.nav-icon{
display: none;
}

/* menu right */
.menu-right {
padding: 36px 0;
}
.menu-right .social-icons{
    margin: 0;
}
.menu-right .social-icons a{
    color: #fff;
    font-size: 11pt;
}
#showmobile{
  display: none;
}
.menu-right{
	width: max-content;
	padding: 0 15px;
}
.menu-right .iconright{
  font-size: 1.3rem;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	top: 3px;
}
.menu-right .iconright li{
	display: inline-block;
}
.menu-right .iconright li:last-child a{
	margin-right: 0px;
}
.menu-right .iconright li a{
	font-size: 1.1rem;
	color: #fff;
	text-decoration: none;
    padding: 35px 5px;
}
#showside{
    color: #fff;
    cursor: pointer;
}
/*** navigation end ***/

/* side gallery */
#bgsidegalery{
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.3);
    z-index: 999;
}
#bgblock{
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.3);
    z-index: 21;
}
#sidegalery{
    position: fixed;
    top: 0px;
    background: rgba(0,0,0,.3);
    z-index: 1001;
}
#sidegalery.init{
    right: -100%;
    transition: all .3s ease-in-out;
}
#sidegalery.show{
    right: 0px;
    transition: all .3s ease-in-out;
}
#sidegalery .sidebar{
    position: relative;
    display: block;
    width: calc(100% + 17px);
    height: 100vh;
    padding: 30px 60px;
    background: #fefefe;
    color: inherit;
    overflow-y: scroll;
    z-index: 1;
}
.sidebar .cl-sidebar{
    cursor: pointer;
    position: fixed;
    top: 0;
}
.cl-sidebar.init{
    right: -100%;
    transition: all .3s ease-in-out;
}
.cl-sidebar.show{
    right: 0;
    transition: all .3s ease-in-out;
}
.cl-sidebar div{
    display: block;
    text-decoration: none;
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
}
.sidebar h3{
  font-size: 1.8rem;
  font-family: 'Latin';
  margin-top: 60px;
}
.sidebar .s-galery{
    width: 320px;
    margin-top: 30px;
}
.cl-sidebar div span{
  color: #000;
}

/** Homepage Video Slide **/
    .video-container {
      position: relative;
      width: 100%;
      max-height: 500px;
      overflow: hidden;
    }

    video {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .overlay-text {
      position: absolute;
      top: 70%;
      left: 50%;
      width: 90%;
      max-width: 700px;
      color: white;
      text-align: center;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      transform: translate(-50%, -50%);
      overflow: hidden;
      height: 150px;
    }

    .text-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transform: translateX(100%);
      transition: opacity 0.7s ease, transform 0.7s ease;
      pointer-events: none;
    }

    .text-slide.active {
      opacity: 1;
      transform: translateX(0);
      pointer-events: auto;
      position: relative;
      z-index: 2;
    }

    .text-slide.exit {
      opacity: 0;
      transform: translateX(-100%);
      pointer-events: none;
      position: absolute;
      z-index: 1;
    }

    .text-slide h1 {
      font-size: 2.6rem;
      margin: 0 0 0.3em 0;
    }

    .text-slide h2 {
      font-size: 1.8rem;
      margin: 0;
      font-weight: 400;
    }

    .call-button {
      display: inline-block;
      margin: 20px auto;
      padding: 12px 24px;
      background-color: green;
      color: white;
      text-decoration: none;
      border-radius: 6px;
      font-size: 18px;
      text-align: center;
    }

    .button-container {
      text-align: center;
    }

    @media (max-width: 600px) {
      .text-slide h1 {
        font-size: 1.8rem;
      }
      .text-slide h2 {
        font-size: 1.2rem;
      }
      .overlay-text {
        height: auto;
        padding: 0 10px;
      }
    }
  /** Homepage Video Slide Ends **/
  
  
  /** Footer Image Fixed **/
  
      .fixed-image {
      position: fixed;
      top: 380px;
      right: 0px;
      width: 200px; /* adjust size */
      z-index: 9999; /* stays above content */
      border-radius: 8px;
    }

    .content {
      max-width: 700px;
      margin: 50px auto;
      font-family: Arial, sans-serif;
      line-height: 1.6;
    }
	
	/** Footer Image Fixed **/
	
	



/* gallery */
.lg-toolbar{
  background: rgba(0,0,0,0);
}
.fly-gallery{
  position: relative;
  max-width: 1366px;
  top: -110px;
  margin: 60px auto -30px;
}
.filter-wraper{
display: block;
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
}
ul#filter-porto{
padding: 0;
display: block;
position: relative;
}
ul#filter-porto li, ul#filterheading li, ul#filternum li{
display: inline-block;
list-style: none;
}
ul#filter-porto li{
font-family: 'Latin';
color: #6f6f6f;
cursor: pointer;
font-size: 1.3rem;
letter-spacing: 1px;
padding: 8px 26px;
margin-right: 5px;
margin-bottom: 5px;
border-radius: 4px;
width: max-content;
background: none;
white-space: nowrap;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
ul#filter-porto li:last-child{
margin-right: 0px;
}
ul#filter-porto li:hover, ul#filter-porto li.selected{
color: #464646;
background: none;
position: relative;
z-index: 1;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
ul#filter-porto li:after{
  display: block;
  position: relative;
  top: -2px;
  z-index: 0;
  content: '';
  width: 0%;
  height: 6px;
  background: #ddd;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
ul#filter-porto li.selected:after{
  display: block;
  position: relative;
  top: -2px;
  z-index: 0;
  content: '';
  width: 100%;
  height: 6px;
  background: #ea7401;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
ul#filterheading li{  
position: relative;
top: 5px;
left: 0px;
font-size: .83rem;
font-weight: 800;
color: #292929;
background: #fff;
padding: 10px 0;
width: 100%;
text-align: center;
}
ul#filternum {
border-bottom: 1px solid #333;
}
ul#filternum li{
padding-right: 30px;
position: relative;
top: 5px;
left: 0px;
font-size: .73rem;
font-weight: 600;
}

/* gallery max width */
#w-gallery-container {
text-align: center;
overflow: hidden;
}
.w-gallery-container{
text-align: center;
}
.w-gallery{
border: 8px solid rgba(0,0,0,0);
border-radius: 4px;
overflow: hidden;
-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
transition-property: none;
}
.w-gallery.no-border{
    border-radius: 0;
    border: 0px solid rgba(0,0,0,0);
}
.w-gallery:after {
content: '';
display: block;
clear: both;
}
.w-gallery-image {
width: 100%;
height: 100%;
vertical-align: top;
object-fit: cover;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.s-galery .w-gallery-image{
  max-height: 100px;
  overflow: hidden;
  border-radius: 4px;
}
.content-gallery{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0,0,0,0);
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.content-gallery:hover{
background: rgba(199,154,57,.6);
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.content-gallery::before{
content: "";
position: relative;
width: max-content;
height: max-content;
-moz-transition: width .3s ease-in-out;
-ms-transition: width .3s ease-in-out;
-o-transition: width .3s ease-in-out;
transition: width .3s ease-in-out;
}
.content-gallery span{
    display: none;
    font-size: 2rem;
    font-weight: 600;
}
.content-gallery:hover span{
    display: block;
}
.content{
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 80%;
text-align: left;
opacity: 0;
-moz-transition: opacity .1s ease-in-out;
-ms-transition: opacity .1s ease-in-out;
-o-transition: opacity .1s ease-in-out;
transition: opacity .1s ease-in-out;
}
.no-click{
  pointer-events: none;
  overflow: visible;
}
.g-bot{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 15px;
  background: #f0f0f0;
}
.g-bot:before{
  display: block;
  content: "";
  position: absolute;
  left: 44%;
  bottom: -15px;
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 50px;
  margin: 0 auto;
  z-index: 99;
}
.g-top{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 15px;
  background: #f0f0f0;
}
.g-top:before{
  display: block;
  content: "";
  position: absolute;
  left: 44%;
  top: -15px;
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 50px;
  margin: 0 auto;
  z-index: 99;
}
.content-gallery-text{
  text-align: center;
  padding: 0 15px;
  color: #6f6f6f;
  font-size: .9rem;
}
.content-gallery-text .heading{
  display: block;
}
.content-gallery-text .heading .price{
  font-family: 'Latin';
  font-size: 1.2rem;
  color: #ea7401;
}
.content-gallery-text .heading .title{
  font-family: 'Latin';
  font-size: 1.5rem;
  color: #464646;
}
.content-gallery-text .desc{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-gallery-text .heading:after{
  display: block;
  content: '';
  width: 149px;
  height: 12px;
  margin: 10px auto;
  background-image: url('../images/line.png');
}
/* s-social */
.sidebar .s-social{
    width: 320px;
    margin: 30px 0;
    padding-top: 30px;
    border-top: 1px solid rgba(1,1,1,.1);
}
.sidebar .s-social a{
    color: #252525;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid rgba(1,1,1,.1);
    border-radius: 40px;
    transition: all .3s ease-in-out;
}
.s-social a:hover{
    border: 1px solid rgba(1,1,1,.8);
    transition: all .3s ease-in-out;
}

/* breadcumb */
.breadcumb{
  display: block;
  background: #191919;
  padding: 0;
  height: 460px;
  background-size: cover;
  position: relative;
}
.breadcumb .main{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 460px;
  position: absolute;
  top: 0;
  left: 0;
}
.main .bread{
  color: #fff;
  text-align: center;
  padding: 60px 0 0;
}
.bread .spacebread{
  padding: 0 5px;
}
.bread .spacebread::before{
  display: inline-block;
  content: '/';
  position: relative;
  
}
.main .img-icon{
  width: 60px;
  height: auto;
  margin: 0 auto;
}
.main .img-icon img{
  width: 100%;
  height: auto;
}
.main .bread-title{
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 auto;
  display: block;
}
.main .bread-subtitle{
  margin: 15px auto 0;
  display: inline-block;
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0;
}
.main .bread-subtitle a{
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

/* main content */
.main-content{
  display: block;
  margin-bottom: 30px;
}
.main-content .heading{
  font-family: 'Latin';
  margin-bottom: 30px;
}
.main-content .heading .title{
  font-size: 3.3rem;
  color: #464646;
}
.main-content .heading .title.l-1{
  line-height: 1.2;
}
section.s-img .main-content .heading .title{
  color: #fff;
}
.main-content .heading .title:after{
  display: block;

  position: relative;
  top: -45px;
  width: 49px;
  height: 12px;
  margin: 0 auto 45px;
}
.main-content .heading .title.l-1:after{
  top: -25px;
}
.main-content .desc{
  max-width: 710px;
}

/* content col */
.content-col{
  display: block;
  text-align: center;
  background: #fcfcfc;
  padding-bottom: 30px;
}
.content-col.section{
  padding-bottom: 90px;
}
.content-col.white{
  background: #fff;
}
.content-col .img{
  position: relative;
  width: 100%;
  height: 250px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.content-col .img.section{
  height: 100%;
  border-radius: 0px;
}
.content-col .img .date{
  font-size: .9rem;
  font-weight: 600;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  width: max-content;
  right: 15px;
  bottom: 0px;
  color: #fff;
  background: rgba(70,70,70,.96);
  padding: 5px 20px;
}
.content-col .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-col .subheading{
  font-family: 'Open Sans';
  font-size: 1rem;
  color: #ea7401;
}
.content-col .subheading img{
  width: auto;
  height: 50px;
  margin: 0 auto;
}
.content-col .heading{
  font-family: 'Latin';
  font-size: 1.8rem;
  color: #464646;
  
  letter-spacing: 3px
  padding: 30px 0 15px;
}
.content-col .heading.line{
  padding: 0;
}
.content-col .heading.line:after{
  display: block;
  content: '';
  width: 149px;
  height: 12px;
  margin: 10px auto;
  background-image: url('../images/line.png');
}
.content-col .desc{
  padding: 0 15px;
  margin-bottom: 20px;
}

/* content-menu */
.content-menu{
  display: block;
  padding: 0 0 30px;
  margin-top: 30px;
  background: #fcfcfc;
}
.content-menu.hor{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
}
.content-menu .img{
  display: block;
  width: 100%;
  height: auto;
}
.content-menu.hor .img{
  width: 50%;
}
.content-menu .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food-list{
  display: block;
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
}
.content-menu.hor .food-list{
  margin-top: 0;
}
.food-list li{
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-menu.hor .food-list li{
  flex-direction: column;
}
.food-list li:last-child{
  border-bottom: 0;
}
.food-list li .leftcontent{
  color: #464646;
  text-align: left;
}
.food-list li .rightcontent{
  font-family: 'Latin';
  font-size: 1.4rem;
  font-weight: bold;
  color: #ea7401;
}
.food-list li .leftcontent .title{
  font-family: 'Latin';
  font-size: 1.8rem;
}
.food-list li .leftcontent .subheading{
  font-size: .98rem;
}

/* accordion */
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card{
  border: 0px;
  background: none;
}
.accordion .card-header{
  font-size: 1.1rem;
  color: inherit;
  font-weight: 600;
  background: none;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  padding: 1.25rem 0;
}
.accordion .card-body{
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
.accordion .card-header.collapsed:after {
    content: "\f067"; 
}

/* food menu */
.food-menu{
  padding: 30px;
  background: #fff;
}
.food-menu ul.list{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.food-menu ul.list li.menu{
  display: block;
  margin-bottom: 30px;
}
.food-menu ul.list li.menu:after{
  display: block;
  content: '';
  width: 149px;
  height: 11px;
  margin: 15px auto;
  background-image: url('../images/line.png');
}
.food-menu ul.list li.menu .price{
  font-family: 'Latin';
  font-size: 2rem;
  color: #ea7401;
  margin-top: 15px;
}
.food-menu ul.list li.menu .title{
  font-family: 'Latin';
  font-size: 2.3rem;
  color: #464646;
}
.food-menu ul.list li.menu .desc{
  max-width: 600px;
  margin: 0 auto;
}

/* owl */
.owl-theme .owl-nav{
position: absolute;
bottom: 55%;
width: 100%;
}
.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i{
font-size: 1.2rem;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
background: none!important;
}
.owl-carousel .owl-nav button.owl-prev{
left: -30px;
position: absolute;
outline: 0;
}
.owl-carousel .owl-nav button.owl-next{
right: -30px;
position: absolute;
outline: 0;
}
.owl-nav{
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.owl-carousel:hover .owl-nav {
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

/* owl logo */
#owl-logo .item{
  border-radius: 4px;
  background:#fff;
  padding: 15px;
}
#owl-logo .item img{
margin: 0 auto;
max-width: 180px;
height: auto;
}
.owl-theme .owl-nav [class*="owl-"]{
padding: 20px 25px;
background: rgba(0,0,0,.6);
border-radius: 0px;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
background: rgba(0,0,0,1);
}
.owl-next{
position: absolute;
right: -5px;
}
.owl-prev{
position: absolute;
left: -5px;
}

/* team */
#owl-team{
  display: block;
  margin-top: 30px;
}
#owl-team .item{
  text-decoration: none;
  color: inherit;
}
#owl-team .listteam{
  display: block;
  margin: 0;
  position: relative;
  height: max-content;
  outline: none;
  cursor: pointer;
}
.listteam .bgimg{
  display: block;
  width: 100%;
  max-height: 300px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.listteam .bgimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listteam .detail{
  position: relative;
  transition: all .6s ease;
}
.listteam .detail .listdetail{
  background: #fff;
  padding: 30px 15px;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
.listteam:hover .listdetail{
  background: #111;
  transition: all .3s ease;
}
.listteam .detail .listdetail .name{
  font-family: 'Latin';
  font-size: 1.6rem;
  font-weight: 400;
  color: #464646;
  transition: all .6s ease;
}
.listteam:hover .listdetail .name{
  color: #fff;
  transition: all .6s ease;
}
.listteam .detail .listdetail .jobtitle{
  font-size: .9rem;
  margin: 2px 0;
  color: #ea7401;
}
.listteam .detail .listdetail .jobtitle::before, .listteam .detail .listdetail .jobtitle::after{
  content: '----';
  padding: 0 5px;
}
.listteam .s-social{
    width: max-content;
    margin: 15px auto 0;
}
.listteam .s-social a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 40px;
    transition: all .3s ease-in-out;
}
.listteam .s-social a:hover{
    border: 1px solid rgba(255,255,255,.8);
    transition: all .3s ease-in-out;
}

/* owl service */
#owl-testimony{
 display: block;
}
#owl-testimony .content-testy{
  display: block;
  padding: 60px 30px;
  text-align: center;
  background: #fefefe;
  border-radius: 4px;
}
.owl-theme .owl-dots{
  position: relative;
  top: 30px;
  margin-top: 0px !important;
  margin-bottom: 30px;
}
.owl-dots .owl-dot span{
  position: relative;
  padding: 8px;
  border: 1px solid rgba(0,0,0,0);
  background: none !important;
  margin-top: 30px;
}
.owl-dots .owl-dot span:before{
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #eee;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  border: 1px solid #eee !important;
}
.owl-dots .owl-dot.active span:before{
  background: #eee;
}
.testy-text{
  font-size: 1.3rem;
  font-family: 'Latin';
  padding: 15px 0;
}
.testy-text:before{
  font-family: 'Latin';
  content: '"';
  color: #ea7401;
  display: block;
  font-size: 6rem;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: -15px;
}
.testy-text span{
  display: block;
  margin: 15px 0;
}
.user{
  padding: 0 0 15px;
}
.user .img{
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
  margin: 0 auto 15px;
}
.user .name{
  font-size: 1.1rem;
  font-weight: 600;
  color: #464646;
}
.user .title{
  color: #aaa;
  line-height: 13px;
}

/* map */
#map-1 {
width: 100%;
height: 60vh;
padding-top: 0px;
padding-bottom: 0px;
}
.map{
background: #fdfdfd;
}

/* contact */
.text-side{
padding:  0;
margin-top: 0;
}
.text-side .heading{
font-size: 1.6rem !important;
margin-bottom: 15px;
}
.text-side .address{
padding-top:15px;
line-height: 1.3;
}
.text-side .address .heading{
font-size: 1.2rem !important;
font-weight: 600;
letter-spacing: .3px;
margin: 15px 0;
color: #464646;
}
.text-side .address .list{
position: relative;
max-width: 320px;
display: block;
padding: 15px 0 15px;
padding-left: 40px;
}
.text-side .address .list i{
position: absolute;
top: 15px;
left: 5px;
font-size: 1.3rem;
display: inline-block;
color: #ea7401;
}
.text-side .address .list a{
color: inherit;
text-decoration: none;
transition: all 0.3s ease;
}
.text-side .address .list a:hover{
color: #ea7401;
transition: all 0.3s ease;
}
.heading-cont{
position: relative;
font-size: 16pt;
margin-top: 0px;
margin-bottom:15px;
padding-bottom:15px;
border-bottom: 1px solid rgba(255,255,255,.1);
}
.heading-cont:after{
content: "";
position: absolute;
bottom: -2px;
left: 0px;
width: 25%;
height: 3px;
background: #ea7401;
}
.form-group {
margin-bottom: 20px;
}
.form-control {
width:100% !important;
height: 50px !important;
padding: 4px 20px 6px 40px;
font-size: 14px;
line-height: 24px;
color: inherit;
background: none;
border: 1px solid rgba(0,0,0,.3); 
border-radius: 0;
box-shadow: none;
}
.form-control:focus {
background: none;
color: inherit;
border: 1px solid rgba(0,0,0,.3); 
box-shadow: none;
}
.user-message textarea {
min-height: 195px;
padding-top: 12px;
}
.contact-form form button {
margin-top: 10px;
}
.user-name,
.user-email,
.user-phone,
.user-url,
.user-message{
position: relative;
}
.user-name::after,
.user-email::after,
.user-phone::after,
.user-url::after,
.user-message::after {
position: absolute;
left: 15px;
top: 12px;
font-family: "FontAwesome";
color: #ea7401;
opacity: .5;
}
.user-name::after {
content: "\f007";
}
.user-email::after {
content: "\f003";
}
.user-phone::after {
content: "\f095";
}
.user-url::after {
content: "\f0ac";
}
.user-message::after {
content: "\f086";
}
.btn-contact {
font-size: 12pt;
font-weight: 700;
letter-spacing: 2px;
font-style:normal;
text-align:center;
padding: 8px 40px;
color: #fff;
border:2px solid rgba(0,0,0,0);
background: #ea7401;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
outline: none;
text-shadow:none;
margin-top: 15px;
margin-left:0px;
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-contact:hover{ 
color:#fff;
background:#999;
}
.btn{
display: block;
}
.error {
width: 100%;
display: none;
padding: 2px 10px 2px 10px;
font-size: 11px;
margin: 10px auto;
}
.success {
width: 100%;
display: none;
padding: 5px 0px 2px 0px;
font-size: 11px;
margin: 10px auto;
}
/* contact end */

/* footer */
footer{
  position: relative;
  font-weight: 400;
  background: #191919;
  padding: 90px 0;
}
footer:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
.foo-cont{
  display: block;
  color: #fff;
  text-align: center;
}
.foo-cont .title{
  display: block;
  font-family: 'Latin';
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 15px;
}
.foo-cont .detail{
  display: block;
  padding-bottom: 15px;
}
.foo-cont a.btn{
  text-decoration: none;
  font-size: .96rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
  display: block;
  text-transform: uppercase;
  width: max-content;
  color: #ea7401;
  margin: 0 auto 30px;
}
.foo-reserv{
  display: block;
  color: #fff;
  text-align: center;
  background: #101010;
  padding: 30px;
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}
.foo-reserv:before{
  content: '';
  display: block;
  position: relative;
  top: -50px;
  width: 60px;
  height: 60px;
  background: #101010;
  border-radius: 50px;
  margin: 0 auto -52px;
  z-index: 99;
}
.foo-reserv:after{
  content: '';
  display: block;
  position: relative;
  bottom: 0px;
  width: 60px;
  height: 60px;
  background: #101010;
  border-radius: 50px;
  margin: 0 auto -52px;
  z-index: 99;
}
.foo-reserv .title{
  display: block;
  font-family: 'Latin';
  font-size: 2.1rem;
  font-weight: 600;
  padding-bottom: 15px;
}
.foo-reserv .title:after{
  display: block;
  content: '';
  width: 149px;
  height: 12px;
  margin: 10px auto;
  background-image: url('../images/line.png');
}
.foo-reserv .detail{
  display: block;
}
.foo-reserv .detail .list{
  display: flex;
  line-height: 32px;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(255,255,255,.1);
}
.subfooter{
  position: relative;
  font-size: .9rem;
  font-weight: 400;
  color: #ddd;
  background: #101010;
  padding: 30px 0;
  text-align: center;
  z-index: 1;
}

/*** custom modal ***/
#resevmodal{
  padding-right: 0 !important;
}
.custommodal.modal-dialog{
  max-width: 600px;
  margin-top: 15vh;
}
.custommodal .modal-content{
  background: #fff;
  border-radius: 0;
  border: 0px;
}
.custommodal .modal-body{
  padding: 1rem 2rem;
}
.custommodal .modal-content:before{
  display: block;
  content: "";
  position: relative;
  top: -22px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto -52px;
  z-index: 99;
}
.custommodal .modal-content:after{
  display: block;
  content: "";
  position: relative;
  top: -28px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto -52px;
  z-index: 99;
}
.custommodal .modal-header{
  border-bottom: 0px;
}
.custommodal .modal-header .heading{
  position: relative;
  font-size: 1.8rem;
  font-family: 'Latin';
  font-weight: 600;
  color: #464646;
  text-align: center;
  margin: 10px auto 0;
  z-index: 99;
}
.custommodal .modal-header .heading:after{
  display: block;
  content: '';
  width: 149px;
  height: 12px;
  margin: 10px auto;
  background-image: url('../images/line.png');
}
.custommodal .modal-footer{
  border-top: 0px;
}
.custommodal .close{
  position: relative;
  top: -20px;
  right: -5px;
  font-size: 2.3rem;
  color: #000 !important;
  text-shadow: none;
  margin-left: -40px;
}
.modalform{
  color: #464646;
}
.modalform .form-row{
  margin-bottom: 15px;
}
.modalform .form-control{
  padding: 10px 15px;
  height: 40px !important;
}
.modalform textarea.form-control{
  height: 120px !important;
  margin-bottom: 30px;
}
#text-info{
  font-size: .86rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
#text-info .no{
  display: block;
  color: #fff;
  background: red;
  padding: 5px 20px;
}
#text-info .yes{
  display: block;
  color: #fff;
  background: green;
  padding: 5px 20px;
}
.disable{
  pointer-events: none;
}

/* totop */
#totop {
width: 35px;
height: 35px;
font-size: 10pt;
color: #fff;
background: #292929;
line-height: 32px;
position: fixed;
right: 20px;
text-align: center;
cursor: pointer;
z-index: 9;
border-radius: 50%;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#totop.init {
bottom: -100px;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#totop.show {
bottom: 20px;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#totop:hover {
background: #ff8717;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
/* totop end */


/* Blog */
.blog-simple{
display: block;
margin-bottom: 60px;
}
.blog-simple img, .blog-simple a img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.blog-simple .blog-text {
display: block;
position: relative;
width: 100%;
padding: 15px 15px 15px 0px; 
margin-bottom: 30px;
letter-spacing:.3px;
}
.blog-simple blockquote{ 
font-size: 15px;
font-style: italic;
font-weight: 400;
line-height: 1.6em;
padding: 30px;
margin: 30px 0 30px 0;
border-left: 5px solid #ff8717;
}
.blog-simple .blog-text a{
  color: #464646;
  text-decoration: none;
}
.blog-simple .blog-text h2 a{
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
}
.blog-simple .blog-text .heading { margin-top:15px;}
.blog-simple .blog-text h3 a{ font-weight:500;}
.blog-simple .blog-text span {
display: inline-block;
margin-bottom: 20px;
}
.blog-simple .blog-text span.date-post {
font-size: 13px;
font-weight: 400;
margin-left: 20px;
}
.blog-simple .blog-text span.date-post i {
padding-right: 7px;

}
.blog-simple .blog-text span.user-post {
font-size: 13px;
font-weight:400;
}
.blog-simple .blog-text span.user-post i {
padding-right: 7px;

}
.blog-simple .blog-text span.comment {
margin-left:20px;
font-size: 13px;
}
.blog-simple .blog-text span.comment a{
  color: #6f6f6f;
  text-decoration: none;
}
.blog-simple .blog-text span.comment a i {
padding-right: 7px;

}
.blog-simple .blog-text h3 {
font-size: 20px;
margin-bottom: 20px;
font-weight: 300;
line-height: 1.5;
}
.btn-blog{
display: block;
position:relative;
width: max-content;
height: auto;
color: #fff !important;
text-decoration: none; 
font-size: 12pt;
font-weight: 800;
text-align: center;
letter-spacing:1px;
text-shadow: none;
line-height: 15px;
padding: 13px 36px;
margin-top: 30px;
background: #ff8717;
cursor: pointer;
overflow: hidden;
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.btn-blog:hover{
color: #292929;
text-decoration: none; 
transition: all .3s cubic-bezier(.215,.61,.355,1); 
}
.blog-simple ul.pagination{
position: relative !important;
color: #fff;
top: 0px;
left: 0px;
margin-bottom: 0px;
padding: 0;
}
.blog-simple ul.pagination li a{  
font-size: 9.5pt;
font-weight: 700;
color: #6f6f6f;
background: none;
padding: .72rem 1.1rem;
border: 1px solid rgba(0,0,0,.1);
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.blog-simple ul.pagination li a:hover, .page-item.active .page-link{ 
color: #fff; 
background: #ff8717; 
border: 1px solid rgba(255,255,255,.1);
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

/* post meta */
.post-meta {
background: #fcfcfc;
border-top: none;
text-align: center;
}
.post-meta .format {
border-bottom: 1px solid #333333;
padding: 10px 0 10px;
}
.post-meta i {
margin: 0;
}
.post-meta .date {
border-bottom: 1px solid #e6e6e6;
padding: 10px 0 10px;
}
.post-meta .date span {
text-align: center;
color: #efefef;
font-size: 12px;
font-weight: 500;
}
.post-meta .comments {
padding: 10px 0 10px;
}
.post-meta .comments a {
color: #efefef;
font-size: 10px;
font-weight: 500;
}
.post-meta .comments a:hover {
text-decoration: none;
}

/* post format */
.post-image {
margin-bottom: 20px;
}
ul.meta-post {
float: left;
margin: 0;
padding: 0;
list-style: none;
}
ul.meta-post li {
float: left;
margin: 0 10px 0 0;
padding: 0;
list-style: none;
}
ul.meta-post li a {
float: left;
font-size: 11pt;
font-weight: 500;
padding-top:20px;
}

/* single post */
.top-article {
display:block;
margin-top: 30px;
}
.bottom-article {
overflow: hidden;
padding: 10px 0 10px 0;
margin-top: 10px;
margin-bottom: 30px;
}
.bottom-article a.btn {
display: inline-block;
width:auto;
height: 40px;
font-size:10pt;
font-weight:600;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:38px;
color:#fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
outline: none;
text-shadow:none;
margin: 5px auto;
margin-left:0px;
padding: 0 30px 0 30px;
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
}
.bottom-article a.btn:hover{
color:#999;
background:#efefef;
}

/*  aside, sidebar */
aside {
position: relative;
margin-bottom: 40px;
}
.sidebar-nav {
float: left;
width: 100%;
}
.right-sidebar {
margin: 0 auto;
}
.left-sidebar {
padding: 0 30px 0 0;
}
.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
padding-right: 20px;
}
aside .widget, .widget {
margin-bottom: 40px;
}
.widget .search-container{
padding: 0;
width: 100%;
margin: 0 auto;
}
.widget .form-control {
width:100% !important;
height:auto !important;
padding: 7px 10px 7px 10px !important;
font-size: 13px;
line-height: 24px;
color: #f8f8f8;
background: none;
border: 1px solid rgba(255,255,255,.1);
border-radius: 0;
box-shadow: none;
}
.widget .form-control:focus {
border: 1px solid rgba(255,255,255,.3);
box-shadow: none;
}
.widget .recent div {
width: 100%;
display: inline-block;
padding-bottom: 25px;
}
.widget .recent div img {
float: left;
margin-right: 20px;
width: 65px;
height: 65px;
object-fit: cover;
}
.widget .recent div h6 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 5px
}
.widget .recent div h6 a{
font-weight: 700;
color: #464646;
text-decoration: none;
}
.widget .recent div p {
font-size: 14px;
line-height: 20px;
}
.widget .tags {
margin: 0;
margin-left: 0;
padding-left: 0;
}
.widget .tags div {
margin: 5px 5px 15px 0;
display: inline-block;
}
.widget .tags div a {
font-size: 14px;
color: inherit;
border: 1px solid rgba(0,0,0,.1);
padding: 4px 10px;
text-align: center;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.widget .tags div a:hover {
text-decoration: none;
border: 1px solid #ff8717;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.devider-widget {
display: block;
border-bottom: 2px solid #ff8717;
margin-bottom: 30px;
margin-top: 20px;
width: 60px;
text-align: left;
}

.input-group input[type="text"], .input-group input[type="text"]{
font-size:9pt;
letter-spacing:.9px;
font-weight:400;
}
.input-group input[type="text"]:focus, .input-group input[type="text"].focus{
color:#111;
}
.input-group span.icon{
display:inline-block;
padding:6px 12px;
margin-bottom:0; 
margin-left:0px; 
font-size:14px;
font-weight:400;
line-height:2;
text-align:center;
white-space:nowrap;
vertical-align:middle; 

color:#fff;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.input-group-btn button span.icon{
background: #333;
}
.input-group-btn button:hover span.icon{
background: #ff8717;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/* Blog end */

/* Blog comment */
#blog-comment {
margin-top: 60px;
padding: 0px;
}
#blog-comment h5 {
font-size: 14px;
font-weight: 600;
margin-bottom: 15px;
padding-bottom: 15px;
}
#blog-comment > ul, #blog-comment > li {
list-style: none;
padding-left: 0;
}
#blog-comment ul.children > ul {
list-style: none;
}
#blog-comment li .avatar {
position: absolute;
border-radius: 100%;
overflow: hidden;
}
#blog-comment li .avatar{
object-fit: cover;
width: 65px;
height: 65px;
}
#blog-comment li .avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog-comment .comment {
font-size: 13px;
margin-left: 85px;
}
#blog-comment li {
font-size: 14px;
line-height: 1.6em;
padding-bottom: 0px;
}
#blog-comment li > li {
margin-left: 0px;
padding-bottom: 0px;
margin-top: 20px;
padding-top: 10px;
border-bottom: none;
}
#blog-comment li li .avatar {
position: absolute;
}
#blog-comment ul.children {
margin-left: 70px;
}
#blog-comment .pingback-entry {
margin-bottom: 20px;
}

#blog-comment p.no-comments {
color: #8a6d3b;
background-color: #fcf8e3;
padding: 5px 15px;
margin-bottom: 20px;
border-radius: 4px;
font-style: italic;
border: 1px solid #faebcc;
}
#blog-comment > ul ul {
list-style: none;
margin-top: 10px;
}
.comment-info {
margin-left: 85px;
margin-bottom: 5px;
background: #fdfdfd;
padding: 20px 30px;
}
.comment-info .c-name {
font-size: 1rem;
font-weight: 800;
}
.comment-info .c-reply {
display: block;
margin-top: 10px;
margin-bottom: 5px;
}
.comment-info .c-reply a {
color: #6f6f6f;
font-size: .81rem;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
letter-spacing: .9px;
}
.comment-info .c-reply a:hover{
color: #ccc;
}
.comment-info .c-reply a::before {
content: "\f112";
margin-right: 5px;
font-family: fontawesome;
font-size: 9px;
color: #ddd;
}
.comment-info .c-date {
display: inline;
text-transform: uppercase;
font-size: 11px;
float: right;
font-weight: 400;
}
.comment-info .c-date i {
padding-right: 0px;
}
.comment-content.entry.clr p {
font-size: 14px;
margin: 15px 0;
}

/* comment form */
.comment-respond {
margin-top: 10px;
padding: 25px 30px;
background: #fdfdfd;
}
.comment-form{
    margin: 15px 0;
}
#comment-form-wrapper h6 {
font-size: 11pt;
margin-bottom: 15px;
padding-bottom: 15px;
}
#comment-form-wrapper {
margin: 50px 0 50px 0;
padding: 0px;
}
#commentform input {
width: 100%;
font-size: 14px;
padding: 10px;
height: 40px;
letter-spacing: 0px;
color: inherit;
background: rgba(0, 0, 0, 0);
border: 1px solid rgba(0,0,0,.1);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.2s ease;
}
#commentform input:focus {
background: rgba(0, 0, 0, 0);
border: 1px solid rgba(0,0,0,.1);
}
#commentform textarea {
width: 100%;
font-size: 14px;
padding: 10px;
height: 150px;
color: inherit;
background: rgba(0, 0, 0, 0);
border: 1px solid rgba(0,0,0,.1);
}
#commentform textarea:focus {
color: #f8f8f8;
background: rgba(0, 0, 0, 0);
}
#commentform button.btn, #commentform input[type="submit"] {
width: 160px;
height: 40px;
font-size: .83rem;
font-weight: 800;
letter-spacing: 1px;
font-style: normal;
text-align: center;
text-transform: uppercase;
line-height: 35px;
color: #fff;
border: 0px solid rgba(0, 0, 0, 0);
background: #ff8717;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
outline: none;
text-shadow: none;
margin: 15px auto 0;
margin-left: 0px;
padding: 0;
cursor: pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#commentform button.btn:hover, #commentform input[type="submit"]:hover {
color:#fff;
background:#999;
}
#cancel-comment-reply-link {
color: red;
}
.comment-reply-title {
font-size: 1.3rem;
font-weight: 700;
line-height: 1.3333;
letter-spacing: 0;
}
.comment-form-comment, .comment-form-author, .comment-form-email {
    line-height: 2;
    margin-bottom: 15px;
}

/* search menu */
.search-container {
position: relative;
width: 100%;
padding: 5vh 15% 5vh;
}
#searchmenu{
position: relative;
}
.s-input-home {
font-size: 1rem;
background: rgba(0,0,0,0);
width: 100%;
height: 46px;
padding: 0;
border: 0px;
border-bottom: 1px solid #ddd;
}
.btn-s-input {
position: absolute;
top: 0px;
right: 0px;
width: 56px;
height: 46px;
font-size: .9rem;
background: none;
border: 0px;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
/* Blog comment end */

/* scroll onStep */
.onStep {
opacity: 0;
}