@charset "UTF-8";
/*-----------------------------------------------------------------------------------

 Version: 1.1

 Main Color   : #D4AF37
 main Font    : Poppins

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 About
	06 Banner
	07 Process
	08 Price
	09 Testimonials
	10 Numbers
	11 Call Action
	12 Team
	13 Blog
	14 Contact
	15 Footer
	16 Spacial Pages
	17 Responsive
	18 Services

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;
  background-color: #000;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  /*color: $subTextCol;*/
  line-height: 2;
  margin: 0;
}

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

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.box-padding {
  padding: 100px 5%;
}

.section-padding {
  padding: 60px 0;
}

.section-head {
  margin-bottom: 80px;
}
.section-head h4 {
  font-size: 40px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 30px;
  position: relative;
}
.section-head h4:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #D4AF37;
  background: linear-gradient(to right, transparent, #D4AF37, transparent);
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
.section-head.text-left h4:after {
  left: 0 !important;
}
.section-head p {
  margin-top: 30px;
}

.title-extra {
  font-weight: 700;
}

.sm-title {
  /*font-size: 12px;*/
  font-family: "Roboto", sans-serif;
  color: white !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.bg-gray-skew {
  position: relative;
}
.bg-gray-skew:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f9fb;
  transform: rotate(-3deg);
  border-radius: 80px;
  z-index: -1;
}

.bg-gray {
  background: #f6f9fb;
}

.bg-color {
  background: #D4AF37;
  color: #fff;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.7;
}

.shadow-inset {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-cover {
  background-repeat: repeat;
  background-size: auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-overlay-dark]:before {
  background: #000;
  background: linear-gradient(284deg, #000 0%, #000 100%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: 0.7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

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

.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1 !important;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1 !important;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 35%;
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 25px;
  line-height: 40px;
  background: #222;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
  z-index: 4;
  cursor: pointer;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

[data-overlay-dark]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url(../img/overlay-pattern.png);*/
  background-repeat: repeat;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn, [class*=ButtonContainer] {
  padding: 14px 25px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
  position: relative;
  z-index: 3;
  transition: all 0.4s;
  cursor: pointer;
  outline: none !important;
}
.butn span, [class*=ButtonContainer] span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  transition-delay: 0s;
}
.butn span i, [class*=ButtonContainer] span i {
  font-size: 14px;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid rgba(200, 200, 200, 0.3);
}
.butn:after, [class*=ButtonContainer]:after {
  content: "";
  width: 0;
  height: 100%;
  background: transparent;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  opacity: 0.5;
  transition: all 0.4s;
}

.butn-bg, [class*=ButtonContainer] {
  background: #D4AF37;
  background: linear-gradient(to right bottom, #D4AF37, #D4AF37);
  box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}
.butn-bg:hover, [class*=ButtonContainer]:hover {
  border-color: #D4AF37;
  box-shadow: none;
}
.butn-bg:hover:after, [class*=ButtonContainer]:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-bg:hover span, [class*=ButtonContainer]:hover span {
  color: #D4AF37;
}
.butn-bg:after, [class*=ButtonContainer]:after {
  background: #fff;
}
.butn-bg span, [class*=ButtonContainer] span {
  color: #fff;
}

.butn-rgba {
  background: rgba(220, 220, 220, 0.2);
}
.butn-rgba:after {
  background: #D4AF37;
  background: linear-gradient(to right bottom, #fb8133, #f53434);
}
.butn-rgba:hover {
  border-color: #D4AF37;
}
.butn-rgba:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-rgba:hover span {
  color: #fff;
}

.butn-light {
  background: transparent;
  border-color: #D4AF37;
}
.butn-light:hover {
  box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}
.butn-light:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light:after {
  background: #D4AF37;
  background: linear-gradient(to right bottom, #fb8133, #f53434);
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 80px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  margin: 15px 7px;
  transition: all 0.5s;
  position: relative;
}
.navbar .navbar-nav .nav-link:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #D4AF37;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  opacity: 0;
}
.navbar .navbar-nav .butn {
  padding: 10px 30px;
  margin-left: 15px;
  box-shadow: none;
}
.navbar .navbar-nav .active:before {
  opacity: 1;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 10px 0;
  border: 0;
  box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav .dropdown-item {
  font-size: 12px;
  padding: 10px 20px;
  opacity: 0.9;
}
.navbar .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #D4AF37;
}

.light, .nav-scroll {
  background: #fff;
  box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  top: -80px;
  left: 5%;
  width: 90%;
  border-radius: 10px;
  transition: transform 0.5s;
  transform: translateY(100px);
}
.light .icon-bar, .nav-scroll .icon-bar {
  color: #222;
}
.light .navbar-nav .nav-link, .nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.light .navbar-nav .logo, .nav-scroll .navbar-nav .logo {
  /*padding: 15px 0;*/
  color: #111;
}

.logo {
  /*padding: 15px 0;*/
  width: 100px;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s;
}
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu .dropdown-item {
  transition: all 0.4s;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header .background {
  min-height: 120vh;
  clip-path: ellipse(100% 55% at 48% 44%);
  overflow: hidden;
  background-color: black;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h1 {
  font-size: 50px;
  font-weight: 700;
  animation-delay: 0.6s;
  text-wrap-mode: nowrap;
}
.header .caption p {
  margin-top: 15px;
  color: #eee;
  animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D4AF37;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
}
.header .caption .butn {
  animation-delay: 1.2s;
  margin: 0 5px;
}

.pages {
  min-height: 60vh;
  overflow: hidden;
}
.pages h5 {
  float: left;
  font-weight: 700;
}
.pages h6 {
  float: right;
}
.pages h6 a {
  margin: 0 10px;
  font-weight: 500;
  font-size: 15px;
}
.pages .active {
  color: #D4AF37;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start About ]
-----------------------------------------------------------------*/
.about .intro {
  margin-bottom: 80px;
}
.about .intro span {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #D4AF37;
  margin-bottom: 10px;
}
.about .item {
  background: #fff;
  padding: 50px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.about .item .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 40px;
  color: #D4AF37;
  margin-bottom: 40px;
  background: rgba(251, 129, 51, 0.05);
  position: relative;
  transition: all 0.4s;
}
.about .item .icon:after {
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(251, 129, 51, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.about .item .bot:after {
  bottom: 0 !important;
  left: 0 !important;
}
.about .item h6 {
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------
     [ End About ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Banner ]
-----------------------------------------------------------------*/
.banner .bg-img {
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
.banner .content h3 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.banner .content p {
  margin-bottom: 30px;
}
.banner .content .item .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: rgba(3, 155, 178, 0.1);
  color: #D4AF37;
  font-size: 35px;
  float: left;
}
.banner .content .item .cont {
  margin-left: 90px;
}
.banner .content .item .cont h6 {
  margin-bottom: 15px;
}
.banner .content .item .cont p {
  font-size: 14px;
}
.banner .content .item:last-of-type p {
  margin-bottom: 0;
}
.banner .circle {
  position: relative;
  z-index: 3;
}
.banner .circle:after {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #D4AF37;
  position: absolute;
  top: -50px;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}
.banner .circle:before {
  content: "";
  width: 100px;
  height: 200px;
  background-image: url(../img/dots2.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* ----------------------------------------------------------------
     [ End Banner ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Process ]
-----------------------------------------------------------------*/
.process .padding {
  padding: 0 30px;
}
.process .item {
  padding: 0 30px;
  border-radius: 10px;
  position: relative;
}
.process .item img {
  position: absolute;
  width: 50%;
  right: -30%;
  top: 30%;
  z-index: 4;
}
.process .item img.tobotm {
  transform: rotateX(180deg);
  top: 15%;
}
.process .item .icon {
  font-size: 60px;
  color: #D4AF37;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}
.process .item .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.4, 1.4);
  opacity: 0.05;
  z-index: -1;
}
.process .item h6 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.process .item h6 span {
  font-size: 12px;
  color: #D4AF37;
  margin-right: 8px;
}
.process .item p {
  font-size: 14px;
}

/* ----------------------------------------------------------------
     [ End Process ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Price ]
-----------------------------------------------------------------*/
.price .item {
  padding: 50px 30px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}
.price .item.active {
  box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.price .item .type {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.price .item .type:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #D4AF37;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 35px);
}
.price .item .type h6 {
  font-size: 20px;
  font-weight: 600;
}
.price .item .value {
  margin: 40px 0;
}
.price .item .value h4 {
  font-weight: 700;
  font-size: 65px;
}
.price .item .value h4 span {
  font-size: 15px;
  margin-right: 5px;
}
.price .item .value p {
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
  color: #D4AF37;
  display: inline-block;
  padding: 2px 15px;
  background: rgba(3, 155, 178, 0.1);
  border-radius: 30px;
}
.price .item .feat ul {
  margin-bottom: 0;
}
.price .item .feat li {
  color: #555;
  font-weight: 500;
  padding: 0 50px;
  margin-bottom: 25px;
}
.price .item .feat li:last-child {
  margin-bottom: 0;
}
.price .item .feat li span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px dashed #eee;
}
.price .item .feat del {
  opacity: 0.8;
}
.price .item .order {
  margin-top: 50px;
}
.price .item.center {
  position: relative;
  padding: 60px 30px;
  margin-top: -10px;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials .client-area p {
  font-size: 14px;
  padding: 30px;
  background: #f6f9fb;
  margin-bottom: 40px;
  position: relative;
}
.testimonials .client-area p:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f6f9fb;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
}
.testimonials .client-area .img {
  display: inline-block;
  position: relative;
}
.testimonials .client-area .img .icon {
  width: 30px;
  position: absolute;
  top: 15px;
}
.testimonials .client-area .img .icon:first-of-type {
  left: -50px;
}
.testimonials .client-area .img .icon:last-of-type {
  right: -50px;
}
.testimonials .client-area .author {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.testimonials .client-area h6 {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.testimonials .client-area span {
  font-size: 13px;
  color: #D4AF37;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .icon {
  font-size: 35px;
  color: #D4AF37;
  margin-bottom: 30px;
}
.numbers h4 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.numbers h6 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start call-action ]
-----------------------------------------------------------------*/
.call-action h3 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------
     [ End call-action ]
-----------------------------------------------------------------*



/* ----------------------------------------------------------------
     [ 12 Start Team ]
-----------------------------------------------------------------*/
.team .tab-content .cont {
  margin-bottom: 50px;
}
.team .tab-content .cont h6 {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team .tab-content .cont span {
  color: #D4AF37;
  font-size: 13px;
}
.team .tab-content .cont p {
  margin: 30px 0;
}
.team .tab-content .cont .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #f7f7f7;
  margin-right: 15px;
  transition: all 0.4s;
}
.team .tab-content .cont .icon:last-of-type {
  margin-right: 0;
}
.team .tab-content .cont .icon:hover {
  background: #D4AF37;
  color: #fff;
}
.team .tab-content .team-img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
.team .tab-content .team-img:after {
  content: "";
  width: 380px;
  height: 380px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -15px;
  border: 15px solid #D4AF37;
  opacity: 0.05;
}
.team .nav-tabs {
  border: 0;
  position: relative;
}
.team .nav-tabs .nav-item {
  display: inline-block;
  border: 0;
  padding: 0;
  margin-right: 20px;
}
.team .nav-tabs .nav-item:last-of-type {
  margin-right: 0;
}
.team .nav-tabs .nav-link {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 110px;
  height: 110px;
  border: 8px solid #e6e8ed;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.5;
}
.team .nav-link.active {
  opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Blog ]
-----------------------------------------------------------------*/
.blog .item .post-img .img {
  overflow: hidden;
  position: relative;
}
.blog .item .post-img .img a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #D4AF37;
  color: #fff;
  padding: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  z-index: 3;
}
.blog .item .post-img .img a span {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.blog .item .post-img:hover img {
  transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
  transition: all 0.5s;
}
.blog .item .cont {
  position: relative;
  padding: 50px 30px;
  background: #f6f9fb;
}
.blog .item .info {
  margin-bottom: 20px;
}
.blog .item .info a {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
  opacity: 0.8;
}
.blog .item .info a:last-of-type {
  margin-right: 0;
}
.blog .item .info a i {
  margin-right: 2px;
}
.blog .item h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
}
.blog .item h5:hover {
  color: #D4AF37;
}
.blog .item .more {
  color: #D4AF37;
  font-size: 13px;
  font-weight: 500;
}
.blog .item .more:hover i {
  margin-left: 10px;
}
.blog .item .more i {
  font-size: 12px;
  margin-top: 4px;
  margin-left: 4px;
  transition: all 0.2s;
}
.blog .clients {
  margin-top: 100px;
}
.blog .clients .row {
  border-top: 1px solid #f6f9fb;
  padding-top: 50px;
}
.blog .clients .brand {
  padding: 0 30px;
  opacity: 0.8;
}
.blog .clients .brand:hover {
  opacity: 1;
}

.posts .item {
  margin-bottom: 50px;
}
.posts .item p {
  font-size: 14px;
}
.posts .item .spical {
  margin: 15px;
  padding: 15px;
  border-left: 4px solid #D4AF37;
}
.posts .item .ntpr-post {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.posts .item .ntpr-post .all-post {
  font-size: 40px;
  width: 100%;
}
.posts .title {
  font-size: 14px;
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
.posts .title:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #D4AF37;
  position: absolute;
  left: 0;
  bottom: 0;
}
.posts .comments, .posts .add-comment {
  padding: 40px 15px 0;
  border-top: 1px solid #eee;
}
.posts .comments .com, .posts .add-comment .com {
  margin-bottom: 50px;
}
.posts .comments .com:last-child, .posts .add-comment .com:last-child {
  margin-bottom: 0;
}
.posts .comments .com:nth-child(odd), .posts .add-comment .com:nth-child(odd) {
  margin-left: 50px;
}
.posts .comments .img, .posts .add-comment .img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
}
.posts .comments .cont, .posts .add-comment .cont {
  margin-left: 75px;
}
.posts .comments .cont h6, .posts .add-comment .cont h6 {
  font-size: 12px;
  margin-bottom: 5px;
}
.posts .comments .cont p, .posts .add-comment .cont p {
  padding-right: 15%;
  font-size: 14px;
}
.posts .comments .cont span, .posts .add-comment .cont span {
  color: #D4AF37;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
}
.posts .comments .cont .reply, .posts .add-comment .cont .reply {
  color: #888;
  font-size: 12px;
  float: right;
  margin-right: 15px;
  margin-top: -15px;
  border-radius: 30px;
  border: 1px solid #eee;
  padding: 10px;
}
.posts .comments .cont .reply i, .posts .add-comment .cont .reply i {
  margin-right: 5px;
}
.posts .comments .cont .reply:hover, .posts .add-comment .cont .reply:hover {
  color: #D4AF37;
}
.posts form input, .posts form textarea {
  width: 100%;
  padding: 20px;
  background-color: #F6F9FB;
  border: 0;
  font-size: 13px;
}
.posts form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
  margin-bottom: 10px;
}
.posts form .butn {
  margin: 30px 0 0 0;
  cursor: pointer;
}

.pagination {
  text-align: center;
}
.pagination ul {
  margin: auto;
}
.pagination li {
  float: left;
  margin: 0 5px;
}
.pagination li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.pagination .active a {
  background-color: #D4AF37;
  color: #fff;
}

.side-bar .widget {
  border: 2px solid rgba(251, 129, 51, 0.05);
  padding: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.side-bar .widget ul {
  margin-bottom: 0;
}
.side-bar .widget ul li {
  margin-bottom: 30px;
  color: #444;
  font-size: 14px;
}
.side-bar .widget ul li:hover {
  color: #D4AF37;
}
.side-bar .widget ul li:last-child {
  margin-bottom: 0;
}
.side-bar .widget ul li i {
  color: #D4AF37;
  font-size: 10px;
  margin-right: 10px;
}
.side-bar .widget .recent li {
  display: block;
  overflow: hidden;
}
.side-bar .widget .recent .thum {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.side-bar .widget .recent a {
  display: block;
  margin-left: 100px;
  line-height: 1.7;
}
.side-bar .widget .recent a span {
  display: block;
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.side-bar .widget-title {
  margin-bottom: 50px;
  text-align: center;
}
.side-bar .widget-title h6 {
  display: inline-block;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #D4AF37;
}
.side-bar .search form {
  position: relative;
}
.side-bar .search form input {
  width: 100%;
  padding: 15px;
  border: 0;
  background: #f6f9fb;
  font-size: 13px;
}
.side-bar .search form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #999;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.side-bar .gallery li {
  width: 33.33333%;
  float: left;
  border: 5px solid #fff;
}
.side-bar .tags li {
  font-size: 12px !important;
  margin: 2px !important;
  padding: 7px 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  float: left;
  color: #D4AF37 !important;
}
.side-bar .tags li:hover {
  background-color: #222;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/
.page-contact-info {
  position: relative;
  margin-bottom: -30px;
  z-index: 3;
}
.page-contact-info .row {
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.page-contact-info .item {
  padding: 40px;
  background: #fff;
}
.page-contact-info .item:nth-last-child(2) {
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
}
.page-contact-info .item .icon {
  font-size: 40px;
  color: #D4AF37;
  margin-bottom: 30px;
}
.page-contact-info .item h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-contact-info .item p {
  font-size: 14px;
  color: #5c6169;
}
.page-contact-info .item p.bold {
  color: #6b6f76;
  font-size: 20px;
  font-weight: bold;
}

.bmtit {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  text-align: center;
}
.bmtit span {
  padding: 0 30px;
  background-color: #fff;
  font-size: 12px;
  color: #999;
}

.page-contact {
  position: relative;
}

.form input, .form textarea {
  background-color: #fafafa;
  border: 1px solid #f7f7f7;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
}
.form input:focus, .form textarea:focus {
  border-color: #ddd;
}
.form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.form .form-group {
  position: relative;
}
.form .help-block li {
  color: #ce7373;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
}

.page-social {
  text-align: center;
}
.page-social a {
  padding: 12px 60px;
  border-radius: 30px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  margin: 5px;
  transition: all 0.2s;
}
.page-social a:hover {
  background-color: transparent;
  color: #555;
}

.page-map {
  background-color: #f7f7f7;
}
.page-map #ieatmaps {
  height: 400px;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/
.footer {
  padding-bottom: 0;
}
.footer.dark {
  background: #0B0A1A;
}
.footer.dark input {
  color: #fff;
}
.footer.dark .sub-footer {
  margin-top: 30px;
}
.footer.dark .sub-footer .row {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer.dark .sub-footer p {
  font-size: 14px;
}
.footer .logo {
  margin-bottom: 15px;
}
.footer .social a {
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin: 15px 5px 0;
}
.footer .social a:hover {
  background: #D4AF37;
}
.footer .item {
  margin-bottom: 50px;
}
.footer .item h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.footer .item li {
  color: #ccc;
  margin-bottom: 20px;
  font-weight: 500;
}
.footer .item li i {
  margin-right: 5px;
}
.footer .item li:last-of-type {
  margin-bottom: 0;
}
.footer .item form input {
  width: 100%;
  border-radius: 30px;
  border: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}
.footer .item form .butn {
  width: 100%;
  text-align: center;
}
.footer .p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer.contact-page {
  padding-top: 240px;
}
.footer .sub-footer {
  margin-top: 30px;
}
.footer .sub-footer .row {
  padding: 50px 0;
  border-top: 1px solid #ccc;
}
.footer .sub-footer p {
  font-size: 14px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 16 Spacial Pages ]
-----------------------------------------------------------------*/
.error {
  min-height: 100vh;
}
.error p {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.error .butn i {
  margin-right: 10px;
}
.error .butn:hover span {
  color: #222 !important;
}

.faq .accordion .item {
  margin-bottom: 30px;
}
.faq .accordion .title {
  padding: 15px 30px;
  background: #f6f9fb;
  cursor: pointer;
  position: relative;
}
.faq .accordion .title:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 20px;
}
.faq .accordion .title h6 {
  font-size: 14px;
  font-weight: 600;
}
.faq .accordion .accordion-info {
  padding: 30px;
  background: #fafafa;
  display: none;
}
.faq .accordion .accordion-info p {
  font-size: 14px;
}
.faq .accordion .accordion-info .spac {
  margin-top: 30px;
  padding-left: 30px;
}
.faq .accordion .accordion-info .spac h6 {
  position: relative;
  margin-bottom: 15px;
}
.faq .accordion .accordion-info .spac h6:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: 3px;
  left: -15px;
}
.faq .accordion .accordion-info .spac ul {
  padding-left: 30px;
}
.faq .accordion .accordion-info .spac li {
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}
.faq .accordion .accordion-info .spac li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -15px;
}
.faq .accordion ul li {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
.faq .accordion ul li:last-child {
  margin-bottom: 0;
}
.faq .accordion ul li i {
  color: #D4AF37;
  font-size: 10px;
  margin-right: 10px;
}
.faq .accordion .active {
  display: block;
}
.faq .accordion .active .title {
  color: #fff;
  background: #D4AF37;
}
.faq .accordion .active .title:after {
  content: "\f068";
}

/* ----------------------------------------------------------------
  [ End Spacial Pages ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }
  .mb-md30 {
    margin-bottom: 30px;
  }
  .mb-md0 {
    margin-bottom: 0;
  }
  .bgimg-height {
    height: 200px;
  }
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .navbar {
    min-height: 60px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .navbar .logo {
    margin-left: 15px;
    width: 100px;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #D4AF37 !important;
  }
  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #222;
    text-align: center;
    color: #eee;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #eee;
  }
  .dropdown-menu.show {
    display: block;
  }
  .header {
    background-attachment: scroll !important;
    background-position: 50% 0 !important;
  }
  .header .caption {
    margin: 50px 0;
    text-align: center;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
    width: 100%;
  }
  .header .caption p {
    padding: 0;
  }
  .about {
    padding-bottom: 110px;
  }
  .about .item {
    margin-bottom: 30px;
  }
  .banner .content h3 {
    font-size: 20px;
  }
  .banner .content .item .icon {
    float: none;
    margin-bottom: 30px;
  }
  .banner .content .item .cont {
    margin-left: 0;
  }
  .process h4 {
    font-size: 25px;
  }
  .process .item img {
    display: none;
  }
  .blog .item {
    margin-bottom: 30px !important;
  }
  .blog .clients {
    margin-top: 70px;
    padding-top: 20px;
  }
  .blog .clients .brand {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }
  .mb-sm30 {
    margin-bottom: 30px;
  }
  .bgimg-height-sm {
    height: 400px;
    border-radius: 0 !important;
  }
  .box-padding {
    padding-bottom: 0;
  }
  .section-head h4 {
    font-size: 32px;
  }
  .order1 {
    order: 1 !important;
  }
  .order2 {
    order: 2 !important;
  }
  .process .item img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .light, .nav-scroll {
    left: 2%;
  }
  .header .background {
    min-height: 110vh;
  }
  .header .caption h1 {
    font-size: 25px;
  }
  .header .caption p {
    display: none;
  }
  .header .caption .butn {
    padding: 10px 25px;
    margin-top: 15px !important;
  }
  .about .intro h4 {
    font-size: 22px;
  }
  .about .clients .brand {
    padding: 30px 60px 0;
  }
  .works .filtering span {
    margin-bottom: 10px;
    padding: 8px 15px;
  }
  .blog .clients .brand {
    padding: 30px 60px 0;
  }
}
.service-item {
  /* display: flex
  ; */
  flex-direction: column;
  height: 90%;
  background: #000000;
  color: #D4AF37;
  overflow: hidden;
  border-radius: 12px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07); */
  margin-bottom: 34px;
  cursor: default;
}

.service-item {
  box-shadow: none;
  transition: box-shadow 1s ease-out;
}

.service-item.pulsing {
  animation: pulseShadow 4s ease-in-out infinite;
}

@keyframes pulseShadow {
  0% {
    box-shadow: 0 -1px 55px rgba(255, 201, 4, 0.5);
  }
  50% {
    box-shadow: 0 -1px 65px rgba(255, 201, 4, 0.71);
  }
  100% {
    box-shadow: 0 -1px 55px rgba(255, 201, 4, 0.5);
  }
}
.service-image {
  height: 200px;
  background-size: cover;
  background-position: top;
  position: relative;
  overflow: hidden;
}

.service-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 59%;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent 80%);
}

.service-content {
  padding: 20px;
  flex-grow: 1;
}

.service-category {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px !important;
  /* font-size: 12px; */
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.glistening-text {
  color: #D4AF37;
  background: linear-gradient(90deg, #D4AF37, #ffff99, #D4AF37);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 2s linear infinite;
  text-decoration: none;
}

@keyframes shimmer {
  to {
    background-position: -200% center;
  }
}
.industry-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 30px;
  /*box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);*/
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  min-width: 150px;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.industry-card .inner {
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 10px;
}

.industry-card h2 {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
}

h4 {
  font-weight: 700;
  margin-bottom: 35px;
  color: #D4AF37;
}

h6, h5 {
  color: #D4AF37 !important;
}

.wow-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 20px;
}

.wow-list li {
  margin-bottom: 14px; /* approx. 5–10px standard */
  font-size: 16px;
  line-height: 1.6;
  list-style: none;
  color: white;
}

ul.gold-bullets {
  list-style: none;
  padding-left: 1.2em;
}

ul.gold-bullets li {
  position: relative;
  color: white; /* or any color you want */
}

ul.gold-bullets li::before {
  content: "•";
  position: absolute;
  left: -1em;
  top: 0.1em;
  color: #D4AF37;
  font-size: 1.1em;
  line-height: 1;
}

.contact-form .form-control {
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 15px;
  margin-bottom: 10px;
}

.grayscale-logo {
  filter: grayscale(100%);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.grayscale-logo:hover {
  opacity: 1;
}

.about .top {
  padding: 20px;
  position: relative;
  margin-top: -100px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  background-color: white;
}

.about .clients {
  margin-top: 100px;
}

.cleantsX {
  margin-top: 40px;
  background-color: white;
}

.clients span {
  color: #ccc;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 30px;
  position: relative;
  bottom: -10px;
  background: white;
}

.clients .row {
  border-top: 1px solid #e9ebed;
  padding-top: 50px;
}

.industry-tile:hover {
  transform: scale(1.02);
}

.industries-scroll {
  overflow: hidden;
  position: relative;
  height: 160px;
  margin: 30px 0;
  width: 99vw;
}

.scroll-inner {
  display: flex;
  gap: 20px;
  min-width: 200%; /* ensures scroll width is larger than viewport */
}

.industry-tile {
  min-width: 220px;
  height: 140px;
  background-size: cover;
  background-position: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 12px;
  padding: 12px;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.cent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.logo-carousel {
  overflow: hidden;
  height: 160px;
  perspective: 600px;
  position: relative;
  max-width: 1600px;
  display: flex;
  /* align-content: center; */
  justify-content: center;
  align-items: center;
}

.carousel-track {
  display: flex;
  gap: 60px;
  flex-wrap: nowrap;
}

.carousel-logo {
  max-width: 170px;
  display: block;
  transition: transform 0.2s linear, opacity 0.2s linear;
  transform-origin: center;
}

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