 /* Css For Mremot */

 /************ 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


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



 /*** 

====================================================================
  Reset
====================================================================

 ***/
 * {
   margin: 0px;
   padding: 0px;
   border: none;
   outline: none;
 }


 /*** 

====================================================================
  Global Settings
====================================================================

 ***/


 body {
   font-size: 16px;
   color: #8a8582;
   line-height: 28px;
   font-weight: 400;
   background: #ffffff;
   font-family: 'Jost', sans-serif;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
   -webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
   .container {
     max-width: 1170px;
     padding: 0px 15px;
   }
 }

 .large-container {
   max-width: 1700px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .container-fluid {
   padding: 0px;
 }

 .auto-container {
   position: static;
   max-width: 1200px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .small-container {
   max-width: 680px;
   margin: 0 auto;
 }

 .boxed_wrapper {
   position: relative;
   margin: 0 auto;
   overflow: hidden !important;
   width: 100%;
   min-width: 300px;
 }


 a {
   text-decoration: none;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 a:hover {
   text-decoration: none;
   outline: none;
 }

 input,
 button,
 select,
 textarea {
   font-family: 'Jost', sans-serif;
   font-weight: 400;
   font-size: 16px;
 }

 ul,
 li {
   list-style: none;
   padding: 0px;
   margin: 0px;
 }

 input {
   transition: all 500ms ease;
 }

 button:focus,
 input:focus,
 textarea:focus {
   outline: none;
   box-shadow: none;
   transition: all 500ms ease;
 }

 p {
   position: relative;
   font-size: 16px;
   line-height: 28px;
   font-family: 'Jost', sans-serif;
   color: #8a8582;
   font-weight: 500;
   margin: 0px;
   transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   position: relative;
   font-family: 'Jost', sans-serif;
   font-weight: 400;
   color: #35312f;
   margin: 0px;
   transition: all 500ms ease;
 }

 /* Preloader */

 .handle-preloader {
   align-items: center;
   -webkit-align-items: center;
   display: flex;
   display: -ms-flexbox;
   height: 100%;
   justify-content: center;
   -webkit-justify-content: center;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 99999;
   background: #fff;
 }

 .preloader-close {
   position: fixed;
   z-index: 999999;
   color: #fff;
   padding: 10px 20px;
   cursor: pointer;
   right: 0;
   bottom: 0;
   font-weight: 600;
 }

 .handle-preloader .animation-preloader {
   position: absolute;
   z-index: 100;
 }

 .handle-preloader .animation-preloader .spinner {
   animation: spinner 1s infinite linear;
   border-radius: 50%;
   height: 150px;
   margin: 0 auto 45px auto;
   width: 150px;
 }

 .handle-preloader .animation-preloader .txt-loading {
   text-align: center;
   user-select: none;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   animation: letters-loading 4s infinite;
   content: attr(data-text-preloader);
   left: 0;
   opacity: 0;
   top: 0;
   position: absolute;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
   font-family: 'Jost', sans-serif;
   font-weight: 400;
   letter-spacing: 15px;
   display: inline-block;
   position: relative;
   font-size: 70px;
   line-height: 70px;
   text-transform: uppercase;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
   animation-delay: 0.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
   animation-delay: 0.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
   animation-delay: 0.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
   animation-delay: 0.8s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
   animation-delay: 1s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
   animation-delay: 1.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
   animation-delay: 1.4s;
 }

 .handle-preloader .loader-section {
   background-color: #ffffff;
   height: 100%;
   position: fixed;
   top: 0;
   width: calc(50% + 1px);
 }

 .preloader .loaded .animation-preloader {
   opacity: 0;
   transition: 0.3s ease-out;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
   color: #e19979;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   color: #df8e6a;
 }

 .handle-preloader .animation-preloader .spinner {
   border: 3px solid #df8e6a;
   border-top-color: rgba(223, 142, 106, 0.2);
 }

 /* AnimaciÃ³n del preloader */
 @keyframes spinner {
   to {
     transform: rotateZ(360deg);
   }
 }

 @keyframes letters-loading {

   0%,
   75%,
   100% {
     opacity: 0;
     transform: rotateY(-90deg);
   }

   25%,
   50% {
     opacity: 1;
     transform: rotateY(0deg);
   }
 }

 @media screen and (max-width: 767px) {
   .handle-preloader .animation-preloader .spinner {
     height: 8em;
     width: 8em;
   }
 }

 @media screen and (max-width: 500px) {
   .handle-preloader .animation-preloader .spinner {
     height: 7em;
     width: 7em;
   }

   .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-size: 40px;
     letter-spacing: 10px;
   }
 }


 .centred {
   text-align: center;
 }

 .pull-left {
   float: left;
 }

 .pull-right {
   float: right;
 }


 figure {
   margin: 0px;
 }

 img {
   display: inline-block;
   max-width: 100%;
   height: auto;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
 }

 /** button **/

 .theme-btn-one {
   position: relative;
   font-size: 16px;
   line-height: 24px;
   font-family: 'Nunito Sans', sans-serif;
   font-weight: 600;
   color: #fff !important;
   background-color: #E6034b;
   text-align: center;
   padding: 8px 116px;
   z-index: 1;
   border-radius: 6px;
 }

 .theme-btn-two {
   position: relative;
   font-size: 16px;
   line-height: 24px;
   font-family: 'Nunito Sans', sans-serif;
   font-weight: 600;
   color: #E6034b;
   background-color: #fff;
   border: 1px solid #E6034b;
   text-align: center;
   padding: 8px 120px;
   z-index: 1;
   border-radius: 6px;
   margin-top: 16px;
 }

 .theme-btn-three {
   position: relative;
   font-size: 16px;
   line-height: 24px;
   font-family: 'Nunito Sans', sans-serif;
   font-weight: 600;
   color: #fff !important;
   background-color: #E6034b;
   text-align: center;
   padding: 8px 166px;
   z-index: 1;
   border-radius: 6px;
 }

 /* .theme-btn-one:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
} */

 /* .theme-btn-one:after{
  position: absolute;
  content: '';
  background: #35312f;
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
} */

 /* .theme-btn-one:hover:before,
.theme-btn-one:hover:after{
  width: 50%;
} */

 .pagination {
   position: relative;
   display: block;
 }

 .pagination li {
   display: inline-block;
   margin: 0px 3px;
 }

 .pagination li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   font-weight: 500;
   height: 50px;
   width: 50px;
   line-height: 50px;
   border: 1px solid #e3e3e3;
   text-align: center;
   color: #35312f;
   border-radius: 5px;
   background: transparent;
   z-index: 1;
   transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.active {
   color: #fff;
 }

 .sec-pad {
   padding: 120px 0px !important;
 }

 .mr-0 {
   margin: 0px !important;
 }

 .scroll-top {
   width: 48px;
   height: 48px;
   line-height: 55px;
   position: fixed;
   bottom: 105%;
   left: 380px;
   font-size: 20px;
   border-radius: 100%;
   z-index: 99;
   color: #ffffff;
   text-align: center;
   cursor: pointer;
   transition: 1s ease;
 }

 .scroll-top.open {
   bottom: 40px;
 }

 .scroll-top span {
   color: #fff;
 }

 .sec-title {
   position: relative;
   display: block;
   text-align: center;
   margin-bottom: 93px;
 }

 .sec-title span {
   position: absolute;
   left: 50%;
   width: 100%;
   transform: translateX(-50%);
   top: -30px;
   font-size: 150px;
   line-height: 120px;
   font-family: 'Mrs Saint Delafield', cursive;
   color: #fff;
 }

 .sec-title.brown span {
   color: #fbf4f0;
 }

 .sec-title.light span {
   color: rgba(255, 255, 255, 0.1);
 }

 .sec-title h2 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 35px;
   color: #35312f;
   text-transform: uppercase;
 }

 .sec-title.light h2 {
   color: #fff;
 }




 /*** 

====================================================================
                        Home-Page-One
====================================================================

***/


 /** main-header **/

 .main-header {
   position: relative;
   left: 0px;
   top: 0px;
   z-index: 999;
   width: 100%;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .sticky-header {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   background: #fff;
   left: 0px;
   top: 0px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
   width: 100%;
   z-index: 0;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .fixed-header .sticky-header {
   z-index: 999;
   opacity: 1;
   visibility: visible;
   -ms-animation-name: fadeInDown;
   -moz-animation-name: fadeInDown;
   -op-animation-name: fadeInDown;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   -ms-animation-duration: 500ms;
   -moz-animation-duration: 500ms;
   -op-animation-duration: 500ms;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -ms-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   -op-animation-timing-function: linear;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -ms-animation-iteration-count: 1;
   -moz-animation-iteration-count: 1;
   -op-animation-iteration-count: 1;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
 }

 /** header-top **/

 .main-header .header-top {
   position: relative;
   width: 100%;
   background: #fff;
   /* padding-left: 300px; */
 }

 .main-header .header-top .top-inner {
   position: relative;
   background: #E62E4A;
   padding: 12px 16px 12px 16px;
 }

 .main-header .header-top .top-inner:before {
   position: absolute;
   content: '';
   background: #E62E4A;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
 }

 .main-header .header-top p {
   font-size: 14px;
   font-weight: 700;
   line-height: 20px;
   color: #fff;
 }

 .main-header .header-top p i {
   margin-right: 8px;
 }

 .back-btn{
  position: absolute;
  z-index: 1;
 }

 .main-header .header-top .back-btn i {
   margin-left: 10px;
   font-size: 22px;
   color: #fff;
   position: relative;
 }

 .title-name {
   color: #fff;
   font-size: 20px;
 }

 /** header-upper **/

 .header-upper {
   position: relative;
   width: 100%;
   padding: 17px 0px 17px 300px;
   border-bottom: 1px solid #f1e6df;
 }

 .header-upper .logo-box {
   position: absolute;
   left: 0px;
   top: -7px;
   max-width: 168px;
   z-index: 1;
 }

 .header-upper .logo-box img {
   width: 100%;
 }

 .header-upper .social-links li {
   position: relative;
   display: inline-block;
 }

 .header-upper .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #35312f;
   background: #fbf4f0;
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
 }

 .header-upper .social-links li a:hover {
   color: #fff;
 }

 .header-upper .info-box li {
   position: relative;
   display: inline-block;
   line-height: 20px;
   padding: 0px 0px 0px 45px;
   text-align: left;
   margin-right: 30px;
 }

 .header-upper .info-box li:last-child {
   margin-right: 0px;
 }

 .header-upper .info-box li i {
   position: absolute;
   left: 0px;
   top: 5px;
   font-size: 36px;
   line-height: 30px;
 }

 .header-upper .info-box li p {
   font-size: 12px;
   line-height: 14px;
   color: #8a8582;
   font-weight: 500;
   text-transform: uppercase;
   margin-bottom: 0px;
 }

 .header-upper .info-box li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #35312f;
   line-height: 16px;
   font-weight: 500;
 }

 .header-upper .info-box li a:hover {}


 /** header-lower **/

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

 .main-header .menu-right-content {
   position: relative;
   margin-top: 22px;
 }

 .main-header .menu-right-content .search-btn,
 .main-header .menu-right-content .cart-box {
   position: relative;
   float: left;
 }

 .main-header .menu-right-content .search-btn {
   margin-right: 30px;
 }

 .main-header .menu-right-content .search-btn button {
   position: relative;
   display: inline-block;
   font-size: 22px;
   color: #35312f;
   background: transparent;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .main-header .menu-right-content .search-btn button:hover {}

 .main-header .menu-right-content .cart-box a {
   position: relative;
   display: inline-block;
   font-size: 26px;
   color: #35312f;
   padding-right: 8px;
 }

 .main-header .menu-right-content .cart-box a:hover {}

 .main-header .menu-right-content .cart-box a span {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 14px;
   height: 14px;
   line-height: 14px;
   font-size: 8px;
   color: #fff;
   font-weight: 700;
   border-radius: 50%;
   text-align: center;
 }

 /** main-menu **/

 .main-menu {
   float: left;
 }

 .main-menu .navbar-collapse {
   padding: 0px;
   display: none !important;
 }

 .main-menu .navigation {
   margin: 0px;
 }

 .main-menu .navigation>li {
   position: inherit;
   float: left;
   z-index: 2;
   padding: 21px 0px;
   margin: 0px 37px;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .main-menu .navigation>li:last-child {
   margin-right: 0px !important;
 }

 .main-menu .navigation>li:first-child {
   margin-left: 0px !important;
 }

 .main-menu .navigation>li>a {
   position: relative;
   display: block;
   text-align: center;
   font-size: 15px;
   line-height: 30px;
   font-weight: 500;
   opacity: 1;
   font-family: 'Jost', sans-serif;
   color: #8a8582;
   z-index: 1;
   text-transform: uppercase;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>a:before {
   position: absolute;
   content: '';
   width: 31px;
   height: 4px;
   left: 50%;
   bottom: -4px;
   margin-left: -17px;
   transform: scale(0, 0);
   background-repeat: no-repeat;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li.current>a:before,
 .main-menu .navigation>li:hover>a:before {
   transform: scale(1, 1);
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {
   color: #35312f;
 }

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
   position: absolute;
   left: inherit;
   top: 100%;
   width: 250px;
   z-index: 100;
   display: none;
   opacity: 0;
   visibility: hidden;
   padding: 10px 0px;
   background-color: #fff;
   -moz-transform: translateY(30px);
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   -o-transform: translateY(30px);
   transform: translateY(30px);
   -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -webkit-transform-origin: top;
   -ms-transform-origin: top;
   transform-origin: top;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul.from-right {
   left: auto;
   right: 0px;
 }

 .main-menu .navigation>li>ul>li {
   position: relative;
   width: 100%;
   padding: 0px 30px;
 }

 .main-menu .navigation>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>a,
 .main-menu .navigation>li>.megamenu li>a {
   position: relative;
   display: block;
   padding: 14px 0px;
   line-height: 24px;
   font-weight: 500;
   font-family: 'Jost', sans-serif;
   font-size: 15px;
   text-transform: capitalize;
   color: #35312f;
   border-bottom: 1px solid #f1e6df;
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>a:before {
   position: absolute;
   content: "\f105";
   font-size: 17px;
   font-family: 'Font Awesome 5 Free';
   font-weight: 600;
   left: -30px;
   top: 15px;
   opacity: 0;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>a:hover:before {
   left: -17px;
   opacity: 1;
 }

 .main-menu .navigation>li>ul>li>a:hover,
 .main-menu .navigation>li>.megamenu li>a:hover {}

 .main-menu .navigation>li>ul>li:last-child>a,
 .main-menu .navigation>li>.megamenu li:last-child>a {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>a:hover {}

 .main-menu .navigation>li>ul>li.dropdown>a:after {
   font-family: 'Font Awesome 5 Free';
   content: "\f105";
   position: absolute;
   right: 20px;
   top: 14px;
   display: block;
   line-height: 24px;
   font-size: 16px;
   font-weight: 800;
   text-align: center;
   z-index: 5;
 }

 .main-menu .navigation>li>ul>li>ul {
   position: absolute;
   right: 100%;
   top: -2px;
   width: 230px;
   z-index: 100;
   display: none;
   padding: 10px 0px;
   background-color: #fff;
   -moz-transform: translateY(30px);
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   -o-transform: translateY(30px);
   transform: translateY(30px);
   -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 }

 .main-menu .navigation>li>ul>li>ul.from-right {
   left: auto;
   right: 0px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
   position: relative;
   width: 100%;
   padding: 0px 30px;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a {
   position: relative;
   display: block;
   font-size: 15px;
   padding: 14px 0px;
   line-height: 24px;
   font-weight: 500;
   font-family: 'Jost', sans-serif;
   text-transform: capitalize;
   color: #35312f;
   border-bottom: 1px solid #f1e6df;
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:before {
   position: absolute;
   content: "\f105";
   font-size: 17px;
   font-family: 'Font Awesome 5 Free';
   font-weight: 600;
   left: -30px;
   top: 14px;
   opacity: 0;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover:before {
   left: -17px;
   opacity: 1;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child>a {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover {}

 .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
   font-family: 'Font Awesome 5 Free';
   content: "\f105";
   position: absolute;
   right: 20px;
   top: 12px;
   display: block;
   line-height: 24px;
   font-size: 16px;
   font-weight: 900;
   z-index: 5;
 }

 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
   visibility: visible;
   opacity: 1;
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
   visibility: visible;
   opacity: 1;
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
 }

 .main-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: -32px;
   top: 66px;
   width: 34px;
   height: 30px;
   text-align: center;
   font-size: 18px;
   line-height: 26px;
   color: #3b3b3b;
   cursor: pointer;
   display: none;
   z-index: 5;
   transition: all 500ms ease;
 }

 .main-menu .navigation li.current.dropdown .dropdown-btn,
 .main-menu .navigation li:hover .dropdown-btn {}

 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
   display: none;
 }

 .menu-area .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   margin-top: -22px;
   cursor: pointer;
   color: #3786ff;
   display: block;
 }

 .menu-area .mobile-nav-toggler .icon-bar {
   position: relative;
   height: 2px;
   width: 23px;
   display: block;
   margin-bottom: 5px;
   background-color: #ffffff;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .menu-area .mobile-nav-toggler .icon-bar:last-child {
   margin-bottom: 0px;
 }

 .main-header .sticky-header .logo-box {
   position: relative;
   display: inline-block;
   width: 100px;
   height: 100px;
   text-align: center;
   padding: 20px 0px;
   z-index: 1;
 }

 .main-header .sticky-header .logo-box:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   transform: rotate(45deg);
   z-index: -1;
 }

 .main-header .sticky-header .logo-box:after {
   position: absolute;
   content: '';
   border: 1px dashed #fff;
   width: calc(100px - 10px);
   height: calc(100px - 10px);
   left: 5px;
   top: 5px;
   transform: rotate(45deg);
 }

 /** megamenu-style **/

 .main-menu .navigation>li.dropdown>.megamenu {
   position: absolute;
   width: 100%;
   padding: 30px 50px;
   left: 0px;
 }

 .main-menu .navigation li.dropdown .megamenu li h4 {
   font-weight: 500;
   padding: 3px 0px;
 }


 /** mobile-menu **/

 .nav-outer .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   color: #3786ff;
   display: none;
 }

 .mobile-menu {
   position: fixed;
   left: 0;
   top: 0;
   width: 300px;
   padding-right: 30px;
   max-width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   z-index: 999999;
 }

 .mobile-menu .navbar-collapse {
   display: block !important;
 }

 .mobile-menu .nav-logo {
   position: relative;
   padding: 50px 25px;
   text-align: left;
   padding-bottom: 100px;
 }

 .mobile-menu-visible {
   overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
   opacity: 1;
   visibility: visible;
 }

 .mobile-menu .menu-backdrop {
   position: fixed;
   right: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   -webkit-transform: translateX(101%);
   -ms-transform: translateX(101%);
   transform: translateX(101%);
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
 }

 .mobile-menu-visible .mobile-menu .menu-backdrop {
   opacity: 0.70;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
 }

 .mobile-menu .menu-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 384px;
   height: 100%;
   max-height: 100%;
   overflow-y: auto;
   background: #ffffff;
   padding: 0px 0px;
   z-index: 5;
   opacity: 0;
   visibility: hidden;
   border-radius: 0px;
   -webkit-transform: translateX(101%);
   -ms-transform: translateX(101%);
   transform: translateX(101%);
 }

 .mobile-menu-visible .mobile-menu .menu-box {
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
 }

 .mobile-menu .close-btn {
   position: absolute;
   left: 25px;
   top: 10px;
   line-height: 24px;
   width: 24px;
   height: 24px;
   text-align: center;
   font-size: 24px;
   font-weight: 500;
   color: #E6034b;
   cursor: pointer;
   z-index: 10;
   -webkit-transition: all 0.9s ease;
   -moz-transition: all 0.9s ease;
   -ms-transition: all 0.9s ease;
   -o-transition: all 0.9s ease;
   transition: all 0.9s ease;
 }

 .mobile-menu-visible .mobile-menu .close-btn {
   -webkit-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }

 .mobile-menu .close-btn:hover {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .mobile-menu .navigation {
   position: relative;
   display: block;
   width: 100%;
   float: none;
   margin-top: 100px;
 }

 .mobile-menu .navigation li>a {
   position: relative;
   display: block;
   line-height: 28px;
   padding: 10px 25px;
   font-size: 18px;
   font-weight: 600;
   color: #575962;
   text-transform: uppercase;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .navigation li ul li>a {
   font-size: 16px;
   margin-left: 20px;
   text-transform: capitalize;
 }

 .mobile-menu .navigation li>a:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 0;
   border-left: 5px solid #fff;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .navigation li.current>a:before {
   height: 100%;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: 6px;
   top: 6px;
   width: 32px;
   height: 32px;
   text-align: center;
   font-size: 16px;
   line-height: 32px;
   color: #ffffff;
   background: rgba(255, 255, 255, 0.10);
   cursor: pointer;
   border-radius: 2px;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 5;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn.open {
   background: #fff;
   color: #3b3b3b;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .mobile-menu .navigation li>ul,
 .mobile-menu .navigation li>ul>li>ul,
 .mobile-menu .navigation>li.dropdown>.megamenu {
   display: none;
 }

 .mobile-menu .social-links {
   position: relative;
   padding: 0px 25px;
 }

 .mobile-menu .social-links li {
   position: relative;
   display: inline-block;
   margin: 0px 10px 10px;
 }

 .mobile-menu .social-links li a {
   position: relative;
   line-height: 32px;
   font-size: 16px;
   color: #ffffff;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .social-links li a:hover {}

 div#mCSB_1_container {
   top: 0px !important;
 }

 .mobile-menu .contact-info {
   position: relative;
   padding: 180px 20px 20px 20px;
 }

 .mobile-menu .contact-info h4 {
   position: relative;
   font-size: 20px;
   color: #ffffff;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .mobile-menu .contact-info ul li {
   position: relative;
   display: block;
   font-size: 15px;
   color: rgba(255, 255, 255, 0.80);
   margin-bottom: 3px;
 }

 .mobile-menu .contact-info ul li a {
   color: rgba(255, 255, 255, 0.80);
 }

 .mobile-menu .contact-info ul li a:hover {}

 .mobile-menu .contact-info ul li:last-child {
   margin-bottom: 0px;
 }


 /** search pop-up style **/

 .main-header.style-one .search-box-outer .search-toggler {
   position: relative;
   font-size: 18px;
   color: #fff;
   padding: 5px 10px;
   font-weight: 600;
   background: transparent;
   cursor: pointer;
   display: inline-block;
   transition: all 500ms ease;
 }

 .main-header .search-box-outer .search-toggler:hover {}

 .search-popup {
   position: fixed;
   left: 0;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 99999;
   visibility: hidden;
   opacity: 0;
   overflow: auto;
   background: rgba(0, 0, 0, 0.9);
   -webkit-transform: translateY(101%);
   -ms-transform: translateY(101%);
   transform: translateY(101%);
   transition: all 700ms ease;
   -moz-transition: all 700ms ease;
   -webkit-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
 }

 .search-popup.popup-visible {
   -webkit-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);
   visibility: visible;
   opacity: 1;
 }

 .search-popup .overlay-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   bottom: 0px;
   display: block;
 }

 .search-popup .close-search {
   position: absolute;
   right: 25px;
   top: 25px;
   font-size: 16px;
   font-weight: 700;
   color: #ffffff;
   cursor: pointer;
   z-index: 5;
   transition: all 500ms ease;
 }

 .search-popup .close-search:hover {}

 .search-popup.popup-visible .search-form {
   opacity: 1;
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   transition: all 500ms ease 500ms;
   -moz-transition: all 900ms ease 500ms;
   -webkit-transition: all 900ms ease 500ms;
   -ms-transition: all 900ms ease 500ms;
   -o-transition: all 900ms ease 500ms;
 }

 .search-popup .search-form {
   position: relative;
   padding: 0px 15px 0px;
   max-width: 1024px;
   margin: 0 auto;
   margin-top: 150px;
   margin-bottom: 100px;
   opacity: 0;
   -webkit-transform: translateY(50px);
   -ms-transform: translateY(50px);
   transform: translateY(50px);
   z-index: 10;
 }

 .search-popup .search-form fieldset {
   position: relative;
 }

 .search-popup .search-form fieldset input[type="search"] {
   position: relative;
   height: 70px;
   padding: 20px 250px 20px 30px;
   background: #ffffff;
   line-height: 30px;
   font-size: 24px;
   color: #233145;
   box-shadow: none;
   outline: none;
 }

 .search-popup .search-form fieldset input[type="submit"] {
   position: absolute;
   display: block;
   right: 0px;
   top: 0px;
   text-align: center;
   width: 220px;
   height: 70px;
   padding: 20px 10px 20px 10px;
   color: #ffffff !important;
   line-height: 30px;
   font-size: 20px;
   cursor: pointer;
   text-transform: uppercase;
 }

 .search-popup .search-form fieldset input[type="submit"]:hover {
   transform: translateY(0px);
 }

 .search-popup h3 {
   text-transform: uppercase;
   font-size: 20px;
   font-weight: 600;
   color: #ffffff;
   margin-bottom: 20px;
   letter-spacing: 1px;
   text-align: center;
 }

 .search-popup .recent-searches {
   font-size: 16px;
   color: #ffffff;
   text-align: center;
 }

 .search-popup .recent-searches li {
   display: inline-block;
   margin: 0px 10px 10px 0px;
 }

 .search-popup .recent-searches li a {
   display: block;
   line-height: 24px;
   border: 1px solid #ffffff;
   padding: 7px 15px;
   color: #ffffff;
   border-radius: 3px;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }

 .search-popup .recent-searches li a:hover {}

 /** about-section **/

 .about-section {
   position: relative;
 }

 .about-section .content-inner {
   position: relative;
   padding-top: 110px;
 }

 .about-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 360px;
   height: 488px;
   background-repeat: no-repeat;
 }

 #content_block_1 .content-box h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   text-transform: uppercase;
   margin-bottom: 48px;
 }

 #content_block_1 .content-box .image-holder {
   position: relative;
   display: block;
   padding-right: 50px;
   margin-right: 40px;
 }

 #content_block_1 .content-box .image-holder .line {
   position: absolute;
   width: 26px;
   height: 100%;
   left: -45px;
   top: 0px;
   background-repeat: no-repeat;
 }

 #content_block_1 .content-box .image-holder .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 #content_block_1 .content-box .image-holder .image-box img {
   width: 100%;
 }

 #content_block_1 .content-box .image-holder .image-box:before {
   position: absolute;
   top: 0;
   left: -75%;
   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, 42556, 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);
 }

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

 @-webkit-keyframes shine {
   100% {
     left: 125%;
   }
 }

 @keyframes shine {
   100% {
     left: 125%;
   }
 }

 #content_block_1 .content-box .image-holder .icon-box {
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 95px;
   height: 95px;
   line-height: 95px;
   text-align: center;
 }

 #content_block_2 .content-box h4 {
   font-size: 20px;
   line-height: 36px;
   font-weight: 500;
   margin-bottom: 29px;
 }

 #content_block_2 .content-box .list li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   color: #8a8582;
   margin-bottom: 10px;
   padding-left: 22px;
 }

 #content_block_2 .content-box .list li:last-child {
   margin-bottom: 0px;
 }

 #content_block_2 .content-box .list li:before {
   position: absolute;
   content: '';
   width: 7px;
   height: 7px;
   left: 0px;
   top: 9px;
 }

 #content_block_2 .content-box .list {
   position: relative;
   margin-bottom: 45px;
 }

 #content_block_2 .content-box .inner-box li {
   position: relative;
   display: inline-block;
   float: left;
   max-width: 180px;
   width: 100%;
   background: #fbf4f0;
   min-height: 96px;
   padding: 34px 0px 30px 60px;
   margin-right: 10px;
 }

 #content_block_2 .content-box .inner-box li:last-child {
   margin-right: 0px;
 }

 #content_block_2 .content-box .inner-box li i {
   position: absolute;
   left: 25px;
   top: 33px;
   font-size: 30px;
   line-height: 30px;
 }

 #content_block_2 .content-box .inner-box li p {
   font-size: 14px;
   color: #35312f;
   font-weight: 500;
   text-transform: uppercase;
 }

 #content_block_3 .content-box {
   position: relative;
   display: block;
   background: #fff;
   overflow: hidden;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
 }

 #content_block_3 .content-box .location-box {
   position: relative;
   padding: 40px 60px 37px 60px;
 }

 #content_block_3 .content-box .location-box p {
   font-size: 16px;
   line-height: 30px;
   color: #fff;
 }

 #content_block_3 .content-box .location-box i {
   position: absolute;
   right: -30px;
   bottom: -30px;
   font-size: 120px;
   line-height: 120px;
   color: rgba(255, 255, 255, 0.1);
 }

 #content_block_3 .content-box .shediul-box {
   position: relative;
   padding: 53px 75px 59px 60px;
 }

 #content_block_3 .content-box .shediul-box i {
   position: absolute;
   top: 65px;
   right: 60px;
   font-size: 50px;
   line-height: 50px;
 }

 #content_block_3 .content-box .shediul-box h3 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 36px;
   text-transform: uppercase;
   margin-bottom: 38px;
 }

 #content_block_3 .content-box .shediul-box .time-list li {
   position: relative;
   display: block;
   margin-bottom: 28px;
 }

 #content_block_3 .content-box .shediul-box .time-list li:last-child {
   margin-bottom: 0px;
 }

 #content_block_3 .content-box .shediul-box .time-list li span {
   position: relative;
   display: block;
   font-size: 12px;
   line-height: 20px;
   font-weight: 500;
   text-transform: uppercase;
   margin-bottom: 5px;
 }

 #content_block_3 .content-box .shediul-box .time-list li h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 25px;
 }

 .bg-color-1 {
   background: #fbf4f0;
 }


 


 /** main-footer **/

 .main-footer {
   position: relative;
 }

 .footer-top {
   position: relative;
   display: block;
   background: #35312f;
   padding: 140px 0px 120px 0px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .footer-top .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 545px;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .footer-top .logo-widget .footer-logo {
   position: relative;
   margin-bottom: 31px;
 }

 .footer-top .logo-widget .text p {
   font-size: 16px;
   line-height: 34px;
   font-weight: 500;
   color: #a9a6a4;
 }

 .footer-top .logo-widget .text {
   margin-bottom: 28px;
 }

 .footer-top .logo-widget {
   position: relative;
   margin-right: 20px;
   margin-top: -20px;
 }

 .footer-top .logo-widget .subscribe-form .form-group {
   position: relative;
   margin: 0px;
 }

 .footer-top .logo-widget .subscribe-form .form-group input[type='email'] {
   position: relative;
   display: block;
   width: 100%;
   height: 70px;
   background: #302c2a;
   border: 1px solid rgba(255, 255, 255, 0.1);
   padding: 10px 80px 10px 20px;
   font-size: 16px;
   font-weight: 500;
   color: #a9a6a4;
   transition: all 500ms ease;
 }

 .footer-top .logo-widget .subscribe-form .form-group input::-webkit-input-placeholder {
   color: #a9a6a4;
 }

 .footer-top .logo-widget .subscribe-form .form-group input:focus {}

 .footer-top .logo-widget .subscribe-form .form-group button {
   position: absolute;
   top: 8px;
   right: 8px;
   font-size: 16px;
   line-height: 26px;
   font-weight: 600;
   color: #fff;
   padding: 14.5px 14px;
   text-align: center;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .footer-top .widget-title {
   position: relative;
   display: block;
   margin-bottom: 36px;
 }

 .footer-top .widget-title h5 {
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   font-weight: 600;
   text-transform: uppercase;
 }

 .footer-top .links-widget .links-list li {
   position: relative;
   display: block;
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 12px;
 }

 .footer-top .links-widget .links-list li:last-child {
   margin-bottom: 0px;
 }

 .footer-top .links-widget .links-list li a {
   color: #a9a6a4;
 }

 .footer-top .links-widget .links-list li a:hover {}

 .footer-top .contact-widget .info-list li {
   position: relative;
   display: block;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   padding: 14px 0px 11px 30px;
 }

 .footer-top .contact-widget .info-list li:last-child {
   border-bottom: none;
 }

 .footer-top .contact-widget .info-list li i {
   position: absolute;
   left: 0px;
   top: 17px;
   font-size: 18px;
 }

 .footer-top .contact-widget .info-list li p {
   font-size: 16px;
   line-height: 34px;
   font-weight: 500;
   color: #a9a6a4;
 }

 .footer-top .contact-widget .info-list li p a {
   color: #a9a6a4;
 }

 .footer-top .contact-widget .info-list li p a:hover {}

 .footer-top .contact-widget .widget-title {
   margin-bottom: 19px;
 }

 .footer-top .instagram-widget .image-list li {
   position: relative;
   float: left;
   width: 76px;
   height: 76px;
   margin: 0px 5px 10px 5px;
 }

 .footer-top .instagram-widget .image-list li .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .footer-top .instagram-widget .image-list li .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .footer-top .instagram-widget .image-list li .image-box:hover img {
   opacity: 0.2;
 }

 .footer-top .instagram-widget .image-list li .image-box a {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   font-size: 20px;
   color: #fff;
   opacity: 0;
   z-index: 1;
 }

 .footer-top .instagram-widget .image-list li .image-box:hover a {
   opacity: 1;
 }

 .footer-top .instagram-widget .image-list {
   position: relative;
   margin: 0px -5px;
 }

 .footer-botton {
   position: relative;
   display: block;
   padding: 8px 8px 15px 8px;
   margin-top: 20px;
   text-align: center;
 }

 .footer-botton .copyright p {
   position: relative;
   font-size: 16px;
   line-height: 40px;
   font-weight: 600;
   color: #a9a6a4;
 }

 .footer-botton .copyright p a {
   color: #a9a6a4;
 }

 .footer-botton .copyright p a:hover {}

 .footer-botton .footer-social li {
   position: relative;
   display: inline-block;
   margin-right: 10px;
   margin-bottom: 10px;
 }

 .footer-botton .footer-social li:last-child {
   margin-right: 0px;
 }

 .footer-botton .footer-social li a {
   position: relative;
   display: inline-block;
   font-size: 20px;
   background: #fff;
   color: #E62E4A;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   border: 1px solid #E62E4A;
   border-radius: 100%;
 }

 .footer-botton .footer-social li a:hover {
   color: #e62e4a;
 }



 /*** 

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

***/

 /** header-style-two **/

 .main-header.style-two {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
 }

 .main-header.style-two .header-top {
   padding-left: 0px;
   background: #35312f;
   box-shadow: 0 70px 120px 100px #23201f;
 }

 .main-header.style-two .header-top .top-inner {
   padding-left: 0px;
 }

 .main-header.style-two .header-upper .mail-box {
   position: relative;
   padding: 34px 0px 31px 0px;
 }

 .main-header.style-two .header-upper .mail-box .inner {
   position: relative;
   padding-left: 45px;
 }

 .main-header.style-two .header-upper .info-box i {
   position: absolute;
   left: 0px;
   top: 5px;
   font-size: 36px;
   line-height: 30px;
 }

 .main-header.style-two .header-upper .info-box p {
   font-size: 12px;
   line-height: 14px;
   color: #a9a6a4;
   font-weight: 500;
   text-transform: uppercase;
   margin-bottom: 0px;
 }

 .main-header.style-two .header-upper .info-box a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: #fff;
   line-height: 16px;
   font-weight: 500;
 }

 .main-header.style-two .header-upper .info-box a:hover {}

 .main-header.style-two .header-upper .logo-box {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   top: 0px;
 }

 .main-header.style-two .header-upper .phone-box {
   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;
   padding: 25px 0px 25px 0px;
 }

 .main-header.style-two .header-upper .phone-box .inner {
   position: relative;
   padding-left: 45px;
 }

 .main-header.style-two .header-upper .upper-inner {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
 }

 .main-header.style-two .header-upper {
   padding: 0px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

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

 .main-header.style-two .header-lower .outer-box .search-btn {
   position: relative;
   padding: 15px 0px 15px 0px;
 }

 .main-header.style-two .header-lower .outer-box .search-btn button {
   position: relative;
   display: inline-block;
   font-size: 22px;
   color: #fff;
   background: transparent;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .main-header.style-two .header-lower .outer-box .menu-area {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
 }

 .main-header.style-two .header-lower .outer-box .menu-area {
   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 .header-lower .outer-box .menu-right-content .cart-box a {
   color: #fff;
 }

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

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

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


 /** slider-style-two **/

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

 .banner-carousel .content-box .top-text {
   position: relative;
   display: block;
   font-size: 60px;
   line-height: 60px;
   margin-bottom: 19px;
   font-family: 'Mrs Saint Delafield', cursive;
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 800ms ease;
   -moz-transition: all 800ms ease;
   -ms-transition: all 800ms ease;
   -o-transition: all 800ms ease;
   transition: all 800ms ease;
 }

 .banner-carousel .active .content-box .top-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: 800ms;
   -moz-transition-delay: 800ms;
   -ms-transition-delay: 800ms;
   -o-transition-delay: 800ms;
   transition-delay: 800ms;
 }

 .banner-carousel .content-box p {
   position: relative;
   font-size: 20px;
   line-height: 26px;
   font-weight: 500;
   color: #fff;
   opacity: 0;
   margin-bottom: 38px;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -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-carousel .content-box p span {
   font-weight: 700;
 }

 .banner-carousel .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-two .banner-carousel .content-box h1 {
   margin-bottom: 23px;
 }

 .banner-section.style-two .banner-carousel .slide-item {
   padding: 409px 0px 185px 0px;
 }

 .banner-section.style-two .owl-dots {
   bottom: 80px;
 }


 /** features-style-two **/

 .features-style-two {
   position: relative;
 }

 .features-style-two .inner-container {
   position: relative;
   display: block;
   background: #fff;
   margin-top: -50px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
   z-index: 1;
 }

 .features-style-two .inner-container .single-item {
   position: relative;
   float: left;
   width: 25%;
 }

 .features-style-two .inner-container .single-item .inner-box {
   position: relative;
   display: block;
   padding: 50px 60px 40px 50px;
 }

 .features-style-two .inner-container .single-item .inner-box:before {
   position: absolute;
   content: '';
   background: #f1e6df;
   width: 1px;
   height: 280px;
   top: 50px;
   right: 10px;
 }

 .features-style-two .inner-container .single-item:last-child .inner-box:before {
   display: none;
 }

 .features-style-two .inner-container .single-item .inner-box .icon-box {
   position: relative;
   display: inline-block;
   font-size: 65px;
   line-height: 65px;
   margin-bottom: 23px;
   z-index: 1;
 }

 .features-style-two .inner-container .single-item .inner-box .icon-box:before {
   position: absolute;
   content: '';
   background: #fbf4f0;
   width: 52px;
   height: 52px;
   top: 0px;
   right: -18px;
   z-index: -1;
 }

 .features-style-two .inner-container .single-item .inner-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 26px;
   font-weight: 500;
   color: #35312f;
   text-transform: uppercase;
   margin-bottom: 38px;
 }

 .features-style-two .inner-container .single-item .inner-box h4 a {
   display: inline-block;
   color: #35312f;
 }

 .features-style-two .inner-container .single-item .inner-box h4 a:hover {}

 .features-style-two .inner-container .single-item .inner-box p {
   font-size: 18px;
   line-height: 34px;
   color: #8a8582;
   font-weight: 400;
 }

 .features-style-two .lower-content {
   position: relative;
   max-width: 850px;
   width: 100%;
   padding: 60px 0px;
 }

 .features-style-two .lower-content .text {
   margin-top: 17px;
 }

 .features-style-two .lower-content .text h2 {
   position: relative;
   display: block;
   font-size: 34px;
   line-height: 42px;
   text-transform: uppercase;
 }


 /** welcome-section **/

 .about-style-two {
   position: relative;
   padding-bottom: 120px;
 }

 #content_block_6 .content-box .single-progress-box .piechart {
   position: relative;
 }

 #content_block_6 .content-box .single-progress-box {
   position: relative;
   padding: 20px 10px 0px 120px;
   min-height: 100px;
   margin-bottom: 20px;
 }

 #content_block_6 .content-box .single-progress-box:last-child {
   margin-bottom: 0px;
 }

 #content_block_6 .content-box .single-progress-box .box {
   position: absolute;
   max-width: 100px;
   left: 0px;
   top: 0px;
 }

 #content_block_6 .content-box .single-progress-box .piechart span {
   position: absolute;
   display: flex;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   align-items: center;
   justify-content: center;
   font-size: 24px;
   line-height: 32px;
   font-weight: 400;
   color: #35312f;
   text-align: center;
 }

 #content_block_6 .content-box .single-progress-box .piechart span:after {
   color: #35312f;
   content: "%";
   font-size: 24px;
 }

 #content_block_6 .content-box .single-progress-box h5 {
   font-size: 18px;
   font-weight: 500;
   text-transform: uppercase;
   line-height: 30px;
 }

 #content_block_6 .content-box .text h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   text-transform: uppercase;
   margin-bottom: 39px;
 }

 #content_block_6 .content-box .text p {
   font-size: 18px;
   line-height: 34px;
 }

 #content_block_6 .content-box .text {
   margin-bottom: 49px;
 }

 .about-style-two #content_block_6 .content-box {
   padding-top: 110px;
 }

 #content_block_6 .content-box .inner-box .left-column .list li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 34px;
   font-weight: 500;
   margin-bottom: 6px;
   padding-left: 30px;
 }

 #content_block_6 .content-box .inner-box .left-column .list li:last-child {
   margin-bottom: 0px;
 }

 #content_block_6 .content-box .inner-box .left-column .list li:before {
   position: absolute;
   content: "\f106";
   font-size: 18px;
   font-family: 'Flaticon';
   left: 0px;
   top: -1px;
 }

 #content_block_6 .content-box .inner-box .left-column .list {
   margin-bottom: 30px;
 }

 #content_block_6 .content-box .inner-box .left-column .signature h2 {
   position: relative;
   display: block;
   font-size: 40px;
   line-height: 50px;
   font-family: 'Mrs Saint Delafield', cursive;
 }

 #content_block_6 .content-box .inner-box .left-column .signature span {
   font-size: 16px;
   font-family: 'Jost', sans-serif;
   color: #35312f;
 }

 #content_block_6 .content-box .inner-box .left-column {
   position: relative;
 }

 #content_block_6 .content-box .inner-box .left-column:before {
   position: absolute;
   content: '';
   background: #f1e6df;
   width: 1px;
   height: 225px;
   top: 5px;
   right: 20px;
 }

 .about-style-two .image-box {
   position: relative;
   overflow: hidden;
 }

 .about-style-two .image-box img {
   width: 100%;
 }

 .about-style-two .image-box: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, 42556, 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);
 }

 .about-style-two .image-box:hover:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }

 .about-style-two .pattern-layer .pattern-1 {
   position: absolute;
   left: 0px;
   top: 0px;
   height: 558px;
   width: 412px;
   background-repeat: no-repeat;
 }

 .about-style-two .pattern-layer .pattern-2 {
   position: absolute;
   top: -60px;
   right: 0px;
   width: 530px;
   height: 635px;
 }

 .about-style-two .pattern-layer .pattern-3 {
   position: absolute;
   top: -60px;
   right: 0px;
   width: 464px;
   height: 681px;
   background-repeat: no-repeat;
 }


 /** video-section **/

 .video-section {
   position: relative;
 }

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

 .video-section .video-inner:before {
   position: absolute;
   content: '';
   background: #35312f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   opacity: 0.8;
 }

 .video-section .video-inner .video-content a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: #fff;
   width: 70px;
   height: 73px;
   line-height: 73px;
   text-align: center;
 }

 .video-section .video-inner .video-content a:hover {
   background: #fff;
 }

 .video-section .video-inner .video-content {
   position: relative;
   text-align: center;
 }

 .video-section .video-inner .video-content .title-text {
   position: absolute;
   left: 50%;
   top: -10px;
   transform: translateX(-50%);
   font-size: 150px;
   line-height: 150px;
   font-family: 'Mrs Saint Delafield', cursive;
   color: rgba(255, 255, 255, 0.1);
 }

 .video-section .video-inner .phone-box {
   position: absolute;
   right: 30px;
   bottom: -30px;
   background: #fff;
   padding: 35px 60px 30px 60px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
   z-index: 1;
 }

 .video-section .video-inner .phone-box h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 20px;
   text-transform: uppercase;
   margin-bottom: 3px;
 }

 .video-section .video-inner .phone-box h3 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 36px;
 }

 .video-section .video-inner .phone-box h3 a {}

 .video-section .video-inner .phone-box h3 a:hover {
   text-decoration: underline;
 }


 /** prices-section **/

 .prices-section {
   position: relative;
   padding: 133px 0px 120px 0px;
 }

 .pricing-block-one {
   position: relative;
   display: block;
   background: #fbf4f0;
   padding: 25px 25px;
   margin-bottom: 30px;
   transition: all 500ms ease;
 }

 .pricing-block-one:hover {
   background: #fff;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
 }

 .pricing-block-one .inner-box {
   position: relative;
   padding: 11px 0px 10px 107px;
 }

 .pricing-block-one .inner-box .image-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 78px;
   height: 78px;
 }

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

 .pricing-block-one:hover .inner-box .image-box img {
   opacity: 0.2;
 }

 .pricing-block-one .inner-box h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 26px;
   text-transform: uppercase;
   margin-bottom: 5px;
 }

 .pricing-block-one .inner-box h4 a {
   display: inline-block;
   color: #35312f;
 }

 .pricing-block-one .inner-box h4 a:hover {}

 .pricing-block-one .inner-box p {
   font-size: 16px;
   line-height: 26px;
   color: #8a8582;
   font-weight: 400;
 }

 .pricing-block-one .inner-box .price {
   position: absolute;
   top: 22px;
   right: 15px;
   font-size: 14px;
   line-height: 20px;
   font-weight: 600;
   background: #fff;
   padding: 7.5px 13px;
   text-align: center;
   transition: all 500ms ease;
 }

 .pricing-block-one:hover .inner-box .price {
   color: #fff;
 }

 .prices-section .more-btn {
   position: relative;
   margin-top: 10px;
 }


 /** counter-section **/

 .counter-section {
   position: relative;
   width: 100%;
   padding: 111px 0px 113px 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
 }

 .counter-section:before {
   position: absolute;
   content: '';
   background: #35312f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   opacity: 0.85;
 }

 .counter-section .text h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 39px;
 }

 .counter-section .text p {
   font-size: 18px;
   line-height: 34px;
   color: #a9a6a4;
 }

 .counter-block-one .inner-box {
   position: relative;
   display: block;
   text-align: center;
   background: #302c2a;
   padding-top: 34px;
   border: 1px solid rgba(255, 255, 255, 0.2);
   transition: all 500ms ease;
 }

 .counter-block-one .inner-box:hover {}

 .counter-block-one .inner-box .icon-box {
   position: relative;
   display: inline-block;
   font-size: 65px;
   line-height: 65px;
   margin-bottom: 13px;
 }

 .counter-block-one .inner-box .count-outer {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 50px;
   color: #fff;
   font-weight: 300;
   margin-bottom: 19px;
 }

 .counter-block-one .inner-box p {
   position: relative;
   display: block;
   font-size: 14px;
   font-weight: 600;
   line-height: 20px;
   color: #fff;
   background: rgba(255, 255, 255, 0.2);
   padding: 13.5px 10px;
   text-transform: uppercase;
   transition: all 500ms ease;
 }

 .counter-block-one .inner-box:hover p {}

 .counter-section .counter-inner {
   position: relative;
   margin: 9px 8px 0px 8px;
 }

 .counter-section .counter-inner .counter-block {
   padding: 0px 7px;
 }


 /** testimonial-style-two **/

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

 .testimonial-style-two .testimonial-column {
   position: relative;
   float: left;
   width: 50%;
 }

 .testimonial-style-two .testimonial-column .testimonial-inner {
   position: relative;
   display: block;
   max-width: 700px;
   padding: 133px 15px 140px 15px;
   text-align: center;
   margin: 0 auto;
 }

 .testimonial-style-two .image-column {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 50%;
 }

 .testimonial-style-two .image-column .image {
   position: relative;
   float: left;
   width: 50%;
   max-height: 403px;
 }

 .testimonial-style-two .image-column .image img {
   width: 100%;
 }

 .testimonial-style-two .testimonial-column .testimonial-inner .sec-title.light span {
   color: rgba(0, 0, 0, 0.05);
 }

 .testimonial-style-two .testimonial-column .slider-pager {
   position: relative;
   margin-bottom: 46px;
 }

 .testimonial-style-two .testimonial-column .slider-pager .thumb-box li {
   position: relative;
   display: inline-block;
   width: 72px;
   height: 72px;
   margin: 0px 3px;
 }

 .testimonial-style-two .testimonial-column .slider-pager .thumb-box li img {
   position: relative;
   display: inline-block;
   opacity: 0.5;
 }

 .testimonial-style-two .testimonial-column .slider-pager .thumb-box li a.active img {
   opacity: 1;
 }

 .testimonial-style-two .testimonial-column .testimonial-content h2 {
   display: block;
   font-size: 36px;
   line-height: 50px;
   color: #fff;
   margin-bottom: 44px;
 }

 .testimonial-style-two .testimonial-column .testimonial-content h4 {
   font-size: 20px;
   line-height: 26px;
   text-transform: uppercase;
 }

 .testimonial-style-two .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 545px;
   background-size: cover;
   background-repeat: no-repeat;
 }


 /** shop-section **/

 .shop-section {
   position: relative;
   padding: 133px 0px 115px 0px;
   border-bottom: 1px solid #f1e6df;
 }

 .shop-block-one .inner-box {
   position: relative;
   display: block;
   text-align: center;
 }

 .shop-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #fff;
   transition: all 500ms ease;
 }

 .shop-block-one .inner-box .image-box img {
   width: 100%;
 }

 .shop-block-one .inner-box:hover .image-box {
   padding: 10px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
 }

 .shop-block-one .inner-box .image-box .cart-btn {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   font-size: 24px;
   color: #fff;
   width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   opacity: 0;
 }

 .shop-block-one .inner-box:hover .image-box .cart-btn {
   opacity: 1;
 }

 .shop-block-one .inner-box .image-box .cart-btn:hover {
   background: #fff;
   box-shadow: 0 0px 30px rgba(0, 0, 0, 0.10);
 }

 .shop-block-one .inner-box .lower-content {
   position: relative;
   padding-top: 26px;
 }

 .shop-block-one .inner-box .lower-content h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 26px;
   text-transform: uppercase;
   margin-bottom: 0px;
 }

 .shop-block-one .inner-box .lower-content h4 a {
   display: inline-block;
   color: #35312f;
 }

 .shop-block-one .inner-box .lower-content h4 a:hover {}

 .shop-block-one .inner-box .lower-content p {
   font-size: 20px;
   line-height: 26px;
   font-weight: 400;
 }


 /** featured-products **/

 .featured-products {
   position: relative;
   overflow: hidden;
   background: #35312f;
   padding: 110px 0px 120px 0px;
 }

 .featured-products .map-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 #image_block_1 .image-box {
   position: relative;
   display: block;
   padding-right: 185px;
   padding-bottom: 95px;
   margin-top: 9px;
   max-width: 570px;
 }

 #image_block_1 .image-box .image {
   border-radius: 50%;
 }

 #image_block_1 .image-box .image img {
   border-radius: 50%;
 }

 #image_block_1 .image-box .image-2 {
   position: absolute;
   top: 20px;
   right: 40px;
 }

 #image_block_1 .image-box .image-3 {
   position: absolute;
   left: 100px;
   bottom: 0px;
 }

 #image_block_1 .image-box .image-4 {
   position: absolute;
   right: 90px;
   bottom: -35px;
 }

 #image_block_1 .image-box .anim-icon .icon-1 {
   position: absolute;
   left: -30px;
   top: 208px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   z-index: 1;
 }

 #image_block_1 .image-box .anim-icon .icon-2 {
   position: absolute;
   right: 100px;
   bottom: 20px;
   width: 100px;
   height: 100px;
   background: #fff;
   border-radius: 50%;
 }

 #content_block_7 .content-box h2 {
   font-size: 44px;
   line-height: 53px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 38px;
 }

 #content_block_7 .content-box .inner-box .text,
 #content_block_7 .content-box .inner-box .list {
   position: relative;
   float: left;
   width: 50%;
 }

 #content_block_7 .content-box .inner-box .text {
   padding-right: 30px;
 }

 #content_block_7 .content-box .inner-box .text p {
   font-size: 18px;
   line-height: 34px;
 }

 #content_block_7 .content-box .inner-box {
   margin-bottom: 53px;
 }

 #content_block_7 .content-box .inner-box .list {
   padding-left: 15px;
 }

 #content_block_7 .content-box .inner-box .list li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 34px;
   color: #a9a6a4;
   font-weight: 500;
   padding-left: 25px;
   margin-bottom: 2px;
 }

 #content_block_7 .content-box .inner-box .list li:last-child {
   margin-bottom: 0px;
 }

 #content_block_7 .content-box .inner-box .list li:before {
   position: absolute;
   content: '';
   width: 7px;
   height: 7px;
   left: 0px;
   top: 13px;
 }

 #content_block_7 .content-box .theme-btn-one:before,
 #content_block_7 .content-box .theme-btn-one:after {
   background: #fff;
 }

 #content_block_7 .content-box .theme-btn-one:hover {}

 .google-map-section {
   position: relative;
 }

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



 /*** 

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

***/


 /** page-title **/

 .page-title {
   position: relative;
   width: 100%;
   padding: 187px 0px 145px 0px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .page-title:before {
   position: absolute;
   content: '';
   background: #35312f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   right: 0px;
   opacity: 0.8;
 }

 .page-title .title-box {
   position: relative;
   display: block;
 }

 .page-title .title-box .title-text {
   position: absolute;
   display: block;
   left: 50%;
   top: -45px;
   transform: translateX(-50%);
   font-size: 150px;
   line-height: 150px;
   width: 100%;
   font-family: 'Mrs Saint Delafield', cursive;
   color: rgba(255, 255, 255, 0.1);
 }

 .page-title .title-box h1 {
   font-size: 30px;
   line-height: 38px;
   color: #fff;
   text-transform: uppercase;
 }


 /** about-style-three **/

 .about-style-three {
   position: relative;
   padding: 120px 0px 120px 0px;
 }

 .about-style-three #content_block_6 .content-box .inner-box .list li {
   position: relative;
   display: inline-block;
   float: left;
   width: 50%;
   font-size: 18px;
   line-height: 34px;
   font-weight: 500;
   margin-bottom: 6px;
   padding-left: 30px;
 }

 .about-style-three #content_block_6 .content-box .inner-box .list li:before {
   position: absolute;
   content: "\f106";
   font-size: 16px;
   font-family: 'Flaticon';
   left: 0px;
   top: -1px;
   font-weight: 700;
 }

 .about-style-three #content_block_6 .content-box .inner-box .list {
   margin-bottom: 55px;
 }

 .about-style-three #content_block_6 .content-box .inner-box .signature h2 {
   position: relative;
   display: block;
   font-size: 60px;
   line-height: 60px;
   font-family: 'Mrs Saint Delafield', cursive;
 }

 .about-style-three #content_block_6 .content-box .inner-box .signature span {
   font-size: 18px;
   font-family: 'Jost', sans-serif;
   color: #35312f;
   text-transform: uppercase;
 }

 .about-style-three #content_block_6 .content-box .text p {
   margin-bottom: 34px;
 }

 .about-style-three #content_block_6 .content-box .text p.color-text {
   margin: 0px;
   padding-right: 50px;
 }

 .about-style-three #content_block_6 .content-box {
   position: relative;
   margin-top: -9px;
 }

 .about-style-three #content_block_6 .content-box .text {
   margin-bottom: 37px;
 }

 .about-style-three #content_block_1 .image-holder {
   margin-right: 20px;
   padding-bottom: 60px;
 }

 .about-style-three #content_block_1 .image-holder .image-1 {
   position: relative;
   overflow: hidden;
 }

 .about-style-three #content_block_1 .image-holder .image-1:before {
   position: absolute;
   top: 0;
   left: -75%;
   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, 42556, 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);
 }

 .about-style-three #content_block_1 .image-holder:hover .image-1:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }

 .about-style-three #content_block_1 .image-holder .image-1 img {
   width: 100%;
 }

 .about-style-three #content_block_1 .image-holder .image-2 {
   position: absolute;
   right: 50px;
   bottom: 0px;
 }

 .about-style-three #content_block_1 .image-holder .image-2 .line {
   position: absolute;
   width: 26px;
   height: 100%;
   left: -45px;
   top: 0px;
   background-repeat: no-repeat;
 }

 .about-style-three #content_block_1 .content-box .title {
   position: absolute;
   left: -305px;
   top: 230px;
   font-size: 90px;
   line-height: 90px;
   font-weight: 400;
   color: #fbf4f0;
   letter-spacing: 20px;
   text-transform: uppercase;
   transform: rotate(-90deg);
 }

 .about-style-three .pattern-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 466px;
   height: 632px;
   background-repeat: no-repeat;
 }

 .features-section.alternat-2 {
   padding: 0px 0px 120px 0px;
 }

 .team-section .pattern-2 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 446px;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
 }


 /** features-style-three **/

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

 .features-style-three .image-box img {
   width: 100%;
 }

 .features-style-three #content_block_8 .content-box {
   margin: 60px 0px 60px -200px;
 }

 #content_block_8 .content-box {
   position: relative;
   display: block;
   background: #fff;
   padding: 71px 50px 74px 130px;
   box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
 }

 #content_block_8 .content-box .text h2 {
   position: relative;
   display: block;
   font-size: 44px;
   line-height: 53px;
   text-transform: uppercase;
   margin-bottom: 39px;
 }

 #content_block_8 .content-box .text p {
   font-size: 18px;
   line-height: 34px;
   font-weight: 500;
   margin-bottom: 0px;
 }

 #content_block_8 .content-box .text p:last-child {
   margin-bottom: 0px;
 }

 #content_block_8 .content-box .text p.color-text {}

 #content_block_8 .content-box .line {
   position: absolute;
   left: 66px;
   top: 83px;
   width: 26px;
   height: 279px;
   background-repeat: no-repeat;
 }

 .team-page-section {
   padding: 120px 0px 65px 0px;
 }

 .team-page-section .team-block-one .inner-box {
   margin-bottom: 50px;
 }

 /* User home code */
 .userhome-box {
   padding: 60px 20px 80px;
 }

 .home-btn {
   position: relative;
   margin-top: 20px;
 }

 .auto-container .req-box {
   /* position: relative; */
   padding: 20px 0px 50px 0px;
   border-top: 1px solid #E5E5E5;
   cursor: pointer;
 }

 .top-box-2 {
   padding: 10px 16px;
   box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
 }

 .top-box-2 .top-text-p {
   font-size: 14px;
   font-weight: 600;
   line-height: 20px;
   color: #575962;
 }

 .top-box-2 .top-text-anchor {
   font-size: 14px;
   font-weight: 700;
   line-height: 20px;
   color: #E6034b;
 }

 .inner-text-box {
   padding: 32px 24px;
 }

 .inner-text-box .text-1 {
   font-size: 20px;
   font-weight: 700;
   line-height: 28px;
   color: #575962;
 }

 .inner-text-box .text-2 {
   font-size: 16px;
   font-weight: 400;
   line-height: 22px;
   color: #575962;
 }

 .inner-text-box .text-3 {
   font-size: 14px;
   line-height: 20px;
   color: #57596278;
 }

 .search-area {
   padding-top: 16px;
 }

 .form-group {
   display: flex;
   width: 370px;
   height: 40px;
   border-radius: 30px;
   align-items: center;
   padding: 10px;
   border: 1px solid #57596252;
 }

 .form-group>i {
   font-size: 16px;
   color: #5759628f;
   margin-right: 10px;
 }

 .form-group>.searchinput {
   flex: 1;
   height: 30px;
   border: none;
   outline: none;
   font-size: 16px;
   padding: 10px;
 }

 .filter-icon {
   font-size: 24px;
   align-items: center;
   position: relative;
   margin: 4px 0px 6px 20px;
 }
 .filter-icon a{
  color: #575962;
 }
 .menu-box {
   padding: 10px 10px 80px 10px;
   background-color: #F7F7F7;

 }

 .menu-box .img-box .menu-img {
   width: 100%;
   height: 150px;
   border-radius: 10px;
 }

 .menu-box .img-box-text {
   text-align: center;
   margin-top: 10px;
 }

 .menu-box .img-box-text h3 {
   font-size: 20px;
   font-weight: 700;
   line-height: 28px;
   color: #575962;
 }

 .menu-box .img-box-text p {
   font-size: 16px;
   font-weight: 400;
   line-height: 22px;
   color: #575962;
 }

 .menu-card-box {
   background-color: #fff;
   border-radius: 10px;
   padding: 10px;
   margin-top: 12px;
 }

 .menu-card-box h5 {
   font-size: 16px;
   font-weight: 700;
   line-height: 24px;
   color: #575962;
   margin-bottom: 5px;
 }

 .menu-card-box p {
   font-size: 18px;
   font-weight: 400;
   line-height: 24px;
   color: #575962;
   margin-bottom: 5px;
 }

 .menu-card-box span {
   font-size: 16px;
   font-weight: 600;
   line-height: 24px;
   color: #E6034b;
   margin-bottom: 5px;
 }

 .menu-card-box .food-img {
   width: 100%;
   height: 100px;
   border-radius: 10px;
   margin-bottom: 20px;
   object-fit: cover;
 }

 .menu-card-box .add-to-cart-icon {
   font-size: 26px;
   color: #E6034b;
 }

 .accordion-item {
   border-radius: 10px !important;
   border-color: none !important;
   border: none !important;
 }

 .accordion-button.my-accordion.collapsed {
   border-radius: 10px !important;
   font-size: 18px;
   line-height: 28px;
 }

 .accordion-button:focus {
   border: 1px solid #F2B5C6;
   box-shadow: none;
 }

 .accordion-button:not(.collapsed) {
   color: #E6034b;
   background-color: #fff;
   font-size: 18px;
   line-height: 28px;
   border-radius: 10px !important;
 }

 .accordion-body {
   background-color: #F7F7F7;
   padding: 0px;
 }

 .my-accordion:not(.collapsed)::after {
   background-image: url(../images/arrow-down-338-svgrepo-com.svg);
 }

 .bottom-btnfixed {
   padding: 16px;
   background-color: #fff;
   position: fixed;
   bottom: 0;
   z-index: 10;
   border: 1px solid rgba(0, 0, 0, 0.1);
   display: flex;
   gap: 1rem;
   width: 33.4%;
 }
 .inner-footer {
   margin-top: 80px;
   padding: 24px 0;
 }
 .inner-footer{
  font-size: 14px;
  font-weight: 300;
  color: #9ca3af;
 }
.item .slide-img{
  border-radius: 10px;
}
.item h5{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #575962;
  margin-top: 5px;
}
.owl-theme .owl-nav{
  margin-top: 0px;
}
.owl-theme .owl-nav [class*=owl-]{
  background: none;
  padding: 30px 10px;
  margin: 0;
  width: 60px;
  height: 118px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: block;
}
.owl-stage {
  padding-left: 0 !important;
}
.owl-nav{
  position: absolute;
  top: 0;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px 10px;
}
.owl-nav .owl-prev{
  position: absolute;
  left: 0;
  display: none !important;
  color: #E6034b !important;
  font-size: 30px !important;
  background-image: linear-gradient(to left, #fff  transparent) !important;
}
.owl-nav .owl-next{
  position: absolute;
  right: 0;
  display: block !important;
  color: #E6034b !important;
  font-size: 20px !important;
  background-image: linear-gradient(to left, rgb(255,255,255) 40%, rgba(0,0,0,0%)) !important;
}
.animate-fadin-down{
  animation: fadeIn .5s ease;
}
.img-menu-box{
  position: fixed;
  top: 0;
}
.single-img {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1)) !important;
}
.single-menu-card-box{
  padding: 24px 16px 128px 16px;
  min-height: 85vh;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #fff;
  position: relative;
  margin-top: 249px;
  z-index: 10;
}
.single-menu-card-box .title-1{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #575962;
}
.ingr-box{
  display: flex;
  gap: 10px;
}
.ingr-box p{
  font-size: 13px;
  font-weight: 400;
}
.ingr-box p i{
  border-radius: 50%;
  border: 1px solid #575962;
  padding: 5px;
  font-size: 14px;
}
.price-box{
  margin-top: 30px;
  align-items: center;
}
.price-box .price-b p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #575962;
}
.price-box .price-b span{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #E6034b;
}
.radio{
  position: relative;
  float: right;
}
.radio input[type="radio"]{
  display: none;
}
.radio span{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b6b6b6;
  display: block;
}
.radio span:after{
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
}
.radio input[type="radio"]:checked ~ span::after{
  transform: translate(-50%, -50%) scale(1);
}
.radio input[type="radio"]:checked+span{
  border: 6px solid #E6034b !important;
}
.client-notes{
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  display: flex;
}
.client-notes p{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #5759628e;
}
.client-notes span{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #E6034b;
}
.qty-box{
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.inc,.dec{
  font-size: 12px;
  background-color: #fff;
  color: #E6034b;
  border: 1px solid #E6034b;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
/*apply hover effect to button tag*/
.inc:hover,.dec:hover {
  background-color: rgba(230, 3, 75, 0.1);
  color: #E6034b;
}
.qty-no{
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 500;
  color: #575962;
  text-align: center;
}
.add-cart-btn{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #E6034b;
  padding: 12px 24px;
  border-radius: 6px;
  width: 100%;
  height: 3rem;
}
.add-cart-btn:hover{
  background-color: rgba(230, 3, 75, 0.9);
}
.cart-backbtn{
  box-sizing: border-box;
  display: flex;
  height: 58px;
  margin-top: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.cart-backbtn2{
    box-sizing: border-box;
    flex: 1 1 0%;
    display: flex;
    padding: 16px;
    background-color: transparent;
    pointer-events: fill;
}
.cart-backbtn .cart-backbtn2 i{
    box-sizing: border-box;
    font-size: 18px;
    display: flex;
    background-color: rgb(255, 255, 255);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: rgb(87, 89, 98);
    position: relative;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 5px;
    cursor: pointer;
}
/* modal css style */
.modal-content{
  border-radius: 16px;
}
.modal-header{
  border: none;
}
.btn-close{
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.7em auto no-repeat;
  color: rgb(87, 89, 98);
}
#exampleModalLabel {
  width: 60%;
  display: flex;
  justify-content: center;
}
.modal-title{
  font-size: 16px;
  color: #575962;
  font-weight: 500;
}
.textarea-modal{
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgb(87, 89, 98);
  background-color: transparent;
  border-radius: 0.375rem;
  min-height: 105px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
  appearance: none;
}
.textarea-modal:focus{
  border: 1px solid #E6034b;
}
#pills-tab{
  padding: 0.25rem !important;
  background-color: #F7F7F7 !important;
  display: flex;
  border-radius: 40px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #E6034b;
  border-radius: 40px;
}
.nav-link{
  color: #575962;
}
.nav-link:hover{
  color: #575962;
}
.del-text{
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0 0.5rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  width: 100%;
  height: 2.5rem;
  color: rgb(87, 89, 98);
}
.del-text:focus{
  border: 2px solid #E6034b;
}
.choose-mapbtn{
  background-color: transparent;
  border: 1px solid #E6034b;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  color: #E6034b !important;
  text-align: center;
  padding: 8px 116px;
  border-radius: 6px;
}
.choose-mapbtn:hover{
  background-color: rgba(230, 3, 75, 0.1);
}
.btn-disabled{
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  color: #fff !important;
  background-color: rgba(230, 3, 75, 0.4);
  text-align: center;
  padding: 8px 116px;
  z-index: 1;
  border-radius: 6px;
  cursor: not-allowed;
}
.asap-box{
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  width: 103.7px;
}
.theme-btn-one a{
  color: #fff;
}
.info-title{
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 600;
  color: #575962;
  display: flex;
}
.info-title-2{
  font-size: 16px;
  line-height: 1.75rem;
  font-weight: 600;
  color: #575962;
  display: flex;
}
.info-des{
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  color: #575962;
  display: flex;
  margin-top: 12px;
}
.info-link{
  display: flex;
  text-decoration: underline;
  color: #575962;
  margin-left: 5px;
}
.info-link:hover{
  color: #575962;
  text-decoration: underline;
}
.major-b{
  box-sizing: border-box;
  animation-duration: 0.7s;
  animation-name: fadeIn;
  height: calc(100vh - 0.1px);
}
.feedback-major{
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  top: 0px;
  bottom: 0px;
  height: 100%;
  padding-bottom: 50px;
  overflow-y: auto;
}
.top-head-order{
  box-sizing: border-box;
  display: flex;
  height: 58px;
  margin-top: 0px;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  pointer-events: auto;
  transition: margin 200ms ease 0s;
  background-color: #fff;
}
.top-head-feedback{
  box-sizing: border-box;
  display: flex;
  margin-bottom: 0px;
}
.left-b{
  box-sizing: border-box;
  flex: 1 1 0%;
  display: flex;
  padding: 12px;
  background-color: transparent;
  pointer-events: auto;
}
.center-b{
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex: 2 1 0%;
  text-align: center;
  background-color: transparent
}
.right-b{
  box-sizing: border-box;
  flex: 1 1 0%;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 12px;
  background-color: transparent;
}
.center-b p{
  box-sizing: border-box;
  color: rgb(87, 89, 98);
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
}
.back-arrow{
  box-sizing: border-box;
  display: flex;
  background-color: rgb(255, 255, 255);
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: rgb(87, 89, 98);
  position: relative;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 5px;
  cursor: pointer;
}
.back-arrow a{
  color: rgb(87, 89, 98);
}
.main-box-order{
  box-sizing: border-box;
  margin-top: 72px;
  padding-bottom: 0px;
  height: calc(100% - 72px);
  transition: margin 300ms ease 0s;
}
.parent-box-order{
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
.child-one-order{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.child-two-order{
  box-sizing: border-box;
}
.child-two-order p{
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: normal;
  color: rgb(87, 89, 98);
}
.main-b-saerch{
  box-sizing: border-box;
}
.chlid-bs-one{
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  border-color: rgba(87, 89, 98, 0.2);
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}
.chlid-bs-two{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lbl-os{
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  width: 100%;
  color: rgb(87, 89, 98);
}
.input-os{
  box-sizing: border-box;
  width: 100%;
  color: rgb(87, 89, 98);
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
}
.search-icon{
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex: 1 1 0%;
  padding-left: 12px;
}
.search-icon i{
  font-size: 22px;
}
.btn-call-order{
  box-sizing: border-box;
  text-align: center;
  padding-top: 330px;
  padding-bottom: 21px;
}
.btn-call{
  box-sizing: border-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  appearance: none;
  outline: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid rgb(230, 3, 75);
  color: rgb(230, 3, 75);
  background-color: transparent;
  border-radius: 100px;
  padding: 9px 12px;
}
.btn-call:hover{
  background-color: rgba(230, 3, 75, 0.2);
}
.btn-call-main{
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  direction: ltr;
}
.btn-icon{
  box-sizing: border-box;
  color: rgb(230, 3, 75);
  margin-right: 8px;
  height: 23px;
  width: 16px;
}
.btn-text{
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: rgb(230, 3, 75);
}
.client-name{
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #575962;
}
.main-box-feedback{
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}
.parent-feedback{
  box-sizing: border-box;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 32px;
}
.child-one-feedback{
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.child-two-feedback{
  box-sizing: border-box;
  text-align: center;
}
.feedback-box{
  box-sizing: border-box;
  margin-bottom: 32px;
}
.feedback-box p{
  box-sizing: border-box;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  color: rgb(87, 89, 98);
}
.feedback-btn{
  box-sizing: border-box;
}
.yes-btn{
  box-sizing: border-box;
  width: 90px;
  margin-right: 12px;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  appearance: none;
  outline: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid rgb(230, 3, 75);
  color: rgb(230, 3, 75);
  background-color: transparent;
  border-radius: 100px;
  padding: 12px 16px;
}
.no-btn{
  box-sizing: border-box;
  width: 90px;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  appearance: none;
  outline: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid rgb(230, 3, 75);
  color: rgb(230, 3, 75);
  background-color: transparent;
  border-radius: 100px;
  padding: 12px 16px;
}
.yes-btn:hover, .no-btn:hover{
  background-color: rgba(230, 3, 75, 0.2);
}
.feedback-star{
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
}
.stars i{
  box-sizing: border-box;
  color: rgb(230, 3, 75);
  opacity: 0.2;
  margin-right: 10px;
  cursor: pointer;
  font-size: 24px;
}
.stars i:hover{
  opacity: 1;
}
.feedback-input{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(87, 89, 98, 0.2);
  padding: 8px 12px;
  border-radius: 100px;
  font-size: 16px;
}
.feedback-input:focus{
  border: 1px solid rgb(87, 89, 98);
}
.bottom-fd-btnfixed {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 1rem;
  width: 33.3%;
}
.bottom-fd-btnfixed a{
  width: 100%;
}
.btn-fd{
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  color: #fff !important;
  background-color: #E6034b;
  text-align: center;
  padding: 8px 12px;
  z-index: 1;
  width: 100%;
  height: 50px;
}
.btn-fd:disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.3;
}
.cart-main-b{
  box-sizing: border-box;
  margin-top: 72px;
  padding-bottom: 230px;
  transition: margin 300ms ease 0s;
}
.cart-box-1{
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  padding-bottom: 100px;
}
.cart-box-2{
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 75vh;
}
.cart-box-2 p{
  box-sizing: border-box;
  text-align: center;
  font-size: 22px;
  color: rgb(230, 3, 75);
  font-weight: normal;
}
.btn-cart{
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  color: #fff !important;
  background-color: #E6034b;
  text-align: center;
  padding: 8px 27px;
  z-index: 1;
  width: 100%;
  height: 50px;
}
.btn-cart:disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.3;
}
.scrollbar-nav{
  width: 33.5%;
  padding: 16px !important;
  background-color: #fff;
  /* overflow-y: hidden;
  overflow-x: auto; */
  overflow: hidden;
  align-items: stretch;
  display: flex !important;
  z-index: 50;
  gap: 0.5rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
#navbar {
  position: fixed;
  top: -70px;
  display: block;
  transition: top 0.3s;
}
.btn-scrollnav{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #E6034b;
  background-color: transparent;
  padding: 8px 16px;
  border: 1px solid rgba(230, 3, 75, 0.9);
  border-radius: 0.25rem;
  white-space: nowrap;
  transition-duration: 500ms;

}
.btn-scrollnav:active{
  color: #fff;
  background-color: #E6034b;
}
.modal-clearbtn{
  width: 22%;
  font-size: 16px;
  line-break: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: underline;
  text-align: left;
  color: #E6034b;
  background-color: #fff;
}
.filterbtn-modal{
  padding: 0.75rem 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.filterbtn-modal:not(.collapsed){
  color: #575962;
  font-size: 16px;
  border-radius: 0px;
}
.filterbtn-modal:focus{
  border: none;
}
.filterbtn-modal:not(.collapsed)::after{
  background-image: url(../images/down-arrow-5-svgrepo-com.svg);
}
.ingr-fltr-box{
  width: 100%;
  align-items: center;
  display: flex;
  column-gap: 0.5rem;
  background-color: #fff;
}
.ingr-fltr-box input[type="checkbox"]{
  appearance: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.25rem !important;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}
.ingr-fltr-box input[type="checkbox"]::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 10px;
  color: #fff;
  top: -3px;
  left: 2px;
  position: relative;
}
.ingr-fltr-box input[type="checkbox"]:checked{
  background-color: #E6034b;
  color: #fff;
}
.fltr-lbl{
  font-size: 16px;
  color: #575962;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.view-cart-box {
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  padding-bottom: 100px;
}
.cart-child-box {
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
}
.main-cart-box{
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 16px;
  position: relative;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px;
}
.inner-cart-box{
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cart-data-box-left{
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.cart-data-box-right{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.cart-img-box{
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0%;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cart-img{
  object-fit: cover;
  border-radius: 0.25rem;
  max-width: 60px;
  max-height: 60px;
}
.cart-detail-box{
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cart-title{
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: rgb(87, 89, 98);
}
.cart-price{
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: rgb(87, 89, 98);
  margin-right: 8px;
}
.cart-des{
  box-sizing: border-box;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  color: rgb(87, 89, 98);
}
.cart-btns-box{
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.qty-box-two{
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.leftbtn, .rightbtn{
  box-sizing: border-box;
  background-color: rgb(230, 3, 75);
  width: 24px;
  height: 24px;
  color: rgb(255, 255, 255);
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  appearance: none;
  outline: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid rgb(230, 3, 75);
  border-radius: 4px;
  padding: 9px 12px;
}
.qty-no{
  box-sizing: border-box;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: rgb(230, 3, 75);
}
.cart-edt{
  box-sizing: border-box;
  display: flex;
}
.edit-product{
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: transparent;
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.dlt-product{
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: transparent;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 20px;
}
.total-price-box{
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  bottom: 42px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  left: 0px;
  min-height: 91px;
  padding: 16px;
  position: fixed;
  right: 0px;
  width: 33.3%;
  cursor: pointer;
  user-select: none;
  border-radius: 8px 8px 0px 0px;
  /* height: 24%; */
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px;
}
.cart-arrow{
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 0.25rem;
}
.box-inner{
  box-sizing: border-box;
  display: block;
}
.box-inner2{
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 4px;
}
.stp-1{
  box-sizing: border-box;
  color: rgb(87, 89, 98);
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.stp-2{
  box-sizing: border-box;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: rgb(87, 89, 98);
}
.line-box{
  box-sizing: border-box;
  display: block;
}
.hr-line{
  box-sizing: border-box;
  border-top: 1px solid rgb(87, 89, 98);
  border-right-color: rgb(87, 89, 98);
  border-bottom-color: rgb(87, 89, 98);
  border-left-color: rgb(87, 89, 98);
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}
.total-p{
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.tp-1{
  box-sizing: border-box;
  color: rgb(87, 89, 98);
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}
.tp-2{
  box-sizing: border-box;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: rgb(87, 89, 98);
}

/* new code hide */
.wrapper{
  width:100%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Font Awesome 5 Free';
   content: "\f077";
   transition: all 0.2s;
   justify-content: center;
   display: flex;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
/* Finish order code */
.main-finish-box-order{
  box-sizing: border-box;
  animation-duration: 0.7s;
  animation-name: fadeIn;
  height: calc(100vh - 0.1px);
}
.finish-box-order{
  box-sizing: border-box;
}
.finish-box-inner{
  box-sizing: border-box;
  margin-top: 72px;
  padding-bottom: 230px;
  display: block;
  color: rgb(87, 89, 98);
  padding-left: 16px;
  padding-right: 16px;
}
.finish-tpara{
  box-sizing: border-box;
  margin-bottom: 20px;
}
.finish-paratype{
  box-sizing: border-box;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: rgb(87, 89, 98);
  opacity: 0.6;
  font-weight: normal;
}
.main-pickuptype-box{
  box-sizing: border-box;
  padding-bottom: 100px;
  display: block;
}
.pickup-box{
  box-sizing: border-box;
  margin-top: 16px;
}
.pickup-box p{
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: rgb(87, 89, 98);
}
.pickup-namebox{
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  border-color: rgba(87, 89, 98, 0.2);
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}
.pickup-namebox-inner{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-lbl{
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  width: 100%;
  color: rgb(87, 89, 98);
}
.form-input{
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
  color: rgb(87, 89, 98);
}
.diivder-l{
  box-sizing: border-box;
  border-top: 1px solid rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: rgb(0, 0, 0);
  opacity: 0.2;
  margin-top: 38px;
  margin-bottom: 32px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}


.extratoping{
  float: right;
}
.extratoping input[type="checkbox"]{
  appearance: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0.25rem !important;
  cursor: pointer;
  width: 1.1rem;
  height: 1.1rem;
}
.extratoping input[type="checkbox"]::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 11px;
  color: #fff;
  top: -2px;
  left: 2px;
  position: relative;
}
.extratoping input[type="checkbox"]:checked{
  background-color: #E6034b;
  color: #fff;
}
.loc-box{
  width: 300px;
  border-radius: 5px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/menuslider/locationbg.png);
  background-position: center;
  background-size: cover;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px;
}
.loc-icon{
  width: 30px;
  margin-bottom: 10px;
}
.loc-btn{
  background: transparent;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}