/*
Items Name : Rinovim
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  color: #676576;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  color: #333333;
}

h1 {
  font-size: 56px;
  line-height: 70px;
  font-weight: 800;
  left: -4px;
  position: relative;
  letter-spacing: 1px;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
}

h6 {
  font-size: 18px;
}

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

a:hover {
  color: #f26522;
}

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

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
}

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

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

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

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #f26522;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  border: 0;
  border: 2px solid transparent;
}

.button2 {
  background: transparent;
  border-color: #f26522;
}

.button:hover {
  opacity: 0.9;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  background: #195c92;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.navbar img {
  height: 50px;
  width: auto;
}

.navbar .navbar-brand {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: 'Montserrat', sans-serif;
}

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

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

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

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

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

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

.navbar .navbar-nav li {
  padding: 0 10px;
}

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

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

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

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  padding: 70px 0 0;
  background: #195c92;
}
.intro h1 {
  color: #fff;
}
.intro .content-image {
  text-align: right;
}

.intro p {
  margin: 10px 0 30px;
  margin-right: 20%;
  color: #eee;
}

.intro ul li {
  display: inline-block;
  margin-right: 20px;
}

.intro .content-image img {
  width: 90%;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about img {
  margin-bottom: 30px;
}
.about .content-button {
  text-align: right;
}

/* ------------------------------
  services
---------------------------------*/
.services {
  padding-top: 120px;
  background: #eef3f7;
  padding-bottom: 150px;
}
.services .content {
  background: #fff;
  padding: 25px;
  text-align: center;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}
.services .content h5 {
  text-align: left;
}
.services .content img {
  height: 80px;
  width: auto;
  bottom: -60px;
  position: relative;
  margin-top: -33px;
}
.services h2 {
  margin-bottom: 0;
}

/* ------------------------------
  work
---------------------------------*/
.work {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 120px;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial .swiper {
  background: #eef3f7;
}

.testimonial .swiper .content {
  text-align: center;
  padding: 80px 25%;
}

.testimonial .swiper .content span {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: -12px;
}

.testimonial .swiper .content h5 {
  font-size: 16px;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 100px;
  background: #195c92;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  color: #eee;
}
.contact h2 {
  color: #fff;
}
.contact h5 {
  color: #fff;
}
.contact .content {
  margin-top: 20px;
}
.contact i {
  color: #fff;
  height: 50px;
  width: 50px;
  background: #f26522;
  font-size: 20px;
  line-height: 50px;
  border-radius: 50%;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  padding: 30px 0;
  border-top: 1px solid #eef3f7;
}
footer ul {
  text-align: right;
}
footer ul li {
  display: inline-block;
}
footer ul li i {
  font-size: 20px;
  margin-left: 10px;
}
footer ul li i:hover {
  color: #f26522;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar .navbar-nav li .button {
    margin-left: 0;
  }

  .intro {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .intro img {
    width: 100%;
    vertical-align: bottom;
  }

  .intro .content-image img {
    width: 100%;
    vertical-align: bottom;
  }

  .services .col-md-4 {
    width: 100%;
  }
  .services h2 {
    margin-bottom: 30px;
  }

  .testimonial .swiper .content {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 30px;
  }

  .services .content {
    margin-bottom: 60px;
  }

  .work {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact h2 {
    display: none;
  }
  .intro {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .about .content-button {
    text-align: left;
    margin-top: 20px;
  }

  footer {
    text-align: center;
  }
  footer ul {
    text-align: center;
    margin-top: 10px;
  }
}
