/*
Name: Deluxe
Author: Drilon Pacarada
Description: FLG
Version: 1.5
*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Joan&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Joan&family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Joan&family=Lato:wght@700&family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500');


:root {
  --green: #ffffff;
  --white: #080055;
}

body {
  overflow-x: hidden;  
}

::selection {
  color: rgb(0, 0, 0);
  background-color: #9B8579;
}


.reg h1 {
  margin-bottom: 50px;
}
/* Spineri */

.loader-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #ffffff;
    z-index: 1;
}

.browi {
  z-index: 10;
  position: fixed;
  bottom: 81px;
  padding-top: 20px;
  justify-content: right;
  text-align: right;
  right: 14px;
  }

.geti {
  font-family: 'Raleway', sans-serif;
  font-size: 80px;
  font-weight: 400;
  background-color: #25D366;
  border-radius: 45px;
  padding: 15px 15px;
  width: 60px;
  height: 60px;
  color: #fff;
  right: 8px;
  }

  .geti:hover {
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-weight: 400;
    background-color: #25D366;
    border-radius: 45px;
    padding: 15px 15px;
    width: 60px;
    height: 60px;
    color: #075E54;
    right: 8px;
    }


    .rowi {
      /* display: flex; */
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      }

    .fa {
       position: absolute;
       bottom: -6px;
       right: -2px;
    }

    .fa-whatsapp {
  font-size: 71px;
    }



/* animation*/

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active1 {
  transform: translateY(0);
  opacity: 1;
}


/* Add animation delay classes */
.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.3s;
}

.delay-3 {
  transition-delay: 0.5s;
}

.delay-4 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.delay-5 {
  animation-delay: 1s;
}

.head2 {
  padding: 40px 0;
  color: black;
}

.head3 {
  padding: 40px 0;
  color: rgb(0, 0, 0);
  margin-left: 30%;
}

.box2 a:hover {
  color: black;
}

/* div { 
transform: translateX(100%);
transition: transform 0.9s ease 0s, opacity 0.5s ease 0.5s;
opacity: 0.2;
}

div.show {
transform: translateX(0);
opacity: 1;
} */

.bkolor p {
  margin-bottom: 50px;
}

.loader-container-hidden {
    display: none;
}

#checkbox3 {
  visibility: hidden;
}

.loader {
  font-size: 10px;
  margin: 200px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #9B8579 10%, rgba(255,255,255, 0) 42%);
  background: -webkit-linear-gradient(left, #9B8579 10%, rgba(255,255,255, 0) 42%);
  background: -o-linear-gradient(left, #9B8579 10%, rgba(255,255,255, 0) 42%);
  background: -ms-linear-gradient(left, #9B8579 10%, rgba(255,255,255, 0) 42%);
  background: linear-gradient(to right, #9B8579 10%, rgba(255,255,255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.brow {
  z-index: 10;
  position: fixed;
  bottom: 77px;
  padding-top: 20px;
  justify-content: right;
  text-align: right;
  right: 10px;
}

.get {
  font-family: 'Raleway', sans-serif;
  font-size: large;
  font-weight: 400;
  background-color: rgba(155, 133, 121, 0.5);
  border-radius: 5%;
  padding: 15px 15px;
}

.get:hover {
  font-family: 'Raleway', sans-serif;
  font-size: large;
  font-weight: 400;
  background-color: rgb(0, 0, 0);
  border-radius: 5%;
  padding: 15px 15px;
}

.boxi {
  background-color: #ffb706;
  border-radius: 15px;
  padding: 20px;
  color:#fff
}

.box2 {
  filter: opacity(40%);
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px;
  color:#323232
}


.box2 p{
  justify-content: end;
  font-size: 22px;
}

.box2 a {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}



.regullimi {
text-align: center;
  justify-content: center;
  align-items: center;
}

h4 {
  color: rgb(142, 142, 142);
}

.rr1 img {
    width: 200px;
    height: 100px;
}


.box2:hover {
    filter: opacity(100%);
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px;
  color:#323232
}

.box2 p {
  padding-top: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.costum1 img {
  height: auto;
  width: 50%;
}

.costum1 {
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.box a { 
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}


.teksticostum {
  font-size: 28px;
  padding: 10px;
}



mark {
  background-color: rgba(155, 133, 121, 0.5);
  color: black;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Spiner end */



/* Activities Album */
.close {
  font-size: 1.5rem;
}

.col-12 img {
  opacity: 0.7;
  cursor: pointer;
  margin: 2rem;
  width: 100%;
}

.col-12 img:hover {
  opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* End of Activities Album */

/* Hamburger */


.grey img {
filter: opacity(50%);
	-webkit-transition: all .5s ease-in-out;
}

.grey img:hover{
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
}

.quotetop {
  margin-top: 50px;
}

.quote {
 color: #000000;
 font-size: 24px;
 background-color: #fffb05;
 border-radius: 20px;
 padding: 20px 200px;
}

.quote:hover {
 color: #fff;
 font-size: 24px;
 background-color: #003d63;
 border-radius: 20px;
 padding: 20px 200px;
}

.back {
height: 420px;
width: 100%;
background: url('./assets/images/main.jpg');
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back5 {
height: 350px;
width: 100%;
background: url('./assets/images/solberghmain5.jpg');
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back7 {
height: 350px;
width: 100%;
background: url('./assets/images/solberghmain7.jpg');
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back7 h2 {
  color: rgb(255, 238, 0) !important;
  padding-top: 100px;
  padding-left: 50px;
  font-size: 48px;
}

.back7 p{
  color: #ffffff;
  margin-top: 10px;
  padding-left: 50px;
  font-size: 18px;
}

.back5 h1 {
  color: rgb(255, 238, 0) !important;
  padding-top: 200px;
  padding-left: 0px;
  font-size: 48px;
}


.back h2{
  color: #664d4d;
  padding-top: 150px;
  padding-left: 50px;
  font-size: 48px;
}

.back p{
  color: #ffffff;
  margin-top: -20px;
  padding-left: 50px;
  font-size: 28px;
}

.back4 h2{
  color: #000000;
  padding-top: 120px;
  padding-left: 100px;
  font-size: 48px;
}

.back4 p{
  color: #000000;
  margin-top: -20px;
  padding-left: 100px;
  font-size: 28px;
}

.pp {
  margin-bottom: -20px;
}

.padcell {
  padding: 50px 0;
}

.back2 {
height: 420px;
width: 100%;
background: url('./assets/images/solberghmain2a.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}


.back3 {
height: 320px;
width: 100%;
background: url('./assets/images/solberghmain3.jpg');  /* Chrome 10-25, Safari 5.1-6 */
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}


.back6 {
height: 420px;
width: 100%;
background: url('./assets/images/solberghmain6.jpg');  /* Chrome 10-25, Safari 5.1-6 */
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back8 {
height: 320px;
width: 100%;
background: url('./assets/images/wallmounting.jpg');  /* Chrome 10-25, Safari 5.1-6 */
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back10 {
height: 320px;
width: 100%;
background: url('./assets/images/homebaneri.jpg');  /* Chrome 10-25, Safari 5.1-6 */
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back10 p {
color: #ffffff
}

.back10 h1 {
  font-size: 60px;
  color: #fff;
  margin-top: 100px;
  margin-left: 0px;
}

.back11 {
height: 320px;
width: 100%;
background: url('./assets/images/officebaner.jpg');
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back11 p {
color: #ffffff;
margin-left: 40px;
}

.back11 h1 {
  font-size: 60px;
  color: #ffffff;
  padding-top: 150px;
  padding-left: 40px;
}



.back9{
height: 320px;
width: 100%;
background: url('./assets/images/assembly.jpg');  /* Chrome 10-25, Safari 5.1-6 */
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back9 h2 {
  font-size: 68px;
  color: #fff;
  padding-top: 100px;
  padding-left: 50px;
}

.back9 p {
  font-size: 28px;
  color: #fff;
  margin-top: -20px;
  padding-left: 50px;
}

.headroof p {
  margin-bottom: -2px;

}

.roof1 img {
  margin-top: 100px;
}

.roof1 {
  text-align:  center;
}

.back8 h2 {
 font-size: 60px;
 padding-top: 180px;
 padding-left: 100px;
 color: #fff;
}


.back6 h2 {
 font-size: 60px;
 padding-top: 80px;
 padding-left: 100px;
 color: #fff;
}


.back6 p {
  width: 800px;
   padding-left: 100px;
 color: #fff;
}


.glassfont {
  margin-left: 10%;
  margin-top: 8%;
  color: #fff;
  font-size: 68px;
}


.box {
  background-color: #fefefe !important;
  height: 550px;
  color: #000000 !important;
  width: 100%;
  font-family: 'Raleway', sans-serif;

}



.ttl {
  display: flex;
  flex-direction: column;
  color: #141414;
  background-color: #fefefe !important;
  text-align: center;
  justify-content: center;
  font-size: 22px;
}

.ttl img {
  margin-bottom: 10px;
  height:200px;
  width:100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.ttl h4 {
  margin-top: 20px;
  padding-bottom: 20px;
  color: #000000;
}

.ttl p {
  padding: 40px 40px 40px 40px;
  color: #000000;
}

.ikotre {
  color: #000000;
  padding: 20px 0;
}

.join {
  background-color: #ededed;
}

.bkolor {
  background-color: #ffffff;
}

.f2 {
  width: 180px;
  height: 30% !important;
  margin-top: 30px;
}

.a1 {
  height: 50%;
}

.fix {
  display: flex;
  flex-direction: row;
justify-content: space-between;
}

.clients {
  margin: 60px 0;
}

.back4 {
height: 320px;
width: 100%;
background: url('./assets/images/about.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back6 {
height: 320px;
width: 100%;
background: url('./assets/images/newsbaner.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.backabout {
height: 320px;
width: 100%;
background: url('./assets/images/cleaningabout.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.backcleaning {
height: 320px;
width: 100%;
background: url('./assets/images/cleaningservices.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.backporter {
height: 320px;
width: 100%;
background: url('./assets/images/porterservices.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}


.backcleaning .h1head,
.backabout .h1head {
  color: #0c002f;
}

.h1head {
  color: #cccccc!important;
}

.backfaq {
height: 320px;
width: 100%;
background: url('./assets/images/kidfaq.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back2a {
height: 320px;
width: 100%;
background: url('./assets/images/kid2a.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back3a {
height: 320px;
width: 100%;
background: url('./assets/images/kid3a.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back4a {
height: 320px;
width: 100%;
background: url('./assets/images/kid4a.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back5a {
height: 320px;
width: 100%;
background: url('./assets/images/kid5a.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.backwe {
height: 320px;
width: 100%;
background: url('./assets/images/kidwe.jpg') rgba(255, 255, 255, 0);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}


.logo {
  margin-top: 40px;
  position: relative;
  background-image: url('./assets/images/logo.jpg');
  background-repeat: no-repeat;
  width: 400px;
  height: 120px;
  margin-bottom: 30px;
  background-size: contain;
}


<!-- HTML !-->
<button class="button-88" role="button">Button 88</button>




/* CSS Button */
button.btn2 {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  padding: 0.7em 1.4em 0.7em 1.1em;
  color: white;
  background: #ad5389;
  background: linear-gradient(0deg, rgba(255,240,0,1) 0%, rgba(255,252,127,1) 100% );
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em rgba(255,240,0,1);
  letter-spacing: 0.05em;
  border-radius: 20em;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-88:hover {
  box-shadow: 0 0.5em 1.5em -0.5em #14a73e98;
}

.button-88:active {
  box-shadow: 0 0.3em 1em -0.5em #14a73e98;
}



.h1head {
  padding-top: 100px;
  padding-left: px;
  font-size: 48px;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
}

.h1head p {
  font-size: 22px;
}


.h2head {
  padding-top: 100px;
  padding-left: px;
  font-size: 48px;
  color: #21288a;
  font-family: 'Work Sans', sans-serif;
}

.h2head p {
  font-size: 22px;
}

.headyellow {
  color:#114e9d;
}



.sherb p {
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ffffff;
}

.sherbpage li a {
  font-size: 22px !important;
  text-decoration: none;
  color: #bab97c;
}

.fa-brands:hover {
  color: #ffffff;
}

.sherbpage li a:hover {
  font-size: 22px !important;
  text-decoration: none;
  color:#ffffff;
  padding: 5px;
}

.sherbpage li {
  list-style: none;
}

.sherbpage {
  margin-top: 20px;
  color: #bab97c;
  background-color: #ffffff;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
}

.form1 {
  height: 590px;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  
}

.kutia {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
}


.sherb {
  margin-top: 20px;
  background-color: #ffffff;;
  padding: 15px;
  font-size: 14px;
}

.sherb p {
  margin-top: 20px;
  background-color: #bab97c;;
  padding: 15px;
  font-size: 14px;
}

.textkontakt a:hover {
  color:#bab97c

}

.sherbfoto {
  margin-top: 20px;
  color: #ffffff;
  background-color: #e7e6d3;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
}

.textkontakt {
  padding-top: 5px;
}

.textkontakt p {
  margin-bottom: 0px;
}

.intel {
  margin-left: 0px;
}

.lista-sherbimeve p {
  padding-left: 0!important;
  margin-left: 0!important;
}


.form-control {
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #9B8579;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  background-color: var(--green);
  border: 1px solid #ffffff;
  border-radius: .25rem;
  /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(255, 187, 0); */
  box-shadow: #000000;
}



.control-label {
  color: #000000;
}

.form-control::placeholder {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

.btn1 {
  background-color: #9B8579 !important;
  color: #000000;
  margin-top: 17px !important;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  border-color: #ffffff;
}

.btn1:hover {
  background-color: var(--green) !important;
  color: #323232;
}

.blue {
  color:#323232;
  font-size: 38px;
  padding-bottom: 30px;
}
.eng {
  color: #005f9a;
  text-align: right;}

.eng a{
  color: #005f9a;
}

.eng a:hover{
  color: #005f9a;
  border-bottom: solid 1px;
}


section form {
 width: 100%;
}

.whitebox {
  border: rgb(255, 255, 255) solid 1px;
  margin-top: -450px;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
 }


.navbar-nav {
   justify-content: end;
}

/*-----------------Article lajme-------------------*/
article.post {
  border-bottom: #ccc solid 1px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

article.post:last-child {
  border-bottom: none;
}

article.post img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

article.post .meta {
  background: rgb(255, 255, 255);
  padding: 8px 0px;
  color: #333;
}

.comment-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.comment-item {
  overflow: auto;
}

.pb-4, .py-4 {
    padding-top: 0px !important;
}

.pb-4, .py-4 {
    padding-bottom: 0px !important;
}

.bg-success {
  background-color: var(--green) !important;
}

a {
  color: var(--white);
  text-decoration: none;
  background-color: transparent;
}

.hfont {
  font-family: 'Work Sans', sans-serif;
}

.intel {
  color: #bab97c;
}

.hfont p {
  font-size: 16px;
  margin-left: 0px !important;
}

.hfont h3 {
  margin-left: 0px !important;
  color: var(--green);
}

a:hover {
  color: var(--green);
  text-decoration: none;
  background-color: transparent;
}

.btn {
  background-color: rgb(180, 218, 159);
}

body > div.container1 > nav > button {
  outline: none;
  box-shadow: none;
}

#main_nav > div > button {
  outline: none !important;
  box-shadow: none !important;
}

p.meta {
}

.w-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
  max-width: 509%;
  margin: 10px 10px 10px 10px;

}

.box {
  background-color: #fefefe;
  color: #000000;
  width: 100%;
  font-family: 'Raleway', sans-serif;

}

.box1:hover {
  background-image: radial-gradient( farthest-side at 50% 80%, #ffffff, #e8e8e8);
  font-family: 'Raleway', sans-serif;

}

.btnX {
  color: #000000;
  padding: 10px 40px 10px 40px;
  border-color: #ccc;
  box-shadow: 0 0.5em 1.5em -0.5em #00000098;
}

/* CSS */
.btn3 {
  width: 92%;
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: rgb(37, 37, 37);
  border-radius: 45px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #ededed;
  background-image: linear-gradient(45deg, #ffffff 0%, #f2f2f2  51%, #d4d4d4  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn3:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn3:active {
  transform: scale(0.95);
}



.ttl {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background-color: #073260;
  border-radius: 45px 0 45px 45px ;
  text-align: center;
  justify-content: center;
  font-size: 22px;
}


.ttl img {
  border-radius: 45px 0 45px 0 ;
  margin-bottom: 10px;
  height:auto;
  width:100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.ttl h4 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.ttl p {
  padding: 40px 40px 40px 40px;
  height: 70px;
}

i {
  padding-top: 35px;
}

.ttl p {
  font-size: 16px;
  padding-top: 0px;
  font-family: 'Work Sans', sans-serif;
}


.tt2 {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background-color: #0c94e1;
  border-radius: 45px 0 45px 45px ;
  text-align: center;
  justify-content: center;
  font-size: 22px;
}


.tt2 img {
  border-radius: 45px 0 45px 0 ;
  margin-bottom: 10px;
  height:auto;
  width:100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.tt2 h4 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.tt2 p {
  padding: 40px 40px 40px 40px;
  height: 70px;
}

i {
  padding-top: 35px;
}

.tt2 p {
  font-size: 16px;
  padding-top: 0px;
  font-family: 'Work Sans', sans-serif;
}



.reg img {
  border-radius: 75px 75px 75px  0;
}

.reg1 {
  margin-top: 50px;
  display: flex;
  text-align: center;
  align-items: center;
}

.regx {
  margin-top: 50px;
  display: flex;
  text-align: center;
  align-items: center;
}

.regx img {
  width: 550px;
  height: auto;
  margin-top: 35px;
}

.regx h1 {
  color: #1e548d;

}


.reg1 h1 {
  color: #1e548d;

}

.linkfoot img {
   width: 85%;
}

/*-----------------Article shpallje-------------------*/

body
  > div:nth-child(4)
  > div
  > div.col-md-4
  > div
  > div.panel-body-2
  > article.dok
  > div
  > div
  > h6
  > a {
  font-size: 24px;
}

/*-----------------Menu-------------------*/

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.87);
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.87);
}

.navbar-nav {
  margin-bottom: -50px;
}


label {
    width: 100%;
}


/*-----------------Drop down menu-------------------*/
#main_nav > ul > li.nav-item.dropdown > div {
margin-top: 0px;
margin-left: 15px;
}

.dropdown {
  margin-top: -7px;;
}

#main_nav > ul {
  padding-left: 100px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding-top: 8px;
  clear: both;
  font-weight: 400;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: var(--green);
  border: 0;
}

.dropdown-item:hover {
  color: #000000;
  background-color: #9B8579;
}

.dropdown-menu {
  clear: both;
  padding: 0;
  margin: 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
}

body
  > div:nth-child(2)
  > div
  > div.col-md-4
  > div
  > div.panel-body-2
  > article:nth-child(1)
  > div
  > div.col-md-3
  > div
  > a
  > img {
  width: 36px;
  height: 48px;
}
/*-----------------shpallje margin-------------------*/

body > div:nth-child(2) > div > div.col-md-4 {
  color: rgb(106, 214, 142);
  padding: 10px 0 10px 0;
}

body > div:nth-child(2) > div > div.col-md-4 > div > div.panel-body-2 {
  padding-left: 20px;
}

.kopy {
  color: rgb(255, 255, 255);
  background-color: #000000 !important;
  margin-top: 50px;
}

body > div.kopy.padi {
  padding-bottom: 20px;
}

.carousel-inner {
  height: 350px;
}

.navbar-brand {
  margin-top: -35px;
  margin-bottom: -25px;
}

.social {
  display: flex;
  justify-content: right;
}

.fa-brands {
  padding-top: 20px;
  padding-left: 10px;
}

.linkfoot {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.linkfoot a {
  color: #39393a;
  padding-left: 30px;
}

.logofoot {
  font-size: 28px;
  padding-top: 40px;
  font-family: "Raleway";
}

/*-----------------Menyja-------------------*/
#main_nav {
  padding-top: 15px;
  justify-content: space-between;
}

.menu-menyja-container > ul {
  display: flex;
}

.menu-menyja-container > ul > li {
  list-style: none;
  padding: 3px 0 3px 0;
}

#main_nav > ul > li > a {
  text-decoration: none;
  font-size: 18px;
  color: #0c002f;
  padding-right: 15px;
  padding-left: 15px;
  border-color: none;
  border-bottom: hidden;
  position: relative;
  font-family: 'Nunito', sans-serif;
}

#main_nav > ul > li > a:hover {
  color: #9B8579;
  width: 100%;
  background-position: 100% 0;
}

.navbar-nav {
  margin-top: -90px;
}



#main_nav > ul > li > .active > a {
  color: #cecd8c;
  border-bottom: solid;
  border-width: 8px;
  width: 100%;
  background-position: 100% 0;
}
/* ------- MEDIA SCREEN 568 - 980 -------*/

/* @media screen and (max-width: 998px)  {
  .back, .back3, .back4, .back5, .back6, .back7, .back8, .back9, .back10, .back11 {
  margin-top: 50px;
}
 
} */


/* ------- MEDIA SCREEN 568 -------*/

@media screen and (max-width: 568px) {
  #main_nav > ul {
    display: block;
    font-weight: 700;
    text-align: center;
}

.form-control {
  background-color: #9B8579;
}

#booking_date {
  color: #ffffff;
}

#service_type {
  color: #ffffff;
}

#booking_time {
  color: #ffffff;
}

#service_type > option {
  color: #664d4d;
} 

#service_type > option:nth-child(1) {
  color: #664d4d;
}

#bookBtn {
  margin-top: 20px;
}

label {
  margin-top: 10px;
}
 


.back3, .back4, .back5, .back6, .back7, .back8, .back9, .back10, .back11 {
  margin-top: 50px;
}

.back4 {
height: 165px;
width: 100%;
background: url('./assets/images/about.jpg') rgba(255, 255, 255, 0) !important;
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}


.mobileremove {
  display: none;
}

.back5 {
height: 165px;
width: 100%;
background: url('./assets/images/solberghmain5small.jpg') rgba(255, 255, 255, 0) !important;
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.back6 {
height: 165px;
width: 100%;
background: url('./assets/images/newsbanersmall.jpg') rgba(255, 255, 255, 0) !important;
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.mes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

h1{
line-height: 70px;
color: #005f9a;
}

.f2 {
  margin-bottom: 40px;
}

.a1 {
  height: auto;
  width: 45%;
  margin: 30px 0;
}

.fix {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quotetop {
  margin-top: 50px;
}

.quote {
 color: #000000;
 font-size: 24px;
 background-color: #fffb05;
 border-radius: 20px;
 padding: 20px 80px;
}

.quote:hover {
 color: #fff;
 font-size: 24px;
 background-color: #003d63;
 border-radius: 20px;
 padding: 20px 80px;
}

.clients {
  margin: 60px 0;
}

#main_nav > ul > li > a:focus {
  outline: none;
}

.back {
  margin-top: 50px;
}

.col-12 img { 
  width: 80%;
}


.backwe, .backfaq, .back2a, .back3a, .back4a, .back5a {
    margin-top: 50px;
}

.reg img {
  margin-top: 35px;
}

.regx img {
  width: 350px;
  height: auto;
  margin-top: 35px;
}
.w-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18% !important;
          flex: 0 0 18% !important;
  max-width: 100%;
  margin-bottom: -250px;
}

.row-cols-2 {
  align-items: center;
  justify-content: center;
}


.box {
  background-color: #fefefe;
  /* height: 1000px; */
  color: #000000;
  width: 400px;
  font-family: 'Raleway', sans-serif;

}


.ttl {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background-color: #1e548d;
  border-radius: 45px 0 45px 45px ;
  text-align: center;
  justify-content: center;
  font-size: 22px;
}


.ttl img {
  border-radius: 45px 0 45px 0 ;
  margin-bottom: 10px;
  height:auto;
  width:100%;
  margin-left: 50%;
  transform: translateX(-50%);
}



.ttl h4 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.ttl p {
  padding: 40px 40px 40px 40px;
  height: 170px;
}

.tt2 p {
  padding: 40px 40px 40px 40px;
  height: 170px;
}

.tt3 p {
  padding: 40px 40px 40px 40px;
  height: 170px;
}

.tt4 p {
  padding: 40px 40px 40px 40px;
  height: 170px;
}

.tt5 p {
  padding: 40px 40px 40px 40px;
  height: 170px;
}

#main_nav > ul > li.nav-item.dropdown > div {
margin-top: 0px;
margin-left:0px;
border-color: #ffffff;
text-align: center; }

.eng {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    z-index: 3;  
  }

  .logo {
    margin-right: 0px;
    color:var(--green);
    font-family: "Lato";
    font-weight:700px;
    font-size: 24px;
  }
  
  .eng a{
    color: #ffffff;
  }
  
  .eng a:hover{
    color: #ffffff;
    border-bottom: solid 1px;
  }



  section form {
    width: auto;
   }

  .hfont p {
    padding-bottom: 20px;
  }

  #main_nav > ul > li {
    margin-top: 10px;
  }

  #main_nav > ul {
    padding-top: 100px;
    margin-left: -80px;
  }

  .headeri {
    display: none;
  }

  #main_nav {
    z-index: 100;
    background-color: var(--green);
  }

  .logo{
    margin-top: 0px;
  }
  
  .navbar-toggler {
    color: #000000;
    margin-left: 10%;
    transform: translateX(-50%);
    padding: 10px 70px 10px 70px;
    font-size: 1.25rem;
    line-height: 1;
    border: 0px solid transparent;
    border-radius: 0.25rem;
  }

  .navbar-dark .navbar-toggler {
    color: rgb(0, 0, 0) !important;
    border-color: var(--green);
  }

  .navbar-toggler:focus {
    outline: var(--green);
  }

  #main_nav > div > button {
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: var(--green);
    outline: 0;
  }

  #main_nav > div > button.active:focus {
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: var(--green);
    outline: 0;
  }

  .btn-outline-danger:focus {
    display: none;
  }

  section form {
    width: 100%;
   }
  #main_nav {
  margin-top: 0px;
}


}






/* ------- MEDIA SCREEN 980 -------*/

@media screen and (max-width: 998px) {
  #main_nav > ul {
    display: block;
    font-weight: 200;
    text-align: center;
  }
.back,
.back2,
.back3, 
.back4, 
.back5, 
.back6, 
.back7, 
.back8, 
.back9, 
.back10, 
.back11 {
  margin-top: 50px;
}



  .backabout,
  .backcleaning,
  .backporter {
  margin-top: 50px;
  }





  /* HAMBURGER 3 */

.visuallyHidden {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

h1 {
    text-align: center;
}

.hamburger {
    position: absolute;
    z-index: 9999;
    top: -10px;
    right:20px;
    margin: 0 auto;
    margin-top: 30px;
    width: 30px;
    height: 30px;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: rgb(16, 16, 16);
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 13.5px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}


.hamburger3 .bar1 {
    transform-origin: 5%;
}

.hamburger3 .bar4 {
    transform-origin: 5%;
}

.checkbox3:checked + label > .hamburger3 > .bar1{
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.checkbox3:checked + label > .hamburger3 > .bar3{
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar2{
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar4{
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}
/* Hamburger End */

  #main_nav {
    margin-top: 0px; 
  }

.ttl p {
    font-size: 14px;
}

.ttl h4 {
  font-size: 20px;
}

  .logo {
    margin-right: 200px;
    color:var(--green);
    font-family: "Lato";
    font-weight:700px;
    font-size: 24px;
  }
  #main_nav {
    padding-left: 0px;
  }

  #menu-menyja {
    padding-top: 40px;
    margin-left: -40px;
  }

  #main_nav > ul {
    padding-top: 100px;
  }

  #main_nav > ul > li > a {
    font-size: 24px;
  }

  .headeri {
    display: none;
  }

  #main_nav {
    z-index: 100;
    background-color: var(--green);
  }

  .btn-outline-danger {
    border-color: var(--green);
  }

  .btn-outline-danger:hover {
    border-color: var(--green);
  }

  p {
    margin-top: 0;
    margin-bottom: 0rem;
  }
  
  body
    > div.container
    > div
    > div.col-md-4
    > div
    > div.sherbimet
    > p:nth-child(1)
    .navbar-toggler {
    color: #fff;
    margin-left: 10%;
    transform: translateX(-50%);
    padding: 10px 70px 10px 70px;
    font-size: 1.25rem;
    line-height: 1;
    border: 0px solid transparent;
    border-radius: 0.25rem;
  }

  .navbar-dark .navbar-toggler {
    color: rgb(0, 0, 0) !important;
    border-color: var(--green);
  }

  #main_nav > div > button {
    outline: none;
  }

  #main_nav > div > button {
    font-size: 20px;
    color: rgb(0, 0, 0);
    background-color: var(--green);
  }

  #expandedImg {
    height: 270px;
  }

}
