* {
  margin: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
}
.sectionDiv {
  padding: 0px 7vw;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

.logo img {
  width: 100%;
}

input {
  height: 50px;
  width: 100%;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

::-webkit-input-placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

::-moz-placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}

.form-control:focus {
  outline: 1px solid rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
}

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
header {
  width: 100%;
  position: absolute;
  z-index: 9999;
  /* background-color: transparent !important; */
  background-color: white !important;
  top: 0%;
  left: 0%;
}
header a {
  text-transform: capitalize;
}
header .top_head_left,
header .top_head_right {
  padding: 10px 0px;
}
header .top_head_left ul > li,
header .top_head_right ul > li {
  display: inline-block;
  color: #fff !important;
  padding: 0px 10px;
  border-right: 2px solid #fff;
}
header .top_head_left ul > li a,
header .top_head_right ul > li a {
  color: #fff;
  font-weight: 400;
}
header .top_head_left ul > li i,
header .top_head_right ul > li i {
  color: #fff;
  margin-right: 10px;
}
header .top_head_left ul > li:last-child,
header .top_head_right ul > li:last-child {
  border-right: none;
}
header .top_head_left > a,
header .top_head_right > a {
  margin-left: 25px;
}
header .top_head_left ul > li {
  display: inline-block;
  color: #fff !important;
  padding: 0px 10px;
  border-right: 2px solid #fff;
}
header .top_head_left ul > li a {
  color: #fff;
  font-weight: 400;
}
header .top_head_left ul > li i {
  color: #fff;
  margin-right: 10px;
}
header .top_head_left ul > li:first-child {
  padding-left: 0 !important;
}
header .top_head_left ul > li:last-child {
  border-right: none;
}
header .top_head_right ul > li {
  display: inline-block;
}
header .top_head_right ul > li a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
/* header .top_head_right ul > li a:hover {
  color: #b69d74;
} */
header .top_head_right ul > li i {
  color: #fff;
  margin-right: 10px;
}
header .top_head_right ul > li i:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .top_head_right ul > li:last-child {
  padding-right: 0 !important;
}
header .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
header.header_1 .main_menu_widget {
  background-color: #fff;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  header.header_1 .main_menu_widget {
    padding: 10px;
    /* background-color: transparent !important; */
    background-color: white;
  }
}
@media (max-width: 1200px) {
  header.header_1 .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header.header_1 .main-menu ul li a {
    color: #fff;
  }
}
@media (max-width: 991px) {
  header.header_1 .main-menu {
    display: none;
  }
}
header.header_1 .main-menu ul {
  line-height: 1;
}
header.header_1 .main-menu ul > li {
  line-height: 1;
  display: inline-block;
}
header.header_1 .main-menu ul > li > a {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  /* text-transform: uppercase; */
  line-height: 1;
  padding: 30px 10px;
  overflow: hidden;
  text-decoration: none;
}
.sidebar-nav ul li a {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  /* text-transform: uppercase; */
  line-height: 1;
  padding: 30px 10px;
  overflow: hidden;
  text-decoration: none;
}
/* header.header_1 .main-menu ul > li:hover > a {

  color: #dab254;
} */
header.header_1 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header.header_1 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 200px;
  background-color: #fff;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
header.header_1 .main-menu ul > li > ul li {
  display: block;
}
header.header_1 .main-menu ul > li > ul li a {
  display: block;
  color: #252525;
  padding: 12px 25px;
}
header.header_1 .main-menu ul > li > ul li a:hover {
  color: #b69d74;
}
header.header_1 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
header.header_1 .main-menu .secend_menu {
  display: none;
}
@media (max-width: 1200px) {
  header.header_1 .main-menu .secend_menu {
    display: block !important;
  }
}
header.header_1 .main-menu_2 ul {
  line-height: 1;
}
header.header_1 .main-menu_2 ul > li {
  display: inline-block;
  line-height: 1;
}
header.header_1 .main-menu_2 ul > li > a {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  padding: 30px 10px;
  overflow: hidden;
}
header.header_1 .main-menu_2 ul > li:hover > a {
  color: #b69d74;
}
header.header_1 .main-menu_2 ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header.header_1 .main-menu_2 ul > li > ul {
  position: absolute;
  top: 100%;
  width: 200px;
  background-color: #fff;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
header.header_1 .main-menu_2 ul > li > ul li {
  display: block;
}
header.header_1 .main-menu_2 ul > li > ul li a {
  display: block;
  color: #252525;
  padding: 12px 25px;
}
header.header_1 .main-menu_2 ul > li > ul li a:hover {
  /* color: #b69d74; */
  color: #dab254;
}
header.header_1 .main-menu_2 ul > li > ul ul {
  left: 100%;
  top: 0;
}
header.header_1 .logo_widget {
  position: absolute;
  top: 0%;
  left: calc(50% - 126px);
}
header.header_1 .logo {
  max-width: 200px;
  height: auto;
}
header.header_1 .main-menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  /* header.header_1 .main-menu_2 {
    display: none !important;
  } */
}
header.header_1 .right_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 80px;
}
header.header_1 .right_button .right_icon {
  padding: 10px 10px 6px 10px;
  margin-right: 15px;
  border-radius: 6px;
  border: 1.5px solid rgba(182, 157, 116, 0.2);
}
header.header_1 .right_button .right_icon i {
  font-size: 25px;
  color: #b69d74;
}
header.header_1 .right_button .content_top p {
  line-height: 120%;
  margin-bottom: 5px;
}
header.header_1 .right_button .content_top h5 {
  color: #033a5b;
  margin-bottom: 0;
}
header.header_1 .header-search {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 575px) {
  header.header_1 .header-search {
    margin-right: 15px;
  }
}
header.header_1 .header-search .search-toggle {
  cursor: pointer;
  color: #fff;
}
header.header_1 .header-search .search-toggle:hover {
  color: #b69d74;
}
header.header_1 .header-search .search-toggle span {
  font-size: 20px;
  font-weight: 500;
}
header.header_1 .header-search .search-box {
  width: 0;
  left: 50%;
  border: 0;
  opacity: 0;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 4px;
  visibility: hidden;
  position: absolute;
  background: #fff;
  top: calc(100% + 30px);
  -webkit-filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.16));
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  header.header_1 .header-search .search-box {
    top: calc(100% + 45px);
  }
}
@media (max-width: 767px) {
  header.header_1 .header-search .search-box {
    left: -285%;
  }
}
header.header_1 .header-search .search-box:before {
  left: 0;
  right: 0;
  top: -5px;
  z-index: -1;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  border-radius: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  header.header_1 .header-search .search-box:before {
    right: -132px;
  }
}
header.header_1 .header-search .search-box .form-group {
  margin: 0;
  padding: 0;
  position: relative;
}
header.header_1 .header-search .search-box .form-group:before {
  left: 0;
  width: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin-left: auto;
  background: #25415d;
  margin-right: auto;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1);
}
header.header_1 .header-search .search-box .form-group .search-input {
  width: 100%;
  border: 0 !important;
  font-size: 16px !important;
  padding: 10px 0 !important;
  line-height: 22px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-right: 22px !important;
  color: #666666 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
header.header_1
  .header-search
  .search-box
  .form-group
  .search-input::-webkit-input-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
header.header_1
  .header-search
  .search-box
  .form-group
  .search-input::-moz-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
header.header_1
  .header-search
  .search-box
  .form-group
  .search-input:-ms-input-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
header.header_1
  .header-search
  .search-box
  .form-group
  .search-input:-moz-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
header.header_1 .header-search .search-box .form-group .search-submit {
  right: 0;
  top: auto;
  border: 0;
  bottom: auto;
  font-size: 16px;
  color: #666666;
  position: absolute;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header_1 .header-search .search-box .form-group .search-submit:hover {
  color: #b3b3b3;
}
header.header_1 .header-search.show .search-toggle {
  color: #b69d74;
}
header.header_1 .header-search.show .search-box {
  opacity: 1;
  width: 530px;
  visibility: visible;
}
@media (max-width: 767px) {
  header.header_1 .header-search.show .search-box {
    width: 280px;
  }
}
header.header_1 .header-search.show .search-box .form-group:before {
  width: 100%;
}
header.header_2 {
  position: fixed !important;
}
header.header_2.stop {
  -webkit-transition: all 0.3 ease-in-out !important;
  transition: all 0.3 ease-in-out !important;
  /* background-color: #2d1616 !important; */
  background-color: white !important;
}
header.header_2.stop .header-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
header.header_2.stop .main_menu_widget {
  margin-top: 0px;
  top: 0;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}
@media (max-width: 992px) {
  header.header_2.stop .main_menu_widget {
    margin-top: 0px !important;
  }
}
header.header_2 .main_menu_widget {
  /* padding: 15px 0px; */
  padding: 6px 0px;
}
header.header_2 .main-menu_2.menu_4 ul > li > a,
header.header_2 .main-menu.menu_4 ul > li > a {
  color: #c8242f;
}
header.header_2 .main-menu_2 ul > li > a,
header.header_2 .main-menu ul > li > a {
  color: #383c84;
  padding: 25px 20px;
  font-size: 20px;
  font-weight: bold;
}
header.header_2 .right_button {
  margin-left: 30px;
}
header.header_2 .right_button i,
header.header_2 .right_button p,
header.header_2 .right_button h5 {
  color: #fff !important;
}
header.header_2 .right_button .right_icon {
  border: 1.5px solid #fff;
}
header.header_2 .top_head_left ul > li i {
  color: #b69d74;
  margin-right: 10px;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
  background-color: #383c84;
  padding: 20px;
  z-index: 9999999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 30px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.418);
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  clear: both;
  display: block;
  content: "\f067";
  position: absolute;
  right: 0;
  top: 0;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .metismenu .has-arrow {
  background: #97cbdc;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #fff;
  /* background: #97cbdc; */
}
.mobile-nav .metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mobile-nav .metismenu .active > .has-arrow::after,
.mobile-nav .metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%);
}

#hamburger {
  line-height: 1;
  color: #fff;
  font-size: 36px;
  text-align: right;
}
#hamburger i {
  cursor: pointer;
}

/* Footer */
.footerDiv {
  background-color: #383c84;
  color: white;
}
.footer-column .about-para i {
  border: 2px solid #ffffff;
  padding: 12px;
  font-size: 20px;
  border-radius: 6px;
}
.footer-column .about-para {
  font-size: 14px;
  font-weight: 400;
}
.footer-column ul {
  list-style: none;
}
.footer-column ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}
.footer-column ul li {
  padding-bottom: 10px;
}
.footerDiv h4 {
  font-size: 14px;
  font-weight: 400;
}
.footerDiv h4 a {
  text-decoration: none;
  color: white;
}
.footer-logo img {
  width: 200px;
}
.footer-column h2 {
  position: relative;
}
.footer-column h2::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: white;
  bottom: -10px;
}

@media (max-width: 768px) {
  .footer-logo img {
    width: 150px;
  }
}
