/*
Items Name : Anun
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  background: #fff;
  color: #656565;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  padding: 0;
  margin: 0;
  color: #131313;
}

h1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0px;
}

h2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 1px;
}

h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #ec8d00;
}

p {
  margin: 5px 0;
  line-height: 34px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
}

.row-gutter {
  --bs-gutter-y: 2.2rem;
  --bs-gutter-x: 2.2rem;
}

[class^='imghvr-'],
[class*=' imghvr-'] {
  background-color: #d6e2ee21;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #131313;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #ec8d00;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 14px 30px;
  background: #ec8d00;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 15px 0 15px 0;
  letter-spacing: 1px;
  border: 0;
  transition: all 0.3s ease 0s;
}

.button:hover {
  background: #38587e;
}

.button2 {
  background: #38587e;
  border: 1px solid #fff;
}

.button2:hover {
  background: #ec8d00;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  background: #38587e;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.navbar img {
  height: 40px;
  width: auto;
}

.navbar .navbar-brand {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.navbar .navbar-brand span {
  color: #ec8d00;
}

.navbar .navbar-brand:hover {
  color: #333333;
}

.navbar .navbar-toggler {
  padding: 0;
}

.navbar .navbar-toggler i {
  font-size: 35px;
  color: #fff;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-collapse {
  position: relative;
  left: -8px;
}

.navbar .navbar-nav li {
  padding: 0 10px;
  transition: all 0.3s ease 0s;
}

.navbar .navbar-nav li a {
  color: #fff;
}

.navbar .navbar-nav li a:hover {
  color: #ec8d00;
}

.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}

.navbar .show .button {
  margin-top: 20px !important;
}

.navbar-nav {
  position: relative;
  right: -28px;
}

.navbar-fixed {
  background: #38587e;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  padding: 94px 0 50px;
  background: #38587e;
  color: #eee;
}
.intro .content h1 {
  color: #fff;
  margin-bottom: 20px;
}
.intro .content h1 span {
  color: #ec8d00;
}
.intro .content ul {
  margin-top: 20px;
}
.intro .content ul li {
  display: inline-block;
  margin-right: 20px;
}
.intro .content .button:hover {
  background: #fff;
  color: #131313;
}
.intro .content-image img {
  border-radius: 0 0 0 30%;
}

/* ------------------------------
  clients
---------------------------------*/
.client {
  background: #ec8d00;
  padding: 50px 0 30px;
}
.client h5 {
  color: #fff;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding-top: 120px;
  padding-bottom: 100px;
}
.about img {
  margin-bottom: 25px;
  border-radius: 0 0 0 30%;
}
.about .button {
  margin-top: 30px;
}

/* ------------------------------
  services
---------------------------------*/
.services {
  padding-top: 120px;
  padding-bottom: 130px;
  background: #f2f8ff;
}
.services .content {
  clear: both;
  border-bottom: 1px solid #d2e1f4;
  padding-bottom: 28px;
  padding-top: 28px;
}
.services .content img {
  height: 38px;
  width: auto;
  float: left;
  position: relative;
  top: -12px;
  margin-right: 20px;
}
.services .content span {
  float: right;
  font-size: 16px;
  color: #38587e;
}

/* ------------------------------
  team
---------------------------------*/
.team {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.team img {
  margin-bottom: 20px;
}

/* ------------------------------
  gallery
---------------------------------*/
.gallery {
  padding-top: 120px;
  text-align: center;
}
.gallery .swiper-button-next {
  right: 10px;
  left: 52%;
  position: relative;
  top: 0;
}
.gallery .swiper-button-prev {
  position: relative;
  left: 47%;
  top: 22px;
}
.gallery .swiper .content {
  text-align: center;
  text-align: justify;
  text-justify: inter-word;
}
.gallery .swiper .content span {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: -12px;
  color: #aaa;
}
.gallery .swiper-button-next::after,
.gallery .swiper-button-prev::after {
  color: #ec8d00;
}

/* ------------------------------
  pricing
---------------------------------*/
.pricing {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pricing .entry {
  background: #f7fdfa;
  text-align: center;
  padding: 25px;
  border: 3px solid #131313;
}
.pricing .entry ul li {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
}
.pricing .entry h2 {
  color: #ec8d00;
}
.pricing .button {
  margin-top: 40px;
}

/* ------------------------------
  video
---------------------------------*/
.video {
  background: linear-gradient(rgba(18, 18, 19, 0.7), rgba(18, 18, 19, 0)), url(../img/video.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 300px 0;
}
.video i {
  height: 80px;
  width: 80px;
  text-align: center;
  background: #ec8d00;
  border-radius: 50%;
  font-size: 50px;
  line-height: 78px;
  color: #fff;
}
.video i:hover {
  background: #131313;
}

/* ------------------------------
testimonial
---------------------------------*/
.testimonial {
  color: #eee;
}
.testimonial img {
  border-radius: 0 0 0 30%;
}
.testimonial .text {
  margin-top: 40px;
}

.testimonial h5 {
  color: #ffffff;
  margin-bottom: 3px;
}

.testimonial span {
  font-weight: 500;
}

.testimonial .content-box {
  padding: 30px;
  background: #38587e;
}

.testimonial .content-image {
  display: inline-block;
  width: 50%;
}

.testimonial .content {
  padding: 40px;
  padding-top: 0;
}

.testimonial .content i {
  font-size: 56px;
  color: #ec8d00;
}

.testimonial .swiper {
  float: right;
  width: 50%;
  margin-top: 40px;
  cursor: pointer;
}

/* ------------------------------
    contact
---------------------------------*/
.contact {
  padding-top: 120px;
  padding-bottom: 50px;
}

.contact img {
  height: 50px;
  width: auto;
  margin-bottom: 25px;
}

.contact h5 {
  margin-bottom: 20px;
}

.contact ul li {
  padding: 5px 0;
  font-size: 17px;
  font-weight: 400;
}

.contact ul li i {
  margin-right: 12px;
  font-size: 18px;
  color: #ec8d00;
}

.contact ul.social-media li {
  display: inline-block;
  margin-right: 20px;
}

.contact ul.social-media li i {
  margin-right: 5px;
}

.contact .copyright {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 100px;
  text-align: center;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar-nav {
    right: 0;
    background: #ec8d00;
    padding: 20px;
    margin-top: 12px;
  }
  .navbar-nav li a:hover {
    color: #38587e !important;
  }

  .navbar .navbar-nav li {
    border: 0;
  }

  .navbar .navbar-nav li:hover {
    border: 0;
  }

  .intro .col-md {
    flex: 100%;
    width: 100%;
  }
  .intro .col-md-7 {
    flex: 100%;
    width: 100%;
  }
  .intro .reverse {
    flex-direction: column-reverse !important;
  }
  .intro .head {
    padding: 0;
    left: 0;
  }

  .about .col-md {
    width: 100%;
    flex: 100%;
  }

  .about .content {
    padding-left: 0;
  }

  .about img {
    padding-left: 0;
  }

  .testimonial .content-image {
    width: 100%;
  }

  .testimonial .swiper {
    width: 100%;
    float: none;
  }

  .testimonial .content {
    padding: 0;
  }

  .contact h5 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .intro img {
    width: 100%;
  }

  .client .col-md-2 {
    flex: 50%;
  }

  .pricing .content {
    margin-top: 30px;
  }

  .testimonial .entry {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial .swiper {
    width: 100%;
    margin-top: 20px;
  }

  .testimonial .swiper .content {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial .swiper-button-next {
    left: 0;
  }

  .testimonial .swiper-button-prev {
    left: 0;
  }

  .location .content-map {
    padding: 0;
  }

  .contact p {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .intro .button {
    margin-top: 20px;
  }

  .intro p {
    margin-right: 0;
  }

  .about .ceo {
    margin-top: -90px;
    width: 100%;
  }

  .about img {
    margin-bottom: 30px;
  }

  .testimonial .swiper .content {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial .swiper-button-next {
    left: 0;
  }

  .testimonial .swiper-button-prev {
    left: 0;
  }

  .testimonial {
    padding-top: 90px;
  }

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