@charset "UTF-8";

@import url("mini-nord.css");
@import url("animate.min.css");
@import url("back2top.css");
@import url("alignment.css");
@import url("font-awesome.min.css");
@import url("themify-icons.css");
@import url("app.css");


:root{
  --main-header-back-color:#1F1F1F;
  --main-header-back-color-opaque: rgba(31,31,31,0.7);
  --header-back-color:transparent;
  --header-border-color: transparent;
  --header-fore-color: #e5e9f0;
  /* --header-hover-back-color: rgba(31,31,31,0.7); */
  --header-hover-back-color: transparent;
  --footer-link-color: var(--back-color);
  --kebizo-brand-green: #3EAD49;

  --button-back-color:transparent;
  --button-hover-back-color: #1F1F1F;
  --button-fore-color: lightgray;
  --button-border-color: transparent;
  --button-hover-border-color: lightgray;
  --button-group-border-color: rgba(124, 124, 124, 0.54);
  

  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

body{
  font-family: "Roboto", sans-serif; ;
}

.single_service p b {
  color: var(--kebizo-brand-green);
}

#about-box p b {
  color:var(--kebizo-brand-green);
}

.overlay{
  opacity: 0.6;
}


h2{
  font-weight: 300;
  font-size: 40px;
  color: rgb(63, 66, 70);
}

.footer-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px black solid; 
  height: 100px;
  background-color: var(--main-header-back-color);
}

.button-rounded-1{
  /* Gradient Editor: https://colorzilla.com/gradient-editor/#0181f5+0,5db2ff+100 */
  background: #1E2F48;
  color: #fff;
  display: inline-block;
  padding: 12px 33px;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;  
}
.button-rounded-1:hover {
  border: 1px solid #1E2F48;
  color: #1E2F48 !important;
  background: transparent;
  text-decoration:none;
}
.button-rounded-1:focus {
  outline: none;
}
.button-rounded-1.large-width {
  width: 220px;
}

.portfolio_thumb {
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}

.service_area {
  padding-top: 155px;
  padding-bottom: 130px; 
}

@media (max-width: 767px) {
  .service_area {
    padding-bottom: 40px;
    padding-top: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area {
    padding-bottom: 50px;
  }
}

.service_area .single_service {
  padding: 48px 35px 45px 35px;
  border: 2px solid #E8E8E8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service_area .single_service {
    padding: 30px 20px;
  }
}

.service_area .single_service h3 {
  font-size: 24px;
  font-weight: 400;
  color: #1F1F1F;
  margin-top: 29px;
  margin-bottom: 13px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area .single_service h3 {
    font-size: 22px;
  }
}

.service_area .single_service p {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.service_area .single_service:hover {
  border: 2px solid #615CFD;
}
.section_title p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

.section_title.white_text h3 {
  color: #fff;
}

.section_title.white_text span {
  color: #fff;
  padding-top: 0;
}

.section_title.white_text span:before {
  display: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Multi", sans-serif;
  color: #1F1F1F;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #727272;
  margin-bottom: 13px;
  font-family: "Muli", sans-serif;
}


@media (max-width: 767px) {
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .section_title h3 br {
    display: none;
  }
}

.section_title p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .section_title p br {
    display: none;
  }
}

.section_title.white_text h3 {
  color: #fff;
}

.section_title.white_text span {
  color: #fff;
  padding-top: 0;
}

.section_title.white_text span:before {
  display: none;
}


/* line 2, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area {
  padding-top: 147px;
  padding-bottom: 130px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 2, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
  .portfolio_image_area {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

/* line 10, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area.dec_margin {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  /* line 10, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
  .portfolio_image_area.dec_margin {
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
  .portfolio_image_area.dec_margin {
    padding: 70px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 10, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
  .portfolio_image_area.dec_margin {
    padding: 100px 0;
  }
}

/* line 24, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .single_Portfolio {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 29, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .single_Portfolio .portfolio_thumb {
  height: 350px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 29, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
  .portfolio_image_area .single_Portfolio .portfolio_thumb {
    height: auto;
  }
}

/* line 36, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .single_Portfolio .portfolio_thumb img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 42, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .single_Portfolio .portfolio_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  border: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 56, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .single_Portfolio .portfolio_hover .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 64, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .single_Portfolio .portfolio_hover span {
  font-size: 14px;
  color: #615CFD;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* line 70, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .single_Portfolio .portfolio_hover h3 {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: 700;
  margin-top: 11px;
  margin-bottom: 25px;
}

/* line 78, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .single_Portfolio .portfolio_hover .boxed-btn3:hover {
  border: 1px solid #615CFD !important;
  color: #615CFD !important;
  background: #fff !important;
}

/* line 85, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .single_Portfolio:hover .portfolio_hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 90, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .more_portfolio {
  margin-top: 60px;
}

/* line 93, ../../Arafath/CL/December/233. Startup/HTML/scss/_portfolio.scss */
.portfolio_image_area .popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.header-area{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}