:root {
  --light: #f4f4f4;
  --white: #fff;
  --primary: #007acc;
  --gray: #ccc;
  --background: #f0f6fc;
  --black: #000;
  --dark-gray: #8d97ad;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Utility Classes */
.primary,
.active {
  color: var(--primary) !important;
}

a:hover {
  text-decoration: none;
}

/* NavBar */
.nav-logo {
  width: 100px;
}

.main-nav {
  border-bottom: 5px solid var(--primary);
}

ul {
  font-weight: bold;
}

.main-nav .nav-ul .nav-li > a:hover {
  color: var(--primary);
  text-decoration: none;
}

.reg-btn {
  font-weight: bold;
  color: white;
  border: 1px solid var(--primary);
  background: var(--primary);
  border-radius: 4px;
  padding: 4px 6px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-out;
}

.reg-btn:hover {
  background: var(--white);
  color: var(--primary);
  box-shadow: 1px 3px 4px #007acc;
}

/* Showcase */
#showcase {
  background: url(../img/Background-image.jpg) center center/cover no-repeat;
  /* background-size: cover;
  background-repeat: no-repeat; */
  min-height: 700px;
  /* animation: animate ease-in-out infinite 2s linear; */
  /* transition: opacity 1s; */
  /* background-attachment: fixed; */
}

/* @keyframes animate {
    0% {
        background-image: url(../img/bg-cook.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 700px;
    }

    100% {
        background-image: url(../img/bg-cleaner1.jpg);
        background-size: cover;
        background-position: left;
        background-position: left;
        background-repeat: no-repeat;
        min-height: 700px;
    }
} */

#showcase .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 700px;
  background: rgba(0, 0, 0, 0.2);
}

#showcase .showcase-content {
  padding-top: 150px;
}

#showcase .showcase-content .showcase-h {
  font-size: 3.5rem;
  padding: 0;
}

#showcase .showcase-content .showcase-p {
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

#showcase .showcase-content .showcase-btn {
  color: var(--primary);
  background: var(--light);
  /* border: 1px solid var(--primary); */
  padding: 10px 40px;
  border-radius: 5px;
  transition: all 0.5s ease-in;
}

#showcase .showcase-content a {
  font-size: 1rem;
}

#showcase .showcase-content .showcase-btn:hover {
  background: var(--primary);
  color: var(--white);
  box-shadow: 1px 2px 4px var(--primary);
}

/* SECTIONS */

/* Section 1 */
div .heading {
  font-size: 2.5rem;
  text-align: center;
  padding-top: 50px;
}

div .main-text {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}

.processes {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

span .num-img {
  width: 80px;
  height: 80px;
  margin: 15px auto 0;
  position: relative;
  display: inline-block;
}

span .num-img img {
  z-index: 1;
}

span .number-1 {
  position: absolute;
  font-size: 60px;
  font-weight: 600;
  color: #bbc7e1;
  left: 100px;
  top: -40px;
  opacity: 0.2;
}

.processes {
  margin: 10px 0;
}

.processes p {
  padding: 2px 15px 40px 15px;
  line-height: 1.9;
}
/* End Of Section-1 */

/* Section 2 */
#section-2 {
  background: #f0f6fc;
}

.content2 h3 {
  text-align: center;
  font-size: 2.5rem;
  padding-top: 50px;
}

.content2 p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}

.inner {
  overflow: hidden;
}

.inner img {
  transition: all 1.5s ease;
}

.inner:hover img {
  transform: scale(1.2);
}

#section-2 .card {
  /* height: 400px; */
  /* width: 20rem; */
  margin-bottom: 50px;
}

/* #section-2 .card .inner > img {
  height: 300px;
} */

#section-2 .card .card-f-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

#section-2 .card .card-footer > p {
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 0.1px solid var(--gray);
}

#section-2 .card .card-footer .card-f-content {
  display: flex;
  justify-content: space-between;
}

#section-2 .card .card-footer .card-f-content > img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  align-self: flex-start;
}

#section-2 .card .card-footer .card-f-content > p {
  font-size: 12px;
  font-weight: 500;
  padding-left: 10px;
  padding-top: 0px;
  margin-top: 0px;
}

#section-2 .card .card-footer .card-f-content > p .ico {
  color: var(--primary);
  font-size: 8.5px;
}

#section-2 .card .card-footer .card-f-content .gray {
  color: var(--gray);
}

#section-2 .card .card-footer .card-f-content .post {
  color: var(--gray);
  padding-left: 75px;
  font-size: 0.65rem;
}
/* END OF SECTION 2 */

/* SECTION 3 */
#section-2 .service-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
/* END OF SECTION 3 */

/* SECTION 4 */
.members {
  font-family: 'Montserrat', sans-serif;
  color: var(--dark-gray);
  font-weight: 300;
}

.members h1,
.members h2,
.members h3,
.members h4,
.members h5,
.members h6 {
  color: #3e4555;
}

.members .font-weight-medium {
  font-weight: 500;
}

/* .members .bg-light {
  background-color: #f4f8fa !important;
} */

.members .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

/* Team Pictures */
.members .mem-1 {
  background: url(../img/staff1.webp) 65% center no-repeat;
}

.members .mem-2 {
  background: url(../img/staff4.jpg) 35% 15% no-repeat;
}

.members .mem-3 {
  background: url(../img/staff3.jpg) 40% 15% no-repeat;
}

.members .mem-4 {
  background: url(../img/staff2.webp) 45% center no-repeat;
}

.members .pro-pic {
  min-height: 200px;
}

.members .pro-pic .card-img-overlay ul {
  top: 50%;
}

.members .pro-pic .card-img-overlay ul li a {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.members .pro-pic .card-img-overlay ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
}

.members .pro-pic:hover .card-img-overlay {
  display: block;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.fa-twitter {
  color: #44bcdd;
}

.fa-google-plus-g {
  color: #f34747;
}

/* a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
} */

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.6s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* SECTION 5 */
#section-5 .testimonial-head {
  text-align: center;
  padding-bottom: 40px;
}

#section-5 .testimonial-head > p {
  font-size: 1.2rem;
  color: var(--dark-gray);
}

.testimonial {
  margin: 0 20px 50px;
}
.testimonial .pic {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 15px 15px 0;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.testimonial .testimonial-profile {
  display: inline-block;
  position: relative;
  top: 15px;
}
.testimonial .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2f2f2f;
  text-transform: capitalize;
  margin: 0 0 7px 0;
}
.testimonial .post {
  display: block;
  font-size: 14px;
  color: #5d7aa7;
}
.testimonial .description {
  padding: 20px 22px;
  background: var(--primary);
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  margin: 0;
  position: relative;
}
.testimonial .description:before,
.testimonial .description:after {
  content: '';
  border-width: 18px 0 0 18px;
  border-style: solid;
  border-color: #5d7aa7 transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.testimonial .description:after {
  border-width: 18px 18px 0 0;
  left: auto;
  right: 0;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div {
  opacity: 0.8;
  background: #fff;
}
.owl-prev:before,
.owl-next:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 20px;
  color: var(--primary);
}
.owl-next:before {
  content: '\f105';
}
/* END SECTION 5 */

/* FOOTER */
footer .main-footer {
  padding: 20px 0;
  background: #252525;
  z-index: 99;
}
footer ul {
  padding-left: 0;
  list-style: none;
}

/* Copy Right Footer */
.footer-copyright {
  height: 60px;
  background: #333;
  padding: 5px 0;
  border: none;
}

.p-20 {
  padding-top: 10px;
}
.footer-copyright .logo {
  display: inherit;
}
.footer-copyright nav {
  float: right;
  margin-top: 5px;
}
.footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}
.footer-copyright nav ul li a {
  color: #969696;
}
.footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}
.footer-copyright p {
  color: #969696;
  margin: 2px 0 0;
}

/* Footer Top */
.footer-top {
  background: #252525;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top,
footer.transparent .main-footer {
  background: transparent;
}
footer.transparent .footer-copyright {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
  background: #f9f9f9;
}
footer.light .main-footer {
  background: #f9f9f9;
}
footer.light .footer-copyright {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
  display: inline-block;
}

/*==================== 
  Widgets 
====================== */
.widget {
  padding: 20px;
  margin-bottom: 40px;
}
.widget.widget-last {
  margin-bottom: 0px;
}
.widget.no-box {
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.widget.subscribe p {
  margin-bottom: 18px;
}
.widget li a {
  color: #fff;
}
.widget li a:hover {
  color: #aaa;
  text-decoration: none;
}
.widget-title {
  margin-bottom: 20px;
}
.widget-title span {
  background: #839fad none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-top: 25px;
  position: relative;
  width: 20%;
}
.widget-title span::after {
  background: inherit;
  content: '';
  height: inherit;
  position: absolute;
  top: -4px;
  width: 50%;
}
.widget-title.text-center span,
.widget-title.text-center span::after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.widget .badge {
  float: right;
  background: #7f7f7f;
}

.push {
  padding-left: 10px;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
  color: #fff;
}

/* ul.social-footer2 {
  margin: 0;
  padding: 0;
  width: auto;
}
ul.social-footer2 li {
  display: inline-block;
  padding: 0;
}
ul.social-footer2 li a:hover {
  background-color: #ff8d1e;
}
ul.social-footer2 li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
} */
.btn {
  background-color: var(--primary);
  color: #fff;
}
.btn:hover,
.btn:focus,
.btn.active {
  background: #4b92dc;
  color: #fff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  background-color: #3e3e3e;
  color: #fff;
  padding: 9px;
  border-radius: 5px;
}

#subscribe-box .emailfield {
  margin: auto;
}

input[type='text'] {
  background: rgba(255, 255, 255, 0.075);
  padding: 10px 15px;
  color: #aaa;
  border: 3px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 5px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  text-align: center;
  width: 100%;
}

input.submitbutton.ripplelink {
  background: var(--primary);
  border: 3px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  border-color: var(--dark-gray);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
  width: 100%;
  font-size: 14px;
  /* font-weight: 700; */
  border: 0px solid;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 15px;
  margin-bottom: 16px;
  border-radius: 5px;
}

/* .thumb-content ::before {
  content: '\f190';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
  color: #ffffff;
} */

/* FOOTER END */

/* MEDIA QUERY SMALL SCREEN*/
@media (max-width: 542px) {
  #showcase {
    background-image: url(../img/Background-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 500px;
  }

  #showcase {
    background: url(../img/mobile1.jpg) center center/cover no-repeat;
  }

  #showcase .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 500px;
    background: rgba(0, 0, 0, 0.2);
  }

  #showcase .showcase-content .row .content {
    display: flex;
    flex-direction: column;
  }

  #showcase .showcase-content {
    padding-top: 140px;
  }

  #showcase .showcase-content .showcase-h {
    font-size: 2rem;
    text-align: center;
  }

  #showcase .showcase-content .showcase-p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .buttons > .hirer {
    margin-left: 15px;
    margin-bottom: 50px;
    /* padding: 10px 200px; */
  }

  .buttons > .hire {
    margin-left: 15px;
  }

  #showcase .showcase-content .buttons {
    display: flex;
    flex-direction: column;
  }

  #showcase .showcase-content .showcase-btn {
    color: var(--primary);
    background: var(--light);
    padding: 10px auto;
    border-radius: 5px;
    transition: all 0.5s ease-in;
  }
}
/* MEDIA QUERY END */

/* @media (min-width: 492px) and (max-width: 507px) {
  #showcase {
    background: url(../img/mobile1.jpg) center center/cover no-repeat;
  }

  #showcase .showcase-content .showcase-btn {
    padding: 10px 35px;
  }

} */

/* MEDIUM/TABLET */
@media  (min-width: 768px) {
  #showcase {
    background: url(../img/mobile1.jpg) center center/cover no-repeat;
  }

  #showcase {
    background-image: url(../img/Background-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 500px;
  }

  #showcase .showcase-content {
    padding-top: 130px;
  }

  .buttons > .hirer,
  .buttons > .hire {
    margin-right: 20px;
    padding: 10px 40px;
  }
}
/* MEDIUM SCREEN SIZE END */

/* LARGE SCREEN SIZE */
@media (min-width: 755px) and (max-width: 2560px) {
  .buttons > .hirer,
  .buttons > .hire {
    margin-right: 50px;
    padding: 10px 90px;
  }
}
/* LARGE SCREEN SIZE END */
