/*
Template Name: Clianio - Cleaning Services HTML Template
Template URL: http://vecurosoft.com/products/html/clianio
Description: Clianio - Cleaning Services HTML Template
Author: Vecuro
Author URI: https://www.templatemonster.com/authors/vecuro/
Version: 1.0
*/
/* Extra large devices (large desktops, 1200px and up) */
/* Large devices (desktops, 992px and up) */
/* Medium devices (tablets, 768px and up) */
/* Small devices (landscape phones, 576px and up) */
/* Extra small devices (portrait phones, less than 768px) */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #696e78;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
  color: #696e78;
  line-height: 28px;
  transition: all ease 0.4s;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover {
  color: var(--renk);
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  color: #01133c;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

h1,
h2 {
  line-height: 48px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 30px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  body {
    letter-spacing: 0.10px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  body {
    letter-spacing: 0;
  }
}

/*------------------- Grid -------------------*/
@media only screen and (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }
}

.row.gutters-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.gutters-40 > [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 575px) {
  .row.gutters-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-40 > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  height: 100%;
  transition: all ease 0.8s;
}

.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 250px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
}

.vs-menu-wrapper .vs-menu-area .mobile-logo {
  max-width: 140px;
  padding-bottom: 30px;
  padding-top: 45px;
  margin: 0 auto;
  text-align: center;
}

.vs-menu-wrapper .vs-menu-area .vs-menu-toggle {
  background-color: transparent;
  border: none;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  line-height: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  color: var(--renk);
  z-index: 1;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu {
  overflow-y: scroll;
  max-height: 350px;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li {
  border-bottom: 1px solid #eee;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li:first-child {
  border-top: 1px solid #eee;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 7px 10px;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li ul li a {
  padding-left: 15px;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li ul li ul li a {
  padding-left: 20px;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul li ul li ul li ul li a {
  padding-left: 25px;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul .vs-item-has-children > a:after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  float: right;
  padding-right: 10px;
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul .vs-item-has-children.vs-active > a {
  color: var(--renk);
}

.vs-menu-wrapper .vs-menu-area .vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
  content: '\f0d8';
}

.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all ease 1s;
}

.menuToggleBtn {
  padding: 0;
  border: none;
  color: var(--renk);
  font-size: 36px;
  line-height: 50px;
  height: 50px;
  background-color: transparent;
  margin-right: 15px;
}

.vs-btn {
  width: 160px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  background-color: var(--renk);
  border-radius: 7px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid var(--renk);
}

.vs-btn:focus,
.vs-btn:hover {
  background-color: #fff;
  color: var(--renk);
  border-color: var(--renk);
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--renk);
  z-index: 999999;
  overflow: hidden;
}

.sec-title {
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 20px;
}

a.scrollToTop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
  z-index: 999;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

a.scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

a.scrollToTop::before {
  content: '';
  position: absolute;
  border: 1px dashed;
  border-color: inherit;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: 1;
  border-radius: inherit;
}

a.scrollToTop:hover {
  background-color: #78c400 !important;
  color: #ffffff;
  border-color: #78c400 !important;
}

.vs-menu-toggle {
  color: var(--renk);
  width: 60px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  float: right;
  font-size: 32px;
  background-color: #fff;
  border: none;
  color: var(--renk);
}

@media (max-width: 992px) {
  a.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 20px;
    bottom: 20px;
  }
  a.scrollToTop::before {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1200px) {
  .sec-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .sec-title {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999;
}

.preloader .loader-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #FFF;
  z-index: 2;
}

.preloader .loader-btn:hover {
  color: var(--renk);
}

.preloader .loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.preloader .loader {
  display: block;
  position: relative;
  width: 80px;
  height: 30px;
  margin: 0 auto;
  margin-top: 40px;
}

.preloader .line {
  position: absolute;
  top: 0;
  left: 10px;
  width: 60px;
  height: 4px;
  animation: spin 1.5s infinite ease;
}

.preloader .line:nth-of-type(2) {
  animation-delay: 0.1s;
}

.preloader .line:nth-of-type(3) {
  animation-delay: 0.2s;
}

.preloader .line:nth-of-type(4) {
  animation-delay: 0.3s;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  transition: all ease 0.4s;
}

.menu-style1 {
  position: relative;
  z-index: 9;
}

.menu-style1 ul {
  margin: 0;
  padding: 0;
}

.menu-style1 ul li {
  display: inline-block;
  margin: 0 13px;
}

.menu-style1 ul li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #ffffff;
  padding: 35px 0;
}

footer {
  background-color: rgba(17, 180, 245, 0.1);
}

footer img {
  margin-bottom: 30px;
}

footer p {
  font-size: 18px;
}

footer ul li {
  display: inline-block;
  margin-right: 5px;
}

footer ul li a {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  color: #01133c;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 60px;
  border-radius: 50%;
}

footer ul li a:hover {
  background-color: #78c400;
  color: #ffffff;
}

.hero-wrapper {
  min-height: 900px;
  display: flex;
  align-items: center;
  padding-top: 70px;
}

.hero-wrapper .hero-text {
  font-size: 18px;
  line-height: 28px;
}

.hero-wrapper .hero-title {
  font-size: 52px;
  line-height: 1.4;
}

/* Large devices */
@media (max-width: 1200px) {
  .hero-wrapper {
    min-height: 700px;
  }
  .hero-wrapper .hero-title {
    font-size: 42px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .hero-wrapper {
    min-height: 590px;
  }
  .hero-wrapper .hero-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .hero-wrapper .vs-btn {
    margin-bottom: 10px;
  }
  .hero-wrapper .vs-btn:last-child {
    margin-bottom: 0;
  }
}

.demo-thumb {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  transition: .3s;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.demo-thumb span:not(.label) {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  bottom: 5%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 15px 0px;
  background: #78c400;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.demo-thumb:hover span:not(.label) {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.demo-title {
  text-align: center;
  padding-top: 20px;
}

.blank-page img {
  filter: grayscale(1);
}

/* Extra small devices */
@media (max-width: 576px) {
  .demo-title {
    font-size: 18px;
    padding-top: 0;
    margin-bottom: 0;
  }
}

.filter-menu {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  .filter-menu {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.filter-menu button {
  background: rgba(17, 180, 245, 0.05);
  padding: 12px 30px;
  font-size: 15px;
  color: #222222;
  border-radius: 45px;
  margin: 0 2px 7px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  transition: all 0.5s ease-out;
  border: none;
  position: relative;
}

.filter-menu button.active {
  background-color: var(--renk);
  color: #ffffff;
}

.filter-menu button span.label {
  padding: 3px 6px;
  font-size: 11px;
}

.filter-menu li {
  display: inline-block;
}

span.label {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -3px;
  background: #ff2a00;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 10px;
  padding: 4px 10px;
  z-index: 3;
}

.features-area-wrap .features-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
}

.features-area-wrap img {
  width: 100%;
}

.features-area-wrap p {
  margin-bottom: 0;
}

.features-area-wrap .single-features {
  background-color: #fff;
  padding: 60px 40px;
  min-height: 375px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Small devices */
@media (max-width: 768px) {
  .features-area-wrap .single-features {
    padding: 30px 20px;
    min-height: auto;
  }
}

.text-primary {
  color: var(--renk) !important;
}

.text-primary2 {
  color: #78c400;
}

.text-primary3 {
  color: #08275a;
}

.bg-primary {
  background-color: var(--renk) !important;
}

.bg-primary2 {
  background-color: #78c400;
}

.bg-primary3 {
  background-color: #08275a;
}
/*# sourceMappingURL=style.css.map */