@font-face {
  font-family: bold-font;
  src: url(../fonts/GEThameenDemiBold.otf);
}
@font-face {
  font-family: light-font;
  src: url(../fonts/GEThameenLight.otf);
}
body {
  padding: 0;
  margin: 0;
}

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

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

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

.mt-30 {
  margin-top: 30px;
}

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

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

.slogan {
  font-family: bold-font;
  font-size: 4.5em;
  text-align: center;
  margin-top: 50px;
  display: block;
  background: url(../img/text-border.png) no-repeat center bottom;
  padding-bottom: 40px;
  margin-bottom: 70px;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.section-title h2 {
  font-family: bold-font;
  font-size: 2em;
  display: inline-block;
  border: 1px solid #000000;
  padding: 15px 100px;
}

.single-service {
  background-color: #dcdcdc;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 30px;
}
.single-service h3 {
  font-family: bold-font;
  font-size: 1.6em;
}
.single-service h3 span {
  display: block;
  font-size: 1.2em;
  margin-top: 10px;
}
.single-service .read-more {
  background-color: #eeeeee;
  padding: 3px 5px;
  font-size: 1.1em;
  color: #000000;
}
.single-service .read-more:hover {
  background-color: #e9c556;
  color: #fff;
}
.single-service .flag {
  position: absolute;
  left: 30px;
  top: 50%;
}

.single-featured {
  box-shadow: #d7d7d7 10px 10px 10px;
  margin-bottom: 40px;
  position: relative;
  background-color: #9d9c97;
}
.single-featured h2 {
  text-align: center;
  color: #fff;
  line-height: 2;
  font-family: bold-font;
  font-size: 2em;
  min-height: 235px;
}
.single-featured img {
  position: absolute;
  top: -100px;
  right: 10%;
}

.users-bar {
  padding-top: 70px;
  color: #fff;
  font-family: bold-font;
}
.users-bar h1 {
  margin-bottom: 50px;
}
.users-bar p {
  font-size: 1.8em;
  padding-right: 70px;
  position: relative;
  padding-bottom: 40px;
}
.users-bar p:before {
  background: url(../img/sand-clock.png) no-repeat right top;
  position: absolute;
  content: "";
  width: 59px;
  height: 79px;
  right: 0;
  top: 0;
}

.golden-bar {
  background-color: #ffbd40;
}

.dark-gray-bar {
  background-color: #585656;
}

.gray-bar {
  background-color: #bababa;
}

.custom-container {
  width: 80%;
  margin: auto;
}

.contact-area {
  padding-bottom: 100px;
}
.contact-area h3 {
  color: #404040;
  line-height: 2;
  padding-left: 30px;
  padding-right: 50px;
  font-size: 2em;
  width: 80%;
  margin: auto;
  display: block;
  margin-bottom: 90px;
}
.contact-area a {
  background-color: #e39836;
  border-radius: 50px;
  padding: 20px 50px;
  color: #fff;
  font-family: bold-font;
  font-size: 2em;
}

footer {
  background-color: #484848;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  font-size: 1.2em;
}

/*
Bg-color Style*/
.bg-color {
  background-color: #fdf1f5;
}

.container {
  max-width: 1280px;
}

/* Nav Area Style======================================================*/
.navbar-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.navbar-area .main-nav {
  background-color: #0f0f0f;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-area .main-nav .navbar {
  padding: 0;
  background-color: #fff;
}
.navbar-area .main-nav .navbar-brand {
  padding: 0;
  line-height: 1;
}
.navbar-area .main-nav nav .navbar-nav .nav-item {
  padding: 25px 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 1em;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
  color: #000000;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a svg {
  display: block;
  margin: auto;
  transition: all 0.5s;
  width: 40px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a .whyAln {
  width: 45px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #e9c556;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a:hover svg {
  fill: #e9c556 !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #e9c556;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a.active svg {
  fill: #e9c556 !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 97%;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scaleX(0);
  border-top: 2px solid #e9c556;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  padding: 0 !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #e9c556;
  transition: all 0.5s;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  transition: all 0.5s;
  font-size: 20px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #e9c556;
  background-color: #f3f3f3;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #e9c556 !important;
  background-color: #f3f3f3;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  transform: scaleX(0);
  top: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a {
  color: #e9c556;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: -2px !important;
  transform: scaleX(1);
}
.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 97%;
  transform: scaleX(1);
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.5s;
  width: 100% !important;
}

/*
Main Blog Area Style
======================================================*/
.main-blog-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.main-blog-area .owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  transform: translateY(-20px);
}
.main-blog-area .owl-prev i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 0% !important;
  background-color: #e9c556;
  border: 1px solid #e9c556;
}
.main-blog-area .owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  transform: translateY(-20px);
}
.main-blog-area .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 0% !important;
  background-color: #e9c556;
  border: 1px solid #e9c556;
}
.main-blog-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.main-blog-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  background-image: url(../../assets/img/home-two/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #13020c;
  opacity: 0.21;
  z-index: -1;
}

/*
Header Area Style
======================================================*/
.top-header {
  background-color: #e9c556;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-header span {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  margin-right: 10px;
}
.top-header p {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px;
}

.logo-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.middle-header {
  background-color: #0a021d;
  padding-top: 20px;
  padding-bottom: 20px;
}
.middle-header .middle-menu-one ul li {
  display: inline-block;
  padding: 0 8px;
}
.middle-header .middle-menu-one ul li:first-child {
  padding: 0;
}
.middle-header .middle-menu-one ul li a:hover {
  color: #e9c556;
}
.middle-header .middle-menu-two {
  text-align: right;
}
.middle-header .middle-menu-two ul li {
  display: inline-block;
  padding: 0 8px;
}
.middle-header .middle-menu-two ul li:last-child {
  padding: 0;
}
.middle-header .middle-menu-two ul li a:hover {
  color: #e9c556;
}

.bottom-header background- .container {
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bottom-header ul {
  line-height: 1;
  position: relative;
  top: 17px;
}
.bottom-header ul li {
  display: inline-block;
  padding-right: 5px;
}
.bottom-header ul li a {
  font-size: 20px;
  line-height: 1;
}
.bottom-header ul li a:hover {
  color: #e9c556;
}

.navbar-area-four .main-nav {
  box-shadow: 0px 20px 20px 3px rgba(0, 0, 0, 0.05);
}
.navbar-area-four .others-option .cart .cart-count {
  background-color: #e9c556;
}
/*
Banner Area Three Style
======================================================*/
.banner-area-three {
  background-image: url(../../assets/img/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner-area-three .banner-item-area {
  height: 100vh;
}
.banner-area-three .banner-text {
  max-width: 1000px;
  text-align: center;
  margin: auto;
}
.banner-area-three .banner-text h1 {
  color: #fff;
  font-size: 2.5em;
  font-family: light-font;
  margin-bottom: 30px;
}
.banner-area-three .banner-text h2 {
  color: #fff;
  font-size: 4em;
  font-family: bold-font;
  margin-bottom: 30px;
}
.banner-area-three .banner-text ul li {
  font-family: bold-font;
  display: block;
  margin-bottom: 20px;
  font-size: 2em;
  color: #fff;
}
.banner-area-three .owl-item.active .banner-text.overflow-hidden {
  overflow: hidden;
}
.banner-area-three .owl-item.active .banner-text.one span {
  animation: 1s 0.1s fadeInUpBig both;
}
.banner-area-three .owl-item.active .banner-text.one h1 {
  animation: 2s 0.2s fadeInUpBig both;
}
.banner-area-three .owl-item.active .banner-text.one ul {
  animation: 3s 0.3s fadeInUpBig both;
}
.banner-area-three .owl-item.active .banner-text.two span {
  animation: 1s 0.1s fadeInLeft both;
}
.banner-area-three .owl-item.active .banner-text.two h1 {
  animation: 2s 0.2s fadeInRight both;
}
.banner-area-three .owl-item.active .banner-text.two ul {
  animation: 3s 0.3s fadeInRight both;
}
.banner-area-three .owl-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  transform: translateY(-20px);
}
.banner-area-three .owl-prev i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 50% !important;
  background-color: #e9c556;
  border: 1px solid #e9c556;
}
.banner-area-three .owl-next {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  transform: translateY(-20px);
}
.banner-area-three .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 50% !important;
  background-color: #e9c556;
  border: 1px solid #e9c556;
}
.banner-area-three .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.banner-area-three .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 93%;
  right: -10%;
  background-color: #e9c556;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e9c556;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
background- .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e9c556;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  transform: rotate(180deg);
  color: #fff;
  font-size: 4em;
  font-family: light-font;
}

.art-shape1 {
  position: absolute;
  right: 0;
  top: -100px;
  width: 110px;
}

.art-shape2 {
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 200px;
}

.art-shape3 {
  position: absolute;
  width: 60px;
  top: 30%;
}

.art-shape4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
}

.art-shape5 {
  position: absolute;
  right: 0;
  bottom: -170px;
  width: 400px;
}

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