/*
 * colors
 * --------------------------------------------------
 */
@font-face {
  font-family: "OpenSans";
  src: url(../font/OpenSans-Light.ttf);
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "OpenSans";
  src: url(../font/OpenSans-Regular.ttf);
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url(../font/OpenSans-Medium.ttf);
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "OpenSans";
  src: url(../font/OpenSans-SemiBold.ttf);
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "OpenSans";
  src: url(../font/OpenSans-Bold.ttf);
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "OpenSans";
  src: url(../font/OpenSans-ExtraBold.ttf);
  font-display: swap;
  font-weight: 800;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Light.ttf);
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Regular.ttf);
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Medium.ttf);
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-SemiBold.ttf);
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Bold.ttf);
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ExtraBold.ttf);
  font-display: swap;
  font-weight: 800;
}
/*-------------------------------*/
/*     Common Styles    		 */
/*-------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #061234;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.highlight-p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .highlight-p {
    font-size: 15px;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-moz-scrollbar {
  width: 5px;
}

::-ms-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #64616E;
}

::-moz-scrollbar-thumb {
  background: #64616E;
}

::-ms-scrollbar-thumb {
  background: #64616E;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

h1,
h2,
h3,
h4,
h5 {
  color: #061234;
}

h1,
.h1_styled {
  font-size: 70px;
  line-height: 1.1;
}
@media (max-width: 1399px) {
  h1,
.h1_styled {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  h1,
.h1_styled {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  h1,
.h1_styled {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  h1,
.h1_styled {
    font-size: 34px;
  }
}

h2,
.h2_styled {
  font-size: 46px;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 1399px) {
  h2,
.h2_styled {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2,
.h2_styled {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2,
.h2_styled {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2,
.h2_styled {
    font-size: 27px;
  }
}

h3,
.h3_styled {
  font-size: 35px;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  h3,
.h3_styled {
    font-size: 33px;
  }
}
@media (max-width: 1199px) {
  h3,
.h3_styled {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h3,
.h3_styled {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h3,
.h3_styled {
    font-size: 23px;
  }
}
h3 > .sub-heading,
.h3_styled > .sub-heading {
  font-weight: 300;
  font-size: 26px;
  display: block;
  padding-bottom: 8px;
  padding-top: 3px;
}
@media (max-width: 1399px) {
  h3 > .sub-heading,
.h3_styled > .sub-heading {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  h3 > .sub-heading,
.h3_styled > .sub-heading {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  h3 > .sub-heading,
.h3_styled > .sub-heading {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  h3 > .sub-heading,
.h3_styled > .sub-heading {
    font-size: 19px;
  }
}

h4,
.h4_styled {
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  h4,
.h4_styled {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  h4,
.h4_styled {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h4,
.h4_styled {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h4,
.h4_styled {
    font-size: 18px;
  }
}

h5,
.h5_styled {
  font-size: 25px;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  h5,
.h5_styled {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  h5,
.h5_styled {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h5,
.h5_styled {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5,
.h5_styled {
    font-size: 19px;
  }
}

h6,
.h6_styled {
  font-size: 19px;
}
@media (max-width: 991px) {
  h6,
.h6_styled {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h6,
.h6_styled {
    font-size: 16px;
  }
}

.text-primary {
  color: #061234 !important;
}

.text-secondary {
  color: #c78e51 !important;
}

.text-blue {
  color: #125FCD !important;
}

p {
  line-height: 1.7;
  color: #4e5a66;
}
@media (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.object-center {
  object-fit: cover;
  object-position: center;
}

section {
  padding: 100px 0px;
}
@media (max-width: 767px) {
  section {
    padding: 80px 0px;
  }
}
section.light-bg {
  background-color: #f9f9f9;
}

a {
  transition: 0.5s;
  text-decoration: none;
}

.btn {
  text-decoration: none !important;
  padding: 15px 25px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  transition: 0.5s;
  transform: perspective(1px) translateZ(0);
}
.btn span {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.btn span i {
  font-size: 16px;
  margin-right: 3px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    justify-content: center;
    padding: 12px 15px;
  }
}

.btn-sm {
  padding: 9px 38px;
}

.btn-lg {
  padding: 13px 75px;
}

.btn-primary {
  border-color: #c78e51;
  color: #ffffff;
  background-color: #c78e51;
  position: relative;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #061234;
  transform: translateY(100%);
  transform-origin: 50% 100%;
  transition: all 0.5s ease-out 0s;
}
.btn-primary:hover {
  border-color: #061234;
  background-color: #c78e51;
}
.btn-primary:hover:before {
  z-index: 0;
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.5);
}

.btn-secondary {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn-secondary:hover, .btn-secondary.active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #125FCD;
}

.section-title {
  text-align: center;
}
.section-title span {
  font-size: 16px;
  font-weight: 400;
  color: #4e5a66;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .section-title span {
    font-size: 14px;
  }
}
.inner-page-title h3 {
  color: #061234;
  position: relative;
  text-transform: uppercase;
}
.inner-page-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 25px;
  background-color: #c78e51;
}
@media (max-width: 767px) {
  .inner-page-title h3::before {
    bottom: -8px;
  }
}

.line-title h1 {
  position: relative;
}
.line-title h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 30px;
  background-color: #c78e51;
}

section {
  padding: 100px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  section {
    padding: 60px 0px;
  }
}
section .title-underline {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section .title-underline {
    margin-bottom: 20px;
  }
}
section .title-underline:before {
  content: "";
  display: block;
  margin: auto;
  left: 50%;
  height: 1px;
  width: 75px;
  bottom: -15px;
  background: #c78e51;
  transition: width 0.8s ease, background-color 0.8s ease;
  margin-bottom: 6px;
}
section .title-underline:after {
  content: "";
  width: 150px;
  display: block;
  margin: auto;
  height: 1px;
  background: #c78e51;
  bottom: 0;
  left: 50%;
  transition: width 0.8s ease, background-color 0.8s ease;
}
section:hover .title-underline:before {
  width: 150px;
}
section:hover .title-underline:after {
  width: 75px;
}
section.section-bg-light {
  background-color: #f9f9f9;
}
section.bg-video {
  position: relative;
}
section.bg-video:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(199, 142, 81, 0.75);
}
section.bg-video .video-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.bg-video .container {
  z-index: 2;
}
section.bg-video .title-underline:before {
  background: #ffffff;
}
section.bg-video .title-underline:after {
  background: #ffffff;
}

header .header-info-holder {
  background-color: #f9f2ea;
}
@media (max-width: 991px) {
  header .header-info-holder {
    background-color: #ffffff;
    position: absolute;
    top: 23px;
    right: 95px;
  }
}
@media (max-width: 767px) {
  header .header-info-holder {
    top: 13px;
    right: 55px;
  }
}
header .header-info-holder .logo-holder {
  width: 100px;
}
@media (max-width: 1399px) {
  header .header-info-holder .logo-holder {
    width: 80px;
  }
}
@media (max-width: 1199px) {
  header .header-info-holder .logo-holder {
    width: 65px;
  }
}
@media (max-width: 991px) {
  header .header-info-holder .logo-holder {
    display: none;
  }
}
header .company-title {
  font-size: 30px;
  color: #c78e51;
  font-weight: 700;
}
@media (min-width: 1600px) {
  header .company-title {
    font-size: 34px;
  }
}
@media (max-width: 1399px) {
  header .company-title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  header .company-title {
    display: none;
  }
}
header .contact-info .info-item {
  position: relative;
  z-index: 1;
}
header .contact-info .info-item.info-item--link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .contact-info .info-item .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #c78e51;
  line-height: 1;
  flex: 0 0 35px;
}
@media (max-width: 1199px) {
  header .contact-info .info-item .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
}
@media (max-width: 767px) {
  header .contact-info .info-item .icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
  }
}
header .contact-info .info-item .icon i {
  font-size: 20px;
}
@media (max-width: 1199px) {
  header .contact-info .info-item .icon i {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  header .contact-info .info-item .icon i {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  header .contact-info .info-item .icon i {
    font-size: 20px;
  }
}
header .contact-info .info-item .info p {
  line-height: 1.2;
}
@media (max-width: 1199px) {
  header .contact-info .info-item .info p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header .contact-info .info-item .info p {
    font-size: 0;
  }
}
@media (max-width: 767px) {
  header .contact-info .info-item .info p {
    font-size: 0;
  }
}
header .contact-info .info-item .info p a {
  font-size: 12px;
  color: #c78e51;
  font-weight: 800;
  text-decoration: underline;
}
@media (max-width: 767px) {
  header .contact-info .info-item .info p a {
    font-size: 0;
  }
}
header .contact-info .info-item .info .title {
  font-size: 12px;
  text-transform: uppercase;
  color: #c78e51;
  font-weight: 800;
}
@media (max-width: 1199px) {
  header .contact-info .info-item .info .title {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  header .contact-info .info-item .info .title {
    display: none;
  }
}
header .contact-info .info-item .info a,
header .contact-info .info-item .info span {
  color: #4e5a66;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199px) {
  header .contact-info .info-item .info a,
header .contact-info .info-item .info span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header .contact-info .info-item .info a,
header .contact-info .info-item .info span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header .contact-info .info-item .info a,
header .contact-info .info-item .info span {
    font-size: 0;
  }
}
header .contact-info .info-item[href*="wa.me"] .icon {
  border-color: #25d366;
}
header .contact-info .info-item[href*="wa.me"] .icon i {
  color: #25d366;
}
header .contact-info .info-item[href*=facebook] .icon {
  border-color: #1877f2;
}
header .contact-info .info-item[href*=facebook] .icon i {
  color: #1877f2;
}
header .contact-info .info-item[href*=linkedin] .icon {
  border-color: #0077b5;
}
header .contact-info .info-item[href*=linkedin] .icon i {
  color: #0077b5;
}
@media (max-width: 991px) {
  header .navigation-holder {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  header .navigation-holder {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .navigation-holder .navbar {
  padding: 0px;
}
header .navigation-holder .navbar .navbar-brand .logo-holder {
  width: 210px;
}
@media (max-width: 767px) {
  header .navigation-holder .navbar .navbar-brand .logo-holder {
    width: 160px;
  }
}
header .navigation-holder .navbar .navbar-brand .logo-holder > img {
  width: 100%;
}
header .navigation-holder .navbar .navbar-brand .logo-holder .main-logo img {
  width: 50px;
}
@media (max-width: 991px) {
  header .navigation-holder .navbar .navbar-brand .logo-holder .main-logo img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  header .navigation-holder .navbar .navbar-brand .logo-holder .main-logo img {
    width: 60px;
  }
}
header .navigation-holder .navbar .navbar-brand .logo-holder .logo-text {
  font-size: 13px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  header .navigation-holder .navbar .navbar-collapse:not(.login-nav-bar) ul.navbar-nav li a {
    padding: 10px 15px;
    border-bottom: 1px solid #e7e7e7;
  }
}
header .navigation-holder .navbar ul.navbar-nav li a {
  font-size: 14px;
  color: #061234;
}
header .navigation-holder .navbar ul.navbar-nav > li > a {
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
}
@media (max-width: 1399px) {
  header .navigation-holder .navbar ul.navbar-nav > li > a {
    padding: 15px 15px;
  }
}
@media (max-width: 1199px) {
  header .navigation-holder .navbar ul.navbar-nav > li > a {
    padding: 15px 10px;
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  header .navigation-holder .navbar ul.navbar-nav > li > a {
    padding: 5px 0px;
  }
}
header .navigation-holder .navbar ul.navbar-nav > li > a.dropdown-toggle:after {
  display: none;
}
header .navigation-holder .navbar ul.navbar-nav > li > a.active {
  background-color: #c78e51;
  color: #ffffff;
}
header .navigation-holder .navbar ul.navbar-nav > li:hover > a {
  background-color: #c78e51;
  color: #ffffff;
}
header .navigation-holder .navbar ul.navbar-nav > li ul.dropdown-menu {
  padding: 0px;
  border-radius: 0;
}
@media (max-width: 991px) {
  header .navigation-holder .navbar ul.navbar-nav > li ul.dropdown-menu {
    box-shadow: none;
    margin-top: -3px;
    margin-bottom: 7px;
  }
}
header .navigation-holder .navbar ul.navbar-nav > li ul.dropdown-menu > li > a {
  padding: 8px 30px;
  background-color: transparent;
  border-bottom: 1px solid #f6f6f6;
}
@media (max-width: 991px) {
  header .navigation-holder .navbar ul.navbar-nav > li ul.dropdown-menu > li > a {
    text-align: center;
    border: 0 !important;
    padding: 8px 15px !important;
  }
}
header .navigation-holder .navbar ul.navbar-nav > li ul.dropdown-menu > li:hover > a {
  background-color: #c78e51;
  color: #ffffff;
}
header .navigation-holder .navbar ul.navbar-nav > li:hover .dropdown-menu {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}
header .navigation-holder .navbar .dropdown-menu.fade-down {
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
}
header .navigation-holder .navbar .dropdown-menu.fade-up {
  top: 180%;
  border: 0;
  box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
}
header .navigation-holder .navbar .navbar-toggler {
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 0;
}
header .navigation-holder .navbar #nav-icon {
  width: 60px;
  height: 27px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  header .navigation-holder .navbar #nav-icon {
    width: 40px;
  }
}
@media (max-width: 767px) {
  header .navigation-holder .navbar #nav-icon {
    height: 21px;
  }
}
@media (max-width: 767px) {
  header .navigation-holder .navbar #nav-icon {
    width: 23px;
  }
}
header .navigation-holder .navbar #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #c78e51;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out, transform 0.3s;
}
header .navigation-holder .navbar #nav-icon span:nth-child(1) {
  top: 0px;
}
header .navigation-holder .navbar #nav-icon span:nth-child(2), header .navigation-holder .navbar #nav-icon span:nth-child(3) {
  top: 12px;
  width: 60%;
  left: 50%;
  transform: translate(-50%) rotate(0deg);
}
@media (max-width: 767px) {
  header .navigation-holder .navbar #nav-icon span:nth-child(2), header .navigation-holder .navbar #nav-icon span:nth-child(3) {
    top: 9px;
  }
}
header .navigation-holder .navbar #nav-icon span:nth-child(4) {
  top: 24px;
}
@media (max-width: 767px) {
  header .navigation-holder .navbar #nav-icon span:nth-child(4) {
    top: 18px;
  }
}
header .navigation-holder .navbar #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .navigation-holder .navbar #nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
  width: 47px;
}
@media (max-width: 767px) {
  header .navigation-holder .navbar #nav-icon.open span:nth-child(2) {
    width: 30px;
  }
}
header .navigation-holder .navbar #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  width: 47px;
}
@media (max-width: 767px) {
  header .navigation-holder .navbar #nav-icon.open span:nth-child(3) {
    width: 30px;
  }
}
header .navigation-holder .navbar #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .navigation-holder .navbar .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(2), header .navigation-holder .navbar .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(3) {
  width: 100%;
}
header .navigation-holder .navbar .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(2) {
  transform: translate(-50%) rotate(45deg);
}
header .navigation-holder .navbar .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(3) {
  transform: translate(-50%) rotate(-45deg);
}
header .navigation-holder .navbar .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(1), header .navigation-holder .navbar .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(4) {
  opacity: 0;
}
@media (max-width: 991px) {
  header .navigation-holder .navbar-collapse {
    position: fixed;
    top: 92px;
    width: 100%;
    height: calc(100% - 92px);
    background: #fff;
    left: 0;
    z-index: 9;
    display: flex;
    transform: translateY(calc(-100% - 92px));
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  header .navigation-holder .navbar-collapse {
    top: 74px;
    height: calc(100% - 74px);
    transform: translateY(calc(-100% - 74px));
  }
}
@media (max-width: 991px) {
  header .navigation-holder .navbar-collapse.show {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  header .navigation-holder .navbar-collapse .navbar-nav {
    flex: 0 0 100%;
    text-align: center;
    max-height: 100%;
    overflow: auto;
  }
  header .navigation-holder .navbar-collapse .navbar-nav > li > .nav-link {
    border: 0 !important;
    font-size: 25px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    letter-spacing: 0.75px;
    background: none !important;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header .navigation-holder .navbar-collapse .navbar-nav > li > .nav-link {
    font-size: 20px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media (max-width: 991px) {
  header .navigation-holder .navbar-collapse .navbar-nav > li > .nav-link.active {
    background: none;
    color: #c78e51;
  }
}
@media (max-width: 991px) {
  header .navigation-holder .navbar-collapse .navbar-nav > li > .nav-link:hover, header .navigation-holder .navbar-collapse .navbar-nav > li > .nav-link:active {
    color: #c78e51;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
hr {
  background: #ffffff;
}

/*******************/
/**** home page ****/
/*******************/
.home-banner {
  height: calc(100vh - 174px);
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.home-banner .carousel-inner .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 1s;
}
.home-banner .carousel-inner .carousel-item.active {
  /* &:before {
       width: 50%;
       @include max(lg) {
           width: 100%;
       }
   }*/
}
.home-banner .carousel-inner .carousel-item img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.home-banner .carousel-inner .carousel-item .carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0%;
  bottom: auto;
  padding: 0;
  z-index: 2;
}
.home-banner .carousel-inner .carousel-item .carousel-caption .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home-banner .carousel-inner .carousel-item .carousel-caption .caption-text {
  overflow: hidden;
  width: 0px;
  transition: 1.5s;
}
.home-banner .carousel-inner .carousel-item .carousel-caption .caption-text .text-holder {
  text-align: left;
  width: 570px;
}
@media (max-width: 1199px) {
  .home-banner .carousel-inner .carousel-item .carousel-caption .caption-text .text-holder {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .home-banner .carousel-inner .carousel-item .carousel-caption .caption-text .text-holder {
    width: 78vw;
  }
}
.home-banner .carousel-inner .carousel-item .carousel-caption .caption-text .text-holder h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.home-banner .carousel-inner .carousel-item .carousel-caption .caption-text .text-holder p {
  font-weight: 600;
  display: block;
  color: #ffffff;
}
@media (max-width: 767px) {
  .home-banner .carousel-inner .carousel-item .carousel-caption .caption-text .text-holder p {
    line-height: 1.4;
  }
}
.home-banner .carousel-inner .carousel-item.active .carousel-caption .caption-text {
  width: 570px;
}
@media (max-width: 1199px) {
  .home-banner .carousel-inner .carousel-item.active .carousel-caption .caption-text {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .home-banner .carousel-inner .carousel-item.active .carousel-caption .caption-text {
    width: 78vw;
  }
}
.home-banner .carousel-inner .shape-image {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 100%;
  display: none;
}
.home-banner .carousel-control-next {
  width: 60px;
  height: 60px;
  background-color: #061234;
  top: 50%;
}
@media (max-width: 767px) {
  .home-banner .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 15%;
  }
}
.home-banner .carousel-control-prev {
  width: 60px;
  height: 60px;
  background-color: #061234;
  left: auto;
  right: 0;
  top: calc(50% - 66px);
}
@media (max-width: 767px) {
  .home-banner .carousel-control-prev {
    width: 40px;
    height: 40px;
    top: calc(15% - 46px);
  }
}

@media (max-width: 767px) {
  .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 20px;
    height: 20px;
  }
}

.focus-text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.inner-page-banner {
  height: 80vh;
}
@media (max-width: 991px) {
  .inner-page-banner {
    height: 40vh;
  }
}
.inner-page-banner .inner-banner-holder {
  position: relative;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
.inner-page-banner .inner-banner-holder .shape-image {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
.inner-page-banner .inner-banner-holder .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(199, 142, 81, 0.4);
}
.inner-page-banner .inner-banner-holder .overlay h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.inner-page-banner .inner-banner-holder .overlay nav {
  display: flex;
  justify-content: flex-start;
}
.inner-page-banner .inner-banner-holder .overlay nav .breadcrumb {
  color: #ffffff;
  background-color: rgba(199, 142, 81, 0.7);
  padding: 2px 7px;
  border-radius: 10px;
}
.inner-page-banner .inner-banner-holder .overlay nav .breadcrumb li.breadcrumb-item {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
.inner-page-banner .inner-banner-holder .overlay nav .breadcrumb li.breadcrumb-item a {
  color: #ffffff;
}
.inner-page-banner .inner-banner-holder .overlay nav .breadcrumb li.breadcrumb-item:before {
  color: #ffffff;
}

footer {
  background: #061234;
  padding-top: 0px;
  padding-bottom: 1rem;
}
footer .footer-shape-holder {
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  footer .footer-shape-holder {
    margin-bottom: 15px;
  }
}
footer p {
  color: #ffffff;
}
footer h6 {
  font-weight: 600;
  color: #ffffff;
}
footer .footer-logo-container > img {
  width: 80px;
}
footer .footer-logo-content {
  max-width: 300px;
}
footer .footer-logo-content p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.5;
  opacity: 0.7;
}
footer .footer-list {
  padding: 0;
  margin: 0;
}
footer .footer-list li {
  list-style: none;
  padding-left: 0 !important;
  margin: 0 !important;
}
footer .footer-list li:after {
  display: none;
}
footer .footer-list li a {
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s;
  opacity: 0.7;
  padding: 4px 0;
  display: block;
}
@media (max-width: 767px) {
  footer .footer-list li a {
    font-size: 13px;
    padding: 2px 0;
  }
}
footer .footer-list li a:hover {
  opacity: 1;
}
footer .footer-horzontal-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .footer-horzontal-list li {
  list-style: none;
  padding-left: 0 !important;
  margin: 0 !important;
}
footer .footer-horzontal-list li:after {
  display: none;
}
footer .footer-horzontal-list li:not(:last-child) {
  padding-right: 15px;
}
@media (max-width: 767px) {
  footer .footer-horzontal-list li:not(:last-child) {
    padding-right: 10px;
  }
}
footer .footer-horzontal-list li a {
  color: #ffffff;
  transition: 0.3s;
  opacity: 0.7;
}
footer .footer-horzontal-list li a:hover {
  opacity: 1;
}
footer .footer-horzontal-list li a i {
  font-size: 20px;
}
@media (max-width: 767px) {
  footer .footer-horzontal-list li a i {
    font-size: 16px;
  }
}
footer .copyright {
  text-align: center;
  opacity: 0.7;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 13px;
  }
}
footer .copyright a {
  color: #ffffff;
}
footer .link-footer {
  color: #ffffff;
  opacity: 0.7;
  transition: 0.3s;
  word-break: break-all;
  font-size: 14px;
}
footer .link-footer:hover {
  opacity: 1;
}
footer .subscribe-col p {
  opacity: 0.7;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .subscribe-col p {
    font-size: 13px;
  }
}
footer .subscribe-col button {
  padding: 12px;
  color: #ffffff;
  border-color: #c78e51 !important;
}
footer .subscribe-col button i {
  font-size: 20px;
}
footer .subscribe-col button:before {
  display: none;
}
footer .subscribe-col .input-group .btn {
  padding: 10px 16px;
}
footer .subscribe-col .form-control {
  border-radius: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .subscribe-col .form-control {
    border-radius: 5px 0 0 5px;
  }
}

.icon-info-box .icon-box {
  width: 75px;
  height: 75px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #f6f6f6;
  flex-shrink: 0;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .icon-info-box .icon-box {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .icon-info-box .icon-box {
    width: 50px;
    height: 50px;
  }
}
.icon-info-box .icon-box .icon {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.5s;
}
.icon-info-box .icon-box .icon i {
  font-size: 35px;
  color: #c78e51;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .icon-info-box .icon-box .icon i {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .icon-info-box .icon-box .icon i {
    font-size: 20px;
  }
}
.icon-info-box .info-box p {
  margin-bottom: 0;
}
.icon-info-box:hover .icon-box {
  border-color: #c78e51;
}
.icon-info-box:hover .icon-box .icon {
  background-color: #c78e51;
}
.icon-info-box:hover .icon-box .icon i {
  color: #f6f6f6;
}

.why-info-box {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0px 90px;
  padding: 30px 25px;
}
@media (max-width: 1199px) {
  .why-info-box {
    border-radius: 0px 50px;
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .why-info-box {
    padding: 20px 16px 10px;
  }
}
.why-info-box .icon {
  background: #9a6e42;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  margin: 0px auto 15px;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .why-info-box .icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .why-info-box .icon {
    width: 50px;
    height: 50px;
    margin: 0px auto 10px;
  }
}
.why-info-box .icon i {
  font-size: 45px;
}
@media (max-width: 1199px) {
  .why-info-box .icon i {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .why-info-box .icon i {
    font-size: 20px;
  }
}
.why-info-box h2 {
  transition: 0.5s;
}
.why-info-box:hover .icon {
  background-color: #061234;
}
.why-info-box:hover h2 {
  color: #c78e51;
}

.division-box {
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  height: 100%;
}
.division-box .division-image {
  height: 175px;
  overflow: hidden;
}
.division-box .division-image img {
  transform: scale(1.2);
  transition: 0.5s;
}
.division-box .division-content {
  padding: 30px 25px;
}
.division-box .division-content h6 {
  color: #c78e51;
}
.division-box:hover .division-image img {
  transform: scale(1);
}

.testimonials-list {
  text-align: center;
}
.testimonials-list .item i {
  font-size: 60px;
  color: #c78e51;
}
@media (max-width: 767px) {
  .testimonials-list .item i {
    font-size: 40px;
  }
}
.testimonials-list .item p {
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
.testimonials-list .item h6 {
  text-transform: uppercase;
  font-weight: 700;
  color: #c78e51;
}
.testimonials-list .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.testimonials-list .slick-dots li {
  line-height: 0;
}
.testimonials-list .slick-dots li.slick-active button {
  width: 20px;
  background-color: #c78e51;
}
.testimonials-list .slick-dots li button {
  text-indent: -99999px;
  border: 0;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #999999;
  margin: 0px 3px;
  transition: 0.5s;
}

.rounded-img-holder {
  border-radius: 100px 100px 0px 0px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .rounded-img-holder {
    border-radius: 60px 60px 0px 0px;
  }
}
@media (max-width: 991px) {
  .rounded-img-holder {
    border-radius: 40px 40px 0px 0px;
  }
}
.rounded-img-holder img {
  transform: scale(1.1);
  transition: 1s;
}
.rounded-img-holder:hover img {
  transform: scale(1);
}

.midfa-list {
  display: flex;
  flex-wrap: wrap;
}
.midfa-list.midfa-list-col {
  flex-direction: column;
}
.midfa-list.midfa-list-col li a {
  font-weight: 600;
}
.midfa-list li {
  position: relative;
  padding-left: 25px;
  padding-right: 20px;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .midfa-list li {
    padding-left: 20px;
  }
}
.midfa-list li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #c78e51;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .midfa-list li:before {
    top: 10px;
  }
}
.midfa-list li a {
  font-size: 22px;
}
@media (max-width: 991px) {
  .midfa-list li a {
    font-size: 19px;
  }
}
.midfa-list.simple-li > li {
  padding-left: 20px;
  padding-right: 0;
  padding-bottom: 6px;
}
.midfa-list.simple-li > li:before {
  top: 8px;
  width: 9px;
  height: 9px;
}

.with-multiline {
  background-image: linear-gradient(to right, #c78e51 0%, #061234 100%);
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 100% 1px;
  display: inline;
}

.team-box {
  padding: 35px 25px;
  background-color: #ffffff;
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.1);
  position: relative;
  border-radius: 75px 0px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .team-box {
    padding: 30px 20px;
    border-radius: 40px 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .team-box {
    padding: 25px 20px;
  }
}
.team-box:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background-color: #c78e51;
}
.team-box .img-holder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto 20px;
}
@media (max-width: 767px) {
  .team-box .img-holder {
    width: 110px;
    height: 110px;
    margin: 0px auto 10px;
  }
}
.team-box .name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .team-box .name {
    font-size: 15px;
  }
}
.team-box .designation {
  font-size: 12px;
  text-align: center;
}

/* Contact Us */
.operating-hours-item .operating-hours-day {
  flex: 0 0 160px;
}
.operating-hours-item .operating-hours-time-value {
  font-weight: 600;
  color: #c78e51;
}
.operating-hours-item .operating-hours-time-label {
  font-size: 12px;
  color: #999999;
  font-weight: 400;
}

.form-container {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .form-container {
    padding: 25px 20px;
  }
}

.form-label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 3px;
}

.form-control {
  border: 1px solid #e9e9e9;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #061234;
}
.form-control:focus {
  color: #061234;
  border-color: #c78e51;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(199, 142, 81, 0.25);
}
.form-control::placeholder {
  opacity: 0.5;
}

.midfa-list li a.contact-item {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  color: inherit;
}
.midfa-list li a.contact-item > .c-value {
  font-weight: 600;
}
.midfa-list li a.contact-item > .c-label {
  font-size: 13px;
  color: #999999;
}
.midfa-list li.list-p:before {
  top: 7px;
}
@media (max-width: 767px) {
  .midfa-list li.list-p:before {
    top: 5px;
  }
}
.midfa-list.contact-list li {
  padding-left: 30px;
  margin-bottom: 15px;
}
.midfa-list.contact-list li:before {
  width: 20px;
  height: 20px;
  background: url(../images/envelope.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  top: 3px;
}

@media (max-width: 1199px) {
  .card-gap {
    gap: 30px 0;
  }
}
@media (max-width: 767px) {
  .card-gap {
    gap: 15px 0;
  }
}

.landing-page {
  overflow: hidden;
  position: relative;
}
.landing-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/world-map.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.landing-holder {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}
.landing-holder.going-hide {
  opacity: 0;
  transform: scale(2);
}
.landing-holder .landing-content .logo-holder img {
  width: 400px;
}
@media (max-width: 1199px) {
  .landing-holder .landing-content .logo-holder img {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .landing-holder .landing-content .logo-holder img {
    width: 250px;
  }
}
@keyframes scale-animation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

#particles-js {
  position: absolute;
  transition: 0.3s;
  opacity: 0.4;
}
#particles-js.going-hide {
  opacity: 0;
  transform: scale(2);
}

.form-container {
  border-radius: 6px;
}

.contact-item {
  padding-bottom: 35px;
}
.contact-item .contact-item-title {
  font-size: 15px;
  color: #4e5a66;
  font-weight: 700;
  padding-bottom: 5px;
}
.contact-item .contact-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-item .contact-item-info > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-item .contact-item-info > a:not(:last-child) {
  padding-bottom: 3px;
}
.contact-item .contact-item-info > a i {
  color: #c78e51;
  font-size: 16px;
  position: relative;
  bottom: -1px;
}
.contact-item .contact-item-info > a span {
  color: #4e5a66;
  padding-left: 10px;
  font-size: 14px;
}
.contact-item .contact-item-info > a span:hover {
  color: #c78e51;
}

.link-btn {
  color: #c78e51;
}
.link-btn:hover {
  color: #c78e51;
  text-decoration: none;
}
.link-btn:hover > span {
  text-decoration: underline;
}
.link-btn > i {
  font-size: 18px;
  position: relative;
  top: -2px;
}

.border-bottom-light {
  border-bottom: 1px solid #f1f1f1;
}

.inner-banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.inner-banner-slider .carousel {
  height: 100%;
}
.inner-banner-slider .carousel .carousel-inner {
  height: 100%;
}
.inner-banner-slider .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.inner-banner-slider .carousel .carousel-inner .carousel-item > img {
  height: 100%;
  object-fit: cover;
}

.row-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .row-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .row-list > .row-list-item {
    flex: 0 0 100%;
  }
}
.row-list > .row-list-item:not(:last-child) {
  padding-right: 60px;
}
@media (max-width: 991px) {
  .row-list > .row-list-item:not(:last-child) {
    padding-right: 0;
  }
}

.midfa-desc {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .midfa-desc {
    font-size: 14px;
    line-height: 25px;
  }
}

.welcome-section {
  position: relative;
}
.welcome-section:after {
  content: "";
  background: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 340px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
}

.intro-text-box {
  max-width: 960px;
}

.p-link {
  color: #c78e51;
  text-decoration: underline;
}
.p-link:hover {
  color: #c78e51;
}

.p-color {
  color: #4e5a66;
}

.privacy-link {
  text-decoration: underline;
  padding-top: 4px;
  display: inline-block;
  padding-bottom: 2px;
}

.welcome-section .section-title span {
  color: #2283b0;
  font-weight: 500;
}
.welcome-section .section-title h2 {
  color: #c78e51;
}

.highlighted-text-welcome {
  color: #c78e51;
  font-weight: 600;
}

.one-row-image {
  height: 100%;
  object-fit: cover;
}

.application-slider-item {
  padding: 0 30px;
}

.celeb-wrap {
  width: 200px;
  height: 200px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
@media (max-width: 767px) {
  .celeb-wrap {
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: 10px;
  }
}
.celeb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*# sourceMappingURL=style.css.map */
