/* ------------------ General CSS ------------------ */
body {
  color: #656565;
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
}

a {
  color: #eeaa0b;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #eeaa0b;
  outline: none;
  text-decoration: none;
}

p {
  color: #656565;
  padding: 0;
  margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #353535;
  margin: 0 0 15px 0;
  padding: 0;
}

h4,
h5,
h6 {
  font-weight: 400;
}

/* ------------------ Back to Top ------------------ */
.back-to-top {
  position: fixed;
  display: none;
  background: #eeaa0b;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 1;
  font-size: 44px;
  right: 19px;
  bottom: 19px;
  transition: background 0.3s;
  z-index: 9;
}

.back-to-top:hover {
  background: #eeaa0b;
  color: #ffffff;
  transition: color 0.3s ease;
}

.back-to-top:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 170, 11, 0.5);
    outline: none;
  }


/* ------------------ Pre loader ------------------ */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  position: relative;
  width: 35px;
  height: 35px;
}

.spinner div {
  animation: spinner-4t3wzl 1.875s infinite backwards;
  background-color: #eeaa0b;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner div:nth-child(1) {
  animation-delay: 0.15s;
  background-color: rgba(238, 170, 11, 0.9);
}

.spinner div:nth-child(2) {
  animation-delay: 0.3s;
  background-color: rgba(238, 170, 11, 0.8);
}

.spinner div:nth-child(3) {
  animation-delay: 0.45s;
  background-color: rgba(238, 170, 11, 0.7);
}

.spinner div:nth-child(4) {
  animation-delay: 0.6s;
  background-color: rgba(238, 170, 11, 0.6);
}

.spinner div:nth-child(5) {
  animation-delay: 0.75s;
  background-color: rgba(238, 170, 11, 0.5);
}

.center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 40px;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@keyframes spinner-4t3wzl {
  0% {
    transform: rotate(0deg) translateY(-38px);
  }
  60%,
  100% {
    transform: rotate(360deg) translateY(-38px);
  }
}


/* ------------------ Header CSS ------------------- */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  height: 82px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 997;
}

.header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 82px;
  transition: all 0.3s;
}

.header .logo {
  float: left;
}

.navbar-brand {
  margin: 20px 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.navbar-brand img {
  max-width: 28px;
  max-height: 28px;
}

.header .logo img {
  height: auto;
  width: auto;
  max-height: 50px;
  max-width: 50px;
  padding-bottom: 8px;
}

/* ----------------- Intro Section ----------------- */
/* ================================================= */

.slider {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

.slider .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.slider .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.slider .carousel-background img {
  max-width: 100%;
}

.slider .carousel-content {
  text-align: center;
}

.slider h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
}

.slider p {
  width: 80%;
  font-size: 18px;
  margin: 0 auto 30px auto;
  color: #ffffff;
}

.slider .carousel-fade {
  overflow: hidden;
}

.slider .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

.slider .carousel-fade .carousel-inner .carousel-item,
.slider .carousel-fade .carousel-inner .active.carousel-item-left,
.slider .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

.slider .carousel-fade .carousel-inner .active,
.slider .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.slider .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.3s;
}

.slider .carousel-fade .carousel-inner .carousel-item-next,
.slider .carousel-fade .carousel-inner .carousel-item-prev,
.slider .carousel-fade .carousel-inner .active.carousel-item-left,
.slider .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slider .carousel-control-prev,
.slider .carousel-control-next {
  width: 10%;
}

.slider .carousel-control-next-icon,
.slider .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

.slider .carousel-indicators li {
  cursor: pointer;
}

.slider .btn-get-started {
  display: inline-block;
  padding: 10px 30px;
  transition: 0.3s;
  background: #eeaa0b;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slider .btn-get-started:hover {
  background: #ffffff;
  color: #eeaa0b;
}

/* ------------------ Menu Style ------------------- */
#nav-menu-container {
  float: right;
  margin: 20px 0;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.nav-menu a {
  display: inline-block;
  padding: 0 8px 10px 8px;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #eeaa0b;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  background: #ffffff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #353535;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #eeaa0b;
}

.nav-menu ul ul {
  margin: 0;
}

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 8px;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 20px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  display: block;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding-top: 0;
  padding-right: 7px;
  padding-bottom: 0;
  padding-left: 7px;
  line-height: 0;
  margin: 0;
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #eeaa0b;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #eeaa0b;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #ffffff;
}

#mobile-nav ul .menu-has-children i.ion-md-arrow-dropup {
  color: #eeaa0b;
}

#mobile-nav ul .menu-has-children i.dicon {
  display: none;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #eeaa0b;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #ffffff;
}

/* ---------------- Banner Section ----------------- */
.banner {
  background: url("../img/banner.png") center top no-repeat;
  background-size: cover;
  padding: 150px 0 60px 0;
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(000, 000, 000, 0.6);
  z-index: 9;
}

.banner .container {
  position: relative;
  z-index: 10;
}

.banner .banner-nav {
  text-align: center;
}

.banner .banner-box {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ffffff;
}

.banner .banner-box a {
  color: #ffffff;
}

.banner .banner-box a:hover {
  color: #eeaa0b;
}

.banner .banner-box a:first-child {
  padding-right: 15px;
  border-right: 1px solid #ffffff;
}

.banner .banner-box a:last-child {
  padding-left: 15px;
}

/* ------------- Section Header Style -------------- */
.section-header {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.section-header h3 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 0;
  border-bottom: 4px dashed #353535;
  bottom: 0;
  left: calc(50% - 50px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
}

/* ---------------- About Us Style ----------------- */
.about {
  position: relative;
  padding: 60px 0 40px 0;
  background: #f2f2f2;
}

.about .section-header p {
  font-weight: 700;
}

.about .about-row {
  margin-bottom: 30px;
}

.about .about-col {
  background: #ffffff;
  margin-bottom: 20px;
}

.about .about-col:hover {
  box-shadow: 0px 2px 10px #dddddd;
}

.about .about-col .img {
  position: relative;
}

.about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 10px;
  padding-left: 1px;
  text-align: center;
  position: absolute;
  background-color: #eeaa0b;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #ffffff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

.about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  transition: 0.3s;
}

.about .about-col:hover .icon {
  background-color: #ffffff;
}

.about .about-col:hover i {
  color: #eeaa0b;
}

.about .about-col h2 {
  color: #353535;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

.about .about-col h2 a {
  color: #353535;
}

.about .about-col h2 a:hover {
  color: #eeaa0b;
}

.about .about-col p {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 24px;
  color: #353535;
  margin-bottom: 0;
  padding: 0 30px;
  hyphens: auto;
}

.about .col-md-6 p {
  text-align: justify;
  hyphens: auto;
}

.about .read-more {
  width: 100%;
  text-align: center;
}

.about .read-more a {
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 15px;
  transition: 0.3s;
  margin: 15px 30px 30px 30px;
  color: #ffffff;
  background: #eeaa0b;
}

.about .about-col:hover .read-more a,
.about .read-more a:hover {
  background: #353535;
  color: #ffffff;
}

.about .about-row .read-more {
  text-align: left;
}

.about .about-row .read-more a {
  margin: 0;
}

/* ---------------- Services Style ----------------- */
.services {
  background: #ffffff;
  padding: 60px 0 60px 0;
  text-align: center;
}

.services .section-header p {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.reduce-padding-y {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.custom-paragraph {
  text-align: inherit;
}

.icon-box {
  font-size: 2.5em;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  color: #eeaa0b !important;
  background-color: #353535 !important;
}

.icon-box:hover {
  color: #353535 !important;
  background-color: #eeaa0b !important;
}

.service-carousel .owl-nav {
  position: absolute;
  width: 100px;
  height: 40px;
  top: -70px;
  left: calc(50% - 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eeaa0b;
  background: #353535;
  font-size: 22px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
  color: #eeaa0b;
  background-color: #ffffff;
}

.col-lg-3 a.btn-primary {
  background-color: #eeaa0b !important;
  color: #ffffff !important;
  border: 0 !important;
  transition: background-color 0.3s ease !important;
}

.col-lg-3 a.btn-primary:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: #eeaa0b !important;
  transition: background-color 0.3s ease;
}

.col-lg-3 a.btn-primary:hover,
.col-lg-3 a.btn-primary:focus {
  background-color: #353535 !important;
  color: #ffffff !important;
  transition: background-color 0.3s ease;
}

.bg-primary {
  background-color: #eeaa0b !important;
}
.your-custom-class {
  text-align: inherit;
  hyphens: auto;
}

/* ----------------- Pricing Style ----------------- */
.pricing {
  background: #f2f2f2;
  padding: 60px 0;
}

.pricing .section-header p {
  margin-bottom: 50px;
  font-weight: 700;
}

.pricing .price-content {
  position: relative;
  background: #ffffff;
  text-align: center;
}

.pricing .price-content:hover {
  box-shadow: 0 0 10px #dddddd;
}

.pricing .price-plan {
  display: block;
  background: #353535;
  margin: 0 0 30px;
  padding: 15px 0 20px;
}

.pricing .price-title {
  display: block;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 1px;
  padding: 0 15px 0;
  margin-bottom: 0;
}

.pricing .price-amount {
  display: block;
  color: #ffffff;
  font-size: 30px;
  padding: 0 10px 0;
  text-transform: uppercase;
}

.pricing .price-amount span {
  color: #ffffff;
  font-size: 24px;
}

.pricing .price-date {
  color: #ffffff;
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pricing .price-details {
  font-size: 16px;
  list-style: none;
  text-align: left;
}

.pricing .price-details li {
  padding: 5px 0;
}

.pricing .price-details li i.ion-md-checkmark {
  color: #eeaa0b;
  margin-right: 5px;
}

.pricing .price-details li i.ion-md-close {
  color: #ea4335;
  margin-right: 7px;
}

.pricing .btn {
  color: #ffffff;
  padding: 10px 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}

.pricing .price-btn {
  margin-top: 10px;
  margin-bottom: 30px;
  background: #353535;
  color: #ffffff;
}

.pricing .price-btn:hover {
  background: #eeaa0b;
}

.pricing .features-price-btn {
  background: #eeaa0b;
}

.pricing .features-price-btn:hover {
  background: #353535;
}

.pricing .features-price {
  margin-top: -30px;
}

.pricing .features-price .price-plan {
  background: #eeaa0b;
}

.pricing .features-price .price-plan p {
  color: #ffffff;
}

.pricing .features-price .price-plan .price-amount,
.pricing .features-price .price-plan .price-amount span {
  color: #ffffff;
}

.pricing .features-price .price-plan .price-title {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .pricing .price-content {
    margin-bottom: 30px;
  }

  .pricing .features-price {
    margin-top: 0;
  }
}

/* ---------------- Our Skills Style --------------- */
.skills {
  position: relative;
  padding: 60px 0;
}

.skills .section-header {
  margin-top: 20px;
}

.skills .section-header p {
  font-weight: 700;
}

.skills .progress {
  height: 30px;
  margin-bottom: 15px;
  border-radius: 0;
}

.skills .progress .skill {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

.skills .counters h2 {
  margin: 30px 0 0 0;
  font-size: 60px;
  display: block;
  color: #eeaa0b;
}

.skills .counters p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #353535;
}


[data-toggle="counter-up"]::after {
  content: "+";
  font-size: 50px;
  color: #eeaa0b;
  position: relative;
  top: -8px;
}

/* ----------------- Portfolio Style --------------- */
.portfolio {
  position: relative;
  padding: 60px 0 45px 0;
  background: #f2f2f2;
}
.portfolio .section-header p {
  font-weight: 700;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 16px 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.portfolio #portfolio-flters li {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  background: #353535;
  margin-bottom: 4px;
  transition: all 0.3s;
  cursor: pointer;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #eeaa0b;
  color: #ffffff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  margin-top: 10px;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 0px 10px #666666;
}

.portfolio .portfolio-item {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 230px;
  position: relative;
  border-radius: 0;
  margin: 0;
}

.portfolio .portfolio-item figure img {
  opacity: 0.6;
  transition: 0.3s;
}

.portfolio .portfolio-item figure:hover img {
  opacity: 0.3;
  transition: 0.3s;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  padding: 7px 0;
  line-height: 1;
  text-align: center;
  width: 60px;
  height: 36px;
  background: #eeaa0b;
  border-radius: 20px;
  transition: 0.3s;
  opacity: 0;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
  font-size: 22px;
  color: #ffffff;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
  background: #ffffff;
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
  color: #353535;
}

.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 65px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 65px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
}

.portfolio .portfolio-item .portfolio-info {
  position: absolute;
  top: calc(50% - 30px);
  left: 15px;
  right: 15px;
  text-align: center;
  z-index: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  z-index: -1;
}

.portfolio .portfolio-item .portfolio-info h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1px;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}

/* ------------------- Team Style ------------------ */
.team {
  padding: 60px 0;
}

.team .section-header {
  margin-bottom: 15px;
  margin-top: 20px;
}

.team .section-header p {
  font-weight: 700;
}

.team .card {
  position: relative;
  border: none;
  border-radius: 0;
  overflow: hidden;
  transition: 0.3s;
}

.team .card:hover {
  box-shadow: 0px 0px 10px #999999;
}

.team .card img {
  width: 100%;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  background-color: #f2f2f2;
}

.team .card:hover .card-title-wrap {
  background: #eeaa0b;
}

.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  text-align: center;
  font-size: 18px;
  color: #353535;
  font-weight: 700;
}

.team .card-title-wrap .card-text {
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
}

.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
  color: #ffffff;
}

.team .card .social-nav {
  position: relative;
  text-align: center;
}

.team .card .social-nav a {
  display: inline-block;
  color: #353535;
  font-size: 18px;
  margin: 5px;
}

.team .card:hover .social-nav a {
  color: #ffffff;
}

/* --------------- Testimonials Style -------------- */
.testimonials {
  position: relative;
  padding: 60px 0;
  background: #f2f2f2;
}

.testimonials .container {
  max-width: 900px;
}

.testimonials .section-header {
  margin-bottom: 20px;
  margin-top: 20px;
}

.testimonials .section-header p {
  font-weight: 700;
}

.testimonials .testimonial-item {
  position: relative;
  background: #ffffff;
}

.testimonials .testimonial-text {
  padding: 25px 25px 25px 0;
}

.testimonials .testimonial-item img {
  background: #353535;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  color: #353535;
  margin-bottom: 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item p {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  text-align:justify;
  hyphens: auto;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dddddd;
}

.testimonials .owl-dot.active {
  background-color: #eeaa0b;
}

@media (max-width: 575px) {
  .testimonials .testimonial-text {
    padding: 25px;
  }
}

/* ------------------ Clients Style ---------------- */
.clients {
  padding: 60px 0;
}

.clients .section-header {
  margin-top: 20px;
}

.clients .section-header p {
  padding-bottom: 10px;
  font-weight: 700;
}

.clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

.clients img:hover {
  opacity: 0.5;
}

.clients .owl-nav,
.clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

.clients .owl-dot.active {
  background-color: #eeaa0b;
}

/* ----------------- Contact Style ----------------- */
.contact {
  position: relative;
  padding: 60px 0;
  background: #f2f2f2;
}

.contact .container {
  max-width: 900px;
}

.contact .section-header p {
  font-weight: 700;
}

.contact .contact-info {
  margin-bottom: 30px;
  text-align: center;
}

.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
  background: #ffffff;
  padding: 15px 30px 25px 30px;
  text-align: center;
  color: #353535;
}

.contact .contact-address:hover,
.contact .contact-phone:hover,
.contact .contact-email:hover {
  box-shadow: 0 0 10px #dddddd;
}

.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  color: #eeaa0b;
}

.contact .contact-info address,
.contact .contact-info p {
  margin-bottom: 0;
  font-size: 14px;
  color: #353535;
  font-weight: 600;
}

.contact .contact-info h3 {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #353535;
}

.contact .contact-info a {
  color: #353535;
}

.contact .contact-info a:hover {
  color: #eeaa0b;
}

.contact .map {
  position: relative;
  background: #ffffff;
}

.contact .map:hover {
  box-shadow: 0 0 10px #cccccc;
}

.contact .map iframe {
  width: 100%;
  height: 380px;
  margin-bottom: -7px;
}

.contact .form {
  background: #ffffff;
  padding: 30px;
  color: #353535;
}

.contact .form:hover {
  box-shadow: 0 0 10px #dddddd;
}

.contact .form input,
.contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.contact .form input:focus,
.contact .form textarea:focus {
  border-color: #eeaa0b;
}

.contact .form button[type="submit"] {
  background: #eeaa0b;
  border: 0;
  padding: 10px 30px;
  color: #ffffff;
  transition: 0.4s;
  cursor: pointer;
}

.contact .form button[type="submit"]:hover {
  background: #353535;
}

/* ----------------- Footer Style ------------------ */
.footer {
  position: relative;
  padding: 0 0 30px 0;
  background: #000000;
}

.footer .footer-top {
  background: #353535;
  padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info h3 {
  font-size: 27px;
  padding: 2px 0 2px 0px;
  line-height: 1;
  color: #ffffff;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
  color: #ffffff;
  hyphens: auto;
}

.footer .footer-top .social-links a {
  position: relative;
  font-size: 18px;
  display: inline-block;
  background: #ffffff;
  color: #353535;
  line-height: 1;
  padding: 7px 0;
  margin-right: 4px;
  border-radius: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  border: 2px solid #000;
  transition: 0.5s ease-in-out;
  z-index: 1;
}

.footer .footer-top .social-links a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.footer .footer-top .social-links a:hover:before {
  transform: scale(0);
}

.footer .footer-top .social-links a:hover {
  background: #000;
  color: #ffffff;
}


.footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footer .footer-top h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100px;
  border-bottom: 3px dashed #ffffff;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ffffff;
  font-size: 16px;
}

.footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #ffffff;
  padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  font-size: 14px;
  color: #ffffff;
}

.footer .footer-top .footer-links ul a:hover {
  color: #eeaa0b;
  padding-left: 6px;
  transition: color 0.3s ease, padding-left 0.8s ease; 
}

.footer .footer-top .footer-contact p {
  color: #ffffff;
  line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 60%;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
  border: 0;
  width: 40%;
  padding: 6px 0;
  text-align: center;
  color: #ffffff;
  background: #000000;
  transition: 0.3s;
  cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #eeaa0b;
}

.footer .footer-top .footer-newsletter p {
  color: #ffffff;
  font-size: 14px;
  text-align: justify;
  hyphens: auto;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
}

.footer .copyright a {
  color: #ffffff;
}

.footer .copyright a:hover {
  color: #eeaa0b;
  transition: color 0.3s ease;
}

/* ---------------- Responsive Design -------------- */
@media (min-width: 1024px) {
  .header .logo {
    padding-left: 60px;
  }

  .slider p {
    width: 60%;
  }

  .slider .carousel-control-prev,
  .slider .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  .header .logo h1 {
    font-size: 24px;
  }

  .header .logo img {
    max-height: 40px;
  }

  .slider h2 {
    font-size: 26px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
  
  #mobile-nav-toggle {
    margin-right: 10px;
  }
}

@media (max-width: 61.9em) {
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
}

@media (max-width: 575px){
  .navbar-brand {
  font-size: 17px;
}
  .header .logo img {
    height: auto;
    width: auto;
    max-height: 40px;
    max-width: 40px;
    padding-bottom: 6px;
  }
  .how-to-apply p {
  font-size: 15px;
}
.job-opening {
    width: 340px;
    height: 450px;
  }

  .owl-prev,
  .owl-next {
    font-size: 25px;
    color: #ffffff;
    background-color: #00000000;
    width: 40px;
    height: 40px;
    top: 46%;
  }

  .owl-prev {
    left: 0px;
    margin-left: 0;
  }

  .owl-next {
    right: -3px;
    margin-right: 0;
  }

  .owl-prev:hover,
  .owl-next:hover {
    color: #eeaa0b;
    background-color: #00000000;
  }
  
}
