 
/* Css For bagery */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/





/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


.main-header.style-two{
  position: relative;
  background: #fff;
}

.main-header.style-two .main-menu .navigation > li > a{
  color:#000;
}

.main-header.style-two .main-menu .navigation > li.dropdown > a:before{
  color:#000;
}

.main-header.style-two .main-menu .navigation > li{
  margin: 0px 32px;
  padding: 37px 0px 66px 0px;
}

.main-header.style-two .main-menu .navigation > li.logo-box{
  position: relative;
  margin: 0px 150px;
  padding: 0px;
}

.main-header.style-two .main-menu .navigation > li.logo-box .logo{
  max-width: 100px;
}

.main-header.style-two .header-lower{
  position: relative;
  padding-top: 27px;
}

.main-header.style-two .header-lower .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: -35px;
  width: 100%;
  height: 35px;
  background-repeat: repeat-x;
  background-position: bottom center; 
}

.main-header.style-two .outer-box{
  position: relative;
}

.main-header.style-two .menu-right-content .search-box-outer{
  position: absolute;
  top: 25px;
  left: 70px;
}

.main-header.style-two .search-box-btn{
  color:#000;
  font-size: 24px;
  line-height: 58px;
}

.main-header.style-two .search-box-btn:hover{

}

.main-header.style-two .search-box-outer .dropdown-menu{
  left: inherit !important;
  right: auto !important;
}

.main-header.style-two .search-box-btn:before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1px;
  height: 1px;
  background: #fff;
  box-shadow: 0 10px 30px 10px rgba(0,0,0,0.5);
  z-index: -1;
}

.main-header.style-two .cart-btn{
  position: absolute;
  top: 25px;
  right: 70px;
}

.main-header.style-two .cart-btn a{
  position: relative;
  font-size: 24px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color:#000;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  transition: all 500ms ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-header.style-two .cart-btn a:hover{

}

.main-header.style-two .cart-btn a:before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1px;
  height: 1px;
  background: #fff;
  box-shadow: 0 10px 30px 10px rgba(0,0,0,0.5);
  z-index: -1;
}

.main-header.style-two .cart-btn a span {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: #222;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.main-header.style-two .sticky-header .main-menu .navigation > li.logo-box{
  display: none;
}

.main-header.style-two .sticky-header .menu-area {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-header.style-two .sticky-header .menu-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header.style-two .sticky-header .menu-right-content li{
  position: relative;
  top: 0px;
  right: 0px;
  left: 0px;
}

.main-header.style-two .sticky-header .menu-right-content .search-box-outer{
  margin-right: 10px;
}

.main-header.style-two .sticky-header .outer-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 70px;
}

.main-header.style-two .sticky-header .search-box-btn:before,
.main-header.style-two .sticky-header .cart-btn a:before{
  display: none;
}

.main-header.style-two .sticky-header .search-box-outer .dropdown-menu{
  right: 0px !important;
  left: auto !important;
}


/** banner-style-two **/

.banner-section.style-two .content-inner{
  position: relative;
}

.banner-section.style-two .image-box{
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}

.banner-section.style-two .image-box .image{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.banner-section.style-two .image-box .image.image-3{
  bottom: 60px;
}

.banner-section.style-two .image-box .image img{
  position: relative;
  display: inline-block;
}

.banner-section.style-two .banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}

.banner-section.style-two .anim-icon .icon-6{
  width: 556px;
  height: 550px;
  right: 360px;
  top: 120px;
}

.banner-section.style-two .banner-carousel .content-box{
  max-width: 100%
}

.banner-section.style-two .banner-carousel .content-box h1{
  font-size: 60px;
  line-height: 65px;
  color:#000;
  margin-bottom: 26px;
}

.banner-section.style-two .banner-carousel .content-box p{
  color:#000;
}

.banner-section.style-two .banner-carousel .content-box .btn-box a.banner-btn{
  background: #222;
}

.banner-section.style-two .banner-carousel .content-box{
  padding: 254px 0px 227px 0px;
}


/** ourstory-style-two **/

.ourstory-style-two{
  position: relative;
  padding: 144px 0px 105px 0px;
}

.ourstory-style-two .text p{
  margin-bottom: 26px;
}

.ourstory-style-two .text p:last-child{
  margin-bottom: 0px;
}

.ourstory-style-two .signature-box{
  position: relative;
  display: block;
  margin-top: 40px;
}


/** specialmenu-section **/

.specialmenu-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.specialmenu-section .sec-title p{
  color:#000;
}

.special-menu-box{
  position: relative;
  display: block;
  width: 100%;
  padding: 71px 55px 65px 86px;
}

.special-menu-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 602px;
  height: 482px;
  background-repeat: no-repeat;
}

.special-menu-box .border-shape{
  position: absolute;
  left: 51px;
  top: 41px;
  width: 500px;
  height: 380px;
  background-repeat: no-repeat;
}

.special-menu-box .menu-list li{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.special-menu-box .menu-list li:last-child{
  margin-bottom: 0px;
}

.special-menu-box .menu-list .single-menu .text{
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.special-menu-box .menu-list .single-menu .text h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-family: @basicFont;
  margin-right: 20px;
}

.special-menu-box .menu-list .single-menu .price-box span{
  color:#000;
  position: relative;
  float: right;
  margin-left: 20px;
}

.special-menu-box .menu-list .single-menu .text .line{
  position: relative;
  display: block;
  height: 1px;
  border: 1px dashed #cccccc;
  width: 100%;
  flex: 1;
  top: 3px;
}


/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/

.main-header.style-three{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: transparent;
}

.main-header.style-three .main-menu .navigation > li > a,
.main-header.style-three .main-menu .navigation > li.dropdown > a:before{
  color: #fff;
}

.main-header.style-three .search-box-btn:before{
  display: none;
}

.main-header.style-three .search-box-btn{
  color: #fff;
}

.main-header.style-three .cart-btn a{
  color: #fff;
}

.main-header.style-three .cart-btn a span{
  background: #fff;
  color:#000;
}

.main-header.style-three .header-lower{
  margin: 0px 70px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-header.style-three .menu-right-content .search-box-outer{
  left: 0px;
}

.main-header.style-three .cart-btn{
  right: 0px;
}


/** banner-style-three **/

.banner-section.style-three{
  position: relative;
}

.banner-section.style-three .banner-carousel .content-box{
  padding: 0px;
  text-align: center;
  max-width: 100%;
}

.banner-section.style-three .banner-carousel .slide-item{
  position: relative;
  padding: 296px 0px 180px 0px;
}

.banner-section.style-three .banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.95)0%, rgba(0,0,0,0.0) 100%);
  top: 0px;
  left: 0px;
  z-index: 1;
}

.banner-section.style-three .banner-carousel .content-box .title-text{
  position: relative;
  display: inline-block;
  font-size: 120px;
  line-height: 120px;
  color: #fff;
  font-family: 'Grand Hotel', cursive;
}

.banner-section.style-three .banner-carousel .content-box .title-text span.transparent-text{
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(227, 160, 135, 1);
}

.banner-section.style-three .banner-carousel .content-box .title-text span{
  position: relative;
  display: inline-block;
  float: left;
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(5){
  margin-left: 20px;
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(9){
  margin-right: 25px;
}

.banner-section.style-three .banner-carousel .content-box .title-text span:first-child{
  transform: translateX(0px) translateY(28px) rotate(-25deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(2){
      transform: translateX(-1px) translateY(20px) rotate(-21deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(3){
  transform: translateX(-1px) translateY(14px) rotate(-17deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(4){
  transform: translateX(-1px) translateY(9px) rotate(-14deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(5){
  transform: translateX(-1px) translateY(4px) rotate(-9deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(6){
  transform: translateX(0px) translateY(1px) rotate(-4deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(7){
  transform: translateX(0px) translateY(0px) rotate(0deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(8){
      transform: translateX(0px) translateY(0px) rotate(2deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(9){
      transform: translateX(1px) translateY(2px) rotate(7deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(10){
  transform: translateX(1px) translateY(6px) rotate(11deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(11){
  transform: translateX(1px) translateY(12px) rotate(16deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(12){
  transform: translateX(1px) translateY(20px) rotate(21deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(13){
  transform: translateX(0px) translateY(28px) rotate(25deg);
}

.banner-section.style-three .banner-carousel .content-box .title-text span:nth-child(14){
  transform: translateX(0px) translateY(36px) rotate(29deg);
}


.banner-section.style-three .banner-carousel .content-box .title-text{
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section.style-three .banner-carousel .active .content-box .title-text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section.style-three .banner-carousel .content-box h2{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-family: 'Grand Hotel', cursive;
  opacity: 0;
  margin-bottom: 30px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1150ms ease;
  -moz-transition: all 1150ms ease;
  -ms-transition: all 1150ms ease;
  -o-transition: all 1150ms ease;
  transition: all 1150ms ease;
}

.banner-section.style-three .banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1150ms;
  -moz-transition-delay: 1150ms;
  -ms-transition-delay: 1150ms;
  -o-transition-delay: 1150ms;
  transition-delay: 1150ms;
}

.banner-section.style-three .banner-carousel .content-box p{
  margin-bottom: 42px;
}

.banner-section.style-three .banner-carousel .content-box .theme-btn-one{
  padding: 22px 60px;
  box-shadow: none;
}

.banner-section.style-three .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.banner-section.style-three .banner-carousel .owl-nav .owl-prev{
  right: inherit;
  left: 70px;
}

.banner-section.style-three .banner-carousel .owl-nav .owl-next{
  right: 70px;
}

.banner-section.style-three .banner-carousel .owl-nav .owl-prev,
.banner-section.style-three .banner-carousel .owl-nav .owl-next{
  opacity: 0.2;
  z-index: 1;
}

.banner-section.style-three .banner-carousel .owl-nav .owl-prev:hover,
.banner-section.style-three .banner-carousel .owl-nav .owl-next:hover{
  opacity: 1;
  background: #fff;
  color:#000;
}


/** ourstory-style-three **/

.ourstory-style-three{
  position: relative;
  padding: 150px 0px;
}

#content_block_3 .content-box .text{
  position: relative;
  margin-bottom: 21px;
}

.ourstory-style-three #content_block_3 .content-box{
  margin-right: 50px;
}

.ourstory-style-three #content_block_3 .content-box .signature{
  position: relative;
  margin-bottom: 36px;
}

.ourstory-style-three #content_block_3 .content-box .sec-title{
  margin-bottom: 32px;
}

#image_block_1 .image-box{
  position: relative;
  display: block;
  padding-left: 120px;
}

#image_block_1 .image-box .image-1{
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
}

#image_block_1 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_1 .image-box .image img{
  width: 100%;
}

#image_block_1 .image-box .image-2{
  position: absolute;
  left: -165px;
  bottom: -70px;
}

#image_block_1 .image-box .bg-layer{
  position: absolute;
  right: -225px;
  top: -150px;
  width: 935px;
  height: 830px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}


/** coffee-menu **/

.coffee-menu{
  position: relative;
  width: 100%;
  padding: 168px 0px 187px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.coffee-menu .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.coffee-menu .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.coffee-menu .sec-title p{
  color:#000;
}

.coffee-menu-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 180px;
  height: 182px;
  line-height: 182px;
  text-align: center;
  font-size: 60px;
  color:#000;
  margin-bottom: 12px;
  z-index: 1;
  transition: all 500ms ease;
}

.coffee-menu-one .inner-box:hover .icon-box{
  color: #fff;
}

.coffee-menu-one .inner-box .icon-box .icon-bg-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 182px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
  z-index: -1;
  transition: all 500ms ease;
}

.coffee-menu-one .inner-box:hover .icon-box .icon-bg-1{
  opacity: 0;
}

.coffee-menu-one .inner-box .icon-box .icon-bg-2{
  position: absolute;
  left: 0px;
  top: 10px;
  width: 180px;
  height: 182px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}

.coffee-menu-one .inner-box:hover .icon-box .icon-bg-2{
  opacity: 1;
  top: 0px;
}

.coffee-menu-one .inner-box .icon-box .price{
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 16px;
  font-weight: 500;
  color:#000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-family: @basicFont;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.coffee-menu-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color:#000;
}

.coffee-menu-one .inner-box h3 a{
  display: inline-block;
  color:#000;
}

.coffee-menu-one .inner-box h3 a:hover{

}

.coffee-menu .sec-title{
  margin-bottom: 60px;
}

.coffee-menu .more-btn{
  position: relative;
  margin-top: 63px;
}

.coffee-menu .more-btn .theme-btn-one{
  padding: 17px 33px;
}


/** video-style-two **/

.video-style-two{
  position: relative;
  width: 100%;
  padding: 147px 0px 170px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.video-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: -0px;
  width: 100%;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-style-two .video-btn a{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 98px;
  font-size: 30px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}

.video-style-two .video-btn a:after, 
.video-style-two .video-btn a:before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-style-two .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-style-two .inner-box{
  position: relative;
  display: block;
}

.video-style-two .inner-box .video-btn{
  position: absolute;
  top: 40px;
  right: 0px;
}

.video-style-two .inner-box p{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: 2px;
}

.video-style-two .inner-box h2{
  position: relative;
  font-size: 46px;
  line-height: 60px;
  color: #fff;
  max-width: 330px;
}


/** shop-style-two **/

.shop-style-two{
  position: relative;
  padding: 120px 0px 145px 0px;
}

.shop-style-two .shop-block-one .inner-box .lower-content{
  padding-bottom: 60px;
}

.shop-style-two .shop-block-one{
  margin: 0px;
}

.shop-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 394px;
  height: 532px;
  background-repeat: no-repeat;
}

.shop-style-two .more-btn{
  position: relative;
  margin-top: 60px;
}

.shop-style-two .more-btn .theme-btn-one{
  padding: 17px 33px;
}


/** project-style-three **/

.project-style-three{
  position: relative;
}

.project-style-three .tabs-content-inner {
  margin-right: -345px;
}

.project-style-three .sec-title {
  margin-bottom: 33px;
}

.project-style-three .sec-title p{
  color:#000;
}

.project-style-three .content-box .text p {
  color:#000;
}

.project-style-three .owl-nav {
  position: absolute;
  left: -400px;
  bottom: 112px;
}

.project-style-three .nav-style-one .owl-nav .owl-prev {
  margin-right: 10px;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
  opacity: 0.4;
  transform: scale(1.1);
}

.project-carousel .project-block-two{
  margin: 0px 15px;
}

.project-block-two .inner-box .lower-content{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
}

.project-block-two .inner-box .lower-content .view-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.project-block-two .inner-box .lower-content .view-btn a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 37px;
  transform: scale(0,0);
  opacity: 0;
}

.project-block-two .inner-box:hover .lower-content .view-btn a{
  transform: scale(1,1);
  opacity: 1;
}

.project-block-two .inner-box .lower-content h3{
  position: absolute;
  display: inline-block;
  left: 23px;
  bottom: 34px;
  font-size: 22px;
  font-weight: 500;
  font-family: @basicFont;
  color: #fff;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .lower-content h3{
  bottom: 38px;
  opacity: 1;
}

.project-block-two .inner-box .lower-content h3 a{
  display: inline-block;
  color: #fff;
}

.project-block-two .inner-box .lower-content h3 a:hover{

}

.project-style-three .tab-btn-box{
  position: relative;
  margin-bottom: 28px;
}

.project-style-three .project-tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: @basicFont;
  color:#000;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-style-three .project-tab-btns li:last-child{
  margin: 0px !important;
}

.project-style-three .project-tab-btns li.active-btn:before, 
.project-style-three .project-tab-btns li:hover:before {
  width: calc(100% + 16px);
}

.project-style-three .project-tab-btns li:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 5px;
  left: -10px;
  bottom: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.project-tab .p-tab.active-tab .project-block-two {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-tab .p-tab .project-block-two {
  position: relative;
  margin: 15px 15px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.project-style-three .nav-style-one .owl-nav .owl-next:hover,
.project-style-three .nav-style-one .owl-nav .owl-prev:hover{

}

.promotion-section .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1155px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.promotion-section .pattern-2 {
  position: absolute;
  left: 0px;
  bottom: -35px;
  width: 100%;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.promotion-section.alternat-2 .sec-title p{
  color:#000;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  overflow: hidden;
}

.testimonial-style-three .inner-box{
  position: relative;
  max-width: 470px;
  width: 100%;
}

.testimonial-style-three .nav-style-one .owl-nav{
  margin-top: 34px;
}

.testimonial-style-three .nav-style-one .owl-nav .owl-prev{
  margin-right: 10px;
}

.testimonial-style-three .nav-style-one .owl-nav .owl-prev:hover,
.testimonial-style-three .nav-style-one .owl-nav .owl-next:hover{

}

.testimonial-style-three .sec-title p{
  color:#000;
}

.testimonial-style-three .image-layer .image-1{
  position: absolute;
  bottom: 0px;
  right: 280px;
}

.testimonial-style-three .image-layer .image-2{
  position: absolute;
  top: 0px;
  right: 0px;
}

.testimonial-style-three .image-layer .image-shape{
  position: absolute;
  right: 140px;
  bottom: -90px;
  width: 813px;
  height: 671px;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-color-2{
  background: #000;
}


/** resarvation-section **/

.resarvation-section{
  position: relative;
  width: 100%;
  padding: 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.nice-select:after{
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  right: 20px;
}

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #222 !important;
  border-radius: 0px;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  background: transparent;
}

.resarvation-section .reserve-form .form-group{
  position: relative;
  margin: 0px;
}

.resarvation-section .reserve-form .form-group .select-box{
  position: relative;
  min-height: 50px;
}

.resarvation-section .reserve-form .form-group input[type='date'],
.resarvation-section .reserve-form .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #222;
  font-size: 16px;
  color:#000;
  padding: 10px 20px;
  background: transparent;
}

.resarvation-section .inner-box h2{
  position: relative;
  display: block;
  text-align: center;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 49px;
}

.resarvation-section .reserve-form .form-group.message-btn{
  margin-top: 60px;
}

.resarvation-section .pattern-1{
  position: absolute;
  left: 0px;
  top: -30px;
  width: 100%;
  height: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.resarvation-section .pattern-2{
  position: absolute;
  left: 0px;
  bottom: -34px;
  width: 100%;
  height: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}


/** footer-style-two **/

.footer-style-two{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.footer-style-two:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.87;
}

.footer-style-two .footer-widget ul li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #a9a9a9;
  margin-bottom: 14px;
}

.footer-style-two .footer-widget ul li:last-child{
  margin-bottom: 0px !important;
}

.footer-style-two .footer-widget ul li a{
  position: relative;
  display: inline-block;
  color: #a9a9a9;
}

.footer-style-two .footer-widget ul li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 5px;
  transition: all 500ms ease;
}

.footer-style-two .footer-widget ul li a:hover:before{
  width: 100%;
}

.footer-style-two .footer-widget ul li a:hover{

}

.footer-style-two .footer-widget ul li span{

}

.footer-style-two .logo-widget .footer-logo{
  max-width: 100px;
  margin: 0 auto 33px auto;
}

.footer-style-two .logo-widget .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.footer-style-two .logo-widget .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background: rgb(255,255,255,0.1);
}

.footer-style-two .logo-widget .social-links li a:before{
  display: none;
}

.footer-style-two .logo-widget .social-links li a:hover{
  color: #fff;
}

.footer-style-two .logo-widget .info-list{
  position: relative;
  margin-bottom: 36px;
}

.footer-style-two .logo-widget .info-list li{
  font-size: 17px;
  margin-bottom: 11px;
}

.footer-style-two .footer-widget{
  position: relative;
}

.footer-style-two .footer-widget:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: 2px;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}

.footer-style-two .footer-column:last-child .footer-widget:before{
  display: none;
}

.footer-style-two .footer-top{
  padding: 172px 0px 118px 0px;
}


/** header-style-four **/

.main-header.style-four{
  position: absolute;
}

.main-header.style-four .menu-area .mobile-nav-toggler{
  display: inline-block;
}

.main-header.style-four .main-menu{
  display: none;
}

.main-header.style-four .logo-box{
  position: absolute;
  left: 70px;
  top: 30px;
  max-width: 195px;
}

.main-header.style-four .nav-right{
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  background: #222222;
  padding: 36px 65px;
}

.main-header.style-four .nav-right .nav-list li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.main-header.style-four .nav-right .nav-list .mobile-nav-toggler{
  width: 54px;
  height: 54px;
  line-height: 56px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header.style-four .nav-right .nav-list .mobile-nav-toggler:hover{

}

.main-header.style-four .search-box-btn:hover{

}

.mobile-menu .menu-backdrop{
  background: #000;
}

/** banner-style-four **/

.banner-section.style-four{
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-section.style-four .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-section.style-four .content-box{
  max-width: 400px;
  padding: 0px;
}

.banner-section.style-four .content-box h1{
  position: relative;
  display: block;
  font-size: 65px;
  color:#000;
  line-height: 80px;
  margin-bottom: 26px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section.style-four .swiper-slide-active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section.style-four .content-box p{
  position: relative;
  display: block;
  color:#000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 37px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-section.style-four .swiper-slide-active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section.style-four .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms ease;
}

.banner-section.style-four .swiper-slide-active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-section.style-four .content-box .theme-btn-one{
  padding: 22px 52px;
}

.banner-section.style-four .banner-carousel-2 .swiper-slide{
  position: relative;
  overflow: hidden;
  padding: 280px 0px 225px 0px;
  width: 100%;
  height: 100%;
}


.banner-carousel-2{
  height: 100% !important;
}

.banner-carousel-2 .swiper-slide .image-layer{
  position:absolute;
  right:0;
  top:0;
  width:50%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel-2 .swiper-slide-active .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel-2 .content-box{
  position: relative;
  display: block;
  max-width: 450px;
  padding: 321px 0px 220px 0px;
  z-index:5;
}

.banner-section.style-four .pagination-wrap {
  position: absolute;
  top: 50%;
  right: 105px;
  z-index: 99;
}

.banner-section.style-four .swiper-pagination-bullet {
  position: relative;
  display: block;
  margin: 15px 0px;
  border: none;
  outline: none;
  width: 35px;
  height: 3px;
  opacity: 1;
  border-radius: 0px;
  background-color: rgba(255,255,255,0.6);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.banner-section.style-four .swiper-pagination-bullet:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0px;
  height: 100%;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.banner-section.style-four .swiper-pagination-bullet-active:before,
.banner-section.style-four .swiper-pagination-bullet:hover:before{
  width: 65px;
}

.banner-section.style-four .banner-slider-nav{
  position: absolute;
  right: 55px;
  bottom: 70px;
  z-index: 99;
}

.banner-section.style-four .banner-slider-nav .banner-slider-control{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-family: @basicFont;
  cursor: pointer;
  margin: 0px 15px;
  transition: all 500ms ease;
}

.banner-section.style-four .banner-slider-nav .banner-slider-control:hover{

}

.banner-section.style-four .banner-slider-nav .banner-slider-button-prev:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 11px;
  top: 6px;
  right: -15px;
}

.banner-section.style-four .anim-icon{
  max-width: 50%;
  margin: 0px;
}

.banner-section.style-four .anim-icon .icon{
  z-index: 2;
}

.banner-section.style-four .anim-icon .icon-1{
  left: 370px;
  top: -10px;
  width: 175px;
  height: 109px;
}

.banner-section.style-four .anim-icon .icon-2{
  left: 0px;
  top: 50%;
  width: 147px;
  height: 202px;
}

.banner-section.style-four .anim-icon .icon-3{
  left: 20px;
  bottom: 70px;
  width: 30px;
  height: 78px;
}

.banner-section.style-four .anim-icon .icon-4{
  top: 50%;
  right: 0px;
  width: 117px;
  height: 185px;
}

.banner-section.style-four .anim-icon .icon-5{
  bottom: 0px;
  right: 250px;
  width: 190px;
  height: 102px;
}

.banner-section.style-four .pattern-2 {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 21px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.boxed_wrapper_2{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0px;
  z-index: 9;
  overflow: hidden;
  background: #fff;
}



/*** 

====================================================================
                        Shop-Page
====================================================================

***/
/* 
.main-header.style-five .header-lower{
  background: #fff;
  position: relative;
}

.main-header.style-five .main-menu .navigation > li > a{
  color:#000;
}

.main-header.style-five .main-menu .navigation > li.dropdown > a:before{
  color:#000;
}

.main-header.style-five .menu-right-content .user-btn a, 
.main-header.style-five .menu-right-content .cart-btn a{
  color:#000;
}

.main-header.style-five .menu-right-content .user-btn a:before,
.main-header.style-five .menu-right-content .cart-btn a:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1px;
  height: 1px;
  background: #fff;
  box-shadow: 0 10px 30px 10px rgba(0,0,0,0.5);
  z-index: -1;
}

.main-header.style-five .search-box-btn:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1px;
  height: 1px;
  background: #fff;
  box-shadow: 0 10px 30px 10px rgba(0,0,0,0.5);
  z-index: -1;
}

.main-header.style-five .search-box-btn{
  color:#000;
}

.main-header.style-five .menu-right-content li{
  z-index: 1;
}

.main-header.style-five .sticky-header .menu-right-content .user-btn a:before,
.main-header.style-five .sticky-header .menu-right-content .cart-btn a:before,
.main-header.style-five .sticky-header .search-box-btn:before{
  display: none;
}

.main-header.style-five .main-menu .navigation > li.current > a, 
.main-header.style-five .main-menu .navigation > li:hover > a{

}

.main-header.style-five .main-menu .navigation > li.dropdown.current > a:before{
  
} */


====================================================================
                        About-Page
====================================================================

***/

#image_block_1 .image-box .video-inner{
  position: absolute;
  left: 0px;
  bottom: 65px;
  text-align: center;
  padding: 42px 15px 36px 15px;
  max-width: 210px;
  width: 100%;
  box-shadow: 0 20px 30px rgba(116, 206, 196, 0.5);
}

#image_block_1 .image-box .video-inner a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 88px;
  font-size: 24px;
  color: #fff;
  background: rgba(255,255,255,0.3);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 19px;
}

#image_block_1 .image-box .video-inner a:after, 
#image_block_1 .image-box .video-inner a:before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#image_block_1 .image-box .video-inner a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#image_block_1 .image-box .video-inner h3{
  font-size: 26px;
  line-height: 34px;
  color: #fff;
}


/** ourhistory-section **/

.ourhistory-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

.ourhistory-section:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.ourhistory-section .inner-box .image-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.ourhistory-section .inner-box .image-box img{
  width: 100%;
}

.ourhistory-section .inner-box .content-box .year{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.ourhistory-section .inner-box .content-box h3{
  font-size: 26px;
  line-height: 36px;
  font-family: @basicFont;
  font-weight: 500;
  margin-bottom: 13px;
}

.mb-130{
  margin-bottom: 130px;
}

.ourhistory-section .inner-column:last-child{
  padding-top: 60px;
}

.ourhistory-section .inner-content{
  position: relative;
}

.ourhistory-section .inner-content .line-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  width: 2px;
  height: calc(100% + 70px);
  background: #e5e5e5;
}

.ourhistory-section .inner-content .line-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 15%;
  left: 0px;
  top: 0px;
}

.ourhistory-section .inner-content .line-box span{
  position: absolute;
  width: 130px;
  height: 1px;
  left: -64px;
}

.ourhistory-section .inner-content .line-box span:first-child{
  top: 15%;
}

.ourhistory-section .inner-content .line-box span:nth-child(2){
  top: 39%;
}

.ourhistory-section .inner-content .line-box span:nth-child(3){
  top: 65%;
}

.ourhistory-section .inner-content .line-box span:last-child{
  top: 89%;
}

.ourhistory-section .inner-content .line-box span:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 38px;
  height: 1px;
  left: 46px;
  top: 0px;
}

.ourhistory-section .inner-content .line-box span:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 60px;
  top: -5px;
  box-shadow: 0 0 0 4px rgba(227,160,135,0.4);
}

.ourhistory-section .sec-title{
  margin-bottom: 128px;
}



/** ourmenu-section **/

/* .ourmenu-section{
  position: relative;
}

.ourmenu-section .single-menu-box{
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  margin-bottom: 30px;
}

.ourmenu-section .single-menu-box:last-child{
  margin-bottom: 0px;
}

.ourmenu-section .single-menu-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.ourmenu-section .single-menu-box .image-box img{
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.ourmenu-section .single-menu-box:hover .image-box img{
  opacity: 0.2;
}

.ourmenu-section .single-menu-box .inner{
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  padding-top: 11px;
}

.ourmenu-section .single-menu-box .inner h4{
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  line-height: 28px;
  font-family: @basicFont;
  font-weight: 400;
}

.ourmenu-section .single-menu-box .inner .line {
  position: relative;
  display: block;
  border: 1px dashed #cccccc;
  width: 100%;
  flex: 1;
  top: 2px;
}

.ourmenu-section .single-menu-box .inner .price{
  position: relative;
  float: right;
  display: inline-block;
  margin-left: 20px;
  font-size: 15px;
  color:#000;
} */


/** testimonial-style-four **/

.testimonial-style-four{
  position: relative;
}

.testimonial-style-four .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-four .owl-carousel .owl-item{
  opacity: 0;
}

.testimonial-style-four .owl-carousel .owl-item.active {
  opacity: 1;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  padding: 63px 50px 62px 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.testimonial-block-two .inner-box .image-layer .image-1{
  position: absolute;
  left: 0px;
  top: 0px;
}

.testimonial-block-two .inner-box .image-layer .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.testimonial-block-two .inner-box .image-box{
  position: relative;
  display: inline-block;
  width: 109px;
  height: 109px;
  padding: 7px;
  border-radius: 50%;
  margin-bottom: 18px;
}

.testimonial-block-two .inner-box .image-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .text{
  position: relative;
  margin-bottom: 19px;
}

.testimonial-block-two .inner-box .text p{
  font-size: 17px;
  line-height: 30px;
  color:#000;
}

.testimonial-block-two .inner-box .author-info h5{
  font-size: 17px;
  line-height: 26px;
  font-family: @basicFont;
  font-weight: 500;
  margin-bottom: 2px;
}

.testimonial-block-two .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 16px;
  color:#000;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  position: relative;
}

.error-section .inner-box h1{
  position: relative;
  display: block;
  font-size: 170px;
  line-height: 150px;
  color:#000;
  margin-bottom: 27px;
}

.error-section .inner-box h2{
  font-size: 40px;
  line-height: 45px;
  position: relative;
  color: @grey;
  margin-bottom: 10px;
}

.error-section .inner-box p{
  position: relative;
  margin-bottom: 57px;
}

.error-section .inner-box p a{
  display: inline-block;
  line-height: 18px;
}

.error-section .inner-box p a:hover{
  text-decoration: underline;
}

.error-section .inner-box .theme-btn-two{
  padding: 16px 39px;
}

.error-section .inner-box .btn-box a{
  margin: 0px 8px;
}



/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid .news-block-one .inner-box{
  margin-bottom: 30px;
}

.blog-grid .pagination-wrapper{
  margin-top: 40px;
}

.sidebar-page-container{
  position: relative;
}

.sidebar-page-container .news-block-one .inner-box{
  padding: 0px;
  box-shadow: none;
  margin-bottom: 50px;
}

.news-block-one .inner-box .lower-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 17px;
}

.news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color:#000;
}

.news-block-one .inner-box .lower-content h2 a:hover{

}

.quote-box{
  position: relative;
  display: block;
  padding: 61px 30px 54px 30px;
  text-align: center;
  margin-bottom: 50px;
}

.quote-box .text i{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 30px;
  color:#000;
  margin-bottom: 22px;
}

.quote-box .text p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color:#000;
  margin-bottom: 13px;
}

.quote-box .text h5{
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-family: @basicFont;
  color:#000;
  font-weight: 400;
}

.sidebar-page-container .more-btn{
  position: relative;
  display: block;
  margin-top: 20px;
}

.blog-sidebar{
  position: relative;
  margin-left: 20px;
}

.blog-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background: #fff;
  padding: 43px 40px 50px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  padding: 10px 75px 10px 20px;
  font-size: 15px;
  color: @grey;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group button{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus{

}

.blog-sidebar .sidebar-widget .widget-title{
  margin-bottom: 32px;
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding-left: 100px;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 107px;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom:0px;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.2;
}

.blog-sidebar .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color:#000;
}

.blog-sidebar .post-widget .post h5 a:hover{

}

.blog-sidebar .post-widget .post p{
  color:#000;
  text-transform: uppercase;
  margin: 0px;
}

.blog-sidebar .post-widget{
  padding-bottom: 29px;
}

.blog-sidebar .sidebar-archives .archives-list li{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.blog-sidebar .sidebar-archives .archives-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-archives .archives-list li a{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color:#000;
  padding-left: 30px;
}

.blog-sidebar .sidebar-archives .archives-list li a span{
  float: right;
  color:#000;
}

.blog-sidebar .sidebar-archives .archives-list li a:before{
  position: absolute;
  content: '';
  background: #d7d7d7;
  width: 15px;
  height: 2px;
  left: 0px;
  top: 13px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-archives .archives-list li a:hover{

}

.blog-sidebar .sidebar-archives .archives-list li a:hover:before{

}

.blog-sidebar .sidebar-archives .widget-title{
  margin-bottom: 26px;
}

.blog-sidebar .sidebar-categories .widget-title{
  margin-bottom: 26px;
}

.blog-sidebar .sidebar-tags .tags-list{
  position: relative;
  margin: 0px -5px;
}

.blog-sidebar .sidebar-tags .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 5px 10px 5px;
}

.blog-sidebar .sidebar-tags .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: @grey;
  font-family: @basicFont;
  border: 1px solid #e5e5e5;
  padding: 8.5px 13.5px;
}

.blog-sidebar .sidebar-tags .tags-list li a:hover{
  color: #fff;
  box-shadow: 0 10px 20px rgba(227, 160, 135, 0.3);
}

.blog-sidebar .sidebar-tags{
  padding-bottom: 40px;
}

.blog-standard-content .news-block-one .inner-box{
  margin-bottom: 70px;
}

.blog-post{
  position: relative;
  width: 100%;
  padding: 204px 0px 197px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-post:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.6;
}

.blog-post .post-inner .post-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 4px;
}

.blog-post .post-inner .post-info li:last-child{
  margin-right: 0px;
}

.blog-post .post-inner .post-info li a{
  color: #fff;
}

.blog-post .post-inner .post-info li a:hover{

}

.blog-post .post-inner h2{
  position: relative;
  display: block;
  font-size: 46px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 16px;
}

.blog-post .post-inner .category{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 5px 15px;
  z-index: 1;
  letter-spacing: 2px;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.blog-details-content .text p{
  margin-bottom: 26px;
}

.blog-details{
  padding-top: 120px;
}

.blog-details-content .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content blockquote{
  position: relative;
  display: block;
  padding: 41px 80px 49px 120px;
  margin: 62px 0px 70px 0px;
}

.blog-details-content blockquote i{
  position: absolute;
  left: 50px;
  top: 50px;
  font-size: 30px;
  line-height: 30px;
}

.blog-details-content blockquote p{
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color:#000;
  font-style: italic;
}

.blog-details-content .text h3{
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 24px;
}

.blog-details-content .two-column .text .list li{
  position: relative;
  display: block;
  font-size: 15px;
  padding-left: 32px;
  margin-bottom: 11px;
}

.blog-details-content .two-column .text .list li:last-child{
  margin-bottom: 0px;
}

.blog-details-content .two-column .text .list li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 17px;
}

.blog-details-content .two-column .image img{
  width: 100%;
}

.blog-details-content .two-column{
  margin-bottom: 63px;
}

.blog-details-content .post-share-option{
  position: relative;
  display: block;
  padding: 30px 30px;
  margin-bottom: 91px;
}

.blog-details-content .post-share-option .text h3{
  font-size: 22px;
  line-height: 50px;
  margin: 0px;
}

.blog-details-content .post-share-option .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #acadb4;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 10px 20px #dee2db;
}

.blog-details-content .post-share-option .social-links li a:hover{
  color: #fff;
}

.blog-details-content .inner-box{
  margin-bottom: 62px;
}

.blog-details-content .comment-box .comment{
  position: relative;
  display: block;
  padding-left: 110px;
  margin-bottom: 29px;
}

.blog-details-content .comment-box .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-inner{
  position: relative;
}

.blog-details-content .comment-box .comment:last-child .comment-inner{
  border-bottom: none;
}

.blog-details-content .group-title{
  margin-bottom: 33px;
}

.blog-details-content .comment-box .comment .comment-info h4{
  font-size: 20px;
  line-height: 30px;
  font-family: @basicFont;
  font-weight: 500;
  margin-bottom: 1px;
}

.blog-details-content .comment-box .comment .comment-info .comment-time{
  position: relative;
  display: block;
  font-size: 15px;
  color:#000;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .comment-info{
  position: relative;
  margin-bottom: 15px;
}

.blog-details-content .comment-box .comment .comment-inner p{
  margin-bottom: 16px;
}

.blog-details-content .comment-box .comment .comment-inner a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: @basicFont;
  color:#000;
}

.blog-details-content .comment-box .comment .comment-inner a:hover{

}

.blog-details-content .comment-box{
  margin-bottom: 30px;
  padding-bottom:30px;
  border-bottom: 1px solid #dfe5e5;
}

.blog-details-content .comments-form-area .form-group{
  position: relative;
  margin-bottom: 30px;
}

.blog-details-content .comments-form-area .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-group input[type='text'],
.blog-details-content .comments-form-area .form-group input[type='email'],
.blog-details-content .comments-form-area .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 20px;
  font-size: 15px;
  color: @grey;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-group textarea{
  height: 150px;
  resize: none;
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus{

}



/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section.alternet-2{
  position: relative;
  background-attachment: fixed;
}

.contact-section.alternet-2:before{
  /* position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9; */
}

.contact-section.alternet-2 .contact-info-inner{
  padding: 0px;
  background: transparent;
}

.contact-section.alternet-2 .form-inner{
  padding: 0px;
  background: transparent;
  padding-top: 217px;
}

.contact-section.alternet-2 .sec-title p{
  color:#000;
}

.contact-section.alternet-2 .contact-info-inner .single-box:nth-child(2) .list li:first-child{
  margin-bottom: 0px;
}

.contact-section.alternet-2 .contact-info-inner .single-box:nth-child(3) .list li:first-child{
  margin-bottom: 13px;
}

.google-map-section{
  position: relative;
  display: block;
  width: 100%;
}

.google-map-section #contact-google-map{
  position: relative;
  width: 100%;
  height: 570px;
}

.main-header.style-five .menu-right-content .cart-btn a span{
  color: #fff;
  background: #222;
}