@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&amp;display=swap");
/*------------------------------------------------------------------
* Project:        Jobee - Job Portal HTML Template
* Author:         Cyclone_themes
* URL:            https://account.templatemonster.com/profile
* Created:        05/20/2024
-------------------------------------------------------------------

/* ========================================= */
/*          Default CSS                      */
/* ========================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&amp;display=swap");

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden !important;
}

html {
  overflow-x: hidden !important;
}


h1,
h2,
h3,
h5,
h6 {
  font-weight: 700;
  font-family: 'simple-line-icons';
  text-transform: capitalize;
  margin: 0 0 1rem;
  color: #17233e;
}

h4 {
  font-family: 'Dancing Script', cursive;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #17233e;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;

  transition: all ease-in-out 0.5s;
  outline: none;
  text-decoration: none !important;
}

h1 {
  font-size: 58px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }
}

@media (max-width: 735px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 21px;
  }
}

p {
  margin-bottom: 8px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


ol {
  margin: 0;
  counter-reset: i;
  position: relative;
}


a {
  color: rgba(0, 40, 78, 0.8);
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;
}


.error,
.success {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #303030;
  color: #fff;
  width: 265px;
  text-align: center;
  border-radius: 8px;
  padding: 15px;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, box-shadow 0.3s ease;
}


.success {
  background: #28a745;
}

.success>i {
  margin-right: 10px;
  color: #fff;
}

.error {
  background: #dc3545;
}

.error>i {
  margin-right: 10px;
  color: #fff;
}


.error.show,
.success.show {
  transform: translateX(0);
  opacity: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}


.error i,
.success i {
  font-size: 18px;
  vertical-align: middle;
}

.error:hover,
.success:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}


@media (max-width: 768px) {

  .error,
  .success {
    width: 230px;
    left: 15px;
    font-size: 14px;
  }
}



a:hover,
a:focus {
  text-decoration: none;
  color: #1967D3;
  transition: all ease-in-out 0.5s;
  outline: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #1967D3 !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 40, 78, 0.8);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 40, 78, 0.8);
}

input::placeholder {
  color: rgba(0, 40, 78, 0.8);
}

.row [class*="col-"] {
  padding: 0 15px;
}

img {
  max-width: 100%;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:active {
  outline: none;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}


.form-group {
  width: 100%;
  display: inline-block;
}



input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus,
select:focus {
  outline: none;
  transition: all 0.5s ease;
  box-shadow: none;
}

select {
  width: 100%;
  height: inherit;
}

select option {
  color: #3f3f3f;
}

textarea {
  border-radius: none;
  resize: vertical;
  height: 120px;
}

label {
  display: inline-block;
  color: rgba(0, 40, 78, 0.8);
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
}

blockquote {
  font-size: 14px;
  font-weight: 400;
  background-color: #1967D3;
  margin-bottom: 15px;
  border: 0;
  padding: 30px 70px 30px 70px;
  line-height: 1.5;
  color: #fff;
  margin: 20 0;
  font-style: italic;
  position: relative;
}

blockquote :after {
  content: '';
  position: absolute;
  height: 60%;
  width: 2px;
  background: #fff;
  top: 20%;
  left: 35px;
}

blockquote p {
  color: #fff;
  margin: 0;
}

blockquote :before {
  content: '\f10d';
  font-family: 'fontawesome';
  font-size: 45px;
  position: absolute;
  bottom: 26px;
  right: 20px;
  color: #fff;
  transform: rotate(180deg);
}

blockquote span {
  position: relative;
  padding-left: 20px;
}

blockquote span :before {
  content: '';
  width: 12px;
  height: 1px;
  background: #1967D3;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

table>tbody tr td,
table>tbody tr th,
table>tfoot tr td,
table>tfoot tr th,
table>thead tr td,
table>thead tr th {
  padding: 10px;
  vertical-align: sub !important;
  border: 1px solid #cccccc80;
}

table>tbody tr:nth-child(even),
table>tfoot tr:nth-child(even),
table>thead tr:nth-child(even) {
  background: #fdfdfd;
}

table {
  width: 100%;
}

table thead tr th {
  border-bottom: none !important;
}




/*Buttons*/
button {
  border: none;
}

.job-btn1 {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 10px 13px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590 !important;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}

.job-btn1:hover {
  transition: all ease-in-out 0.5s;
  color: #101418;
}

.job-btn1::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 102%;
}


.job-btn1:hover::before {
  width: 100%;
}



input#submit {
  border: none;
}

input#submit:hover {
  opacity: 0.8;
  background: #1967D3 !important;
  color: #fff;
}

/*==========================loader=======================*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}

#preloader #status {
  position: fixed;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 200px;
  margin: 0 auto;
  background: url(../images/loader3.gif);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition: all ease-in-out 0.5s;
  z-index: 9999999999;
}

/* =======================End Preloader====================== */

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}

#back-to-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #E4C590;
  position: relative;
  transition: all ease-in-out 0.5s;
  text-align: center;
  border-radius: 50%;
}

#back-to-top a:after {
  position: absolute;
  content: '\f30c';
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 700;
  transform: translate(-50%, -50%);
}

.alert {
  margin-bottom: 10px;
  border-radius: 0px;
  color: #e83737;
  padding: 0;
}

.alert .alert-success {
  background: transparent;
  border: transparent;
  border-radius: 0px;
  color: #3c763d;
}

.alert .alert-success h4 {
  margin-bottom: 8px;
}

.alert .alert-success p {
  color: #fff;
}




/*==========================Navbar=================*/
.navbar-default {
  background: #f5f5f5;
}

.navbar {
  border-bottom: 0;
  padding: 0;
}

.sidebar .navbar-nav {
  background: transparent;
  margin: 0;
}

.navbar.navbar-default {
  transition: none;
}

header #navbar {
  width: 100%;
  background: #f49b00;
}

.navbar-default a.navbar-brand {
  font-size: 24px;
  position: relative;
  color: #f49b00;
  letter-spacing: 2px;
  font-weight: 400;
  display: block;
  padding: 0;
  height: auto;
  transition: all ease-in-out 0.5s;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  margin-right: 0;
  flex: 1;
}

.navbar-default a.navbar-brand span {
  color: #fc883a;
}

.navbar-default a.navbar-brand:hover {
  color: #D60D45;
}

.navbar-default .navbar-nav li,
.navbar-default .navbar-nav li.active {
  background: #f33807;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover {
  background: #f33807;
}

/* Main Menu Dropdown */
.navbar-nav li {
  position: relative;
  text-align: left;
  margin-bottom: 0;
}

.navbar-nav li ul {
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 190px;
  display: none;
  border: 1px solid #cccccc80;
  border-top: 2px solid #f33807;
  -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.navbar-nav li ul li {
  border-bottom: 1px solid #f1f1f1;
}

.navbar-nav li ul li:last-child {
  border-bottom: none;
}

.navbar-nav li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
  text-decoration: none;
}

.navbar-nav li ul li:hover ul li a {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-nav li ul li a {
  display: block;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #636363;
}

.navbar-nav li ul li a:hover {
  color: #f33807;
}

.navbar-nav li ul li ul {
  position: absolute;
  left: 188px;
  top: -2px;
}

.navbar-nav li ul li ul li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
}

.navbar-nav li>ul>li:last-child>a {
  border-bottom: 0;
}

.navbar-nav li>ul>li ul>li:last-child>a {
  border-bottom: 0;
}

.main_header_area {
  position: relative;
  width: 100%;
}

.main_header_area .notify-bar {
  background: linear-gradient(to right, #e9595e 1%, #dcb86c 100%);
  position: relative;
  padding: 3px 0;
}

.main_header_area .notify-bar .notify-in {
  position: relative;
}

.main_header_area .header-content {
  position: relative;
  z-index: 1;
  background: #ffffff30;
}

.main_header_area .header-content li {
  display: inline-block;
  padding: 0px 15px;
  border-left: 1px solid #f1f1f136;
  margin: 0;
}

.main_header_area .header-content li:first-child {
  border: none;
  padding-left: 0;
}

.main_header_area .header-content li:last-child {
  padding-right: 0;
}

.main_header_area .header-content a,
.main_header_area .header-content i {
  font-size: 14px;
}

.main_header_area .header_menu.fixed-top {
  box-shadow: 0 10px 40px #0e64d714;
  background: #fff;
}

.main_header_area .header_menu.hide {
  top: -94px;
  animation-name: slideInUp;
}

.main_header_area .register-login .dropdown a {
  color: rgba(0, 40, 78, 0.8) !important;
  text-transform: capitalize;
}

.main_header_area .register-login .btn-info {
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
}

.main_header_area.headerstye-1 {
  position: absolute;
  width: 100%;
}

.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
  width: 120px;
}

.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
  display: block;
}

.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .navbar-header .navbar-brand img+img {
  display: none;
}

.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li {
  margin-right: 0;
}

.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li a {
  color: #fff;
  transition: .5s;
}

.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li:hover>a {
  color: #E4C590;
  transition: .5s;
}

.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li.active>a {
  color: #E4C590;
}

.main_header_area.headerstye-1 .header_menu.fixed-top .navbar-default .nav.navbar-nav li a {
  color: #080B0E;
}

.main_header_area.headerstye-1 .header_menu.fixed-top .navbar-default {
  background: #fff;
}

.main_header_area.headerstye-1 .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
  width: 120px;
}

.main_header_area.headerstye-1 .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand img {
  display: none !important;
}

.main_header_area.headerstye-1 .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand img+img {
  display: block !important;
}

.main_header_area.headerstye-1 .header_menu.fixed-top .register-login a.job-btn1 {
  color: #fff;
  background: #080B0E;
  transition: .5s;
}

.main_header_area.headerstye-1 .header_menu.fixed-top .register-login a.job-btn1:hover {
  color: #080B0E;
  transition: .5s;
}

@media (max-width: 1400px) and (min-width: 1300px) {

  .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a,
  .main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li a {
    padding: 10px 6px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .headerstye-1 .header-content {
    display: none;
  }

  .headerstye-1 .navbar-header {
    display: block;
  }

  .main_header_area .header-content,
  .search-main {
    display: none !important;
  }
}

@media (max-width: 735px) {
  .main_header_area .header-content {
    display: none !important;
  }

  .about-section .right-content .bottom-content .icon-content {
      padding-right: 25px !important;
  }
  .testimonial-section .testi-slider2 .testi-box .testi-content .icon {
      left: 61% !important;
  }

}

.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  background: transparent;
  border: none;
  width: 100%;
  z-index: 9;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
  display: block;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img+img {
  display: none;
}

.header_menu .navbar.navbar-default .navbar-collapse {
  text-align: right;
  padding: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav {
  float: none;
  text-align: right;
  display: inline-block;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
  float: none;
  display: inline-block;
  margin-right: 0;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
  margin: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  line-height: inherit;
  transition: all 150ms linear;
  border: none;
  padding: 0 6px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
  font-size: 12px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
  position: absolute;
  right: 15px;
  top: 20px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
  display: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #1967D3;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px dashed #f3f5f0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
  line-height: 3;
  color: rgba(0, 40, 78, 0.8);
  font-size: 15px;
  padding: 3px 20px;
  font-weight: 400;
  letter-spacing: .30px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  text-transform: capitalize;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
  background: #E4C590;
  color: #fff;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
  border-bottom: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li ul {
  overflow: visible;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
  margin-right: 0px;
}

.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li:hover>a,
.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li.active>a {
  color: #E4C590;
}

.main_header_area .header_mlogo .navbar.navbar-default .navbar-header {
  display: none;
  transition: all ease-in-out 0.5s;
}

.main_header_area .header_mlogo .navbar.navbar-default.navbar-sticky-in .navbar-header {
  display: block;
  transition: all ease-in-out 0.5s;
}

.main_header_area .header_mlogo .navbar.navbar-default.navbar-sticky-in .navbar-middle {
  display: none;
  transition: all ease-in-out 0.5s;
}

.main_header_area .header_menu.header_mlogo1.fixed-top {
  position: relative;
  animation: none;
  top: 0;
}

@media (max-width: 991px) {
  .main_header_area .header_mlogo .navbar.navbar-default .navbar-header {
    display: block;
  }

  .navbar-middle {
    display: none;
  }

  .header-start {
    padding-top: 0 !important;
  }
}


.header_sidemenu .header_sidemenu_in .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  transition: opacity .25s ease, visibility 0s ease .25s;
}

.header_sidemenu .header_sidemenu_in .overlay.show {
  opacity: 0.8;
  visibility: visible;
  background: #000000;
  transition: opacity .25s ease, visibility 0s ease;
}

.header_sidemenu .header_sidemenu_in .overlay.hide {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity .25s ease, visibility 0s ease .25s;
}

.header_sidemenu .header_sidemenu_in .menu {
  width: 380px;
  height: 100%;
  position: fixed;
  right: -500px;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 10px 40px #0e64d714;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  box-shadow: 0 10px 40px #0e64d714;
}

.header_sidemenu .header_sidemenu_in .menu .close-menu {
  float: right;
  font-size: 21px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}

.header_sidemenu .menu-ham {
  cursor: pointer;
}

.menu-ham {
  cursor: pointer;
}

.menu-ham a i {
  transition: all ease-in-out 0.5s;
}

.menu-ham a i:hover {
  background: #1967D3 !important;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0px;
    min-width: 250px;
    background: #fff;
    box-shadow: 0 0 15px #cccccc57;
    text-align: left;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
    line-height: 3;
    color: rgba(0, 40, 78, 0.8);
    font-size: 15px;
    padding: 3px 20px;
    letter-spacing: .30px;
    transition: all 150ms linear;
    display: block;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
    color: #fff;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
    transform: scale(1, 1);
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22;
}

.logo a {
  font-size: 28px;
  color: #fff;
}

.logo a [class^="flaticon-"]:before {
  font-size: 28px;
  color: #fff;
}

nav.navbar.navbar-default .logo-white {
  display: block;
}

nav.navbar.navbar-default .logo-black {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-black {
  display: block;
}

.nav-btn {
  display: inline-block;
}

.navbar-sticky-in .nir-btn:hover {
  color: #1967D3;
}



.fade.in {
  opacity: 1;
}



/* ====================== modal reservation section start========================== */
.modal-open .modal {
  background: #000000ad;
  overflow: hidden;
  padding-right: 0 !important;
}

.modal-open .modal .modal-dialog {
  max-width: 700px;
  top: 5%;
}

.modal-open .modal .modal-dialog .modal-content {
  background: url(../images/mbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border: 2px solid #E4C590;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.modal .modal-dialog .modal-content:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 11, 14, .6);
  z-index: -1;
}

.modal .modal-dialog .modal-content .modal-book-section .title-content {
  text-align: center;
  width: 58%;
  margin: auto;
  margin-bottom: 40px;
}

.modal .modal-dialog .modal-content .modal-book-section .title-content h4 {
  color: #E4C590;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  /* position: relative; */
  /* display: inline-block; */
}

.modal .modal-dialog .modal-content .modal-book-section .title-content h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-book-section .title-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-book-section .form_box input {
  margin-bottom: 20px;
  border: 1px solid #fff;
  outline: 0;
  padding: 8px 10px;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  opacity: 0.8;
}

.modal .modal-dialog .modal-content .modal-book-section .form_box input::placeholder {
  color: #fff;
  opacity: 0.8;
}

.modal .modal-dialog .modal-content .modal-book-section.form_box .form-control:focus {
  color: #101418;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(249, 147, 11, .25);
}

.modal .modal-dialog .modal-content .modal-book-section .form_box textarea {
  margin-bottom: 20px;
  border: 1px solid #fff;
  outline: 0;
  background-color: transparent;
  height: 100px;
  opacity: 0.8;
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-book-section .form_box textarea::placeholder {
  color: #fff;
  opacity: 0.8;
}

::-webkit-calendar-picker-indicator {
  color: #fff;
  background-color: #fff;
}

.modal .modal-dialog .modal-content .modal-book-section .quote_btn button {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 11px 20px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}

.modal .modal-dialog .modal-content .modal-book-section .quote_btn button:hover {
  transition: all ease-in-out 0.5s;
  color: #101418;
}

.modal .modal-dialog .modal-content .modal-book-section .quote_btn button::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 102%;
}

.modal .modal-dialog .modal-content .modal-book-section .quote_btn button:hover::before {
  width: 100%;
}

/* ======================reservation section end========================== */





.modal-open .modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}

.modal-open .modal .modal-dialog .modal-content .login-content {
  box-shadow: 0 10px 40px #0e64d714;
}

@media (max-width: 991px) {
  .modal-open .modal .modal-dialog {
    max-width: 80%;
    margin: 0 auto;
  }

  .modal-open .modal .modal-dialog .blog-full .blog-image>a {
    height: 280px;
  }
}

.log-reg .nav-pills {
  margin-bottom: 20px;
}

.log-reg .nav-pills .nav-link {
  padding: 14px 18px;
}

.log-reg .nav-pills .nav-link.active,
.log-reg .nav-pills .show>.nav-link {
  background: #1967D3;
  border-radius: 10px;
}

.log-reg .btn-fb,
.log-reg .btn-google {
  padding: 14px 18px;
  text-align: center;
  background: #506dab;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
}

.log-reg .btn-google {
  background: #dd4b39;
}

.log-reg hr.log-reg-hr {
  opacity: 1;
  background-color: #ccc;
}

.log-reg hr.log-reg-hr::before {
  background-color: #ffffff;
  bottom: 0;
  color: #1967D3;
  content: "Or";
  font-size: 16px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -12px;
  width: 10%;
}

@media (max-width: 1100px) {
  .search-wrapper {
    width: 200px;
  }
}

@media (max-width: 1100px) {

  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before,
  .headerstye-1 .navbar-sticky-in .slicknav_btn.slicknav_open:before,
  .headerstye-1 .navbar-sticky-in .slicknav_btn.slicknav_collapsed:before {
    color: #444 !important;
  }

  .headerstye-1 .slicknav_btn.slicknav_open:before,
  .headerstye-1 .slicknav_btn.slicknav_collapsed:before {
    color: #fff !important;
  }

  .dropdown-toggle::after,
  .search-wrapper,
  .header_menu .navbar.navbar-default a.cart-icon,
  .register-login {
    display: none !important;
  }
}

/* ========================================= */
/*          Banner  CSS        */
/* ======================================== */
.banner {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .slider {
  height: 800px;
  position: relative;
}

.banner .slider .swiper-container {
  width: 100%;
  height: 800px;
}

.banner .slider .swiper-container .swiper-slide {
  overflow: hidden;

}

.banner .slider .swiper-container .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .slide-image {
  height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .slide-image:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 800px;
  background: rgba(8, 11, 14, .5);
}

.banner .slider .swiper-container .swiper-slide .slide-inner .contant-1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 35%;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .contant-2 {
  position: absolute;
  right: 15%;
  margin: auto;
  text-align: end;
  top: 30%;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .contant-3 {
  position: absolute;
  left: 15%;
  margin: auto;
  text-align: left;
  top: 25%;
}

.banner .slider .swiper-container .swiper-slide .slide-inner h4 {
  color: #E4C590;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

.banner .slider .swiper-container .swiper-slide .slide-inner h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 0px;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .slide-button {
  margin-top: 40px;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .slide-button a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 11px 25px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .slide-button a:hover {
  transition: all ease-in-out 0.5s;
  color: #101418;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .slide-button a::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 102%;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .slide-button a:hover::before {
  width: 102%;
}




.banner .swiper-button-next {
  right: 30px;
}

.banner .swiper-button-prev {
  left: 30px;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  background: #fff;
  font-size: 21px;
  padding: 10px 20px;
  color: #E4C590;
  transition: all ease-in-out 0.5s;
  height: 50px;
  width: 50px;
  border-radius: 10px;
}

.banner .swiper-button-next:hover:after,
.banner .swiper-button-prev:hover:after {
  background: #E4C590;
  color: #fff;
  transition: all ease-in-out 0.5s;
}




@media (max-width: 991px) {
  .banner .swiper-button-next {
      display: none;
  }
  .banner .swiper-button-prev {
      display: none;
  }

  .banner .slider .swiper-container .swiper-slide .slide-inner .contant-1 {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      top: 25%;
  }
  .banner .slider .swiper-container .swiper-slide .slide-inner .contant-2 {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      top: 25%;
  }

  .banner .slider .swiper-container .swiper-slide .slide-inner .contant-3 {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      top: 25%;
  }

}



/* ========================================= */
/*         about CSS        */
/* ======================================== */
/* =============About Section Start============= */
.about-section {
  background: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 100px;
}


.about-section .right-content .top-content {
  margin-bottom: 40px;
}

.about-section .right-content .top-content h4 {
  color: #E4C590;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  /* position: relative; */
  /* display: inline-block; */
}

.about-section .right-content .top-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
}

.about-section .right-content .top-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.about-section .right-content .bottom-content .descrip p {
  color: #CCCCCC;
  text-align: left;
  margin: 0px 25px 30px 0px;
}

.about-section .right-content .bottom-content .icon-box .icon {
  margin-right: 15px;
}

.about-section .right-content .bottom-content .icon-content {
  padding-right: 125px;
  text-align: left;
  margin-bottom: 30px;
}

.about-section .right-content .bottom-content .icon-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #fff;
}

.about-section .right-content .bottom-content .icon-content p {
  color: #fff;
}

.about-section .right-content .bottom-content .signature {
  text-align: left;
  margin-right: 25px;
}

.about-section .right-content .bottom-content .res-button a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 11px 20px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}


.about-section .right-content .bottom-content .res-button a:hover {
  transition: all ease-in-out 0.5s;
  color: #101418;
}

.about-section .right-content .bottom-content .res-button a::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 102%;
}


.about-section .right-content .bottom-content .res-button a:hover::before {
  width: 100%;
}

/* =============Abut Section end============= */

/* =============Dish Section Start============= */
.dish-section {
  background: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0px 100px;
}

.dish-section .top-content {
  text-align: center;
  width: 58%;
  margin: auto;
  margin-bottom: 40px;
}

.dish-section .top-content h4 {
  color: #E4C590;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  /* position: relative; */
  /* display: inline-block; */
}

.dish-section .top-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
}

.dish-section .top-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.dish-section .single-desh {
  position: relative;
}
.dish-section .single-desh .dish-iage img {
    width: 100%;
}


.dish-section .single-desh:hover::before {
  height: 100%;
  transition: .5s;

}


.dish-section .single-desh .dish-content {
  padding: 20px 35px;
}

.dish-section .single-desh .dish-content h2 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.dish-section .single-desh .dish-content p {
  color: #CCCCCC;
  font-size: 16px;
}

.dish-section .single-desh .dish-content .price h3 {
  color: #E4C590;
  font-size: 16px;
}

.dish-section .single-desh {
  margin: 0px 0px;
}

.dish-section .single-desh .dish-button a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 11px 20px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}

.dish-section .single-desh .dish-button a:hover {
  transition: all ease-in-out 0.5s;
  color: #101418;
}

.dish-section .single-desh .dish-button a::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 102%;
}

.dish-section .single-desh .dish-button a:hover::before {
  width: 100%;
}

.dish-section .single-desh .dish-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  bottom: 26%;
  opacity: 0;
  transition: .5s;
}

.dish-section .single-desh:hover .dish-button {
  opacity: 1;
  transition: .5s;
}

/* =============Dish Section end============= */



/* ======================portfolio section start========================== */
.portfolio-section {
  background: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0px 100px;
}

.portfolio-section .top-content {
  text-align: center;
  width: 58%;
  margin: auto;
  margin-bottom: 40px;
}

.portfolio-section .top-content h4 {
  color: #E4C590;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  /* position: relative; */
  /* display: inline-block; */
}

.portfolio-section .top-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
}

.portfolio-section .top-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.portfolio-section .portfolio_nav {
  margin-bottom: 20px;
}

.portfolio-section .portfolio_nav .portfolio_menu ul {
  text-align: center;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-section .portfolio_nav .portfolio_menu ul li {
  box-shadow: 0px 0px 20px 0px rgba(168, 168, 167, .2);
  cursor: pointer;
  height: 44px;
  width: 130px;
  line-height: 44px;
  text-align: center;
  margin: 15px;
  border-radius: 5px;
  color: #fff;
  transition: .5s;
}

.portfolio-section .portfolio_nav .portfolio_menu ul li:hover {
  color: #E4C590;
  transition: .5s;
}

.portfolio-section .portfolio-single-box {
  margin: 20px 0px 20px 20px;
  border-radius: 5px;
  position: relative;
  transition: .5s;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.portfolio-section .portfolio-single-box .portfolio-thumb {
  transition: .5s;
  overflow: hidden;
  position: relative;
}

.portfolio-section .portfolio-single-box .portfolio-thumb:hover img {
  transform: scale3d(1.1, 1.1, 1);
  transition: .5s;
}

.portfolio-section .portfolio-single-box .portfolio-thumb img {
  width: 100%;
  border-radius: 5px;
  transition: .5s;
}

.portfolio-section .portfolio-single-box .portfolio-content {
  text-align: left;
  margin-left: 20px;
}

.portfolio-section .portfolio-single-box .portfolio-content .study-text h2 a {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  transition: .5s;
}

.portfolio-section .portfolio-single-box .portfolio-content .study-text h2 a:hover {
  color: #E4C590;
  transition: .5s;
}

.portfolio-section .portfolio-single-box .portfolio-content .study-title p {
  color: #CCCCCC;
  font-size: 16px;
}

.portfolio-section .portfolio-single-box .portfolio-content .price h3 {
  color: #E4C590;
  font-size: 16px;
}

/* ======================portfolio section end========================== */

/* ======================team section start========================== */

.team-section {
  background: url(../images/bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0px 70px;
}

.team-section .top-content {
  text-align: left;
  margin-bottom: 40px;
}

.team-section .top-content h4 {
  color: #E4C590;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.team-section .top-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
}

.team-section .top-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.team-section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team-section .container .team-button a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 11px 20px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}

.team-section .container .team-button a:hover {
  transition: all ease-in-out 0.5s;
  color: #101418;
}

.team-section .container .team-button a::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 102%;
}

.team-section .container .team-button a:hover::before {
  width: 100%;
}

.team-section .single-team {
  overflow: hidden;
  position: relative;
  transition: .5s;
  margin-bottom: 30px;
}

.team-section .single-team .team-image {
  transition: .5s;
  border-radius: 10px;
}

.team-section .single-team .team-image img {
  border-radius: 10px;
}

.team-section .single-team .team-content {
  padding: 40px 0px 10px;
  background: url(../images/tttg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: absolute;
  bottom: -165px;
  transition: .5s;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
}

.team-section .single-team:hover .team-content {
  bottom: 0px;
  transition: .5s;
}

.team-section .single-team .team-befo h2 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.team-section .single-team .team-befo p {
  color: #CCCCCC;
  font-size: 16px;
}

.team-section .single-team .team-befo .team-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-section .single-team .team-befo .team-icon img {
  width: 30px !important;
  margin: 0px 10px;
}

/* ======================team section end========================== */

/* ======================reservation section start========================== */
.book-section {
  background: url(../images/bookbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 100px 0px 100px;
  z-index: 1;
}

.book-section:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 11, 14, .6);
  z-index: -1;
}

.book-section .top-content {
  text-align: center;
  width: 58%;
  margin: auto;
  margin-bottom: 40px;
}

.book-section .top-content h4 {
  color: #E4C590;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.book-section .top-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
}

.book-section .top-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.book-section .contact_from .form_box input {
  margin-bottom: 44px;
  border: 1px solid #fff;
  outline: 0;
  padding: 11px 10px;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  opacity: .6;
}

.book-section .contact_from .form_box input::placeholder {
  color: #fff;
}

.book-section .contact_from .form_box .form-control:focus {
  color: #101418;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(249, 147, 11, .25);
}

.book-section .contact_from .form_box textarea {
  margin-bottom: 44px;
  border: 1px solid #fff;
  outline: 0;
  background-color: transparent;
  opacity: .6;
}

.book-section .contact_from .form_box textarea::placeholder {
  color: #fff;
}

::-webkit-calendar-picker-indicator {
  color: #fff;
  background-color: #fff;
}

.book-section .contact_from .quote_btn button {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 11px 20px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}

.book-section .contact_from .quote_btn button:hover {
  transition: all ease-in-out 0.5s;
  color: #101418;
}

.book-section .contact_from .quote_btn button::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 102%;
}

.book-section .contact_from .quote_btn button:hover::before {
  width: 100%;
}

/* ======================reservation section end========================== */

/* ======================Testimonial section start========================== */
.testimonial-section {
  background: url(../images/bg8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 100px 0px 80px;

}

.testimonial-section .row {
  align-items: center;
}

.testimonial-section .top-content {
  text-align: center;
  width: 58%;
  margin: auto;
  margin-bottom: 40px;
}

.testimonial-section .top-content h4 {
  color: #E4C590;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.testimonial-section .top-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
}

.testimonial-section .image-tham {
  margin-right: -120px;

}

.testimonial-section .image-tham img {
  width: 100%;
  border-radius: 10px;
}

.testimonial-section .testi-slider2 {
  box-shadow: 0 0 35px rgb(255 255 255 / 10%);

}

.testimonial-section .testi-slider2 .testi-box {
  background: url(../images/ttt.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 10px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content {
  position: relative;
  padding: 65px 50px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content h2 {
  font-size: 38px;
  color: #fff;
}

.testimonial-section .testi-slider2 .testi-box .testi-content p {
  font-size: 16px;
  margin: 40px 0px 50px 0px;
  color: #CCCCCC;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people img {
  width: 11%;
  border: 3px solid #fff;
  border-radius: 10%;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people .text {
  margin: 0px 0px 5px 20px;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people .text h4 {
  color: #fff;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people .text span {
  color: #E4C590;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .icon {
  position: absolute;
  bottom: 63px;
  left: 60%;
}

@media (max-width: 992px) {
  .testimonial-section .image-tham img {
    display: none !important;
  }
}

/* ======================Testimonial section end========================== */

/* ======================blog section start========================== */
.blog-section {
  background: url(../images/bg7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 100px 0px 60px;
}

.blog-section .top-content {
  text-align: left;
  margin-bottom: 40px;
}

.blog-section .top-content h4 {
  color: #E4C590;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.blog-section .top-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
}

.blog-section .top-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.blog-section .blog-button a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 11px 20px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}

.blog-section .blog-button a:hover {
  transition: all ease-in-out 0.5s;
  color: #101418;
}

.blog-section .blog-button a::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 102%;
}

.blog-section .blog-button a:hover::before {
  width: 100%;
}


.blog-button {
  text-align: end;
}

.blog-section .songle-blog {
  border-radius: 7px;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  margin-bottom: 22px;

}

.blog-section .songle-blog .blog-image {
  position: relative;
}

.blog-section .songle-blog .blog-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
  transform: scale(1);
  transform-origin: bottom right;
  background-image: linear-gradient(-86deg, #101418 0%, #E4C590 100%);
  pointer-events: none;
  transition: all 500ms linear;
  border-radius: 5px;
  opacity: .5;
}

.blog-section .songle-blog .blog-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 0% 100%);
  transform: scale(1);
  transform-origin: top left;
  background-image: linear-gradient(-86deg, #101418 0%, #E4C590 100%);
  pointer-events: none;
  transition: all 500ms linear;
  border-radius: 5px;
  opacity: .5;
}

.blog-section .songle-blog:hover .blog-image::before,
.blog-section .songle-blog:hover .blog-image::after {
  transform: scale(0);

}

.blog-section .songle-blog .blog-image img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-section .songle-blog .blog-content {
  padding: 20px 20px 10px 20px;
  position: relative;

}

.blog-section .songle-blog .blog-content .blog-meta {
  display: inline-block;
  left: 20px;
  top: -28px;
  border-radius: 5px;
}

.blog-section .songle-blog .blog-content .blog-meta a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.blog-section .songle-blog .blog-content .blog-meta span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  color: #fff;
}

.blog-section .songle-blog .blog-content .blog-text h3 a {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
  transition: .5s;
}

.blog-section .songle-blog .blog-content .blog-text h3 a:hover {
  color: #E4C590;
  transition: .5s;
}

/* ======================blog section end========================== */

/* ======================brand section start========================== */
.brand-section {
  background: url(../images/brbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0px;
}

.brand-section .brand-single-box .brand-thumb img {
  -webkit-filter: grayscale(.7);
  filter: grayscale(.7);
  transition: .5s;
}

.brand-section .brand-single-box .brand-thumb img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: .5s;
}

/* ======================brand section end========================== */

/* ======================service section start========================== */
.service-section {
  background: url(../images/bg9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0px 60px;
}

.service-section .top-content {
  text-align: center;
  width: 58%;
  margin: auto;
  margin-bottom: 40px;
}

.service-section .top-content h4 {
  color: #E4C590;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.service-section .top-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
}

.service-section .row.align-items-center {
  margin-bottom: 50px;
}

.service-content {
  text-align: left;
}

.service-section .service-thumb img {
  border-radius: 10px;
}

.service-section .service-content h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.service-section .service-content p {
  color: #fff;
  margin-bottom: 40px;
}

.service-section .service-button a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 11px 20px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}

.service-section .service-button a:hover {
  transition: all ease-in-out 0.5s;
  color: #101418;
}

.service-section .service-button a::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 102%;
}

.service-section .service-button a:hover::before {
  width: 100%;
}

/* ======================service section end========================== */

/* ======================footer section start========================== */
.footer-section {
  background: url(../images/ftt.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.footer-section::before {
  position: absolute;
  content: "";
  background: rgba(8, 11, 14, .8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-section .footer-upper {
  padding-bottom: 50px;
}
.footer-section .footer-upper .footer-about a img{
  width: 120px;
}
.footer-section .footer-about ul {
  margin: 17px 0px 22px;
  font-size: 16px;
}

.footer-section .footer-about ul li {
  color: #fff;
  line-height: 30px;
}

.footer-section .footer-links h3 {
  color: #fff;
}

.footer-section .footer-links ul li a {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  transition: .5s;
}

.footer-section .footer-links ul li a:hover {
  color: #E4C590;
  transition: .5s;
}

.footer-section .footer-links-2 h3 {
  color: #fff;
}

.footer-section .footer-links-2 ul li a {
  color: #fff;
  line-height: 30px;
}

.footer-section .footer-links-3 h3 {
  color: #fff;
}

.footer-section .footer-links-3 p {
  color: #fff;
  margin-bottom: 25px;
}

.footer-section .footer-links-3 .newsletter-form input[type=text] {
  font-size: 15px;
  border: 1px solid #fff;
  outline: 0;
  padding: 11px 10px;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  opacity: .6;
  height: 50px;
  box-shadow: none;
  width: 70%;
}

.footer-section .footer-links-3 .newsletter-form input[type=text]:focus {
  color: #101418;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(249, 147, 11, .25);
}

.footer-section .footer-links-3 .newsletter-form input[type=text]::placeholder {
  color: #fff;
}

.footer-section .footer-links-3 .newsletter-form .job-btn1 {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 12px 13px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590 !important;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}

.footer-section .footer-copyright {
  background: rgba(8, 11, 14, .4);
  padding: 10px 0px 10px;
}

.footer-section .footer-copyright .copyright-text p {
  color: #fff;
}

.footer-section .footer-copyright .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section .footer-copyright .social-links img {
  width: 30px !important;
  margin: 0px 10px;
}

/* ======================footer section end========================== */




/* ======================bratecome-section start ========================== */

.bratecome-section {
  background: url(../images/btc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 145px 0px;
  position: relative;
  z-index: 1;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, rgba(16, 20, 24, 1), rgba(16, 20, 24, .4));
  z-index: -1;
}

.bratecome-section .contant {
  text-align: left;
}

.bratecome-section .contant .title h2 {
  font-size: 55px;
  color: #fff;
  letter-spacing: 1px;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
}

/* ======================bratecome-section start ========================== */

/* ======================Gallery start ========================== */
.gallery1 {
  background: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0px 60px;
}

.gallery1 .top-content {
  text-align: center;
  width: 58%;
  margin: auto;
  margin-bottom: 40px;
}

.gallery1 .top-content h4 {
  color: #E4C590;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.gallery1 .top-content h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
}

.gallery1 .slider-gallery img {
  border-radius: 10px;
}

/* ======================Gallery end ========================== */


@media (max-width: 1000px) {
  .top-content {
    width: 90% !important;
  }
}


/*===================Blog detail CSS==========================*/
.blog-detail {
  background-color: #12161A;
  padding: 100px 0px 60px;
}

.blog-detail .blog-single .blog-wrapper h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 50px;
}

.blog-detail .blog-single .blog-wrapper .blog-content img {
  border-radius: 10px;
}

.blog-detail .blog-single .blog-wrapper .blog-content p {
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
}

.blog-detail .blog-single .blog-wrapper .blog-quote {
  text-align: center;
  padding: 60px 40px 30px;
  margin: 50px 0px 50px;
  border-radius: 10px;
  background-color: #A4A4A4;

}

.blog-detail .blog-single .blog-wrapper .blog-quote p {
  color: #fff;
  font-style: italic;
}

.blog-detail .blog-single .blog-wrapper .blog-quote span {
  color: #E4C590;
}

.blog-detail .blog-single .blog-wrapper .blog-imagelist img {
  border-radius: 10px;
}

.blog-detail .blog-single .blog-wrapper .ts {
  color: #fff;
  font-size: 16px;
  margin: 50px 0px 50px;
}

.blog-detail .blog-single .single-comment h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
}

.blog-detail .blog-single .single-comment .comment-image img {
  border-radius: 10px;
}

.blog-detail .blog-single .single-comment .comment-box {
  margin-bottom: 40px;
}

.blog-detail .blog-single .single-comment .comment-box .comment-content {
  border-bottom: 1px dashed #f1f1f1;
  position: relative;
  background: #f3f5f0;
  padding: 20px;
  margin-left: 30px;
  border-radius: 10px;
}

.blog-detail .blog-single .single-comment .comment-box .comment-content:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 25px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f3f5f0;
}

.blog-detail .blog-single .single-comment .comment-box .comment-content .flx {
  display: flex;
  justify-content: space-around;
}

.blog-detail .blog-single .single-comment .comment-box .comment-content p.comment {
  margin: 10px 0px 30px;
}

.blog-detail .blog-single .single-comment .comment-box .comment-content .comment-like a {
  background-color: #fff;
  padding: 5px 13px;
  border-radius: 10px;
}

.blog-detail .blog-single .review h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.blog-detail .blog-single .review .quote_btn {
  margin-top: 35px;
}

.blog-detail .blog-single .review .quote_btn button {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 11px 20px;
  margin-top: 20px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  color: #E4C590;
  border: 1px solid #E4C590;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}

.blog-detail .blog-single .review .quote_btn button:hover {
  transition: all ease-in-out 0.5s;
  color: #101418;
}

.blog-detail .blog-single .review .quote_btn button::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 102%;
}

.blog-detail .blog-single .review .quote_btn button:hover::before {
  width: 100%;
}

.blog-detail .sidebar-sticky {
  position: sticky;
  top: 0;
  transition: all ease-in-out 0.5s;
}

.blog-detail .detail-sidebar .sit-image img {
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-detail .detail-sidebar .detail-sidebar-item a {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.blog-detail .detail-sidebar .detail-sidebar-item span {
  font-size: 16px;
  color: #E4C590;
}

.blog-detail .detail-sidebar .detail-sidebar-item {
  border-bottom: 1px solid #3F4548;
  padding: 10px 0px 10px 0px;
  margin-right: 30px;
}